2024-08-08T19:12:04.735 INFO:root:teuthology version: 0.0.1.dev416+g7ca9115 2024-08-08T19:12:04.751 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-08-08T19:12:04.834 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-08-08_17:54:46-orch:cephadm-wip-guits-main-2024-08-08-1205-distro-default-smithi/7844249 branch: wip-guits-main-2024-08-08-1205 description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_set_mon_crush_locations} email: gabrioux@ibm.com first_in_suite: false job_id: '7844249' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-08-08_17:54:46-orch:cephadm-wip-guits-main-2024-08-08-1205-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-main-2024-08-08-1205 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - POOL_APP_NOT_ENABLED - mon down - mons down - out of quorum - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: de50a7c969c464f1af48fc4fd9870c061342194a ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: de50a7c969c464f1af48fc4fd9870c061342194a selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: wip-guits-main-2024-08-08-1205 sha1: de50a7c969c464f1af48fc4fd9870c061342194a 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: 5979 sha1: de50a7c969c464f1af48fc4fd9870c061342194a sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-main-2024-08-08-1205 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_de50a7c969c464f1af48fc4fd9870c061342194a/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: de50a7c969c464f1af48fc4fd9870c061342194a targets: smithi067.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKptutveC9Auuw3+2Z/ixoAjKUYzGcE/hC5TbJBjqiXz+aUo+OCmtYyH0dA1NZo6Rams/jaDWVIEnuAP7x/aI+k= smithi079.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGoAFs1ng5wYM8VuistBXNfQ4joO8Oy7zxoaktAfhwtp/zCLFm7gwBx1/wieB53q+47n3QMjDdKRdT8lJ0xV41w= smithi130.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDZrRwOBcR45yyoeMlSg1fyDJn0S9V5/RbvCjamOcbd2UZt91mQhEYb7kaRr9fqwP/Jr0x+W4O8IlIfykkGoVEQ= tasks: - pexec: all: - sudo dnf install nvmetcli nvme-cli -y - 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 0x7fcbfbbbbbe0>, signals=[15]) 2024-08-08T19:12:05.217 INFO:teuthology.run_tasks:Running task internal.connect... 2024-08-08T19:12:05.228 INFO:teuthology.task.internal:Opening connections... 2024-08-08T19:12:05.228 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi067.front.sepia.ceph.com 2024-08-08T19:12:05.229 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-08T19:12:05.310 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi079.front.sepia.ceph.com 2024-08-08T19:12:05.311 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-08T19:12:05.383 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi130.front.sepia.ceph.com 2024-08-08T19:12:05.384 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-08T19:12:05.469 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-08-08T19:12:05.481 DEBUG:teuthology.orchestra.run.smithi067:> uname -m 2024-08-08T19:12:05.500 INFO:teuthology.orchestra.run.smithi067.stdout:x86_64 2024-08-08T19:12:05.500 DEBUG:teuthology.orchestra.run.smithi067:> cat /etc/os-release 2024-08-08T19:12:05.559 INFO:teuthology.orchestra.run.smithi067.stdout:NAME="CentOS Stream" 2024-08-08T19:12:05.559 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION="9" 2024-08-08T19:12:05.559 INFO:teuthology.orchestra.run.smithi067.stdout:ID="centos" 2024-08-08T19:12:05.559 INFO:teuthology.orchestra.run.smithi067.stdout:ID_LIKE="rhel fedora" 2024-08-08T19:12:05.559 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION_ID="9" 2024-08-08T19:12:05.559 INFO:teuthology.orchestra.run.smithi067.stdout:PLATFORM_ID="platform:el9" 2024-08-08T19:12:05.559 INFO:teuthology.orchestra.run.smithi067.stdout:PRETTY_NAME="CentOS Stream 9" 2024-08-08T19:12:05.559 INFO:teuthology.orchestra.run.smithi067.stdout:ANSI_COLOR="0;31" 2024-08-08T19:12:05.560 INFO:teuthology.orchestra.run.smithi067.stdout:LOGO="fedora-logo-icon" 2024-08-08T19:12:05.560 INFO:teuthology.orchestra.run.smithi067.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-08-08T19:12:05.560 INFO:teuthology.orchestra.run.smithi067.stdout:HOME_URL="https://centos.org/" 2024-08-08T19:12:05.560 INFO:teuthology.orchestra.run.smithi067.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-08-08T19:12:05.560 INFO:teuthology.orchestra.run.smithi067.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-08-08T19:12:05.560 INFO:teuthology.orchestra.run.smithi067.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-08-08T19:12:05.561 INFO:teuthology.lock.ops:Updating smithi067.front.sepia.ceph.com on lock server 2024-08-08T19:12:05.587 DEBUG:teuthology.orchestra.run.smithi079:> uname -m 2024-08-08T19:12:05.604 INFO:teuthology.orchestra.run.smithi079.stdout:x86_64 2024-08-08T19:12:05.605 DEBUG:teuthology.orchestra.run.smithi079:> cat /etc/os-release 2024-08-08T19:12:05.662 INFO:teuthology.orchestra.run.smithi079.stdout:NAME="CentOS Stream" 2024-08-08T19:12:05.662 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION="9" 2024-08-08T19:12:05.662 INFO:teuthology.orchestra.run.smithi079.stdout:ID="centos" 2024-08-08T19:12:05.662 INFO:teuthology.orchestra.run.smithi079.stdout:ID_LIKE="rhel fedora" 2024-08-08T19:12:05.662 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION_ID="9" 2024-08-08T19:12:05.663 INFO:teuthology.orchestra.run.smithi079.stdout:PLATFORM_ID="platform:el9" 2024-08-08T19:12:05.663 INFO:teuthology.orchestra.run.smithi079.stdout:PRETTY_NAME="CentOS Stream 9" 2024-08-08T19:12:05.663 INFO:teuthology.orchestra.run.smithi079.stdout:ANSI_COLOR="0;31" 2024-08-08T19:12:05.663 INFO:teuthology.orchestra.run.smithi079.stdout:LOGO="fedora-logo-icon" 2024-08-08T19:12:05.663 INFO:teuthology.orchestra.run.smithi079.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-08-08T19:12:05.663 INFO:teuthology.orchestra.run.smithi079.stdout:HOME_URL="https://centos.org/" 2024-08-08T19:12:05.663 INFO:teuthology.orchestra.run.smithi079.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-08-08T19:12:05.663 INFO:teuthology.orchestra.run.smithi079.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-08-08T19:12:05.663 INFO:teuthology.orchestra.run.smithi079.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-08-08T19:12:05.663 INFO:teuthology.lock.ops:Updating smithi079.front.sepia.ceph.com on lock server 2024-08-08T19:12:05.687 DEBUG:teuthology.orchestra.run.smithi130:> uname -m 2024-08-08T19:12:05.705 INFO:teuthology.orchestra.run.smithi130.stdout:x86_64 2024-08-08T19:12:05.705 DEBUG:teuthology.orchestra.run.smithi130:> cat /etc/os-release 2024-08-08T19:12:05.763 INFO:teuthology.orchestra.run.smithi130.stdout:NAME="CentOS Stream" 2024-08-08T19:12:05.763 INFO:teuthology.orchestra.run.smithi130.stdout:VERSION="9" 2024-08-08T19:12:05.763 INFO:teuthology.orchestra.run.smithi130.stdout:ID="centos" 2024-08-08T19:12:05.763 INFO:teuthology.orchestra.run.smithi130.stdout:ID_LIKE="rhel fedora" 2024-08-08T19:12:05.763 INFO:teuthology.orchestra.run.smithi130.stdout:VERSION_ID="9" 2024-08-08T19:12:05.763 INFO:teuthology.orchestra.run.smithi130.stdout:PLATFORM_ID="platform:el9" 2024-08-08T19:12:05.763 INFO:teuthology.orchestra.run.smithi130.stdout:PRETTY_NAME="CentOS Stream 9" 2024-08-08T19:12:05.763 INFO:teuthology.orchestra.run.smithi130.stdout:ANSI_COLOR="0;31" 2024-08-08T19:12:05.764 INFO:teuthology.orchestra.run.smithi130.stdout:LOGO="fedora-logo-icon" 2024-08-08T19:12:05.764 INFO:teuthology.orchestra.run.smithi130.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-08-08T19:12:05.764 INFO:teuthology.orchestra.run.smithi130.stdout:HOME_URL="https://centos.org/" 2024-08-08T19:12:05.764 INFO:teuthology.orchestra.run.smithi130.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-08-08T19:12:05.764 INFO:teuthology.orchestra.run.smithi130.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-08-08T19:12:05.764 INFO:teuthology.orchestra.run.smithi130.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-08-08T19:12:05.765 INFO:teuthology.lock.ops:Updating smithi130.front.sepia.ceph.com on lock server 2024-08-08T19:12:05.787 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-08-08T19:12:05.795 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-08-08T19:12:05.807 INFO:teuthology.task.internal:Checking for old test directory... 2024-08-08T19:12:05.808 DEBUG:teuthology.orchestra.run.smithi067:> test '!' -e /home/ubuntu/cephtest 2024-08-08T19:12:05.810 DEBUG:teuthology.orchestra.run.smithi079:> test '!' -e /home/ubuntu/cephtest 2024-08-08T19:12:05.812 DEBUG:teuthology.orchestra.run.smithi130:> test '!' -e /home/ubuntu/cephtest 2024-08-08T19:12:05.829 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-08-08T19:12:05.838 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-08-08T19:12:05.838 DEBUG:teuthology.orchestra.run.smithi067:> test -z $(ls -A /var/lib/ceph) 2024-08-08T19:12:05.868 DEBUG:teuthology.orchestra.run.smithi079:> test -z $(ls -A /var/lib/ceph) 2024-08-08T19:12:05.870 DEBUG:teuthology.orchestra.run.smithi130:> test -z $(ls -A /var/lib/ceph) 2024-08-08T19:12:05.958 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-08-08T19:12:06.039 INFO:teuthology.run_tasks:Running task kernel... 2024-08-08T19:12:06.058 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-08-08T19:12:06.058 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-08-08T19:12:06.059 DEBUG:teuthology.orchestra.run.smithi067:> test -f /run/.containerenv -o -f /.dockerenv 2024-08-08T19:12:06.059 DEBUG:teuthology.orchestra.run.smithi079:> test -f /run/.containerenv -o -f /.dockerenv 2024-08-08T19:12:06.060 DEBUG:teuthology.orchestra.run.smithi130:> test -f /run/.containerenv -o -f /.dockerenv 2024-08-08T19:12:06.076 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-08-08T19:12:06.077 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-08-08T19:12:06.077 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2024-08-08T19:12:06.078 DEBUG:teuthology.orchestra.run.smithi130:> uname -r 2024-08-08T19:12:06.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-08-08T19:12:06.079 DEBUG:teuthology.orchestra.run.smithi067:> uname -r 2024-08-08T19:12:06.134 INFO:teuthology.orchestra.run.smithi079.stdout:5.14.0-437.el9.x86_64 2024-08-08T19:12:06.134 INFO:teuthology.task.kernel:Running kernel on smithi079: 5.14.0-437.el9.x86_64 2024-08-08T19:12:06.134 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum install -y kernel 2024-08-08T19:12:06.135 INFO:teuthology.orchestra.run.smithi130.stdout:5.14.0-437.el9.x86_64 2024-08-08T19:12:06.136 INFO:teuthology.task.kernel:Running kernel on smithi130: 5.14.0-437.el9.x86_64 2024-08-08T19:12:06.136 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum install -y kernel 2024-08-08T19:12:06.137 INFO:teuthology.orchestra.run.smithi067.stdout:5.14.0-437.el9.x86_64 2024-08-08T19:12:06.137 INFO:teuthology.task.kernel:Running kernel on smithi067: 5.14.0-437.el9.x86_64 2024-08-08T19:12:06.137 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum install -y kernel 2024-08-08T19:12:08.941 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 9 - BaseOS 6.6 MB/s | 8.2 MB 00:01 2024-08-08T19:12:09.574 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - BaseOS 4.6 MB/s | 8.2 MB 00:01 2024-08-08T19:12:09.753 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - BaseOS 4.1 MB/s | 8.2 MB 00:01 2024-08-08T19:12:10.867 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 9 - AppStream 26 MB/s | 20 MB 00:00 2024-08-08T19:12:12.379 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - AppStream 13 MB/s | 20 MB 00:01 2024-08-08T19:12:15.088 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - AppStream 4.5 MB/s | 20 MB 00:04 2024-08-08T19:12:17.109 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 9 - CRB 2.8 MB/s | 6.6 MB 00:02 2024-08-08T19:12:17.848 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - CRB 4.0 MB/s | 6.6 MB 00:01 2024-08-08T19:12:18.818 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 9 - Extras packages 43 kB/s | 18 kB 00:00 2024-08-08T19:12:19.338 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - Extras packages 69 kB/s | 18 kB 00:00 2024-08-08T19:12:19.588 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - CRB 10 MB/s | 6.6 MB 00:00 2024-08-08T19:12:19.689 INFO:teuthology.orchestra.run.smithi067.stdout:Extra Packages for Enterprise Linux 30 MB/s | 22 MB 00:00 2024-08-08T19:12:20.500 INFO:teuthology.orchestra.run.smithi079.stdout:Extra Packages for Enterprise Linux 22 MB/s | 22 MB 00:01 2024-08-08T19:12:21.247 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - Extras packages 70 kB/s | 18 kB 00:00 2024-08-08T19:12:22.451 INFO:teuthology.orchestra.run.smithi130.stdout:Extra Packages for Enterprise Linux 21 MB/s | 22 MB 00:01 2024-08-08T19:12:25.362 INFO:teuthology.orchestra.run.smithi067.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-08-08T19:12:25.922 INFO:teuthology.orchestra.run.smithi079.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-08-08T19:12:27.460 INFO:teuthology.orchestra.run.smithi067.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-08-08T19:12:27.460 INFO:teuthology.orchestra.run.smithi067.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-08-08T19:12:27.556 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-08-08T19:12:27.565 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:12:27.566 INFO:teuthology.orchestra.run.smithi067.stdout: Package Architecture Version Repository Size 2024-08-08T19:12:27.566 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:12:27.566 INFO:teuthology.orchestra.run.smithi067.stdout:Installing: 2024-08-08T19:12:27.566 INFO:teuthology.orchestra.run.smithi067.stdout: kernel x86_64 5.14.0-480.el9 baseos 1.5 M 2024-08-08T19:12:27.566 INFO:teuthology.orchestra.run.smithi067.stdout:Installing dependencies: 2024-08-08T19:12:27.566 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-core x86_64 5.14.0-480.el9 baseos 17 M 2024-08-08T19:12:27.566 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-modules x86_64 5.14.0-480.el9 baseos 36 M 2024-08-08T19:12:27.566 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-modules-core x86_64 5.14.0-480.el9 baseos 30 M 2024-08-08T19:12:27.566 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:12:27.566 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2024-08-08T19:12:27.566 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:12:27.566 INFO:teuthology.orchestra.run.smithi067.stdout:Install 4 Packages 2024-08-08T19:12:27.567 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:12:27.567 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 84 M 2024-08-08T19:12:27.567 INFO:teuthology.orchestra.run.smithi067.stdout:Installed size: 126 M 2024-08-08T19:12:27.567 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2024-08-08T19:12:27.866 INFO:teuthology.orchestra.run.smithi130.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-08-08T19:12:27.937 INFO:teuthology.orchestra.run.smithi079.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-08-08T19:12:27.937 INFO:teuthology.orchestra.run.smithi079.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-08-08T19:12:28.039 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-08-08T19:12:28.049 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:12:28.049 INFO:teuthology.orchestra.run.smithi079.stdout: Package Architecture Version Repository Size 2024-08-08T19:12:28.049 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:12:28.049 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-08-08T19:12:28.050 INFO:teuthology.orchestra.run.smithi079.stdout: kernel x86_64 5.14.0-480.el9 baseos 1.5 M 2024-08-08T19:12:28.050 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-08-08T19:12:28.050 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-core x86_64 5.14.0-480.el9 baseos 17 M 2024-08-08T19:12:28.050 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules x86_64 5.14.0-480.el9 baseos 36 M 2024-08-08T19:12:28.050 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules-core x86_64 5.14.0-480.el9 baseos 30 M 2024-08-08T19:12:28.050 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:12:28.050 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-08-08T19:12:28.050 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:12:28.050 INFO:teuthology.orchestra.run.smithi079.stdout:Install 4 Packages 2024-08-08T19:12:28.050 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:12:28.051 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 84 M 2024-08-08T19:12:28.051 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 126 M 2024-08-08T19:12:28.051 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-08-08T19:12:28.196 INFO:teuthology.orchestra.run.smithi067.stdout:(1/4): kernel-5.14.0-480.el9.x86_64.rpm 3.0 MB/s | 1.5 MB 00:00 2024-08-08T19:12:29.398 INFO:teuthology.orchestra.run.smithi079.stdout:(1/4): kernel-5.14.0-480.el9.x86_64.rpm 1.4 MB/s | 1.5 MB 00:01 2024-08-08T19:12:29.888 INFO:teuthology.orchestra.run.smithi130.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-08-08T19:12:29.889 INFO:teuthology.orchestra.run.smithi130.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-08-08T19:12:29.990 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-08-08T19:12:30.001 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:12:30.001 INFO:teuthology.orchestra.run.smithi130.stdout: Package Architecture Version Repository Size 2024-08-08T19:12:30.001 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:12:30.001 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-08-08T19:12:30.001 INFO:teuthology.orchestra.run.smithi130.stdout: kernel x86_64 5.14.0-480.el9 baseos 1.5 M 2024-08-08T19:12:30.001 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-08-08T19:12:30.001 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-core x86_64 5.14.0-480.el9 baseos 17 M 2024-08-08T19:12:30.001 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-modules x86_64 5.14.0-480.el9 baseos 36 M 2024-08-08T19:12:30.001 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-modules-core x86_64 5.14.0-480.el9 baseos 30 M 2024-08-08T19:12:30.001 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:12:30.002 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-08-08T19:12:30.002 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:12:30.002 INFO:teuthology.orchestra.run.smithi130.stdout:Install 4 Packages 2024-08-08T19:12:30.002 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:12:30.002 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 84 M 2024-08-08T19:12:30.002 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 126 M 2024-08-08T19:12:30.002 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-08-08T19:12:30.713 INFO:teuthology.orchestra.run.smithi067.stdout:(2/4): kernel-core-5.14.0-480.el9.x86_64.rpm 5.6 MB/s | 17 MB 00:03 2024-08-08T19:12:31.375 INFO:teuthology.orchestra.run.smithi130.stdout:(1/4): kernel-5.14.0-480.el9.x86_64.rpm 1.4 MB/s | 1.5 MB 00:01 2024-08-08T19:12:31.398 INFO:teuthology.orchestra.run.smithi079.stdout:(2/4): kernel-modules-5.14.0-480.el9.x86_64.rpm 12 MB/s | 36 MB 00:03 2024-08-08T19:12:31.573 INFO:teuthology.orchestra.run.smithi079.stdout:(3/4): kernel-core-5.14.0-480.el9.x86_64.rpm 5.3 MB/s | 17 MB 00:03 2024-08-08T19:12:32.421 INFO:teuthology.orchestra.run.smithi067.stdout:(3/4): kernel-modules-5.14.0-480.el9.x86_64.rpm 7.6 MB/s | 36 MB 00:04 2024-08-08T19:12:33.014 INFO:teuthology.orchestra.run.smithi067.stdout:(4/4): kernel-modules-core-5.14.0-480.el9.x86_6 6.2 MB/s | 30 MB 00:04 2024-08-08T19:12:33.014 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:12:33.014 INFO:teuthology.orchestra.run.smithi067.stdout:Total 16 MB/s | 84 MB 00:05 2024-08-08T19:12:33.748 INFO:teuthology.orchestra.run.smithi079.stdout:(4/4): kernel-modules-core-5.14.0-480.el9.x86_6 6.9 MB/s | 30 MB 00:04 2024-08-08T19:12:33.748 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:12:33.749 INFO:teuthology.orchestra.run.smithi079.stdout:Total 15 MB/s | 84 MB 00:05 2024-08-08T19:12:33.778 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2024-08-08T19:12:34.176 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2024-08-08T19:12:34.176 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2024-08-08T19:12:34.484 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-08-08T19:12:34.825 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-08-08T19:12:34.825 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-08-08T19:12:35.216 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2024-08-08T19:12:35.216 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2024-08-08T19:12:35.829 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-08-08T19:12:35.829 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-08-08T19:12:37.796 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2024-08-08T19:12:38.254 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-08-08T19:12:38.484 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : kernel-modules-core-5.14.0-480.el9.x86_64 1/4 2024-08-08T19:12:38.589 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-08-08T19:12:38.938 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-modules-core-5.14.0-480.el9.x86_64 1/4 2024-08-08T19:12:39.031 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-08-08T19:12:41.377 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 2/4 2024-08-08T19:12:41.532 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-08-08T19:12:41.708 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 2/4 2024-08-08T19:12:41.858 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-08-08T19:12:46.690 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-08-08T19:12:46.739 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-08-08T19:12:46.792 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : kernel-5.14.0-480.el9.x86_64 4/4 2024-08-08T19:12:46.800 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-5.14.0-480.el9.x86_64 4/4 2024-08-08T19:12:48.699 INFO:teuthology.orchestra.run.smithi130.stdout:(2/4): kernel-core-5.14.0-480.el9.x86_64.rpm 950 kB/s | 17 MB 00:18 2024-08-08T19:12:51.643 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-08-08T19:12:52.013 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-08-08T19:13:01.664 INFO:teuthology.orchestra.run.smithi130.stdout:(3/4): kernel-modules-core-5.14.0-480.el9.x86_6 1.0 MB/s | 30 MB 00:30 2024-08-08T19:13:13.288 INFO:teuthology.orchestra.run.smithi130.stdout:(4/4): kernel-modules-5.14.0-480.el9.x86_64.rpm 855 kB/s | 36 MB 00:43 2024-08-08T19:13:13.288 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:13:13.288 INFO:teuthology.orchestra.run.smithi130.stdout:Total 2.0 MB/s | 84 MB 00:43 2024-08-08T19:13:14.023 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-08-08T19:13:14.375 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-08-08T19:13:14.375 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-08-08T19:13:15.385 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-08-08T19:13:15.386 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-08-08T19:13:17.815 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-08-08T19:13:18.480 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : kernel-modules-core-5.14.0-480.el9.x86_64 1/4 2024-08-08T19:13:18.572 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-08-08T19:13:21.135 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 4/4 2024-08-08T19:13:21.176 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 4/4 2024-08-08T19:13:21.205 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 2/4 2024-08-08T19:13:21.337 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-08-08T19:13:21.517 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-5.14.0-480.el9.x86_64 4/4 2024-08-08T19:13:21.517 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-5.14.0-480.el9.x86_64 1/4 2024-08-08T19:13:21.517 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-08-08T19:13:21.518 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-08-08T19:13:22.345 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-08-08T19:13:22.345 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:13:22.345 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-08-08T19:13:22.345 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-5.14.0-480.el9.x86_64 2024-08-08T19:13:22.345 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-core-5.14.0-480.el9.x86_64 2024-08-08T19:13:22.345 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules-5.14.0-480.el9.x86_64 2024-08-08T19:13:22.345 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules-core-5.14.0-480.el9.x86_64 2024-08-08T19:13:22.346 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:13:22.346 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-08-08T19:13:22.744 DEBUG:teuthology.orchestra.run.smithi079:> rpm -q kernel | sort -rV | head -n 1 2024-08-08T19:13:22.836 INFO:teuthology.orchestra.run.smithi079.stdout:kernel-5.14.0-480.el9.x86_64 2024-08-08T19:13:22.836 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-08-08T19:13:22.837 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-480.el9.x86_64 2024-08-08T19:13:22.837 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-08-08T19:13:22.837 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-08-08T19:13:22.837 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-08-08T19:13:22.837 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi079.front.sepia.ceph.com, path=None, version=distro) 2024-08-08T19:13:22.837 DEBUG:teuthology.orchestra.run.smithi079:> rpm -q kernel | sort -rV | head -n 1 2024-08-08T19:13:22.895 INFO:teuthology.orchestra.run.smithi079.stdout:kernel-5.14.0-480.el9.x86_64 2024-08-08T19:13:22.895 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-08-08T19:13:22.895 DEBUG:teuthology.orchestra.run.smithi079:> sudo rpm -qi grub2-tools 2024-08-08T19:13:22.935 INFO:teuthology.orchestra.run.smithi079.stdout:Name : grub2-tools 2024-08-08T19:13:22.935 INFO:teuthology.orchestra.run.smithi079.stdout:Epoch : 1 2024-08-08T19:13:22.935 INFO:teuthology.orchestra.run.smithi079.stdout:Version : 2.06 2024-08-08T19:13:22.935 INFO:teuthology.orchestra.run.smithi079.stdout:Release : 68.el9 2024-08-08T19:13:22.935 INFO:teuthology.orchestra.run.smithi079.stdout:Architecture: x86_64 2024-08-08T19:13:22.935 INFO:teuthology.orchestra.run.smithi079.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-08-08T19:13:22.935 INFO:teuthology.orchestra.run.smithi079.stdout:Group : Unspecified 2024-08-08T19:13:22.936 INFO:teuthology.orchestra.run.smithi079.stdout:Size : 8264254 2024-08-08T19:13:22.936 INFO:teuthology.orchestra.run.smithi079.stdout:License : GPLv3+ 2024-08-08T19:13:22.936 INFO:teuthology.orchestra.run.smithi079.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-08-08T19:13:22.936 INFO:teuthology.orchestra.run.smithi079.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-08-08T19:13:22.936 INFO:teuthology.orchestra.run.smithi079.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-08-08T19:13:22.936 INFO:teuthology.orchestra.run.smithi079.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-08-08T19:13:22.936 INFO:teuthology.orchestra.run.smithi079.stdout:Packager : builder@centos.org 2024-08-08T19:13:22.936 INFO:teuthology.orchestra.run.smithi079.stdout:Vendor : CentOS 2024-08-08T19:13:22.936 INFO:teuthology.orchestra.run.smithi079.stdout:URL : http://www.gnu.org/software/grub/ 2024-08-08T19:13:22.936 INFO:teuthology.orchestra.run.smithi079.stdout:Summary : Support tools for GRUB. 2024-08-08T19:13:22.936 INFO:teuthology.orchestra.run.smithi079.stdout:Description : 2024-08-08T19:13:22.936 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:13:22.936 INFO:teuthology.orchestra.run.smithi079.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-08-08T19:13:22.936 INFO:teuthology.orchestra.run.smithi079.stdout:customizable bootloader with modular architecture. It supports a rich 2024-08-08T19:13:22.936 INFO:teuthology.orchestra.run.smithi079.stdout:variety of kernel formats, file systems, computer architectures and 2024-08-08T19:13:22.937 INFO:teuthology.orchestra.run.smithi079.stdout:hardware devices. 2024-08-08T19:13:22.937 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:13:22.937 INFO:teuthology.orchestra.run.smithi079.stdout:This subpackage provides tools for support of all platforms. 2024-08-08T19:13:22.937 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-08-08T19:13:22.937 INFO:teuthology.task.kernel:Updating grub on smithi079 to boot 5.14.0-480.el9.x86_64 2024-08-08T19:13:22.938 DEBUG:teuthology.orchestra.run.smithi079:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-08-08T19:13:23.457 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 4/4 2024-08-08T19:13:23.499 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 4/4 2024-08-08T19:13:23.553 INFO:teuthology.orchestra.run.smithi079.stderr:Generating grub configuration file ... 2024-08-08T19:13:23.864 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-5.14.0-480.el9.x86_64 4/4 2024-08-08T19:13:23.864 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : kernel-5.14.0-480.el9.x86_64 1/4 2024-08-08T19:13:23.864 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-08-08T19:13:23.864 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-08-08T19:13:24.798 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-08-08T19:13:24.798 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:13:24.799 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2024-08-08T19:13:24.799 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-5.14.0-480.el9.x86_64 2024-08-08T19:13:24.799 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-core-5.14.0-480.el9.x86_64 2024-08-08T19:13:24.799 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-modules-5.14.0-480.el9.x86_64 2024-08-08T19:13:24.799 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-modules-core-5.14.0-480.el9.x86_64 2024-08-08T19:13:24.799 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:13:24.799 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-08-08T19:13:24.984 INFO:teuthology.orchestra.run.smithi079.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-08-08T19:13:25.018 INFO:teuthology.orchestra.run.smithi079.stderr:done 2024-08-08T19:13:25.021 DEBUG:teuthology.orchestra.run.smithi079:> mktemp 2024-08-08T19:13:25.043 INFO:teuthology.orchestra.run.smithi079.stdout:/tmp/tmp.hlnTWZaM0l 2024-08-08T19:13:25.043 DEBUG:teuthology.orchestra.run.smithi079:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.hlnTWZaM0l 2024-08-08T19:13:25.108 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 0666 /tmp/tmp.hlnTWZaM0l 2024-08-08T19:13:25.149 DEBUG:teuthology.orchestra.run.smithi067:> rpm -q kernel | sort -rV | head -n 1 2024-08-08T19:13:25.230 INFO:teuthology.orchestra.run.smithi067.stdout:kernel-5.14.0-480.el9.x86_64 2024-08-08T19:13:25.231 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-08-08T19:13:25.231 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-480.el9.x86_64 2024-08-08T19:13:25.232 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-08-08T19:13:25.232 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-08-08T19:13:25.232 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-08-08T19:13:25.232 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi067.front.sepia.ceph.com, path=None, version=distro) 2024-08-08T19:13:25.232 DEBUG:teuthology.orchestra.run.smithi067:> rpm -q kernel | sort -rV | head -n 1 2024-08-08T19:13:25.263 DEBUG:teuthology.orchestra.remote:smithi079:/tmp/tmp.hlnTWZaM0l is 6KB 2024-08-08T19:13:25.291 INFO:teuthology.orchestra.run.smithi067.stdout:kernel-5.14.0-480.el9.x86_64 2024-08-08T19:13:25.291 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-08-08T19:13:25.291 DEBUG:teuthology.orchestra.run.smithi067:> sudo rpm -qi grub2-tools 2024-08-08T19:13:25.311 DEBUG:teuthology.orchestra.run.smithi079:> rm -fr /tmp/tmp.hlnTWZaM0l 2024-08-08T19:13:25.322 INFO:teuthology.orchestra.run.smithi067.stdout:Name : grub2-tools 2024-08-08T19:13:25.322 INFO:teuthology.orchestra.run.smithi067.stdout:Epoch : 1 2024-08-08T19:13:25.322 INFO:teuthology.orchestra.run.smithi067.stdout:Version : 2.06 2024-08-08T19:13:25.322 INFO:teuthology.orchestra.run.smithi067.stdout:Release : 68.el9 2024-08-08T19:13:25.323 INFO:teuthology.orchestra.run.smithi067.stdout:Architecture: x86_64 2024-08-08T19:13:25.323 INFO:teuthology.orchestra.run.smithi067.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-08-08T19:13:25.323 INFO:teuthology.orchestra.run.smithi067.stdout:Group : Unspecified 2024-08-08T19:13:25.323 INFO:teuthology.orchestra.run.smithi067.stdout:Size : 8264254 2024-08-08T19:13:25.323 INFO:teuthology.orchestra.run.smithi067.stdout:License : GPLv3+ 2024-08-08T19:13:25.323 INFO:teuthology.orchestra.run.smithi067.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-08-08T19:13:25.323 INFO:teuthology.orchestra.run.smithi067.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-08-08T19:13:25.323 INFO:teuthology.orchestra.run.smithi067.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-08-08T19:13:25.323 INFO:teuthology.orchestra.run.smithi067.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-08-08T19:13:25.323 INFO:teuthology.orchestra.run.smithi067.stdout:Packager : builder@centos.org 2024-08-08T19:13:25.323 INFO:teuthology.orchestra.run.smithi067.stdout:Vendor : CentOS 2024-08-08T19:13:25.323 INFO:teuthology.orchestra.run.smithi067.stdout:URL : http://www.gnu.org/software/grub/ 2024-08-08T19:13:25.323 INFO:teuthology.orchestra.run.smithi067.stdout:Summary : Support tools for GRUB. 2024-08-08T19:13:25.323 INFO:teuthology.orchestra.run.smithi067.stdout:Description : 2024-08-08T19:13:25.323 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:13:25.324 INFO:teuthology.orchestra.run.smithi067.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-08-08T19:13:25.324 INFO:teuthology.orchestra.run.smithi067.stdout:customizable bootloader with modular architecture. It supports a rich 2024-08-08T19:13:25.324 INFO:teuthology.orchestra.run.smithi067.stdout:variety of kernel formats, file systems, computer architectures and 2024-08-08T19:13:25.324 INFO:teuthology.orchestra.run.smithi067.stdout:hardware devices. 2024-08-08T19:13:25.324 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:13:25.324 INFO:teuthology.orchestra.run.smithi067.stdout:This subpackage provides tools for support of all platforms. 2024-08-08T19:13:25.325 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-08-08T19:13:25.325 INFO:teuthology.task.kernel:Updating grub on smithi067 to boot 5.14.0-480.el9.x86_64 2024-08-08T19:13:25.325 DEBUG:teuthology.orchestra.run.smithi067:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-08-08T19:13:25.326 DEBUG:teuthology.orchestra.run.smithi079:> sudo /bin/ls /boot/loader/entries || true 2024-08-08T19:13:25.387 INFO:teuthology.orchestra.run.smithi079.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-08-08T19:13:25.387 INFO:teuthology.orchestra.run.smithi079.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-08-08T19:13:25.387 INFO:teuthology.orchestra.run.smithi079.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-08-08T19:13:25.387 INFO:teuthology.orchestra.run.smithi079.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64.conf 2024-08-08T19:13:25.389 DEBUG:teuthology.orchestra.run.smithi079:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64 2024-08-08T19:13:25.545 DEBUG:teuthology.orchestra.run.smithi079:> sudo shutdown -r now 2024-08-08T19:13:25.883 INFO:teuthology.orchestra.run.smithi067.stderr:Generating grub configuration file ... 2024-08-08T19:13:26.187 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-08-08T19:13:26.487 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : kernel-5.14.0-480.el9.x86_64 4/4 2024-08-08T19:13:27.214 INFO:teuthology.orchestra.run.smithi067.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-08-08T19:13:27.246 INFO:teuthology.orchestra.run.smithi067.stderr:done 2024-08-08T19:13:27.248 DEBUG:teuthology.orchestra.run.smithi067:> mktemp 2024-08-08T19:13:27.263 INFO:teuthology.orchestra.run.smithi067.stdout:/tmp/tmp.5vKEqIO7Jo 2024-08-08T19:13:27.263 DEBUG:teuthology.orchestra.run.smithi067:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.5vKEqIO7Jo 2024-08-08T19:13:27.328 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 0666 /tmp/tmp.5vKEqIO7Jo 2024-08-08T19:13:27.467 DEBUG:teuthology.orchestra.remote:smithi067:/tmp/tmp.5vKEqIO7Jo is 6KB 2024-08-08T19:13:27.516 DEBUG:teuthology.orchestra.run.smithi067:> rm -fr /tmp/tmp.5vKEqIO7Jo 2024-08-08T19:13:27.531 DEBUG:teuthology.orchestra.run.smithi067:> sudo /bin/ls /boot/loader/entries || true 2024-08-08T19:13:27.593 INFO:teuthology.orchestra.run.smithi067.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-08-08T19:13:27.593 INFO:teuthology.orchestra.run.smithi067.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-08-08T19:13:27.593 INFO:teuthology.orchestra.run.smithi067.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-08-08T19:13:27.593 INFO:teuthology.orchestra.run.smithi067.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64.conf 2024-08-08T19:13:27.594 DEBUG:teuthology.orchestra.run.smithi067:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64 2024-08-08T19:13:27.864 DEBUG:teuthology.orchestra.run.smithi067:> sudo shutdown -r now 2024-08-08T19:13:31.319 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-08-08T19:13:55.551 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-08-08T19:13:55.551 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-08-08T19:13:55.552 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-08T19:13:57.867 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-08-08T19:13:57.867 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-08-08T19:13:57.868 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-08T19:14:00.919 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-core-5.14.0-480.el9.x86_64 4/4 2024-08-08T19:14:00.959 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-modules-5.14.0-480.el9.x86_64 4/4 2024-08-08T19:14:01.336 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-5.14.0-480.el9.x86_64 4/4 2024-08-08T19:14:01.336 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : kernel-5.14.0-480.el9.x86_64 1/4 2024-08-08T19:14:01.336 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : kernel-core-5.14.0-480.el9.x86_64 2/4 2024-08-08T19:14:01.337 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : kernel-modules-5.14.0-480.el9.x86_64 3/4 2024-08-08T19:14:02.097 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : kernel-modules-core-5.14.0-480.el9.x86_64 4/4 2024-08-08T19:14:02.097 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:14:02.097 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-08-08T19:14:02.097 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-5.14.0-480.el9.x86_64 2024-08-08T19:14:02.097 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-core-5.14.0-480.el9.x86_64 2024-08-08T19:14:02.097 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-modules-5.14.0-480.el9.x86_64 2024-08-08T19:14:02.097 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-modules-core-5.14.0-480.el9.x86_64 2024-08-08T19:14:02.097 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:14:02.098 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-08-08T19:14:02.487 DEBUG:teuthology.orchestra.run.smithi130:> rpm -q kernel | sort -rV | head -n 1 2024-08-08T19:14:02.578 INFO:teuthology.orchestra.run.smithi130.stdout:kernel-5.14.0-480.el9.x86_64 2024-08-08T19:14:02.579 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-08-08T19:14:02.580 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-480.el9.x86_64 2024-08-08T19:14:02.580 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-08-08T19:14:02.580 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-08-08T19:14:02.580 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-08-08T19:14:02.580 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi130.front.sepia.ceph.com, path=None, version=distro) 2024-08-08T19:14:02.580 DEBUG:teuthology.orchestra.run.smithi130:> rpm -q kernel | sort -rV | head -n 1 2024-08-08T19:14:02.637 INFO:teuthology.orchestra.run.smithi130.stdout:kernel-5.14.0-480.el9.x86_64 2024-08-08T19:14:02.638 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-480.el9.x86_64 2024-08-08T19:14:02.638 DEBUG:teuthology.orchestra.run.smithi130:> sudo rpm -qi grub2-tools 2024-08-08T19:14:02.675 INFO:teuthology.orchestra.run.smithi130.stdout:Name : grub2-tools 2024-08-08T19:14:02.675 INFO:teuthology.orchestra.run.smithi130.stdout:Epoch : 1 2024-08-08T19:14:02.675 INFO:teuthology.orchestra.run.smithi130.stdout:Version : 2.06 2024-08-08T19:14:02.675 INFO:teuthology.orchestra.run.smithi130.stdout:Release : 68.el9 2024-08-08T19:14:02.675 INFO:teuthology.orchestra.run.smithi130.stdout:Architecture: x86_64 2024-08-08T19:14:02.675 INFO:teuthology.orchestra.run.smithi130.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-08-08T19:14:02.675 INFO:teuthology.orchestra.run.smithi130.stdout:Group : Unspecified 2024-08-08T19:14:02.675 INFO:teuthology.orchestra.run.smithi130.stdout:Size : 8264254 2024-08-08T19:14:02.675 INFO:teuthology.orchestra.run.smithi130.stdout:License : GPLv3+ 2024-08-08T19:14:02.675 INFO:teuthology.orchestra.run.smithi130.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-08-08T19:14:02.675 INFO:teuthology.orchestra.run.smithi130.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-08-08T19:14:02.675 INFO:teuthology.orchestra.run.smithi130.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-08-08T19:14:02.676 INFO:teuthology.orchestra.run.smithi130.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-08-08T19:14:02.676 INFO:teuthology.orchestra.run.smithi130.stdout:Packager : builder@centos.org 2024-08-08T19:14:02.676 INFO:teuthology.orchestra.run.smithi130.stdout:Vendor : CentOS 2024-08-08T19:14:02.676 INFO:teuthology.orchestra.run.smithi130.stdout:URL : http://www.gnu.org/software/grub/ 2024-08-08T19:14:02.676 INFO:teuthology.orchestra.run.smithi130.stdout:Summary : Support tools for GRUB. 2024-08-08T19:14:02.676 INFO:teuthology.orchestra.run.smithi130.stdout:Description : 2024-08-08T19:14:02.676 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:14:02.676 INFO:teuthology.orchestra.run.smithi130.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-08-08T19:14:02.676 INFO:teuthology.orchestra.run.smithi130.stdout:customizable bootloader with modular architecture. It supports a rich 2024-08-08T19:14:02.676 INFO:teuthology.orchestra.run.smithi130.stdout:variety of kernel formats, file systems, computer architectures and 2024-08-08T19:14:02.676 INFO:teuthology.orchestra.run.smithi130.stdout:hardware devices. 2024-08-08T19:14:02.676 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:14:02.677 INFO:teuthology.orchestra.run.smithi130.stdout:This subpackage provides tools for support of all platforms. 2024-08-08T19:14:02.677 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-08-08T19:14:02.677 INFO:teuthology.task.kernel:Updating grub on smithi130 to boot 5.14.0-480.el9.x86_64 2024-08-08T19:14:02.678 DEBUG:teuthology.orchestra.run.smithi130:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-08-08T19:14:03.310 INFO:teuthology.orchestra.run.smithi130.stderr:Generating grub configuration file ... 2024-08-08T19:14:04.748 INFO:teuthology.orchestra.run.smithi130.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-08-08T19:14:04.778 INFO:teuthology.orchestra.run.smithi130.stderr:done 2024-08-08T19:14:04.781 DEBUG:teuthology.orchestra.run.smithi130:> mktemp 2024-08-08T19:14:04.800 INFO:teuthology.orchestra.run.smithi130.stdout:/tmp/tmp.R68yEmHnF1 2024-08-08T19:14:04.801 DEBUG:teuthology.orchestra.run.smithi130:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.R68yEmHnF1 2024-08-08T19:14:04.866 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod 0666 /tmp/tmp.R68yEmHnF1 2024-08-08T19:14:04.995 DEBUG:teuthology.orchestra.remote:smithi130:/tmp/tmp.R68yEmHnF1 is 6KB 2024-08-08T19:14:05.014 DEBUG:teuthology.orchestra.run.smithi130:> rm -fr /tmp/tmp.R68yEmHnF1 2024-08-08T19:14:05.028 DEBUG:teuthology.orchestra.run.smithi130:> sudo /bin/ls /boot/loader/entries || true 2024-08-08T19:14:05.089 INFO:teuthology.orchestra.run.smithi130.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-08-08T19:14:05.089 INFO:teuthology.orchestra.run.smithi130.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-08-08T19:14:05.089 INFO:teuthology.orchestra.run.smithi130.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-08-08T19:14:05.089 INFO:teuthology.orchestra.run.smithi130.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64.conf 2024-08-08T19:14:05.090 DEBUG:teuthology.orchestra.run.smithi130:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-480.el9.x86_64 2024-08-08T19:14:05.244 DEBUG:teuthology.orchestra.run.smithi130:> sudo shutdown -r now 2024-08-08T19:14:14.111 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2024-08-08T19:14:16.418 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.67 2024-08-08T19:14:23.118 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-08-08T19:14:23.119 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-08T19:14:25.419 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-08-08T19:14:25.420 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-08T19:14:26.178 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2024-08-08T19:14:28.478 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.67 2024-08-08T19:14:35.252 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-08-08T19:14:35.363 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-08-08T19:14:35.364 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-08T19:14:38.182 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-08-08T19:14:38.183 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-08T19:14:40.482 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-08-08T19:14:40.483 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-08T19:14:53.795 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.130 2024-08-08T19:14:58.910 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.67 2024-08-08T19:15:02.800 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-08-08T19:15:02.801 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-08T19:15:05.858 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.130 2024-08-08T19:15:10.168 DEBUG:teuthology.orchestra.run.smithi079:> true 2024-08-08T19:15:10.561 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-08-08T19:15:10.562 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-480.el9.x86_64"... 2024-08-08T19:15:10.562 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2024-08-08T19:15:10.576 INFO:teuthology.orchestra.run.smithi079.stdout:5.14.0-480.el9.x86_64 2024-08-08T19:15:10.576 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-480.el9.x86_64 vs 5.14.0-480.el9.x86_64 2024-08-08T19:15:10.576 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-08-08T19:15:10.577 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-08-08T19:15:11.577 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-08-08T19:15:11.578 DEBUG:teuthology.orchestra.run.smithi079:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-08-08T19:15:11.693 INFO:teuthology.orchestra.run.smithi079.stdout:ttyS1 2024-08-08T19:15:11.733 DEBUG:teuthology.parallel:result is None 2024-08-08T19:15:13.912 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-08-08T19:15:13.912 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-08T19:15:14.297 DEBUG:teuthology.orchestra.run.smithi067:> true 2024-08-08T19:15:14.741 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-08-08T19:15:14.742 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-480.el9.x86_64"... 2024-08-08T19:15:14.742 DEBUG:teuthology.orchestra.run.smithi067:> uname -r 2024-08-08T19:15:14.758 INFO:teuthology.orchestra.run.smithi067.stdout:5.14.0-480.el9.x86_64 2024-08-08T19:15:14.758 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-480.el9.x86_64 vs 5.14.0-480.el9.x86_64 2024-08-08T19:15:14.759 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-08-08T19:15:14.759 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-08-08T19:15:15.760 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-08-08T19:15:15.760 DEBUG:teuthology.orchestra.run.smithi067:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-08-08T19:15:15.875 INFO:teuthology.orchestra.run.smithi067.stdout:ttyS1 2024-08-08T19:15:15.906 DEBUG:teuthology.parallel:result is None 2024-08-08T19:15:17.932 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-08-08T19:15:17.933 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-08T19:15:49.759 DEBUG:teuthology.orchestra.run.smithi130:> true 2024-08-08T19:15:50.162 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-08-08T19:15:50.163 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-480.el9.x86_64"... 2024-08-08T19:15:50.163 DEBUG:teuthology.orchestra.run.smithi130:> uname -r 2024-08-08T19:15:50.177 INFO:teuthology.orchestra.run.smithi130.stdout:5.14.0-480.el9.x86_64 2024-08-08T19:15:50.177 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-480.el9.x86_64 vs 5.14.0-480.el9.x86_64 2024-08-08T19:15:50.177 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-08-08T19:15:50.177 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-08-08T19:15:51.178 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-08-08T19:15:51.179 DEBUG:teuthology.orchestra.run.smithi130:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-08-08T19:15:51.282 INFO:teuthology.orchestra.run.smithi130.stdout:ttyS1 2024-08-08T19:15:51.316 DEBUG:teuthology.parallel:result is None 2024-08-08T19:15:51.317 INFO:teuthology.run_tasks:Running task internal.base... 2024-08-08T19:15:51.324 INFO:teuthology.task.internal:Creating test directory... 2024-08-08T19:15:51.324 DEBUG:teuthology.orchestra.run.smithi067:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-08-08T19:15:51.327 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-08-08T19:15:51.330 DEBUG:teuthology.orchestra.run.smithi130:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-08-08T19:15:51.346 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-08-08T19:15:51.353 INFO:teuthology.run_tasks:Running task internal.archive... 2024-08-08T19:15:51.363 INFO:teuthology.task.internal:Creating archive directory... 2024-08-08T19:15:51.363 DEBUG:teuthology.orchestra.run.smithi067:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-08-08T19:15:51.387 DEBUG:teuthology.orchestra.run.smithi079:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-08-08T19:15:51.389 DEBUG:teuthology.orchestra.run.smithi130:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-08-08T19:15:51.497 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-08-08T19:15:51.504 INFO:teuthology.task.internal:Enabling coredump saving... 2024-08-08T19:15:51.504 DEBUG:teuthology.orchestra.run.smithi067:> 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-08-08T19:15:51.507 DEBUG:teuthology.orchestra.run.smithi079:> 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-08-08T19:15:51.509 DEBUG:teuthology.orchestra.run.smithi130:> 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-08-08T19:15:51.534 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-08-08T19:15:51.539 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-08-08T19:15:51.544 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-08-08T19:15:51.545 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-08-08T19:15:51.550 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-08-08T19:15:51.557 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-08-08T19:15:51.559 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-08-08T19:15:51.566 INFO:teuthology.task.internal:Configuring sudo... 2024-08-08T19:15:51.566 DEBUG:teuthology.orchestra.run.smithi067:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-08-08T19:15:51.602 DEBUG:teuthology.orchestra.run.smithi079:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-08-08T19:15:51.605 DEBUG:teuthology.orchestra.run.smithi130:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-08-08T19:15:51.632 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-08-08T19:15:51.641 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-08-08T19:15:51.641 DEBUG:teuthology.orchestra.run.smithi067:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-08-08T19:15:51.673 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-08-08T19:15:51.676 DEBUG:teuthology.orchestra.run.smithi130:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-08-08T19:15:51.691 DEBUG:teuthology.orchestra.run.smithi067:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-08-08T19:15:51.775 DEBUG:teuthology.orchestra.run.smithi067:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-08-08T19:15:51.821 DEBUG:teuthology.orchestra.run.smithi067:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-08-08T19:15:51.908 DEBUG:teuthology.orchestra.run.smithi067:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-08-08T19:15:51.951 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-08-08T19:15:51.951 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-08-08T19:15:52.020 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-08-08T19:15:52.060 DEBUG:teuthology.orchestra.run.smithi079:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-08-08T19:15:52.119 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-08-08T19:15:52.207 DEBUG:teuthology.orchestra.run.smithi079:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-08-08T19:15:52.246 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-08-08T19:15:52.246 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-08-08T19:15:52.313 DEBUG:teuthology.orchestra.run.smithi130:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-08-08T19:15:52.384 DEBUG:teuthology.orchestra.run.smithi130:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-08-08T19:15:52.476 DEBUG:teuthology.orchestra.run.smithi130:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-08-08T19:15:52.556 DEBUG:teuthology.orchestra.run.smithi130:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-08-08T19:15:52.629 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-08-08T19:15:52.629 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-08-08T19:15:52.684 DEBUG:teuthology.orchestra.run.smithi067:> sudo service rsyslog restart 2024-08-08T19:15:52.687 DEBUG:teuthology.orchestra.run.smithi079:> sudo service rsyslog restart 2024-08-08T19:15:52.691 DEBUG:teuthology.orchestra.run.smithi130:> sudo service rsyslog restart 2024-08-08T19:15:52.735 INFO:teuthology.orchestra.run.smithi079.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-08-08T19:15:52.741 INFO:teuthology.orchestra.run.smithi067.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-08-08T19:15:52.817 INFO:teuthology.orchestra.run.smithi130.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-08-08T19:15:53.310 INFO:teuthology.run_tasks:Running task internal.timer... 2024-08-08T19:15:53.318 INFO:teuthology.task.internal:Starting timer... 2024-08-08T19:15:53.318 INFO:teuthology.run_tasks:Running task pcp... 2024-08-08T19:15:53.332 INFO:teuthology.run_tasks:Running task selinux... 2024-08-08T19:15:53.342 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0', 'scontext=system_u:system_r:getty_t:s0']} 2024-08-08T19:15:53.342 DEBUG:teuthology.orchestra.run.smithi067:> sudo service auditd rotate 2024-08-08T19:15:53.432 INFO:teuthology.orchestra.run.smithi067.stdout:Rotating logs: 2024-08-08T19:15:53.435 DEBUG:teuthology.orchestra.run.smithi079:> sudo service auditd rotate 2024-08-08T19:15:53.514 INFO:teuthology.orchestra.run.smithi079.stdout:Rotating logs: 2024-08-08T19:15:53.514 DEBUG:teuthology.orchestra.run.smithi130:> sudo service auditd rotate 2024-08-08T19:15:53.631 INFO:teuthology.orchestra.run.smithi130.stdout:Rotating logs: 2024-08-08T19:15:53.633 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-08-08T19:15:53.633 DEBUG:teuthology.orchestra.run.smithi067:> /usr/sbin/getenforce 2024-08-08T19:15:53.693 INFO:teuthology.orchestra.run.smithi067.stdout:Permissive 2024-08-08T19:15:53.693 DEBUG:teuthology.orchestra.run.smithi079:> /usr/sbin/getenforce 2024-08-08T19:15:53.726 INFO:teuthology.orchestra.run.smithi079.stdout:Permissive 2024-08-08T19:15:53.727 DEBUG:teuthology.orchestra.run.smithi130:> /usr/sbin/getenforce 2024-08-08T19:15:53.766 INFO:teuthology.orchestra.run.smithi130.stdout:Permissive 2024-08-08T19:15:53.766 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi067.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi079.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi130.front.sepia.ceph.com': 'permissive'} 2024-08-08T19:15:53.766 DEBUG:teuthology.orchestra.run.smithi067:> 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 context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-08-08T19:15:53.798 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-08-08T19:15:53.798 DEBUG:teuthology.orchestra.run.smithi079:> 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 context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-08-08T19:15:53.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-08-08T19:15:53.828 DEBUG:teuthology.orchestra.run.smithi130:> 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 context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-08-08T19:15:53.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-08-08T19:15:53.853 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-08-08T19:15:53.854 DEBUG:teuthology.orchestra.run.smithi067:> sudo /usr/sbin/setenforce permissive 2024-08-08T19:15:53.882 DEBUG:teuthology.orchestra.run.smithi079:> sudo /usr/sbin/setenforce permissive 2024-08-08T19:15:53.910 DEBUG:teuthology.orchestra.run.smithi130:> sudo /usr/sbin/setenforce permissive 2024-08-08T19:15:53.950 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-08-08T19:15:53.962 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-08-08T19:15:53.973 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-08-08T19:15:53.974 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi067.front.sepia.ceph.com,smithi079.front.sepia.ceph.com,smithi130.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-08-08T19:22:47.926 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi067.front.sepia.ceph.com'), Remote(name='ubuntu@smithi079.front.sepia.ceph.com'), Remote(name='ubuntu@smithi130.front.sepia.ceph.com')] 2024-08-08T19:22:47.928 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-08-08T19:22:47.930 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-08T19:22:48.010 DEBUG:teuthology.orchestra.run.smithi067:> true 2024-08-08T19:22:48.094 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-08-08T19:22:48.094 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-08-08T19:22:48.095 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-08T19:22:48.170 DEBUG:teuthology.orchestra.run.smithi079:> true 2024-08-08T19:22:48.249 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-08-08T19:22:48.249 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-08-08T19:22:48.250 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-08-08T19:22:48.327 DEBUG:teuthology.orchestra.run.smithi130:> true 2024-08-08T19:22:48.413 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-08-08T19:22:48.414 INFO:teuthology.run_tasks:Running task clock... 2024-08-08T19:22:48.427 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-08-08T19:22:48.428 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-08-08T19:22:48.428 DEBUG:teuthology.orchestra.run.smithi067:> 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-08-08T19:22:48.431 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-08-08T19:22:48.431 DEBUG:teuthology.orchestra.run.smithi079:> 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-08-08T19:22:48.433 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-08-08T19:22:48.433 DEBUG:teuthology.orchestra.run.smithi130:> 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-08-08T19:22:48.459 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-08-08T19:22:48.460 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-08-08T19:22:48.473 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-08-08T19:22:48.475 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-08-08T19:22:48.485 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-08-08T19:22:48.497 INFO:teuthology.orchestra.run.smithi079.stderr:sudo: ntpd: command not found 2024-08-08T19:22:48.501 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-08-08T19:22:48.502 INFO:teuthology.orchestra.run.smithi067.stderr:sudo: ntpd: command not found 2024-08-08T19:22:48.508 INFO:teuthology.orchestra.run.smithi079.stdout:506 Cannot talk to daemon 2024-08-08T19:22:48.514 INFO:teuthology.orchestra.run.smithi067.stdout:506 Cannot talk to daemon 2024-08-08T19:22:48.522 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-08-08T19:22:48.530 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-08-08T19:22:48.536 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-08-08T19:22:48.537 INFO:teuthology.orchestra.run.smithi130.stderr:sudo: ntpd: command not found 2024-08-08T19:22:48.546 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-08-08T19:22:48.549 INFO:teuthology.orchestra.run.smithi130.stdout:506 Cannot talk to daemon 2024-08-08T19:22:48.564 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-08-08T19:22:48.579 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-08-08T19:22:48.593 INFO:teuthology.orchestra.run.smithi079.stderr:bash: line 1: ntpq: command not found 2024-08-08T19:22:48.596 INFO:teuthology.orchestra.run.smithi079.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-08-08T19:22:48.597 INFO:teuthology.orchestra.run.smithi079.stdout:=============================================================================== 2024-08-08T19:22:48.597 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-08-08T19:22:48.597 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-08-08T19:22:48.597 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-08-08T19:22:48.597 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-08-08T19:22:48.614 INFO:teuthology.orchestra.run.smithi067.stderr:bash: line 1: ntpq: command not found 2024-08-08T19:22:48.617 INFO:teuthology.orchestra.run.smithi067.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-08-08T19:22:48.617 INFO:teuthology.orchestra.run.smithi067.stdout:=============================================================================== 2024-08-08T19:22:48.618 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-08-08T19:22:48.618 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-08-08T19:22:48.618 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-08-08T19:22:48.618 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-08-08T19:22:48.636 INFO:teuthology.orchestra.run.smithi130.stderr:bash: line 1: ntpq: command not found 2024-08-08T19:22:48.639 INFO:teuthology.orchestra.run.smithi130.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-08-08T19:22:48.639 INFO:teuthology.orchestra.run.smithi130.stdout:=============================================================================== 2024-08-08T19:22:48.639 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-08-08T19:22:48.640 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-08-08T19:22:48.640 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-08-08T19:22:48.640 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-08-08T19:22:48.641 INFO:teuthology.run_tasks:Running task pexec... 2024-08-08T19:22:48.651 INFO:teuthology.task.pexec:Executing custom commands... 2024-08-08T19:22:48.651 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi067.front.sepia.ceph.com 2024-08-08T19:22:48.651 DEBUG:teuthology.orchestra.run.smithi067:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-08-08T19:22:48.652 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi079.front.sepia.ceph.com 2024-08-08T19:22:48.652 DEBUG:teuthology.orchestra.run.smithi079:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-08-08T19:22:48.652 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi130.front.sepia.ceph.com 2024-08-08T19:22:48.652 DEBUG:teuthology.orchestra.run.smithi130:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-08-08T19:22:49.215 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:03:21 ago on Thu 08 Aug 2024 07:19:28 PM UTC. 2024-08-08T19:22:49.264 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:03:24 ago on Thu 08 Aug 2024 07:19:25 PM UTC. 2024-08-08T19:22:49.285 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:03:29 ago on Thu 08 Aug 2024 07:19:20 PM UTC. 2024-08-08T19:22:49.298 INFO:teuthology.orchestra.run.smithi079.stdout:Package nvme-cli-2.6-5.el9.x86_64 is already installed. 2024-08-08T19:22:49.339 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-08-08T19:22:49.340 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:22:49.341 INFO:teuthology.orchestra.run.smithi079.stdout: Package Architecture Version Repository Size 2024-08-08T19:22:49.341 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:22:49.341 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-08-08T19:22:49.341 INFO:teuthology.orchestra.run.smithi079.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-08-08T19:22:49.341 INFO:teuthology.orchestra.run.smithi079.stdout:Upgrading: 2024-08-08T19:22:49.341 INFO:teuthology.orchestra.run.smithi079.stdout: libnvme x86_64 1.9-2.el9 baseos 106 k 2024-08-08T19:22:49.341 INFO:teuthology.orchestra.run.smithi079.stdout: nvme-cli x86_64 2.9.1-3.el9 baseos 903 k 2024-08-08T19:22:49.341 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-08-08T19:22:49.341 INFO:teuthology.orchestra.run.smithi079.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-08-08T19:22:49.341 INFO:teuthology.orchestra.run.smithi079.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-08-08T19:22:49.341 INFO:teuthology.orchestra.run.smithi079.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-08-08T19:22:49.341 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:22:49.341 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-08-08T19:22:49.341 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:22:49.341 INFO:teuthology.orchestra.run.smithi079.stdout:Install 4 Packages 2024-08-08T19:22:49.342 INFO:teuthology.orchestra.run.smithi079.stdout:Upgrade 2 Packages 2024-08-08T19:22:49.342 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:22:49.342 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 2.0 M 2024-08-08T19:22:49.342 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-08-08T19:22:49.350 INFO:teuthology.orchestra.run.smithi067.stdout:Package nvme-cli-2.6-5.el9.x86_64 is already installed. 2024-08-08T19:22:49.373 INFO:teuthology.orchestra.run.smithi130.stdout:Package nvme-cli-2.6-5.el9.x86_64 is already installed. 2024-08-08T19:22:49.394 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-08-08T19:22:49.415 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:22:49.416 INFO:teuthology.orchestra.run.smithi067.stdout: Package Architecture Version Repository Size 2024-08-08T19:22:49.416 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:22:49.416 INFO:teuthology.orchestra.run.smithi067.stdout:Installing: 2024-08-08T19:22:49.416 INFO:teuthology.orchestra.run.smithi067.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-08-08T19:22:49.416 INFO:teuthology.orchestra.run.smithi067.stdout:Upgrading: 2024-08-08T19:22:49.416 INFO:teuthology.orchestra.run.smithi067.stdout: libnvme x86_64 1.9-2.el9 baseos 106 k 2024-08-08T19:22:49.416 INFO:teuthology.orchestra.run.smithi067.stdout: nvme-cli x86_64 2.9.1-3.el9 baseos 903 k 2024-08-08T19:22:49.416 INFO:teuthology.orchestra.run.smithi067.stdout:Installing dependencies: 2024-08-08T19:22:49.416 INFO:teuthology.orchestra.run.smithi067.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-08-08T19:22:49.416 INFO:teuthology.orchestra.run.smithi067.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-08-08T19:22:49.416 INFO:teuthology.orchestra.run.smithi067.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-08-08T19:22:49.416 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:22:49.417 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2024-08-08T19:22:49.417 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:22:49.417 INFO:teuthology.orchestra.run.smithi067.stdout:Install 4 Packages 2024-08-08T19:22:49.417 INFO:teuthology.orchestra.run.smithi067.stdout:Upgrade 2 Packages 2024-08-08T19:22:49.417 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:22:49.417 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-08-08T19:22:49.418 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 2.0 M 2024-08-08T19:22:49.418 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2024-08-08T19:22:49.429 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:22:49.429 INFO:teuthology.orchestra.run.smithi130.stdout: Package Architecture Version Repository Size 2024-08-08T19:22:49.429 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:22:49.429 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-08-08T19:22:49.429 INFO:teuthology.orchestra.run.smithi130.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-08-08T19:22:49.429 INFO:teuthology.orchestra.run.smithi130.stdout:Upgrading: 2024-08-08T19:22:49.429 INFO:teuthology.orchestra.run.smithi130.stdout: libnvme x86_64 1.9-2.el9 baseos 106 k 2024-08-08T19:22:49.430 INFO:teuthology.orchestra.run.smithi130.stdout: nvme-cli x86_64 2.9.1-3.el9 baseos 903 k 2024-08-08T19:22:49.430 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-08-08T19:22:49.430 INFO:teuthology.orchestra.run.smithi130.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-08-08T19:22:49.430 INFO:teuthology.orchestra.run.smithi130.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-08-08T19:22:49.430 INFO:teuthology.orchestra.run.smithi130.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-08-08T19:22:49.430 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:22:49.430 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-08-08T19:22:49.430 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:22:49.430 INFO:teuthology.orchestra.run.smithi130.stdout:Install 4 Packages 2024-08-08T19:22:49.430 INFO:teuthology.orchestra.run.smithi130.stdout:Upgrade 2 Packages 2024-08-08T19:22:49.430 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:22:49.431 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 2.0 M 2024-08-08T19:22:49.431 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-08-08T19:22:49.557 INFO:teuthology.orchestra.run.smithi079.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 291 kB/s | 44 kB 00:00 2024-08-08T19:22:49.582 INFO:teuthology.orchestra.run.smithi079.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 403 kB/s | 72 kB 00:00 2024-08-08T19:22:49.607 INFO:teuthology.orchestra.run.smithi079.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 414 kB/s | 84 kB 00:00 2024-08-08T19:22:49.661 INFO:teuthology.orchestra.run.smithi067.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 366 kB/s | 44 kB 00:00 2024-08-08T19:22:49.675 INFO:teuthology.orchestra.run.smithi079.stdout:(4/6): libnvme-1.9-2.el9.x86_64.rpm 1.1 MB/s | 106 kB 00:00 2024-08-08T19:22:49.678 INFO:teuthology.orchestra.run.smithi067.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 518 kB/s | 72 kB 00:00 2024-08-08T19:22:49.712 INFO:teuthology.orchestra.run.smithi067.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 490 kB/s | 84 kB 00:00 2024-08-08T19:22:49.745 INFO:teuthology.orchestra.run.smithi067.stdout:(4/6): libnvme-1.9-2.el9.x86_64.rpm 1.5 MB/s | 106 kB 00:00 2024-08-08T19:22:49.816 INFO:teuthology.orchestra.run.smithi079.stdout:(5/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 3.5 MB/s | 837 kB 00:00 2024-08-08T19:22:49.837 INFO:teuthology.orchestra.run.smithi067.stdout:(5/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 4.6 MB/s | 837 kB 00:00 2024-08-08T19:22:49.842 INFO:teuthology.orchestra.run.smithi079.stdout:(6/6): nvme-cli-2.9.1-3.el9.x86_64.rpm 3.8 MB/s | 903 kB 00:00 2024-08-08T19:22:49.842 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:22:49.842 INFO:teuthology.orchestra.run.smithi079.stdout:Total 4.0 MB/s | 2.0 MB 00:00 2024-08-08T19:22:49.862 INFO:teuthology.orchestra.run.smithi067.stdout:(6/6): nvme-cli-2.9.1-3.el9.x86_64.rpm 5.9 MB/s | 903 kB 00:00 2024-08-08T19:22:49.862 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:22:49.863 INFO:teuthology.orchestra.run.smithi067.stdout:Total 4.5 MB/s | 2.0 MB 00:00 2024-08-08T19:22:49.914 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-08-08T19:22:49.930 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-08-08T19:22:49.930 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-08-08T19:22:49.936 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2024-08-08T19:22:49.953 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2024-08-08T19:22:49.953 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2024-08-08T19:22:50.029 INFO:teuthology.orchestra.run.smithi130.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 93 kB/s | 44 kB 00:00 2024-08-08T19:22:50.069 INFO:teuthology.orchestra.run.smithi130.stdout:(2/6): python3-kmod-0.9-32.el9.x86_64.rpm 162 kB/s | 84 kB 00:00 2024-08-08T19:22:50.096 INFO:teuthology.orchestra.run.smithi130.stdout:(3/6): python3-configshell-1.1.30-1.el9.noarch. 131 kB/s | 72 kB 00:00 2024-08-08T19:22:50.132 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-08-08T19:22:50.133 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-08-08T19:22:50.173 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2024-08-08T19:22:50.173 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2024-08-08T19:22:50.479 INFO:teuthology.orchestra.run.smithi130.stdout:(4/6): libnvme-1.9-2.el9.x86_64.rpm 259 kB/s | 106 kB 00:00 2024-08-08T19:22:50.513 INFO:teuthology.orchestra.run.smithi130.stdout:(5/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 1.7 MB/s | 837 kB 00:00 2024-08-08T19:22:50.533 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2024-08-08T19:22:50.538 INFO:teuthology.orchestra.run.smithi130.stdout:(6/6): nvme-cli-2.9.1-3.el9.x86_64.rpm 2.0 MB/s | 903 kB 00:00 2024-08-08T19:22:50.541 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:22:50.541 INFO:teuthology.orchestra.run.smithi130.stdout:Total 1.8 MB/s | 2.0 MB 00:01 2024-08-08T19:22:50.586 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-08-08T19:22:50.617 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-08-08T19:22:50.633 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-08-08T19:22:50.634 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-08-08T19:22:50.760 INFO:teuthology.orchestra.run.smithi067.stdout: Upgrading : libnvme-1.9-2.el9.x86_64 1/8 2024-08-08T19:22:50.790 INFO:teuthology.orchestra.run.smithi079.stdout: Upgrading : libnvme-1.9-2.el9.x86_64 1/8 2024-08-08T19:22:50.826 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/8 2024-08-08T19:22:50.833 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-08-08T19:22:50.833 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-08-08T19:22:50.846 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/8 2024-08-08T19:22:50.860 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/8 2024-08-08T19:22:50.881 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/8 2024-08-08T19:22:50.894 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/8 2024-08-08T19:22:50.914 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/8 2024-08-08T19:22:50.919 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : nvmetcli-0.7-3.el9.noarch 5/8 2024-08-08T19:22:50.938 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : nvmetcli-0.7-3.el9.noarch 5/8 2024-08-08T19:22:51.200 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-08-08T19:22:51.203 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 5/8 2024-08-08T19:22:51.209 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 5/8 2024-08-08T19:22:51.254 INFO:teuthology.orchestra.run.smithi067.stdout: Upgrading : nvme-cli-2.9.1-3.el9.x86_64 6/8 2024-08-08T19:22:51.277 INFO:teuthology.orchestra.run.smithi079.stdout: Upgrading : nvme-cli-2.9.1-3.el9.x86_64 6/8 2024-08-08T19:22:51.424 INFO:teuthology.orchestra.run.smithi130.stdout: Upgrading : libnvme-1.9-2.el9.x86_64 1/8 2024-08-08T19:22:51.496 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/8 2024-08-08T19:22:51.528 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/8 2024-08-08T19:22:51.570 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/8 2024-08-08T19:22:51.570 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: nvme-cli-2.9.1-3.el9.x86_64 6/8 2024-08-08T19:22:51.576 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: nvme-cli-2.9.1-3.el9.x86_64 6/8 2024-08-08T19:22:51.594 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : nvmetcli-0.7-3.el9.noarch 5/8 2024-08-08T19:22:51.604 INFO:teuthology.orchestra.run.smithi079.stdout: Cleanup : nvme-cli-2.6-5.el9.x86_64 7/8 2024-08-08T19:22:51.609 INFO:teuthology.orchestra.run.smithi067.stdout: Cleanup : nvme-cli-2.6-5.el9.x86_64 7/8 2024-08-08T19:22:51.702 INFO:teuthology.orchestra.run.smithi067.stdout: Cleanup : libnvme-1.6-1.el9.x86_64 8/8 2024-08-08T19:22:51.704 INFO:teuthology.orchestra.run.smithi079.stdout: Cleanup : libnvme-1.6-1.el9.x86_64 8/8 2024-08-08T19:22:51.868 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 5/8 2024-08-08T19:22:51.931 INFO:teuthology.orchestra.run.smithi130.stdout: Upgrading : nvme-cli-2.9.1-3.el9.x86_64 6/8 2024-08-08T19:22:52.214 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: nvme-cli-2.9.1-3.el9.x86_64 6/8 2024-08-08T19:22:52.250 INFO:teuthology.orchestra.run.smithi130.stdout: Cleanup : nvme-cli-2.6-5.el9.x86_64 7/8 2024-08-08T19:22:52.339 INFO:teuthology.orchestra.run.smithi130.stdout: Cleanup : libnvme-1.6-1.el9.x86_64 8/8 2024-08-08T19:22:52.533 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: libnvme-1.6-1.el9.x86_64 8/8 2024-08-08T19:22:52.533 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/8 2024-08-08T19:22:52.533 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/8 2024-08-08T19:22:52.533 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/8 2024-08-08T19:22:52.533 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/8 2024-08-08T19:22:52.533 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libnvme-1.9-2.el9.x86_64 5/8 2024-08-08T19:22:52.533 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libnvme-1.6-1.el9.x86_64 6/8 2024-08-08T19:22:52.533 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : nvme-cli-2.9.1-3.el9.x86_64 7/8 2024-08-08T19:22:52.595 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: libnvme-1.6-1.el9.x86_64 8/8 2024-08-08T19:22:52.595 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/8 2024-08-08T19:22:52.595 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/8 2024-08-08T19:22:52.595 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/8 2024-08-08T19:22:52.595 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/8 2024-08-08T19:22:52.595 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : libnvme-1.9-2.el9.x86_64 5/8 2024-08-08T19:22:52.595 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : libnvme-1.6-1.el9.x86_64 6/8 2024-08-08T19:22:52.595 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : nvme-cli-2.9.1-3.el9.x86_64 7/8 2024-08-08T19:22:52.861 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : nvme-cli-2.6-5.el9.x86_64 8/8 2024-08-08T19:22:52.861 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:22:52.861 INFO:teuthology.orchestra.run.smithi079.stdout:Upgraded: 2024-08-08T19:22:52.861 INFO:teuthology.orchestra.run.smithi079.stdout: libnvme-1.9-2.el9.x86_64 nvme-cli-2.9.1-3.el9.x86_64 2024-08-08T19:22:52.861 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-08-08T19:22:52.861 INFO:teuthology.orchestra.run.smithi079.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-08-08T19:22:52.861 INFO:teuthology.orchestra.run.smithi079.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-08-08T19:22:52.861 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:22:52.861 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-08-08T19:22:52.936 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : nvme-cli-2.6-5.el9.x86_64 8/8 2024-08-08T19:22:52.936 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:22:52.936 INFO:teuthology.orchestra.run.smithi067.stdout:Upgraded: 2024-08-08T19:22:52.936 INFO:teuthology.orchestra.run.smithi067.stdout: libnvme-1.9-2.el9.x86_64 nvme-cli-2.9.1-3.el9.x86_64 2024-08-08T19:22:52.937 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2024-08-08T19:22:52.937 INFO:teuthology.orchestra.run.smithi067.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-08-08T19:22:52.937 INFO:teuthology.orchestra.run.smithi067.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-08-08T19:22:52.937 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:22:52.937 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-08-08T19:22:53.183 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: libnvme-1.6-1.el9.x86_64 8/8 2024-08-08T19:22:53.183 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/8 2024-08-08T19:22:53.183 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/8 2024-08-08T19:22:53.183 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/8 2024-08-08T19:22:53.183 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/8 2024-08-08T19:22:53.183 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libnvme-1.9-2.el9.x86_64 5/8 2024-08-08T19:22:53.183 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libnvme-1.6-1.el9.x86_64 6/8 2024-08-08T19:22:53.183 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : nvme-cli-2.9.1-3.el9.x86_64 7/8 2024-08-08T19:22:53.231 DEBUG:teuthology.parallel:result is None 2024-08-08T19:22:53.406 DEBUG:teuthology.parallel:result is None 2024-08-08T19:22:53.539 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : nvme-cli-2.6-5.el9.x86_64 8/8 2024-08-08T19:22:53.539 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:22:53.539 INFO:teuthology.orchestra.run.smithi130.stdout:Upgraded: 2024-08-08T19:22:53.540 INFO:teuthology.orchestra.run.smithi130.stdout: libnvme-1.9-2.el9.x86_64 nvme-cli-2.9.1-3.el9.x86_64 2024-08-08T19:22:53.540 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-08-08T19:22:53.540 INFO:teuthology.orchestra.run.smithi130.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-08-08T19:22:53.540 INFO:teuthology.orchestra.run.smithi130.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-08-08T19:22:53.540 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:22:53.540 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-08-08T19:22:53.913 DEBUG:teuthology.parallel:result is None 2024-08-08T19:22:53.913 INFO:teuthology.run_tasks:Running task install... 2024-08-08T19:22:53.924 DEBUG:teuthology.task.install:project ceph 2024-08-08T19:22:53.925 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'de50a7c969c464f1af48fc4fd9870c061342194a'}} 2024-08-08T19:22:53.925 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'de50a7c969c464f1af48fc4fd9870c061342194a'} 2024-08-08T19:22:53.925 INFO:teuthology.task.install:Using flavor: default 2024-08-08T19:22:53.931 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-08-08T19:22:53.932 INFO:teuthology.task.install:extra packages: [] 2024-08-08T19:22:53.932 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': 'de50a7c969c464f1af48fc4fd9870c061342194a', 'tag': None, 'wait_for_package': False} 2024-08-08T19:22:53.933 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=de50a7c969c464f1af48fc4fd9870c061342194a 2024-08-08T19:22:53.935 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': 'de50a7c969c464f1af48fc4fd9870c061342194a', 'tag': None, 'wait_for_package': False} 2024-08-08T19:22:53.936 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=de50a7c969c464f1af48fc4fd9870c061342194a 2024-08-08T19:22:53.937 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': 'de50a7c969c464f1af48fc4fd9870c061342194a', 'tag': None, 'wait_for_package': False} 2024-08-08T19:22:53.937 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=de50a7c969c464f1af48fc4fd9870c061342194a 2024-08-08T19:22:54.085 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-08-08-1205/de50a7c969c464f1af48fc4fd9870c061342194a/centos/9/flavors/default/ 2024-08-08T19:22:54.085 INFO:teuthology.task.install.rpm:Package version is 19.0.0-5695.gde50a7c9 2024-08-08T19:22:54.093 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-08-08-1205/de50a7c969c464f1af48fc4fd9870c061342194a/centos/9/flavors/default/ 2024-08-08T19:22:54.093 INFO:teuthology.task.install.rpm:Package version is 19.0.0-5695.gde50a7c9 2024-08-08T19:22:54.097 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-08-08-1205/de50a7c969c464f1af48fc4fd9870c061342194a/centos/9/flavors/default/ 2024-08-08T19:22:54.097 INFO:teuthology.task.install.rpm:Package version is 19.0.0-5695.gde50a7c9 2024-08-08T19:22:54.316 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-08-08-1205/de50a7c969c464f1af48fc4fd9870c061342194a/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-08-08-1205/de50a7c969c464f1af48fc4fd9870c061342194a/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-08-08-1205/de50a7c969c464f1af48fc4fd9870c061342194a/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-08-08T19:22:54.316 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-08-08T19:22:54.317 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-08-08T19:22:54.323 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-08-08-1205/de50a7c969c464f1af48fc4fd9870c061342194a/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-08-08-1205/de50a7c969c464f1af48fc4fd9870c061342194a/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-08-08-1205/de50a7c969c464f1af48fc4fd9870c061342194a/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-08-08T19:22:54.323 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-08-08T19:22:54.323 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-08-08T19:22:54.327 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-08-08-1205/de50a7c969c464f1af48fc4fd9870c061342194a/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-08-08-1205/de50a7c969c464f1af48fc4fd9870c061342194a/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-08-08-1205/de50a7c969c464f1af48fc4fd9870c061342194a/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-08-08T19:22:54.327 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-08-08T19:22:54.327 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-08-08T19:22:54.355 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-08-08T19:22:54.355 DEBUG:teuthology.orchestra.run.smithi067:> 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/de50a7c969c464f1af48fc4fd9870c061342194a/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-08-08T19:22:54.357 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-08-08T19:22:54.357 DEBUG:teuthology.orchestra.run.smithi079:> 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/de50a7c969c464f1af48fc4fd9870c061342194a/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-08-08T19:22:54.366 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-08-08T19:22:54.366 DEBUG:teuthology.orchestra.run.smithi130:> 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/de50a7c969c464f1af48fc4fd9870c061342194a/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-08-08T19:22:54.425 DEBUG:teuthology.orchestra.run.smithi079:> 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-08-08T19:22:54.426 DEBUG:teuthology.orchestra.run.smithi067:> 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-08-08T19:22:54.433 DEBUG:teuthology.orchestra.run.smithi130:> 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-08-08T19:22:54.503 DEBUG:teuthology.orchestra.run.smithi079:> 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-08-08T19:22:54.506 DEBUG:teuthology.orchestra.run.smithi067:> 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-08-08T19:22:54.508 DEBUG:teuthology.orchestra.run.smithi130:> 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-08-08T19:22:54.569 INFO:teuthology.orchestra.run.smithi079.stdout:check_obsoletes = 1 2024-08-08T19:22:54.570 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum clean all 2024-08-08T19:22:54.572 INFO:teuthology.orchestra.run.smithi130.stdout:check_obsoletes = 1 2024-08-08T19:22:54.573 INFO:teuthology.orchestra.run.smithi067.stdout:check_obsoletes = 1 2024-08-08T19:22:54.574 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum clean all 2024-08-08T19:22:54.575 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum clean all 2024-08-08T19:22:54.799 INFO:teuthology.orchestra.run.smithi079.stdout:45 files removed 2024-08-08T19:22:54.800 INFO:teuthology.orchestra.run.smithi130.stdout:45 files removed 2024-08-08T19:22:54.815 INFO:teuthology.orchestra.run.smithi067.stdout:45 files removed 2024-08-08T19:22:54.826 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-radosgw 2024-08-08T19:22:54.827 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-radosgw 2024-08-08T19:22:54.842 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install ceph-radosgw 2024-08-08T19:22:55.599 INFO:teuthology.orchestra.run.smithi130.stdout:ceph packages for x86_64 170 kB/s | 84 kB 00:00 2024-08-08T19:22:55.602 INFO:teuthology.orchestra.run.smithi079.stdout:ceph packages for x86_64 170 kB/s | 84 kB 00:00 2024-08-08T19:22:55.629 INFO:teuthology.orchestra.run.smithi067.stdout:ceph packages for x86_64 170 kB/s | 84 kB 00:00 2024-08-08T19:22:56.119 INFO:teuthology.orchestra.run.smithi079.stdout:ceph noarch packages 51 kB/s | 24 kB 00:00 2024-08-08T19:22:56.124 INFO:teuthology.orchestra.run.smithi130.stdout:ceph noarch packages 50 kB/s | 24 kB 00:00 2024-08-08T19:22:56.205 INFO:teuthology.orchestra.run.smithi067.stdout:ceph noarch packages 46 kB/s | 24 kB 00:00 2024-08-08T19:22:56.595 INFO:teuthology.orchestra.run.smithi079.stdout:ceph source packages 4.5 kB/s | 1.9 kB 00:00 2024-08-08T19:22:56.608 INFO:teuthology.orchestra.run.smithi130.stdout:ceph source packages 4.4 kB/s | 1.9 kB 00:00 2024-08-08T19:22:56.706 INFO:teuthology.orchestra.run.smithi067.stdout:ceph source packages 4.2 kB/s | 1.9 kB 00:00 2024-08-08T19:22:58.105 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - BaseOS 5.6 MB/s | 8.2 MB 00:01 2024-08-08T19:22:59.264 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 9 - BaseOS 3.3 MB/s | 8.2 MB 00:02 2024-08-08T19:23:00.254 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - AppStream 19 MB/s | 20 MB 00:01 2024-08-08T19:23:02.523 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 9 - AppStream 9.4 MB/s | 20 MB 00:02 2024-08-08T19:23:04.455 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.6 MB 00:00 2024-08-08T19:23:05.930 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - Extras packages 73 kB/s | 18 kB 00:00 2024-08-08T19:23:06.918 INFO:teuthology.orchestra.run.smithi079.stdout:Extra Packages for Enterprise Linux 26 MB/s | 22 MB 00:00 2024-08-08T19:23:08.891 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 9 - CRB 2.6 MB/s | 6.6 MB 00:02 2024-08-08T19:23:10.650 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 9 - Extras packages 38 kB/s | 18 kB 00:00 2024-08-08T19:23:11.821 INFO:teuthology.orchestra.run.smithi067.stdout:Extra Packages for Enterprise Linux 21 MB/s | 22 MB 00:01 2024-08-08T19:23:12.257 INFO:teuthology.orchestra.run.smithi079.stdout:lab-extras 20 kB/s | 1.7 kB 00:00 2024-08-08T19:23:14.650 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-08-08T19:23:14.653 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:23:14.653 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-08-08T19:23:14.653 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:23:14.653 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-08-08T19:23:14.653 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-radosgw x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 11 M 2024-08-08T19:23:14.653 INFO:teuthology.orchestra.run.smithi079.stdout:Upgrading: 2024-08-08T19:23:14.653 INFO:teuthology.orchestra.run.smithi079.stdout: librados2 x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 3.5 M 2024-08-08T19:23:14.653 INFO:teuthology.orchestra.run.smithi079.stdout: librbd1 x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 3.2 M 2024-08-08T19:23:14.653 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-08-08T19:23:14.654 INFO:teuthology.orchestra.run.smithi079.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-08-08T19:23:14.654 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-base x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 5.5 M 2024-08-08T19:23:14.654 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-common x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 22 M 2024-08-08T19:23:14.654 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-selinux x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 25 k 2024-08-08T19:23:14.654 INFO:teuthology.orchestra.run.smithi079.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-08-08T19:23:14.654 INFO:teuthology.orchestra.run.smithi079.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-08-08T19:23:14.654 INFO:teuthology.orchestra.run.smithi079.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-08-08T19:23:14.654 INFO:teuthology.orchestra.run.smithi079.stdout: libcephfs2 x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 755 k 2024-08-08T19:23:14.654 INFO:teuthology.orchestra.run.smithi079.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-08-08T19:23:14.654 INFO:teuthology.orchestra.run.smithi079.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-08-08T19:23:14.654 INFO:teuthology.orchestra.run.smithi079.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-08-08T19:23:14.654 INFO:teuthology.orchestra.run.smithi079.stdout: libradosstriper1 x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 509 k 2024-08-08T19:23:14.655 INFO:teuthology.orchestra.run.smithi079.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-08-08T19:23:14.655 INFO:teuthology.orchestra.run.smithi079.stdout: librgw2 x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 5.5 M 2024-08-08T19:23:14.655 INFO:teuthology.orchestra.run.smithi079.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-08-08T19:23:14.655 INFO:teuthology.orchestra.run.smithi079.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-08-08T19:23:14.655 INFO:teuthology.orchestra.run.smithi079.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-08-08T19:23:14.655 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ceph-argparse x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 45 k 2024-08-08T19:23:14.655 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ceph-common x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 138 k 2024-08-08T19:23:14.655 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cephfs x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 188 k 2024-08-08T19:23:14.655 INFO:teuthology.orchestra.run.smithi079.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-08-08T19:23:14.655 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rados x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 370 k 2024-08-08T19:23:14.655 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rbd x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 355 k 2024-08-08T19:23:14.655 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rgw x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 117 k 2024-08-08T19:23:14.656 INFO:teuthology.orchestra.run.smithi079.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-08-08T19:23:14.656 INFO:teuthology.orchestra.run.smithi079.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-08-08T19:23:14.656 INFO:teuthology.orchestra.run.smithi079.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-08-08T19:23:14.656 INFO:teuthology.orchestra.run.smithi079.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-08-08T19:23:14.656 INFO:teuthology.orchestra.run.smithi079.stdout:Installing weak dependencies: 2024-08-08T19:23:14.656 INFO:teuthology.orchestra.run.smithi079.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-08-08T19:23:14.656 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:23:14.656 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-08-08T19:23:14.656 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:23:14.656 INFO:teuthology.orchestra.run.smithi079.stdout:Install 30 Packages 2024-08-08T19:23:14.656 INFO:teuthology.orchestra.run.smithi079.stdout:Upgrade 2 Packages 2024-08-08T19:23:14.656 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:23:14.657 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 62 M 2024-08-08T19:23:14.657 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-08-08T19:23:15.816 INFO:teuthology.orchestra.run.smithi079.stdout:(1/32): ceph-base-19.0.0-5695.gde50a7c9.el9.x86 6.3 MB/s | 5.5 MB 00:00 2024-08-08T19:23:15.874 INFO:teuthology.orchestra.run.smithi079.stdout:(2/32): ceph-selinux-19.0.0-5695.gde50a7c9.el9. 432 kB/s | 25 kB 00:00 2024-08-08T19:23:16.000 INFO:teuthology.orchestra.run.smithi079.stdout:(3/32): ceph-radosgw-19.0.0-5695.gde50a7c9.el9. 10 MB/s | 11 MB 00:01 2024-08-08T19:23:16.192 INFO:teuthology.orchestra.run.smithi079.stdout:(4/32): ceph-common-19.0.0-5695.gde50a7c9.el9.x 17 MB/s | 22 MB 00:01 2024-08-08T19:23:16.225 INFO:teuthology.orchestra.run.smithi079.stdout:(5/32): libradosstriper1-19.0.0-5695.gde50a7c9. 2.2 MB/s | 509 kB 00:00 2024-08-08T19:23:16.259 INFO:teuthology.orchestra.run.smithi079.stdout:(6/32): libcephfs2-19.0.0-5695.gde50a7c9.el9.x8 1.9 MB/s | 755 kB 00:00 2024-08-08T19:23:16.284 INFO:teuthology.orchestra.run.smithi079.stdout:(7/32): python3-ceph-argparse-19.0.0-5695.gde50 771 kB/s | 45 kB 00:00 2024-08-08T19:23:16.318 INFO:teuthology.orchestra.run.smithi079.stdout:(8/32): python3-ceph-common-19.0.0-5695.gde50a7 2.3 MB/s | 138 kB 00:00 2024-08-08T19:23:16.343 INFO:teuthology.orchestra.run.smithi079.stdout:(9/32): python3-cephfs-19.0.0-5695.gde50a7c9.el 3.1 MB/s | 188 kB 00:00 2024-08-08T19:23:16.368 INFO:teuthology.orchestra.run.smithi079.stdout:(10/32): python3-rados-19.0.0-5695.gde50a7c9.el 7.2 MB/s | 370 kB 00:00 2024-08-08T19:23:16.402 INFO:teuthology.orchestra.run.smithi079.stdout:(11/32): python3-rbd-19.0.0-5695.gde50a7c9.el9. 5.9 MB/s | 355 kB 00:00 2024-08-08T19:23:16.427 INFO:teuthology.orchestra.run.smithi079.stdout:(12/32): python3-rgw-19.0.0-5695.gde50a7c9.el9. 1.9 MB/s | 117 kB 00:00 2024-08-08T19:23:16.511 INFO:teuthology.orchestra.run.smithi079.stdout:(13/32): librgw2-19.0.0-5695.gde50a7c9.el9.x86_ 17 MB/s | 5.5 MB 00:00 2024-08-08T19:23:17.103 INFO:teuthology.orchestra.run.smithi079.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 76 kB/s | 45 kB 00:00 2024-08-08T19:23:17.161 INFO:teuthology.orchestra.run.smithi079.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 218 kB/s | 160 kB 00:00 2024-08-08T19:23:17.195 INFO:teuthology.orchestra.run.smithi079.stdout:(16/32): boost-program-options-1.75.0-8.el9.x86 135 kB/s | 107 kB 00:00 2024-08-08T19:23:17.326 INFO:teuthology.orchestra.run.smithi067.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-08-08T19:23:17.787 INFO:teuthology.orchestra.run.smithi079.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 71 kB/s | 42 kB 00:00 2024-08-08T19:23:17.945 INFO:teuthology.orchestra.run.smithi079.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 373 kB/s | 292 kB 00:00 2024-08-08T19:23:18.012 INFO:teuthology.orchestra.run.smithi079.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 729 kB/s | 662 kB 00:00 2024-08-08T19:23:18.563 INFO:teuthology.orchestra.run.smithi079.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 58 kB/s | 36 kB 00:00 2024-08-08T19:23:18.604 INFO:teuthology.orchestra.run.smithi079.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 80 kB/s | 47 kB 00:00 2024-08-08T19:23:18.663 INFO:teuthology.orchestra.run.smithi079.stdout:(22/32): qatlib-24.02.0-1.el9.x86_64.rpm 252 kB/s | 221 kB 00:00 2024-08-08T19:23:18.722 INFO:teuthology.orchestra.run.smithi079.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.9 MB/s | 309 kB 00:00 2024-08-08T19:23:18.739 INFO:teuthology.orchestra.run.smithi079.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 3.3 MB/s | 49 kB 00:00 2024-08-08T19:23:18.756 INFO:teuthology.orchestra.run.smithi079.stdout:(25/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 289 kB/s | 26 kB 00:00 2024-08-08T19:23:18.781 INFO:teuthology.orchestra.run.smithi079.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.6 MB/s | 67 kB 00:00 2024-08-08T19:23:18.814 INFO:teuthology.orchestra.run.smithi079.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 5.6 MB/s | 192 kB 00:00 2024-08-08T19:23:18.857 INFO:teuthology.orchestra.run.smithi079.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 8.2 MB/s | 839 kB 00:00 2024-08-08T19:23:18.924 INFO:teuthology.orchestra.run.smithi079.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 15 MB/s | 1.6 MB 00:00 2024-08-08T19:23:19.007 INFO:teuthology.orchestra.run.smithi079.stdout:(30/32): libarrow-9.0.0-11.el9.x86_64.rpm 11 MB/s | 4.4 MB 00:00 2024-08-08T19:23:19.183 INFO:teuthology.orchestra.run.smithi079.stdout:(31/32): librbd1-19.0.0-5695.gde50a7c9.el9.x86_ 13 MB/s | 3.2 MB 00:00 2024-08-08T19:23:19.232 INFO:teuthology.orchestra.run.smithi079.stdout:(32/32): librados2-19.0.0-5695.gde50a7c9.el9.x8 9.2 MB/s | 3.5 MB 00:00 2024-08-08T19:23:19.237 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:23:19.238 INFO:teuthology.orchestra.run.smithi079.stdout:Total 13 MB/s | 62 MB 00:04 2024-08-08T19:23:19.333 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-08-08T19:23:19.369 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-08-08T19:23:19.369 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-08-08T19:23:19.829 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-08-08T19:23:19.832 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:23:19.832 INFO:teuthology.orchestra.run.smithi067.stdout: Package Arch Version Repository Size 2024-08-08T19:23:19.832 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:23:19.832 INFO:teuthology.orchestra.run.smithi067.stdout:Installing: 2024-08-08T19:23:19.832 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-radosgw x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 11 M 2024-08-08T19:23:19.833 INFO:teuthology.orchestra.run.smithi067.stdout:Upgrading: 2024-08-08T19:23:19.833 INFO:teuthology.orchestra.run.smithi067.stdout: librados2 x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 3.5 M 2024-08-08T19:23:19.833 INFO:teuthology.orchestra.run.smithi067.stdout: librbd1 x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 3.2 M 2024-08-08T19:23:19.833 INFO:teuthology.orchestra.run.smithi067.stdout:Installing dependencies: 2024-08-08T19:23:19.833 INFO:teuthology.orchestra.run.smithi067.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-08-08T19:23:19.833 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-base x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 5.5 M 2024-08-08T19:23:19.834 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-common x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 22 M 2024-08-08T19:23:19.834 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-selinux x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 25 k 2024-08-08T19:23:19.834 INFO:teuthology.orchestra.run.smithi067.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-08-08T19:23:19.834 INFO:teuthology.orchestra.run.smithi067.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-08-08T19:23:19.834 INFO:teuthology.orchestra.run.smithi067.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-08-08T19:23:19.835 INFO:teuthology.orchestra.run.smithi067.stdout: libcephfs2 x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 755 k 2024-08-08T19:23:19.835 INFO:teuthology.orchestra.run.smithi067.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-08-08T19:23:19.835 INFO:teuthology.orchestra.run.smithi067.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-08-08T19:23:19.835 INFO:teuthology.orchestra.run.smithi067.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-08-08T19:23:19.835 INFO:teuthology.orchestra.run.smithi067.stdout: libradosstriper1 x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 509 k 2024-08-08T19:23:19.835 INFO:teuthology.orchestra.run.smithi067.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-08-08T19:23:19.836 INFO:teuthology.orchestra.run.smithi067.stdout: librgw2 x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 5.5 M 2024-08-08T19:23:19.836 INFO:teuthology.orchestra.run.smithi067.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-08-08T19:23:19.836 INFO:teuthology.orchestra.run.smithi067.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-08-08T19:23:19.836 INFO:teuthology.orchestra.run.smithi067.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-08-08T19:23:19.836 INFO:teuthology.orchestra.run.smithi067.stdout: python3-ceph-argparse x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 45 k 2024-08-08T19:23:19.836 INFO:teuthology.orchestra.run.smithi067.stdout: python3-ceph-common x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 138 k 2024-08-08T19:23:19.836 INFO:teuthology.orchestra.run.smithi067.stdout: python3-cephfs x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 188 k 2024-08-08T19:23:19.837 INFO:teuthology.orchestra.run.smithi067.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-08-08T19:23:19.837 INFO:teuthology.orchestra.run.smithi067.stdout: python3-rados x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 370 k 2024-08-08T19:23:19.837 INFO:teuthology.orchestra.run.smithi067.stdout: python3-rbd x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 355 k 2024-08-08T19:23:19.837 INFO:teuthology.orchestra.run.smithi067.stdout: python3-rgw x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 117 k 2024-08-08T19:23:19.837 INFO:teuthology.orchestra.run.smithi067.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-08-08T19:23:19.837 INFO:teuthology.orchestra.run.smithi067.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-08-08T19:23:19.838 INFO:teuthology.orchestra.run.smithi067.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-08-08T19:23:19.838 INFO:teuthology.orchestra.run.smithi067.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-08-08T19:23:19.838 INFO:teuthology.orchestra.run.smithi067.stdout:Installing weak dependencies: 2024-08-08T19:23:19.838 INFO:teuthology.orchestra.run.smithi067.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-08-08T19:23:19.839 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:23:19.839 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2024-08-08T19:23:19.839 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:23:19.839 INFO:teuthology.orchestra.run.smithi067.stdout:Install 30 Packages 2024-08-08T19:23:19.840 INFO:teuthology.orchestra.run.smithi067.stdout:Upgrade 2 Packages 2024-08-08T19:23:19.840 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:23:19.841 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 62 M 2024-08-08T19:23:19.841 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2024-08-08T19:23:19.860 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-08-08T19:23:19.861 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-08-08T19:23:20.919 INFO:teuthology.orchestra.run.smithi067.stdout:(1/32): ceph-base-19.0.0-5695.gde50a7c9.el9.x86 7.5 MB/s | 5.5 MB 00:00 2024-08-08T19:23:20.978 INFO:teuthology.orchestra.run.smithi067.stdout:(2/32): ceph-selinux-19.0.0-5695.gde50a7c9.el9. 432 kB/s | 25 kB 00:00 2024-08-08T19:23:21.078 INFO:teuthology.orchestra.run.smithi067.stdout:(3/32): libcephfs2-19.0.0-5695.gde50a7c9.el9.x8 7.4 MB/s | 755 kB 00:00 2024-08-08T19:23:21.195 INFO:teuthology.orchestra.run.smithi067.stdout:(4/32): ceph-radosgw-19.0.0-5695.gde50a7c9.el9. 11 MB/s | 11 MB 00:01 2024-08-08T19:23:21.237 INFO:teuthology.orchestra.run.smithi067.stdout:(5/32): libradosstriper1-19.0.0-5695.gde50a7c9. 3.1 MB/s | 509 kB 00:00 2024-08-08T19:23:21.291 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-08-08T19:23:21.367 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-08-08T19:23:21.396 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-08-08T19:23:21.421 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-08-08T19:23:21.444 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-08-08T19:23:21.445 INFO:teuthology.orchestra.run.smithi067.stdout:(6/32): ceph-common-19.0.0-5695.gde50a7c9.el9.x 17 MB/s | 22 MB 00:01 2024-08-08T19:23:21.462 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-08-08T19:23:21.470 INFO:teuthology.orchestra.run.smithi067.stdout:(7/32): python3-ceph-argparse-19.0.0-5695.gde50 193 kB/s | 45 kB 00:00 2024-08-08T19:23:21.487 INFO:teuthology.orchestra.run.smithi067.stdout:(8/32): python3-ceph-common-19.0.0-5695.gde50a7 3.3 MB/s | 138 kB 00:00 2024-08-08T19:23:21.521 INFO:teuthology.orchestra.run.smithi067.stdout:(9/32): python3-cephfs-19.0.0-5695.gde50a7c9.el 3.6 MB/s | 188 kB 00:00 2024-08-08T19:23:21.546 INFO:teuthology.orchestra.run.smithi067.stdout:(10/32): python3-rados-19.0.0-5695.gde50a7c9.el 6.2 MB/s | 370 kB 00:00 2024-08-08T19:23:21.572 INFO:teuthology.orchestra.run.smithi067.stdout:(11/32): python3-rbd-19.0.0-5695.gde50a7c9.el9. 6.9 MB/s | 355 kB 00:00 2024-08-08T19:23:21.606 INFO:teuthology.orchestra.run.smithi067.stdout:(12/32): python3-rgw-19.0.0-5695.gde50a7c9.el9. 1.9 MB/s | 117 kB 00:00 2024-08-08T19:23:21.664 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-08-08T19:23:21.681 INFO:teuthology.orchestra.run.smithi067.stdout:(13/32): librgw2-19.0.0-5695.gde50a7c9.el9.x86_ 11 MB/s | 5.5 MB 00:00 2024-08-08T19:23:21.723 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-08-08T19:23:21.781 INFO:teuthology.orchestra.run.smithi067.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 511 kB/s | 107 kB 00:00 2024-08-08T19:23:21.824 INFO:teuthology.orchestra.run.smithi067.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 319 kB/s | 45 kB 00:00 2024-08-08T19:23:21.840 INFO:teuthology.orchestra.run.smithi067.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 685 kB/s | 160 kB 00:00 2024-08-08T19:23:21.907 INFO:teuthology.orchestra.run.smithi067.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.4 MB/s | 292 kB 00:00 2024-08-08T19:23:21.932 INFO:teuthology.orchestra.run.smithi067.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 459 kB/s | 42 kB 00:00 2024-08-08T19:23:21.966 INFO:teuthology.orchestra.run.smithi067.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.5 MB/s | 662 kB 00:00 2024-08-08T19:23:21.991 INFO:teuthology.orchestra.run.smithi067.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 613 kB/s | 36 kB 00:00 2024-08-08T19:23:22.017 INFO:teuthology.orchestra.run.smithi067.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.0 MB/s | 221 kB 00:00 2024-08-08T19:23:22.042 INFO:teuthology.orchestra.run.smithi067.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 627 kB/s | 47 kB 00:00 2024-08-08T19:23:22.120 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-08-08T19:23:22.175 INFO:teuthology.orchestra.run.smithi067.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.6 MB/s | 309 kB 00:00 2024-08-08T19:23:22.189 INFO:teuthology.orchestra.run.smithi079.stdout: Upgrading : librados2-2:19.0.0-5695.gde50a7c9.el9.x86_64 7/34 2024-08-08T19:23:22.200 INFO:teuthology.orchestra.run.smithi067.stdout:(24/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 250 kB/s | 26 kB 00:00 2024-08-08T19:23:22.226 INFO:teuthology.orchestra.run.smithi067.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 972 kB/s | 49 kB 00:00 2024-08-08T19:23:22.251 INFO:teuthology.orchestra.run.smithi067.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-08-08T19:23:22.278 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librados2-2:19.0.0-5695.gde50a7c9.el9.x86_64 7/34 2024-08-08T19:23:22.285 INFO:teuthology.orchestra.run.smithi067.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 5.7 MB/s | 192 kB 00:00 2024-08-08T19:23:22.335 INFO:teuthology.orchestra.run.smithi067.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 7.5 MB/s | 839 kB 00:00 2024-08-08T19:23:22.364 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-rados-2:19.0.0-5695.gde50a7c9.el9.x86_64 8/34 2024-08-08T19:23:22.382 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libcephfs2-2:19.0.0-5695.gde50a7c9.el9.x86_64 9/34 2024-08-08T19:23:22.402 INFO:teuthology.orchestra.run.smithi067.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 14 MB/s | 1.6 MB 00:00 2024-08-08T19:23:22.462 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: libcephfs2-2:19.0.0-5695.gde50a7c9.el9.x86_64 9/34 2024-08-08T19:23:22.485 INFO:teuthology.orchestra.run.smithi067.stdout:(30/32): libarrow-9.0.0-11.el9.x86_64.rpm 9.4 MB/s | 4.4 MB 00:00 2024-08-08T19:23:22.491 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-08-08T19:23:22.537 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-ceph-argparse-2:19.0.0-5695.gde50a7c9.el9. 11/34 2024-08-08T19:23:22.605 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cephfs-2:19.0.0-5695.gde50a7c9.el9.x86_64 12/34 2024-08-08T19:23:22.619 INFO:teuthology.orchestra.run.smithi067.stdout:(31/32): librados2-19.0.0-5695.gde50a7c9.el9.x8 12 MB/s | 3.5 MB 00:00 2024-08-08T19:23:22.626 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libradosstriper1-2:19.0.0-5695.gde50a7c9.el9.x86_6 13/34 2024-08-08T19:23:22.669 INFO:teuthology.orchestra.run.smithi067.stdout:(32/32): librbd1-19.0.0-5695.gde50a7c9.el9.x86_ 12 MB/s | 3.2 MB 00:00 2024-08-08T19:23:22.674 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:23:22.674 INFO:teuthology.orchestra.run.smithi067.stdout:Total 22 MB/s | 62 MB 00:02 2024-08-08T19:23:22.690 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: libradosstriper1-2:19.0.0-5695.gde50a7c9.el9.x86_6 13/34 2024-08-08T19:23:22.725 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-08-08T19:23:22.776 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2024-08-08T19:23:22.816 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2024-08-08T19:23:22.816 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2024-08-08T19:23:22.842 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-08-08T19:23:22.876 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-08-08T19:23:22.918 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-08-08T19:23:22.949 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-08-08T19:23:22.979 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-08-08T19:23:23.011 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-08-08T19:23:23.330 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-08-08T19:23:23.332 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2024-08-08T19:23:23.332 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2024-08-08T19:23:23.366 INFO:teuthology.orchestra.run.smithi079.stdout: Upgrading : librbd1-2:19.0.0-5695.gde50a7c9.el9.x86_64 22/34 2024-08-08T19:23:23.444 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librbd1-2:19.0.0-5695.gde50a7c9.el9.x86_64 22/34 2024-08-08T19:23:23.470 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-rbd-2:19.0.0-5695.gde50a7c9.el9.x86_64 23/34 2024-08-08T19:23:23.506 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-08-08T19:23:23.995 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-08-08T19:23:24.068 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : librgw2-2:19.0.0-5695.gde50a7c9.el9.x86_64 26/34 2024-08-08T19:23:24.141 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librgw2-2:19.0.0-5695.gde50a7c9.el9.x86_64 26/34 2024-08-08T19:23:24.217 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-rgw-2:19.0.0-5695.gde50a7c9.el9.x86_64 27/34 2024-08-08T19:23:24.245 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-ceph-common-2:19.0.0-5695.gde50a7c9.el9.x8 28/34 2024-08-08T19:23:24.908 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2024-08-08T19:23:24.988 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-08-08T19:23:25.025 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-08-08T19:23:25.050 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-08-08T19:23:25.073 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-08-08T19:23:25.096 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-08-08T19:23:25.402 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-08-08T19:23:25.461 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-08-08T19:23:25.819 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-08-08T19:23:26.053 INFO:teuthology.orchestra.run.smithi067.stdout: Upgrading : librados2-2:19.0.0-5695.gde50a7c9.el9.x86_64 7/34 2024-08-08T19:23:26.149 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: librados2-2:19.0.0-5695.gde50a7c9.el9.x86_64 7/34 2024-08-08T19:23:26.243 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-rados-2:19.0.0-5695.gde50a7c9.el9.x86_64 8/34 2024-08-08T19:23:26.270 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : libcephfs2-2:19.0.0-5695.gde50a7c9.el9.x86_64 9/34 2024-08-08T19:23:26.333 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: libcephfs2-2:19.0.0-5695.gde50a7c9.el9.x86_64 9/34 2024-08-08T19:23:26.370 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-08-08T19:23:26.416 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-ceph-argparse-2:19.0.0-5695.gde50a7c9.el9. 11/34 2024-08-08T19:23:26.485 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-cephfs-2:19.0.0-5695.gde50a7c9.el9.x86_64 12/34 2024-08-08T19:23:26.514 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : libradosstriper1-2:19.0.0-5695.gde50a7c9.el9.x86_6 13/34 2024-08-08T19:23:26.571 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-common-2:19.0.0-5695.gde50a7c9.el9.x86_64 29/34 2024-08-08T19:23:26.578 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: libradosstriper1-2:19.0.0-5695.gde50a7c9.el9.x86_6 13/34 2024-08-08T19:23:26.600 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-common-2:19.0.0-5695.gde50a7c9.el9.x86_64 29/34 2024-08-08T19:23:26.613 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-08-08T19:23:26.725 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-08-08T19:23:26.755 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-08-08T19:23:26.789 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-08-08T19:23:26.820 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-08-08T19:23:26.850 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-08-08T19:23:26.883 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-08-08T19:23:27.172 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-common-2:19.0.0-5695.gde50a7c9.el9.x86_64 29/34 2024-08-08T19:23:27.223 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-08-08T19:23:27.237 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-base-2:19.0.0-5695.gde50a7c9.el9.x86_64 30/34 2024-08-08T19:23:27.329 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-base-2:19.0.0-5695.gde50a7c9.el9.x86_64 30/34 2024-08-08T19:23:27.330 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-08-08T19:23:27.330 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-08-08T19:23:27.330 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:23:27.363 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-selinux-2:19.0.0-5695.gde50a7c9.el9.x86_64 31/34 2024-08-08T19:23:27.428 INFO:teuthology.orchestra.run.smithi067.stdout: Upgrading : librbd1-2:19.0.0-5695.gde50a7c9.el9.x86_64 22/34 2024-08-08T19:23:27.508 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: librbd1-2:19.0.0-5695.gde50a7c9.el9.x86_64 22/34 2024-08-08T19:23:27.533 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-rbd-2:19.0.0-5695.gde50a7c9.el9.x86_64 23/34 2024-08-08T19:23:27.569 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-08-08T19:23:28.089 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-08-08T19:23:28.123 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : librgw2-2:19.0.0-5695.gde50a7c9.el9.x86_64 26/34 2024-08-08T19:23:28.196 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: librgw2-2:19.0.0-5695.gde50a7c9.el9.x86_64 26/34 2024-08-08T19:23:28.275 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-rgw-2:19.0.0-5695.gde50a7c9.el9.x86_64 27/34 2024-08-08T19:23:28.300 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-ceph-common-2:19.0.0-5695.gde50a7c9.el9.x8 28/34 2024-08-08T19:23:30.862 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: ceph-common-2:19.0.0-5695.gde50a7c9.el9.x86_64 29/34 2024-08-08T19:23:30.897 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : ceph-common-2:19.0.0-5695.gde50a7c9.el9.x86_64 29/34 2024-08-08T19:23:31.515 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: ceph-common-2:19.0.0-5695.gde50a7c9.el9.x86_64 29/34 2024-08-08T19:23:31.552 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : ceph-base-2:19.0.0-5695.gde50a7c9.el9.x86_64 30/34 2024-08-08T19:23:31.635 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: ceph-base-2:19.0.0-5695.gde50a7c9.el9.x86_64 30/34 2024-08-08T19:23:31.635 INFO:teuthology.orchestra.run.smithi067.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-08-08T19:23:31.636 INFO:teuthology.orchestra.run.smithi067.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-08-08T19:23:31.636 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:23:31.670 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : ceph-selinux-2:19.0.0-5695.gde50a7c9.el9.x86_64 31/34 2024-08-08T19:23:37.202 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-selinux-2:19.0.0-5695.gde50a7c9.el9.x86_64 31/34 2024-08-08T19:23:37.203 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /sys 2024-08-08T19:23:37.203 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /proc 2024-08-08T19:23:37.203 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /mnt 2024-08-08T19:23:37.203 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /var/tmp 2024-08-08T19:23:37.203 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /home 2024-08-08T19:23:37.203 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /root 2024-08-08T19:23:37.203 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /tmp 2024-08-08T19:23:37.203 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:23:38.180 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-radosgw-2:19.0.0-5695.gde50a7c9.el9.x86_64 32/34 2024-08-08T19:23:38.206 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-5695.gde50a7c9.el9.x86_64 32/34 2024-08-08T19:23:38.206 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-08T19:23:38.206 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-08-08T19:23:38.206 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-08-08T19:23:38.206 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-08-08T19:23:38.206 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:23:38.208 INFO:teuthology.orchestra.run.smithi079.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-08-08T19:23:38.290 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-08-08T19:23:38.291 INFO:teuthology.orchestra.run.smithi079.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-08-08T19:23:39.462 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-08-08T19:23:39.462 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-base-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/34 2024-08-08T19:23:39.462 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-common-2:19.0.0-5695.gde50a7c9.el9.x86_64 2/34 2024-08-08T19:23:39.462 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-radosgw-2:19.0.0-5695.gde50a7c9.el9.x86_64 3/34 2024-08-08T19:23:39.462 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-selinux-2:19.0.0-5695.gde50a7c9.el9.x86_64 4/34 2024-08-08T19:23:39.462 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libcephfs2-2:19.0.0-5695.gde50a7c9.el9.x86_64 5/34 2024-08-08T19:23:39.462 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libradosstriper1-2:19.0.0-5695.gde50a7c9.el9.x86_6 6/34 2024-08-08T19:23:39.462 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librgw2-2:19.0.0-5695.gde50a7c9.el9.x86_64 7/34 2024-08-08T19:23:39.463 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-ceph-argparse-2:19.0.0-5695.gde50a7c9.el9. 8/34 2024-08-08T19:23:39.463 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-ceph-common-2:19.0.0-5695.gde50a7c9.el9.x8 9/34 2024-08-08T19:23:39.463 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cephfs-2:19.0.0-5695.gde50a7c9.el9.x86_64 10/34 2024-08-08T19:23:39.463 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-rados-2:19.0.0-5695.gde50a7c9.el9.x86_64 11/34 2024-08-08T19:23:39.463 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-rbd-2:19.0.0-5695.gde50a7c9.el9.x86_64 12/34 2024-08-08T19:23:39.463 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-rgw-2:19.0.0-5695.gde50a7c9.el9.x86_64 13/34 2024-08-08T19:23:39.463 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-08-08T19:23:39.463 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-08-08T19:23:39.463 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-08-08T19:23:39.463 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-08-08T19:23:39.463 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-08-08T19:23:39.463 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-08-08T19:23:39.463 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-08-08T19:23:39.464 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-08-08T19:23:39.464 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-08-08T19:23:39.464 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-08-08T19:23:39.464 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-08-08T19:23:39.464 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-08-08T19:23:39.464 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-08-08T19:23:39.464 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-08-08T19:23:39.464 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-08-08T19:23:39.464 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-08-08T19:23:39.464 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-08-08T19:23:39.464 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librados2-2:19.0.0-5695.gde50a7c9.el9.x86_64 31/34 2024-08-08T19:23:39.464 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-08-08T19:23:39.465 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librbd1-2:19.0.0-5695.gde50a7c9.el9.x86_64 33/34 2024-08-08T19:23:40.177 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-08-08T19:23:40.177 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:23:40.177 INFO:teuthology.orchestra.run.smithi079.stdout:Upgraded: 2024-08-08T19:23:40.177 INFO:teuthology.orchestra.run.smithi079.stdout: librados2-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:40.177 INFO:teuthology.orchestra.run.smithi079.stdout: librbd1-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:40.177 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-08-08T19:23:40.177 INFO:teuthology.orchestra.run.smithi079.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-08-08T19:23:40.178 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-base-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:40.178 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-common-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:40.178 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-radosgw-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:40.178 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-selinux-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:40.178 INFO:teuthology.orchestra.run.smithi079.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-08-08T19:23:40.178 INFO:teuthology.orchestra.run.smithi079.stdout: libarrow-9.0.0-11.el9.x86_64 2024-08-08T19:23:40.178 INFO:teuthology.orchestra.run.smithi079.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-08-08T19:23:40.178 INFO:teuthology.orchestra.run.smithi079.stdout: libcephfs2-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:40.178 INFO:teuthology.orchestra.run.smithi079.stdout: liboath-2.6.7-2.el9.x86_64 2024-08-08T19:23:40.178 INFO:teuthology.orchestra.run.smithi079.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-08-08T19:23:40.178 INFO:teuthology.orchestra.run.smithi079.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-08-08T19:23:40.178 INFO:teuthology.orchestra.run.smithi079.stdout: libradosstriper1-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:40.178 INFO:teuthology.orchestra.run.smithi079.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-08-08T19:23:40.179 INFO:teuthology.orchestra.run.smithi079.stdout: librgw2-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:40.179 INFO:teuthology.orchestra.run.smithi079.stdout: libunwind-1.6.2-1.el9.x86_64 2024-08-08T19:23:40.179 INFO:teuthology.orchestra.run.smithi079.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-08-08T19:23:40.179 INFO:teuthology.orchestra.run.smithi079.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-08-08T19:23:40.179 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ceph-argparse-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:40.179 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ceph-common-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:40.179 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cephfs-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:40.180 INFO:teuthology.orchestra.run.smithi079.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-08-08T19:23:40.180 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rados-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:40.180 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rbd-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:40.180 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rgw-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:40.180 INFO:teuthology.orchestra.run.smithi079.stdout: qatlib-24.02.0-1.el9.x86_64 2024-08-08T19:23:40.180 INFO:teuthology.orchestra.run.smithi079.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-08-08T19:23:40.180 INFO:teuthology.orchestra.run.smithi079.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-08-08T19:23:40.180 INFO:teuthology.orchestra.run.smithi079.stdout: re2-1:20211101-3.el9.x86_64 2024-08-08T19:23:40.180 INFO:teuthology.orchestra.run.smithi079.stdout: thrift-0.15.0-2.el9.x86_64 2024-08-08T19:23:40.180 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:23:40.180 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-08-08T19:23:40.540 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-test 2024-08-08T19:23:41.092 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:00:29 ago on Thu 08 Aug 2024 07:23:12 PM UTC. 2024-08-08T19:23:41.217 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-08-08T19:23:41.218 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:23:41.218 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-08-08T19:23:41.218 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:23:41.218 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-08-08T19:23:41.218 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-test x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 50 M 2024-08-08T19:23:41.218 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-08-08T19:23:41.218 INFO:teuthology.orchestra.run.smithi079.stdout: libcephsqlite x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 163 k 2024-08-08T19:23:41.218 INFO:teuthology.orchestra.run.smithi079.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-08-08T19:23:41.218 INFO:teuthology.orchestra.run.smithi079.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-08-08T19:23:41.218 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:23:41.218 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-08-08T19:23:41.219 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:23:41.219 INFO:teuthology.orchestra.run.smithi079.stdout:Install 4 Packages 2024-08-08T19:23:41.219 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:23:41.219 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 51 M 2024-08-08T19:23:41.219 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 216 M 2024-08-08T19:23:41.219 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-08-08T19:23:41.523 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: ceph-selinux-2:19.0.0-5695.gde50a7c9.el9.x86_64 31/34 2024-08-08T19:23:41.523 INFO:teuthology.orchestra.run.smithi067.stdout:skipping the directory /sys 2024-08-08T19:23:41.523 INFO:teuthology.orchestra.run.smithi067.stdout:skipping the directory /proc 2024-08-08T19:23:41.523 INFO:teuthology.orchestra.run.smithi067.stdout:skipping the directory /mnt 2024-08-08T19:23:41.524 INFO:teuthology.orchestra.run.smithi067.stdout:skipping the directory /var/tmp 2024-08-08T19:23:41.524 INFO:teuthology.orchestra.run.smithi067.stdout:skipping the directory /home 2024-08-08T19:23:41.524 INFO:teuthology.orchestra.run.smithi067.stdout:skipping the directory /root 2024-08-08T19:23:41.524 INFO:teuthology.orchestra.run.smithi067.stdout:skipping the directory /tmp 2024-08-08T19:23:41.524 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:23:41.855 INFO:teuthology.orchestra.run.smithi079.stdout:(1/4): libcephsqlite-19.0.0-5695.gde50a7c9.el9. 285 kB/s | 163 kB 00:00 2024-08-08T19:23:42.122 INFO:teuthology.orchestra.run.smithi079.stdout:(2/4): socat-1.7.4.1-6.el9.x86_64.rpm 363 kB/s | 304 kB 00:00 2024-08-08T19:23:42.489 INFO:teuthology.orchestra.run.smithi079.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 100 kB/s | 64 kB 00:00 2024-08-08T19:23:42.564 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : ceph-radosgw-2:19.0.0-5695.gde50a7c9.el9.x86_64 32/34 2024-08-08T19:23:42.597 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-5695.gde50a7c9.el9.x86_64 32/34 2024-08-08T19:23:42.597 INFO:teuthology.orchestra.run.smithi067.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-08T19:23:42.597 INFO:teuthology.orchestra.run.smithi067.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-08-08T19:23:42.597 INFO:teuthology.orchestra.run.smithi067.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-08-08T19:23:42.597 INFO:teuthology.orchestra.run.smithi067.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-08-08T19:23:42.597 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:23:42.599 INFO:teuthology.orchestra.run.smithi067.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-08-08T19:23:42.683 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-08-08T19:23:42.683 INFO:teuthology.orchestra.run.smithi067.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-08-08T19:23:43.139 INFO:teuthology.orchestra.run.smithi079.stdout:(4/4): ceph-test-19.0.0-5695.gde50a7c9.el9.x86_ 27 MB/s | 50 MB 00:01 2024-08-08T19:23:43.141 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:23:43.142 INFO:teuthology.orchestra.run.smithi079.stdout:Total 26 MB/s | 51 MB 00:01 2024-08-08T19:23:43.169 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-08-08T19:23:43.190 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-08-08T19:23:43.190 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-08-08T19:23:43.568 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-08-08T19:23:43.569 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-08-08T19:23:43.895 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-08-08T19:23:43.896 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : ceph-base-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/34 2024-08-08T19:23:43.896 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : ceph-common-2:19.0.0-5695.gde50a7c9.el9.x86_64 2/34 2024-08-08T19:23:43.896 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : ceph-radosgw-2:19.0.0-5695.gde50a7c9.el9.x86_64 3/34 2024-08-08T19:23:43.896 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : ceph-selinux-2:19.0.0-5695.gde50a7c9.el9.x86_64 4/34 2024-08-08T19:23:43.896 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : libcephfs2-2:19.0.0-5695.gde50a7c9.el9.x86_64 5/34 2024-08-08T19:23:43.896 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : libradosstriper1-2:19.0.0-5695.gde50a7c9.el9.x86_6 6/34 2024-08-08T19:23:43.896 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : librgw2-2:19.0.0-5695.gde50a7c9.el9.x86_64 7/34 2024-08-08T19:23:43.896 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-ceph-argparse-2:19.0.0-5695.gde50a7c9.el9. 8/34 2024-08-08T19:23:43.896 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-ceph-common-2:19.0.0-5695.gde50a7c9.el9.x8 9/34 2024-08-08T19:23:43.896 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-cephfs-2:19.0.0-5695.gde50a7c9.el9.x86_64 10/34 2024-08-08T19:23:43.897 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-rados-2:19.0.0-5695.gde50a7c9.el9.x86_64 11/34 2024-08-08T19:23:43.897 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-rbd-2:19.0.0-5695.gde50a7c9.el9.x86_64 12/34 2024-08-08T19:23:43.897 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-rgw-2:19.0.0-5695.gde50a7c9.el9.x86_64 13/34 2024-08-08T19:23:43.897 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-08-08T19:23:43.897 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-08-08T19:23:43.897 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-08-08T19:23:43.897 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-08-08T19:23:43.897 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-08-08T19:23:43.897 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-08-08T19:23:43.897 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-08-08T19:23:43.897 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-08-08T19:23:43.897 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-08-08T19:23:43.897 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-08-08T19:23:43.898 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-08-08T19:23:43.898 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-08-08T19:23:43.898 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-08-08T19:23:43.898 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-08-08T19:23:43.898 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-08-08T19:23:43.898 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-08-08T19:23:43.898 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-08-08T19:23:43.899 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : librados2-2:19.0.0-5695.gde50a7c9.el9.x86_64 31/34 2024-08-08T19:23:43.899 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-08-08T19:23:43.899 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : librbd1-2:19.0.0-5695.gde50a7c9.el9.x86_64 33/34 2024-08-08T19:23:44.096 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-08-08T19:23:44.182 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-08-08T19:23:44.222 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-08-08T19:23:44.250 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libcephsqlite-2:19.0.0-5695.gde50a7c9.el9.x86_64 3/4 2024-08-08T19:23:44.994 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-08-08T19:23:44.994 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:23:44.995 INFO:teuthology.orchestra.run.smithi067.stdout:Upgraded: 2024-08-08T19:23:44.995 INFO:teuthology.orchestra.run.smithi067.stdout: librados2-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:44.995 INFO:teuthology.orchestra.run.smithi067.stdout: librbd1-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:44.995 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2024-08-08T19:23:44.995 INFO:teuthology.orchestra.run.smithi067.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-08-08T19:23:44.995 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-base-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:44.995 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-common-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:44.995 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-radosgw-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:44.995 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-selinux-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:44.995 INFO:teuthology.orchestra.run.smithi067.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-08-08T19:23:44.995 INFO:teuthology.orchestra.run.smithi067.stdout: libarrow-9.0.0-11.el9.x86_64 2024-08-08T19:23:44.995 INFO:teuthology.orchestra.run.smithi067.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-08-08T19:23:44.996 INFO:teuthology.orchestra.run.smithi067.stdout: libcephfs2-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:44.996 INFO:teuthology.orchestra.run.smithi067.stdout: liboath-2.6.7-2.el9.x86_64 2024-08-08T19:23:44.996 INFO:teuthology.orchestra.run.smithi067.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-08-08T19:23:44.996 INFO:teuthology.orchestra.run.smithi067.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-08-08T19:23:44.996 INFO:teuthology.orchestra.run.smithi067.stdout: libradosstriper1-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:44.996 INFO:teuthology.orchestra.run.smithi067.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-08-08T19:23:44.996 INFO:teuthology.orchestra.run.smithi067.stdout: librgw2-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:44.996 INFO:teuthology.orchestra.run.smithi067.stdout: libunwind-1.6.2-1.el9.x86_64 2024-08-08T19:23:44.996 INFO:teuthology.orchestra.run.smithi067.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-08-08T19:23:44.996 INFO:teuthology.orchestra.run.smithi067.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-08-08T19:23:44.996 INFO:teuthology.orchestra.run.smithi067.stdout: python3-ceph-argparse-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:44.996 INFO:teuthology.orchestra.run.smithi067.stdout: python3-ceph-common-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:44.996 INFO:teuthology.orchestra.run.smithi067.stdout: python3-cephfs-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:44.997 INFO:teuthology.orchestra.run.smithi067.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-08-08T19:23:44.997 INFO:teuthology.orchestra.run.smithi067.stdout: python3-rados-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:44.997 INFO:teuthology.orchestra.run.smithi067.stdout: python3-rbd-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:44.997 INFO:teuthology.orchestra.run.smithi067.stdout: python3-rgw-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:44.997 INFO:teuthology.orchestra.run.smithi067.stdout: qatlib-24.02.0-1.el9.x86_64 2024-08-08T19:23:44.997 INFO:teuthology.orchestra.run.smithi067.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-08-08T19:23:44.997 INFO:teuthology.orchestra.run.smithi067.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-08-08T19:23:44.997 INFO:teuthology.orchestra.run.smithi067.stdout: re2-1:20211101-3.el9.x86_64 2024-08-08T19:23:44.997 INFO:teuthology.orchestra.run.smithi067.stdout: thrift-0.15.0-2.el9.x86_64 2024-08-08T19:23:44.997 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:23:44.997 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-08-08T19:23:45.372 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install ceph-test 2024-08-08T19:23:45.938 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:00:28 ago on Thu 08 Aug 2024 07:23:17 PM UTC. 2024-08-08T19:23:46.070 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-08-08T19:23:46.071 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:23:46.071 INFO:teuthology.orchestra.run.smithi067.stdout: Package Arch Version Repository Size 2024-08-08T19:23:46.071 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:23:46.071 INFO:teuthology.orchestra.run.smithi067.stdout:Installing: 2024-08-08T19:23:46.071 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-test x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 50 M 2024-08-08T19:23:46.071 INFO:teuthology.orchestra.run.smithi067.stdout:Installing dependencies: 2024-08-08T19:23:46.071 INFO:teuthology.orchestra.run.smithi067.stdout: libcephsqlite x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 163 k 2024-08-08T19:23:46.072 INFO:teuthology.orchestra.run.smithi067.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-08-08T19:23:46.072 INFO:teuthology.orchestra.run.smithi067.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-08-08T19:23:46.072 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:23:46.072 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2024-08-08T19:23:46.072 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:23:46.072 INFO:teuthology.orchestra.run.smithi067.stdout:Install 4 Packages 2024-08-08T19:23:46.072 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:23:46.073 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 51 M 2024-08-08T19:23:46.073 INFO:teuthology.orchestra.run.smithi067.stdout:Installed size: 216 M 2024-08-08T19:23:46.073 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2024-08-08T19:23:46.345 INFO:teuthology.orchestra.run.smithi067.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 2.0 MB/s | 304 kB 00:00 2024-08-08T19:23:46.387 INFO:teuthology.orchestra.run.smithi067.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-08-08T19:23:46.437 INFO:teuthology.orchestra.run.smithi067.stdout:(3/4): libcephsqlite-19.0.0-5695.gde50a7c9.el9. 677 kB/s | 163 kB 00:00 2024-08-08T19:23:47.805 INFO:teuthology.orchestra.run.smithi067.stdout:(4/4): ceph-test-19.0.0-5695.gde50a7c9.el9.x86_ 31 MB/s | 50 MB 00:01 2024-08-08T19:23:47.806 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:23:47.806 INFO:teuthology.orchestra.run.smithi067.stdout:Total 29 MB/s | 51 MB 00:01 2024-08-08T19:23:47.834 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2024-08-08T19:23:47.857 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2024-08-08T19:23:47.857 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2024-08-08T19:23:48.257 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2024-08-08T19:23:48.257 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2024-08-08T19:23:48.811 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2024-08-08T19:23:48.910 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-08-08T19:23:48.954 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-08-08T19:23:48.981 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : libcephsqlite-2:19.0.0-5695.gde50a7c9.el9.x86_64 3/4 2024-08-08T19:23:49.010 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: libcephsqlite-2:19.0.0-5695.gde50a7c9.el9.x86_64 3/4 2024-08-08T19:23:49.098 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-test-2:19.0.0-5695.gde50a7c9.el9.x86_64 4/4 2024-08-08T19:23:51.696 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-test-2:19.0.0-5695.gde50a7c9.el9.x86_64 4/4 2024-08-08T19:23:51.696 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-test-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/4 2024-08-08T19:23:51.696 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libcephsqlite-2:19.0.0-5695.gde50a7c9.el9.x86_64 2/4 2024-08-08T19:23:51.696 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-08-08T19:23:52.002 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-08-08T19:23:52.002 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:23:52.002 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-08-08T19:23:52.002 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-test-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:52.002 INFO:teuthology.orchestra.run.smithi079.stdout: libcephsqlite-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:52.002 INFO:teuthology.orchestra.run.smithi079.stdout: socat-1.7.4.1-6.el9.x86_64 2024-08-08T19:23:52.003 INFO:teuthology.orchestra.run.smithi079.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-08-08T19:23:52.003 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:23:52.003 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-08-08T19:23:52.315 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph 2024-08-08T19:23:52.881 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:00:40 ago on Thu 08 Aug 2024 07:23:12 PM UTC. 2024-08-08T19:23:53.021 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-08-08T19:23:53.024 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:23:53.024 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-08-08T19:23:53.024 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:23:53.024 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-08-08T19:23:53.024 INFO:teuthology.orchestra.run.smithi079.stdout: ceph x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 6.6 k 2024-08-08T19:23:53.025 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-08-08T19:23:53.025 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mds x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 2.4 M 2024-08-08T19:23:53.025 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 1.5 M 2024-08-08T19:23:53.025 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-modules-core noarch 2:19.0.0-5695.gde50a7c9.el9 ceph-noarch 284 k 2024-08-08T19:23:53.025 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mon x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 4.8 M 2024-08-08T19:23:53.025 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-osd x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 17 M 2024-08-08T19:23:53.025 INFO:teuthology.orchestra.run.smithi079.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-08-08T19:23:53.025 INFO:teuthology.orchestra.run.smithi079.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-08-08T19:23:53.025 INFO:teuthology.orchestra.run.smithi079.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-08-08T19:23:53.025 INFO:teuthology.orchestra.run.smithi079.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-08-08T19:23:53.025 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-08-08T19:23:53.025 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-08-08T19:23:53.026 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-08-08T19:23:53.026 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-08-08T19:23:53.026 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-08-08T19:23:53.026 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-08-08T19:23:53.026 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-collections 2024-08-08T19:23:53.026 INFO:teuthology.orchestra.run.smithi079.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-08-08T19:23:53.026 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-08-08T19:23:53.026 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-08-08T19:23:53.026 INFO:teuthology.orchestra.run.smithi079.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-08-08T19:23:53.026 INFO:teuthology.orchestra.run.smithi079.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-08-08T19:23:53.026 INFO:teuthology.orchestra.run.smithi079.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-08-08T19:23:53.026 INFO:teuthology.orchestra.run.smithi079.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-08-08T19:23:53.027 INFO:teuthology.orchestra.run.smithi079.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-08-08T19:23:53.027 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-08-08T19:23:53.027 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-08-08T19:23:53.027 INFO:teuthology.orchestra.run.smithi079.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-08-08T19:23:53.027 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-08-08T19:23:53.027 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-08-08T19:23:53.027 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-08-08T19:23:53.027 INFO:teuthology.orchestra.run.smithi079.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-08-08T19:23:53.027 INFO:teuthology.orchestra.run.smithi079.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-08-08T19:23:53.027 INFO:teuthology.orchestra.run.smithi079.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-08-08T19:23:53.027 INFO:teuthology.orchestra.run.smithi079.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-08-08T19:23:53.027 INFO:teuthology.orchestra.run.smithi079.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-08-08T19:23:53.027 INFO:teuthology.orchestra.run.smithi079.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-08-08T19:23:53.027 INFO:teuthology.orchestra.run.smithi079.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-08-08T19:23:53.028 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:23:53.028 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-08-08T19:23:53.028 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:23:53.028 INFO:teuthology.orchestra.run.smithi079.stdout:Install 37 Packages 2024-08-08T19:23:53.028 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:23:53.028 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 31 M 2024-08-08T19:23:53.029 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 109 M 2024-08-08T19:23:53.029 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-08-08T19:23:53.816 INFO:teuthology.orchestra.run.smithi079.stdout:(1/37): ceph-19.0.0-5695.gde50a7c9.el9.x86_64.r 37 kB/s | 6.6 kB 00:00 2024-08-08T19:23:54.040 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: libcephsqlite-2:19.0.0-5695.gde50a7c9.el9.x86_64 3/4 2024-08-08T19:23:54.133 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : ceph-test-2:19.0.0-5695.gde50a7c9.el9.x86_64 4/4 2024-08-08T19:23:54.199 INFO:teuthology.orchestra.run.smithi079.stdout:(2/37): ceph-mgr-19.0.0-5695.gde50a7c9.el9.x86_ 2.7 MB/s | 1.5 MB 00:00 2024-08-08T19:23:54.275 INFO:teuthology.orchestra.run.smithi079.stdout:(3/37): ceph-mon-19.0.0-5695.gde50a7c9.el9.x86_ 10 MB/s | 4.8 MB 00:00 2024-08-08T19:23:54.334 INFO:teuthology.orchestra.run.smithi079.stdout:(4/37): ceph-mgr-modules-core-19.0.0-5695.gde50 4.7 MB/s | 284 kB 00:00 2024-08-08T19:23:54.492 INFO:teuthology.orchestra.run.smithi079.stdout:(5/37): ceph-mds-19.0.0-5695.gde50a7c9.el9.x86_ 2.8 MB/s | 2.4 MB 00:00 2024-08-08T19:23:54.559 INFO:teuthology.orchestra.run.smithi079.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2024-08-08T19:23:54.751 INFO:teuthology.orchestra.run.smithi079.stdout:(7/37): ceph-osd-19.0.0-5695.gde50a7c9.el9.x86_ 31 MB/s | 17 MB 00:00 2024-08-08T19:23:54.776 INFO:teuthology.orchestra.run.smithi079.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 491 kB/s | 106 kB 00:00 2024-08-08T19:23:54.835 INFO:teuthology.orchestra.run.smithi079.stdout:(9/37): python3-requests-2.25.1-8.el9.noarch.rp 2.1 MB/s | 125 kB 00:00 2024-08-08T19:23:54.893 INFO:teuthology.orchestra.run.smithi079.stdout:(10/37): python3-urllib3-1.26.5-6.el9.noarch.rp 3.6 MB/s | 215 kB 00:00 2024-08-08T19:23:54.969 INFO:teuthology.orchestra.run.smithi079.stdout:(11/37): python3-cryptography-36.0.1-4.el9.x86_ 2.6 MB/s | 1.2 MB 00:00 2024-08-08T19:23:54.994 INFO:teuthology.orchestra.run.smithi079.stdout:(12/37): python3-pycparser-2.20-6.el9.noarch.rp 557 kB/s | 135 kB 00:00 2024-08-08T19:23:55.586 INFO:teuthology.orchestra.run.smithi079.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 59 kB/s | 35 kB 00:00 2024-08-08T19:23:55.661 INFO:teuthology.orchestra.run.smithi079.stdout:(14/37): lua-5.4.4-4.el9.x86_64.rpm 245 kB/s | 188 kB 00:00 2024-08-08T19:23:55.694 INFO:teuthology.orchestra.run.smithi079.stdout:(15/37): python3-mako-1.1.4-6.el9.noarch.rpm 237 kB/s | 172 kB 00:00 2024-08-08T19:23:56.253 INFO:teuthology.orchestra.run.smithi079.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 116 kB/s | 77 kB 00:00 2024-08-08T19:23:56.295 INFO:teuthology.orchestra.run.smithi079.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 80 kB/s | 51 kB 00:00 2024-08-08T19:23:56.320 INFO:teuthology.orchestra.run.smithi079.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 67 kB/s | 42 kB 00:00 2024-08-08T19:23:56.396 INFO:teuthology.orchestra.run.smithi079.stdout:(19/37): lua-devel-5.4.4-4.el9.x86_64.rpm 157 kB/s | 22 kB 00:00 2024-08-08T19:23:56.446 INFO:teuthology.orchestra.run.smithi079.stdout:(20/37): luarocks-3.9.2-5.el9.noarch.rpm 1.0 MB/s | 151 kB 00:00 2024-08-08T19:23:56.471 INFO:teuthology.orchestra.run.smithi079.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 289 kB/s | 43 kB 00:00 2024-08-08T19:23:56.496 INFO:teuthology.orchestra.run.smithi079.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 430 kB/s | 11 kB 00:00 2024-08-08T19:23:56.521 INFO:teuthology.orchestra.run.smithi079.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 713 kB/s | 18 kB 00:00 2024-08-08T19:23:56.547 INFO:teuthology.orchestra.run.smithi079.stdout:(24/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-08-08T19:23:56.572 INFO:teuthology.orchestra.run.smithi079.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 460 kB/s | 23 kB 00:00 2024-08-08T19:23:56.583 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: ceph-test-2:19.0.0-5695.gde50a7c9.el9.x86_64 4/4 2024-08-08T19:23:56.584 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : ceph-test-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/4 2024-08-08T19:23:56.584 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : libcephsqlite-2:19.0.0-5695.gde50a7c9.el9.x86_64 2/4 2024-08-08T19:23:56.584 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-08-08T19:23:56.612 INFO:teuthology.orchestra.run.smithi079.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 298 kB/s | 19 kB 00:00 2024-08-08T19:23:56.639 INFO:teuthology.orchestra.run.smithi079.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 293 kB/s | 20 kB 00:00 2024-08-08T19:23:56.665 INFO:teuthology.orchestra.run.smithi079.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 893 kB/s | 46 kB 00:00 2024-08-08T19:23:56.690 INFO:teuthology.orchestra.run.smithi079.stdout:(29/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.4 MB/s | 358 kB 00:00 2024-08-08T19:23:56.724 INFO:teuthology.orchestra.run.smithi079.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 938 kB/s | 79 kB 00:00 2024-08-08T19:23:56.740 INFO:teuthology.orchestra.run.smithi079.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 326 kB/s | 16 kB 00:00 2024-08-08T19:23:56.766 INFO:teuthology.orchestra.run.smithi079.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 2.1 MB/s | 90 kB 00:00 2024-08-08T19:23:56.791 INFO:teuthology.orchestra.run.smithi079.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 708 kB/s | 36 kB 00:00 2024-08-08T19:23:56.825 INFO:teuthology.orchestra.run.smithi079.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.7 MB/s | 272 kB 00:00 2024-08-08T19:23:56.850 INFO:teuthology.orchestra.run.smithi079.stdout:(35/37): python3-webob-1.8.7-6.el9.noarch.rpm 2.7 MB/s | 230 kB 00:00 2024-08-08T19:23:56.864 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-08-08T19:23:56.864 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:23:56.864 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2024-08-08T19:23:56.864 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-test-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:56.864 INFO:teuthology.orchestra.run.smithi067.stdout: libcephsqlite-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:23:56.864 INFO:teuthology.orchestra.run.smithi067.stdout: socat-1.7.4.1-6.el9.x86_64 2024-08-08T19:23:56.864 INFO:teuthology.orchestra.run.smithi067.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-08-08T19:23:56.864 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:23:56.864 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-08-08T19:23:56.875 INFO:teuthology.orchestra.run.smithi079.stdout:(36/37): python3-zc-lockfile-2.0-10.el9.noarch. 399 kB/s | 20 kB 00:00 2024-08-08T19:23:56.900 INFO:teuthology.orchestra.run.smithi079.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-08-08T19:23:56.905 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:23:56.905 INFO:teuthology.orchestra.run.smithi079.stdout:Total 7.9 MB/s | 31 MB 00:03 2024-08-08T19:23:57.046 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-08-08T19:23:57.085 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-08-08T19:23:57.085 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-08-08T19:23:57.122 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install ceph 2024-08-08T19:23:57.526 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-08-08T19:23:57.526 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-08-08T19:23:57.704 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:00:40 ago on Thu 08 Aug 2024 07:23:17 PM UTC. 2024-08-08T19:23:57.843 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-08-08T19:23:57.846 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:23:57.846 INFO:teuthology.orchestra.run.smithi067.stdout: Package Arch Version Repository Size 2024-08-08T19:23:57.846 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:23:57.846 INFO:teuthology.orchestra.run.smithi067.stdout:Installing: 2024-08-08T19:23:57.846 INFO:teuthology.orchestra.run.smithi067.stdout: ceph x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 6.6 k 2024-08-08T19:23:57.846 INFO:teuthology.orchestra.run.smithi067.stdout:Installing dependencies: 2024-08-08T19:23:57.847 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-mds x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 2.4 M 2024-08-08T19:23:57.847 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-mgr x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 1.5 M 2024-08-08T19:23:57.847 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-mgr-modules-core noarch 2:19.0.0-5695.gde50a7c9.el9 ceph-noarch 284 k 2024-08-08T19:23:57.847 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-mon x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 4.8 M 2024-08-08T19:23:57.847 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-osd x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 17 M 2024-08-08T19:23:57.847 INFO:teuthology.orchestra.run.smithi067.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-08-08T19:23:57.847 INFO:teuthology.orchestra.run.smithi067.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-08-08T19:23:57.847 INFO:teuthology.orchestra.run.smithi067.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-08-08T19:23:57.847 INFO:teuthology.orchestra.run.smithi067.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-08-08T19:23:57.847 INFO:teuthology.orchestra.run.smithi067.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-08-08T19:23:57.847 INFO:teuthology.orchestra.run.smithi067.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-08-08T19:23:57.847 INFO:teuthology.orchestra.run.smithi067.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-08-08T19:23:57.847 INFO:teuthology.orchestra.run.smithi067.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-08-08T19:23:57.848 INFO:teuthology.orchestra.run.smithi067.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-08-08T19:23:57.848 INFO:teuthology.orchestra.run.smithi067.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-08-08T19:23:57.848 INFO:teuthology.orchestra.run.smithi067.stdout: python3-jaraco-collections 2024-08-08T19:23:57.848 INFO:teuthology.orchestra.run.smithi067.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-08-08T19:23:57.848 INFO:teuthology.orchestra.run.smithi067.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-08-08T19:23:57.848 INFO:teuthology.orchestra.run.smithi067.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-08-08T19:23:57.848 INFO:teuthology.orchestra.run.smithi067.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-08-08T19:23:57.848 INFO:teuthology.orchestra.run.smithi067.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-08-08T19:23:57.848 INFO:teuthology.orchestra.run.smithi067.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-08-08T19:23:57.848 INFO:teuthology.orchestra.run.smithi067.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-08-08T19:23:57.848 INFO:teuthology.orchestra.run.smithi067.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-08-08T19:23:57.848 INFO:teuthology.orchestra.run.smithi067.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-08-08T19:23:57.848 INFO:teuthology.orchestra.run.smithi067.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-08-08T19:23:57.848 INFO:teuthology.orchestra.run.smithi067.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-08-08T19:23:57.849 INFO:teuthology.orchestra.run.smithi067.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-08-08T19:23:57.849 INFO:teuthology.orchestra.run.smithi067.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-08-08T19:23:57.849 INFO:teuthology.orchestra.run.smithi067.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-08-08T19:23:57.849 INFO:teuthology.orchestra.run.smithi067.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-08-08T19:23:57.849 INFO:teuthology.orchestra.run.smithi067.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-08-08T19:23:57.849 INFO:teuthology.orchestra.run.smithi067.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-08-08T19:23:57.849 INFO:teuthology.orchestra.run.smithi067.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-08-08T19:23:57.849 INFO:teuthology.orchestra.run.smithi067.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-08-08T19:23:57.849 INFO:teuthology.orchestra.run.smithi067.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-08-08T19:23:57.849 INFO:teuthology.orchestra.run.smithi067.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-08-08T19:23:57.849 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:23:57.849 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2024-08-08T19:23:57.849 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:23:57.850 INFO:teuthology.orchestra.run.smithi067.stdout:Install 37 Packages 2024-08-08T19:23:57.850 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:23:57.850 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 31 M 2024-08-08T19:23:57.850 INFO:teuthology.orchestra.run.smithi067.stdout:Installed size: 109 M 2024-08-08T19:23:57.850 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2024-08-08T19:23:58.572 INFO:teuthology.orchestra.run.smithi067.stdout:(1/37): ceph-19.0.0-5695.gde50a7c9.el9.x86_64.r 19 kB/s | 6.6 kB 00:00 2024-08-08T19:23:58.921 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-08-08T19:23:58.995 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-08-08T19:23:59.037 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-08-08T19:23:59.064 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-08-08T19:23:59.137 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-08-08T19:23:59.205 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-08-08T19:23:59.238 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-08-08T19:23:59.329 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-08-08T19:23:59.400 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-08-08T19:23:59.441 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/37 2024-08-08T19:23:59.475 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-08-08T19:23:59.506 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-08-08T19:23:59.540 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-08-08T19:23:59.581 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-08-08T19:23:59.631 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-08-08T19:23:59.674 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-08-08T19:23:59.708 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-08-08T19:23:59.756 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-08-08T19:23:59.789 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-08-08T19:23:59.863 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-08-08T19:24:00.003 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-08-08T19:24:00.081 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-08-08T19:24:00.142 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-08-08T19:24:00.181 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-08-08T19:24:00.237 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-08-08T19:24:00.281 INFO:teuthology.orchestra.run.smithi067.stdout:(2/37): ceph-mgr-19.0.0-5695.gde50a7c9.el9.x86_ 760 kB/s | 1.5 MB 00:02 2024-08-08T19:24:00.292 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-08-08T19:24:00.389 INFO:teuthology.orchestra.run.smithi067.stdout:(3/37): ceph-mds-19.0.0-5695.gde50a7c9.el9.x86_ 1.1 MB/s | 2.4 MB 00:02 2024-08-08T19:24:00.486 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-08-08T19:24:00.534 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-08-08T19:24:00.556 INFO:teuthology.orchestra.run.smithi067.stdout:(4/37): ceph-mgr-modules-core-19.0.0-5695.gde50 1.7 MB/s | 284 kB 00:00 2024-08-08T19:24:00.613 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-08-08T19:24:00.701 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-08-08T19:24:00.743 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-08-08T19:24:00.782 INFO:teuthology.orchestra.run.smithi067.stdout:(5/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2024-08-08T19:24:00.870 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-08-08T19:24:01.031 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-5695.gde50a7c9.el9. 32/37 2024-08-08T19:24:01.053 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-2:19.0.0-5695.gde50a7c9.el9.x86_64 33/37 2024-08-08T19:24:01.080 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mgr-2:19.0.0-5695.gde50a7c9.el9.x86_64 33/37 2024-08-08T19:24:01.080 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-08T19:24:01.080 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-08-08T19:24:01.080 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-08-08T19:24:01.080 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-08-08T19:24:01.080 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:24:01.082 INFO:teuthology.orchestra.run.smithi067.stdout:(6/37): python3-cryptography-36.0.1-4.el9.x86_6 4.1 MB/s | 1.2 MB 00:00 2024-08-08T19:24:01.132 INFO:teuthology.orchestra.run.smithi067.stdout:(7/37): python3-ply-3.11-14.el9.noarch.rpm 2.1 MB/s | 106 kB 00:00 2024-08-08T19:24:01.191 INFO:teuthology.orchestra.run.smithi067.stdout:(8/37): python3-pycparser-2.20-6.el9.noarch.rpm 2.3 MB/s | 135 kB 00:00 2024-08-08T19:24:01.250 INFO:teuthology.orchestra.run.smithi067.stdout:(9/37): python3-requests-2.25.1-8.el9.noarch.rp 2.1 MB/s | 125 kB 00:00 2024-08-08T19:24:01.308 INFO:teuthology.orchestra.run.smithi067.stdout:(10/37): python3-urllib3-1.26.5-6.el9.noarch.rp 3.6 MB/s | 215 kB 00:00 2024-08-08T19:24:01.366 INFO:teuthology.orchestra.run.smithi067.stdout:(11/37): lua-5.4.4-4.el9.x86_64.rpm 3.2 MB/s | 188 kB 00:00 2024-08-08T19:24:01.417 INFO:teuthology.orchestra.run.smithi067.stdout:(12/37): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 172 kB 00:00 2024-08-08T19:24:01.475 INFO:teuthology.orchestra.run.smithi067.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 596 kB/s | 35 kB 00:00 2024-08-08T19:24:01.518 INFO:teuthology.orchestra.run.smithi067.stdout:(14/37): python3-packaging-20.9-5.el9.noarch.rp 1.8 MB/s | 77 kB 00:00 2024-08-08T19:24:01.576 INFO:teuthology.orchestra.run.smithi067.stdout:(15/37): python3-pytz-2021.1-5.el9.noarch.rpm 876 kB/s | 51 kB 00:00 2024-08-08T19:24:01.635 INFO:teuthology.orchestra.run.smithi067.stdout:(16/37): python3-toml-0.10.2-6.el9.noarch.rpm 714 kB/s | 42 kB 00:00 2024-08-08T19:24:01.819 INFO:teuthology.orchestra.run.smithi067.stdout:(17/37): ceph-mon-19.0.0-5695.gde50a7c9.el9.x86 1.5 MB/s | 4.8 MB 00:03 2024-08-08T19:24:01.877 INFO:teuthology.orchestra.run.smithi067.stdout:(18/37): luarocks-3.9.2-5.el9.noarch.rpm 2.5 MB/s | 151 kB 00:00 2024-08-08T19:24:01.902 INFO:teuthology.orchestra.run.smithi067.stdout:(19/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.7 MB/s | 43 kB 00:00 2024-08-08T19:24:01.928 INFO:teuthology.orchestra.run.smithi067.stdout:(20/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 6.7 MB/s | 172 kB 00:00 2024-08-08T19:24:01.961 INFO:teuthology.orchestra.run.smithi067.stdout:(21/37): python3-cherrypy-18.6.1-2.el9.noarch.r 11 MB/s | 358 kB 00:00 2024-08-08T19:24:01.986 INFO:teuthology.orchestra.run.smithi067.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 430 kB/s | 11 kB 00:00 2024-08-08T19:24:02.012 INFO:teuthology.orchestra.run.smithi067.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 705 kB/s | 18 kB 00:00 2024-08-08T19:24:02.037 INFO:teuthology.orchestra.run.smithi067.stdout:(24/37): python3-jaraco-collections-3.0.0-8.el9 928 kB/s | 23 kB 00:00 2024-08-08T19:24:02.062 INFO:teuthology.orchestra.run.smithi067.stdout:(25/37): lua-devel-5.4.4-4.el9.x86_64.rpm 52 kB/s | 22 kB 00:00 2024-08-08T19:24:02.087 INFO:teuthology.orchestra.run.smithi067.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 388 kB/s | 19 kB 00:00 2024-08-08T19:24:02.130 INFO:teuthology.orchestra.run.smithi067.stdout:(27/37): python3-logutils-0.3.5-21.el9.noarch.r 3.1 MB/s | 46 kB 00:00 2024-08-08T19:24:02.146 INFO:teuthology.orchestra.run.smithi067.stdout:(28/37): python3-jaraco-text-3.2.0-6.el9.noarch 235 kB/s | 20 kB 00:00 2024-08-08T19:24:02.172 INFO:teuthology.orchestra.run.smithi067.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 2.0 MB/s | 79 kB 00:00 2024-08-08T19:24:02.189 INFO:teuthology.orchestra.run.smithi067.stdout:(30/37): python3-portend-3.1.0-2.el9.noarch.rpm 992 kB/s | 16 kB 00:00 2024-08-08T19:24:02.214 INFO:teuthology.orchestra.run.smithi067.stdout:(31/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 3.5 MB/s | 90 kB 00:00 2024-08-08T19:24:02.250 INFO:teuthology.orchestra.run.smithi067.stdout:(32/37): python3-pecan-1.4.2-3.el9.noarch.rpm 2.6 MB/s | 272 kB 00:00 2024-08-08T19:24:02.273 INFO:teuthology.orchestra.run.smithi067.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 608 kB/s | 36 kB 00:00 2024-08-08T19:24:02.298 INFO:teuthology.orchestra.run.smithi067.stdout:(34/37): python3-webob-1.8.7-6.el9.noarch.rpm 4.5 MB/s | 230 kB 00:00 2024-08-08T19:24:02.324 INFO:teuthology.orchestra.run.smithi067.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 804 kB/s | 20 kB 00:00 2024-08-08T19:24:02.349 INFO:teuthology.orchestra.run.smithi067.stdout:(36/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 5.5 MB/s | 427 kB 00:00 2024-08-08T19:24:02.545 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-osd-2:19.0.0-5695.gde50a7c9.el9.x86_64 34/37 2024-08-08T19:24:02.573 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-osd-2:19.0.0-5695.gde50a7c9.el9.x86_64 34/37 2024-08-08T19:24:02.573 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-08T19:24:02.573 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-08-08T19:24:02.573 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-08-08T19:24:02.573 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-08-08T19:24:02.573 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:24:03.013 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mon-2:19.0.0-5695.gde50a7c9.el9.x86_64 35/37 2024-08-08T19:24:03.037 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mon-2:19.0.0-5695.gde50a7c9.el9.x86_64 35/37 2024-08-08T19:24:03.037 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-08T19:24:03.037 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-08-08T19:24:03.037 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-08-08T19:24:03.037 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-08-08T19:24:03.037 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:24:03.263 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mds-2:19.0.0-5695.gde50a7c9.el9.x86_64 36/37 2024-08-08T19:24:03.286 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mds-2:19.0.0-5695.gde50a7c9.el9.x86_64 36/37 2024-08-08T19:24:03.286 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-08T19:24:03.286 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-08-08T19:24:03.287 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-08-08T19:24:03.287 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-08-08T19:24:03.287 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:24:03.359 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-2:19.0.0-5695.gde50a7c9.el9.x86_64 37/37 2024-08-08T19:24:05.230 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-2:19.0.0-5695.gde50a7c9.el9.x86_64 37/37 2024-08-08T19:24:05.230 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/37 2024-08-08T19:24:05.230 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mds-2:19.0.0-5695.gde50a7c9.el9.x86_64 2/37 2024-08-08T19:24:05.230 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-2:19.0.0-5695.gde50a7c9.el9.x86_64 3/37 2024-08-08T19:24:05.230 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mon-2:19.0.0-5695.gde50a7c9.el9.x86_64 4/37 2024-08-08T19:24:05.231 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-osd-2:19.0.0-5695.gde50a7c9.el9.x86_64 5/37 2024-08-08T19:24:05.231 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-5695.gde50a7c9.el9. 6/37 2024-08-08T19:24:05.231 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-08-08T19:24:05.231 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-08-08T19:24:05.231 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-08-08T19:24:05.231 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-08-08T19:24:05.231 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-08-08T19:24:05.231 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-08-08T19:24:05.231 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-08-08T19:24:05.231 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-08-08T19:24:05.231 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-08-08T19:24:05.232 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-08-08T19:24:05.232 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-08-08T19:24:05.232 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-08-08T19:24:05.232 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-08-08T19:24:05.232 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-08-08T19:24:05.232 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-08-08T19:24:05.232 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-08-08T19:24:05.232 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-08-08T19:24:05.232 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-08-08T19:24:05.232 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-08-08T19:24:05.232 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-08-08T19:24:05.233 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-08-08T19:24:05.233 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-08-08T19:24:05.234 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-08-08T19:24:05.234 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-08-08T19:24:05.234 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-08-08T19:24:05.234 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-08-08T19:24:05.234 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-08-08T19:24:05.234 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-08-08T19:24:05.234 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 35/37 2024-08-08T19:24:05.234 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-08-08T19:24:06.083 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-08-08T19:24:06.083 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:24:06.083 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-08-08T19:24:06.083 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:24:06.083 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mds-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:24:06.083 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:24:06.083 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-modules-core-2:19.0.0-5695.gde50a7c9.el9.noarch 2024-08-08T19:24:06.083 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mon-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:24:06.083 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-osd-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:24:06.083 INFO:teuthology.orchestra.run.smithi079.stdout: lua-5.4.4-4.el9.x86_64 2024-08-08T19:24:06.083 INFO:teuthology.orchestra.run.smithi079.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-08-08T19:24:06.084 INFO:teuthology.orchestra.run.smithi079.stdout: luarocks-3.9.2-5.el9.noarch 2024-08-08T19:24:06.084 INFO:teuthology.orchestra.run.smithi079.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-08-08T19:24:06.084 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-08-08T19:24:06.084 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-08-08T19:24:06.084 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-08-08T19:24:06.084 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-08-08T19:24:06.084 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-08-08T19:24:06.084 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-08-08T19:24:06.084 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-08-08T19:24:06.084 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-08-08T19:24:06.084 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-08-08T19:24:06.084 INFO:teuthology.orchestra.run.smithi079.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-08-08T19:24:06.084 INFO:teuthology.orchestra.run.smithi079.stdout: python3-mako-1.1.4-6.el9.noarch 2024-08-08T19:24:06.084 INFO:teuthology.orchestra.run.smithi079.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-08-08T19:24:06.085 INFO:teuthology.orchestra.run.smithi079.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-08-08T19:24:06.085 INFO:teuthology.orchestra.run.smithi079.stdout: python3-packaging-20.9-5.el9.noarch 2024-08-08T19:24:06.085 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-08-08T19:24:06.085 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ply-3.11-14.el9.noarch 2024-08-08T19:24:06.085 INFO:teuthology.orchestra.run.smithi079.stdout: python3-portend-3.1.0-2.el9.noarch 2024-08-08T19:24:06.085 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-08-08T19:24:06.085 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pycparser-2.20-6.el9.noarch 2024-08-08T19:24:06.085 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pytz-2021.1-5.el9.noarch 2024-08-08T19:24:06.085 INFO:teuthology.orchestra.run.smithi079.stdout: python3-requests-2.25.1-8.el9.noarch 2024-08-08T19:24:06.085 INFO:teuthology.orchestra.run.smithi079.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-08-08T19:24:06.085 INFO:teuthology.orchestra.run.smithi079.stdout: python3-toml-0.10.2-6.el9.noarch 2024-08-08T19:24:06.085 INFO:teuthology.orchestra.run.smithi079.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-08-08T19:24:06.085 INFO:teuthology.orchestra.run.smithi079.stdout: python3-webob-1.8.7-6.el9.noarch 2024-08-08T19:24:06.085 INFO:teuthology.orchestra.run.smithi079.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-08-08T19:24:06.086 INFO:teuthology.orchestra.run.smithi079.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-08-08T19:24:06.086 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:24:06.086 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-08-08T19:24:06.149 INFO:teuthology.orchestra.run.smithi067.stdout:(37/37): ceph-osd-19.0.0-5695.gde50a7c9.el9.x86 2.9 MB/s | 17 MB 00:05 2024-08-08T19:24:06.155 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:24:06.155 INFO:teuthology.orchestra.run.smithi067.stdout:Total 3.7 MB/s | 31 MB 00:08 2024-08-08T19:24:06.312 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2024-08-08T19:24:06.356 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2024-08-08T19:24:06.356 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2024-08-08T19:24:06.456 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-base 2024-08-08T19:24:06.806 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2024-08-08T19:24:06.807 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2024-08-08T19:24:07.006 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:00:55 ago on Thu 08 Aug 2024 07:23:12 PM UTC. 2024-08-08T19:24:07.092 INFO:teuthology.orchestra.run.smithi079.stdout:Package ceph-base-2:19.0.0-5695.gde50a7c9.el9.x86_64 is already installed. 2024-08-08T19:24:07.133 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-08-08T19:24:07.134 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-08-08T19:24:07.134 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-08-08T19:24:07.200 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install cephadm 2024-08-08T19:24:07.739 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:00:55 ago on Thu 08 Aug 2024 07:23:12 PM UTC. 2024-08-08T19:24:07.865 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-08-08T19:24:07.866 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:24:07.866 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-08-08T19:24:07.866 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:24:07.866 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-08-08T19:24:07.867 INFO:teuthology.orchestra.run.smithi079.stdout: cephadm noarch 2:19.0.0-5695.gde50a7c9.el9 ceph-noarch 773 k 2024-08-08T19:24:07.867 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:24:07.867 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-08-08T19:24:07.867 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:24:07.867 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-08-08T19:24:07.867 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:24:07.867 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 773 k 2024-08-08T19:24:07.867 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 779 k 2024-08-08T19:24:07.867 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-08-08T19:24:08.154 INFO:teuthology.orchestra.run.smithi079.stdout:cephadm-19.0.0-5695.gde50a7c9.el9.noarch.rpm 2.6 MB/s | 773 kB 00:00 2024-08-08T19:24:08.155 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:24:08.155 INFO:teuthology.orchestra.run.smithi079.stdout:Total 2.6 MB/s | 773 kB 00:00 2024-08-08T19:24:08.155 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-08-08T19:24:08.160 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-08-08T19:24:08.160 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-08-08T19:24:08.166 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-08-08T19:24:08.166 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-08-08T19:24:08.240 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-08-08T19:24:08.309 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2024-08-08T19:24:08.360 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-08-08T19:24:08.394 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-08-08T19:24:08.429 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-08-08T19:24:08.504 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-08-08T19:24:08.545 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-08-08T19:24:08.578 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-08-08T19:24:08.677 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-08-08T19:24:08.749 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: cephadm-2:19.0.0-5695.gde50a7c9.el9.noarch 1/1 2024-08-08T19:24:08.768 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-08-08T19:24:08.815 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/37 2024-08-08T19:24:08.833 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : cephadm-2:19.0.0-5695.gde50a7c9.el9.noarch 1/1 2024-08-08T19:24:08.850 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-08-08T19:24:08.879 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-08-08T19:24:08.915 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-08-08T19:24:08.947 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-08-08T19:24:08.988 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-08-08T19:24:09.031 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-08-08T19:24:09.065 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-08-08T19:24:09.106 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-08-08T19:24:09.146 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-08-08T19:24:09.167 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: cephadm-2:19.0.0-5695.gde50a7c9.el9.noarch 1/1 2024-08-08T19:24:09.223 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-08-08T19:24:09.411 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : cephadm-2:19.0.0-5695.gde50a7c9.el9.noarch 1/1 2024-08-08T19:24:09.411 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:24:09.411 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-08-08T19:24:09.411 INFO:teuthology.orchestra.run.smithi079.stdout: cephadm-2:19.0.0-5695.gde50a7c9.el9.noarch 2024-08-08T19:24:09.411 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:24:09.411 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-08-08T19:24:09.491 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-08-08T19:24:09.574 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-08-08T19:24:09.612 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-immutable-object-cache 2024-08-08T19:24:09.741 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-08-08T19:24:09.779 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-08-08T19:24:09.838 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-08-08T19:24:09.906 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-08-08T19:24:10.124 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-08-08T19:24:10.172 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:00:58 ago on Thu 08 Aug 2024 07:23:12 PM UTC. 2024-08-08T19:24:10.174 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-08-08T19:24:10.255 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-08-08T19:24:10.301 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-08-08T19:24:10.302 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:24:10.302 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repo Size 2024-08-08T19:24:10.302 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:24:10.303 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-08-08T19:24:10.303 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 145 k 2024-08-08T19:24:10.303 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:24:10.303 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-08-08T19:24:10.303 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:24:10.303 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-08-08T19:24:10.303 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:24:10.303 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 145 k 2024-08-08T19:24:10.303 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 436 k 2024-08-08T19:24:10.303 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-08-08T19:24:10.461 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-08-08T19:24:10.505 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-08-08T19:24:10.529 INFO:teuthology.orchestra.run.smithi079.stdout:ceph-immutable-object-cache-19.0.0-5695.gde50a7 640 kB/s | 145 kB 00:00 2024-08-08T19:24:10.530 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:24:10.531 INFO:teuthology.orchestra.run.smithi079.stdout:Total 635 kB/s | 145 kB 00:00 2024-08-08T19:24:10.531 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-08-08T19:24:10.538 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-08-08T19:24:10.538 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-08-08T19:24:10.595 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-08-08T19:24:10.596 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-08-08T19:24:10.651 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-08-08T19:24:10.733 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-08-08T19:24:10.822 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-5695.gde50a7c9. 1/1 2024-08-08T19:24:10.828 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-5695.gde50a7c9.el9. 32/37 2024-08-08T19:24:10.846 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-5695.gde50a7c9. 1/1 2024-08-08T19:24:10.847 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-08T19:24:10.847 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-08-08T19:24:10.847 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:24:10.958 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : ceph-mgr-2:19.0.0-5695.gde50a7c9.el9.x86_64 33/37 2024-08-08T19:24:10.986 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: ceph-mgr-2:19.0.0-5695.gde50a7c9.el9.x86_64 33/37 2024-08-08T19:24:10.987 INFO:teuthology.orchestra.run.smithi067.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-08T19:24:10.987 INFO:teuthology.orchestra.run.smithi067.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-08-08T19:24:10.987 INFO:teuthology.orchestra.run.smithi067.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-08-08T19:24:10.987 INFO:teuthology.orchestra.run.smithi067.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-08-08T19:24:10.987 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:24:11.732 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-5695.gde50a7c9. 1/1 2024-08-08T19:24:11.733 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:24:11.733 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-08-08T19:24:11.733 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-immutable-object-cache-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:24:11.733 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:24:11.733 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-08-08T19:24:11.982 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-mgr 2024-08-08T19:24:12.526 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : ceph-osd-2:19.0.0-5695.gde50a7c9.el9.x86_64 34/37 2024-08-08T19:24:12.536 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:00 ago on Thu 08 Aug 2024 07:23:12 PM UTC. 2024-08-08T19:24:12.554 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: ceph-osd-2:19.0.0-5695.gde50a7c9.el9.x86_64 34/37 2024-08-08T19:24:12.554 INFO:teuthology.orchestra.run.smithi067.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-08T19:24:12.554 INFO:teuthology.orchestra.run.smithi067.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-08-08T19:24:12.555 INFO:teuthology.orchestra.run.smithi067.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-08-08T19:24:12.555 INFO:teuthology.orchestra.run.smithi067.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-08-08T19:24:12.555 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:24:12.624 INFO:teuthology.orchestra.run.smithi079.stdout:Package ceph-mgr-2:19.0.0-5695.gde50a7c9.el9.x86_64 is already installed. 2024-08-08T19:24:12.665 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-08-08T19:24:12.666 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-08-08T19:24:12.667 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-08-08T19:24:12.740 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-mgr-dashboard 2024-08-08T19:24:13.026 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : ceph-mon-2:19.0.0-5695.gde50a7c9.el9.x86_64 35/37 2024-08-08T19:24:13.052 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: ceph-mon-2:19.0.0-5695.gde50a7c9.el9.x86_64 35/37 2024-08-08T19:24:13.052 INFO:teuthology.orchestra.run.smithi067.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-08T19:24:13.052 INFO:teuthology.orchestra.run.smithi067.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-08-08T19:24:13.052 INFO:teuthology.orchestra.run.smithi067.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-08-08T19:24:13.052 INFO:teuthology.orchestra.run.smithi067.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-08-08T19:24:13.052 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:24:13.285 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : ceph-mds-2:19.0.0-5695.gde50a7c9.el9.x86_64 36/37 2024-08-08T19:24:13.288 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:01 ago on Thu 08 Aug 2024 07:23:12 PM UTC. 2024-08-08T19:24:13.314 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: ceph-mds-2:19.0.0-5695.gde50a7c9.el9.x86_64 36/37 2024-08-08T19:24:13.314 INFO:teuthology.orchestra.run.smithi067.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-08T19:24:13.314 INFO:teuthology.orchestra.run.smithi067.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-08-08T19:24:13.314 INFO:teuthology.orchestra.run.smithi067.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-08-08T19:24:13.314 INFO:teuthology.orchestra.run.smithi067.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-08-08T19:24:13.314 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:24:13.378 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : ceph-2:19.0.0-5695.gde50a7c9.el9.x86_64 37/37 2024-08-08T19:24:13.415 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-08-08T19:24:13.416 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:24:13.417 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-08-08T19:24:13.417 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:24:13.417 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-08-08T19:24:13.417 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-dashboard noarch 2:19.0.0-5695.gde50a7c9.el9 ceph-noarch 14 M 2024-08-08T19:24:13.417 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-08-08T19:24:13.417 INFO:teuthology.orchestra.run.smithi079.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-08-08T19:24:13.417 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-grafana-dashboards noarch 2:19.0.0-5695.gde50a7c9.el9 ceph-noarch 34 k 2024-08-08T19:24:13.417 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-prometheus-alerts noarch 2:19.0.0-5695.gde50a7c9.el9 ceph-noarch 16 k 2024-08-08T19:24:13.417 INFO:teuthology.orchestra.run.smithi079.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-08-08T19:24:13.417 INFO:teuthology.orchestra.run.smithi079.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-08-08T19:24:13.417 INFO:teuthology.orchestra.run.smithi079.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-08-08T19:24:13.417 INFO:teuthology.orchestra.run.smithi079.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-08-08T19:24:13.418 INFO:teuthology.orchestra.run.smithi079.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-08-08T19:24:13.418 INFO:teuthology.orchestra.run.smithi079.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-08-08T19:24:13.418 INFO:teuthology.orchestra.run.smithi079.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-08-08T19:24:13.418 INFO:teuthology.orchestra.run.smithi079.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-08-08T19:24:13.418 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:24:13.418 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-08-08T19:24:13.418 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:24:13.418 INFO:teuthology.orchestra.run.smithi079.stdout:Install 12 Packages 2024-08-08T19:24:13.418 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:24:13.419 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 19 M 2024-08-08T19:24:13.419 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 158 M 2024-08-08T19:24:13.419 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-08-08T19:24:14.027 INFO:teuthology.orchestra.run.smithi079.stdout:(1/12): ceph-grafana-dashboards-19.0.0-5695.gde 155 kB/s | 34 kB 00:00 2024-08-08T19:24:14.053 INFO:teuthology.orchestra.run.smithi079.stdout:(2/12): ceph-prometheus-alerts-19.0.0-5695.gde5 67 kB/s | 16 kB 00:00 2024-08-08T19:24:14.520 INFO:teuthology.orchestra.run.smithi079.stdout:(3/12): ceph-mgr-dashboard-19.0.0-5695.gde50a7c 20 MB/s | 14 MB 00:00 2024-08-08T19:24:14.645 INFO:teuthology.orchestra.run.smithi079.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 455 kB/s | 269 kB 00:00 2024-08-08T19:24:14.712 INFO:teuthology.orchestra.run.smithi079.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 8.1 MB/s | 548 kB 00:00 2024-08-08T19:24:14.729 INFO:teuthology.orchestra.run.smithi079.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 1.1 MB/s | 19 kB 00:00 2024-08-08T19:24:14.762 INFO:teuthology.orchestra.run.smithi079.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.5 MB/s | 863 kB 00:00 2024-08-08T19:24:14.838 INFO:teuthology.orchestra.run.smithi079.stdout:(8/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.2 MB/s | 1.0 MB 00:00 2024-08-08T19:24:14.888 INFO:teuthology.orchestra.run.smithi079.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.1 MB/s | 144 kB 00:00 2024-08-08T19:24:14.913 INFO:teuthology.orchestra.run.smithi079.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 409 kB/s | 31 kB 00:00 2024-08-08T19:24:14.938 INFO:teuthology.orchestra.run.smithi079.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.8 MB/s | 188 kB 00:00 2024-08-08T19:24:14.980 INFO:teuthology.orchestra.run.smithi079.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 8.1 MB/s | 2.0 MB 00:00 2024-08-08T19:24:14.984 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:24:14.984 INFO:teuthology.orchestra.run.smithi079.stdout:Total 12 MB/s | 19 MB 00:01 2024-08-08T19:24:15.032 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-08-08T19:24:15.051 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-08-08T19:24:15.051 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-08-08T19:24:15.159 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: ceph-2:19.0.0-5695.gde50a7c9.el9.x86_64 37/37 2024-08-08T19:24:15.159 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : ceph-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/37 2024-08-08T19:24:15.159 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : ceph-mds-2:19.0.0-5695.gde50a7c9.el9.x86_64 2/37 2024-08-08T19:24:15.159 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : ceph-mgr-2:19.0.0-5695.gde50a7c9.el9.x86_64 3/37 2024-08-08T19:24:15.159 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : ceph-mon-2:19.0.0-5695.gde50a7c9.el9.x86_64 4/37 2024-08-08T19:24:15.159 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : ceph-osd-2:19.0.0-5695.gde50a7c9.el9.x86_64 5/37 2024-08-08T19:24:15.159 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-5695.gde50a7c9.el9. 6/37 2024-08-08T19:24:15.159 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-08-08T19:24:15.160 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-08-08T19:24:15.160 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-08-08T19:24:15.160 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-08-08T19:24:15.160 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-08-08T19:24:15.160 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-08-08T19:24:15.160 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-08-08T19:24:15.160 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-08-08T19:24:15.160 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-08-08T19:24:15.160 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-08-08T19:24:15.160 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-08-08T19:24:15.161 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-08-08T19:24:15.161 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-08-08T19:24:15.161 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-08-08T19:24:15.161 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-08-08T19:24:15.161 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-08-08T19:24:15.161 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-08-08T19:24:15.161 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-08-08T19:24:15.161 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-08-08T19:24:15.161 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-08-08T19:24:15.161 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-08-08T19:24:15.162 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-08-08T19:24:15.162 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-08-08T19:24:15.162 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-08-08T19:24:15.162 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-08-08T19:24:15.162 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-08-08T19:24:15.162 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-08-08T19:24:15.162 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-08-08T19:24:15.162 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 35/37 2024-08-08T19:24:15.162 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-08-08T19:24:15.303 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-08-08T19:24:15.304 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-08-08T19:24:15.899 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-08-08T19:24:15.981 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-08-08T19:24:16.016 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-08-08T19:24:16.065 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-08-08T19:24:16.065 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:24:16.065 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2024-08-08T19:24:16.065 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:24:16.065 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-mds-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:24:16.065 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-mgr-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:24:16.065 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-mgr-modules-core-2:19.0.0-5695.gde50a7c9.el9.noarch 2024-08-08T19:24:16.066 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-mon-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:24:16.066 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-osd-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:24:16.066 INFO:teuthology.orchestra.run.smithi067.stdout: lua-5.4.4-4.el9.x86_64 2024-08-08T19:24:16.066 INFO:teuthology.orchestra.run.smithi067.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-08-08T19:24:16.066 INFO:teuthology.orchestra.run.smithi067.stdout: luarocks-3.9.2-5.el9.noarch 2024-08-08T19:24:16.066 INFO:teuthology.orchestra.run.smithi067.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-08-08T19:24:16.066 INFO:teuthology.orchestra.run.smithi067.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-08-08T19:24:16.066 INFO:teuthology.orchestra.run.smithi067.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-08-08T19:24:16.066 INFO:teuthology.orchestra.run.smithi067.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-08-08T19:24:16.066 INFO:teuthology.orchestra.run.smithi067.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-08-08T19:24:16.066 INFO:teuthology.orchestra.run.smithi067.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-08-08T19:24:16.066 INFO:teuthology.orchestra.run.smithi067.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-08-08T19:24:16.066 INFO:teuthology.orchestra.run.smithi067.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-08-08T19:24:16.067 INFO:teuthology.orchestra.run.smithi067.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-08-08T19:24:16.067 INFO:teuthology.orchestra.run.smithi067.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-08-08T19:24:16.067 INFO:teuthology.orchestra.run.smithi067.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-08-08T19:24:16.067 INFO:teuthology.orchestra.run.smithi067.stdout: python3-mako-1.1.4-6.el9.noarch 2024-08-08T19:24:16.067 INFO:teuthology.orchestra.run.smithi067.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-08-08T19:24:16.067 INFO:teuthology.orchestra.run.smithi067.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-08-08T19:24:16.067 INFO:teuthology.orchestra.run.smithi067.stdout: python3-packaging-20.9-5.el9.noarch 2024-08-08T19:24:16.067 INFO:teuthology.orchestra.run.smithi067.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-08-08T19:24:16.067 INFO:teuthology.orchestra.run.smithi067.stdout: python3-ply-3.11-14.el9.noarch 2024-08-08T19:24:16.067 INFO:teuthology.orchestra.run.smithi067.stdout: python3-portend-3.1.0-2.el9.noarch 2024-08-08T19:24:16.067 INFO:teuthology.orchestra.run.smithi067.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-08-08T19:24:16.067 INFO:teuthology.orchestra.run.smithi067.stdout: python3-pycparser-2.20-6.el9.noarch 2024-08-08T19:24:16.067 INFO:teuthology.orchestra.run.smithi067.stdout: python3-pytz-2021.1-5.el9.noarch 2024-08-08T19:24:16.068 INFO:teuthology.orchestra.run.smithi067.stdout: python3-requests-2.25.1-8.el9.noarch 2024-08-08T19:24:16.068 INFO:teuthology.orchestra.run.smithi067.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-08-08T19:24:16.068 INFO:teuthology.orchestra.run.smithi067.stdout: python3-toml-0.10.2-6.el9.noarch 2024-08-08T19:24:16.068 INFO:teuthology.orchestra.run.smithi067.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-08-08T19:24:16.068 INFO:teuthology.orchestra.run.smithi067.stdout: python3-webob-1.8.7-6.el9.noarch 2024-08-08T19:24:16.068 INFO:teuthology.orchestra.run.smithi067.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-08-08T19:24:16.068 INFO:teuthology.orchestra.run.smithi067.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-08-08T19:24:16.068 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:24:16.068 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-08-08T19:24:16.072 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-08-08T19:24:16.102 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-08-08T19:24:16.203 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-08-08T19:24:16.329 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-08-08T19:24:16.421 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-08-08T19:24:16.422 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install ceph-base 2024-08-08T19:24:16.482 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-08-08T19:24:16.520 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-08-08T19:24:16.552 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-5695.gde50a7c9.el9 10/12 2024-08-08T19:24:16.993 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:00:59 ago on Thu 08 Aug 2024 07:23:17 PM UTC. 2024-08-08T19:24:17.083 INFO:teuthology.orchestra.run.smithi067.stdout:Package ceph-base-2:19.0.0-5695.gde50a7c9.el9.x86_64 is already installed. 2024-08-08T19:24:17.126 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-08-08T19:24:17.127 INFO:teuthology.orchestra.run.smithi067.stdout:Nothing to do. 2024-08-08T19:24:17.127 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-08-08T19:24:17.180 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install cephadm 2024-08-08T19:24:17.752 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:01:00 ago on Thu 08 Aug 2024 07:23:17 PM UTC. 2024-08-08T19:24:17.885 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-08-08T19:24:17.886 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:24:17.886 INFO:teuthology.orchestra.run.smithi067.stdout: Package Arch Version Repository Size 2024-08-08T19:24:17.886 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:24:17.886 INFO:teuthology.orchestra.run.smithi067.stdout:Installing: 2024-08-08T19:24:17.886 INFO:teuthology.orchestra.run.smithi067.stdout: cephadm noarch 2:19.0.0-5695.gde50a7c9.el9 ceph-noarch 773 k 2024-08-08T19:24:17.886 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:24:17.886 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2024-08-08T19:24:17.886 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:24:17.887 INFO:teuthology.orchestra.run.smithi067.stdout:Install 1 Package 2024-08-08T19:24:17.887 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:24:17.887 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 773 k 2024-08-08T19:24:17.887 INFO:teuthology.orchestra.run.smithi067.stdout:Installed size: 779 k 2024-08-08T19:24:17.887 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2024-08-08T19:24:18.183 INFO:teuthology.orchestra.run.smithi067.stdout:cephadm-19.0.0-5695.gde50a7c9.el9.noarch.rpm 2.5 MB/s | 773 kB 00:00 2024-08-08T19:24:18.184 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:24:18.184 INFO:teuthology.orchestra.run.smithi067.stdout:Total 2.5 MB/s | 773 kB 00:00 2024-08-08T19:24:18.184 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2024-08-08T19:24:18.190 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2024-08-08T19:24:18.190 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2024-08-08T19:24:18.196 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2024-08-08T19:24:18.197 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2024-08-08T19:24:18.272 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2024-08-08T19:24:18.780 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: cephadm-2:19.0.0-5695.gde50a7c9.el9.noarch 1/1 2024-08-08T19:24:18.873 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : cephadm-2:19.0.0-5695.gde50a7c9.el9.noarch 1/1 2024-08-08T19:24:19.254 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: cephadm-2:19.0.0-5695.gde50a7c9.el9.noarch 1/1 2024-08-08T19:24:19.485 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : cephadm-2:19.0.0-5695.gde50a7c9.el9.noarch 1/1 2024-08-08T19:24:19.485 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:24:19.485 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2024-08-08T19:24:19.485 INFO:teuthology.orchestra.run.smithi067.stdout: cephadm-2:19.0.0-5695.gde50a7c9.el9.noarch 2024-08-08T19:24:19.486 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:24:19.486 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-08-08T19:24:19.680 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install ceph-immutable-object-cache 2024-08-08T19:24:19.705 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-5695.gde50a7c9.el 11/12 2024-08-08T19:24:19.766 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-5695.gde50a7c9.el9.noa 12/12 2024-08-08T19:24:20.260 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:01:03 ago on Thu 08 Aug 2024 07:23:17 PM UTC. 2024-08-08T19:24:20.393 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-08-08T19:24:20.394 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:24:20.394 INFO:teuthology.orchestra.run.smithi067.stdout: Package Arch Version Repo Size 2024-08-08T19:24:20.394 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:24:20.394 INFO:teuthology.orchestra.run.smithi067.stdout:Installing: 2024-08-08T19:24:20.394 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 145 k 2024-08-08T19:24:20.395 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:24:20.395 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2024-08-08T19:24:20.395 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:24:20.395 INFO:teuthology.orchestra.run.smithi067.stdout:Install 1 Package 2024-08-08T19:24:20.395 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:24:20.395 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 145 k 2024-08-08T19:24:20.395 INFO:teuthology.orchestra.run.smithi067.stdout:Installed size: 436 k 2024-08-08T19:24:20.395 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2024-08-08T19:24:20.614 INFO:teuthology.orchestra.run.smithi067.stdout:ceph-immutable-object-cache-19.0.0-5695.gde50a7 660 kB/s | 145 kB 00:00 2024-08-08T19:24:20.614 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:24:20.615 INFO:teuthology.orchestra.run.smithi067.stdout:Total 656 kB/s | 145 kB 00:00 2024-08-08T19:24:20.615 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2024-08-08T19:24:20.623 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2024-08-08T19:24:20.623 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2024-08-08T19:24:20.683 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2024-08-08T19:24:20.684 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2024-08-08T19:24:20.836 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2024-08-08T19:24:20.915 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-5695.gde50a7c9. 1/1 2024-08-08T19:24:20.941 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-5695.gde50a7c9. 1/1 2024-08-08T19:24:20.942 INFO:teuthology.orchestra.run.smithi067.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-08T19:24:20.942 INFO:teuthology.orchestra.run.smithi067.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-08-08T19:24:20.942 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:24:21.980 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-5695.gde50a7c9. 1/1 2024-08-08T19:24:21.980 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:24:21.980 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2024-08-08T19:24:21.980 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-immutable-object-cache-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:24:21.980 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:24:21.980 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-08-08T19:24:21.986 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-5695.gde50a7c9.el9.noa 12/12 2024-08-08T19:24:21.987 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-5695.gde50a7c9.el 1/12 2024-08-08T19:24:21.987 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-5695.gde50a7c9.el9.noa 2/12 2024-08-08T19:24:21.987 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-5695.gde50a7c9.el9 3/12 2024-08-08T19:24:21.987 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-08-08T19:24:21.987 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-08-08T19:24:21.987 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-08-08T19:24:21.987 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-08-08T19:24:21.987 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-08-08T19:24:21.987 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-08-08T19:24:21.987 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-08-08T19:24:21.987 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-08-08T19:24:22.194 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install ceph-mgr 2024-08-08T19:24:22.297 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-08-08T19:24:22.297 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:24:22.297 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-08-08T19:24:22.298 INFO:teuthology.orchestra.run.smithi079.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-08-08T19:24:22.298 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-grafana-dashboards-2:19.0.0-5695.gde50a7c9.el9.noarch 2024-08-08T19:24:22.298 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-dashboard-2:19.0.0-5695.gde50a7c9.el9.noarch 2024-08-08T19:24:22.298 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-prometheus-alerts-2:19.0.0-5695.gde50a7c9.el9.noarch 2024-08-08T19:24:22.298 INFO:teuthology.orchestra.run.smithi079.stdout: grpc-data-1.46.7-10.el9.noarch 2024-08-08T19:24:22.298 INFO:teuthology.orchestra.run.smithi079.stdout: protobuf-3.14.0-13.el9.x86_64 2024-08-08T19:24:22.298 INFO:teuthology.orchestra.run.smithi079.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-08-08T19:24:22.298 INFO:teuthology.orchestra.run.smithi079.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-08-08T19:24:22.298 INFO:teuthology.orchestra.run.smithi079.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-08-08T19:24:22.298 INFO:teuthology.orchestra.run.smithi079.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-08-08T19:24:22.298 INFO:teuthology.orchestra.run.smithi079.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-08-08T19:24:22.298 INFO:teuthology.orchestra.run.smithi079.stdout: python3-routes-2.5.1-5.el9.noarch 2024-08-08T19:24:22.299 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:24:22.299 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-08-08T19:24:22.579 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-mgr-diskprediction-local 2024-08-08T19:24:22.770 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:01:05 ago on Thu 08 Aug 2024 07:23:17 PM UTC. 2024-08-08T19:24:22.858 INFO:teuthology.orchestra.run.smithi067.stdout:Package ceph-mgr-2:19.0.0-5695.gde50a7c9.el9.x86_64 is already installed. 2024-08-08T19:24:22.902 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-08-08T19:24:22.903 INFO:teuthology.orchestra.run.smithi067.stdout:Nothing to do. 2024-08-08T19:24:22.903 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-08-08T19:24:22.964 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install ceph-mgr-dashboard 2024-08-08T19:24:23.122 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:11 ago on Thu 08 Aug 2024 07:23:12 PM UTC. 2024-08-08T19:24:23.250 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-08-08T19:24:23.251 INFO:teuthology.orchestra.run.smithi079.stdout:======================================================================================= 2024-08-08T19:24:23.251 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-08-08T19:24:23.251 INFO:teuthology.orchestra.run.smithi079.stdout:======================================================================================= 2024-08-08T19:24:23.251 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-08-08T19:24:23.251 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-5695.gde50a7c9.el9 ceph-noarch 7.4 M 2024-08-08T19:24:23.251 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-08-08T19:24:23.251 INFO:teuthology.orchestra.run.smithi079.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-08-08T19:24:23.251 INFO:teuthology.orchestra.run.smithi079.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-08-08T19:24:23.251 INFO:teuthology.orchestra.run.smithi079.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-08-08T19:24:23.251 INFO:teuthology.orchestra.run.smithi079.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-08-08T19:24:23.252 INFO:teuthology.orchestra.run.smithi079.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-08-08T19:24:23.252 INFO:teuthology.orchestra.run.smithi079.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-08-08T19:24:23.252 INFO:teuthology.orchestra.run.smithi079.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-08-08T19:24:23.252 INFO:teuthology.orchestra.run.smithi079.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-08-08T19:24:23.252 INFO:teuthology.orchestra.run.smithi079.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-08-08T19:24:23.252 INFO:teuthology.orchestra.run.smithi079.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-08-08T19:24:23.252 INFO:teuthology.orchestra.run.smithi079.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-08-08T19:24:23.252 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:24:23.252 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-08-08T19:24:23.252 INFO:teuthology.orchestra.run.smithi079.stdout:======================================================================================= 2024-08-08T19:24:23.252 INFO:teuthology.orchestra.run.smithi079.stdout:Install 12 Packages 2024-08-08T19:24:23.252 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:24:23.253 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 38 M 2024-08-08T19:24:23.253 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 209 M 2024-08-08T19:24:23.253 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-08-08T19:24:23.542 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:01:06 ago on Thu 08 Aug 2024 07:23:17 PM UTC. 2024-08-08T19:24:23.676 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-08-08T19:24:23.677 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:24:23.677 INFO:teuthology.orchestra.run.smithi067.stdout: Package Arch Version Repository Size 2024-08-08T19:24:23.677 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:24:23.677 INFO:teuthology.orchestra.run.smithi067.stdout:Installing: 2024-08-08T19:24:23.677 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-mgr-dashboard noarch 2:19.0.0-5695.gde50a7c9.el9 ceph-noarch 14 M 2024-08-08T19:24:23.677 INFO:teuthology.orchestra.run.smithi067.stdout:Installing dependencies: 2024-08-08T19:24:23.678 INFO:teuthology.orchestra.run.smithi067.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-08-08T19:24:23.678 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-grafana-dashboards noarch 2:19.0.0-5695.gde50a7c9.el9 ceph-noarch 34 k 2024-08-08T19:24:23.678 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-prometheus-alerts noarch 2:19.0.0-5695.gde50a7c9.el9 ceph-noarch 16 k 2024-08-08T19:24:23.678 INFO:teuthology.orchestra.run.smithi067.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-08-08T19:24:23.678 INFO:teuthology.orchestra.run.smithi067.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-08-08T19:24:23.678 INFO:teuthology.orchestra.run.smithi067.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-08-08T19:24:23.678 INFO:teuthology.orchestra.run.smithi067.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-08-08T19:24:23.678 INFO:teuthology.orchestra.run.smithi067.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-08-08T19:24:23.678 INFO:teuthology.orchestra.run.smithi067.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-08-08T19:24:23.678 INFO:teuthology.orchestra.run.smithi067.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-08-08T19:24:23.678 INFO:teuthology.orchestra.run.smithi067.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-08-08T19:24:23.678 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:24:23.679 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2024-08-08T19:24:23.679 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:24:23.679 INFO:teuthology.orchestra.run.smithi067.stdout:Install 12 Packages 2024-08-08T19:24:23.679 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:24:23.679 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 19 M 2024-08-08T19:24:23.679 INFO:teuthology.orchestra.run.smithi067.stdout:Installed size: 158 M 2024-08-08T19:24:23.680 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2024-08-08T19:24:24.500 INFO:teuthology.orchestra.run.smithi067.stdout:(1/12): ceph-grafana-dashboards-19.0.0-5695.gde 169 kB/s | 34 kB 00:00 2024-08-08T19:24:24.526 INFO:teuthology.orchestra.run.smithi067.stdout:(2/12): ceph-prometheus-alerts-19.0.0-5695.gde5 72 kB/s | 16 kB 00:00 2024-08-08T19:24:24.684 INFO:teuthology.orchestra.run.smithi067.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.7 MB/s | 269 kB 00:00 2024-08-08T19:24:24.827 INFO:teuthology.orchestra.run.smithi067.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.1 MB/s | 1.0 MB 00:00 2024-08-08T19:24:24.885 INFO:teuthology.orchestra.run.smithi067.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.2 MB/s | 863 kB 00:00 2024-08-08T19:24:24.952 INFO:teuthology.orchestra.run.smithi067.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 4.3 MB/s | 548 kB 00:00 2024-08-08T19:24:24.977 INFO:teuthology.orchestra.run.smithi067.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 217 kB/s | 19 kB 00:00 2024-08-08T19:24:25.128 INFO:teuthology.orchestra.run.smithi067.stdout:(8/12): ceph-mgr-dashboard-19.0.0-5695.gde50a7c 17 MB/s | 14 MB 00:00 2024-08-08T19:24:25.153 INFO:teuthology.orchestra.run.smithi067.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 825 kB/s | 144 kB 00:00 2024-08-08T19:24:25.220 INFO:teuthology.orchestra.run.smithi067.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 4.6 MB/s | 188 kB 00:00 2024-08-08T19:24:25.245 INFO:teuthology.orchestra.run.smithi067.stdout:(11/12): python3-repoze-lru-0.7-16.el9.noarch.r 263 kB/s | 31 kB 00:00 2024-08-08T19:24:25.286 INFO:teuthology.orchestra.run.smithi067.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 6.1 MB/s | 2.0 MB 00:00 2024-08-08T19:24:25.290 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:24:25.290 INFO:teuthology.orchestra.run.smithi067.stdout:Total 12 MB/s | 19 MB 00:01 2024-08-08T19:24:25.291 INFO:teuthology.orchestra.run.smithi079.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 580 kB/s | 195 kB 00:00 2024-08-08T19:24:25.339 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2024-08-08T19:24:25.358 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2024-08-08T19:24:25.359 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2024-08-08T19:24:25.410 INFO:teuthology.orchestra.run.smithi079.stdout:(2/12): ceph-mgr-diskprediction-local-19.0.0-56 16 MB/s | 7.4 MB 00:00 2024-08-08T19:24:25.442 INFO:teuthology.orchestra.run.smithi079.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.6 MB/s | 803 kB 00:00 2024-08-08T19:24:25.618 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2024-08-08T19:24:25.619 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2024-08-08T19:24:26.224 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2024-08-08T19:24:26.313 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-08-08T19:24:26.348 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-08-08T19:24:26.396 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-08-08T19:24:26.425 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-08-08T19:24:26.532 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-08-08T19:24:26.665 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-08-08T19:24:26.765 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-08-08T19:24:26.814 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-08-08T19:24:26.841 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-08-08T19:24:26.873 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-5695.gde50a7c9.el9 10/12 2024-08-08T19:24:30.246 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-5695.gde50a7c9.el 11/12 2024-08-08T19:24:30.302 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-5695.gde50a7c9.el9.noa 12/12 2024-08-08T19:24:32.213 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-5695.gde50a7c9.el9.noa 12/12 2024-08-08T19:24:32.213 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-5695.gde50a7c9.el 1/12 2024-08-08T19:24:32.213 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-5695.gde50a7c9.el9.noa 2/12 2024-08-08T19:24:32.213 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-5695.gde50a7c9.el9 3/12 2024-08-08T19:24:32.213 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-08-08T19:24:32.213 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-08-08T19:24:32.213 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-08-08T19:24:32.213 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-08-08T19:24:32.213 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-08-08T19:24:32.213 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-08-08T19:24:32.213 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-08-08T19:24:32.214 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-08-08T19:24:32.529 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-08-08T19:24:32.529 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:24:32.529 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2024-08-08T19:24:32.529 INFO:teuthology.orchestra.run.smithi067.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-08-08T19:24:32.529 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-grafana-dashboards-2:19.0.0-5695.gde50a7c9.el9.noarch 2024-08-08T19:24:32.529 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-mgr-dashboard-2:19.0.0-5695.gde50a7c9.el9.noarch 2024-08-08T19:24:32.529 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-prometheus-alerts-2:19.0.0-5695.gde50a7c9.el9.noarch 2024-08-08T19:24:32.530 INFO:teuthology.orchestra.run.smithi067.stdout: grpc-data-1.46.7-10.el9.noarch 2024-08-08T19:24:32.530 INFO:teuthology.orchestra.run.smithi067.stdout: protobuf-3.14.0-13.el9.x86_64 2024-08-08T19:24:32.530 INFO:teuthology.orchestra.run.smithi067.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-08-08T19:24:32.530 INFO:teuthology.orchestra.run.smithi067.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-08-08T19:24:32.530 INFO:teuthology.orchestra.run.smithi067.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-08-08T19:24:32.530 INFO:teuthology.orchestra.run.smithi067.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-08-08T19:24:32.530 INFO:teuthology.orchestra.run.smithi067.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-08-08T19:24:32.530 INFO:teuthology.orchestra.run.smithi067.stdout: python3-routes-2.5.1-5.el9.noarch 2024-08-08T19:24:32.530 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:24:32.530 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-08-08T19:24:32.798 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install ceph-mgr-diskprediction-local 2024-08-08T19:24:33.369 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:01:16 ago on Thu 08 Aug 2024 07:23:17 PM UTC. 2024-08-08T19:24:33.505 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-08-08T19:24:33.506 INFO:teuthology.orchestra.run.smithi067.stdout:======================================================================================= 2024-08-08T19:24:33.506 INFO:teuthology.orchestra.run.smithi067.stdout: Package Arch Version Repository Size 2024-08-08T19:24:33.506 INFO:teuthology.orchestra.run.smithi067.stdout:======================================================================================= 2024-08-08T19:24:33.506 INFO:teuthology.orchestra.run.smithi067.stdout:Installing: 2024-08-08T19:24:33.506 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-5695.gde50a7c9.el9 ceph-noarch 7.4 M 2024-08-08T19:24:33.506 INFO:teuthology.orchestra.run.smithi067.stdout:Installing dependencies: 2024-08-08T19:24:33.506 INFO:teuthology.orchestra.run.smithi067.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-08-08T19:24:33.506 INFO:teuthology.orchestra.run.smithi067.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-08-08T19:24:33.507 INFO:teuthology.orchestra.run.smithi067.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-08-08T19:24:33.507 INFO:teuthology.orchestra.run.smithi067.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-08-08T19:24:33.507 INFO:teuthology.orchestra.run.smithi067.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-08-08T19:24:33.507 INFO:teuthology.orchestra.run.smithi067.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-08-08T19:24:33.507 INFO:teuthology.orchestra.run.smithi067.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-08-08T19:24:33.507 INFO:teuthology.orchestra.run.smithi067.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-08-08T19:24:33.507 INFO:teuthology.orchestra.run.smithi067.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-08-08T19:24:33.507 INFO:teuthology.orchestra.run.smithi067.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-08-08T19:24:33.507 INFO:teuthology.orchestra.run.smithi067.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-08-08T19:24:33.507 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:24:33.507 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2024-08-08T19:24:33.507 INFO:teuthology.orchestra.run.smithi067.stdout:======================================================================================= 2024-08-08T19:24:33.507 INFO:teuthology.orchestra.run.smithi067.stdout:Install 12 Packages 2024-08-08T19:24:33.508 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:24:33.508 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 38 M 2024-08-08T19:24:33.508 INFO:teuthology.orchestra.run.smithi067.stdout:Installed size: 209 M 2024-08-08T19:24:33.508 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2024-08-08T19:24:34.227 INFO:teuthology.orchestra.run.smithi067.stdout:(1/12): ceph-mgr-diskprediction-local-19.0.0-56 14 MB/s | 7.4 MB 00:00 2024-08-08T19:24:34.344 INFO:teuthology.orchestra.run.smithi067.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 280 kB/s | 33 kB 00:00 2024-08-08T19:24:34.511 INFO:teuthology.orchestra.run.smithi067.stdout:(3/12): libquadmath-11.4.1-3.el9.x86_64.rpm 238 kB/s | 195 kB 00:00 2024-08-08T19:24:34.636 INFO:teuthology.orchestra.run.smithi067.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 10 MB/s | 3.0 MB 00:00 2024-08-08T19:24:34.661 INFO:teuthology.orchestra.run.smithi067.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 121 kB/s | 18 kB 00:00 2024-08-08T19:24:34.720 INFO:teuthology.orchestra.run.smithi067.stdout:(6/12): libgfortran-11.4.1-3.el9.x86_64.rpm 780 kB/s | 803 kB 00:01 2024-08-08T19:24:34.803 INFO:teuthology.orchestra.run.smithi067.stdout:(7/12): openblas-0.3.21-2.el9.x86_64.rpm 211 kB/s | 35 kB 00:00 2024-08-08T19:24:34.904 INFO:teuthology.orchestra.run.smithi067.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.5 MB/s | 244 kB 00:00 2024-08-08T19:24:35.062 INFO:teuthology.orchestra.run.smithi067.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.5 MB/s | 250 kB 00:00 2024-08-08T19:24:35.171 INFO:teuthology.orchestra.run.smithi067.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 9.8 MB/s | 4.7 MB 00:00 2024-08-08T19:24:35.371 INFO:teuthology.orchestra.run.smithi067.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 9.0 MB/s | 5.1 MB 00:00 2024-08-08T19:24:36.121 INFO:teuthology.orchestra.run.smithi067.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 15 MB/s | 16 MB 00:01 2024-08-08T19:24:36.123 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:24:36.123 INFO:teuthology.orchestra.run.smithi067.stdout:Total 15 MB/s | 38 MB 00:02 2024-08-08T19:24:36.483 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2024-08-08T19:24:36.511 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2024-08-08T19:24:36.511 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2024-08-08T19:24:36.962 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2024-08-08T19:24:36.962 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2024-08-08T19:24:37.745 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2024-08-08T19:24:37.825 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-08-08T19:24:37.870 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-08-08T19:24:37.993 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-08-08T19:24:38.029 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-08-08T19:24:38.215 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-08-08T19:24:38.253 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-08-08T19:24:38.336 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-08-08T19:24:39.034 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-08-08T19:24:39.147 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-08-08T19:24:40.490 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-08-08T19:24:41.582 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-08-08T19:24:41.608 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-5695.gde50a 12/12 2024-08-08T19:24:44.066 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-5695.gde50a 12/12 2024-08-08T19:24:44.066 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-5695.gde50a 1/12 2024-08-08T19:24:44.066 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-08-08T19:24:44.066 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-08-08T19:24:44.066 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-08-08T19:24:44.066 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-08-08T19:24:44.067 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-08-08T19:24:44.067 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-08-08T19:24:44.067 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-08-08T19:24:44.067 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-08-08T19:24:44.067 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-08-08T19:24:44.067 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-08-08T19:24:44.445 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-08-08T19:24:44.445 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:24:44.445 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2024-08-08T19:24:44.445 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-mgr-diskprediction-local-2:19.0.0-5695.gde50a7c9.el9.noarch 2024-08-08T19:24:44.445 INFO:teuthology.orchestra.run.smithi067.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-08-08T19:24:44.445 INFO:teuthology.orchestra.run.smithi067.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-08-08T19:24:44.446 INFO:teuthology.orchestra.run.smithi067.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-08-08T19:24:44.446 INFO:teuthology.orchestra.run.smithi067.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-08-08T19:24:44.446 INFO:teuthology.orchestra.run.smithi067.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-08-08T19:24:44.446 INFO:teuthology.orchestra.run.smithi067.stdout: openblas-0.3.21-2.el9.x86_64 2024-08-08T19:24:44.446 INFO:teuthology.orchestra.run.smithi067.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-08-08T19:24:44.446 INFO:teuthology.orchestra.run.smithi067.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-08-08T19:24:44.446 INFO:teuthology.orchestra.run.smithi067.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-08-08T19:24:44.446 INFO:teuthology.orchestra.run.smithi067.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-08-08T19:24:44.446 INFO:teuthology.orchestra.run.smithi067.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-08-08T19:24:44.446 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:24:44.446 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-08-08T19:24:44.842 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install ceph-mgr-rook 2024-08-08T19:24:45.426 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:01:28 ago on Thu 08 Aug 2024 07:23:17 PM UTC. 2024-08-08T19:24:45.561 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-08-08T19:24:45.562 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:24:45.562 INFO:teuthology.orchestra.run.smithi067.stdout: Package Arch Version Repository Size 2024-08-08T19:24:45.563 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:24:45.563 INFO:teuthology.orchestra.run.smithi067.stdout:Installing: 2024-08-08T19:24:45.563 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-mgr-rook noarch 2:19.0.0-5695.gde50a7c9.el9 ceph-noarch 49 k 2024-08-08T19:24:45.563 INFO:teuthology.orchestra.run.smithi067.stdout:Installing dependencies: 2024-08-08T19:24:45.563 INFO:teuthology.orchestra.run.smithi067.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-08-08T19:24:45.563 INFO:teuthology.orchestra.run.smithi067.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-08-08T19:24:45.563 INFO:teuthology.orchestra.run.smithi067.stdout: python3-google-auth noarch 1:2.32.0-1.el9 epel 216 k 2024-08-08T19:24:45.563 INFO:teuthology.orchestra.run.smithi067.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-08-08T19:24:45.563 INFO:teuthology.orchestra.run.smithi067.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-08-08T19:24:45.563 INFO:teuthology.orchestra.run.smithi067.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-08-08T19:24:45.563 INFO:teuthology.orchestra.run.smithi067.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-08-08T19:24:45.563 INFO:teuthology.orchestra.run.smithi067.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-08-08T19:24:45.563 INFO:teuthology.orchestra.run.smithi067.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-08-08T19:24:45.564 INFO:teuthology.orchestra.run.smithi067.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-08-08T19:24:45.564 INFO:teuthology.orchestra.run.smithi067.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-08-08T19:24:45.564 INFO:teuthology.orchestra.run.smithi067.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-08-08T19:24:45.564 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:24:45.564 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2024-08-08T19:24:45.564 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:24:45.564 INFO:teuthology.orchestra.run.smithi067.stdout:Install 13 Packages 2024-08-08T19:24:45.564 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:24:45.565 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 2.2 M 2024-08-08T19:24:45.565 INFO:teuthology.orchestra.run.smithi067.stdout:Installed size: 26 M 2024-08-08T19:24:45.565 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2024-08-08T19:24:46.015 INFO:teuthology.orchestra.run.smithi067.stdout:(1/13): ceph-mgr-rook-19.0.0-5695.gde50a7c9.el9 161 kB/s | 49 kB 00:00 2024-08-08T19:26:37.259 INFO:teuthology.orchestra.run.smithi079.stdout:[MIRROR] flexiblas-3.0.4-8.el9.x86_64.rpm: Curl error (28): Timeout was reached for http://ftpmirror.your.org/pub/CentOS-Stream-All/9-stream/AppStream/x86_64/os/Packages/flexiblas-3.0.4-8.el9.x86_64.rpm [Failed to connect to ftpmirror.your.org port 80: Connection timed out] 2024-08-08T19:26:37.260 INFO:teuthology.orchestra.run.smithi079.stdout:[MIRROR] flexiblas-netlib-3.0.4-8.el9.x86_64.rpm: Curl error (28): Timeout was reached for http://ftpmirror.your.org/pub/CentOS-Stream-All/9-stream/AppStream/x86_64/os/Packages/flexiblas-netlib-3.0.4-8.el9.x86_64.rpm [Failed to connect to ftpmirror.your.org port 80: Connection timed out] 2024-08-08T19:26:37.260 INFO:teuthology.orchestra.run.smithi079.stdout:[MIRROR] flexiblas-openblas-openmp-3.0.4-8.el9.x86_64.rpm: Curl error (28): Timeout was reached for http://ftpmirror.your.org/pub/CentOS-Stream-All/9-stream/AppStream/x86_64/os/Packages/flexiblas-openblas-openmp-3.0.4-8.el9.x86_64.rpm [Failed to connect to ftpmirror.your.org port 80: Connection timed out] 2024-08-08T19:26:37.540 INFO:teuthology.orchestra.run.smithi079.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 141 B/s | 18 kB 02:12 2024-08-08T19:26:37.566 INFO:teuthology.orchestra.run.smithi079.stdout:(5/12): flexiblas-3.0.4-8.el9.x86_64.rpm 253 B/s | 33 kB 02:12 2024-08-08T19:26:37.733 INFO:teuthology.orchestra.run.smithi079.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 183 kB/s | 35 kB 00:00 2024-08-08T19:26:38.008 INFO:teuthology.orchestra.run.smithi079.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 888 kB/s | 244 kB 00:00 2024-08-08T19:26:39.950 INFO:teuthology.orchestra.run.smithi079.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 23 kB/s | 3.0 MB 02:14 2024-08-08T19:26:40.158 INFO:teuthology.orchestra.run.smithi079.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.2 MB/s | 250 kB 00:00 2024-08-08T19:26:41.250 INFO:teuthology.orchestra.run.smithi079.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 1.3 MB/s | 4.7 MB 00:03 2024-08-08T19:26:41.883 INFO:teuthology.orchestra.run.smithi079.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 1.3 MB/s | 5.1 MB 00:03 2024-08-08T19:26:52.178 INFO:teuthology.orchestra.run.smithi079.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 1.4 MB/s | 16 MB 00:12 2024-08-08T19:26:52.179 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:26:52.179 INFO:teuthology.orchestra.run.smithi079.stdout:Total 261 kB/s | 38 MB 02:28 2024-08-08T19:26:52.516 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-08-08T19:26:52.542 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-08-08T19:26:52.543 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-08-08T19:26:52.988 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-08-08T19:26:52.988 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-08-08T19:26:53.747 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-08-08T19:26:53.824 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-08-08T19:26:53.863 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-08-08T19:26:53.970 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-08-08T19:26:53.998 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-08-08T19:26:54.176 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-08-08T19:26:54.205 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-08-08T19:26:54.286 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-08-08T19:26:54.933 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-08-08T19:26:55.078 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-08-08T19:26:56.112 INFO:teuthology.orchestra.run.smithi067.stdout:[MIRROR] python3-jsonpatch-1.21-16.el9.noarch.rpm: Curl error (28): Timeout was reached for http://ftpmirror.your.org/pub/CentOS-Stream-All/9-stream/AppStream/x86_64/os/Packages/python3-jsonpatch-1.21-16.el9.noarch.rpm [Failed to connect to ftpmirror.your.org port 80: Connection timed out] 2024-08-08T19:26:56.112 INFO:teuthology.orchestra.run.smithi067.stdout:[MIRROR] python3-jsonpointer-2.0-4.el9.noarch.rpm: Curl error (28): Timeout was reached for http://ftpmirror.your.org/pub/CentOS-Stream-All/9-stream/AppStream/x86_64/os/Packages/python3-jsonpointer-2.0-4.el9.noarch.rpm [Failed to connect to ftpmirror.your.org port 80: Connection timed out] 2024-08-08T19:26:56.112 INFO:teuthology.orchestra.run.smithi067.stdout:[MIRROR] python3-oauthlib-3.1.1-5.el9.noarch.rpm: Curl error (28): Timeout was reached for http://ftpmirror.your.org/pub/CentOS-Stream-All/9-stream/AppStream/x86_64/os/Packages/python3-oauthlib-3.1.1-5.el9.noarch.rpm [Failed to connect to ftpmirror.your.org port 80: Connection timed out] 2024-08-08T19:26:56.317 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-08-08T19:26:56.426 INFO:teuthology.orchestra.run.smithi067.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 201 B/s | 26 kB 02:10 2024-08-08T19:26:56.451 INFO:teuthology.orchestra.run.smithi067.stdout:(3/13): python3-jsonpointer-2.0-4.el9.noarch.rp 150 B/s | 19 kB 02:10 2024-08-08T19:26:56.885 INFO:teuthology.orchestra.run.smithi067.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 346 kB/s | 159 kB 00:00 2024-08-08T19:26:57.010 INFO:teuthology.orchestra.run.smithi067.stdout:(5/13): python3-requests-oauthlib-1.3.0-12.el9. 429 kB/s | 54 kB 00:00 2024-08-08T19:26:57.069 INFO:teuthology.orchestra.run.smithi067.stdout:(6/13): python3-cachetools-4.2.4-1.el9.noarch.r 554 kB/s | 32 kB 00:00 2024-08-08T19:26:57.085 INFO:teuthology.orchestra.run.smithi067.stdout:(7/13): python3-certifi-2023.05.07-4.el9.noarch 851 kB/s | 14 kB 00:00 2024-08-08T19:26:57.111 INFO:teuthology.orchestra.run.smithi067.stdout:(8/13): python3-google-auth-2.32.0-1.el9.noarch 8.4 MB/s | 216 kB 00:00 2024-08-08T19:26:57.153 INFO:teuthology.orchestra.run.smithi067.stdout:(9/13): python3-kubernetes-26.1.0-2.el9.noarch. 25 MB/s | 1.0 MB 00:00 2024-08-08T19:26:57.178 INFO:teuthology.orchestra.run.smithi067.stdout:(10/13): python3-oauthlib-3.1.1-5.el9.noarch.rp 1.7 kB/s | 222 kB 02:11 2024-08-08T19:26:57.203 INFO:teuthology.orchestra.run.smithi067.stdout:(11/13): python3-pyasn1-modules-0.4.8-6.el9.noa 371 kB/s | 279 kB 00:00 2024-08-08T19:26:57.253 INFO:teuthology.orchestra.run.smithi067.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 589 kB/s | 59 kB 00:00 2024-08-08T19:26:57.278 INFO:teuthology.orchestra.run.smithi067.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 895 kB/s | 90 kB 00:00 2024-08-08T19:26:57.280 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:26:57.280 INFO:teuthology.orchestra.run.smithi067.stdout:Total 17 kB/s | 2.2 MB 02:11 2024-08-08T19:26:57.343 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2024-08-08T19:26:57.360 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2024-08-08T19:26:57.360 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2024-08-08T19:26:57.457 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2024-08-08T19:26:57.457 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2024-08-08T19:26:57.577 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-08-08T19:26:57.611 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-5695.gde50a 12/12 2024-08-08T19:26:57.981 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2024-08-08T19:26:58.142 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-08-08T19:26:58.207 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-08-08T19:26:58.262 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-08-08T19:26:58.299 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-08-08T19:26:58.341 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-08-08T19:26:58.452 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-08-08T19:26:58.565 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-google-auth-1:2.32.0-1.el9.noarch 7/13 2024-08-08T19:26:58.618 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-08-08T19:26:59.388 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-08-08T19:26:59.439 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-08-08T19:26:59.472 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-08-08T19:26:59.523 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-08-08T19:26:59.552 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : ceph-mgr-rook-2:19.0.0-5695.gde50a7c9.el9.noarch 13/13 2024-08-08T19:27:00.225 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-5695.gde50a7c9.el9.noarch 13/13 2024-08-08T19:27:00.225 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : ceph-mgr-rook-2:19.0.0-5695.gde50a7c9.el9.noarch 1/13 2024-08-08T19:27:00.225 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-08-08T19:27:00.226 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-08-08T19:27:00.226 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-08-08T19:27:00.226 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-08-08T19:27:00.226 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-08-08T19:27:00.226 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-08-08T19:27:00.226 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-08-08T19:27:00.226 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-08-08T19:27:00.226 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-google-auth-1:2.32.0-1.el9.noarch 10/13 2024-08-08T19:27:00.226 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-08-08T19:27:00.226 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-08-08T19:27:00.335 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-5695.gde50a 12/12 2024-08-08T19:27:00.335 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-5695.gde50a 1/12 2024-08-08T19:27:00.335 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-08-08T19:27:00.335 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-08-08T19:27:00.335 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-08-08T19:27:00.335 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-08-08T19:27:00.335 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-08-08T19:27:00.335 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-08-08T19:27:00.335 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-08-08T19:27:00.335 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-08-08T19:27:00.336 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-08-08T19:27:00.336 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-08-08T19:27:00.669 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-08-08T19:27:00.669 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:00.669 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2024-08-08T19:27:00.670 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-mgr-rook-2:19.0.0-5695.gde50a7c9.el9.noarch 2024-08-08T19:27:00.670 INFO:teuthology.orchestra.run.smithi067.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-08-08T19:27:00.670 INFO:teuthology.orchestra.run.smithi067.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-08-08T19:27:00.670 INFO:teuthology.orchestra.run.smithi067.stdout: python3-google-auth-1:2.32.0-1.el9.noarch 2024-08-08T19:27:00.670 INFO:teuthology.orchestra.run.smithi067.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-08-08T19:27:00.670 INFO:teuthology.orchestra.run.smithi067.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-08-08T19:27:00.670 INFO:teuthology.orchestra.run.smithi067.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-08-08T19:27:00.670 INFO:teuthology.orchestra.run.smithi067.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-08-08T19:27:00.670 INFO:teuthology.orchestra.run.smithi067.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-08-08T19:27:00.670 INFO:teuthology.orchestra.run.smithi067.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-08-08T19:27:00.670 INFO:teuthology.orchestra.run.smithi067.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-08-08T19:27:00.670 INFO:teuthology.orchestra.run.smithi067.stdout: python3-rsa-4.9-2.el9.noarch 2024-08-08T19:27:00.671 INFO:teuthology.orchestra.run.smithi067.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-08-08T19:27:00.671 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:00.671 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-08-08T19:27:00.739 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-08-08T19:27:00.739 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:00.739 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-08-08T19:27:00.739 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-diskprediction-local-2:19.0.0-5695.gde50a7c9.el9.noarch 2024-08-08T19:27:00.740 INFO:teuthology.orchestra.run.smithi079.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-08-08T19:27:00.740 INFO:teuthology.orchestra.run.smithi079.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-08-08T19:27:00.740 INFO:teuthology.orchestra.run.smithi079.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-08-08T19:27:00.740 INFO:teuthology.orchestra.run.smithi079.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-08-08T19:27:00.740 INFO:teuthology.orchestra.run.smithi079.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-08-08T19:27:00.740 INFO:teuthology.orchestra.run.smithi079.stdout: openblas-0.3.21-2.el9.x86_64 2024-08-08T19:27:00.740 INFO:teuthology.orchestra.run.smithi079.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-08-08T19:27:00.740 INFO:teuthology.orchestra.run.smithi079.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-08-08T19:27:00.741 INFO:teuthology.orchestra.run.smithi079.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-08-08T19:27:00.741 INFO:teuthology.orchestra.run.smithi079.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-08-08T19:27:00.741 INFO:teuthology.orchestra.run.smithi079.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-08-08T19:27:00.741 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:00.741 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-08-08T19:27:00.922 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install ceph-mgr-cephadm 2024-08-08T19:27:01.117 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-mgr-rook 2024-08-08T19:27:01.511 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:03:44 ago on Thu 08 Aug 2024 07:23:17 PM UTC. 2024-08-08T19:27:01.647 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-08-08T19:27:01.647 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:27:01.647 INFO:teuthology.orchestra.run.smithi067.stdout: Package Arch Version Repository Size 2024-08-08T19:27:01.648 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:27:01.648 INFO:teuthology.orchestra.run.smithi067.stdout:Installing: 2024-08-08T19:27:01.648 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-mgr-cephadm noarch 2:19.0.0-5695.gde50a7c9.el9 ceph-noarch 150 k 2024-08-08T19:27:01.648 INFO:teuthology.orchestra.run.smithi067.stdout:Installing dependencies: 2024-08-08T19:27:01.648 INFO:teuthology.orchestra.run.smithi067.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-08-08T19:27:01.648 INFO:teuthology.orchestra.run.smithi067.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-08-08T19:27:01.648 INFO:teuthology.orchestra.run.smithi067.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-08-08T19:27:01.648 INFO:teuthology.orchestra.run.smithi067.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-08-08T19:27:01.648 INFO:teuthology.orchestra.run.smithi067.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-08-08T19:27:01.648 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:01.648 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2024-08-08T19:27:01.649 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:27:01.649 INFO:teuthology.orchestra.run.smithi067.stdout:Install 6 Packages 2024-08-08T19:27:01.649 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:01.649 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 7.0 M 2024-08-08T19:27:01.649 INFO:teuthology.orchestra.run.smithi067.stdout:Installed size: 33 M 2024-08-08T19:27:01.649 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2024-08-08T19:27:01.676 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:03:49 ago on Thu 08 Aug 2024 07:23:12 PM UTC. 2024-08-08T19:27:01.805 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-08-08T19:27:01.806 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:27:01.807 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-08-08T19:27:01.807 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:27:01.807 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-08-08T19:27:01.807 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-rook noarch 2:19.0.0-5695.gde50a7c9.el9 ceph-noarch 49 k 2024-08-08T19:27:01.807 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-08-08T19:27:01.807 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-08-08T19:27:01.807 INFO:teuthology.orchestra.run.smithi079.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-08-08T19:27:01.807 INFO:teuthology.orchestra.run.smithi079.stdout: python3-google-auth noarch 1:2.32.0-1.el9 epel 216 k 2024-08-08T19:27:01.807 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-08-08T19:27:01.807 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-08-08T19:27:01.808 INFO:teuthology.orchestra.run.smithi079.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-08-08T19:27:01.808 INFO:teuthology.orchestra.run.smithi079.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-08-08T19:27:01.808 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-08-08T19:27:01.808 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-08-08T19:27:01.808 INFO:teuthology.orchestra.run.smithi079.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-08-08T19:27:01.808 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-08-08T19:27:01.808 INFO:teuthology.orchestra.run.smithi079.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-08-08T19:27:01.808 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:01.808 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-08-08T19:27:01.808 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:27:01.808 INFO:teuthology.orchestra.run.smithi079.stdout:Install 13 Packages 2024-08-08T19:27:01.808 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:01.809 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 2.2 M 2024-08-08T19:27:01.809 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 26 M 2024-08-08T19:27:01.809 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-08-08T19:27:01.968 INFO:teuthology.orchestra.run.smithi067.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.6 MB/s | 248 kB 00:00 2024-08-08T19:27:02.036 INFO:teuthology.orchestra.run.smithi067.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 8.0 MB/s | 548 kB 00:00 2024-08-08T19:27:02.061 INFO:teuthology.orchestra.run.smithi067.stdout:(3/6): ceph-mgr-cephadm-19.0.0-5695.gde50a7c9.e 626 kB/s | 150 kB 00:00 2024-08-08T19:27:02.086 INFO:teuthology.orchestra.run.smithi067.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.1 MB/s | 58 kB 00:00 2024-08-08T19:27:02.145 INFO:teuthology.orchestra.run.smithi067.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 891 kB/s | 74 kB 00:00 2024-08-08T19:27:02.366 INFO:teuthology.orchestra.run.smithi079.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 330 kB/s | 26 kB 00:00 2024-08-08T19:27:02.391 INFO:teuthology.orchestra.run.smithi079.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 186 kB/s | 19 kB 00:00 2024-08-08T19:27:02.466 INFO:teuthology.orchestra.run.smithi079.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.1 MB/s | 159 kB 00:00 2024-08-08T19:27:02.492 INFO:teuthology.orchestra.run.smithi079.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.2 MB/s | 222 kB 00:00 2024-08-08T19:27:02.509 INFO:teuthology.orchestra.run.smithi079.stdout:(5/13): ceph-mgr-rook-19.0.0-5695.gde50a7c9.el9 223 kB/s | 49 kB 00:00 2024-08-08T19:27:02.526 INFO:teuthology.orchestra.run.smithi079.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.6 MB/s | 54 kB 00:00 2024-08-08T19:27:02.551 INFO:teuthology.orchestra.run.smithi079.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 3.2 MB/s | 279 kB 00:00 2024-08-08T19:27:02.651 INFO:teuthology.orchestra.run.smithi079.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 226 kB/s | 32 kB 00:00 2024-08-08T19:27:02.677 INFO:teuthology.orchestra.run.smithi079.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 94 kB/s | 14 kB 00:00 2024-08-08T19:27:02.711 INFO:teuthology.orchestra.run.smithi079.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 1.7 MB/s | 59 kB 00:00 2024-08-08T19:27:02.736 INFO:teuthology.orchestra.run.smithi079.stdout:(11/13): python3-google-auth-2.32.0-1.el9.noarc 1.5 MB/s | 216 kB 00:00 2024-08-08T19:27:02.761 INFO:teuthology.orchestra.run.smithi079.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.7 MB/s | 90 kB 00:00 2024-08-08T19:27:02.795 INFO:teuthology.orchestra.run.smithi079.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.2 MB/s | 1.0 MB 00:00 2024-08-08T19:27:02.798 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:27:02.798 INFO:teuthology.orchestra.run.smithi079.stdout:Total 2.2 MB/s | 2.2 MB 00:00 2024-08-08T19:27:02.861 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-08-08T19:27:02.876 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-08-08T19:27:02.876 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-08-08T19:27:02.964 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-08-08T19:27:02.966 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-08-08T19:27:03.345 INFO:teuthology.orchestra.run.smithi067.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 3.9 MB/s | 6.0 MB 00:01 2024-08-08T19:27:03.348 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:27:03.348 INFO:teuthology.orchestra.run.smithi067.stdout:Total 4.1 MB/s | 7.0 MB 00:01 2024-08-08T19:27:03.424 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2024-08-08T19:27:03.437 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2024-08-08T19:27:03.437 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2024-08-08T19:27:03.466 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-08-08T19:27:03.542 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2024-08-08T19:27:03.543 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2024-08-08T19:27:03.633 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-08-08T19:27:03.688 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-08-08T19:27:03.744 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-08-08T19:27:03.781 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-08-08T19:27:03.823 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-08-08T19:27:03.862 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2024-08-08T19:27:03.921 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-08-08T19:27:04.027 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-google-auth-1:2.32.0-1.el9.noarch 7/13 2024-08-08T19:27:04.035 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-08-08T19:27:04.076 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-08-08T19:27:04.091 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-08-08T19:27:04.655 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-08-08T19:27:04.747 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-08-08T19:27:04.797 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-08-08T19:27:04.821 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-08-08T19:27:04.845 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-5695.gde50a7c9.el9.noarch 6/6 2024-08-08T19:27:04.848 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-08-08T19:27:04.882 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-08-08T19:27:04.930 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-08-08T19:27:04.952 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-rook-2:19.0.0-5695.gde50a7c9.el9.noarch 13/13 2024-08-08T19:27:05.563 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-5695.gde50a7c9.el9.noarch 6/6 2024-08-08T19:27:05.564 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-5695.gde50a7c9.el9.noarch 1/6 2024-08-08T19:27:05.564 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-08-08T19:27:05.564 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-08-08T19:27:05.564 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-08-08T19:27:05.564 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-08-08T19:27:05.714 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-5695.gde50a7c9.el9.noarch 13/13 2024-08-08T19:27:05.715 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-rook-2:19.0.0-5695.gde50a7c9.el9.noarch 1/13 2024-08-08T19:27:05.715 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-08-08T19:27:05.715 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-08-08T19:27:05.715 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-08-08T19:27:05.715 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-08-08T19:27:05.715 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-08-08T19:27:05.715 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-08-08T19:27:05.715 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-08-08T19:27:05.715 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-08-08T19:27:05.715 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-google-auth-1:2.32.0-1.el9.noarch 10/13 2024-08-08T19:27:05.715 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-08-08T19:27:05.715 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-08-08T19:27:05.826 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-08-08T19:27:05.827 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:05.827 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2024-08-08T19:27:05.827 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-mgr-cephadm-2:19.0.0-5695.gde50a7c9.el9.noarch 2024-08-08T19:27:05.827 INFO:teuthology.orchestra.run.smithi067.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-08-08T19:27:05.827 INFO:teuthology.orchestra.run.smithi067.stdout: python3-babel-2.9.1-2.el9.noarch 2024-08-08T19:27:05.827 INFO:teuthology.orchestra.run.smithi067.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-08-08T19:27:05.827 INFO:teuthology.orchestra.run.smithi067.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-08-08T19:27:05.827 INFO:teuthology.orchestra.run.smithi067.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-08-08T19:27:05.827 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:05.827 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-08-08T19:27:06.044 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-08-08T19:27:06.044 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:06.044 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-08-08T19:27:06.044 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-rook-2:19.0.0-5695.gde50a7c9.el9.noarch 2024-08-08T19:27:06.044 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-08-08T19:27:06.044 INFO:teuthology.orchestra.run.smithi079.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-08-08T19:27:06.044 INFO:teuthology.orchestra.run.smithi079.stdout: python3-google-auth-1:2.32.0-1.el9.noarch 2024-08-08T19:27:06.045 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-08-08T19:27:06.045 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-08-08T19:27:06.045 INFO:teuthology.orchestra.run.smithi079.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-08-08T19:27:06.045 INFO:teuthology.orchestra.run.smithi079.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-08-08T19:27:06.045 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-08-08T19:27:06.045 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-08-08T19:27:06.045 INFO:teuthology.orchestra.run.smithi079.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-08-08T19:27:06.045 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rsa-4.9-2.el9.noarch 2024-08-08T19:27:06.045 INFO:teuthology.orchestra.run.smithi079.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-08-08T19:27:06.045 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:06.045 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-08-08T19:27:06.080 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install ceph-fuse 2024-08-08T19:27:06.375 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-mgr-cephadm 2024-08-08T19:27:06.657 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:03:49 ago on Thu 08 Aug 2024 07:23:17 PM UTC. 2024-08-08T19:27:06.792 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-08-08T19:27:06.793 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:27:06.793 INFO:teuthology.orchestra.run.smithi067.stdout: Package Arch Version Repository Size 2024-08-08T19:27:06.793 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:27:06.793 INFO:teuthology.orchestra.run.smithi067.stdout:Installing: 2024-08-08T19:27:06.793 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-fuse x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 900 k 2024-08-08T19:27:06.793 INFO:teuthology.orchestra.run.smithi067.stdout:Installing dependencies: 2024-08-08T19:27:06.794 INFO:teuthology.orchestra.run.smithi067.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-08-08T19:27:06.794 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:06.794 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2024-08-08T19:27:06.794 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:27:06.794 INFO:teuthology.orchestra.run.smithi067.stdout:Install 2 Packages 2024-08-08T19:27:06.794 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:06.794 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 980 k 2024-08-08T19:27:06.794 INFO:teuthology.orchestra.run.smithi067.stdout:Installed size: 2.9 M 2024-08-08T19:27:06.794 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2024-08-08T19:27:06.923 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:03:54 ago on Thu 08 Aug 2024 07:23:12 PM UTC. 2024-08-08T19:27:07.053 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-08-08T19:27:07.053 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:27:07.053 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-08-08T19:27:07.053 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:27:07.053 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-08-08T19:27:07.053 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-cephadm noarch 2:19.0.0-5695.gde50a7c9.el9 ceph-noarch 150 k 2024-08-08T19:27:07.053 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-08-08T19:27:07.053 INFO:teuthology.orchestra.run.smithi079.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-08-08T19:27:07.053 INFO:teuthology.orchestra.run.smithi079.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-08-08T19:27:07.053 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-08-08T19:27:07.054 INFO:teuthology.orchestra.run.smithi079.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-08-08T19:27:07.054 INFO:teuthology.orchestra.run.smithi079.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-08-08T19:27:07.054 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:07.054 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-08-08T19:27:07.054 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:27:07.054 INFO:teuthology.orchestra.run.smithi079.stdout:Install 6 Packages 2024-08-08T19:27:07.054 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:07.055 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 7.0 M 2024-08-08T19:27:07.055 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 33 M 2024-08-08T19:27:07.055 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-08-08T19:27:07.193 INFO:teuthology.orchestra.run.smithi067.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 288 kB/s | 80 kB 00:00 2024-08-08T19:27:07.335 INFO:teuthology.orchestra.run.smithi067.stdout:(2/2): ceph-fuse-19.0.0-5695.gde50a7c9.el9.x86_ 2.1 MB/s | 900 kB 00:00 2024-08-08T19:27:07.338 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:27:07.338 INFO:teuthology.orchestra.run.smithi067.stdout:Total 1.8 MB/s | 980 kB 00:00 2024-08-08T19:27:07.348 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2024-08-08T19:27:07.371 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2024-08-08T19:27:07.372 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2024-08-08T19:27:07.457 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2024-08-08T19:27:07.457 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2024-08-08T19:27:07.647 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2024-08-08T19:27:07.711 INFO:teuthology.orchestra.run.smithi079.stdout:(1/6): ceph-mgr-cephadm-19.0.0-5695.gde50a7c9.e 627 kB/s | 150 kB 00:00 2024-08-08T19:27:07.745 INFO:teuthology.orchestra.run.smithi079.stdout:(2/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 908 kB/s | 248 kB 00:00 2024-08-08T19:27:07.792 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-08-08T19:27:07.837 INFO:teuthology.orchestra.run.smithi079.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 4.3 MB/s | 548 kB 00:00 2024-08-08T19:27:07.862 INFO:teuthology.orchestra.run.smithi079.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 493 kB/s | 58 kB 00:00 2024-08-08T19:27:07.863 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : ceph-fuse-2:19.0.0-5695.gde50a7c9.el9.x86_64 2/2 2024-08-08T19:27:07.888 INFO:teuthology.orchestra.run.smithi079.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 2.8 MB/s | 74 kB 00:00 2024-08-08T19:27:08.549 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: ceph-fuse-2:19.0.0-5695.gde50a7c9.el9.x86_64 2/2 2024-08-08T19:27:08.550 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : ceph-fuse-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/2 2024-08-08T19:27:08.828 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-08-08T19:27:08.828 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:08.828 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2024-08-08T19:27:08.828 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-fuse-2:19.0.0-5695.gde50a7c9.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-08-08T19:27:08.828 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:08.828 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-08-08T19:27:09.083 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install ceph-volume 2024-08-08T19:27:09.668 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:03:52 ago on Thu 08 Aug 2024 07:23:17 PM UTC. 2024-08-08T19:27:09.763 INFO:teuthology.orchestra.run.smithi079.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 2.6 MB/s | 6.0 MB 00:02 2024-08-08T19:27:09.765 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:27:09.766 INFO:teuthology.orchestra.run.smithi079.stdout:Total 2.6 MB/s | 7.0 MB 00:02 2024-08-08T19:27:09.803 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-08-08T19:27:09.807 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:27:09.807 INFO:teuthology.orchestra.run.smithi067.stdout: Package Arch Version Repository Size 2024-08-08T19:27:09.807 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:27:09.807 INFO:teuthology.orchestra.run.smithi067.stdout:Installing: 2024-08-08T19:27:09.807 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-volume noarch 2:19.0.0-5695.gde50a7c9.el9 ceph-noarch 285 k 2024-08-08T19:27:09.807 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:09.807 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2024-08-08T19:27:09.807 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:27:09.807 INFO:teuthology.orchestra.run.smithi067.stdout:Install 1 Package 2024-08-08T19:27:09.807 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:09.807 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 285 k 2024-08-08T19:27:09.808 INFO:teuthology.orchestra.run.smithi067.stdout:Installed size: 1.3 M 2024-08-08T19:27:09.808 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2024-08-08T19:27:09.840 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-08-08T19:27:09.852 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-08-08T19:27:09.852 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-08-08T19:27:09.950 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-08-08T19:27:09.950 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-08-08T19:27:10.047 INFO:teuthology.orchestra.run.smithi067.stdout:ceph-volume-19.0.0-5695.gde50a7c9.el9.noarch.rp 1.1 MB/s | 285 kB 00:00 2024-08-08T19:27:10.048 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:27:10.048 INFO:teuthology.orchestra.run.smithi067.stdout:Total 1.1 MB/s | 285 kB 00:00 2024-08-08T19:27:10.048 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2024-08-08T19:27:10.057 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2024-08-08T19:27:10.057 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2024-08-08T19:27:10.089 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2024-08-08T19:27:10.089 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2024-08-08T19:27:10.269 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-08-08T19:27:10.316 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2024-08-08T19:27:10.382 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : ceph-volume-2:19.0.0-5695.gde50a7c9.el9.noarch 1/1 2024-08-08T19:27:10.399 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: ceph-volume-2:19.0.0-5695.gde50a7c9.el9.noarch 1/1 2024-08-08T19:27:10.399 INFO:teuthology.orchestra.run.smithi067.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-08T19:27:10.399 INFO:teuthology.orchestra.run.smithi067.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-08-08T19:27:10.399 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:10.445 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-08-08T19:27:10.491 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-08-08T19:27:11.016 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-08-08T19:27:11.103 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-08-08T19:27:11.173 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-08-08T19:27:11.200 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-5695.gde50a7c9.el9.noarch 6/6 2024-08-08T19:27:11.570 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : ceph-volume-2:19.0.0-5695.gde50a7c9.el9.noarch 1/1 2024-08-08T19:27:11.570 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:11.570 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2024-08-08T19:27:11.570 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-volume-2:19.0.0-5695.gde50a7c9.el9.noarch 2024-08-08T19:27:11.570 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:11.570 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-08-08T19:27:11.897 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install librados-devel 2024-08-08T19:27:12.005 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-5695.gde50a7c9.el9.noarch 6/6 2024-08-08T19:27:12.005 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-5695.gde50a7c9.el9.noarch 1/6 2024-08-08T19:27:12.006 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-08-08T19:27:12.006 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-08-08T19:27:12.006 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-08-08T19:27:12.006 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-08-08T19:27:12.267 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-08-08T19:27:12.267 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:12.267 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-08-08T19:27:12.267 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-cephadm-2:19.0.0-5695.gde50a7c9.el9.noarch 2024-08-08T19:27:12.267 INFO:teuthology.orchestra.run.smithi079.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-08-08T19:27:12.267 INFO:teuthology.orchestra.run.smithi079.stdout: python3-babel-2.9.1-2.el9.noarch 2024-08-08T19:27:12.268 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-08-08T19:27:12.268 INFO:teuthology.orchestra.run.smithi079.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-08-08T19:27:12.268 INFO:teuthology.orchestra.run.smithi079.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-08-08T19:27:12.268 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:12.268 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-08-08T19:27:12.489 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:03:55 ago on Thu 08 Aug 2024 07:23:17 PM UTC. 2024-08-08T19:27:12.568 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-fuse 2024-08-08T19:27:12.622 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-08-08T19:27:12.623 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:27:12.623 INFO:teuthology.orchestra.run.smithi067.stdout: Package Arch Version Repo Size 2024-08-08T19:27:12.623 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:27:12.623 INFO:teuthology.orchestra.run.smithi067.stdout:Installing: 2024-08-08T19:27:12.623 INFO:teuthology.orchestra.run.smithi067.stdout: librados-devel x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 126 k 2024-08-08T19:27:12.623 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:12.623 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2024-08-08T19:27:12.623 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:27:12.624 INFO:teuthology.orchestra.run.smithi067.stdout:Install 1 Package 2024-08-08T19:27:12.624 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:12.624 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 126 k 2024-08-08T19:27:12.624 INFO:teuthology.orchestra.run.smithi067.stdout:Installed size: 456 k 2024-08-08T19:27:12.624 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2024-08-08T19:27:12.830 INFO:teuthology.orchestra.run.smithi067.stdout:librados-devel-19.0.0-5695.gde50a7c9.el9.x86_64 615 kB/s | 126 kB 00:00 2024-08-08T19:27:12.831 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:27:12.831 INFO:teuthology.orchestra.run.smithi067.stdout:Total 610 kB/s | 126 kB 00:00 2024-08-08T19:27:12.831 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2024-08-08T19:27:12.838 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2024-08-08T19:27:12.838 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2024-08-08T19:27:12.905 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2024-08-08T19:27:12.905 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2024-08-08T19:27:13.060 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2024-08-08T19:27:13.112 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:04:01 ago on Thu 08 Aug 2024 07:23:12 PM UTC. 2024-08-08T19:27:13.173 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : librados-devel-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:13.241 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-08-08T19:27:13.241 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:27:13.242 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-08-08T19:27:13.242 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:27:13.242 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-08-08T19:27:13.242 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-fuse x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 900 k 2024-08-08T19:27:13.242 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-08-08T19:27:13.242 INFO:teuthology.orchestra.run.smithi079.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-08-08T19:27:13.242 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:13.242 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-08-08T19:27:13.242 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:27:13.242 INFO:teuthology.orchestra.run.smithi079.stdout:Install 2 Packages 2024-08-08T19:27:13.242 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:13.243 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 980 k 2024-08-08T19:27:13.243 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 2.9 M 2024-08-08T19:27:13.243 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-08-08T19:27:13.489 INFO:teuthology.orchestra.run.smithi079.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 432 kB/s | 80 kB 00:00 2024-08-08T19:27:13.623 INFO:teuthology.orchestra.run.smithi079.stdout:(2/2): ceph-fuse-19.0.0-5695.gde50a7c9.el9.x86_ 2.8 MB/s | 900 kB 00:00 2024-08-08T19:27:13.623 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:27:13.623 INFO:teuthology.orchestra.run.smithi079.stdout:Total 2.5 MB/s | 980 kB 00:00 2024-08-08T19:27:13.631 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: librados-devel-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:13.634 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-08-08T19:27:13.655 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-08-08T19:27:13.656 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-08-08T19:27:13.734 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-08-08T19:27:13.735 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-08-08T19:27:13.875 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : librados-devel-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:13.875 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:13.875 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2024-08-08T19:27:13.875 INFO:teuthology.orchestra.run.smithi067.stdout: librados-devel-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:27:13.876 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:13.876 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-08-08T19:27:13.929 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-08-08T19:27:14.066 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-08-08T19:27:14.102 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install libcephfs2 2024-08-08T19:27:14.138 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-fuse-2:19.0.0-5695.gde50a7c9.el9.x86_64 2/2 2024-08-08T19:27:14.678 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:03:57 ago on Thu 08 Aug 2024 07:23:17 PM UTC. 2024-08-08T19:27:14.765 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-fuse-2:19.0.0-5695.gde50a7c9.el9.x86_64 2/2 2024-08-08T19:27:14.766 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-fuse-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/2 2024-08-08T19:27:14.766 INFO:teuthology.orchestra.run.smithi067.stdout:Package libcephfs2-2:19.0.0-5695.gde50a7c9.el9.x86_64 is already installed. 2024-08-08T19:27:14.812 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-08-08T19:27:14.813 INFO:teuthology.orchestra.run.smithi067.stdout:Nothing to do. 2024-08-08T19:27:14.814 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-08-08T19:27:14.877 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install libcephfs-devel 2024-08-08T19:27:15.010 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-08-08T19:27:15.010 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:15.010 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-08-08T19:27:15.010 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-fuse-2:19.0.0-5695.gde50a7c9.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-08-08T19:27:15.010 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:15.011 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-08-08T19:27:15.268 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-volume 2024-08-08T19:27:15.459 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:03:58 ago on Thu 08 Aug 2024 07:23:17 PM UTC. 2024-08-08T19:27:15.593 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-08-08T19:27:15.594 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:27:15.594 INFO:teuthology.orchestra.run.smithi067.stdout: Package Arch Version Repo Size 2024-08-08T19:27:15.594 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:27:15.594 INFO:teuthology.orchestra.run.smithi067.stdout:Installing: 2024-08-08T19:27:15.594 INFO:teuthology.orchestra.run.smithi067.stdout: libcephfs-devel x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 32 k 2024-08-08T19:27:15.594 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:15.594 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2024-08-08T19:27:15.594 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:27:15.594 INFO:teuthology.orchestra.run.smithi067.stdout:Install 1 Package 2024-08-08T19:27:15.595 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:15.595 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 32 k 2024-08-08T19:27:15.595 INFO:teuthology.orchestra.run.smithi067.stdout:Installed size: 142 k 2024-08-08T19:27:15.595 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2024-08-08T19:27:15.761 INFO:teuthology.orchestra.run.smithi067.stdout:libcephfs-devel-19.0.0-5695.gde50a7c9.el9.x86_6 192 kB/s | 32 kB 00:00 2024-08-08T19:27:15.761 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:27:15.762 INFO:teuthology.orchestra.run.smithi067.stdout:Total 190 kB/s | 32 kB 00:00 2024-08-08T19:27:15.762 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2024-08-08T19:27:15.765 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2024-08-08T19:27:15.765 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2024-08-08T19:27:15.775 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2024-08-08T19:27:15.775 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2024-08-08T19:27:15.827 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:04:03 ago on Thu 08 Aug 2024 07:23:12 PM UTC. 2024-08-08T19:27:15.860 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2024-08-08T19:27:15.958 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-08-08T19:27:15.959 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:27:15.959 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-08-08T19:27:15.959 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:27:15.959 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-08-08T19:27:15.959 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-volume noarch 2:19.0.0-5695.gde50a7c9.el9 ceph-noarch 285 k 2024-08-08T19:27:15.959 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:15.959 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-08-08T19:27:15.959 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:27:15.959 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-08-08T19:27:15.959 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:15.959 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 285 k 2024-08-08T19:27:15.959 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 1.3 M 2024-08-08T19:27:15.960 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-08-08T19:27:15.977 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : libcephfs-devel-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:16.205 INFO:teuthology.orchestra.run.smithi079.stdout:ceph-volume-19.0.0-5695.gde50a7c9.el9.noarch.rp 1.1 MB/s | 285 kB 00:00 2024-08-08T19:27:16.205 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:27:16.205 INFO:teuthology.orchestra.run.smithi079.stdout:Total 1.1 MB/s | 285 kB 00:00 2024-08-08T19:27:16.206 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-08-08T19:27:16.214 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-08-08T19:27:16.214 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-08-08T19:27:16.242 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-08-08T19:27:16.242 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-08-08T19:27:16.461 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-08-08T19:27:16.475 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:16.541 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-volume-2:19.0.0-5695.gde50a7c9.el9.noarch 1/1 2024-08-08T19:27:16.556 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-volume-2:19.0.0-5695.gde50a7c9.el9.noarch 1/1 2024-08-08T19:27:16.557 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-08T19:27:16.557 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-08-08T19:27:16.557 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:16.710 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : libcephfs-devel-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:16.710 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:16.711 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2024-08-08T19:27:16.711 INFO:teuthology.orchestra.run.smithi067.stdout: libcephfs-devel-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:27:16.711 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:16.711 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-08-08T19:27:16.892 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install librados2 2024-08-08T19:27:17.469 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:04:00 ago on Thu 08 Aug 2024 07:23:17 PM UTC. 2024-08-08T19:27:17.552 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-volume-2:19.0.0-5695.gde50a7c9.el9.noarch 1/1 2024-08-08T19:27:17.552 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:17.553 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-08-08T19:27:17.553 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-volume-2:19.0.0-5695.gde50a7c9.el9.noarch 2024-08-08T19:27:17.553 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:17.553 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-08-08T19:27:17.559 INFO:teuthology.orchestra.run.smithi067.stdout:Package librados2-2:19.0.0-5695.gde50a7c9.el9.x86_64 is already installed. 2024-08-08T19:27:17.605 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-08-08T19:27:17.606 INFO:teuthology.orchestra.run.smithi067.stdout:Nothing to do. 2024-08-08T19:27:17.606 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-08-08T19:27:17.670 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install librbd1 2024-08-08T19:27:17.939 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install librados-devel 2024-08-08T19:27:18.249 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:04:01 ago on Thu 08 Aug 2024 07:23:17 PM UTC. 2024-08-08T19:27:18.339 INFO:teuthology.orchestra.run.smithi067.stdout:Package librbd1-2:19.0.0-5695.gde50a7c9.el9.x86_64 is already installed. 2024-08-08T19:27:18.385 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-08-08T19:27:18.386 INFO:teuthology.orchestra.run.smithi067.stdout:Nothing to do. 2024-08-08T19:27:18.386 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-08-08T19:27:18.443 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install python3-rados 2024-08-08T19:27:18.501 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:04:06 ago on Thu 08 Aug 2024 07:23:12 PM UTC. 2024-08-08T19:27:18.628 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-08-08T19:27:18.629 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:27:18.629 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repo Size 2024-08-08T19:27:18.629 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:27:18.629 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-08-08T19:27:18.629 INFO:teuthology.orchestra.run.smithi079.stdout: librados-devel x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 126 k 2024-08-08T19:27:18.629 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:18.629 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-08-08T19:27:18.629 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:27:18.629 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-08-08T19:27:18.629 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:18.629 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 126 k 2024-08-08T19:27:18.630 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 456 k 2024-08-08T19:27:18.630 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-08-08T19:27:18.859 INFO:teuthology.orchestra.run.smithi079.stdout:librados-devel-19.0.0-5695.gde50a7c9.el9.x86_64 554 kB/s | 126 kB 00:00 2024-08-08T19:27:18.859 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:27:18.859 INFO:teuthology.orchestra.run.smithi079.stdout:Total 551 kB/s | 126 kB 00:00 2024-08-08T19:27:18.859 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-08-08T19:27:18.864 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-08-08T19:27:18.864 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-08-08T19:27:18.928 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-08-08T19:27:18.928 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-08-08T19:27:19.020 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:04:02 ago on Thu 08 Aug 2024 07:23:17 PM UTC. 2024-08-08T19:27:19.079 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-08-08T19:27:19.109 INFO:teuthology.orchestra.run.smithi067.stdout:Package python3-rados-2:19.0.0-5695.gde50a7c9.el9.x86_64 is already installed. 2024-08-08T19:27:19.154 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-08-08T19:27:19.155 INFO:teuthology.orchestra.run.smithi067.stdout:Nothing to do. 2024-08-08T19:27:19.155 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-08-08T19:27:19.198 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : librados-devel-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:19.229 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install python3-rgw 2024-08-08T19:27:19.659 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librados-devel-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:19.804 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:04:02 ago on Thu 08 Aug 2024 07:23:17 PM UTC. 2024-08-08T19:27:19.894 INFO:teuthology.orchestra.run.smithi067.stdout:Package python3-rgw-2:19.0.0-5695.gde50a7c9.el9.x86_64 is already installed. 2024-08-08T19:27:19.909 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librados-devel-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:19.909 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:19.909 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-08-08T19:27:19.909 INFO:teuthology.orchestra.run.smithi079.stdout: librados-devel-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:27:19.909 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:19.909 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-08-08T19:27:19.939 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-08-08T19:27:19.940 INFO:teuthology.orchestra.run.smithi067.stdout:Nothing to do. 2024-08-08T19:27:19.940 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-08-08T19:27:20.009 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install python3-cephfs 2024-08-08T19:27:20.211 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install libcephfs2 2024-08-08T19:27:20.588 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:04:03 ago on Thu 08 Aug 2024 07:23:17 PM UTC. 2024-08-08T19:27:20.677 INFO:teuthology.orchestra.run.smithi067.stdout:Package python3-cephfs-2:19.0.0-5695.gde50a7c9.el9.x86_64 is already installed. 2024-08-08T19:27:20.721 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-08-08T19:27:20.723 INFO:teuthology.orchestra.run.smithi067.stdout:Nothing to do. 2024-08-08T19:27:20.723 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-08-08T19:27:20.773 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:04:08 ago on Thu 08 Aug 2024 07:23:12 PM UTC. 2024-08-08T19:27:20.784 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install python3-rbd 2024-08-08T19:27:20.861 INFO:teuthology.orchestra.run.smithi079.stdout:Package libcephfs2-2:19.0.0-5695.gde50a7c9.el9.x86_64 is already installed. 2024-08-08T19:27:20.905 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-08-08T19:27:20.906 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-08-08T19:27:20.906 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-08-08T19:27:21.013 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install libcephfs-devel 2024-08-08T19:27:21.360 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:04:04 ago on Thu 08 Aug 2024 07:23:17 PM UTC. 2024-08-08T19:27:21.448 INFO:teuthology.orchestra.run.smithi067.stdout:Package python3-rbd-2:19.0.0-5695.gde50a7c9.el9.x86_64 is already installed. 2024-08-08T19:27:21.493 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-08-08T19:27:21.494 INFO:teuthology.orchestra.run.smithi067.stdout:Nothing to do. 2024-08-08T19:27:21.495 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-08-08T19:27:21.551 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install rbd-fuse 2024-08-08T19:27:21.593 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:04:09 ago on Thu 08 Aug 2024 07:23:12 PM UTC. 2024-08-08T19:27:21.721 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-08-08T19:27:21.722 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:27:21.722 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repo Size 2024-08-08T19:27:21.722 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:27:21.722 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-08-08T19:27:21.723 INFO:teuthology.orchestra.run.smithi079.stdout: libcephfs-devel x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 32 k 2024-08-08T19:27:21.723 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:21.723 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-08-08T19:27:21.723 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:27:21.723 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-08-08T19:27:21.723 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:21.723 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 32 k 2024-08-08T19:27:21.723 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 142 k 2024-08-08T19:27:21.723 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-08-08T19:27:21.892 INFO:teuthology.orchestra.run.smithi079.stdout:libcephfs-devel-19.0.0-5695.gde50a7c9.el9.x86_6 188 kB/s | 32 kB 00:00 2024-08-08T19:27:21.892 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:27:21.893 INFO:teuthology.orchestra.run.smithi079.stdout:Total 186 kB/s | 32 kB 00:00 2024-08-08T19:27:21.893 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-08-08T19:27:21.896 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-08-08T19:27:21.896 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-08-08T19:27:21.913 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-08-08T19:27:21.913 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-08-08T19:27:21.991 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-08-08T19:27:22.122 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libcephfs-devel-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:22.126 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:04:05 ago on Thu 08 Aug 2024 07:23:17 PM UTC. 2024-08-08T19:27:22.260 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-08-08T19:27:22.261 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:27:22.261 INFO:teuthology.orchestra.run.smithi067.stdout: Package Architecture Version Repository Size 2024-08-08T19:27:22.261 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:27:22.261 INFO:teuthology.orchestra.run.smithi067.stdout:Installing: 2024-08-08T19:27:22.261 INFO:teuthology.orchestra.run.smithi067.stdout: rbd-fuse x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 85 k 2024-08-08T19:27:22.261 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:22.261 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2024-08-08T19:27:22.261 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:27:22.261 INFO:teuthology.orchestra.run.smithi067.stdout:Install 1 Package 2024-08-08T19:27:22.261 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:22.262 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 85 k 2024-08-08T19:27:22.262 INFO:teuthology.orchestra.run.smithi067.stdout:Installed size: 231 k 2024-08-08T19:27:22.262 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2024-08-08T19:27:22.472 INFO:teuthology.orchestra.run.smithi067.stdout:rbd-fuse-19.0.0-5695.gde50a7c9.el9.x86_64.rpm 405 kB/s | 85 kB 00:00 2024-08-08T19:27:22.473 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:27:22.473 INFO:teuthology.orchestra.run.smithi067.stdout:Total 402 kB/s | 85 kB 00:00 2024-08-08T19:27:22.473 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2024-08-08T19:27:22.480 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2024-08-08T19:27:22.481 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2024-08-08T19:27:22.504 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:22.552 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2024-08-08T19:27:22.553 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2024-08-08T19:27:22.706 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2024-08-08T19:27:22.730 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libcephfs-devel-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:22.730 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:22.730 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-08-08T19:27:22.730 INFO:teuthology.orchestra.run.smithi079.stdout: libcephfs-devel-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:27:22.731 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:22.731 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-08-08T19:27:22.806 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : rbd-fuse-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:22.938 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install librados2 2024-08-08T19:27:23.173 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: rbd-fuse-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:23.416 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : rbd-fuse-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:23.416 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:23.416 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2024-08-08T19:27:23.416 INFO:teuthology.orchestra.run.smithi067.stdout: rbd-fuse-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:27:23.416 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:23.416 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-08-08T19:27:23.486 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:04:11 ago on Thu 08 Aug 2024 07:23:12 PM UTC. 2024-08-08T19:27:23.571 INFO:teuthology.orchestra.run.smithi079.stdout:Package librados2-2:19.0.0-5695.gde50a7c9.el9.x86_64 is already installed. 2024-08-08T19:27:23.614 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-08-08T19:27:23.615 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-08-08T19:27:23.615 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-08-08T19:27:23.650 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install rbd-mirror 2024-08-08T19:27:23.705 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install librbd1 2024-08-08T19:27:24.179 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - BaseOS 31 kB/s | 8.2 MB 04:27 2024-08-08T19:27:24.226 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:04:07 ago on Thu 08 Aug 2024 07:23:17 PM UTC. 2024-08-08T19:27:24.251 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:04:12 ago on Thu 08 Aug 2024 07:23:12 PM UTC. 2024-08-08T19:27:24.335 INFO:teuthology.orchestra.run.smithi079.stdout:Package librbd1-2:19.0.0-5695.gde50a7c9.el9.x86_64 is already installed. 2024-08-08T19:27:24.360 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-08-08T19:27:24.360 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:27:24.360 INFO:teuthology.orchestra.run.smithi067.stdout: Package Arch Version Repo Size 2024-08-08T19:27:24.361 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:27:24.361 INFO:teuthology.orchestra.run.smithi067.stdout:Installing: 2024-08-08T19:27:24.361 INFO:teuthology.orchestra.run.smithi067.stdout: rbd-mirror x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 3.2 M 2024-08-08T19:27:24.361 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:24.361 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2024-08-08T19:27:24.361 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:27:24.361 INFO:teuthology.orchestra.run.smithi067.stdout:Install 1 Package 2024-08-08T19:27:24.361 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:24.362 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 3.2 M 2024-08-08T19:27:24.362 INFO:teuthology.orchestra.run.smithi067.stdout:Installed size: 14 M 2024-08-08T19:27:24.362 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2024-08-08T19:27:24.378 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-08-08T19:27:24.379 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-08-08T19:27:24.379 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-08-08T19:27:24.472 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install python3-rados 2024-08-08T19:27:24.691 INFO:teuthology.orchestra.run.smithi067.stdout:rbd-mirror-19.0.0-5695.gde50a7c9.el9.x86_64.rpm 9.6 MB/s | 3.2 MB 00:00 2024-08-08T19:27:24.692 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:27:24.693 INFO:teuthology.orchestra.run.smithi067.stdout:Total 9.5 MB/s | 3.2 MB 00:00 2024-08-08T19:27:24.693 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2024-08-08T19:27:24.702 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2024-08-08T19:27:24.703 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2024-08-08T19:27:24.789 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2024-08-08T19:27:24.789 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2024-08-08T19:27:25.021 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:04:13 ago on Thu 08 Aug 2024 07:23:12 PM UTC. 2024-08-08T19:27:25.106 INFO:teuthology.orchestra.run.smithi079.stdout:Package python3-rados-2:19.0.0-5695.gde50a7c9.el9.x86_64 is already installed. 2024-08-08T19:27:25.149 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-08-08T19:27:25.150 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-08-08T19:27:25.150 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-08-08T19:27:25.239 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install python3-rgw 2024-08-08T19:27:25.260 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2024-08-08T19:27:25.318 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : rbd-mirror-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:25.343 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: rbd-mirror-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:25.343 INFO:teuthology.orchestra.run.smithi067.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-08T19:27:25.343 INFO:teuthology.orchestra.run.smithi067.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-08-08T19:27:25.343 INFO:teuthology.orchestra.run.smithi067.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-08-08T19:27:25.344 INFO:teuthology.orchestra.run.smithi067.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-08-08T19:27:25.344 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:25.789 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:04:13 ago on Thu 08 Aug 2024 07:23:12 PM UTC. 2024-08-08T19:27:25.875 INFO:teuthology.orchestra.run.smithi079.stdout:Package python3-rgw-2:19.0.0-5695.gde50a7c9.el9.x86_64 is already installed. 2024-08-08T19:27:25.918 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-08-08T19:27:25.919 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-08-08T19:27:25.919 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-08-08T19:27:26.006 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install python3-cephfs 2024-08-08T19:27:26.509 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : rbd-mirror-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:26.510 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:26.510 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2024-08-08T19:27:26.510 INFO:teuthology.orchestra.run.smithi067.stdout: rbd-mirror-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:27:26.510 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:26.510 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-08-08T19:27:26.556 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:04:14 ago on Thu 08 Aug 2024 07:23:12 PM UTC. 2024-08-08T19:27:26.640 INFO:teuthology.orchestra.run.smithi079.stdout:Package python3-cephfs-2:19.0.0-5695.gde50a7c9.el9.x86_64 is already installed. 2024-08-08T19:27:26.683 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-08-08T19:27:26.684 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-08-08T19:27:26.684 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-08-08T19:27:26.745 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install rbd-nbd 2024-08-08T19:27:26.772 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install python3-rbd 2024-08-08T19:27:26.772 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - AppStream 13 MB/s | 20 MB 00:01 2024-08-08T19:27:27.325 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:04:10 ago on Thu 08 Aug 2024 07:23:17 PM UTC. 2024-08-08T19:27:27.326 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:04:15 ago on Thu 08 Aug 2024 07:23:12 PM UTC. 2024-08-08T19:27:27.417 INFO:teuthology.orchestra.run.smithi079.stdout:Package python3-rbd-2:19.0.0-5695.gde50a7c9.el9.x86_64 is already installed. 2024-08-08T19:27:27.460 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-08-08T19:27:27.460 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:27:27.461 INFO:teuthology.orchestra.run.smithi067.stdout: Package Architecture Version Repository Size 2024-08-08T19:27:27.461 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:27:27.461 INFO:teuthology.orchestra.run.smithi067.stdout:Installing: 2024-08-08T19:27:27.461 INFO:teuthology.orchestra.run.smithi067.stdout: rbd-nbd x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 170 k 2024-08-08T19:27:27.461 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:27.461 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2024-08-08T19:27:27.461 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-08-08T19:27:27.461 INFO:teuthology.orchestra.run.smithi067.stdout:Install 1 Package 2024-08-08T19:27:27.461 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:27.461 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 170 k 2024-08-08T19:27:27.461 INFO:teuthology.orchestra.run.smithi067.stdout:Installed size: 490 k 2024-08-08T19:27:27.461 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2024-08-08T19:27:27.462 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-08-08T19:27:27.463 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-08-08T19:27:27.463 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-08-08T19:27:27.569 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install rbd-fuse 2024-08-08T19:27:27.687 INFO:teuthology.orchestra.run.smithi067.stdout:rbd-nbd-19.0.0-5695.gde50a7c9.el9.x86_64.rpm 756 kB/s | 170 kB 00:00 2024-08-08T19:27:27.687 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:27:27.688 INFO:teuthology.orchestra.run.smithi067.stdout:Total 750 kB/s | 170 kB 00:00 2024-08-08T19:27:27.688 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2024-08-08T19:27:27.696 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2024-08-08T19:27:27.697 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2024-08-08T19:27:27.764 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2024-08-08T19:27:27.764 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2024-08-08T19:27:27.923 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2024-08-08T19:27:28.029 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : rbd-nbd-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:28.132 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:04:16 ago on Thu 08 Aug 2024 07:23:12 PM UTC. 2024-08-08T19:27:28.262 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-08-08T19:27:28.263 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:27:28.263 INFO:teuthology.orchestra.run.smithi079.stdout: Package Architecture Version Repository Size 2024-08-08T19:27:28.263 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:27:28.263 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-08-08T19:27:28.263 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-fuse x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 85 k 2024-08-08T19:27:28.264 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:28.264 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-08-08T19:27:28.264 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:27:28.264 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-08-08T19:27:28.264 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:28.264 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 85 k 2024-08-08T19:27:28.264 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 231 k 2024-08-08T19:27:28.264 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-08-08T19:27:28.441 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: rbd-nbd-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:28.479 INFO:teuthology.orchestra.run.smithi079.stdout:rbd-fuse-19.0.0-5695.gde50a7c9.el9.x86_64.rpm 396 kB/s | 85 kB 00:00 2024-08-08T19:27:28.480 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:27:28.480 INFO:teuthology.orchestra.run.smithi079.stdout:Total 393 kB/s | 85 kB 00:00 2024-08-08T19:27:28.481 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-08-08T19:27:28.487 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-08-08T19:27:28.488 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-08-08T19:27:28.555 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-08-08T19:27:28.555 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-08-08T19:27:28.704 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-08-08T19:27:28.789 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : rbd-nbd-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:28.790 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:28.790 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2024-08-08T19:27:28.790 INFO:teuthology.orchestra.run.smithi067.stdout: rbd-nbd-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:27:28.790 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:27:28.791 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-08-08T19:27:28.794 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : rbd-fuse-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:29.072 DEBUG:teuthology.parallel:result is None 2024-08-08T19:27:29.195 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: rbd-fuse-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:29.447 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : rbd-fuse-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:29.447 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:29.447 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-08-08T19:27:29.447 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-fuse-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:27:29.447 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:29.447 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-08-08T19:27:29.731 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install rbd-mirror 2024-08-08T19:27:30.286 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:04:18 ago on Thu 08 Aug 2024 07:23:12 PM UTC. 2024-08-08T19:27:30.415 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-08-08T19:27:30.415 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:27:30.416 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repo Size 2024-08-08T19:27:30.416 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:27:30.416 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-08-08T19:27:30.416 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-mirror x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 3.2 M 2024-08-08T19:27:30.416 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:30.416 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-08-08T19:27:30.416 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:27:30.416 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-08-08T19:27:30.416 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:30.416 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 3.2 M 2024-08-08T19:27:30.416 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 14 M 2024-08-08T19:27:30.416 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-08-08T19:27:30.744 INFO:teuthology.orchestra.run.smithi079.stdout:rbd-mirror-19.0.0-5695.gde50a7c9.el9.x86_64.rpm 9.7 MB/s | 3.2 MB 00:00 2024-08-08T19:27:30.744 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:27:30.744 INFO:teuthology.orchestra.run.smithi079.stdout:Total 9.6 MB/s | 3.2 MB 00:00 2024-08-08T19:27:30.745 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-08-08T19:27:30.754 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-08-08T19:27:30.754 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-08-08T19:27:30.838 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-08-08T19:27:30.838 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-08-08T19:27:31.231 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - CRB 8.9 MB/s | 6.6 MB 00:00 2024-08-08T19:27:31.292 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-08-08T19:27:31.361 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : rbd-mirror-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:31.386 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: rbd-mirror-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:31.386 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-08T19:27:31.387 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-08-08T19:27:31.387 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-08-08T19:27:31.387 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-08-08T19:27:31.387 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:32.481 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : rbd-mirror-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:32.481 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:32.481 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-08-08T19:27:32.481 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-mirror-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:27:32.481 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:32.481 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-08-08T19:27:32.748 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install rbd-nbd 2024-08-08T19:27:32.773 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - Extras packages 97 kB/s | 18 kB 00:00 2024-08-08T19:27:33.310 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:04:21 ago on Thu 08 Aug 2024 07:23:12 PM UTC. 2024-08-08T19:27:33.439 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-08-08T19:27:33.439 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:27:33.439 INFO:teuthology.orchestra.run.smithi079.stdout: Package Architecture Version Repository Size 2024-08-08T19:27:33.439 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:27:33.440 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-08-08T19:27:33.440 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-nbd x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 170 k 2024-08-08T19:27:33.440 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:33.440 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-08-08T19:27:33.440 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-08-08T19:27:33.440 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-08-08T19:27:33.440 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:33.440 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 170 k 2024-08-08T19:27:33.440 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 490 k 2024-08-08T19:27:33.440 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-08-08T19:27:33.666 INFO:teuthology.orchestra.run.smithi079.stdout:rbd-nbd-19.0.0-5695.gde50a7c9.el9.x86_64.rpm 755 kB/s | 170 kB 00:00 2024-08-08T19:27:33.667 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:27:33.667 INFO:teuthology.orchestra.run.smithi079.stdout:Total 750 kB/s | 170 kB 00:00 2024-08-08T19:27:33.667 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-08-08T19:27:33.674 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-08-08T19:27:33.674 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-08-08T19:27:33.740 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-08-08T19:27:33.740 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-08-08T19:27:33.896 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-08-08T19:27:33.969 INFO:teuthology.orchestra.run.smithi130.stdout:Extra Packages for Enterprise Linux 21 MB/s | 22 MB 00:01 2024-08-08T19:27:34.005 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : rbd-nbd-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:34.441 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: rbd-nbd-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:34.704 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : rbd-nbd-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:27:34.705 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:34.705 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-08-08T19:27:34.705 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-nbd-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:27:34.705 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-08-08T19:27:34.705 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-08-08T19:27:34.991 DEBUG:teuthology.parallel:result is None 2024-08-08T19:27:39.375 INFO:teuthology.orchestra.run.smithi130.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-08-08T19:27:41.768 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-08-08T19:27:41.770 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:27:41.770 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-08-08T19:27:41.770 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:27:41.771 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-08-08T19:27:41.771 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-radosgw x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 11 M 2024-08-08T19:27:41.771 INFO:teuthology.orchestra.run.smithi130.stdout:Upgrading: 2024-08-08T19:27:41.771 INFO:teuthology.orchestra.run.smithi130.stdout: librados2 x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 3.5 M 2024-08-08T19:27:41.771 INFO:teuthology.orchestra.run.smithi130.stdout: librbd1 x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 3.2 M 2024-08-08T19:27:41.771 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-08-08T19:27:41.771 INFO:teuthology.orchestra.run.smithi130.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-08-08T19:27:41.771 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-base x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 5.5 M 2024-08-08T19:27:41.771 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-common x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 22 M 2024-08-08T19:27:41.771 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-selinux x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 25 k 2024-08-08T19:27:41.771 INFO:teuthology.orchestra.run.smithi130.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-08-08T19:27:41.771 INFO:teuthology.orchestra.run.smithi130.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-08-08T19:27:41.772 INFO:teuthology.orchestra.run.smithi130.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-08-08T19:27:41.772 INFO:teuthology.orchestra.run.smithi130.stdout: libcephfs2 x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 755 k 2024-08-08T19:27:41.772 INFO:teuthology.orchestra.run.smithi130.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-08-08T19:27:41.772 INFO:teuthology.orchestra.run.smithi130.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-08-08T19:27:41.772 INFO:teuthology.orchestra.run.smithi130.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-08-08T19:27:41.772 INFO:teuthology.orchestra.run.smithi130.stdout: libradosstriper1 x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 509 k 2024-08-08T19:27:41.772 INFO:teuthology.orchestra.run.smithi130.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-08-08T19:27:41.772 INFO:teuthology.orchestra.run.smithi130.stdout: librgw2 x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 5.5 M 2024-08-08T19:27:41.772 INFO:teuthology.orchestra.run.smithi130.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-08-08T19:27:41.772 INFO:teuthology.orchestra.run.smithi130.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-08-08T19:27:41.772 INFO:teuthology.orchestra.run.smithi130.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-08-08T19:27:41.772 INFO:teuthology.orchestra.run.smithi130.stdout: python3-ceph-argparse x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 45 k 2024-08-08T19:27:41.773 INFO:teuthology.orchestra.run.smithi130.stdout: python3-ceph-common x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 138 k 2024-08-08T19:27:41.773 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cephfs x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 188 k 2024-08-08T19:27:41.773 INFO:teuthology.orchestra.run.smithi130.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-08-08T19:27:41.773 INFO:teuthology.orchestra.run.smithi130.stdout: python3-rados x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 370 k 2024-08-08T19:27:41.773 INFO:teuthology.orchestra.run.smithi130.stdout: python3-rbd x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 355 k 2024-08-08T19:27:41.773 INFO:teuthology.orchestra.run.smithi130.stdout: python3-rgw x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 117 k 2024-08-08T19:27:41.773 INFO:teuthology.orchestra.run.smithi130.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-08-08T19:27:41.773 INFO:teuthology.orchestra.run.smithi130.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-08-08T19:27:41.773 INFO:teuthology.orchestra.run.smithi130.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-08-08T19:27:41.773 INFO:teuthology.orchestra.run.smithi130.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-08-08T19:27:41.773 INFO:teuthology.orchestra.run.smithi130.stdout:Installing weak dependencies: 2024-08-08T19:27:41.773 INFO:teuthology.orchestra.run.smithi130.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-08-08T19:27:41.773 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:27:41.774 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-08-08T19:27:41.774 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:27:41.774 INFO:teuthology.orchestra.run.smithi130.stdout:Install 30 Packages 2024-08-08T19:27:41.774 INFO:teuthology.orchestra.run.smithi130.stdout:Upgrade 2 Packages 2024-08-08T19:27:41.774 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:27:41.774 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 62 M 2024-08-08T19:27:41.774 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-08-08T19:27:42.468 INFO:teuthology.orchestra.run.smithi130.stdout:(1/32): ceph-base-19.0.0-5695.gde50a7c9.el9.x86 11 MB/s | 5.5 MB 00:00 2024-08-08T19:27:42.518 INFO:teuthology.orchestra.run.smithi130.stdout:(2/32): ceph-selinux-19.0.0-5695.gde50a7c9.el9. 505 kB/s | 25 kB 00:00 2024-08-08T19:27:42.610 INFO:teuthology.orchestra.run.smithi130.stdout:(3/32): libcephfs2-19.0.0-5695.gde50a7c9.el9.x8 8.1 MB/s | 755 kB 00:00 2024-08-08T19:27:42.694 INFO:teuthology.orchestra.run.smithi130.stdout:(4/32): libradosstriper1-19.0.0-5695.gde50a7c9. 6.0 MB/s | 509 kB 00:00 2024-08-08T19:27:43.061 INFO:teuthology.orchestra.run.smithi130.stdout:(5/32): ceph-common-19.0.0-5695.gde50a7c9.el9.x 20 MB/s | 22 MB 00:01 2024-08-08T19:27:43.153 INFO:teuthology.orchestra.run.smithi130.stdout:(6/32): librgw2-19.0.0-5695.gde50a7c9.el9.x86_6 12 MB/s | 5.5 MB 00:00 2024-08-08T19:27:43.169 INFO:teuthology.orchestra.run.smithi130.stdout:(7/32): python3-ceph-argparse-19.0.0-5695.gde50 416 kB/s | 45 kB 00:00 2024-08-08T19:27:43.204 INFO:teuthology.orchestra.run.smithi130.stdout:(8/32): python3-ceph-common-19.0.0-5695.gde50a7 2.7 MB/s | 138 kB 00:00 2024-08-08T19:27:43.229 INFO:teuthology.orchestra.run.smithi130.stdout:(9/32): python3-cephfs-19.0.0-5695.gde50a7c9.el 3.1 MB/s | 188 kB 00:00 2024-08-08T19:27:43.254 INFO:teuthology.orchestra.run.smithi130.stdout:(10/32): python3-rados-19.0.0-5695.gde50a7c9.el 7.2 MB/s | 370 kB 00:00 2024-08-08T19:27:43.363 INFO:teuthology.orchestra.run.smithi130.stdout:(11/32): ceph-radosgw-19.0.0-5695.gde50a7c9.el9 7.8 MB/s | 11 MB 00:01 2024-08-08T19:27:43.388 INFO:teuthology.orchestra.run.smithi130.stdout:(12/32): python3-rgw-19.0.0-5695.gde50a7c9.el9. 872 kB/s | 117 kB 00:00 2024-08-08T19:27:43.413 INFO:teuthology.orchestra.run.smithi130.stdout:(13/32): python3-rbd-19.0.0-5695.gde50a7c9.el9. 1.9 MB/s | 355 kB 00:00 2024-08-08T19:27:43.505 INFO:teuthology.orchestra.run.smithi130.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 753 kB/s | 107 kB 00:00 2024-08-08T19:27:43.531 INFO:teuthology.orchestra.run.smithi130.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 387 kB/s | 45 kB 00:00 2024-08-08T19:27:43.556 INFO:teuthology.orchestra.run.smithi130.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 956 kB/s | 160 kB 00:00 2024-08-08T19:27:43.606 INFO:teuthology.orchestra.run.smithi130.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 846 kB/s | 42 kB 00:00 2024-08-08T19:27:43.640 INFO:teuthology.orchestra.run.smithi130.stdout:(18/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.8 MB/s | 662 kB 00:00 2024-08-08T19:27:43.665 INFO:teuthology.orchestra.run.smithi130.stdout:(19/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.1 MB/s | 292 kB 00:00 2024-08-08T19:27:43.690 INFO:teuthology.orchestra.run.smithi130.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 714 kB/s | 36 kB 00:00 2024-08-08T19:27:43.716 INFO:teuthology.orchestra.run.smithi130.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 943 kB/s | 47 kB 00:00 2024-08-08T19:27:43.741 INFO:teuthology.orchestra.run.smithi130.stdout:(22/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.6 MB/s | 221 kB 00:00 2024-08-08T19:27:43.858 INFO:teuthology.orchestra.run.smithi130.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.8 MB/s | 309 kB 00:00 2024-08-08T19:27:43.892 INFO:teuthology.orchestra.run.smithi130.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 1.5 MB/s | 49 kB 00:00 2024-08-08T19:27:43.917 INFO:teuthology.orchestra.run.smithi130.stdout:(25/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 210 kB/s | 26 kB 00:00 2024-08-08T19:27:43.942 INFO:teuthology.orchestra.run.smithi130.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-08-08T19:27:43.967 INFO:teuthology.orchestra.run.smithi130.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 7.5 MB/s | 192 kB 00:00 2024-08-08T19:27:44.002 INFO:teuthology.orchestra.run.smithi130.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 9.8 MB/s | 839 kB 00:00 2024-08-08T19:27:44.068 INFO:teuthology.orchestra.run.smithi130.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 16 MB/s | 1.6 MB 00:00 2024-08-08T19:27:44.143 INFO:teuthology.orchestra.run.smithi130.stdout:(30/32): libarrow-9.0.0-11.el9.x86_64.rpm 10 MB/s | 4.4 MB 00:00 2024-08-08T19:27:44.235 INFO:teuthology.orchestra.run.smithi130.stdout:(31/32): librados2-19.0.0-5695.gde50a7c9.el9.x8 15 MB/s | 3.5 MB 00:00 2024-08-08T19:27:44.302 INFO:teuthology.orchestra.run.smithi130.stdout:(32/32): librbd1-19.0.0-5695.gde50a7c9.el9.x86_ 14 MB/s | 3.2 MB 00:00 2024-08-08T19:27:44.307 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:27:44.307 INFO:teuthology.orchestra.run.smithi130.stdout:Total 24 MB/s | 62 MB 00:02 2024-08-08T19:27:44.404 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-08-08T19:27:44.438 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-08-08T19:27:44.438 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-08-08T19:27:44.929 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-08-08T19:27:44.929 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-08-08T19:27:46.390 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-08-08T19:27:46.462 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-08-08T19:27:46.499 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-08-08T19:27:46.524 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-08-08T19:27:46.547 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-08-08T19:27:46.569 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-08-08T19:27:46.775 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-08-08T19:27:46.828 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-08-08T19:27:47.175 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-08-08T19:27:47.285 INFO:teuthology.orchestra.run.smithi130.stdout: Upgrading : librados2-2:19.0.0-5695.gde50a7c9.el9.x86_64 7/34 2024-08-08T19:27:47.381 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: librados2-2:19.0.0-5695.gde50a7c9.el9.x86_64 7/34 2024-08-08T19:27:47.479 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-rados-2:19.0.0-5695.gde50a7c9.el9.x86_64 8/34 2024-08-08T19:27:47.503 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libcephfs2-2:19.0.0-5695.gde50a7c9.el9.x86_64 9/34 2024-08-08T19:27:47.554 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: libcephfs2-2:19.0.0-5695.gde50a7c9.el9.x86_64 9/34 2024-08-08T19:27:47.589 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-08-08T19:27:47.634 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-ceph-argparse-2:19.0.0-5695.gde50a7c9.el9. 11/34 2024-08-08T19:27:47.709 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-cephfs-2:19.0.0-5695.gde50a7c9.el9.x86_64 12/34 2024-08-08T19:27:47.732 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libradosstriper1-2:19.0.0-5695.gde50a7c9.el9.x86_6 13/34 2024-08-08T19:27:47.796 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: libradosstriper1-2:19.0.0-5695.gde50a7c9.el9.x86_6 13/34 2024-08-08T19:27:47.831 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-08-08T19:27:47.939 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-08-08T19:27:47.974 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-08-08T19:27:48.015 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-08-08T19:27:48.047 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-08-08T19:27:48.076 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-08-08T19:27:48.108 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-08-08T19:27:48.427 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-08-08T19:27:48.463 INFO:teuthology.orchestra.run.smithi130.stdout: Upgrading : librbd1-2:19.0.0-5695.gde50a7c9.el9.x86_64 22/34 2024-08-08T19:27:48.542 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: librbd1-2:19.0.0-5695.gde50a7c9.el9.x86_64 22/34 2024-08-08T19:27:48.568 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-rbd-2:19.0.0-5695.gde50a7c9.el9.x86_64 23/34 2024-08-08T19:27:48.604 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-08-08T19:27:49.095 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-08-08T19:27:49.133 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : librgw2-2:19.0.0-5695.gde50a7c9.el9.x86_64 26/34 2024-08-08T19:27:49.206 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: librgw2-2:19.0.0-5695.gde50a7c9.el9.x86_64 26/34 2024-08-08T19:27:49.281 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-rgw-2:19.0.0-5695.gde50a7c9.el9.x86_64 27/34 2024-08-08T19:27:49.310 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-ceph-common-2:19.0.0-5695.gde50a7c9.el9.x8 28/34 2024-08-08T19:27:51.610 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-common-2:19.0.0-5695.gde50a7c9.el9.x86_64 29/34 2024-08-08T19:27:51.648 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-common-2:19.0.0-5695.gde50a7c9.el9.x86_64 29/34 2024-08-08T19:27:52.219 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-common-2:19.0.0-5695.gde50a7c9.el9.x86_64 29/34 2024-08-08T19:27:52.260 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-base-2:19.0.0-5695.gde50a7c9.el9.x86_64 30/34 2024-08-08T19:27:52.335 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-base-2:19.0.0-5695.gde50a7c9.el9.x86_64 30/34 2024-08-08T19:27:52.335 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-08-08T19:27:52.335 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-08-08T19:27:52.335 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:27:52.361 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-selinux-2:19.0.0-5695.gde50a7c9.el9.x86_64 31/34 2024-08-08T19:28:02.286 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-selinux-2:19.0.0-5695.gde50a7c9.el9.x86_64 31/34 2024-08-08T19:28:02.287 INFO:teuthology.orchestra.run.smithi130.stdout:skipping the directory /sys 2024-08-08T19:28:02.287 INFO:teuthology.orchestra.run.smithi130.stdout:skipping the directory /proc 2024-08-08T19:28:02.287 INFO:teuthology.orchestra.run.smithi130.stdout:skipping the directory /mnt 2024-08-08T19:28:02.287 INFO:teuthology.orchestra.run.smithi130.stdout:skipping the directory /var/tmp 2024-08-08T19:28:02.287 INFO:teuthology.orchestra.run.smithi130.stdout:skipping the directory /home 2024-08-08T19:28:02.287 INFO:teuthology.orchestra.run.smithi130.stdout:skipping the directory /root 2024-08-08T19:28:02.287 INFO:teuthology.orchestra.run.smithi130.stdout:skipping the directory /tmp 2024-08-08T19:28:02.287 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:03.330 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-radosgw-2:19.0.0-5695.gde50a7c9.el9.x86_64 32/34 2024-08-08T19:28:03.355 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-5695.gde50a7c9.el9.x86_64 32/34 2024-08-08T19:28:03.356 INFO:teuthology.orchestra.run.smithi130.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-08T19:28:03.356 INFO:teuthology.orchestra.run.smithi130.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-08-08T19:28:03.356 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-08-08T19:28:03.356 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-08-08T19:28:03.356 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:03.357 INFO:teuthology.orchestra.run.smithi130.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-08-08T19:28:03.449 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-08-08T19:28:03.449 INFO:teuthology.orchestra.run.smithi130.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-08-08T19:28:04.624 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-08-08T19:28:04.624 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-base-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/34 2024-08-08T19:28:04.624 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-common-2:19.0.0-5695.gde50a7c9.el9.x86_64 2/34 2024-08-08T19:28:04.624 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-radosgw-2:19.0.0-5695.gde50a7c9.el9.x86_64 3/34 2024-08-08T19:28:04.624 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-selinux-2:19.0.0-5695.gde50a7c9.el9.x86_64 4/34 2024-08-08T19:28:04.624 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libcephfs2-2:19.0.0-5695.gde50a7c9.el9.x86_64 5/34 2024-08-08T19:28:04.624 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libradosstriper1-2:19.0.0-5695.gde50a7c9.el9.x86_6 6/34 2024-08-08T19:28:04.624 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : librgw2-2:19.0.0-5695.gde50a7c9.el9.x86_64 7/34 2024-08-08T19:28:04.624 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-ceph-argparse-2:19.0.0-5695.gde50a7c9.el9. 8/34 2024-08-08T19:28:04.625 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-ceph-common-2:19.0.0-5695.gde50a7c9.el9.x8 9/34 2024-08-08T19:28:04.625 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-cephfs-2:19.0.0-5695.gde50a7c9.el9.x86_64 10/34 2024-08-08T19:28:04.625 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-rados-2:19.0.0-5695.gde50a7c9.el9.x86_64 11/34 2024-08-08T19:28:04.625 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-rbd-2:19.0.0-5695.gde50a7c9.el9.x86_64 12/34 2024-08-08T19:28:04.625 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-rgw-2:19.0.0-5695.gde50a7c9.el9.x86_64 13/34 2024-08-08T19:28:04.625 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-08-08T19:28:04.625 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-08-08T19:28:04.625 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-08-08T19:28:04.625 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-08-08T19:28:04.625 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-08-08T19:28:04.625 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-08-08T19:28:04.625 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-08-08T19:28:04.626 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-08-08T19:28:04.626 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-08-08T19:28:04.626 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-08-08T19:28:04.626 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-08-08T19:28:04.626 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-08-08T19:28:04.626 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-08-08T19:28:04.626 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-08-08T19:28:04.626 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-08-08T19:28:04.626 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-08-08T19:28:04.627 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-08-08T19:28:04.627 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : librados2-2:19.0.0-5695.gde50a7c9.el9.x86_64 31/34 2024-08-08T19:28:04.627 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-08-08T19:28:04.627 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : librbd1-2:19.0.0-5695.gde50a7c9.el9.x86_64 33/34 2024-08-08T19:28:05.484 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-08-08T19:28:05.484 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:05.484 INFO:teuthology.orchestra.run.smithi130.stdout:Upgraded: 2024-08-08T19:28:05.484 INFO:teuthology.orchestra.run.smithi130.stdout: librados2-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:28:05.484 INFO:teuthology.orchestra.run.smithi130.stdout: librbd1-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:28:05.484 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-08-08T19:28:05.484 INFO:teuthology.orchestra.run.smithi130.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-08-08T19:28:05.484 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-base-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:28:05.484 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-common-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:28:05.484 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-radosgw-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:28:05.485 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-selinux-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:28:05.485 INFO:teuthology.orchestra.run.smithi130.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-08-08T19:28:05.485 INFO:teuthology.orchestra.run.smithi130.stdout: libarrow-9.0.0-11.el9.x86_64 2024-08-08T19:28:05.485 INFO:teuthology.orchestra.run.smithi130.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-08-08T19:28:05.485 INFO:teuthology.orchestra.run.smithi130.stdout: libcephfs2-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:28:05.485 INFO:teuthology.orchestra.run.smithi130.stdout: liboath-2.6.7-2.el9.x86_64 2024-08-08T19:28:05.485 INFO:teuthology.orchestra.run.smithi130.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-08-08T19:28:05.485 INFO:teuthology.orchestra.run.smithi130.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-08-08T19:28:05.485 INFO:teuthology.orchestra.run.smithi130.stdout: libradosstriper1-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:28:05.485 INFO:teuthology.orchestra.run.smithi130.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-08-08T19:28:05.485 INFO:teuthology.orchestra.run.smithi130.stdout: librgw2-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:28:05.485 INFO:teuthology.orchestra.run.smithi130.stdout: libunwind-1.6.2-1.el9.x86_64 2024-08-08T19:28:05.485 INFO:teuthology.orchestra.run.smithi130.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-08-08T19:28:05.486 INFO:teuthology.orchestra.run.smithi130.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-08-08T19:28:05.486 INFO:teuthology.orchestra.run.smithi130.stdout: python3-ceph-argparse-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:28:05.486 INFO:teuthology.orchestra.run.smithi130.stdout: python3-ceph-common-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:28:05.486 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cephfs-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:28:05.486 INFO:teuthology.orchestra.run.smithi130.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-08-08T19:28:05.486 INFO:teuthology.orchestra.run.smithi130.stdout: python3-rados-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:28:05.486 INFO:teuthology.orchestra.run.smithi130.stdout: python3-rbd-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:28:05.486 INFO:teuthology.orchestra.run.smithi130.stdout: python3-rgw-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:28:05.486 INFO:teuthology.orchestra.run.smithi130.stdout: qatlib-24.02.0-1.el9.x86_64 2024-08-08T19:28:05.486 INFO:teuthology.orchestra.run.smithi130.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-08-08T19:28:05.486 INFO:teuthology.orchestra.run.smithi130.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-08-08T19:28:05.486 INFO:teuthology.orchestra.run.smithi130.stdout: re2-1:20211101-3.el9.x86_64 2024-08-08T19:28:05.486 INFO:teuthology.orchestra.run.smithi130.stdout: thrift-0.15.0-2.el9.x86_64 2024-08-08T19:28:05.487 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:05.487 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-08-08T19:28:05.849 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-test 2024-08-08T19:28:06.404 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:00:27 ago on Thu 08 Aug 2024 07:27:39 PM UTC. 2024-08-08T19:28:06.532 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-08-08T19:28:06.533 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:28:06.533 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-08-08T19:28:06.533 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:28:06.534 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-08-08T19:28:06.534 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-test x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 50 M 2024-08-08T19:28:06.534 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-08-08T19:28:06.534 INFO:teuthology.orchestra.run.smithi130.stdout: libcephsqlite x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 163 k 2024-08-08T19:28:06.534 INFO:teuthology.orchestra.run.smithi130.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-08-08T19:28:06.535 INFO:teuthology.orchestra.run.smithi130.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-08-08T19:28:06.535 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:06.535 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-08-08T19:28:06.535 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:28:06.535 INFO:teuthology.orchestra.run.smithi130.stdout:Install 4 Packages 2024-08-08T19:28:06.535 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:06.536 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 51 M 2024-08-08T19:28:06.536 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 216 M 2024-08-08T19:28:06.537 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-08-08T19:28:07.010 INFO:teuthology.orchestra.run.smithi130.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.4 MB/s | 304 kB 00:00 2024-08-08T19:28:07.036 INFO:teuthology.orchestra.run.smithi130.stdout:(2/4): libcephsqlite-19.0.0-5695.gde50a7c9.el9. 702 kB/s | 163 kB 00:00 2024-08-08T19:28:07.061 INFO:teuthology.orchestra.run.smithi130.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 64 kB 00:00 2024-08-08T19:28:08.420 INFO:teuthology.orchestra.run.smithi130.stdout:(4/4): ceph-test-19.0.0-5695.gde50a7c9.el9.x86_ 31 MB/s | 50 MB 00:01 2024-08-08T19:28:08.421 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:28:08.422 INFO:teuthology.orchestra.run.smithi130.stdout:Total 27 MB/s | 51 MB 00:01 2024-08-08T19:28:08.449 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-08-08T19:28:08.469 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-08-08T19:28:08.469 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-08-08T19:28:08.849 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-08-08T19:28:08.849 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-08-08T19:28:09.383 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-08-08T19:28:09.486 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-08-08T19:28:09.535 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-08-08T19:28:09.563 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libcephsqlite-2:19.0.0-5695.gde50a7c9.el9.x86_64 3/4 2024-08-08T19:28:14.293 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: libcephsqlite-2:19.0.0-5695.gde50a7c9.el9.x86_64 3/4 2024-08-08T19:28:14.370 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-test-2:19.0.0-5695.gde50a7c9.el9.x86_64 4/4 2024-08-08T19:28:16.887 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-test-2:19.0.0-5695.gde50a7c9.el9.x86_64 4/4 2024-08-08T19:28:16.887 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-test-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/4 2024-08-08T19:28:16.887 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libcephsqlite-2:19.0.0-5695.gde50a7c9.el9.x86_64 2/4 2024-08-08T19:28:16.887 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-08-08T19:28:17.172 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-08-08T19:28:17.172 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:17.173 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-08-08T19:28:17.173 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-test-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:28:17.173 INFO:teuthology.orchestra.run.smithi130.stdout: libcephsqlite-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:28:17.173 INFO:teuthology.orchestra.run.smithi130.stdout: socat-1.7.4.1-6.el9.x86_64 2024-08-08T19:28:17.173 INFO:teuthology.orchestra.run.smithi130.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-08-08T19:28:17.173 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:17.173 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-08-08T19:28:17.418 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph 2024-08-08T19:28:17.998 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:00:38 ago on Thu 08 Aug 2024 07:27:39 PM UTC. 2024-08-08T19:28:18.132 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-08-08T19:28:18.135 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:28:18.135 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-08-08T19:28:18.135 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:28:18.135 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-08-08T19:28:18.135 INFO:teuthology.orchestra.run.smithi130.stdout: ceph x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 6.6 k 2024-08-08T19:28:18.135 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-08-08T19:28:18.136 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mds x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 2.4 M 2024-08-08T19:28:18.136 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 1.5 M 2024-08-08T19:28:18.136 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-modules-core noarch 2:19.0.0-5695.gde50a7c9.el9 ceph-noarch 284 k 2024-08-08T19:28:18.136 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mon x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 4.8 M 2024-08-08T19:28:18.136 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-osd x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 17 M 2024-08-08T19:28:18.136 INFO:teuthology.orchestra.run.smithi130.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-08-08T19:28:18.136 INFO:teuthology.orchestra.run.smithi130.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-08-08T19:28:18.136 INFO:teuthology.orchestra.run.smithi130.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-08-08T19:28:18.136 INFO:teuthology.orchestra.run.smithi130.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-08-08T19:28:18.136 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-08-08T19:28:18.136 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-08-08T19:28:18.137 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-08-08T19:28:18.137 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-08-08T19:28:18.137 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-08-08T19:28:18.137 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-08-08T19:28:18.137 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco-collections 2024-08-08T19:28:18.137 INFO:teuthology.orchestra.run.smithi130.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-08-08T19:28:18.137 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-08-08T19:28:18.137 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-08-08T19:28:18.137 INFO:teuthology.orchestra.run.smithi130.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-08-08T19:28:18.137 INFO:teuthology.orchestra.run.smithi130.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-08-08T19:28:18.137 INFO:teuthology.orchestra.run.smithi130.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-08-08T19:28:18.138 INFO:teuthology.orchestra.run.smithi130.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-08-08T19:28:18.138 INFO:teuthology.orchestra.run.smithi130.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-08-08T19:28:18.138 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-08-08T19:28:18.138 INFO:teuthology.orchestra.run.smithi130.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-08-08T19:28:18.138 INFO:teuthology.orchestra.run.smithi130.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-08-08T19:28:18.138 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-08-08T19:28:18.138 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-08-08T19:28:18.138 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-08-08T19:28:18.138 INFO:teuthology.orchestra.run.smithi130.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-08-08T19:28:18.138 INFO:teuthology.orchestra.run.smithi130.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-08-08T19:28:18.138 INFO:teuthology.orchestra.run.smithi130.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-08-08T19:28:18.139 INFO:teuthology.orchestra.run.smithi130.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-08-08T19:28:18.139 INFO:teuthology.orchestra.run.smithi130.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-08-08T19:28:18.139 INFO:teuthology.orchestra.run.smithi130.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-08-08T19:28:18.139 INFO:teuthology.orchestra.run.smithi130.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-08-08T19:28:18.139 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:18.139 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-08-08T19:28:18.139 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:28:18.139 INFO:teuthology.orchestra.run.smithi130.stdout:Install 37 Packages 2024-08-08T19:28:18.139 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:18.140 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 31 M 2024-08-08T19:28:18.140 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 109 M 2024-08-08T19:28:18.140 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-08-08T19:28:19.480 INFO:teuthology.orchestra.run.smithi130.stdout:(1/37): ceph-19.0.0-5695.gde50a7c9.el9.x86_64.r 36 kB/s | 6.6 kB 00:00 2024-08-08T19:28:19.664 INFO:teuthology.orchestra.run.smithi130.stdout:(2/37): ceph-mds-19.0.0-5695.gde50a7c9.el9.x86_ 6.5 MB/s | 2.4 MB 00:00 2024-08-08T19:28:19.705 INFO:teuthology.orchestra.run.smithi130.stdout:(3/37): ceph-mgr-19.0.0-5695.gde50a7c9.el9.x86_ 3.8 MB/s | 1.5 MB 00:00 2024-08-08T19:28:19.805 INFO:teuthology.orchestra.run.smithi130.stdout:(4/37): ceph-mgr-modules-core-19.0.0-5695.gde50 2.8 MB/s | 284 kB 00:00 2024-08-08T19:28:19.972 INFO:teuthology.orchestra.run.smithi130.stdout:(5/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.5 MB/s | 253 kB 00:00 2024-08-08T19:28:20.181 INFO:teuthology.orchestra.run.smithi130.stdout:(6/37): ceph-osd-19.0.0-5695.gde50a7c9.el9.x86_ 33 MB/s | 17 MB 00:00 2024-08-08T19:28:20.214 INFO:teuthology.orchestra.run.smithi130.stdout:(7/37): python3-cryptography-36.0.1-4.el9.x86_6 5.1 MB/s | 1.2 MB 00:00 2024-08-08T19:28:20.265 INFO:teuthology.orchestra.run.smithi130.stdout:(8/37): python3-pycparser-2.20-6.el9.noarch.rpm 2.6 MB/s | 135 kB 00:00 2024-08-08T19:28:20.315 INFO:teuthology.orchestra.run.smithi130.stdout:(9/37): python3-requests-2.25.1-8.el9.noarch.rp 2.4 MB/s | 125 kB 00:00 2024-08-08T19:28:20.340 INFO:teuthology.orchestra.run.smithi130.stdout:(10/37): python3-ply-3.11-14.el9.noarch.rpm 670 kB/s | 106 kB 00:00 2024-08-08T19:28:20.424 INFO:teuthology.orchestra.run.smithi130.stdout:(11/37): ceph-mon-19.0.0-5695.gde50a7c9.el9.x86 5.1 MB/s | 4.8 MB 00:00 2024-08-08T19:28:20.449 INFO:teuthology.orchestra.run.smithi130.stdout:(12/37): python3-urllib3-1.26.5-6.el9.noarch.rp 1.6 MB/s | 215 kB 00:00 2024-08-08T19:28:20.583 INFO:teuthology.orchestra.run.smithi130.stdout:(13/37): lua-5.4.4-4.el9.x86_64.rpm 778 kB/s | 188 kB 00:00 2024-08-08T19:28:20.599 INFO:teuthology.orchestra.run.smithi130.stdout:(14/37): python3-markupsafe-1.1.1-12.el9.x86_64 342 kB/s | 35 kB 00:00 2024-08-08T19:28:20.650 INFO:teuthology.orchestra.run.smithi130.stdout:(15/37): python3-mako-1.1.4-6.el9.noarch.rpm 763 kB/s | 172 kB 00:00 2024-08-08T19:28:20.733 INFO:teuthology.orchestra.run.smithi130.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 513 kB/s | 77 kB 00:00 2024-08-08T19:28:20.759 INFO:teuthology.orchestra.run.smithi130.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 379 kB/s | 51 kB 00:00 2024-08-08T19:28:20.784 INFO:teuthology.orchestra.run.smithi130.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 381 kB/s | 42 kB 00:00 2024-08-08T19:28:20.893 INFO:teuthology.orchestra.run.smithi130.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 1.1 MB/s | 151 kB 00:00 2024-08-08T19:28:20.918 INFO:teuthology.orchestra.run.smithi130.stdout:(20/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 395 kB/s | 43 kB 00:00 2024-08-08T19:28:20.943 INFO:teuthology.orchestra.run.smithi130.stdout:(21/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 3.3 MB/s | 172 kB 00:00 2024-08-08T19:28:20.960 INFO:teuthology.orchestra.run.smithi130.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 748 kB/s | 11 kB 00:00 2024-08-08T19:28:20.993 INFO:teuthology.orchestra.run.smithi130.stdout:(23/37): python3-cherrypy-18.6.1-2.el9.noarch.r 4.6 MB/s | 358 kB 00:00 2024-08-08T19:28:21.010 INFO:teuthology.orchestra.run.smithi130.stdout:(24/37): python3-jaraco-classes-3.2.1-5.el9.noa 353 kB/s | 18 kB 00:00 2024-08-08T19:28:21.027 INFO:teuthology.orchestra.run.smithi130.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 689 kB/s | 23 kB 00:00 2024-08-08T19:28:21.044 INFO:teuthology.orchestra.run.smithi130.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 573 kB/s | 19 kB 00:00 2024-08-08T19:28:21.070 INFO:teuthology.orchestra.run.smithi130.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 469 kB/s | 20 kB 00:00 2024-08-08T19:28:21.095 INFO:teuthology.orchestra.run.smithi130.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 919 kB/s | 46 kB 00:00 2024-08-08T19:28:21.121 INFO:teuthology.orchestra.run.smithi130.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-08-08T19:28:21.146 INFO:teuthology.orchestra.run.smithi130.stdout:(30/37): lua-devel-5.4.4-4.el9.x86_64.rpm 54 kB/s | 22 kB 00:00 2024-08-08T19:28:21.171 INFO:teuthology.orchestra.run.smithi130.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 327 kB/s | 16 kB 00:00 2024-08-08T19:28:21.221 INFO:teuthology.orchestra.run.smithi130.stdout:(32/37): python3-tempora-5.0.0-2.el9.noarch.rpm 1.3 MB/s | 36 kB 00:00 2024-08-08T19:28:21.255 INFO:teuthology.orchestra.run.smithi130.stdout:(33/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.7 MB/s | 272 kB 00:00 2024-08-08T19:28:21.280 INFO:teuthology.orchestra.run.smithi130.stdout:(34/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 671 kB/s | 90 kB 00:00 2024-08-08T19:28:21.305 INFO:teuthology.orchestra.run.smithi130.stdout:(35/37): python3-webob-1.8.7-6.el9.noarch.rpm 2.7 MB/s | 230 kB 00:00 2024-08-08T19:28:21.331 INFO:teuthology.orchestra.run.smithi130.stdout:(36/37): python3-zc-lockfile-2.0-10.el9.noarch. 397 kB/s | 20 kB 00:00 2024-08-08T19:28:21.356 INFO:teuthology.orchestra.run.smithi130.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.1 MB/s | 427 kB 00:00 2024-08-08T19:28:21.360 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:28:21.360 INFO:teuthology.orchestra.run.smithi130.stdout:Total 9.5 MB/s | 31 MB 00:03 2024-08-08T19:28:21.504 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-08-08T19:28:21.544 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-08-08T19:28:21.544 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-08-08T19:28:21.973 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-08-08T19:28:21.973 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-08-08T19:28:23.353 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-08-08T19:28:23.409 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-08-08T19:28:23.455 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-08-08T19:28:23.486 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-08-08T19:28:23.557 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-08-08T19:28:23.618 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-08-08T19:28:23.651 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-08-08T19:28:23.742 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-08-08T19:28:23.821 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-08-08T19:28:23.862 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/37 2024-08-08T19:28:23.898 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-08-08T19:28:23.927 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-08-08T19:28:23.953 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-08-08T19:28:23.987 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-08-08T19:28:24.027 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-08-08T19:28:24.062 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-08-08T19:28:24.097 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-08-08T19:28:24.145 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-08-08T19:28:24.177 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-08-08T19:28:24.279 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-08-08T19:28:24.431 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-08-08T19:28:24.510 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-08-08T19:28:24.563 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-08-08T19:28:24.602 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-08-08T19:28:24.650 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-08-08T19:28:24.712 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-08-08T19:28:24.903 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-08-08T19:28:24.947 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-08-08T19:28:25.016 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-08-08T19:28:25.105 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-08-08T19:28:25.139 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-08-08T19:28:25.265 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-08-08T19:28:25.427 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-5695.gde50a7c9.el9. 32/37 2024-08-08T19:28:25.457 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-mgr-2:19.0.0-5695.gde50a7c9.el9.x86_64 33/37 2024-08-08T19:28:25.483 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-mgr-2:19.0.0-5695.gde50a7c9.el9.x86_64 33/37 2024-08-08T19:28:25.483 INFO:teuthology.orchestra.run.smithi130.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-08T19:28:25.483 INFO:teuthology.orchestra.run.smithi130.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-08-08T19:28:25.483 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-08-08T19:28:25.484 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-08-08T19:28:25.484 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:26.941 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-osd-2:19.0.0-5695.gde50a7c9.el9.x86_64 34/37 2024-08-08T19:28:26.969 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-osd-2:19.0.0-5695.gde50a7c9.el9.x86_64 34/37 2024-08-08T19:28:26.969 INFO:teuthology.orchestra.run.smithi130.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-08T19:28:26.969 INFO:teuthology.orchestra.run.smithi130.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-08-08T19:28:26.969 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-08-08T19:28:26.969 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-08-08T19:28:26.969 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:27.417 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-mon-2:19.0.0-5695.gde50a7c9.el9.x86_64 35/37 2024-08-08T19:28:27.441 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-mon-2:19.0.0-5695.gde50a7c9.el9.x86_64 35/37 2024-08-08T19:28:27.441 INFO:teuthology.orchestra.run.smithi130.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-08T19:28:27.441 INFO:teuthology.orchestra.run.smithi130.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-08-08T19:28:27.441 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-08-08T19:28:27.442 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-08-08T19:28:27.442 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:27.668 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-mds-2:19.0.0-5695.gde50a7c9.el9.x86_64 36/37 2024-08-08T19:28:27.691 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-mds-2:19.0.0-5695.gde50a7c9.el9.x86_64 36/37 2024-08-08T19:28:27.691 INFO:teuthology.orchestra.run.smithi130.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-08T19:28:27.692 INFO:teuthology.orchestra.run.smithi130.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-08-08T19:28:27.692 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-08-08T19:28:27.692 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-08-08T19:28:27.692 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:27.757 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-2:19.0.0-5695.gde50a7c9.el9.x86_64 37/37 2024-08-08T19:28:29.342 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-2:19.0.0-5695.gde50a7c9.el9.x86_64 37/37 2024-08-08T19:28:29.342 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/37 2024-08-08T19:28:29.342 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-mds-2:19.0.0-5695.gde50a7c9.el9.x86_64 2/37 2024-08-08T19:28:29.342 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-mgr-2:19.0.0-5695.gde50a7c9.el9.x86_64 3/37 2024-08-08T19:28:29.342 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-mon-2:19.0.0-5695.gde50a7c9.el9.x86_64 4/37 2024-08-08T19:28:29.342 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-osd-2:19.0.0-5695.gde50a7c9.el9.x86_64 5/37 2024-08-08T19:28:29.342 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-5695.gde50a7c9.el9. 6/37 2024-08-08T19:28:29.345 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-08-08T19:28:29.345 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-08-08T19:28:29.345 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-08-08T19:28:29.346 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-08-08T19:28:29.346 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-08-08T19:28:29.346 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-08-08T19:28:29.346 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-08-08T19:28:29.346 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-08-08T19:28:29.346 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-08-08T19:28:29.346 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-08-08T19:28:29.346 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-08-08T19:28:29.346 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-08-08T19:28:29.346 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-08-08T19:28:29.346 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-08-08T19:28:29.346 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-08-08T19:28:29.346 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-08-08T19:28:29.347 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-08-08T19:28:29.347 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-08-08T19:28:29.347 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-08-08T19:28:29.348 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-08-08T19:28:29.348 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-08-08T19:28:29.348 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-08-08T19:28:29.349 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-08-08T19:28:29.349 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-08-08T19:28:29.349 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-08-08T19:28:29.349 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-08-08T19:28:29.349 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-08-08T19:28:29.349 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-08-08T19:28:29.349 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 35/37 2024-08-08T19:28:29.349 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-08-08T19:28:30.334 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-08-08T19:28:30.334 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:30.334 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-08-08T19:28:30.334 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:28:30.334 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mds-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:28:30.334 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:28:30.334 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-modules-core-2:19.0.0-5695.gde50a7c9.el9.noarch 2024-08-08T19:28:30.334 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mon-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:28:30.335 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-osd-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:28:30.335 INFO:teuthology.orchestra.run.smithi130.stdout: lua-5.4.4-4.el9.x86_64 2024-08-08T19:28:30.335 INFO:teuthology.orchestra.run.smithi130.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-08-08T19:28:30.335 INFO:teuthology.orchestra.run.smithi130.stdout: luarocks-3.9.2-5.el9.noarch 2024-08-08T19:28:30.335 INFO:teuthology.orchestra.run.smithi130.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-08-08T19:28:30.335 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-08-08T19:28:30.335 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-08-08T19:28:30.335 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-08-08T19:28:30.335 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-08-08T19:28:30.335 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-08-08T19:28:30.335 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-08-08T19:28:30.335 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-08-08T19:28:30.336 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-08-08T19:28:30.336 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-08-08T19:28:30.336 INFO:teuthology.orchestra.run.smithi130.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-08-08T19:28:30.336 INFO:teuthology.orchestra.run.smithi130.stdout: python3-mako-1.1.4-6.el9.noarch 2024-08-08T19:28:30.336 INFO:teuthology.orchestra.run.smithi130.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-08-08T19:28:30.336 INFO:teuthology.orchestra.run.smithi130.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-08-08T19:28:30.336 INFO:teuthology.orchestra.run.smithi130.stdout: python3-packaging-20.9-5.el9.noarch 2024-08-08T19:28:30.336 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-08-08T19:28:30.336 INFO:teuthology.orchestra.run.smithi130.stdout: python3-ply-3.11-14.el9.noarch 2024-08-08T19:28:30.337 INFO:teuthology.orchestra.run.smithi130.stdout: python3-portend-3.1.0-2.el9.noarch 2024-08-08T19:28:30.337 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-08-08T19:28:30.337 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pycparser-2.20-6.el9.noarch 2024-08-08T19:28:30.337 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pytz-2021.1-5.el9.noarch 2024-08-08T19:28:30.337 INFO:teuthology.orchestra.run.smithi130.stdout: python3-requests-2.25.1-8.el9.noarch 2024-08-08T19:28:30.337 INFO:teuthology.orchestra.run.smithi130.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-08-08T19:28:30.337 INFO:teuthology.orchestra.run.smithi130.stdout: python3-toml-0.10.2-6.el9.noarch 2024-08-08T19:28:30.337 INFO:teuthology.orchestra.run.smithi130.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-08-08T19:28:30.337 INFO:teuthology.orchestra.run.smithi130.stdout: python3-webob-1.8.7-6.el9.noarch 2024-08-08T19:28:30.337 INFO:teuthology.orchestra.run.smithi130.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-08-08T19:28:30.337 INFO:teuthology.orchestra.run.smithi130.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-08-08T19:28:30.337 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:30.337 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-08-08T19:28:30.679 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-base 2024-08-08T19:28:31.235 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:00:52 ago on Thu 08 Aug 2024 07:27:39 PM UTC. 2024-08-08T19:28:31.321 INFO:teuthology.orchestra.run.smithi130.stdout:Package ceph-base-2:19.0.0-5695.gde50a7c9.el9.x86_64 is already installed. 2024-08-08T19:28:31.362 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-08-08T19:28:31.363 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-08-08T19:28:31.363 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-08-08T19:28:31.418 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install cephadm 2024-08-08T19:28:31.960 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:00:52 ago on Thu 08 Aug 2024 07:27:39 PM UTC. 2024-08-08T19:28:32.090 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-08-08T19:28:32.091 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:28:32.091 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-08-08T19:28:32.091 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:28:32.091 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-08-08T19:28:32.091 INFO:teuthology.orchestra.run.smithi130.stdout: cephadm noarch 2:19.0.0-5695.gde50a7c9.el9 ceph-noarch 773 k 2024-08-08T19:28:32.091 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:32.091 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-08-08T19:28:32.091 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:28:32.091 INFO:teuthology.orchestra.run.smithi130.stdout:Install 1 Package 2024-08-08T19:28:32.091 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:32.091 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 773 k 2024-08-08T19:28:32.091 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 779 k 2024-08-08T19:28:32.091 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-08-08T19:28:32.365 INFO:teuthology.orchestra.run.smithi130.stdout:cephadm-19.0.0-5695.gde50a7c9.el9.noarch.rpm 2.7 MB/s | 773 kB 00:00 2024-08-08T19:28:32.366 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:28:32.366 INFO:teuthology.orchestra.run.smithi130.stdout:Total 2.7 MB/s | 773 kB 00:00 2024-08-08T19:28:32.366 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-08-08T19:28:32.371 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-08-08T19:28:32.371 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-08-08T19:28:32.377 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-08-08T19:28:32.377 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-08-08T19:28:32.448 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-08-08T19:28:32.836 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: cephadm-2:19.0.0-5695.gde50a7c9.el9.noarch 1/1 2024-08-08T19:28:32.910 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : cephadm-2:19.0.0-5695.gde50a7c9.el9.noarch 1/1 2024-08-08T19:28:33.327 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: cephadm-2:19.0.0-5695.gde50a7c9.el9.noarch 1/1 2024-08-08T19:28:33.585 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : cephadm-2:19.0.0-5695.gde50a7c9.el9.noarch 1/1 2024-08-08T19:28:33.585 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:33.585 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-08-08T19:28:33.585 INFO:teuthology.orchestra.run.smithi130.stdout: cephadm-2:19.0.0-5695.gde50a7c9.el9.noarch 2024-08-08T19:28:33.585 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:33.586 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-08-08T19:28:33.793 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-immutable-object-cache 2024-08-08T19:28:34.352 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:00:55 ago on Thu 08 Aug 2024 07:27:39 PM UTC. 2024-08-08T19:28:34.482 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-08-08T19:28:34.483 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:28:34.483 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repo Size 2024-08-08T19:28:34.483 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:28:34.483 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-08-08T19:28:34.483 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 145 k 2024-08-08T19:28:34.483 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:34.484 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-08-08T19:28:34.484 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:28:34.484 INFO:teuthology.orchestra.run.smithi130.stdout:Install 1 Package 2024-08-08T19:28:34.484 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:34.484 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 145 k 2024-08-08T19:28:34.484 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 436 k 2024-08-08T19:28:34.484 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-08-08T19:28:34.695 INFO:teuthology.orchestra.run.smithi130.stdout:ceph-immutable-object-cache-19.0.0-5695.gde50a7 688 kB/s | 145 kB 00:00 2024-08-08T19:28:34.696 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:28:34.696 INFO:teuthology.orchestra.run.smithi130.stdout:Total 682 kB/s | 145 kB 00:00 2024-08-08T19:28:34.696 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-08-08T19:28:34.704 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-08-08T19:28:34.704 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-08-08T19:28:34.762 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-08-08T19:28:34.762 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-08-08T19:28:34.910 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-08-08T19:28:34.971 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-5695.gde50a7c9. 1/1 2024-08-08T19:28:34.996 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-5695.gde50a7c9. 1/1 2024-08-08T19:28:34.996 INFO:teuthology.orchestra.run.smithi130.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-08T19:28:34.996 INFO:teuthology.orchestra.run.smithi130.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-08-08T19:28:34.996 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:35.927 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-5695.gde50a7c9. 1/1 2024-08-08T19:28:35.927 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:35.927 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-08-08T19:28:35.927 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-immutable-object-cache-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:28:35.928 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:35.928 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-08-08T19:28:36.167 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-mgr 2024-08-08T19:28:36.721 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:00:57 ago on Thu 08 Aug 2024 07:27:39 PM UTC. 2024-08-08T19:28:36.809 INFO:teuthology.orchestra.run.smithi130.stdout:Package ceph-mgr-2:19.0.0-5695.gde50a7c9.el9.x86_64 is already installed. 2024-08-08T19:28:36.851 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-08-08T19:28:36.852 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-08-08T19:28:36.852 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-08-08T19:28:36.921 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-mgr-dashboard 2024-08-08T19:28:37.468 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:00:58 ago on Thu 08 Aug 2024 07:27:39 PM UTC. 2024-08-08T19:28:37.597 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-08-08T19:28:37.598 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:28:37.598 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-08-08T19:28:37.598 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:28:37.598 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-08-08T19:28:37.598 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-dashboard noarch 2:19.0.0-5695.gde50a7c9.el9 ceph-noarch 14 M 2024-08-08T19:28:37.599 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-08-08T19:28:37.599 INFO:teuthology.orchestra.run.smithi130.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-08-08T19:28:37.599 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-grafana-dashboards noarch 2:19.0.0-5695.gde50a7c9.el9 ceph-noarch 34 k 2024-08-08T19:28:37.599 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-prometheus-alerts noarch 2:19.0.0-5695.gde50a7c9.el9 ceph-noarch 16 k 2024-08-08T19:28:37.599 INFO:teuthology.orchestra.run.smithi130.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-08-08T19:28:37.599 INFO:teuthology.orchestra.run.smithi130.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-08-08T19:28:37.599 INFO:teuthology.orchestra.run.smithi130.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-08-08T19:28:37.599 INFO:teuthology.orchestra.run.smithi130.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-08-08T19:28:37.599 INFO:teuthology.orchestra.run.smithi130.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-08-08T19:28:37.599 INFO:teuthology.orchestra.run.smithi130.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-08-08T19:28:37.599 INFO:teuthology.orchestra.run.smithi130.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-08-08T19:28:37.599 INFO:teuthology.orchestra.run.smithi130.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-08-08T19:28:37.599 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:37.600 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-08-08T19:28:37.600 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:28:37.600 INFO:teuthology.orchestra.run.smithi130.stdout:Install 12 Packages 2024-08-08T19:28:37.600 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:37.600 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 19 M 2024-08-08T19:28:37.600 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 158 M 2024-08-08T19:28:37.600 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-08-08T19:28:38.547 INFO:teuthology.orchestra.run.smithi130.stdout:(1/12): ceph-prometheus-alerts-19.0.0-5695.gde5 84 kB/s | 16 kB 00:00 2024-08-08T19:28:38.572 INFO:teuthology.orchestra.run.smithi130.stdout:(2/12): ceph-grafana-dashboards-19.0.0-5695.gde 156 kB/s | 34 kB 00:00 2024-08-08T19:28:38.714 INFO:teuthology.orchestra.run.smithi130.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.9 MB/s | 269 kB 00:00 2024-08-08T19:28:38.764 INFO:teuthology.orchestra.run.smithi130.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.7 MB/s | 1.0 MB 00:00 2024-08-08T19:28:38.848 INFO:teuthology.orchestra.run.smithi130.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 6.4 MB/s | 548 kB 00:00 2024-08-08T19:28:38.873 INFO:teuthology.orchestra.run.smithi130.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 783 kB/s | 19 kB 00:00 2024-08-08T19:28:38.940 INFO:teuthology.orchestra.run.smithi130.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 31 MB/s | 2.0 MB 00:00 2024-08-08T19:28:38.966 INFO:teuthology.orchestra.run.smithi130.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 5.7 MB/s | 144 kB 00:00 2024-08-08T19:28:38.991 INFO:teuthology.orchestra.run.smithi130.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-08-08T19:28:39.133 INFO:teuthology.orchestra.run.smithi130.stdout:(10/12): ceph-mgr-dashboard-19.0.0-5695.gde50a7 18 MB/s | 14 MB 00:00 2024-08-08T19:28:39.158 INFO:teuthology.orchestra.run.smithi130.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.1 MB/s | 188 kB 00:00 2024-08-08T19:28:39.533 INFO:teuthology.orchestra.run.smithi130.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 1.0 MB/s | 863 kB 00:00 2024-08-08T19:28:39.537 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:28:39.537 INFO:teuthology.orchestra.run.smithi130.stdout:Total 9.9 MB/s | 19 MB 00:01 2024-08-08T19:28:39.587 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-08-08T19:28:39.605 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-08-08T19:28:39.605 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-08-08T19:28:39.852 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-08-08T19:28:39.853 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-08-08T19:28:40.459 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-08-08T19:28:40.550 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-08-08T19:28:40.594 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-08-08T19:28:40.640 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-08-08T19:28:40.788 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-08-08T19:28:40.883 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-08-08T19:28:41.014 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-08-08T19:28:41.099 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-08-08T19:28:41.158 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-08-08T19:28:41.187 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-08-08T19:28:41.219 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-5695.gde50a7c9.el9 10/12 2024-08-08T19:28:44.384 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-5695.gde50a7c9.el 11/12 2024-08-08T19:28:44.448 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-5695.gde50a7c9.el9.noa 12/12 2024-08-08T19:28:46.349 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-5695.gde50a7c9.el9.noa 12/12 2024-08-08T19:28:46.349 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-5695.gde50a7c9.el 1/12 2024-08-08T19:28:46.350 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-5695.gde50a7c9.el9.noa 2/12 2024-08-08T19:28:46.350 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-5695.gde50a7c9.el9 3/12 2024-08-08T19:28:46.350 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-08-08T19:28:46.350 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-08-08T19:28:46.350 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-08-08T19:28:46.350 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-08-08T19:28:46.350 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-08-08T19:28:46.350 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-08-08T19:28:46.350 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-08-08T19:28:46.350 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-08-08T19:28:46.667 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-08-08T19:28:46.667 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:46.667 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-08-08T19:28:46.667 INFO:teuthology.orchestra.run.smithi130.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-08-08T19:28:46.667 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-grafana-dashboards-2:19.0.0-5695.gde50a7c9.el9.noarch 2024-08-08T19:28:46.667 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-dashboard-2:19.0.0-5695.gde50a7c9.el9.noarch 2024-08-08T19:28:46.667 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-prometheus-alerts-2:19.0.0-5695.gde50a7c9.el9.noarch 2024-08-08T19:28:46.668 INFO:teuthology.orchestra.run.smithi130.stdout: grpc-data-1.46.7-10.el9.noarch 2024-08-08T19:28:46.668 INFO:teuthology.orchestra.run.smithi130.stdout: protobuf-3.14.0-13.el9.x86_64 2024-08-08T19:28:46.668 INFO:teuthology.orchestra.run.smithi130.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-08-08T19:28:46.668 INFO:teuthology.orchestra.run.smithi130.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-08-08T19:28:46.668 INFO:teuthology.orchestra.run.smithi130.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-08-08T19:28:46.668 INFO:teuthology.orchestra.run.smithi130.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-08-08T19:28:46.668 INFO:teuthology.orchestra.run.smithi130.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-08-08T19:28:46.668 INFO:teuthology.orchestra.run.smithi130.stdout: python3-routes-2.5.1-5.el9.noarch 2024-08-08T19:28:46.668 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:46.668 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-08-08T19:28:46.941 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-mgr-diskprediction-local 2024-08-08T19:28:47.501 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:08 ago on Thu 08 Aug 2024 07:27:39 PM UTC. 2024-08-08T19:28:47.640 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-08-08T19:28:47.641 INFO:teuthology.orchestra.run.smithi130.stdout:======================================================================================= 2024-08-08T19:28:47.641 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-08-08T19:28:47.641 INFO:teuthology.orchestra.run.smithi130.stdout:======================================================================================= 2024-08-08T19:28:47.641 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-08-08T19:28:47.641 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-5695.gde50a7c9.el9 ceph-noarch 7.4 M 2024-08-08T19:28:47.641 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-08-08T19:28:47.642 INFO:teuthology.orchestra.run.smithi130.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-08-08T19:28:47.642 INFO:teuthology.orchestra.run.smithi130.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-08-08T19:28:47.642 INFO:teuthology.orchestra.run.smithi130.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-08-08T19:28:47.642 INFO:teuthology.orchestra.run.smithi130.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-08-08T19:28:47.642 INFO:teuthology.orchestra.run.smithi130.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-08-08T19:28:47.642 INFO:teuthology.orchestra.run.smithi130.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-08-08T19:28:47.642 INFO:teuthology.orchestra.run.smithi130.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-08-08T19:28:47.642 INFO:teuthology.orchestra.run.smithi130.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-08-08T19:28:47.642 INFO:teuthology.orchestra.run.smithi130.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-08-08T19:28:47.642 INFO:teuthology.orchestra.run.smithi130.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-08-08T19:28:47.642 INFO:teuthology.orchestra.run.smithi130.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-08-08T19:28:47.642 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:47.643 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-08-08T19:28:47.643 INFO:teuthology.orchestra.run.smithi130.stdout:======================================================================================= 2024-08-08T19:28:47.643 INFO:teuthology.orchestra.run.smithi130.stdout:Install 12 Packages 2024-08-08T19:28:47.643 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:28:47.643 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 38 M 2024-08-08T19:28:47.643 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 209 M 2024-08-08T19:28:47.644 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-08-08T19:28:47.948 INFO:teuthology.orchestra.run.smithi130.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.5 MB/s | 195 kB 00:00 2024-08-08T19:28:48.006 INFO:teuthology.orchestra.run.smithi130.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.3 MB/s | 803 kB 00:00 2024-08-08T19:28:48.257 INFO:teuthology.orchestra.run.smithi130.stdout:(3/12): ceph-mgr-diskprediction-local-19.0.0-56 17 MB/s | 7.4 MB 00:00 2024-08-08T19:28:48.281 INFO:teuthology.orchestra.run.smithi130.stdout:(4/12): flexiblas-3.0.4-8.el9.x86_64.rpm 98 kB/s | 33 kB 00:00 2024-08-08T19:28:48.515 INFO:teuthology.orchestra.run.smithi130.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 70 kB/s | 18 kB 00:00 2024-08-08T19:28:48.716 INFO:teuthology.orchestra.run.smithi130.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 81 kB/s | 35 kB 00:00 2024-08-08T19:28:49.299 INFO:teuthology.orchestra.run.smithi130.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 418 kB/s | 244 kB 00:00 2024-08-08T19:28:49.541 INFO:teuthology.orchestra.run.smithi130.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 1.9 MB/s | 3.0 MB 00:01 2024-08-08T19:28:50.375 INFO:teuthology.orchestra.run.smithi130.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 301 kB/s | 250 kB 00:00 2024-08-08T19:28:50.608 INFO:teuthology.orchestra.run.smithi130.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 2.3 MB/s | 4.7 MB 00:02 2024-08-08T19:28:52.158 INFO:teuthology.orchestra.run.smithi130.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 1.8 MB/s | 5.1 MB 00:02 2024-08-08T19:28:54.192 INFO:teuthology.orchestra.run.smithi130.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 4.3 MB/s | 16 MB 00:03 2024-08-08T19:28:54.193 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:28:54.193 INFO:teuthology.orchestra.run.smithi130.stdout:Total 5.8 MB/s | 38 MB 00:06 2024-08-08T19:28:54.549 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-08-08T19:28:54.577 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-08-08T19:28:54.577 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-08-08T19:28:55.016 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-08-08T19:28:55.016 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-08-08T19:28:55.769 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-08-08T19:28:55.833 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-08-08T19:28:55.873 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-08-08T19:28:55.973 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-08-08T19:28:56.016 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-08-08T19:28:56.194 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-08-08T19:28:56.225 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-08-08T19:28:56.305 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-08-08T19:28:56.963 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-08-08T19:28:57.077 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-08-08T19:28:58.322 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-08-08T19:28:59.357 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-08-08T19:28:59.390 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-5695.gde50a 12/12 2024-08-08T19:29:01.862 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-5695.gde50a 12/12 2024-08-08T19:29:01.863 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-5695.gde50a 1/12 2024-08-08T19:29:01.863 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-08-08T19:29:01.863 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-08-08T19:29:01.863 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-08-08T19:29:01.863 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-08-08T19:29:01.863 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-08-08T19:29:01.863 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-08-08T19:29:01.863 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-08-08T19:29:01.863 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-08-08T19:29:01.863 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-08-08T19:29:01.863 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-08-08T19:29:02.291 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-08-08T19:29:02.292 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:02.292 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-08-08T19:29:02.292 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-diskprediction-local-2:19.0.0-5695.gde50a7c9.el9.noarch 2024-08-08T19:29:02.292 INFO:teuthology.orchestra.run.smithi130.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-08-08T19:29:02.292 INFO:teuthology.orchestra.run.smithi130.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-08-08T19:29:02.292 INFO:teuthology.orchestra.run.smithi130.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-08-08T19:29:02.292 INFO:teuthology.orchestra.run.smithi130.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-08-08T19:29:02.292 INFO:teuthology.orchestra.run.smithi130.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-08-08T19:29:02.292 INFO:teuthology.orchestra.run.smithi130.stdout: openblas-0.3.21-2.el9.x86_64 2024-08-08T19:29:02.292 INFO:teuthology.orchestra.run.smithi130.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-08-08T19:29:02.292 INFO:teuthology.orchestra.run.smithi130.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-08-08T19:29:02.293 INFO:teuthology.orchestra.run.smithi130.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-08-08T19:29:02.293 INFO:teuthology.orchestra.run.smithi130.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-08-08T19:29:02.293 INFO:teuthology.orchestra.run.smithi130.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-08-08T19:29:02.293 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:02.293 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-08-08T19:29:02.660 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-mgr-rook 2024-08-08T19:29:03.224 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:24 ago on Thu 08 Aug 2024 07:27:39 PM UTC. 2024-08-08T19:29:03.353 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-08-08T19:29:03.354 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:29:03.355 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-08-08T19:29:03.355 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:29:03.355 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-08-08T19:29:03.355 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-rook noarch 2:19.0.0-5695.gde50a7c9.el9 ceph-noarch 49 k 2024-08-08T19:29:03.355 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-08-08T19:29:03.355 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-08-08T19:29:03.355 INFO:teuthology.orchestra.run.smithi130.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-08-08T19:29:03.355 INFO:teuthology.orchestra.run.smithi130.stdout: python3-google-auth noarch 1:2.32.0-1.el9 epel 216 k 2024-08-08T19:29:03.355 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-08-08T19:29:03.355 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-08-08T19:29:03.355 INFO:teuthology.orchestra.run.smithi130.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-08-08T19:29:03.356 INFO:teuthology.orchestra.run.smithi130.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-08-08T19:29:03.356 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-08-08T19:29:03.356 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-08-08T19:29:03.356 INFO:teuthology.orchestra.run.smithi130.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-08-08T19:29:03.356 INFO:teuthology.orchestra.run.smithi130.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-08-08T19:29:03.356 INFO:teuthology.orchestra.run.smithi130.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-08-08T19:29:03.356 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:03.356 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-08-08T19:29:03.356 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:29:03.356 INFO:teuthology.orchestra.run.smithi130.stdout:Install 13 Packages 2024-08-08T19:29:03.356 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:03.357 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 2.2 M 2024-08-08T19:29:03.357 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 26 M 2024-08-08T19:29:03.357 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-08-08T19:29:03.907 INFO:teuthology.orchestra.run.smithi130.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 144 kB/s | 19 kB 00:00 2024-08-08T19:29:03.932 INFO:teuthology.orchestra.run.smithi130.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 162 kB/s | 26 kB 00:00 2024-08-08T19:29:03.957 INFO:teuthology.orchestra.run.smithi130.stdout:(3/13): ceph-mgr-rook-19.0.0-5695.gde50a7c9.el9 268 kB/s | 49 kB 00:00 2024-08-08T19:29:04.049 INFO:teuthology.orchestra.run.smithi130.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 159 kB 00:00 2024-08-08T19:29:04.074 INFO:teuthology.orchestra.run.smithi130.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.3 MB/s | 222 kB 00:00 2024-08-08T19:29:04.100 INFO:teuthology.orchestra.run.smithi130.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-08-08T19:29:04.184 INFO:teuthology.orchestra.run.smithi130.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.2 MB/s | 279 kB 00:00 2024-08-08T19:29:04.209 INFO:teuthology.orchestra.run.smithi130.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 240 kB/s | 32 kB 00:00 2024-08-08T19:29:04.259 INFO:teuthology.orchestra.run.smithi130.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 89 kB/s | 14 kB 00:00 2024-08-08T19:29:04.284 INFO:teuthology.orchestra.run.smithi130.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.5 MB/s | 59 kB 00:00 2024-08-08T19:29:04.309 INFO:teuthology.orchestra.run.smithi130.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 3.5 MB/s | 90 kB 00:00 2024-08-08T19:29:04.335 INFO:teuthology.orchestra.run.smithi130.stdout:(12/13): python3-google-auth-2.32.0-1.el9.noarc 1.4 MB/s | 216 kB 00:00 2024-08-08T19:29:04.368 INFO:teuthology.orchestra.run.smithi130.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.6 MB/s | 1.0 MB 00:00 2024-08-08T19:29:04.371 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:29:04.371 INFO:teuthology.orchestra.run.smithi130.stdout:Total 2.2 MB/s | 2.2 MB 00:01 2024-08-08T19:29:04.432 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-08-08T19:29:04.447 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-08-08T19:29:04.447 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-08-08T19:29:04.533 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-08-08T19:29:04.534 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-08-08T19:29:05.042 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-08-08T19:29:05.207 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-08-08T19:29:05.270 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-08-08T19:29:05.326 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-08-08T19:29:05.363 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-08-08T19:29:05.405 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-08-08T19:29:05.502 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-08-08T19:29:05.610 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-google-auth-1:2.32.0-1.el9.noarch 7/13 2024-08-08T19:29:05.664 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-08-08T19:29:06.375 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-08-08T19:29:06.428 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-08-08T19:29:06.478 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-08-08T19:29:06.527 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-08-08T19:29:06.549 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-mgr-rook-2:19.0.0-5695.gde50a7c9.el9.noarch 13/13 2024-08-08T19:29:07.371 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-5695.gde50a7c9.el9.noarch 13/13 2024-08-08T19:29:07.371 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-mgr-rook-2:19.0.0-5695.gde50a7c9.el9.noarch 1/13 2024-08-08T19:29:07.371 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-08-08T19:29:07.371 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-08-08T19:29:07.371 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-08-08T19:29:07.371 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-08-08T19:29:07.371 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-08-08T19:29:07.371 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-08-08T19:29:07.371 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-08-08T19:29:07.371 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-08-08T19:29:07.372 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-google-auth-1:2.32.0-1.el9.noarch 10/13 2024-08-08T19:29:07.372 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-08-08T19:29:07.372 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-08-08T19:29:07.696 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-08-08T19:29:07.697 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:07.697 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-08-08T19:29:07.697 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-rook-2:19.0.0-5695.gde50a7c9.el9.noarch 2024-08-08T19:29:07.697 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-08-08T19:29:07.697 INFO:teuthology.orchestra.run.smithi130.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-08-08T19:29:07.697 INFO:teuthology.orchestra.run.smithi130.stdout: python3-google-auth-1:2.32.0-1.el9.noarch 2024-08-08T19:29:07.697 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-08-08T19:29:07.697 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-08-08T19:29:07.697 INFO:teuthology.orchestra.run.smithi130.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-08-08T19:29:07.697 INFO:teuthology.orchestra.run.smithi130.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-08-08T19:29:07.697 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-08-08T19:29:07.697 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-08-08T19:29:07.698 INFO:teuthology.orchestra.run.smithi130.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-08-08T19:29:07.698 INFO:teuthology.orchestra.run.smithi130.stdout: python3-rsa-4.9-2.el9.noarch 2024-08-08T19:29:07.698 INFO:teuthology.orchestra.run.smithi130.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-08-08T19:29:07.698 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:07.698 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-08-08T19:29:07.957 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-mgr-cephadm 2024-08-08T19:29:08.503 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:29 ago on Thu 08 Aug 2024 07:27:39 PM UTC. 2024-08-08T19:29:08.631 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-08-08T19:29:08.632 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:29:08.632 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-08-08T19:29:08.632 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:29:08.632 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-08-08T19:29:08.632 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-cephadm noarch 2:19.0.0-5695.gde50a7c9.el9 ceph-noarch 150 k 2024-08-08T19:29:08.633 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-08-08T19:29:08.633 INFO:teuthology.orchestra.run.smithi130.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-08-08T19:29:08.633 INFO:teuthology.orchestra.run.smithi130.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-08-08T19:29:08.633 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-08-08T19:29:08.633 INFO:teuthology.orchestra.run.smithi130.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-08-08T19:29:08.633 INFO:teuthology.orchestra.run.smithi130.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-08-08T19:29:08.633 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:08.633 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-08-08T19:29:08.633 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:29:08.633 INFO:teuthology.orchestra.run.smithi130.stdout:Install 6 Packages 2024-08-08T19:29:08.633 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:08.634 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 7.0 M 2024-08-08T19:29:08.634 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 33 M 2024-08-08T19:29:08.634 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-08-08T19:29:09.065 INFO:teuthology.orchestra.run.smithi130.stdout:(1/6): ceph-mgr-cephadm-19.0.0-5695.gde50a7c9.e 667 kB/s | 150 kB 00:00 2024-08-08T19:29:09.190 INFO:teuthology.orchestra.run.smithi130.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 6.9 MB/s | 548 kB 00:00 2024-08-08T19:29:09.215 INFO:teuthology.orchestra.run.smithi130.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.4 MB/s | 58 kB 00:00 2024-08-08T19:29:09.241 INFO:teuthology.orchestra.run.smithi130.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 2.8 MB/s | 74 kB 00:00 2024-08-08T19:29:09.658 INFO:teuthology.orchestra.run.smithi130.stdout:(5/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 303 kB/s | 248 kB 00:00 2024-08-08T19:29:10.083 INFO:teuthology.orchestra.run.smithi130.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 4.8 MB/s | 6.0 MB 00:01 2024-08-08T19:29:10.086 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:29:10.086 INFO:teuthology.orchestra.run.smithi130.stdout:Total 4.8 MB/s | 7.0 MB 00:01 2024-08-08T19:29:10.156 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-08-08T19:29:10.167 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-08-08T19:29:10.168 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-08-08T19:29:10.265 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-08-08T19:29:10.266 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-08-08T19:29:10.592 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-08-08T19:29:10.780 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-08-08T19:29:10.834 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-08-08T19:29:11.348 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-08-08T19:29:11.431 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-08-08T19:29:11.497 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-08-08T19:29:11.524 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-5695.gde50a7c9.el9.noarch 6/6 2024-08-08T19:29:12.296 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-5695.gde50a7c9.el9.noarch 6/6 2024-08-08T19:29:12.297 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-5695.gde50a7c9.el9.noarch 1/6 2024-08-08T19:29:12.297 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-08-08T19:29:12.297 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-08-08T19:29:12.297 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-08-08T19:29:12.297 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-08-08T19:29:12.570 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-08-08T19:29:12.570 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:12.570 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-08-08T19:29:12.570 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-cephadm-2:19.0.0-5695.gde50a7c9.el9.noarch 2024-08-08T19:29:12.570 INFO:teuthology.orchestra.run.smithi130.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-08-08T19:29:12.570 INFO:teuthology.orchestra.run.smithi130.stdout: python3-babel-2.9.1-2.el9.noarch 2024-08-08T19:29:12.570 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-08-08T19:29:12.570 INFO:teuthology.orchestra.run.smithi130.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-08-08T19:29:12.570 INFO:teuthology.orchestra.run.smithi130.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-08-08T19:29:12.570 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:12.571 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-08-08T19:29:12.810 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-fuse 2024-08-08T19:29:13.359 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:34 ago on Thu 08 Aug 2024 07:27:39 PM UTC. 2024-08-08T19:29:13.487 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-08-08T19:29:13.487 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:29:13.488 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-08-08T19:29:13.488 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:29:13.488 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-08-08T19:29:13.488 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-fuse x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 900 k 2024-08-08T19:29:13.488 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-08-08T19:29:13.488 INFO:teuthology.orchestra.run.smithi130.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-08-08T19:29:13.488 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:13.488 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-08-08T19:29:13.488 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:29:13.488 INFO:teuthology.orchestra.run.smithi130.stdout:Install 2 Packages 2024-08-08T19:29:13.488 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:13.489 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 980 k 2024-08-08T19:29:13.489 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 2.9 M 2024-08-08T19:29:13.489 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-08-08T19:29:13.914 INFO:teuthology.orchestra.run.smithi130.stdout:(1/2): ceph-fuse-19.0.0-5695.gde50a7c9.el9.x86_ 2.8 MB/s | 900 kB 00:00 2024-08-08T19:29:14.089 INFO:teuthology.orchestra.run.smithi130.stdout:(2/2): fuse-2.9.9-16.el9.x86_64.rpm 164 kB/s | 80 kB 00:00 2024-08-08T19:29:14.090 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:29:14.091 INFO:teuthology.orchestra.run.smithi130.stdout:Total 1.6 MB/s | 980 kB 00:00 2024-08-08T19:29:14.102 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-08-08T19:29:14.124 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-08-08T19:29:14.124 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-08-08T19:29:14.202 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-08-08T19:29:14.203 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-08-08T19:29:14.395 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-08-08T19:29:14.533 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-08-08T19:29:14.596 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-fuse-2:19.0.0-5695.gde50a7c9.el9.x86_64 2/2 2024-08-08T19:29:15.252 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-fuse-2:19.0.0-5695.gde50a7c9.el9.x86_64 2/2 2024-08-08T19:29:15.252 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-fuse-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/2 2024-08-08T19:29:15.539 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-08-08T19:29:15.539 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:15.539 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-08-08T19:29:15.539 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-fuse-2:19.0.0-5695.gde50a7c9.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-08-08T19:29:15.539 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:15.540 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-08-08T19:29:15.810 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-volume 2024-08-08T19:29:16.373 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:37 ago on Thu 08 Aug 2024 07:27:39 PM UTC. 2024-08-08T19:29:16.510 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-08-08T19:29:16.510 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:29:16.510 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-08-08T19:29:16.510 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:29:16.511 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-08-08T19:29:16.511 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-volume noarch 2:19.0.0-5695.gde50a7c9.el9 ceph-noarch 285 k 2024-08-08T19:29:16.511 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:16.511 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-08-08T19:29:16.511 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:29:16.511 INFO:teuthology.orchestra.run.smithi130.stdout:Install 1 Package 2024-08-08T19:29:16.511 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:16.511 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 285 k 2024-08-08T19:29:16.511 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 1.3 M 2024-08-08T19:29:16.511 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-08-08T19:29:16.751 INFO:teuthology.orchestra.run.smithi130.stdout:ceph-volume-19.0.0-5695.gde50a7c9.el9.noarch.rp 1.2 MB/s | 285 kB 00:00 2024-08-08T19:29:16.752 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:29:16.752 INFO:teuthology.orchestra.run.smithi130.stdout:Total 1.1 MB/s | 285 kB 00:00 2024-08-08T19:29:16.752 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-08-08T19:29:16.760 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-08-08T19:29:16.761 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-08-08T19:29:16.790 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-08-08T19:29:16.791 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-08-08T19:29:17.016 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-08-08T19:29:17.086 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-volume-2:19.0.0-5695.gde50a7c9.el9.noarch 1/1 2024-08-08T19:29:17.102 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-volume-2:19.0.0-5695.gde50a7c9.el9.noarch 1/1 2024-08-08T19:29:17.102 INFO:teuthology.orchestra.run.smithi130.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-08T19:29:17.102 INFO:teuthology.orchestra.run.smithi130.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-08-08T19:29:17.102 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:18.129 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-volume-2:19.0.0-5695.gde50a7c9.el9.noarch 1/1 2024-08-08T19:29:18.130 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:18.130 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-08-08T19:29:18.130 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-volume-2:19.0.0-5695.gde50a7c9.el9.noarch 2024-08-08T19:29:18.130 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:18.130 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-08-08T19:29:18.454 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install librados-devel 2024-08-08T19:29:19.023 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:40 ago on Thu 08 Aug 2024 07:27:39 PM UTC. 2024-08-08T19:29:19.163 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-08-08T19:29:19.163 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:29:19.163 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repo Size 2024-08-08T19:29:19.163 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:29:19.163 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-08-08T19:29:19.163 INFO:teuthology.orchestra.run.smithi130.stdout: librados-devel x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 126 k 2024-08-08T19:29:19.163 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:19.163 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-08-08T19:29:19.164 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:29:19.164 INFO:teuthology.orchestra.run.smithi130.stdout:Install 1 Package 2024-08-08T19:29:19.164 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:19.164 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 126 k 2024-08-08T19:29:19.164 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 456 k 2024-08-08T19:29:19.164 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-08-08T19:29:19.367 INFO:teuthology.orchestra.run.smithi130.stdout:librados-devel-19.0.0-5695.gde50a7c9.el9.x86_64 622 kB/s | 126 kB 00:00 2024-08-08T19:29:19.368 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:29:19.368 INFO:teuthology.orchestra.run.smithi130.stdout:Total 616 kB/s | 126 kB 00:00 2024-08-08T19:29:19.369 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-08-08T19:29:19.375 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-08-08T19:29:19.375 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-08-08T19:29:19.442 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-08-08T19:29:19.442 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-08-08T19:29:19.599 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-08-08T19:29:19.709 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : librados-devel-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:29:20.169 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: librados-devel-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:29:20.444 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : librados-devel-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:29:20.445 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:20.445 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-08-08T19:29:20.445 INFO:teuthology.orchestra.run.smithi130.stdout: librados-devel-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:29:20.445 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:20.445 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-08-08T19:29:20.696 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install libcephfs2 2024-08-08T19:29:21.262 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:42 ago on Thu 08 Aug 2024 07:27:39 PM UTC. 2024-08-08T19:29:21.350 INFO:teuthology.orchestra.run.smithi130.stdout:Package libcephfs2-2:19.0.0-5695.gde50a7c9.el9.x86_64 is already installed. 2024-08-08T19:29:21.396 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-08-08T19:29:21.397 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-08-08T19:29:21.397 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-08-08T19:29:21.453 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install libcephfs-devel 2024-08-08T19:29:22.010 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:43 ago on Thu 08 Aug 2024 07:27:39 PM UTC. 2024-08-08T19:29:22.139 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-08-08T19:29:22.140 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:29:22.140 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repo Size 2024-08-08T19:29:22.140 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:29:22.140 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-08-08T19:29:22.140 INFO:teuthology.orchestra.run.smithi130.stdout: libcephfs-devel x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 32 k 2024-08-08T19:29:22.140 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:22.140 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-08-08T19:29:22.140 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:29:22.140 INFO:teuthology.orchestra.run.smithi130.stdout:Install 1 Package 2024-08-08T19:29:22.140 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:22.140 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 32 k 2024-08-08T19:29:22.140 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 142 k 2024-08-08T19:29:22.141 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-08-08T19:29:22.306 INFO:teuthology.orchestra.run.smithi130.stdout:libcephfs-devel-19.0.0-5695.gde50a7c9.el9.x86_6 192 kB/s | 32 kB 00:00 2024-08-08T19:29:22.307 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:29:22.307 INFO:teuthology.orchestra.run.smithi130.stdout:Total 190 kB/s | 32 kB 00:00 2024-08-08T19:29:22.307 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-08-08T19:29:22.310 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-08-08T19:29:22.311 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-08-08T19:29:22.333 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-08-08T19:29:22.333 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-08-08T19:29:22.415 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-08-08T19:29:22.520 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libcephfs-devel-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:29:22.904 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:29:23.126 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libcephfs-devel-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:29:23.127 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:23.127 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-08-08T19:29:23.127 INFO:teuthology.orchestra.run.smithi130.stdout: libcephfs-devel-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:29:23.127 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:23.127 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-08-08T19:29:23.304 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install librados2 2024-08-08T19:29:23.852 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:44 ago on Thu 08 Aug 2024 07:27:39 PM UTC. 2024-08-08T19:29:23.938 INFO:teuthology.orchestra.run.smithi130.stdout:Package librados2-2:19.0.0-5695.gde50a7c9.el9.x86_64 is already installed. 2024-08-08T19:29:23.982 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-08-08T19:29:23.983 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-08-08T19:29:23.983 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-08-08T19:29:24.046 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install librbd1 2024-08-08T19:29:24.594 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:45 ago on Thu 08 Aug 2024 07:27:39 PM UTC. 2024-08-08T19:29:24.680 INFO:teuthology.orchestra.run.smithi130.stdout:Package librbd1-2:19.0.0-5695.gde50a7c9.el9.x86_64 is already installed. 2024-08-08T19:29:24.723 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-08-08T19:29:24.724 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-08-08T19:29:24.724 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-08-08T19:29:24.788 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install python3-rados 2024-08-08T19:29:25.340 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:46 ago on Thu 08 Aug 2024 07:27:39 PM UTC. 2024-08-08T19:29:25.426 INFO:teuthology.orchestra.run.smithi130.stdout:Package python3-rados-2:19.0.0-5695.gde50a7c9.el9.x86_64 is already installed. 2024-08-08T19:29:25.468 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-08-08T19:29:25.469 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-08-08T19:29:25.469 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-08-08T19:29:25.529 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install python3-rgw 2024-08-08T19:29:26.078 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:47 ago on Thu 08 Aug 2024 07:27:39 PM UTC. 2024-08-08T19:29:26.163 INFO:teuthology.orchestra.run.smithi130.stdout:Package python3-rgw-2:19.0.0-5695.gde50a7c9.el9.x86_64 is already installed. 2024-08-08T19:29:26.206 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-08-08T19:29:26.206 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-08-08T19:29:26.207 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-08-08T19:29:26.273 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install python3-cephfs 2024-08-08T19:29:26.824 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:47 ago on Thu 08 Aug 2024 07:27:39 PM UTC. 2024-08-08T19:29:26.911 INFO:teuthology.orchestra.run.smithi130.stdout:Package python3-cephfs-2:19.0.0-5695.gde50a7c9.el9.x86_64 is already installed. 2024-08-08T19:29:26.953 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-08-08T19:29:26.954 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-08-08T19:29:26.954 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-08-08T19:29:27.021 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install python3-rbd 2024-08-08T19:29:27.570 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:48 ago on Thu 08 Aug 2024 07:27:39 PM UTC. 2024-08-08T19:29:27.656 INFO:teuthology.orchestra.run.smithi130.stdout:Package python3-rbd-2:19.0.0-5695.gde50a7c9.el9.x86_64 is already installed. 2024-08-08T19:29:27.698 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-08-08T19:29:27.699 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-08-08T19:29:27.699 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-08-08T19:29:27.755 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install rbd-fuse 2024-08-08T19:29:28.305 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:49 ago on Thu 08 Aug 2024 07:27:39 PM UTC. 2024-08-08T19:29:28.434 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-08-08T19:29:28.435 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:29:28.435 INFO:teuthology.orchestra.run.smithi130.stdout: Package Architecture Version Repository Size 2024-08-08T19:29:28.435 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:29:28.435 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-08-08T19:29:28.436 INFO:teuthology.orchestra.run.smithi130.stdout: rbd-fuse x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 85 k 2024-08-08T19:29:28.436 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:28.436 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-08-08T19:29:28.436 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:29:28.436 INFO:teuthology.orchestra.run.smithi130.stdout:Install 1 Package 2024-08-08T19:29:28.436 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:28.436 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 85 k 2024-08-08T19:29:28.436 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 231 k 2024-08-08T19:29:28.436 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-08-08T19:29:28.642 INFO:teuthology.orchestra.run.smithi130.stdout:rbd-fuse-19.0.0-5695.gde50a7c9.el9.x86_64.rpm 414 kB/s | 85 kB 00:00 2024-08-08T19:29:28.643 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:29:28.643 INFO:teuthology.orchestra.run.smithi130.stdout:Total 411 kB/s | 85 kB 00:00 2024-08-08T19:29:28.643 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-08-08T19:29:28.650 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-08-08T19:29:28.650 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-08-08T19:29:28.718 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-08-08T19:29:28.718 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-08-08T19:29:28.874 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-08-08T19:29:28.981 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : rbd-fuse-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:29:29.339 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: rbd-fuse-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:29:29.603 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : rbd-fuse-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:29:29.603 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:29.603 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-08-08T19:29:29.603 INFO:teuthology.orchestra.run.smithi130.stdout: rbd-fuse-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:29:29.603 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:29.603 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-08-08T19:29:29.864 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install rbd-mirror 2024-08-08T19:29:30.438 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:51 ago on Thu 08 Aug 2024 07:27:39 PM UTC. 2024-08-08T19:29:30.570 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-08-08T19:29:30.572 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:29:30.572 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repo Size 2024-08-08T19:29:30.572 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:29:30.572 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-08-08T19:29:30.572 INFO:teuthology.orchestra.run.smithi130.stdout: rbd-mirror x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 3.2 M 2024-08-08T19:29:30.572 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:30.572 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-08-08T19:29:30.572 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:29:30.572 INFO:teuthology.orchestra.run.smithi130.stdout:Install 1 Package 2024-08-08T19:29:30.572 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:30.572 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 3.2 M 2024-08-08T19:29:30.572 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 14 M 2024-08-08T19:29:30.573 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-08-08T19:29:30.936 INFO:teuthology.orchestra.run.smithi130.stdout:rbd-mirror-19.0.0-5695.gde50a7c9.el9.x86_64.rpm 8.7 MB/s | 3.2 MB 00:00 2024-08-08T19:29:30.936 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:29:30.937 INFO:teuthology.orchestra.run.smithi130.stdout:Total 8.7 MB/s | 3.2 MB 00:00 2024-08-08T19:29:30.937 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-08-08T19:29:30.946 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-08-08T19:29:30.946 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-08-08T19:29:31.028 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-08-08T19:29:31.029 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-08-08T19:29:31.473 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-08-08T19:29:31.529 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : rbd-mirror-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:29:31.553 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: rbd-mirror-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:29:31.553 INFO:teuthology.orchestra.run.smithi130.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-08-08T19:29:31.554 INFO:teuthology.orchestra.run.smithi130.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-08-08T19:29:31.554 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-08-08T19:29:31.554 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-08-08T19:29:31.554 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:32.609 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : rbd-mirror-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:29:32.609 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:32.609 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-08-08T19:29:32.609 INFO:teuthology.orchestra.run.smithi130.stdout: rbd-mirror-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:29:32.609 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:32.609 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-08-08T19:29:32.842 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install rbd-nbd 2024-08-08T19:29:33.409 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:54 ago on Thu 08 Aug 2024 07:27:39 PM UTC. 2024-08-08T19:29:33.542 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-08-08T19:29:33.543 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:29:33.543 INFO:teuthology.orchestra.run.smithi130.stdout: Package Architecture Version Repository Size 2024-08-08T19:29:33.543 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:29:33.543 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-08-08T19:29:33.543 INFO:teuthology.orchestra.run.smithi130.stdout: rbd-nbd x86_64 2:19.0.0-5695.gde50a7c9.el9 ceph 170 k 2024-08-08T19:29:33.543 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:33.543 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-08-08T19:29:33.544 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-08-08T19:29:33.544 INFO:teuthology.orchestra.run.smithi130.stdout:Install 1 Package 2024-08-08T19:29:33.544 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:33.544 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 170 k 2024-08-08T19:29:33.544 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 490 k 2024-08-08T19:29:33.544 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-08-08T19:29:33.772 INFO:teuthology.orchestra.run.smithi130.stdout:rbd-nbd-19.0.0-5695.gde50a7c9.el9.x86_64.rpm 744 kB/s | 170 kB 00:00 2024-08-08T19:29:33.773 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:29:33.773 INFO:teuthology.orchestra.run.smithi130.stdout:Total 739 kB/s | 170 kB 00:00 2024-08-08T19:29:33.773 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-08-08T19:29:33.781 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-08-08T19:29:33.781 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-08-08T19:29:33.846 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-08-08T19:29:33.846 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-08-08T19:29:33.996 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-08-08T19:29:34.103 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : rbd-nbd-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:29:34.541 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: rbd-nbd-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:29:34.787 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : rbd-nbd-2:19.0.0-5695.gde50a7c9.el9.x86_64 1/1 2024-08-08T19:29:34.787 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:34.787 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-08-08T19:29:34.787 INFO:teuthology.orchestra.run.smithi130.stdout: rbd-nbd-2:19.0.0-5695.gde50a7c9.el9.x86_64 2024-08-08T19:29:34.787 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-08-08T19:29:34.787 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-08-08T19:29:35.056 DEBUG:teuthology.parallel:result is None 2024-08-08T19:29:35.057 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=de50a7c969c464f1af48fc4fd9870c061342194a 2024-08-08T19:29:35.204 DEBUG:teuthology.orchestra.run.smithi067:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-08-08T19:29:35.231 INFO:teuthology.orchestra.run.smithi067.stdout:19.0.0-5695.gde50a7c9.el9 2024-08-08T19:29:35.232 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-5695.gde50a7c9.el9 2024-08-08T19:29:35.232 INFO:teuthology.task.install:The correct ceph version 19.0.0-5695.gde50a7c9 is installed. 2024-08-08T19:29:35.234 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=de50a7c969c464f1af48fc4fd9870c061342194a 2024-08-08T19:29:35.373 DEBUG:teuthology.orchestra.run.smithi079:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-08-08T19:29:35.399 INFO:teuthology.orchestra.run.smithi079.stdout:19.0.0-5695.gde50a7c9.el9 2024-08-08T19:29:35.399 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-5695.gde50a7c9.el9 2024-08-08T19:29:35.399 INFO:teuthology.task.install:The correct ceph version 19.0.0-5695.gde50a7c9 is installed. 2024-08-08T19:29:35.401 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=de50a7c969c464f1af48fc4fd9870c061342194a 2024-08-08T19:29:35.539 DEBUG:teuthology.orchestra.run.smithi130:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-08-08T19:29:35.561 INFO:teuthology.orchestra.run.smithi130.stdout:19.0.0-5695.gde50a7c9.el9 2024-08-08T19:29:35.561 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-5695.gde50a7c9.el9 2024-08-08T19:29:35.561 INFO:teuthology.task.install:The correct ceph version 19.0.0-5695.gde50a7c9 is installed. 2024-08-08T19:29:35.563 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-08-08T19:29:35.564 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-08-08T19:29:35.564 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-08-08T19:29:35.597 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-08-08T19:29:35.597 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-08-08T19:29:35.628 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-08-08T19:29:35.628 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-08-08T19:29:35.654 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-08-08T19:29:35.654 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-08-08T19:29:35.654 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/usr/bin/daemon-helper 2024-08-08T19:29:35.684 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-08-08T19:29:35.755 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-08-08T19:29:35.755 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/usr/bin/daemon-helper 2024-08-08T19:29:35.784 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-08-08T19:29:35.854 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-08-08T19:29:35.855 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/usr/bin/daemon-helper 2024-08-08T19:29:35.881 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-08-08T19:29:35.946 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-08-08T19:29:35.946 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-08-08T19:29:35.946 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/usr/bin/adjust-ulimits 2024-08-08T19:29:35.980 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-08-08T19:29:36.050 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-08-08T19:29:36.050 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/usr/bin/adjust-ulimits 2024-08-08T19:29:36.080 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-08-08T19:29:36.148 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-08-08T19:29:36.149 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/usr/bin/adjust-ulimits 2024-08-08T19:29:36.173 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-08-08T19:29:36.238 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-08-08T19:29:36.238 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-08-08T19:29:36.239 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/usr/bin/stdin-killer 2024-08-08T19:29:36.269 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-08-08T19:29:36.340 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-08-08T19:29:36.341 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/usr/bin/stdin-killer 2024-08-08T19:29:36.366 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-08-08T19:29:36.431 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-08-08T19:29:36.432 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/usr/bin/stdin-killer 2024-08-08T19:29:36.456 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-08-08T19:29:36.521 INFO:teuthology.run_tasks:Running task cephadm... 2024-08-08T19:29:36.616 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'POOL_APP_NOT_ENABLED', 'mon down', 'mons down', 'out of quorum', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': 'de50a7c969c464f1af48fc4fd9870c061342194a'} 2024-08-08T19:29:36.616 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a 2024-08-08T19:29:36.616 INFO:tasks.cephadm:Cluster fsid is 8c336abe-55bc-11ef-bccd-c7b262605968 2024-08-08T19:29:36.616 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-08-08T19:29:36.617 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.67', 'mon.b': '172.21.15.79', 'mon.c': '172.21.15.130'} 2024-08-08T19:29:36.617 INFO:tasks.cephadm:First mon is mon.a on smithi067 2024-08-08T19:29:36.617 INFO:tasks.cephadm:First mgr is a 2024-08-08T19:29:36.617 INFO:tasks.cephadm:Normalizing hostnames... 2024-08-08T19:29:36.617 DEBUG:teuthology.orchestra.run.smithi067:> sudo hostname $(hostname -s) 2024-08-08T19:29:36.649 DEBUG:teuthology.orchestra.run.smithi079:> sudo hostname $(hostname -s) 2024-08-08T19:29:36.674 DEBUG:teuthology.orchestra.run.smithi130:> sudo hostname $(hostname -s) 2024-08-08T19:29:36.699 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-08-08T19:29:36.699 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=de50a7c969c464f1af48fc4fd9870c061342194a 2024-08-08T19:29:36.842 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'de50a7c969c464f1af48fc4fd9870c061342194a', '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/81942/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-5695-gde50a7c9', 'node_name': '172.21.2.14+braggi14', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-5695.gde50a7c9'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-guits-main-2024-08-08-1205/de50a7c969c464f1af48fc4fd9870c061342194a/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-08-08 15:59:26.722819', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-main-2024-08-08-1205', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-guits-main-2024-08-08-1205/de50a7c969c464f1af48fc4fd9870c061342194a/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-08-08T19:29:36.979 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-guits-main-2024-08-08-1205, sha1 de50a7c969c464f1af48fc4fd9870c061342194a from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=de50a7c969c464f1af48fc4fd9870c061342194a 2024-08-08T19:29:36.980 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-08-08-1205/de50a7c969c464f1af48fc4fd9870c061342194a/centos/9/x86_64/flavors/default/cephadm 2024-08-08T19:29:36.980 INFO:tasks.cephadm:Downloading cephadm from url: https://4.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-08-08-1205/de50a7c969c464f1af48fc4fd9870c061342194a/centos/9/x86_64/flavors/default/cephadm 2024-08-08T19:29:36.980 DEBUG:teuthology.orchestra.run.smithi067:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-08-08-1205/de50a7c969c464f1af48fc4fd9870c061342194a/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-08-08T19:29:37.535 INFO:teuthology.orchestra.run.smithi067.stdout:-rw-r--r--. 1 ubuntu ubuntu 792038 Aug 8 19:29 /home/ubuntu/cephtest/cephadm 2024-08-08T19:29:37.535 DEBUG:teuthology.orchestra.run.smithi079:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-08-08-1205/de50a7c969c464f1af48fc4fd9870c061342194a/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-08-08T19:29:38.322 INFO:teuthology.orchestra.run.smithi079.stdout:-rw-r--r--. 1 ubuntu ubuntu 792038 Aug 8 19:29 /home/ubuntu/cephtest/cephadm 2024-08-08T19:29:38.323 DEBUG:teuthology.orchestra.run.smithi130:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-08-08-1205/de50a7c969c464f1af48fc4fd9870c061342194a/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-08-08T19:29:38.869 INFO:teuthology.orchestra.run.smithi130.stdout:-rw-r--r--. 1 ubuntu ubuntu 792038 Aug 8 19:29 /home/ubuntu/cephtest/cephadm 2024-08-08T19:29:38.869 DEBUG:teuthology.orchestra.run.smithi067:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-08-08T19:29:38.890 DEBUG:teuthology.orchestra.run.smithi079:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-08-08T19:29:38.909 DEBUG:teuthology.orchestra.run.smithi130:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-08-08T19:29:38.939 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a on all hosts... 2024-08-08T19:29:38.939 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a pull 2024-08-08T19:29:38.942 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a pull 2024-08-08T19:29:38.952 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a pull 2024-08-08T19:29:39.804 INFO:teuthology.orchestra.run.smithi079.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a... 2024-08-08T19:29:39.901 INFO:teuthology.orchestra.run.smithi067.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a... 2024-08-08T19:29:39.916 INFO:teuthology.orchestra.run.smithi130.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a... 2024-08-08T19:30:09.342 INFO:teuthology.orchestra.run.smithi130.stdout:{ 2024-08-08T19:30:09.343 INFO:teuthology.orchestra.run.smithi130.stdout: "ceph_version": "ceph version 19.0.0-5695-gde50a7c9 (de50a7c969c464f1af48fc4fd9870c061342194a) squid (dev)", 2024-08-08T19:30:09.343 INFO:teuthology.orchestra.run.smithi130.stdout: "image_id": "6864bdb868b5e93593b56f5e08e15fe57e3bad81e49b727c08f18284257cb732", 2024-08-08T19:30:09.343 INFO:teuthology.orchestra.run.smithi130.stdout: "repo_digests": [ 2024-08-08T19:30:09.343 INFO:teuthology.orchestra.run.smithi130.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:04d763af2f337abeec97afe550b84b00806002a07cad58be2606ead185773fc9" 2024-08-08T19:30:09.343 INFO:teuthology.orchestra.run.smithi130.stdout: ] 2024-08-08T19:30:09.343 INFO:teuthology.orchestra.run.smithi130.stdout:} 2024-08-08T19:30:17.388 INFO:teuthology.orchestra.run.smithi079.stdout:{ 2024-08-08T19:30:17.389 INFO:teuthology.orchestra.run.smithi079.stdout: "ceph_version": "ceph version 19.0.0-5695-gde50a7c9 (de50a7c969c464f1af48fc4fd9870c061342194a) squid (dev)", 2024-08-08T19:30:17.389 INFO:teuthology.orchestra.run.smithi079.stdout: "image_id": "6864bdb868b5e93593b56f5e08e15fe57e3bad81e49b727c08f18284257cb732", 2024-08-08T19:30:17.389 INFO:teuthology.orchestra.run.smithi079.stdout: "repo_digests": [ 2024-08-08T19:30:17.389 INFO:teuthology.orchestra.run.smithi079.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:04d763af2f337abeec97afe550b84b00806002a07cad58be2606ead185773fc9" 2024-08-08T19:30:17.389 INFO:teuthology.orchestra.run.smithi079.stdout: ] 2024-08-08T19:30:17.389 INFO:teuthology.orchestra.run.smithi079.stdout:} 2024-08-08T19:30:18.623 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-08-08T19:30:18.623 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph_version": "ceph version 19.0.0-5695-gde50a7c9 (de50a7c969c464f1af48fc4fd9870c061342194a) squid (dev)", 2024-08-08T19:30:18.623 INFO:teuthology.orchestra.run.smithi067.stdout: "image_id": "6864bdb868b5e93593b56f5e08e15fe57e3bad81e49b727c08f18284257cb732", 2024-08-08T19:30:18.623 INFO:teuthology.orchestra.run.smithi067.stdout: "repo_digests": [ 2024-08-08T19:30:18.623 INFO:teuthology.orchestra.run.smithi067.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:04d763af2f337abeec97afe550b84b00806002a07cad58be2606ead185773fc9" 2024-08-08T19:30:18.623 INFO:teuthology.orchestra.run.smithi067.stdout: ] 2024-08-08T19:30:18.623 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-08-08T19:30:18.651 DEBUG:teuthology.orchestra.run.smithi067:> sudo mkdir -p /etc/ceph 2024-08-08T19:30:18.707 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /etc/ceph 2024-08-08T19:30:18.740 DEBUG:teuthology.orchestra.run.smithi130:> sudo mkdir -p /etc/ceph 2024-08-08T19:30:18.774 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 777 /etc/ceph 2024-08-08T19:30:18.800 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 777 /etc/ceph 2024-08-08T19:30:18.828 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod 777 /etc/ceph 2024-08-08T19:30:18.855 INFO:tasks.cephadm:Writing seed config... 2024-08-08T19:30:18.857 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-08-08T19:30:18.857 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-08-08T19:30:18.857 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-08-08T19:30:18.857 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-08-08T19:30:18.858 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-08-08T19:30:18.858 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-08-08T19:30:18.858 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-08-08T19:30:18.858 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-08-08T19:30:18.858 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-08-08T19:30:18.859 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-08-08T19:30:18.859 DEBUG:teuthology.orchestra.run.smithi067:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-08-08T19:30:18.878 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 = 8c336abe-55bc-11ef-bccd-c7b262605968 mon election default strategy = 1 [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 = False [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-08-08T19:30:18.878 DEBUG:teuthology.orchestra.run.smithi067:mon.a> sudo journalctl -f -n 0 -u ceph-8c336abe-55bc-11ef-bccd-c7b262605968@mon.a.service 2024-08-08T19:30:18.920 DEBUG:teuthology.orchestra.run.smithi067:mgr.a> sudo journalctl -f -n 0 -u ceph-8c336abe-55bc-11ef-bccd-c7b262605968@mgr.a.service 2024-08-08T19:30:18.963 INFO:tasks.cephadm:Bootstrapping... 2024-08-08T19:30:18.964 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a -v bootstrap --fsid 8c336abe-55bc-11ef-bccd-c7b262605968 --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.67 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-08-08T19:30:19.179 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2024-08-08T19:30:19.179 INFO:teuthology.orchestra.run.smithi067.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a', '-v', 'bootstrap', '--fsid', '8c336abe-55bc-11ef-bccd-c7b262605968', '--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.67', '--skip-admin-label'] 2024-08-08T19:30:19.179 INFO:teuthology.orchestra.run.smithi067.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-08-08T19:30:19.179 INFO:teuthology.orchestra.run.smithi067.stdout:Verifying podman|docker is present... 2024-08-08T19:30:19.204 INFO:teuthology.orchestra.run.smithi067.stdout:/bin/podman: stdout 5.1.2 2024-08-08T19:30:19.205 INFO:teuthology.orchestra.run.smithi067.stdout:Verifying lvm2 is present... 2024-08-08T19:30:19.205 INFO:teuthology.orchestra.run.smithi067.stdout:Verifying time synchronization is in place... 2024-08-08T19:30:19.212 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-08-08T19:30:19.213 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-08-08T19:30:19.219 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-08-08T19:30:19.219 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout inactive 2024-08-08T19:30:19.226 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout enabled 2024-08-08T19:30:19.232 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout active 2024-08-08T19:30:19.232 INFO:teuthology.orchestra.run.smithi067.stdout:Unit chronyd.service is enabled and running 2024-08-08T19:30:19.232 INFO:teuthology.orchestra.run.smithi067.stdout:Repeating the final host check... 2024-08-08T19:30:19.256 INFO:teuthology.orchestra.run.smithi067.stdout:/bin/podman: stdout 5.1.2 2024-08-08T19:30:19.256 INFO:teuthology.orchestra.run.smithi067.stdout:podman (/bin/podman) version 5.1.2 is present 2024-08-08T19:30:19.256 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl is present 2024-08-08T19:30:19.256 INFO:teuthology.orchestra.run.smithi067.stdout:lvcreate is present 2024-08-08T19:30:19.263 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-08-08T19:30:19.263 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-08-08T19:30:19.269 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-08-08T19:30:19.269 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout inactive 2024-08-08T19:30:19.276 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout enabled 2024-08-08T19:30:19.283 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout active 2024-08-08T19:30:19.283 INFO:teuthology.orchestra.run.smithi067.stdout:Unit chronyd.service is enabled and running 2024-08-08T19:30:19.283 INFO:teuthology.orchestra.run.smithi067.stdout:Host looks OK 2024-08-08T19:30:19.283 INFO:teuthology.orchestra.run.smithi067.stdout:Cluster fsid: 8c336abe-55bc-11ef-bccd-c7b262605968 2024-08-08T19:30:19.283 INFO:teuthology.orchestra.run.smithi067.stdout:Acquiring lock 140114969779168 on /run/cephadm/8c336abe-55bc-11ef-bccd-c7b262605968.lock 2024-08-08T19:30:19.283 INFO:teuthology.orchestra.run.smithi067.stdout:Lock 140114969779168 acquired on /run/cephadm/8c336abe-55bc-11ef-bccd-c7b262605968.lock 2024-08-08T19:30:19.284 INFO:teuthology.orchestra.run.smithi067.stdout:Verifying IP 172.21.15.67 port 3300 ... 2024-08-08T19:30:19.284 INFO:teuthology.orchestra.run.smithi067.stdout:Verifying IP 172.21.15.67 port 6789 ... 2024-08-08T19:30:19.284 INFO:teuthology.orchestra.run.smithi067.stdout:Base mon IP(s) is [172.21.15.67:3300, 172.21.15.67:6789], mon addrv is [v2:172.21.15.67:3300,v1:172.21.15.67:6789] 2024-08-08T19:30:19.287 INFO:teuthology.orchestra.run.smithi067.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.67 metric 100 2024-08-08T19:30:19.287 INFO:teuthology.orchestra.run.smithi067.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.67 metric 100 2024-08-08T19:30:19.290 INFO:teuthology.orchestra.run.smithi067.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-08-08T19:30:19.290 INFO:teuthology.orchestra.run.smithi067.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-08-08T19:30:19.290 INFO:teuthology.orchestra.run.smithi067.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1797sec hoplimit 64 pref medium 2024-08-08T19:30:19.292 INFO:teuthology.orchestra.run.smithi067.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-08-08T19:30:19.292 INFO:teuthology.orchestra.run.smithi067.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-08-08T19:30:19.292 INFO:teuthology.orchestra.run.smithi067.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-08-08T19:30:19.292 INFO:teuthology.orchestra.run.smithi067.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-08-08T19:30:19.293 INFO:teuthology.orchestra.run.smithi067.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:feb6:fc0b/64 scope link 2024-08-08T19:30:19.293 INFO:teuthology.orchestra.run.smithi067.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-08-08T19:30:19.293 INFO:teuthology.orchestra.run.smithi067.stdout:Mon IP `172.21.15.67` is in CIDR network `172.21.0.0/20` 2024-08-08T19:30:19.293 INFO:teuthology.orchestra.run.smithi067.stdout:Mon IP `172.21.15.67` is in CIDR network `172.21.0.0/20` 2024-08-08T19:30:19.293 INFO:teuthology.orchestra.run.smithi067.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-08-08T19:30:19.294 INFO:teuthology.orchestra.run.smithi067.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-08-08T19:30:19.294 INFO:teuthology.orchestra.run.smithi067.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a... 2024-08-08T19:30:19.767 INFO:teuthology.orchestra.run.smithi067.stdout:/bin/podman: stdout 6864bdb868b5e93593b56f5e08e15fe57e3bad81e49b727c08f18284257cb732 2024-08-08T19:30:19.767 INFO:teuthology.orchestra.run.smithi067.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a... 2024-08-08T19:30:19.767 INFO:teuthology.orchestra.run.smithi067.stdout:/bin/podman: stderr Getting image source signatures 2024-08-08T19:30:19.767 INFO:teuthology.orchestra.run.smithi067.stdout:/bin/podman: stderr Copying blob sha256:cfadf0b77c49086b2a787b89e0571dcf4db3cebf9d74bd0b5fa48232226bada3 2024-08-08T19:30:19.767 INFO:teuthology.orchestra.run.smithi067.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-08-08T19:30:19.767 INFO:teuthology.orchestra.run.smithi067.stdout:/bin/podman: stderr Copying config sha256:6864bdb868b5e93593b56f5e08e15fe57e3bad81e49b727c08f18284257cb732 2024-08-08T19:30:19.767 INFO:teuthology.orchestra.run.smithi067.stdout:/bin/podman: stderr Writing manifest to image destination 2024-08-08T19:30:20.646 INFO:teuthology.orchestra.run.smithi067.stdout:ceph: stdout ceph version 19.0.0-5695-gde50a7c9 (de50a7c969c464f1af48fc4fd9870c061342194a) squid (dev) 2024-08-08T19:30:20.647 INFO:teuthology.orchestra.run.smithi067.stdout:Ceph version: ceph version 19.0.0-5695-gde50a7c9 (de50a7c969c464f1af48fc4fd9870c061342194a) squid (dev) 2024-08-08T19:30:20.647 INFO:teuthology.orchestra.run.smithi067.stdout:Extracting ceph user uid/gid from container image... 2024-08-08T19:30:21.610 INFO:teuthology.orchestra.run.smithi067.stdout:stat: stdout 167 167 2024-08-08T19:30:21.611 INFO:teuthology.orchestra.run.smithi067.stdout:Creating initial keys... 2024-08-08T19:30:22.526 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-authtool: stdout AQDNHLVmvQVLOBAAcA/CVwNW5+jqT3EobNSC9Q== 2024-08-08T19:30:23.439 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-authtool: stdout AQDOHLVmHzy0MxAANkZlJuPtv//9EdmQfzBZ3A== 2024-08-08T19:30:24.303 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-authtool: stdout AQDPHLVmN+qtLhAAaixgZ9Fwf+OEfbxXgVcQdg== 2024-08-08T19:30:24.304 INFO:teuthology.orchestra.run.smithi067.stdout:Creating initial monmap... 2024-08-08T19:30:25.193 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-08-08T19:30:25.193 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-08-08T19:30:25.194 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 8c336abe-55bc-11ef-bccd-c7b262605968 2024-08-08T19:30:25.194 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-08-08T19:30:25.194 INFO:teuthology.orchestra.run.smithi067.stdout:monmaptool for a [v2:172.21.15.67:3300,v1:172.21.15.67:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-08-08T19:30:25.194 INFO:teuthology.orchestra.run.smithi067.stdout:setting min_mon_release = quincy 2024-08-08T19:30:25.194 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/monmaptool: set fsid to 8c336abe-55bc-11ef-bccd-c7b262605968 2024-08-08T19:30:25.194 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-08-08T19:30:25.194 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:30:25.195 INFO:teuthology.orchestra.run.smithi067.stdout:Creating mon... 2024-08-08T19:30:26.078 INFO:teuthology.orchestra.run.smithi067.stdout:create mon.a on 2024-08-08T19:30:26.286 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-08-08T19:30:26.440 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-08-08T19:30:26.623 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-8c336abe-55bc-11ef-bccd-c7b262605968.target → /etc/systemd/system/ceph-8c336abe-55bc-11ef-bccd-c7b262605968.target. 2024-08-08T19:30:26.623 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-8c336abe-55bc-11ef-bccd-c7b262605968.target → /etc/systemd/system/ceph-8c336abe-55bc-11ef-bccd-c7b262605968.target. 2024-08-08T19:30:26.879 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-8c336abe-55bc-11ef-bccd-c7b262605968@mon.a 2024-08-08T19:30:26.879 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Failed to reset failed state of unit ceph-8c336abe-55bc-11ef-bccd-c7b262605968@mon.a.service: Unit ceph-8c336abe-55bc-11ef-bccd-c7b262605968@mon.a.service not loaded. 2024-08-08T19:30:27.050 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-8c336abe-55bc-11ef-bccd-c7b262605968.target.wants/ceph-8c336abe-55bc-11ef-bccd-c7b262605968@mon.a.service → /etc/systemd/system/ceph-8c336abe-55bc-11ef-bccd-c7b262605968@.service. 2024-08-08T19:30:27.587 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-08-08T19:30:27.587 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout disabled 2024-08-08T19:30:27.597 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-08-08T19:30:27.597 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout inactive 2024-08-08T19:30:27.597 INFO:teuthology.orchestra.run.smithi067.stdout:firewalld.service is not enabled 2024-08-08T19:30:27.597 INFO:teuthology.orchestra.run.smithi067.stdout:Not possible to enable service . firewalld.service is not available 2024-08-08T19:30:27.597 INFO:teuthology.orchestra.run.smithi067.stdout:Waiting for mon to start... 2024-08-08T19:30:27.597 INFO:teuthology.orchestra.run.smithi067.stdout:Waiting for mon... 2024-08-08T19:30:28.599 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:28 smithi067 ceph-mon[30765]: from='client.? 172.21.15.67:0/1436483660' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-08-08T19:30:28.601 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout cluster: 2024-08-08T19:30:28.603 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout id: 8c336abe-55bc-11ef-bccd-c7b262605968 2024-08-08T19:30:28.603 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-08-08T19:30:28.603 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-08-08T19:30:28.603 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout services: 2024-08-08T19:30:28.603 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.542743s) 2024-08-08T19:30:28.603 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-08-08T19:30:28.603 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-08-08T19:30:28.603 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-08-08T19:30:28.603 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout data: 2024-08-08T19:30:28.603 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-08-08T19:30:28.603 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-08-08T19:30:28.604 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-08-08T19:30:28.604 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout pgs: 2024-08-08T19:30:28.604 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-08-08T19:30:28.604 INFO:teuthology.orchestra.run.smithi067.stdout:mon is available 2024-08-08T19:30:28.604 INFO:teuthology.orchestra.run.smithi067.stdout:Assimilating anything we can from ceph.conf... 2024-08-08T19:30:29.651 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-08-08T19:30:29.651 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout [global] 2024-08-08T19:30:29.651 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout fsid = 8c336abe-55bc-11ef-bccd-c7b262605968 2024-08-08T19:30:29.651 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-08-08T19:30:29.651 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.67:3300,v1:172.21.15.67:6789] 2024-08-08T19:30:29.651 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-08-08T19:30:29.651 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-08-08T19:30:29.651 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-08-08T19:30:29.652 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-08-08T19:30:29.652 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-08-08T19:30:29.652 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout [mgr] 2024-08-08T19:30:29.652 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-08-08T19:30:29.652 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-08-08T19:30:29.652 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-08-08T19:30:29.652 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout [osd] 2024-08-08T19:30:29.652 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-08-08T19:30:29.652 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-08-08T19:30:29.652 INFO:teuthology.orchestra.run.smithi067.stdout:Generating new minimal ceph.conf... 2024-08-08T19:30:29.851 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:29 smithi067 ceph-mon[30765]: from='client.? 172.21.15.67:0/3567896089' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-08-08T19:30:29.851 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:29 smithi067 ceph-mon[30765]: from='client.? 172.21.15.67:0/3567896089' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-08-08T19:30:30.681 INFO:teuthology.orchestra.run.smithi067.stdout:Restarting the monitor... 2024-08-08T19:30:30.931 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:30 smithi067 ceph-mon[30765]: from='client.? 172.21.15.67:0/3717496827' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-08-08T19:30:30.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:30 smithi067 systemd[1]: Stopping Ceph mon.a for 8c336abe-55bc-11ef-bccd-c7b262605968... 2024-08-08T19:30:31.228 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:30 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mon-a[30757]: 2024-08-08T19:30:30.972+0000 7ff9b73f9640 -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-08-08T19:30:31.229 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:30 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mon-a[30757]: 2024-08-08T19:30:30.972+0000 7ff9b73f9640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-08-08T19:30:31.530 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:31 smithi067 podman[31019]: 2024-08-08 19:30:31.228125043 +0000 UTC m=+0.368856513 container died c1a53bac4ede0e4f42b60bb08c85d4c48b47ac410148bcb2d28f76fa4cebcb75 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a, name=ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mon-a, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, GIT_CLEAN=True, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-08-08-1205-de50a7c, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux ) 2024-08-08T19:30:31.531 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:31 smithi067 podman[31019]: 2024-08-08 19:30:31.530140981 +0000 UTC m=+0.670872453 container cleanup c1a53bac4ede0e4f42b60bb08c85d4c48b47ac410148bcb2d28f76fa4cebcb75 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a, name=ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mon-a, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-08-08-1205-de50a7c, io.buildah.version=1.36.0, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-08-08T19:30:31.839 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:31 smithi067 bash[31019]: ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mon-a 2024-08-08T19:30:31.839 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:31 smithi067 podman[31031]: 2024-08-08 19:30:31.722721854 +0000 UTC m=+0.492666403 container remove c1a53bac4ede0e4f42b60bb08c85d4c48b47ac410148bcb2d28f76fa4cebcb75 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a, name=ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mon-a, RELEASE=wip-guits-main-2024-08-08-1205-de50a7c, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, ceph=True, io.buildah.version=1.36.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-08-08T19:30:32.171 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:31 smithi067 systemd[1]: ceph-8c336abe-55bc-11ef-bccd-c7b262605968@mon.a.service: Deactivated successfully. 2024-08-08T19:30:32.171 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:31 smithi067 systemd[1]: Stopped Ceph mon.a for 8c336abe-55bc-11ef-bccd-c7b262605968. 2024-08-08T19:30:32.171 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:31 smithi067 systemd[1]: Starting Ceph mon.a for 8c336abe-55bc-11ef-bccd-c7b262605968... 2024-08-08T19:30:32.171 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 podman[31125]: 2024-08-08 19:30:32.06525934 +0000 UTC m=+0.106145877 container create 0bdf85fb01f8e38728136d14d604bae8ca0413d4cb7da4c30911c740b6f3f633 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a, name=ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mon-a, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.36.0, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-08-08-1205-de50a7c) 2024-08-08T19:30:32.172 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 podman[31125]: 2024-08-08 19:30:31.976828319 +0000 UTC m=+0.017714872 image pull 6864bdb868b5e93593b56f5e08e15fe57e3bad81e49b727c08f18284257cb732 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a 2024-08-08T19:30:32.330 INFO:teuthology.orchestra.run.smithi067.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-08-08T19:30:32.572 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 podman[31125]: 2024-08-08 19:30:32.267514955 +0000 UTC m=+0.308401511 container init 0bdf85fb01f8e38728136d14d604bae8ca0413d4cb7da4c30911c740b6f3f633 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a, name=ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, ceph=True, RELEASE=wip-guits-main-2024-08-08-1205-de50a7c, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True) 2024-08-08T19:30:32.572 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 podman[31125]: 2024-08-08 19:30:32.270729713 +0000 UTC m=+0.311616254 container start 0bdf85fb01f8e38728136d14d604bae8ca0413d4cb7da4c30911c740b6f3f633 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a, name=ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, RELEASE=wip-guits-main-2024-08-08-1205-de50a7c, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-08-08T19:30:32.573 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: set uid:gid to 167:167 (ceph:ceph) 2024-08-08T19:30:32.573 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: ceph version 19.0.0-5695-gde50a7c9 (de50a7c969c464f1af48fc4fd9870c061342194a) squid (dev), process ceph-mon, pid 2 2024-08-08T19:30:32.573 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: pidfile_write: ignore empty --pid-file 2024-08-08T19:30:32.573 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: load: jerasure load: lrc 2024-08-08T19:30:32.573 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: RocksDB version: 7.9.2 2024-08-08T19:30:32.573 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Git sha 0 2024-08-08T19:30:32.573 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Compile date 2024-08-08 13:38:01 2024-08-08T19:30:32.573 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: DB SUMMARY 2024-08-08T19:30:32.573 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: DB Session ID: 5AN1HSXR3FAT0M03MBJE 2024-08-08T19:30:32.573 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: CURRENT file: CURRENT 2024-08-08T19:30:32.573 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: IDENTITY file: IDENTITY 2024-08-08T19:30:32.574 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-08-08T19:30:32.574 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-08-08T19:30:32.574 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88561 ; 2024-08-08T19:30:32.574 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.error_if_exists: 0 2024-08-08T19:30:32.574 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.create_if_missing: 0 2024-08-08T19:30:32.574 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.paranoid_checks: 1 2024-08-08T19:30:32.574 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.flush_verify_memtable_count: 1 2024-08-08T19:30:32.574 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-08-08T19:30:32.574 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-08-08T19:30:32.574 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.env: 0x556327ed3be0 2024-08-08T19:30:32.574 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.fs: PosixFileSystem 2024-08-08T19:30:32.574 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.info_log: 0x556329755620 2024-08-08T19:30:32.575 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.max_file_opening_threads: 16 2024-08-08T19:30:32.576 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.statistics: (nil) 2024-08-08T19:30:32.576 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.use_fsync: 0 2024-08-08T19:30:32.576 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.max_log_file_size: 0 2024-08-08T19:30:32.576 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-08-08T19:30:32.576 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.log_file_time_to_roll: 0 2024-08-08T19:30:32.577 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.keep_log_file_num: 1000 2024-08-08T19:30:32.577 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.recycle_log_file_num: 0 2024-08-08T19:30:32.577 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.allow_fallocate: 1 2024-08-08T19:30:32.577 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.allow_mmap_reads: 0 2024-08-08T19:30:32.577 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.allow_mmap_writes: 0 2024-08-08T19:30:32.577 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.use_direct_reads: 0 2024-08-08T19:30:32.577 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-08-08T19:30:32.577 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.create_missing_column_families: 0 2024-08-08T19:30:32.577 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.db_log_dir: 2024-08-08T19:30:32.577 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.wal_dir: 2024-08-08T19:30:32.577 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.table_cache_numshardbits: 6 2024-08-08T19:30:32.577 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.WAL_ttl_seconds: 0 2024-08-08T19:30:32.578 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.WAL_size_limit_MB: 0 2024-08-08T19:30:32.578 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-08-08T19:30:32.578 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-08-08T19:30:32.578 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.is_fd_close_on_exec: 1 2024-08-08T19:30:32.578 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.advise_random_on_open: 1 2024-08-08T19:30:32.578 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.db_write_buffer_size: 0 2024-08-08T19:30:32.578 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.write_buffer_manager: 0x556329758e60 2024-08-08T19:30:32.578 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-08-08T19:30:32.578 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-08-08T19:30:32.579 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.use_adaptive_mutex: 0 2024-08-08T19:30:32.579 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.rate_limiter: (nil) 2024-08-08T19:30:32.579 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-08-08T19:30:32.579 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.wal_recovery_mode: 2 2024-08-08T19:30:32.579 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.enable_thread_tracking: 0 2024-08-08T19:30:32.579 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.enable_pipelined_write: 0 2024-08-08T19:30:32.579 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.unordered_write: 0 2024-08-08T19:30:32.579 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-08-08T19:30:32.579 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-08-08T19:30:32.579 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-08-08T19:30:32.579 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-08-08T19:30:32.580 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.row_cache: None 2024-08-08T19:30:32.580 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.wal_filter: None 2024-08-08T19:30:32.580 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-08-08T19:30:32.580 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.allow_ingest_behind: 0 2024-08-08T19:30:32.580 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.two_write_queues: 0 2024-08-08T19:30:32.580 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.manual_wal_flush: 0 2024-08-08T19:30:32.580 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.wal_compression: 0 2024-08-08T19:30:32.580 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.atomic_flush: 0 2024-08-08T19:30:32.580 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-08-08T19:30:32.580 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.persist_stats_to_disk: 0 2024-08-08T19:30:32.580 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.write_dbid_to_manifest: 0 2024-08-08T19:30:32.580 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.log_readahead_size: 0 2024-08-08T19:30:32.580 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-08-08T19:30:32.581 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.best_efforts_recovery: 0 2024-08-08T19:30:32.581 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-08-08T19:30:32.581 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-08-08T19:30:32.581 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.allow_data_in_errors: 0 2024-08-08T19:30:32.581 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.db_host_id: __hostname__ 2024-08-08T19:30:32.581 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.enforce_single_del_contracts: true 2024-08-08T19:30:32.581 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.max_background_jobs: 2 2024-08-08T19:30:32.581 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.max_background_compactions: -1 2024-08-08T19:30:32.581 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.max_subcompactions: 1 2024-08-08T19:30:32.581 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-08-08T19:30:32.581 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-08-08T19:30:32.582 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.delayed_write_rate : 16777216 2024-08-08T19:30:32.582 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.max_total_wal_size: 0 2024-08-08T19:30:32.582 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-08-08T19:30:32.582 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.stats_dump_period_sec: 600 2024-08-08T19:30:32.582 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.stats_persist_period_sec: 600 2024-08-08T19:30:32.582 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-08-08T19:30:32.582 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.max_open_files: -1 2024-08-08T19:30:32.582 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.bytes_per_sync: 0 2024-08-08T19:30:32.582 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.wal_bytes_per_sync: 0 2024-08-08T19:30:32.582 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.strict_bytes_per_sync: 0 2024-08-08T19:30:32.582 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.compaction_readahead_size: 0 2024-08-08T19:30:32.582 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.max_background_flushes: -1 2024-08-08T19:30:32.582 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Compression algorithms supported: 2024-08-08T19:30:32.582 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: kZSTD supported: 0 2024-08-08T19:30:32.583 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: kXpressCompression supported: 0 2024-08-08T19:30:32.583 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: kBZip2Compression supported: 0 2024-08-08T19:30:32.583 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-08-08T19:30:32.583 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: kLZ4Compression supported: 1 2024-08-08T19:30:32.583 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: kZlibCompression supported: 1 2024-08-08T19:30:32.583 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: kLZ4HCCompression supported: 1 2024-08-08T19:30:32.583 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: kSnappyCompression supported: 1 2024-08-08T19:30:32.583 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Fast CRC32 supported: Supported on x86 2024-08-08T19:30:32.583 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: DMutex implementation: pthread_mutex_t 2024-08-08T19:30:32.583 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-08-08T19:30:32.583 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-08-08T19:30:32.583 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-08-08T19:30:32.583 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.merge_operator: 2024-08-08T19:30:32.584 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.compaction_filter: None 2024-08-08T19:30:32.584 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.compaction_filter_factory: None 2024-08-08T19:30:32.584 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.sst_partitioner_factory: None 2024-08-08T19:30:32.584 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.memtable_factory: SkipListFactory 2024-08-08T19:30:32.584 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.table_factory: BlockBasedTable 2024-08-08T19:30:32.584 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556329755240) 2024-08-08T19:30:32.584 INFO:journalctl@ceph.mon.a.smithi067.stdout: cache_index_and_filter_blocks: 1 2024-08-08T19:30:32.584 INFO:journalctl@ceph.mon.a.smithi067.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-08-08T19:30:32.584 INFO:journalctl@ceph.mon.a.smithi067.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-08-08T19:30:32.585 INFO:journalctl@ceph.mon.a.smithi067.stdout: pin_top_level_index_and_filter: 1 2024-08-08T19:30:32.585 INFO:journalctl@ceph.mon.a.smithi067.stdout: index_type: 0 2024-08-08T19:30:32.585 INFO:journalctl@ceph.mon.a.smithi067.stdout: data_block_index_type: 0 2024-08-08T19:30:32.585 INFO:journalctl@ceph.mon.a.smithi067.stdout: index_shortening: 1 2024-08-08T19:30:32.585 INFO:journalctl@ceph.mon.a.smithi067.stdout: data_block_hash_table_util_ratio: 0.750000 2024-08-08T19:30:32.585 INFO:journalctl@ceph.mon.a.smithi067.stdout: checksum: 4 2024-08-08T19:30:32.585 INFO:journalctl@ceph.mon.a.smithi067.stdout: no_block_cache: 0 2024-08-08T19:30:32.585 INFO:journalctl@ceph.mon.a.smithi067.stdout: block_cache: 0x556329749610 2024-08-08T19:30:32.585 INFO:journalctl@ceph.mon.a.smithi067.stdout: block_cache_name: BinnedLRUCache 2024-08-08T19:30:32.585 INFO:journalctl@ceph.mon.a.smithi067.stdout: block_cache_options: 2024-08-08T19:30:32.585 INFO:journalctl@ceph.mon.a.smithi067.stdout: capacity : 536870912 2024-08-08T19:30:32.585 INFO:journalctl@ceph.mon.a.smithi067.stdout: num_shard_bits : 4 2024-08-08T19:30:32.585 INFO:journalctl@ceph.mon.a.smithi067.stdout: strict_capacity_limit : 0 2024-08-08T19:30:32.586 INFO:journalctl@ceph.mon.a.smithi067.stdout: high_pri_pool_ratio: 0.000 2024-08-08T19:30:32.586 INFO:journalctl@ceph.mon.a.smithi067.stdout: block_cache_compressed: (nil) 2024-08-08T19:30:32.586 INFO:journalctl@ceph.mon.a.smithi067.stdout: persistent_cache: (nil) 2024-08-08T19:30:32.586 INFO:journalctl@ceph.mon.a.smithi067.stdout: block_size: 4096 2024-08-08T19:30:32.586 INFO:journalctl@ceph.mon.a.smithi067.stdout: block_size_deviation: 10 2024-08-08T19:30:32.586 INFO:journalctl@ceph.mon.a.smithi067.stdout: block_restart_interval: 16 2024-08-08T19:30:32.586 INFO:journalctl@ceph.mon.a.smithi067.stdout: index_block_restart_interval: 1 2024-08-08T19:30:32.586 INFO:journalctl@ceph.mon.a.smithi067.stdout: metadata_block_size: 4096 2024-08-08T19:30:32.586 INFO:journalctl@ceph.mon.a.smithi067.stdout: partition_filters: 0 2024-08-08T19:30:32.586 INFO:journalctl@ceph.mon.a.smithi067.stdout: use_delta_encoding: 1 2024-08-08T19:30:32.586 INFO:journalctl@ceph.mon.a.smithi067.stdout: filter_policy: bloomfilter 2024-08-08T19:30:32.586 INFO:journalctl@ceph.mon.a.smithi067.stdout: whole_key_filtering: 1 2024-08-08T19:30:32.587 INFO:journalctl@ceph.mon.a.smithi067.stdout: verify_compression: 0 2024-08-08T19:30:32.587 INFO:journalctl@ceph.mon.a.smithi067.stdout: read_amp_bytes_per_bit: 0 2024-08-08T19:30:32.587 INFO:journalctl@ceph.mon.a.smithi067.stdout: format_version: 5 2024-08-08T19:30:32.587 INFO:journalctl@ceph.mon.a.smithi067.stdout: enable_index_compression: 1 2024-08-08T19:30:32.587 INFO:journalctl@ceph.mon.a.smithi067.stdout: block_align: 0 2024-08-08T19:30:32.588 INFO:journalctl@ceph.mon.a.smithi067.stdout: max_auto_readahead_size: 262144 2024-08-08T19:30:32.588 INFO:journalctl@ceph.mon.a.smithi067.stdout: prepopulate_block_cache: 0 2024-08-08T19:30:32.588 INFO:journalctl@ceph.mon.a.smithi067.stdout: initial_auto_readahead_size: 8192 2024-08-08T19:30:32.588 INFO:journalctl@ceph.mon.a.smithi067.stdout: num_file_reads_for_auto_readahead: 2 2024-08-08T19:30:32.588 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.write_buffer_size: 33554432 2024-08-08T19:30:32.588 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.max_write_buffer_number: 2 2024-08-08T19:30:32.588 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.compression: NoCompression 2024-08-08T19:30:32.588 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.bottommost_compression: Disabled 2024-08-08T19:30:32.588 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.prefix_extractor: nullptr 2024-08-08T19:30:32.588 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-08-08T19:30:32.588 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.num_levels: 7 2024-08-08T19:30:32.588 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-08-08T19:30:32.589 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-08-08T19:30:32.589 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-08-08T19:30:32.589 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-08-08T19:30:32.589 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-08-08T19:30:32.589 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-08-08T19:30:32.589 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-08-08T19:30:32.589 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-08-08T19:30:32.589 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-08-08T19:30:32.589 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-08-08T19:30:32.589 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-08-08T19:30:32.590 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-08-08T19:30:32.590 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.compression_opts.window_bits: -14 2024-08-08T19:30:32.590 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.compression_opts.level: 32767 2024-08-08T19:30:32.590 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.compression_opts.strategy: 0 2024-08-08T19:30:32.590 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-08-08T19:30:32.590 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-08-08T19:30:32.590 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-08-08T19:30:32.590 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-08-08T19:30:32.590 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.compression_opts.enabled: false 2024-08-08T19:30:32.590 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-08-08T19:30:32.590 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-08-08T19:30:32.590 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-08-08T19:30:32.590 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-08-08T19:30:32.591 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.target_file_size_base: 67108864 2024-08-08T19:30:32.591 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.target_file_size_multiplier: 1 2024-08-08T19:30:32.591 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-08-08T19:30:32.591 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-08-08T19:30:32.591 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-08-08T19:30:32.591 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-08-08T19:30:32.591 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-08-08T19:30:32.591 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-08-08T19:30:32.591 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-08-08T19:30:32.591 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-08-08T19:30:32.591 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-08-08T19:30:32.592 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-08-08T19:30:32.592 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-08-08T19:30:32.592 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-08-08T19:30:32.592 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-08-08T19:30:32.592 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.arena_block_size: 1048576 2024-08-08T19:30:32.592 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-08-08T19:30:32.592 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-08-08T19:30:32.592 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.disable_auto_compactions: 0 2024-08-08T19:30:32.592 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-08-08T19:30:32.592 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-08-08T19:30:32.592 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-08-08T19:30:32.592 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-08-08T19:30:32.592 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-08-08T19:30:32.593 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-08-08T19:30:32.593 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-08-08T19:30:32.593 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-08-08T19:30:32.593 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-08-08T19:30:32.593 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-08-08T19:30:32.593 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-08-08T19:30:32.593 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.inplace_update_support: 0 2024-08-08T19:30:32.593 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.inplace_update_num_locks: 10000 2024-08-08T19:30:32.593 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-08-08T19:30:32.593 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-08-08T19:30:32.593 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.memtable_huge_page_size: 0 2024-08-08T19:30:32.593 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.bloom_locality: 0 2024-08-08T19:30:32.593 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.max_successive_merges: 0 2024-08-08T19:30:32.593 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.optimize_filters_for_hits: 0 2024-08-08T19:30:32.594 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.paranoid_file_checks: 0 2024-08-08T19:30:32.594 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.force_consistency_checks: 1 2024-08-08T19:30:32.594 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.report_bg_io_stats: 0 2024-08-08T19:30:32.594 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.ttl: 2592000 2024-08-08T19:30:32.594 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.periodic_compaction_seconds: 0 2024-08-08T19:30:32.594 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-08-08T19:30:32.594 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-08-08T19:30:32.594 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.enable_blob_files: false 2024-08-08T19:30:32.594 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.min_blob_size: 0 2024-08-08T19:30:32.594 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.blob_file_size: 268435456 2024-08-08T19:30:32.594 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.blob_compression_type: NoCompression 2024-08-08T19:30:32.595 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.enable_blob_garbage_collection: false 2024-08-08T19:30:32.595 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-08-08T19:30:32.595 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-08-08T19:30:32.595 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-08-08T19:30:32.595 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.blob_file_starting_level: 0 2024-08-08T19:30:32.595 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-08-08T19:30:32.595 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: 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-08-08T19:30:32.595 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-08-08T19:30:32.595 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 2ee42f1d-2e28-4a0b-86fa-6433e8293497 2024-08-08T19:30:32.595 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: EVENT_LOG_v1 {"time_micros": 1723145432297526, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-08-08T19:30:32.595 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-08-08T19:30:32.596 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: EVENT_LOG_v1 {"time_micros": 1723145432298909, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85300, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83447, "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": 10064, "raw_average_key_size": 46, "raw_value_size": 77659, "raw_average_value_size": 361, "num_data_blocks": 11, "num_entries": 215, "num_filter_entries": 215, "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": 1723145432, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "2ee42f1d-2e28-4a0b-86fa-6433e8293497", "db_session_id": "5AN1HSXR3FAT0M03MBJE", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-08-08T19:30:32.596 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: EVENT_LOG_v1 {"time_micros": 1723145432299042, "job": 1, "event": "recovery_finished"} 2024-08-08T19:30:32.596 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-08-08T19:30:32.596 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: 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-08-08T19:30:32.596 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x556329778e00 2024-08-08T19:30:32.596 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: DB pointer 0x556329876000 2024-08-08T19:30:32.596 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-08-08T19:30:32.596 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-08-08T19:30:32.596 INFO:journalctl@ceph.mon.a.smithi067.stdout: ** DB Stats ** 2024-08-08T19:30:32.596 INFO:journalctl@ceph.mon.a.smithi067.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-08-08T19:30:32.596 INFO:journalctl@ceph.mon.a.smithi067.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-08-08T19:30:32.596 INFO:journalctl@ceph.mon.a.smithi067.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-08-08T19:30:32.597 INFO:journalctl@ceph.mon.a.smithi067.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-08-08T19:30:32.597 INFO:journalctl@ceph.mon.a.smithi067.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-08-08T19:30:32.597 INFO:journalctl@ceph.mon.a.smithi067.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-08-08T19:30:32.597 INFO:journalctl@ceph.mon.a.smithi067.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-08-08T19:30:32.597 INFO:journalctl@ceph.mon.a.smithi067.stdout: 2024-08-08T19:30:32.597 INFO:journalctl@ceph.mon.a.smithi067.stdout: ** Compaction Stats [default] ** 2024-08-08T19:30:32.597 INFO:journalctl@ceph.mon.a.smithi067.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-08-08T19:30:32.597 INFO:journalctl@ceph.mon.a.smithi067.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-08-08T19:30:32.597 INFO:journalctl@ceph.mon.a.smithi067.stdout: L0 2/0 85.16 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 96.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-08-08T19:30:32.597 INFO:journalctl@ceph.mon.a.smithi067.stdout: Sum 2/0 85.16 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 96.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-08-08T19:30:32.597 INFO:journalctl@ceph.mon.a.smithi067.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 96.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-08-08T19:30:32.597 INFO:journalctl@ceph.mon.a.smithi067.stdout: 2024-08-08T19:30:32.597 INFO:journalctl@ceph.mon.a.smithi067.stdout: ** Compaction Stats [default] ** 2024-08-08T19:30:32.598 INFO:journalctl@ceph.mon.a.smithi067.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-08-08T19:30:32.598 INFO:journalctl@ceph.mon.a.smithi067.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-08-08T19:30:32.598 INFO:journalctl@ceph.mon.a.smithi067.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 96.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-08-08T19:30:32.598 INFO:journalctl@ceph.mon.a.smithi067.stdout: 2024-08-08T19:30:32.598 INFO:journalctl@ceph.mon.a.smithi067.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-08-08T19:30:32.598 INFO:journalctl@ceph.mon.a.smithi067.stdout: 2024-08-08T19:30:32.598 INFO:journalctl@ceph.mon.a.smithi067.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-08-08T19:30:32.598 INFO:journalctl@ceph.mon.a.smithi067.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-08-08T19:30:32.598 INFO:journalctl@ceph.mon.a.smithi067.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-08-08T19:30:32.598 INFO:journalctl@ceph.mon.a.smithi067.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-08-08T19:30:32.598 INFO:journalctl@ceph.mon.a.smithi067.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-08-08T19:30:32.598 INFO:journalctl@ceph.mon.a.smithi067.stdout: AddFile(Keys): cumulative 0, interval 0 2024-08-08T19:30:32.599 INFO:journalctl@ceph.mon.a.smithi067.stdout: Cumulative compaction: 0.00 GB write, 18.15 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-08-08T19:30:32.599 INFO:journalctl@ceph.mon.a.smithi067.stdout: Interval compaction: 0.00 GB write, 18.15 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-08-08T19:30:32.599 INFO:journalctl@ceph.mon.a.smithi067.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-08-08T19:30:32.599 INFO:journalctl@ceph.mon.a.smithi067.stdout: Block cache BinnedLRUCache@0x556329749610#2 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-08-08T19:30:32.599 INFO:journalctl@ceph.mon.a.smithi067.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-08-08T19:30:32.599 INFO:journalctl@ceph.mon.a.smithi067.stdout: 2024-08-08T19:30:32.599 INFO:journalctl@ceph.mon.a.smithi067.stdout: ** File Read Latency Histogram By Level [default] ** 2024-08-08T19:30:32.599 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: starting mon.a rank 0 at public addrs [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] at bind addrs [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 8c336abe-55bc-11ef-bccd-c7b262605968 2024-08-08T19:30:32.599 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: mon.a@-1(???) e1 preinit fsid 8c336abe-55bc-11ef-bccd-c7b262605968 2024-08-08T19:30:32.599 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: mon.a@-1(???).mds e1 new map 2024-08-08T19:30:32.599 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: mon.a@-1(???).mds e1 print_map 2024-08-08T19:30:32.599 INFO:journalctl@ceph.mon.a.smithi067.stdout: e1 2024-08-08T19:30:32.599 INFO:journalctl@ceph.mon.a.smithi067.stdout: btime 2024-08-08T19:30:27:530533+0000 2024-08-08T19:30:32.599 INFO:journalctl@ceph.mon.a.smithi067.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-08-08T19:30:32.600 INFO:journalctl@ceph.mon.a.smithi067.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-08-08T19:30:32.600 INFO:journalctl@ceph.mon.a.smithi067.stdout: legacy client fscid: -1 2024-08-08T19:30:32.600 INFO:journalctl@ceph.mon.a.smithi067.stdout: 2024-08-08T19:30:32.600 INFO:journalctl@ceph.mon.a.smithi067.stdout: No filesystems configured 2024-08-08T19:30:32.600 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-08-08T19:30:32.600 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-08-08T19:30:32.600 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-08-08T19:30:32.600 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-08-08T19:30:32.600 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-08-08T19:30:32.600 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 bash[31125]: 0bdf85fb01f8e38728136d14d604bae8ca0413d4cb7da4c30911c740b6f3f633 2024-08-08T19:30:32.600 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 systemd[1]: Started Ceph mon.a for 8c336abe-55bc-11ef-bccd-c7b262605968. 2024-08-08T19:30:32.600 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: mon.a is new leader, mons a in quorum (ranks 0) 2024-08-08T19:30:32.600 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: monmap epoch 1 2024-08-08T19:30:32.601 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: fsid 8c336abe-55bc-11ef-bccd-c7b262605968 2024-08-08T19:30:32.601 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: last_changed 2024-08-08T19:30:24.619528+0000 2024-08-08T19:30:32.601 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: created 2024-08-08T19:30:24.619528+0000 2024-08-08T19:30:32.601 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: min_mon_release 19 (squid) 2024-08-08T19:30:32.601 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: election_strategy: 1 2024-08-08T19:30:32.601 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: 0: [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon.a 2024-08-08T19:30:32.601 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: fsmap 2024-08-08T19:30:32.601 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: osdmap e1: 0 total, 0 up, 0 in 2024-08-08T19:30:32.601 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:32 smithi067 ceph-mon[31144]: mgrmap e1: no daemons active 2024-08-08T19:30:33.311 INFO:teuthology.orchestra.run.smithi067.stdout:Wrote config to /etc/ceph/ceph.conf 2024-08-08T19:30:33.332 INFO:teuthology.orchestra.run.smithi067.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-08-08T19:30:33.332 INFO:teuthology.orchestra.run.smithi067.stdout:Creating mgr... 2024-08-08T19:30:33.333 INFO:teuthology.orchestra.run.smithi067.stdout:Verifying port 0.0.0.0:9283 ... 2024-08-08T19:30:33.333 INFO:teuthology.orchestra.run.smithi067.stdout:Verifying port 0.0.0.0:8765 ... 2024-08-08T19:30:33.613 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-8c336abe-55bc-11ef-bccd-c7b262605968@mgr.a 2024-08-08T19:30:33.613 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Failed to reset failed state of unit ceph-8c336abe-55bc-11ef-bccd-c7b262605968@mgr.a.service: Unit ceph-8c336abe-55bc-11ef-bccd-c7b262605968@mgr.a.service not loaded. 2024-08-08T19:30:33.770 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-8c336abe-55bc-11ef-bccd-c7b262605968.target.wants/ceph-8c336abe-55bc-11ef-bccd-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-8c336abe-55bc-11ef-bccd-c7b262605968@.service. 2024-08-08T19:30:34.098 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:33 smithi067 ceph-mon[31144]: from='client.? 172.21.15.67:0/3986757970' entity='client.admin' 2024-08-08T19:30:34.432 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:34 smithi067 podman[31355]: 2024-08-08 19:30:34.181368325 +0000 UTC m=+0.286316715 container start dcbaacc414854c2a28afc7fb9e75f2733584a4775680be96ad0757331c56954f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a, name=ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-08-08-1205-de50a7c, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True) 2024-08-08T19:30:34.487 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-08-08T19:30:34.487 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout disabled 2024-08-08T19:30:34.494 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-08-08T19:30:34.495 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout inactive 2024-08-08T19:30:34.495 INFO:teuthology.orchestra.run.smithi067.stdout:firewalld.service is not enabled 2024-08-08T19:30:34.495 INFO:teuthology.orchestra.run.smithi067.stdout:Not possible to enable service . firewalld.service is not available 2024-08-08T19:30:34.503 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-08-08T19:30:34.504 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout disabled 2024-08-08T19:30:34.511 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-08-08T19:30:34.511 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout inactive 2024-08-08T19:30:34.512 INFO:teuthology.orchestra.run.smithi067.stdout:firewalld.service is not enabled 2024-08-08T19:30:34.512 INFO:teuthology.orchestra.run.smithi067.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-08-08T19:30:34.512 INFO:teuthology.orchestra.run.smithi067.stdout:Waiting for mgr to start... 2024-08-08T19:30:34.512 INFO:teuthology.orchestra.run.smithi067.stdout:Waiting for mgr... 2024-08-08T19:30:34.931 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:34 smithi067 bash[31355]: dcbaacc414854c2a28afc7fb9e75f2733584a4775680be96ad0757331c56954f 2024-08-08T19:30:34.932 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:34 smithi067 systemd[1]: Started Ceph mgr.a for 8c336abe-55bc-11ef-bccd-c7b262605968. 2024-08-08T19:30:37.682 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:37 smithi067 ceph-mon[31144]: from='client.? 172.21.15.67:0/372643782' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-08-08T19:30:39.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:39 smithi067 ceph-mon[31144]: Activating manager daemon a 2024-08-08T19:30:39.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:39 smithi067 ceph-mon[31144]: mgrmap e2: a(active, starting, since 0.00340044s) 2024-08-08T19:30:39.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:39 smithi067 ceph-mon[31144]: from='mgr.14100 172.21.15.67:0/2373313101' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-08-08T19:30:39.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:39 smithi067 ceph-mon[31144]: from='mgr.14100 172.21.15.67:0/2373313101' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-08-08T19:30:39.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:39 smithi067 ceph-mon[31144]: from='mgr.14100 172.21.15.67:0/2373313101' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-08-08T19:30:39.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:39 smithi067 ceph-mon[31144]: from='mgr.14100 172.21.15.67:0/2373313101' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-08T19:30:39.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:39 smithi067 ceph-mon[31144]: from='mgr.14100 172.21.15.67:0/2373313101' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-08-08T19:30:39.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:39 smithi067 ceph-mon[31144]: Manager daemon a is now available 2024-08-08T19:30:39.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:39 smithi067 ceph-mon[31144]: from='mgr.14100 172.21.15.67:0/2373313101' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-08-08T19:30:39.933 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:39 smithi067 ceph-mon[31144]: from='mgr.14100 172.21.15.67:0/2373313101' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-08-08T19:30:39.933 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:39 smithi067 ceph-mon[31144]: from='mgr.14100 172.21.15.67:0/2373313101' entity='mgr.a' 2024-08-08T19:30:39.933 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:39 smithi067 ceph-mon[31144]: from='mgr.14100 172.21.15.67:0/2373313101' entity='mgr.a' 2024-08-08T19:30:39.933 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:39 smithi067 ceph-mon[31144]: from='mgr.14100 172.21.15.67:0/2373313101' entity='mgr.a' 2024-08-08T19:30:41.931 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:41 smithi067 ceph-mon[31144]: mgrmap e3: a(active, since 1.00761s) 2024-08-08T19:30:42.931 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:42 smithi067 ceph-mon[31144]: mgrmap e4: a(active, since 2s) 2024-08-08T19:30:43.955 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-08-08T19:30:43.955 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout { 2024-08-08T19:30:43.955 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "fsid": "8c336abe-55bc-11ef-bccd-c7b262605968", 2024-08-08T19:30:43.955 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "health": { 2024-08-08T19:30:43.956 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-08-08T19:30:43.956 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-08-08T19:30:43.956 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-08-08T19:30:43.956 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-08-08T19:30:43.956 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-08-08T19:30:43.957 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-08-08T19:30:43.957 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 0 2024-08-08T19:30:43.957 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ], 2024-08-08T19:30:43.957 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-08-08T19:30:43.957 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "a" 2024-08-08T19:30:43.958 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ], 2024-08-08T19:30:43.958 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-08-08T19:30:43.958 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "monmap": { 2024-08-08T19:30:43.958 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-08T19:30:43.958 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-08-08T19:30:43.959 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-08-08T19:30:43.959 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-08-08T19:30:43.959 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-08-08T19:30:43.959 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-08T19:30:43.959 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-08-08T19:30:43.960 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-08-08T19:30:43.960 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-08-08T19:30:43.960 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-08-08T19:30:43.960 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-08-08T19:30:43.960 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-08-08T19:30:43.960 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-08-08T19:30:43.961 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-08-08T19:30:43.961 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-08-08T19:30:43.961 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-08-08T19:30:43.961 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-08-08T19:30:43.961 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-08-08T19:30:43.962 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-08-08T19:30:43.962 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-08-08T19:30:43.962 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-08-08T19:30:43.962 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-08-08T19:30:43.962 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-08-08T19:30:43.963 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-08-08T19:30:43.963 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-08T19:30:43.963 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "btime": "2024-08-08T19:30:27:530533+0000", 2024-08-08T19:30:43.963 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-08-08T19:30:43.963 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-08-08T19:30:43.964 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-08-08T19:30:43.964 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-08-08T19:30:43.964 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "available": false, 2024-08-08T19:30:43.964 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-08-08T19:30:43.964 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "modules": [ 2024-08-08T19:30:43.964 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "iostat", 2024-08-08T19:30:43.965 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "nfs", 2024-08-08T19:30:43.965 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "restful" 2024-08-08T19:30:43.965 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ], 2024-08-08T19:30:43.965 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "services": {} 2024-08-08T19:30:43.965 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-08-08T19:30:43.965 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-08-08T19:30:43.966 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-08T19:30:43.966 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "modified": "2024-08-08T19:30:27.531408+0000", 2024-08-08T19:30:43.966 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "services": {} 2024-08-08T19:30:43.966 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-08-08T19:30:43.966 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-08-08T19:30:43.967 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout } 2024-08-08T19:30:43.967 INFO:teuthology.orchestra.run.smithi067.stdout:mgr not available, waiting (1/15)... 2024-08-08T19:30:46.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:46 smithi067 ceph-mon[31144]: from='client.? 172.21.15.67:0/4088425551' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-08-08T19:30:47.242 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-08-08T19:30:47.242 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout { 2024-08-08T19:30:47.242 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "fsid": "8c336abe-55bc-11ef-bccd-c7b262605968", 2024-08-08T19:30:47.242 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "health": { 2024-08-08T19:30:47.242 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-08-08T19:30:47.242 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-08-08T19:30:47.242 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-08-08T19:30:47.243 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-08-08T19:30:47.243 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-08-08T19:30:47.243 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-08-08T19:30:47.243 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 0 2024-08-08T19:30:47.243 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ], 2024-08-08T19:30:47.243 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-08-08T19:30:47.243 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "a" 2024-08-08T19:30:47.243 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ], 2024-08-08T19:30:47.243 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-08-08T19:30:47.243 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "monmap": { 2024-08-08T19:30:47.243 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-08T19:30:47.243 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-08-08T19:30:47.243 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-08-08T19:30:47.244 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-08-08T19:30:47.244 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-08-08T19:30:47.244 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-08T19:30:47.244 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-08-08T19:30:47.244 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-08-08T19:30:47.244 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-08-08T19:30:47.244 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-08-08T19:30:47.244 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-08-08T19:30:47.244 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-08-08T19:30:47.248 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-08-08T19:30:47.248 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-08-08T19:30:47.248 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-08-08T19:30:47.248 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-08-08T19:30:47.248 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-08-08T19:30:47.248 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-08-08T19:30:47.248 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-08-08T19:30:47.248 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-08-08T19:30:47.248 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-08-08T19:30:47.249 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-08-08T19:30:47.249 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-08-08T19:30:47.249 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-08-08T19:30:47.249 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-08T19:30:47.249 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "btime": "2024-08-08T19:30:27:530533+0000", 2024-08-08T19:30:47.249 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-08-08T19:30:47.249 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-08-08T19:30:47.249 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-08-08T19:30:47.249 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-08-08T19:30:47.249 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "available": true, 2024-08-08T19:30:47.249 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-08-08T19:30:47.249 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "modules": [ 2024-08-08T19:30:47.249 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "iostat", 2024-08-08T19:30:47.249 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "nfs", 2024-08-08T19:30:47.249 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "restful" 2024-08-08T19:30:47.249 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ], 2024-08-08T19:30:47.250 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "services": {} 2024-08-08T19:30:47.250 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-08-08T19:30:47.250 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-08-08T19:30:47.250 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-08-08T19:30:47.250 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "modified": "2024-08-08T19:30:27.531408+0000", 2024-08-08T19:30:47.250 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "services": {} 2024-08-08T19:30:47.250 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-08-08T19:30:47.250 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-08-08T19:30:47.250 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout } 2024-08-08T19:30:47.250 INFO:teuthology.orchestra.run.smithi067.stdout:mgr is available 2024-08-08T19:30:48.369 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:47 smithi067 ceph-mon[31144]: from='client.? 172.21.15.67:0/3019717887' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-08-08T19:30:48.369 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:47 smithi067 ceph-mon[31144]: from='client.? 172.21.15.67:0/3019717887' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-08-08T19:30:48.375 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-08-08T19:30:48.375 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout [global] 2024-08-08T19:30:48.375 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout fsid = 8c336abe-55bc-11ef-bccd-c7b262605968 2024-08-08T19:30:48.375 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-08-08T19:30:48.376 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.67:3300,v1:172.21.15.67:6789] 2024-08-08T19:30:48.376 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-08-08T19:30:48.376 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-08-08T19:30:48.376 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-08-08T19:30:48.376 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-08-08T19:30:48.376 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-08-08T19:30:48.376 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout [mgr] 2024-08-08T19:30:48.376 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-08-08T19:30:48.376 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-08-08T19:30:48.376 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout [osd] 2024-08-08T19:30:48.376 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-08-08T19:30:48.376 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-08-08T19:30:48.376 INFO:teuthology.orchestra.run.smithi067.stdout:Enabling cephadm module... 2024-08-08T19:30:50.181 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:49 smithi067 ceph-mon[31144]: from='client.? 172.21.15.67:0/1690860889' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-08-08T19:30:50.182 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:49 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a[31370]: ignoring --setuser ceph since I am not root 2024-08-08T19:30:50.182 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:49 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a[31370]: ignoring --setgroup ceph since I am not root 2024-08-08T19:30:51.182 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:50 smithi067 ceph-mon[31144]: from='client.? 172.21.15.67:0/1690860889' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-08-08T19:30:51.182 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:50 smithi067 ceph-mon[31144]: mgrmap e5: a(active, since 10s) 2024-08-08T19:30:51.859 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout { 2024-08-08T19:30:51.860 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-08-08T19:30:51.860 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "available": true, 2024-08-08T19:30:51.860 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-08-08T19:30:51.860 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-08-08T19:30:51.860 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout } 2024-08-08T19:30:51.860 INFO:teuthology.orchestra.run.smithi067.stdout:Waiting for the mgr to restart... 2024-08-08T19:30:51.860 INFO:teuthology.orchestra.run.smithi067.stdout:Waiting for mgr epoch 5... 2024-08-08T19:30:52.124 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:51 smithi067 ceph-mon[31144]: from='client.? 172.21.15.67:0/1713315560' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-08-08T19:30:55.432 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:55 smithi067 ceph-mon[31144]: Active manager daemon a restarted 2024-08-08T19:30:55.432 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:55 smithi067 ceph-mon[31144]: Activating manager daemon a 2024-08-08T19:30:55.432 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:55 smithi067 ceph-mon[31144]: osdmap e2: 0 total, 0 up, 0 in 2024-08-08T19:30:55.432 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:55 smithi067 ceph-mon[31144]: mgrmap e6: a(active, starting, since 0.00345798s) 2024-08-08T19:30:55.432 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:55 smithi067 ceph-mon[31144]: from='mgr.14116 172.21.15.67:0/2071449565' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-08-08T19:30:55.432 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:55 smithi067 ceph-mon[31144]: from='mgr.14116 172.21.15.67:0/2071449565' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-08-08T19:30:55.432 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:55 smithi067 ceph-mon[31144]: from='mgr.14116 172.21.15.67:0/2071449565' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-08-08T19:30:55.432 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:55 smithi067 ceph-mon[31144]: from='mgr.14116 172.21.15.67:0/2071449565' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-08-08T19:30:55.432 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:55 smithi067 ceph-mon[31144]: from='mgr.14116 172.21.15.67:0/2071449565' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-08-08T19:30:55.432 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:55 smithi067 ceph-mon[31144]: Manager daemon a is now available 2024-08-08T19:30:56.623 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout { 2024-08-08T19:30:56.623 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-08-08T19:30:56.623 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "initialized": true 2024-08-08T19:30:56.623 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout } 2024-08-08T19:30:56.624 INFO:teuthology.orchestra.run.smithi067.stdout:mgr epoch 5 is available 2024-08-08T19:30:56.624 INFO:teuthology.orchestra.run.smithi067.stdout:Setting orchestrator backend to cephadm... 2024-08-08T19:30:57.432 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:57 smithi067 ceph-mon[31144]: from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-08-08T19:30:57.432 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:57 smithi067 ceph-mon[31144]: mgrmap e7: a(active, since 1.00541s) 2024-08-08T19:30:57.432 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:57 smithi067 ceph-mon[31144]: from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-08-08T19:30:57.432 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:57 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a[31370]: 2024-08-08T19:30:57.217+0000 7fe5da6cd640 -1 mgr.server reply reply (95) Operation not supported Warning: due to ceph-mgr restart, some PG states may not be up to date 2024-08-08T19:30:57.432 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:57 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a[31370]: Module 'orchestrator' is not enabled/loaded (required by command 'orch set backend'): use `ceph mgr module enable orchestrator` to enable it 2024-08-08T19:30:57.755 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 95 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:de50a7c969c464f1af48fc4fd9870c061342194a -e NODE_NAME=smithi067 -v /var/log/ceph/8c336abe-55bc-11ef-bccd-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2fgfwwyt:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp5qrgkt0z:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a orch set backend cephadm 2024-08-08T19:30:57.755 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stderr Error ENOTSUP: Warning: due to ceph-mgr restart, some PG states may not be up to date 2024-08-08T19:30:57.755 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stderr Module 'orchestrator' is not enabled/loaded (required by command 'orch set backend'): use `ceph mgr module enable orchestrator` to enable it 2024-08-08T19:30:57.756 INFO:teuthology.orchestra.run.smithi067.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:de50a7c969c464f1af48fc4fd9870c061342194a -e NODE_NAME=smithi067 -v /var/log/ceph/8c336abe-55bc-11ef-bccd-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2fgfwwyt:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp5qrgkt0z:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a orch set backend cephadm: Error ENOTSUP: Warning: due to ceph-mgr restart, some PG states may not be up to date 2024-08-08T19:30:57.756 INFO:teuthology.orchestra.run.smithi067.stderr:Module 'orchestrator' is not enabled/loaded (required by command 'orch set backend'): use `ceph mgr module enable orchestrator` to enable it 2024-08-08T19:30:57.756 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-08-08T19:30:57.756 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:30:57.756 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:30:57.757 INFO:teuthology.orchestra.run.smithi067.stdout: *************** 2024-08-08T19:30:57.757 INFO:teuthology.orchestra.run.smithi067.stdout: Cephadm hit an issue during cluster installation. Current cluster files will be deleted automatically. 2024-08-08T19:30:57.757 INFO:teuthology.orchestra.run.smithi067.stdout: To disable this behaviour you can pass the --no-cleanup-on-failure flag. In case of any previous 2024-08-08T19:30:57.757 INFO:teuthology.orchestra.run.smithi067.stdout: broken installation, users must use the following command to completely delete the broken cluster: 2024-08-08T19:30:57.757 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:30:57.757 INFO:teuthology.orchestra.run.smithi067.stdout: > cephadm rm-cluster --force --zap-osds --fsid 2024-08-08T19:30:57.757 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:30:57.757 INFO:teuthology.orchestra.run.smithi067.stdout: for more information please refer to https://docs.ceph.com/en/latest/cephadm/operations/#purging-a-cluster 2024-08-08T19:30:57.757 INFO:teuthology.orchestra.run.smithi067.stdout: *************** 2024-08-08T19:30:57.757 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:30:57.757 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-08-08T19:30:57.757 INFO:teuthology.orchestra.run.smithi067.stdout:Deleting cluster with fsid: 8c336abe-55bc-11ef-bccd-c7b262605968 2024-08-08T19:30:57.782 INFO:teuthology.orchestra.run.smithi067.stdout:/bin/podman: stdout 0bdf85fb01f8,28.6MB / 33.27GB 2024-08-08T19:30:57.782 INFO:teuthology.orchestra.run.smithi067.stdout:/bin/podman: stdout dcbaacc41485,448.7MB / 33.27GB 2024-08-08T19:30:57.811 INFO:teuthology.orchestra.run.smithi067.stdout:/bin/podman: stdout 0bdf85fb01f8,0.87% 2024-08-08T19:30:57.811 INFO:teuthology.orchestra.run.smithi067.stdout:/bin/podman: stdout dcbaacc41485,56.09% 2024-08-08T19:30:58.182 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:57 smithi067 systemd[1]: Stopping Ceph mon.a for 8c336abe-55bc-11ef-bccd-c7b262605968... 2024-08-08T19:30:58.182 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:58 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mon-a[31140]: 2024-08-08T19:30:58.070+0000 7f61de963640 -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-08-08T19:30:58.182 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:58 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mon-a[31140]: 2024-08-08T19:30:58.070+0000 7f61de963640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-08-08T19:30:58.554 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:58 smithi067 podman[32092]: 2024-08-08 19:30:58.234256143 +0000 UTC m=+0.245426029 container died 0bdf85fb01f8e38728136d14d604bae8ca0413d4cb7da4c30911c740b6f3f633 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a, name=ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mon-a, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-08-08-1205-de50a7c, org.label-schema.license=GPLv2) 2024-08-08T19:30:58.555 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:58 smithi067 podman[32092]: 2024-08-08 19:30:58.554015597 +0000 UTC m=+0.565185483 container cleanup 0bdf85fb01f8e38728136d14d604bae8ca0413d4cb7da4c30911c740b6f3f633 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a, name=ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mon-a, RELEASE=wip-guits-main-2024-08-08-1205-de50a7c, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.36.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux ) 2024-08-08T19:30:58.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:58 smithi067 bash[32092]: ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mon-a 2024-08-08T19:30:58.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:58 smithi067 podman[32104]: 2024-08-08 19:30:58.738814389 +0000 UTC m=+0.500564657 container remove 0bdf85fb01f8e38728136d14d604bae8ca0413d4cb7da4c30911c740b6f3f633 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a, name=ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mon-a, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.36.0, RELEASE=wip-guits-main-2024-08-08-1205-de50a7c, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-08-08T19:30:59.173 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-8c336abe-55bc-11ef-bccd-c7b262605968.target.wants/ceph-8c336abe-55bc-11ef-bccd-c7b262605968@mon.a.service". 2024-08-08T19:30:59.180 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 5 from systemctl stop ceph-8c336abe-55bc-11ef-bccd-c7b262605968-init@mon.a.service 2024-08-08T19:30:59.181 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Failed to stop ceph-8c336abe-55bc-11ef-bccd-c7b262605968-init@mon.a.service: Unit ceph-8c336abe-55bc-11ef-bccd-c7b262605968-init@mon.a.service not loaded. 2024-08-08T19:30:59.187 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-8c336abe-55bc-11ef-bccd-c7b262605968-init@mon.a.service 2024-08-08T19:30:59.187 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Failed to reset failed state of unit ceph-8c336abe-55bc-11ef-bccd-c7b262605968-init@mon.a.service: Unit ceph-8c336abe-55bc-11ef-bccd-c7b262605968-init@mon.a.service not loaded. 2024-08-08T19:30:59.194 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl disable ceph-8c336abe-55bc-11ef-bccd-c7b262605968-init@mon.a.service 2024-08-08T19:30:59.194 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-8c336abe-55bc-11ef-bccd-c7b262605968-init@mon.a.service does not exist. 2024-08-08T19:30:59.400 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:58 smithi067 systemd[1]: ceph-8c336abe-55bc-11ef-bccd-c7b262605968@mon.a.service: Deactivated successfully. 2024-08-08T19:30:59.400 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:58 smithi067 systemd[1]: Stopped Ceph mon.a for 8c336abe-55bc-11ef-bccd-c7b262605968. 2024-08-08T19:30:59.400 INFO:journalctl@ceph.mon.a.smithi067.stdout:Aug 08 19:30:58 smithi067 systemd[1]: ceph-8c336abe-55bc-11ef-bccd-c7b262605968@mon.a.service: Consumed 1.026s CPU time. 2024-08-08T19:30:59.400 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:59 smithi067 systemd[1]: Stopping Ceph mgr.a for 8c336abe-55bc-11ef-bccd-c7b262605968... 2024-08-08T19:30:59.682 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:59 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a[31370]: 2024-08-08T19:30:59.397+0000 7fe5a8569640 -1 log_channel(cephadm) log [ERR] : [08/Aug/2024:19:30:59] ENGINE Error in HTTPServer.serve 2024-08-08T19:30:59.682 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:59 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a[31370]: Traceback (most recent call last): 2024-08-08T19:30:59.682 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:59 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a[31370]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-08-08T19:30:59.683 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:59 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a[31370]: self._connections.run(self.expiration_interval) 2024-08-08T19:30:59.683 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:59 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a[31370]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-08-08T19:30:59.683 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:59 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a[31370]: self._run(expiration_interval) 2024-08-08T19:30:59.683 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:59 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a[31370]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-08-08T19:30:59.683 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:59 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a[31370]: new_conn = self._from_server_socket(self.server.socket) 2024-08-08T19:30:59.683 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:59 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a[31370]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-08-08T19:30:59.683 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:59 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a[31370]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-08-08T19:30:59.683 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:59 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a[31370]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-08-08T19:30:59.683 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:59 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a[31370]: s = self.context.wrap_socket( 2024-08-08T19:30:59.683 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:59 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a[31370]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-08-08T19:30:59.683 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:59 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a[31370]: return self.sslsocket_class._create( 2024-08-08T19:30:59.684 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:59 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a[31370]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-08-08T19:30:59.684 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:59 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a[31370]: self.do_handshake() 2024-08-08T19:30:59.684 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:59 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a[31370]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-08-08T19:30:59.684 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:59 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a[31370]: self._sslobj.do_handshake() 2024-08-08T19:30:59.684 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:59 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a[31370]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-08-08T19:30:59.684 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:59 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a[31370]: 2024-08-08T19:30:59.684 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:59 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a[31370]: 2024-08-08T19:30:59.507+0000 7fe6380f4640 -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-08-08T19:30:59.684 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:59 smithi067 ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a[31370]: 2024-08-08T19:30:59.507+0000 7fe6380f4640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-08-08T19:30:59.684 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:59 smithi067 podman[32230]: 2024-08-08 19:30:59.529492064 +0000 UTC m=+0.163780604 container died dcbaacc414854c2a28afc7fb9e75f2733584a4775680be96ad0757331c56954f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a, name=ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, RELEASE=wip-guits-main-2024-08-08-1205-de50a7c, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=) 2024-08-08T19:31:00.126 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:59 smithi067 podman[32230]: 2024-08-08 19:30:59.891622576 +0000 UTC m=+0.525911121 container cleanup dcbaacc414854c2a28afc7fb9e75f2733584a4775680be96ad0757331c56954f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a, name=ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.36.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-08-08-1205-de50a7c, org.label-schema.vendor=CentOS) 2024-08-08T19:31:00.127 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:30:59 smithi067 bash[32230]: ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a 2024-08-08T19:31:00.421 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:31:00 smithi067 podman[32253]: 2024-08-08 19:31:00.126059332 +0000 UTC m=+0.585468703 container remove dcbaacc414854c2a28afc7fb9e75f2733584a4775680be96ad0757331c56954f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a, name=ceph-8c336abe-55bc-11ef-bccd-c7b262605968-mgr-a, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-08-08-1205-de50a7c, io.buildah.version=1.36.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731) 2024-08-08T19:31:00.421 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:31:00 smithi067 systemd[1]: ceph-8c336abe-55bc-11ef-bccd-c7b262605968@mgr.a.service: Deactivated successfully. 2024-08-08T19:31:00.421 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:31:00 smithi067 systemd[1]: Stopped Ceph mgr.a for 8c336abe-55bc-11ef-bccd-c7b262605968. 2024-08-08T19:31:00.421 INFO:journalctl@ceph.mgr.a.smithi067.stdout:Aug 08 19:31:00 smithi067 systemd[1]: ceph-8c336abe-55bc-11ef-bccd-c7b262605968@mgr.a.service: Consumed 15.559s CPU time. 2024-08-08T19:31:00.432 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-8c336abe-55bc-11ef-bccd-c7b262605968.target.wants/ceph-8c336abe-55bc-11ef-bccd-c7b262605968@mgr.a.service". 2024-08-08T19:31:00.439 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 5 from systemctl stop ceph-8c336abe-55bc-11ef-bccd-c7b262605968-init@mgr.a.service 2024-08-08T19:31:00.440 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Failed to stop ceph-8c336abe-55bc-11ef-bccd-c7b262605968-init@mgr.a.service: Unit ceph-8c336abe-55bc-11ef-bccd-c7b262605968-init@mgr.a.service not loaded. 2024-08-08T19:31:00.446 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-8c336abe-55bc-11ef-bccd-c7b262605968-init@mgr.a.service 2024-08-08T19:31:00.446 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Failed to reset failed state of unit ceph-8c336abe-55bc-11ef-bccd-c7b262605968-init@mgr.a.service: Unit ceph-8c336abe-55bc-11ef-bccd-c7b262605968-init@mgr.a.service not loaded. 2024-08-08T19:31:00.452 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl disable ceph-8c336abe-55bc-11ef-bccd-c7b262605968-init@mgr.a.service 2024-08-08T19:31:00.452 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-8c336abe-55bc-11ef-bccd-c7b262605968-init@mgr.a.service does not exist. 2024-08-08T19:31:00.722 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph.target.wants/ceph-8c336abe-55bc-11ef-bccd-c7b262605968.target". 2024-08-08T19:31:00.722 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph-8c336abe-55bc-11ef-bccd-c7b262605968.target". 2024-08-08T19:31:00.896 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-08-08T19:31:00.898 INFO:teuthology.orchestra.run.smithi067.stderr:Traceback (most recent call last): 2024-08-08T19:31:00.898 INFO:teuthology.orchestra.run.smithi067.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-08-08T19:31:00.920 INFO:teuthology.orchestra.run.smithi067.stderr: return _run_code(code, main_globals, None, 2024-08-08T19:31:00.920 INFO:teuthology.orchestra.run.smithi067.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-08-08T19:31:00.920 INFO:teuthology.orchestra.run.smithi067.stderr: exec(code, run_globals) 2024-08-08T19:31:00.920 INFO:teuthology.orchestra.run.smithi067.stderr: File "/tmp/tmpcourwazv.cephadm.build/app/__main__.py", line 5609, in 2024-08-08T19:31:00.920 INFO:teuthology.orchestra.run.smithi067.stderr: File "/tmp/tmpcourwazv.cephadm.build/app/__main__.py", line 5597, in main 2024-08-08T19:31:00.920 INFO:teuthology.orchestra.run.smithi067.stderr: File "/tmp/tmpcourwazv.cephadm.build/app/__main__.py", line 2651, in _rollback 2024-08-08T19:31:00.920 INFO:teuthology.orchestra.run.smithi067.stderr: File "/tmp/tmpcourwazv.cephadm.build/app/__main__.py", line 449, in _default_image 2024-08-08T19:31:00.920 INFO:teuthology.orchestra.run.smithi067.stderr: File "/tmp/tmpcourwazv.cephadm.build/app/__main__.py", line 2900, in command_bootstrap 2024-08-08T19:31:00.921 INFO:teuthology.orchestra.run.smithi067.stderr: File "/tmp/tmpcourwazv.cephadm.build/app/__main__.py", line 2404, in enable_cephadm_mgr_module 2024-08-08T19:31:00.921 INFO:teuthology.orchestra.run.smithi067.stderr: File "/tmp/tmpcourwazv.cephadm.build/app/__main__.py", line 2830, in cli 2024-08-08T19:31:00.921 INFO:teuthology.orchestra.run.smithi067.stderr: File "/tmp/tmpcourwazv.cephadm.build/app/cephadmlib/container_types.py", line 429, in run 2024-08-08T19:31:00.921 INFO:teuthology.orchestra.run.smithi067.stderr: File "/tmp/tmpcourwazv.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-08-08T19:31:00.921 INFO:teuthology.orchestra.run.smithi067.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:de50a7c969c464f1af48fc4fd9870c061342194a -e NODE_NAME=smithi067 -v /var/log/ceph/8c336abe-55bc-11ef-bccd-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp2fgfwwyt:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp5qrgkt0z:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a orch set backend cephadm: Error ENOTSUP: Warning: due to ceph-mgr restart, some PG states may not be up to date 2024-08-08T19:31:00.921 INFO:teuthology.orchestra.run.smithi067.stderr:Module 'orchestrator' is not enabled/loaded (required by command 'orch set backend'): use `ceph mgr module enable orchestrator` to enable it 2024-08-08T19:31:00.921 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-08-08T19:31:00.946 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-08-08T19:31:00.946 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-08-08T19:31:00.947 DEBUG:teuthology.orchestra.run.smithi067:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-08-08T19:31:00.964 DEBUG:teuthology.orchestra.run.smithi079:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-08-08T19:31:00.982 DEBUG:teuthology.orchestra.run.smithi130:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-08-08T19:31:01.001 INFO:tasks.cephadm:Stopping all daemons... 2024-08-08T19:31:01.001 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-08-08T19:31:01.002 DEBUG:teuthology.orchestra.run.smithi067:> sudo systemctl stop ceph-8c336abe-55bc-11ef-bccd-c7b262605968@mon.a 2024-08-08T19:31:01.036 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to stop ceph-8c336abe-55bc-11ef-bccd-c7b262605968@mon.a.service: Unit ceph-8c336abe-55bc-11ef-bccd-c7b262605968@mon.a.service not loaded. 2024-08-08T19:31:01.038 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-08-08T19:31:01.038 ERROR:tasks.cephadm:Failed to stop "ceph.mon.a" Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_de50a7c969c464f1af48fc4fd9870c061342194a/qa/tasks/cephadm.py", line 778, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/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_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi067 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a -v bootstrap --fsid 8c336abe-55bc-11ef-bccd-c7b262605968 --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.67 --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_de50a7c969c464f1af48fc4fd9870c061342194a/qa/tasks/cephadm.py", line 865, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/daemon/cephadmunit.py", line 167, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/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_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi067 with status 5: 'sudo systemctl stop ceph-8c336abe-55bc-11ef-bccd-c7b262605968@mon.a' 2024-08-08T19:31:01.041 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_de50a7c969c464f1af48fc4fd9870c061342194a/qa/tasks/cephadm.py", line 778, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/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_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi067 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a -v bootstrap --fsid 8c336abe-55bc-11ef-bccd-c7b262605968 --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.67 --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_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_de50a7c969c464f1af48fc4fd9870c061342194a/qa/tasks/cephadm.py", line 865, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/daemon/cephadmunit.py", line 167, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/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_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi067 with status 5: 'sudo systemctl stop ceph-8c336abe-55bc-11ef-bccd-c7b262605968@mon.a' 2024-08-08T19:31:01.041 INFO:tasks.cephadm:Archiving crash dumps... 2024-08-08T19:31:01.043 DEBUG:teuthology.misc:Transferring archived files from smithi067:/var/lib/ceph/8c336abe-55bc-11ef-bccd-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-08-08_17:54:46-orch:cephadm-wip-guits-main-2024-08-08-1205-distro-default-smithi/7844249/remote/smithi067/crash 2024-08-08T19:31:01.044 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /var/lib/ceph/8c336abe-55bc-11ef-bccd-c7b262605968/crash -- . 2024-08-08T19:31:01.120 INFO:teuthology.orchestra.run.smithi067.stderr:tar: /var/lib/ceph/8c336abe-55bc-11ef-bccd-c7b262605968/crash: Cannot open: No such file or directory 2024-08-08T19:31:01.120 INFO:teuthology.orchestra.run.smithi067.stderr:tar: Error is not recoverable: exiting now 2024-08-08T19:31:01.121 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/lib/ceph/8c336abe-55bc-11ef-bccd-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-08-08_17:54:46-orch:cephadm-wip-guits-main-2024-08-08-1205-distro-default-smithi/7844249/remote/smithi079/crash 2024-08-08T19:31:01.123 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/lib/ceph/8c336abe-55bc-11ef-bccd-c7b262605968/crash -- . 2024-08-08T19:31:01.166 INFO:teuthology.orchestra.run.smithi079.stderr:tar: /var/lib/ceph/8c336abe-55bc-11ef-bccd-c7b262605968/crash: Cannot open: No such file or directory 2024-08-08T19:31:01.166 INFO:teuthology.orchestra.run.smithi079.stderr:tar: Error is not recoverable: exiting now 2024-08-08T19:31:01.168 DEBUG:teuthology.misc:Transferring archived files from smithi130:/var/lib/ceph/8c336abe-55bc-11ef-bccd-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-08-08_17:54:46-orch:cephadm-wip-guits-main-2024-08-08-1205-distro-default-smithi/7844249/remote/smithi130/crash 2024-08-08T19:31:01.169 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /var/lib/ceph/8c336abe-55bc-11ef-bccd-c7b262605968/crash -- . 2024-08-08T19:31:01.305 INFO:teuthology.orchestra.run.smithi130.stderr:tar: /var/lib/ceph/8c336abe-55bc-11ef-bccd-c7b262605968/crash: Cannot open: No such file or directory 2024-08-08T19:31:01.306 INFO:teuthology.orchestra.run.smithi130.stderr:tar: Error is not recoverable: exiting now 2024-08-08T19:31:01.307 INFO:tasks.cephadm:Checking cluster log for badness... 2024-08-08T19:31:01.308 DEBUG:teuthology.orchestra.run.smithi067:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/8c336abe-55bc-11ef-bccd-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v POOL_APP_NOT_ENABLED | egrep -v 'mon down' | egrep -v 'mons down' | egrep -v 'out of quorum' | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-08-08T19:31:01.335 INFO:teuthology.orchestra.run.smithi067.stderr:grep: /var/log/ceph/8c336abe-55bc-11ef-bccd-c7b262605968/ceph.log: No such file or directory 2024-08-08T19:31:01.337 INFO:tasks.cephadm:Compressing logs... 2024-08-08T19:31:01.337 DEBUG:teuthology.orchestra.run.smithi067:> 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-08-08T19:31:01.379 DEBUG:teuthology.orchestra.run.smithi079:> 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-08-08T19:31:01.382 DEBUG:teuthology.orchestra.run.smithi130:> 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-08-08T19:31:01.402 INFO:teuthology.orchestra.run.smithi067.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-08-08T19:31:01.404 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-08-08T19:31:01.405 INFO:teuthology.orchestra.run.smithi067.stderr:real 0m0.012s 2024-08-08T19:31:01.405 INFO:teuthology.orchestra.run.smithi067.stderr:user 0m0.015s 2024-08-08T19:31:01.405 INFO:teuthology.orchestra.run.smithi067.stderr:sys 0m0.007s 2024-08-08T19:31:01.409 INFO:teuthology.orchestra.run.smithi079.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-08-08T19:31:01.409 INFO:teuthology.orchestra.run.smithi079.stderr:: No such file or directory 2024-08-08T19:31:01.409 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/cephadm.log: 56.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-08-08T19:31:01.412 INFO:teuthology.orchestra.run.smithi079.stderr: 2024-08-08T19:31:01.412 INFO:teuthology.orchestra.run.smithi079.stderr:real 0m0.014s 2024-08-08T19:31:01.412 INFO:teuthology.orchestra.run.smithi079.stderr:user 0m0.010s 2024-08-08T19:31:01.412 INFO:teuthology.orchestra.run.smithi079.stderr:sys 0m0.016s 2024-08-08T19:31:01.412 INFO:teuthology.orchestra.run.smithi130.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-08-08T19:31:01.412 INFO:teuthology.orchestra.run.smithi130.stderr:: No such file or directory 2024-08-08T19:31:01.413 INFO:teuthology.orchestra.run.smithi130.stderr:/var/log/ceph/cephadm.log: 56.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-08-08T19:31:01.415 INFO:teuthology.orchestra.run.smithi130.stderr: 2024-08-08T19:31:01.415 INFO:teuthology.orchestra.run.smithi130.stderr:real 0m0.015s 2024-08-08T19:31:01.415 INFO:teuthology.orchestra.run.smithi130.stderr:user 0m0.015s 2024-08-08T19:31:01.415 INFO:teuthology.orchestra.run.smithi130.stderr:sys 0m0.011s 2024-08-08T19:31:01.416 INFO:tasks.cephadm:Archiving logs... 2024-08-08T19:31:01.416 DEBUG:teuthology.misc:Transferring archived files from smithi067:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-08-08_17:54:46-orch:cephadm-wip-guits-main-2024-08-08-1205-distro-default-smithi/7844249/remote/smithi067/log 2024-08-08T19:31:01.417 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /var/log/ceph -- . 2024-08-08T19:31:01.469 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-08-08_17:54:46-orch:cephadm-wip-guits-main-2024-08-08-1205-distro-default-smithi/7844249/remote/smithi079/log 2024-08-08T19:31:01.470 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/log/ceph -- . 2024-08-08T19:31:01.500 DEBUG:teuthology.misc:Transferring archived files from smithi130:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-08-08_17:54:46-orch:cephadm-wip-guits-main-2024-08-08-1205-distro-default-smithi/7844249/remote/smithi130/log 2024-08-08T19:31:01.501 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /var/log/ceph -- . 2024-08-08T19:31:01.529 INFO:tasks.cephadm:Removing cluster... 2024-08-08T19:31:01.530 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8c336abe-55bc-11ef-bccd-c7b262605968 --force 2024-08-08T19:31:01.735 INFO:teuthology.orchestra.run.smithi067.stdout:Deleting cluster with fsid: 8c336abe-55bc-11ef-bccd-c7b262605968 2024-08-08T19:31:02.003 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8c336abe-55bc-11ef-bccd-c7b262605968 --force 2024-08-08T19:31:02.206 INFO:teuthology.orchestra.run.smithi079.stdout:Deleting cluster with fsid: 8c336abe-55bc-11ef-bccd-c7b262605968 2024-08-08T19:31:02.465 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8c336abe-55bc-11ef-bccd-c7b262605968 --force 2024-08-08T19:31:02.665 INFO:teuthology.orchestra.run.smithi130.stdout:Deleting cluster with fsid: 8c336abe-55bc-11ef-bccd-c7b262605968 2024-08-08T19:31:02.928 INFO:tasks.cephadm:Removing cephadm ... 2024-08-08T19:31:02.928 DEBUG:teuthology.orchestra.run.smithi067:> rm -rf /home/ubuntu/cephtest/cephadm 2024-08-08T19:31:02.948 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf /home/ubuntu/cephtest/cephadm 2024-08-08T19:31:02.965 DEBUG:teuthology.orchestra.run.smithi130:> rm -rf /home/ubuntu/cephtest/cephadm 2024-08-08T19:31:02.980 INFO:tasks.cephadm:Teardown complete 2024-08-08T19:31:02.980 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_de50a7c969c464f1af48fc4fd9870c061342194a/qa/tasks/cephadm.py", line 778, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/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_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi067 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a -v bootstrap --fsid 8c336abe-55bc-11ef-bccd-c7b262605968 --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.67 --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_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_de50a7c969c464f1af48fc4fd9870c061342194a/qa/tasks/cephadm.py", line 2302, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_de50a7c969c464f1af48fc4fd9870c061342194a/qa/tasks/cephadm.py", line 1930, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_de50a7c969c464f1af48fc4fd9870c061342194a/qa/tasks/cephadm.py", line 865, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/daemon/cephadmunit.py", line 167, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/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_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi067 with status 5: 'sudo systemctl stop ceph-8c336abe-55bc-11ef-bccd-c7b262605968@mon.a' 2024-08-08T19:31:03.181 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=4ce6b354d9b14298b0e9dff702ed9b7c Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_de50a7c969c464f1af48fc4fd9870c061342194a/qa/tasks/cephadm.py", line 778, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/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_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi067 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:de50a7c969c464f1af48fc4fd9870c061342194a -v bootstrap --fsid 8c336abe-55bc-11ef-bccd-c7b262605968 --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.67 --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_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_de50a7c969c464f1af48fc4fd9870c061342194a/qa/tasks/cephadm.py", line 2302, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_de50a7c969c464f1af48fc4fd9870c061342194a/qa/tasks/cephadm.py", line 1930, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_de50a7c969c464f1af48fc4fd9870c061342194a/qa/tasks/cephadm.py", line 865, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/daemon/cephadmunit.py", line 167, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/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_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_7ca9115d33cdacbcf2252d46e62914563516007c/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi067 with status 5: 'sudo systemctl stop ceph-8c336abe-55bc-11ef-bccd-c7b262605968@mon.a' 2024-08-08T19:31:03.185 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-08-08T19:31:03.200 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-08-08T19:31:03.212 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-08-08T19:31:03.213 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-08-08T19:31:03.227 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-08-08T19:31:03.229 DEBUG:teuthology.orchestra.run.smithi130:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-08-08T19:31:03.333 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-08-08T19:31:03.341 INFO:teuthology.task.clock:Checking final clock skew... 2024-08-08T19:31:03.341 DEBUG:teuthology.orchestra.run.smithi067:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-08-08T19:31:03.344 DEBUG:teuthology.orchestra.run.smithi079:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-08-08T19:31:03.347 DEBUG:teuthology.orchestra.run.smithi130:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-08-08T19:31:03.360 INFO:teuthology.orchestra.run.smithi067.stderr:bash: line 1: ntpq: command not found 2024-08-08T19:31:03.360 INFO:teuthology.orchestra.run.smithi079.stderr:bash: line 1: ntpq: command not found 2024-08-08T19:31:03.361 INFO:teuthology.orchestra.run.smithi130.stderr:bash: line 1: ntpq: command not found 2024-08-08T19:31:03.363 INFO:teuthology.orchestra.run.smithi079.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-08-08T19:31:03.364 INFO:teuthology.orchestra.run.smithi079.stdout:=============================================================================== 2024-08-08T19:31:03.364 INFO:teuthology.orchestra.run.smithi079.stdout:^* hv01.front.sepia.ceph.com 3 6 377 36 +477us[ +486us] +/- 52ms 2024-08-08T19:31:03.364 INFO:teuthology.orchestra.run.smithi079.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 34 -925us[ -925us] +/- 80ms 2024-08-08T19:31:03.364 INFO:teuthology.orchestra.run.smithi079.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 37 +199us[ +208us] +/- 78ms 2024-08-08T19:31:03.364 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-08-08T19:31:03.365 INFO:teuthology.orchestra.run.smithi130.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-08-08T19:31:03.365 INFO:teuthology.orchestra.run.smithi130.stdout:=============================================================================== 2024-08-08T19:31:03.365 INFO:teuthology.orchestra.run.smithi130.stdout:^* hv01.front.sepia.ceph.com 3 6 377 35 +465us[ +468us] +/- 52ms 2024-08-08T19:31:03.365 INFO:teuthology.orchestra.run.smithi130.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 36 -944us[ -941us] +/- 80ms 2024-08-08T19:31:03.366 INFO:teuthology.orchestra.run.smithi130.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 36 +187us[ +190us] +/- 78ms 2024-08-08T19:31:03.366 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-08-08T19:31:03.367 INFO:teuthology.orchestra.run.smithi067.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-08-08T19:31:03.367 INFO:teuthology.orchestra.run.smithi067.stdout:=============================================================================== 2024-08-08T19:31:03.367 INFO:teuthology.orchestra.run.smithi067.stdout:^* hv01.front.sepia.ceph.com 3 6 377 34 +452us[ +467us] +/- 52ms 2024-08-08T19:31:03.367 INFO:teuthology.orchestra.run.smithi067.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 34 -930us[ -914us] +/- 80ms 2024-08-08T19:31:03.367 INFO:teuthology.orchestra.run.smithi067.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 35 +175us[ +191us] +/- 78ms 2024-08-08T19:31:03.368 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-08-08T19:31:03.369 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-08-08T19:31:03.377 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-08-08T19:31:03.377 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-08-08T19:31:03.385 DEBUG:teuthology.orchestra.run.smithi067:> 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-08-08T19:31:03.478 DEBUG:teuthology.orchestra.run.smithi079:> 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-08-08T19:31:03.538 DEBUG:teuthology.orchestra.run.smithi130:> 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-08-08T19:31:03.598 DEBUG:teuthology.orchestra.run.smithi067:> 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 context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-08-08T19:31:03.629 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-08-08T19:31:03.629 DEBUG:teuthology.orchestra.run.smithi079:> 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 context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-08-08T19:31:03.657 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-08-08T19:31:03.658 DEBUG:teuthology.orchestra.run.smithi130:> 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 context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-08-08T19:31:03.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-08-08T19:31:03.686 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-08-08T19:31:03.695 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-08-08T19:31:03.702 INFO:teuthology.task.internal:Duration was 910.384156 seconds 2024-08-08T19:31:03.703 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-08-08T19:31:03.711 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-08-08T19:31:03.711 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-08-08T19:31:03.714 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-08-08T19:31:03.716 DEBUG:teuthology.orchestra.run.smithi130:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-08-08T19:31:03.752 INFO:teuthology.orchestra.run.smithi079.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-08-08T19:31:03.754 INFO:teuthology.orchestra.run.smithi067.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-08-08T19:31:03.764 INFO:teuthology.orchestra.run.smithi130.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-08-08T19:31:04.019 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-08-08T19:31:04.020 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi067.front.sepia.ceph.com 2024-08-08T19:31:04.020 DEBUG:teuthology.orchestra.run.smithi067:> 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-08-08T19:31:04.043 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi079.front.sepia.ceph.com 2024-08-08T19:31:04.043 DEBUG:teuthology.orchestra.run.smithi079:> 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-08-08T19:31:04.068 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi130.front.sepia.ceph.com 2024-08-08T19:31:04.068 DEBUG:teuthology.orchestra.run.smithi130:> 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-08-08T19:31:04.100 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-08-08T19:31:04.100 DEBUG:teuthology.orchestra.run.smithi067:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-08-08T19:31:04.103 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-08-08T19:31:04.110 DEBUG:teuthology.orchestra.run.smithi130:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-08-08T19:31:04.166 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-08-08T19:31:04.166 DEBUG:teuthology.orchestra.run.smithi067:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-08-08T19:31:04.172 DEBUG:teuthology.orchestra.run.smithi079:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-08-08T19:31:04.176 DEBUG:teuthology.orchestra.run.smithi130:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-08-08T19:31:04.303 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-08-08T19:31:04.312 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-08-08T19:31:04.313 DEBUG:teuthology.orchestra.run.smithi067:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-08-08T19:31:04.339 DEBUG:teuthology.orchestra.run.smithi079:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-08-08T19:31:04.363 DEBUG:teuthology.orchestra.run.smithi130:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-08-08T19:31:04.388 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-08-08T19:31:04.397 DEBUG:teuthology.orchestra.run.smithi067:> 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-08-08T19:31:04.400 DEBUG:teuthology.orchestra.run.smithi079:> 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-08-08T19:31:04.406 DEBUG:teuthology.orchestra.run.smithi130:> 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-08-08T19:31:04.421 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern = core 2024-08-08T19:31:04.426 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = core 2024-08-08T19:31:04.451 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern = core 2024-08-08T19:31:04.466 DEBUG:teuthology.orchestra.run.smithi067:> test -e /home/ubuntu/cephtest/archive/coredump 2024-08-08T19:31:04.492 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-08-08T19:31:04.493 DEBUG:teuthology.orchestra.run.smithi079:> test -e /home/ubuntu/cephtest/archive/coredump 2024-08-08T19:31:04.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-08-08T19:31:04.513 DEBUG:teuthology.orchestra.run.smithi130:> test -e /home/ubuntu/cephtest/archive/coredump 2024-08-08T19:31:04.527 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-08-08T19:31:04.527 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-08-08T19:31:04.536 INFO:teuthology.task.internal:Transferring archived files... 2024-08-08T19:31:04.537 DEBUG:teuthology.misc:Transferring archived files from smithi067:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-08-08_17:54:46-orch:cephadm-wip-guits-main-2024-08-08-1205-distro-default-smithi/7844249/remote/smithi067 2024-08-08T19:31:04.537 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-08-08T19:31:04.573 DEBUG:teuthology.misc:Transferring archived files from smithi079:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-08-08_17:54:46-orch:cephadm-wip-guits-main-2024-08-08-1205-distro-default-smithi/7844249/remote/smithi079 2024-08-08T19:31:04.573 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-08-08T19:31:04.605 DEBUG:teuthology.misc:Transferring archived files from smithi130:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-08-08_17:54:46-orch:cephadm-wip-guits-main-2024-08-08-1205-distro-default-smithi/7844249/remote/smithi130 2024-08-08T19:31:04.605 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-08-08T19:31:04.638 INFO:teuthology.task.internal:Removing archive directory... 2024-08-08T19:31:04.638 DEBUG:teuthology.orchestra.run.smithi067:> rm -rf -- /home/ubuntu/cephtest/archive 2024-08-08T19:31:04.641 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf -- /home/ubuntu/cephtest/archive 2024-08-08T19:31:04.643 DEBUG:teuthology.orchestra.run.smithi130:> rm -rf -- /home/ubuntu/cephtest/archive 2024-08-08T19:31:04.688 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-08-08T19:31:04.699 INFO:teuthology.task.internal:Not uploading archives. 2024-08-08T19:31:04.699 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-08-08T19:31:04.707 INFO:teuthology.task.internal:Tidying up after the test... 2024-08-08T19:31:04.708 DEBUG:teuthology.orchestra.run.smithi067:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-08-08T19:31:04.710 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-08-08T19:31:04.712 DEBUG:teuthology.orchestra.run.smithi130:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-08-08T19:31:04.723 INFO:teuthology.orchestra.run.smithi067.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Aug 8 19:31 /home/ubuntu/cephtest 2024-08-08T19:31:04.725 INFO:teuthology.orchestra.run.smithi079.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Aug 8 19:31 /home/ubuntu/cephtest 2024-08-08T19:31:04.742 INFO:teuthology.orchestra.run.smithi130.stdout: 266007 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Aug 8 19:31 /home/ubuntu/cephtest 2024-08-08T19:31:04.744 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-08-08T19:31:04.753 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-08-08T19:31:04.775 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_set_mon_crush_locations} duration: 910.3841555118561 failure_reason: 'Command failed on smithi067 with status 5: ''sudo systemctl stop ceph-8c336abe-55bc-11ef-bccd-c7b262605968@mon.a''' flavor: default owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=4ce6b354d9b14298b0e9dff702ed9b7c status: fail success: false 2024-08-08T19:31:04.775 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-08-08T19:31:04.850 INFO:teuthology.run:FAIL