2023-11-16T11:42:27.527 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-16T11:42:27.527 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi --owner scheduled_adking@teuthology --description orch:cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/on mon_election/connectivity task/test_set_mon_crush_locations} --archive /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460550 -- /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460550/orig.config.yaml 2023-11-16T11:42:27.558 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-16T11:42:27.650 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460550 branch: wip-adk-testing-2023-11-16-0243 description: orch:cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/on mon_election/connectivity task/test_set_mon_crush_locations} email: adking@redhat.com first_in_suite: false job_id: '7460550' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-adk-testing-2023-11-16-0243 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 50bc6740f385afe4f36770e739358479a73d8add ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 50bc6740f385afe4f36770e739358479a73d8add selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-11-16-0243 sha1: 50bc6740f385afe4f36770e739358479a73d8add owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - mon.a - mgr.a - - host.b - osd.1 - mon.b - mgr.b - - host.c - osd.2 - mon.c seed: 3445 sha1: 50bc6740f385afe4f36770e739358479a73d8add sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-11-16-0243 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 50bc6740f385afe4f36770e739358479a73d8add targets: smithi088.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHbWqxeV3CIGeWy0se3eSla9DNoxHNyKSJ0j5VjkC2qjhFNGTPQLIjPtNJ5FNAliTJNKzm741EX3BQib1JFxarA= smithi112.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDgH5HT2cfv1KLuT4vZ6AJJe4XhmMbY/rpl/7h6YdkHEk/4RaHWfwd3U2z0Myo//84biHdSHKsi1dvL5NeQSlB8= smithi132.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH6Qk6WD9G0nQUuaAydVXk4Tc+phFioK5BYV+XXsFkLJVo4T5OSQTRD9c2xmw77WIZa7wP9ZYnQ5aqj4BrF8iIs= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - install: null - cephadm: null - cephadm.apply: specs: - placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 - cephadm.shell: host.a: - "set -ex\n# since we don't know the real hostnames before the test, the next\n\ # bit is in order to replace the fake hostnames \"host.a/b/c\" with\n# the actual\ \ names cephadm knows the host by within the mon spec\nceph orch host ls --format\ \ json | jq -r '.[] | .hostname' > realnames\necho $'host.a\\nhost.b\\nhost.c'\ \ > fakenames\necho $'a\\nb\\nc' > mon_ids\necho $'{datacenter=a}\\n{datacenter=b,rack=2}\\\ n{datacenter=a,rack=3}' > crush_locs\nceph orch ls --service-name mon --export\ \ > mon.yaml\nMONSPEC=`cat mon.yaml`\necho \"$MONSPEC\"\nwhile read realname\ \ <&3 && read fakename <&4; do\n MONSPEC=\"${MONSPEC//$fakename/$realname}\"\ \ndone 3 mon.yaml\ncat mon.yaml\n\ # now the spec should have the real hostnames, so let's re-apply\nceph orch\ \ apply -i mon.yaml\nsleep 90\nceph orch ps --refresh\nceph orch ls --service-name\ \ mon --export > mon.yaml; ceph orch apply -i mon.yaml\nsleep 90\nceph mon dump\n\ ceph mon dump --format json\n# verify all the crush locations got set from \"\ ceph mon dump\" output\nwhile read monid <&3 && read crushloc <&4; do\n ceph\ \ mon dump --format json | jq --arg monid \"$monid\" --arg crushloc \"$crushloc\"\ \ -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'\n\ done 3, func=.kill_console_loggers at 0x7fcae6ef2b80>, signals=[15]) 2023-11-16T11:42:28.117 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-16T11:42:28.124 INFO:teuthology.task.internal:Opening connections... 2023-11-16T11:42:28.124 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi088.front.sepia.ceph.com 2023-11-16T11:42:28.127 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:42:28.194 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi112.front.sepia.ceph.com 2023-11-16T11:42:28.196 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:42:28.262 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi132.front.sepia.ceph.com 2023-11-16T11:42:28.263 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:42:28.331 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-16T11:42:28.337 DEBUG:teuthology.orchestra.run.smithi088:> uname -m 2023-11-16T11:42:28.359 INFO:teuthology.orchestra.run.smithi088.stdout:x86_64 2023-11-16T11:42:28.359 DEBUG:teuthology.orchestra.run.smithi088:> cat /etc/os-release 2023-11-16T11:42:28.419 INFO:teuthology.orchestra.run.smithi088.stdout:NAME="CentOS Stream" 2023-11-16T11:42:28.420 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION="8" 2023-11-16T11:42:28.420 INFO:teuthology.orchestra.run.smithi088.stdout:ID="centos" 2023-11-16T11:42:28.420 INFO:teuthology.orchestra.run.smithi088.stdout:ID_LIKE="rhel fedora" 2023-11-16T11:42:28.420 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION_ID="8" 2023-11-16T11:42:28.420 INFO:teuthology.orchestra.run.smithi088.stdout:PLATFORM_ID="platform:el8" 2023-11-16T11:42:28.420 INFO:teuthology.orchestra.run.smithi088.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-16T11:42:28.420 INFO:teuthology.orchestra.run.smithi088.stdout:ANSI_COLOR="0;31" 2023-11-16T11:42:28.420 INFO:teuthology.orchestra.run.smithi088.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-16T11:42:28.420 INFO:teuthology.orchestra.run.smithi088.stdout:HOME_URL="https://centos.org/" 2023-11-16T11:42:28.421 INFO:teuthology.orchestra.run.smithi088.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-16T11:42:28.421 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-16T11:42:28.421 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-16T11:42:28.421 INFO:teuthology.lock.ops:Updating smithi088.front.sepia.ceph.com on lock server 2023-11-16T11:42:28.443 DEBUG:teuthology.orchestra.run.smithi112:> uname -m 2023-11-16T11:42:28.466 INFO:teuthology.orchestra.run.smithi112.stdout:x86_64 2023-11-16T11:42:28.466 DEBUG:teuthology.orchestra.run.smithi112:> cat /etc/os-release 2023-11-16T11:42:28.527 INFO:teuthology.orchestra.run.smithi112.stdout:NAME="CentOS Stream" 2023-11-16T11:42:28.528 INFO:teuthology.orchestra.run.smithi112.stdout:VERSION="8" 2023-11-16T11:42:28.528 INFO:teuthology.orchestra.run.smithi112.stdout:ID="centos" 2023-11-16T11:42:28.528 INFO:teuthology.orchestra.run.smithi112.stdout:ID_LIKE="rhel fedora" 2023-11-16T11:42:28.528 INFO:teuthology.orchestra.run.smithi112.stdout:VERSION_ID="8" 2023-11-16T11:42:28.528 INFO:teuthology.orchestra.run.smithi112.stdout:PLATFORM_ID="platform:el8" 2023-11-16T11:42:28.528 INFO:teuthology.orchestra.run.smithi112.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-16T11:42:28.528 INFO:teuthology.orchestra.run.smithi112.stdout:ANSI_COLOR="0;31" 2023-11-16T11:42:28.528 INFO:teuthology.orchestra.run.smithi112.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-16T11:42:28.528 INFO:teuthology.orchestra.run.smithi112.stdout:HOME_URL="https://centos.org/" 2023-11-16T11:42:28.528 INFO:teuthology.orchestra.run.smithi112.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-16T11:42:28.528 INFO:teuthology.orchestra.run.smithi112.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-16T11:42:28.528 INFO:teuthology.orchestra.run.smithi112.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-16T11:42:28.529 INFO:teuthology.lock.ops:Updating smithi112.front.sepia.ceph.com on lock server 2023-11-16T11:42:28.552 DEBUG:teuthology.orchestra.run.smithi132:> uname -m 2023-11-16T11:42:28.574 INFO:teuthology.orchestra.run.smithi132.stdout:x86_64 2023-11-16T11:42:28.575 DEBUG:teuthology.orchestra.run.smithi132:> cat /etc/os-release 2023-11-16T11:42:28.635 INFO:teuthology.orchestra.run.smithi132.stdout:NAME="CentOS Stream" 2023-11-16T11:42:28.635 INFO:teuthology.orchestra.run.smithi132.stdout:VERSION="8" 2023-11-16T11:42:28.635 INFO:teuthology.orchestra.run.smithi132.stdout:ID="centos" 2023-11-16T11:42:28.635 INFO:teuthology.orchestra.run.smithi132.stdout:ID_LIKE="rhel fedora" 2023-11-16T11:42:28.636 INFO:teuthology.orchestra.run.smithi132.stdout:VERSION_ID="8" 2023-11-16T11:42:28.636 INFO:teuthology.orchestra.run.smithi132.stdout:PLATFORM_ID="platform:el8" 2023-11-16T11:42:28.636 INFO:teuthology.orchestra.run.smithi132.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-16T11:42:28.636 INFO:teuthology.orchestra.run.smithi132.stdout:ANSI_COLOR="0;31" 2023-11-16T11:42:28.636 INFO:teuthology.orchestra.run.smithi132.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-16T11:42:28.636 INFO:teuthology.orchestra.run.smithi132.stdout:HOME_URL="https://centos.org/" 2023-11-16T11:42:28.636 INFO:teuthology.orchestra.run.smithi132.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-16T11:42:28.636 INFO:teuthology.orchestra.run.smithi132.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-16T11:42:28.636 INFO:teuthology.orchestra.run.smithi132.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-16T11:42:28.636 INFO:teuthology.lock.ops:Updating smithi132.front.sepia.ceph.com on lock server 2023-11-16T11:42:28.660 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-16T11:42:28.669 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-16T11:42:28.713 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-16T11:42:28.713 DEBUG:teuthology.orchestra.run.smithi088:> test '!' -e /home/ubuntu/cephtest 2023-11-16T11:42:28.716 DEBUG:teuthology.orchestra.run.smithi112:> test '!' -e /home/ubuntu/cephtest 2023-11-16T11:42:28.719 DEBUG:teuthology.orchestra.run.smithi132:> test '!' -e /home/ubuntu/cephtest 2023-11-16T11:42:28.740 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-16T11:42:28.750 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-16T11:42:28.750 DEBUG:teuthology.orchestra.run.smithi088:> test -z $(ls -A /var/lib/ceph) 2023-11-16T11:42:28.777 DEBUG:teuthology.orchestra.run.smithi112:> test -z $(ls -A /var/lib/ceph) 2023-11-16T11:42:28.780 DEBUG:teuthology.orchestra.run.smithi132:> test -z $(ls -A /var/lib/ceph) 2023-11-16T11:42:28.811 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-16T11:42:28.888 INFO:teuthology.run_tasks:Running task kernel... 2023-11-16T11:42:28.903 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-16T11:42:28.903 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-16T11:42:28.903 DEBUG:teuthology.orchestra.run.smithi088:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-16T11:42:28.904 DEBUG:teuthology.orchestra.run.smithi112:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-16T11:42:28.904 DEBUG:teuthology.orchestra.run.smithi132:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-16T11:42:28.925 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T11:42:28.925 DEBUG:teuthology.orchestra.run.smithi112:> uname -r 2023-11-16T11:42:28.926 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T11:42:28.926 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T11:42:28.927 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2023-11-16T11:42:28.928 DEBUG:teuthology.orchestra.run.smithi132:> uname -r 2023-11-16T11:42:28.985 INFO:teuthology.orchestra.run.smithi112.stdout:4.18.0-489.el8.x86_64 2023-11-16T11:42:28.986 INFO:teuthology.task.kernel:Running kernel on smithi112: 4.18.0-489.el8.x86_64 2023-11-16T11:42:28.986 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum install -y kernel 2023-11-16T11:42:28.987 INFO:teuthology.orchestra.run.smithi132.stdout:4.18.0-489.el8.x86_64 2023-11-16T11:42:28.987 INFO:teuthology.task.kernel:Running kernel on smithi132: 4.18.0-489.el8.x86_64 2023-11-16T11:42:28.988 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum install -y kernel 2023-11-16T11:42:28.989 INFO:teuthology.orchestra.run.smithi088.stdout:4.18.0-489.el8.x86_64 2023-11-16T11:42:28.989 INFO:teuthology.task.kernel:Running kernel on smithi088: 4.18.0-489.el8.x86_64 2023-11-16T11:42:28.989 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum install -y kernel 2023-11-16T11:42:36.479 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 8 - AppStream 7.1 MB/s | 34 MB 00:04 2023-11-16T11:42:36.481 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 8 - AppStream 7.0 MB/s | 34 MB 00:04 2023-11-16T11:42:37.382 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 8 - AppStream 5.8 MB/s | 34 MB 00:05 2023-11-16T11:42:44.114 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 8 - BaseOS 37 MB/s | 53 MB 00:01 2023-11-16T11:42:44.296 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 8 - BaseOS 32 MB/s | 53 MB 00:01 2023-11-16T11:42:44.881 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 8 - BaseOS 40 MB/s | 53 MB 00:01 2023-11-16T11:42:52.239 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 8 - Extras 39 kB/s | 18 kB 00:00 2023-11-16T11:42:52.412 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 8 - Extras 37 kB/s | 18 kB 00:00 2023-11-16T11:42:52.757 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 8 - Extras common packages 21 kB/s | 6.9 kB 00:00 2023-11-16T11:42:52.830 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 8 - Extras 43 kB/s | 18 kB 00:00 2023-11-16T11:42:52.896 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 8 - Extras common packages 23 kB/s | 6.9 kB 00:00 2023-11-16T11:42:53.067 INFO:teuthology.orchestra.run.smithi132.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-11-16T11:42:53.190 INFO:teuthology.orchestra.run.smithi112.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-11-16T11:42:53.289 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 8 - Extras common packages 25 kB/s | 6.9 kB 00:00 2023-11-16T11:42:53.574 INFO:teuthology.orchestra.run.smithi088.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-11-16T11:42:54.291 INFO:teuthology.orchestra.run.smithi112.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-11-16T11:42:56.484 INFO:teuthology.orchestra.run.smithi088.stdout:Extra Packages for Enterprise Linux 5.8 MB/s | 16 MB 00:02 2023-11-16T11:42:57.528 INFO:teuthology.orchestra.run.smithi132.stdout:Extra Packages for Enterprise Linux 3.7 MB/s | 16 MB 00:04 2023-11-16T11:42:58.124 INFO:teuthology.orchestra.run.smithi112.stdout:lab-extras 554 kB/s | 24 kB 00:00 2023-11-16T11:43:00.274 INFO:teuthology.orchestra.run.smithi088.stdout:lab-extras 606 kB/s | 24 kB 00:00 2023-11-16T11:43:01.367 INFO:teuthology.orchestra.run.smithi132.stdout:lab-extras 283 kB/s | 24 kB 00:00 2023-11-16T11:43:01.674 INFO:teuthology.orchestra.run.smithi112.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-16T11:43:01.674 INFO:teuthology.orchestra.run.smithi112.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-16T11:43:01.970 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T11:43:01.971 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T11:43:01.971 INFO:teuthology.orchestra.run.smithi112.stdout: Package Architecture Version Repository Size 2023-11-16T11:43:01.971 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T11:43:01.971 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2023-11-16T11:43:01.971 INFO:teuthology.orchestra.run.smithi112.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-16T11:43:01.971 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2023-11-16T11:43:01.972 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-16T11:43:01.972 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-16T11:43:01.972 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T11:43:01.972 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2023-11-16T11:43:01.972 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T11:43:01.972 INFO:teuthology.orchestra.run.smithi112.stdout:Install 3 Packages 2023-11-16T11:43:01.972 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T11:43:01.973 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 89 M 2023-11-16T11:43:01.973 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 96 M 2023-11-16T11:43:01.973 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2023-11-16T11:43:03.890 INFO:teuthology.orchestra.run.smithi088.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-16T11:43:03.890 INFO:teuthology.orchestra.run.smithi088.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-16T11:43:04.189 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T11:43:04.189 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T11:43:04.190 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2023-11-16T11:43:04.190 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T11:43:04.190 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-16T11:43:04.190 INFO:teuthology.orchestra.run.smithi088.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-16T11:43:04.190 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-11-16T11:43:04.190 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-16T11:43:04.190 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-16T11:43:04.191 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T11:43:04.191 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-16T11:43:04.191 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T11:43:04.191 INFO:teuthology.orchestra.run.smithi088.stdout:Install 3 Packages 2023-11-16T11:43:04.191 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T11:43:04.192 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 89 M 2023-11-16T11:43:04.192 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 96 M 2023-11-16T11:43:04.192 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-16T11:43:04.759 INFO:teuthology.orchestra.run.smithi088.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 19 MB/s | 10 MB 00:00 2023-11-16T11:43:05.041 INFO:teuthology.orchestra.run.smithi132.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-16T11:43:05.042 INFO:teuthology.orchestra.run.smithi132.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-16T11:43:05.319 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T11:43:05.320 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T11:43:05.320 INFO:teuthology.orchestra.run.smithi132.stdout: Package Architecture Version Repository Size 2023-11-16T11:43:05.320 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T11:43:05.320 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-11-16T11:43:05.320 INFO:teuthology.orchestra.run.smithi132.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-16T11:43:05.320 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2023-11-16T11:43:05.321 INFO:teuthology.orchestra.run.smithi132.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-16T11:43:05.321 INFO:teuthology.orchestra.run.smithi132.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-16T11:43:05.321 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T11:43:05.321 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-11-16T11:43:05.321 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T11:43:05.321 INFO:teuthology.orchestra.run.smithi132.stdout:Install 3 Packages 2023-11-16T11:43:05.321 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T11:43:05.322 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 89 M 2023-11-16T11:43:05.322 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 96 M 2023-11-16T11:43:05.322 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-11-16T11:43:05.451 INFO:teuthology.orchestra.run.smithi088.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 30 MB/s | 36 MB 00:01 2023-11-16T11:43:05.826 INFO:teuthology.orchestra.run.smithi088.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 27 MB/s | 43 MB 00:01 2023-11-16T11:43:05.826 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:43:05.826 INFO:teuthology.orchestra.run.smithi088.stdout:Total 55 MB/s | 89 MB 00:01 2023-11-16T11:43:05.893 INFO:teuthology.orchestra.run.smithi132.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 19 MB/s | 10 MB 00:00 2023-11-16T11:43:06.176 INFO:teuthology.orchestra.run.smithi112.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 16 MB/s | 10 MB 00:00 2023-11-16T11:43:06.497 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-16T11:43:06.710 INFO:teuthology.orchestra.run.smithi132.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 27 MB/s | 36 MB 00:01 2023-11-16T11:43:06.925 INFO:teuthology.orchestra.run.smithi112.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 26 MB/s | 36 MB 00:01 2023-11-16T11:43:06.928 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-16T11:43:06.929 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-16T11:43:07.219 INFO:teuthology.orchestra.run.smithi132.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 23 MB/s | 43 MB 00:01 2023-11-16T11:43:07.223 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:43:07.223 INFO:teuthology.orchestra.run.smithi132.stdout:Total 47 MB/s | 89 MB 00:01 2023-11-16T11:43:07.434 INFO:teuthology.orchestra.run.smithi112.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 23 MB/s | 43 MB 00:01 2023-11-16T11:43:07.434 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:43:07.434 INFO:teuthology.orchestra.run.smithi112.stdout:Total 16 MB/s | 89 MB 00:05 2023-11-16T11:43:07.917 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-11-16T11:43:08.111 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2023-11-16T11:43:08.176 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-16T11:43:08.191 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-16T11:43:08.346 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-11-16T11:43:08.346 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-11-16T11:43:08.530 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2023-11-16T11:43:08.530 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2023-11-16T11:43:09.585 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-11-16T11:43:09.607 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-11-16T11:43:09.753 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2023-11-16T11:43:09.783 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2023-11-16T11:43:10.920 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-16T11:43:11.456 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-16T11:43:12.378 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-11-16T11:43:12.591 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2023-11-16T11:43:13.109 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-16T11:43:13.227 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-16T11:43:15.021 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-16T11:43:15.380 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-16T11:43:16.658 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-16T11:43:16.861 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-16T11:43:17.050 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-16T11:43:17.243 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-16T11:43:18.822 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-16T11:43:19.085 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:43:20.489 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-16T11:43:20.674 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-16T11:43:20.779 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:43:20.940 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:43:40.965 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:43:40.989 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:43:41.326 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:43:41.327 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-16T11:43:41.327 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-16T11:43:42.078 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:43:42.078 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T11:43:42.079 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-16T11:43:42.079 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-16T11:43:42.079 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-16T11:43:42.079 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T11:43:42.079 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T11:43:42.218 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T11:43:42.435 INFO:teuthology.orchestra.run.smithi088.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-16T11:43:42.436 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-16T11:43:42.436 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-16T11:43:42.436 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-16T11:43:42.436 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-16T11:43:42.436 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-16T11:43:42.436 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi088.front.sepia.ceph.com, path=None, version=distro) 2023-11-16T11:43:42.436 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T11:43:42.644 INFO:teuthology.orchestra.run.smithi088.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-16T11:43:42.644 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-16T11:43:42.645 DEBUG:teuthology.orchestra.run.smithi088:> sudo rpm -qi grub2-tools 2023-11-16T11:43:42.678 INFO:teuthology.orchestra.run.smithi088.stdout:Name : grub2-tools 2023-11-16T11:43:42.678 INFO:teuthology.orchestra.run.smithi088.stdout:Epoch : 1 2023-11-16T11:43:42.678 INFO:teuthology.orchestra.run.smithi088.stdout:Version : 2.02 2023-11-16T11:43:42.678 INFO:teuthology.orchestra.run.smithi088.stdout:Release : 129.el8 2023-11-16T11:43:42.679 INFO:teuthology.orchestra.run.smithi088.stdout:Architecture: x86_64 2023-11-16T11:43:42.679 INFO:teuthology.orchestra.run.smithi088.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-16T11:43:42.679 INFO:teuthology.orchestra.run.smithi088.stdout:Group : System Environment/Base 2023-11-16T11:43:42.679 INFO:teuthology.orchestra.run.smithi088.stdout:Size : 9265586 2023-11-16T11:43:42.679 INFO:teuthology.orchestra.run.smithi088.stdout:License : GPLv3+ 2023-11-16T11:43:42.679 INFO:teuthology.orchestra.run.smithi088.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-16T11:43:42.679 INFO:teuthology.orchestra.run.smithi088.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-16T11:43:42.679 INFO:teuthology.orchestra.run.smithi088.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-16T11:43:42.679 INFO:teuthology.orchestra.run.smithi088.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-16T11:43:42.679 INFO:teuthology.orchestra.run.smithi088.stdout:Relocations : (not relocatable) 2023-11-16T11:43:42.679 INFO:teuthology.orchestra.run.smithi088.stdout:Packager : CentOS BuildSystem 2023-11-16T11:43:42.679 INFO:teuthology.orchestra.run.smithi088.stdout:Vendor : CentOS 2023-11-16T11:43:42.679 INFO:teuthology.orchestra.run.smithi088.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-16T11:43:42.680 INFO:teuthology.orchestra.run.smithi088.stdout:Summary : Support tools for GRUB. 2023-11-16T11:43:42.680 INFO:teuthology.orchestra.run.smithi088.stdout:Description : 2023-11-16T11:43:42.680 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T11:43:42.680 INFO:teuthology.orchestra.run.smithi088.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-16T11:43:42.680 INFO:teuthology.orchestra.run.smithi088.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-16T11:43:42.680 INFO:teuthology.orchestra.run.smithi088.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-16T11:43:42.680 INFO:teuthology.orchestra.run.smithi088.stdout:hardware devices. 2023-11-16T11:43:42.680 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T11:43:42.680 INFO:teuthology.orchestra.run.smithi088.stdout:This subpackage provides tools for support of all platforms. 2023-11-16T11:43:42.682 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-16T11:43:42.682 INFO:teuthology.task.kernel:Updating grub on smithi088 to boot 4.18.0-521.el8.x86_64 2023-11-16T11:43:42.682 DEBUG:teuthology.orchestra.run.smithi088:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-16T11:43:42.768 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:43:42.790 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:43:42.860 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:43:42.882 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:43:43.136 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:43:43.136 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-16T11:43:43.136 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-16T11:43:43.231 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:43:43.232 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-16T11:43:43.232 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-16T11:43:44.014 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:43:44.014 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T11:43:44.014 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-11-16T11:43:44.014 INFO:teuthology.orchestra.run.smithi132.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-16T11:43:44.014 INFO:teuthology.orchestra.run.smithi132.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-16T11:43:44.014 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T11:43:44.014 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T11:43:44.122 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:43:44.122 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T11:43:44.123 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2023-11-16T11:43:44.123 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-16T11:43:44.123 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-16T11:43:44.123 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T11:43:44.123 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T11:43:44.154 INFO:teuthology.orchestra.run.smithi088.stderr:Generating grub configuration file ... 2023-11-16T11:43:44.259 DEBUG:teuthology.orchestra.run.smithi112:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T11:43:44.480 INFO:teuthology.orchestra.run.smithi112.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-16T11:43:44.481 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-16T11:43:44.482 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-16T11:43:44.482 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-16T11:43:44.482 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-16T11:43:44.482 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-16T11:43:44.483 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi112.front.sepia.ceph.com, path=None, version=distro) 2023-11-16T11:43:44.483 DEBUG:teuthology.orchestra.run.smithi112:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T11:43:44.694 INFO:teuthology.orchestra.run.smithi112.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-16T11:43:44.695 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-16T11:43:44.695 DEBUG:teuthology.orchestra.run.smithi112:> sudo rpm -qi grub2-tools 2023-11-16T11:43:44.731 INFO:teuthology.orchestra.run.smithi112.stdout:Name : grub2-tools 2023-11-16T11:43:44.731 INFO:teuthology.orchestra.run.smithi112.stdout:Epoch : 1 2023-11-16T11:43:44.731 INFO:teuthology.orchestra.run.smithi112.stdout:Version : 2.02 2023-11-16T11:43:44.731 INFO:teuthology.orchestra.run.smithi112.stdout:Release : 129.el8 2023-11-16T11:43:44.731 INFO:teuthology.orchestra.run.smithi112.stdout:Architecture: x86_64 2023-11-16T11:43:44.732 INFO:teuthology.orchestra.run.smithi112.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-16T11:43:44.732 INFO:teuthology.orchestra.run.smithi112.stdout:Group : System Environment/Base 2023-11-16T11:43:44.732 INFO:teuthology.orchestra.run.smithi112.stdout:Size : 9265586 2023-11-16T11:43:44.732 INFO:teuthology.orchestra.run.smithi112.stdout:License : GPLv3+ 2023-11-16T11:43:44.732 INFO:teuthology.orchestra.run.smithi112.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-16T11:43:44.732 INFO:teuthology.orchestra.run.smithi112.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-16T11:43:44.732 INFO:teuthology.orchestra.run.smithi112.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-16T11:43:44.732 INFO:teuthology.orchestra.run.smithi112.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-16T11:43:44.732 INFO:teuthology.orchestra.run.smithi112.stdout:Relocations : (not relocatable) 2023-11-16T11:43:44.732 INFO:teuthology.orchestra.run.smithi112.stdout:Packager : CentOS BuildSystem 2023-11-16T11:43:44.732 INFO:teuthology.orchestra.run.smithi112.stdout:Vendor : CentOS 2023-11-16T11:43:44.733 INFO:teuthology.orchestra.run.smithi112.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-16T11:43:44.733 INFO:teuthology.orchestra.run.smithi112.stdout:Summary : Support tools for GRUB. 2023-11-16T11:43:44.733 INFO:teuthology.orchestra.run.smithi112.stdout:Description : 2023-11-16T11:43:44.733 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T11:43:44.733 INFO:teuthology.orchestra.run.smithi112.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-16T11:43:44.733 INFO:teuthology.orchestra.run.smithi112.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-16T11:43:44.733 INFO:teuthology.orchestra.run.smithi112.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-16T11:43:44.733 INFO:teuthology.orchestra.run.smithi112.stdout:hardware devices. 2023-11-16T11:43:44.733 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T11:43:44.733 INFO:teuthology.orchestra.run.smithi112.stdout:This subpackage provides tools for support of all platforms. 2023-11-16T11:43:44.733 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-16T11:43:44.734 INFO:teuthology.task.kernel:Updating grub on smithi112 to boot 4.18.0-521.el8.x86_64 2023-11-16T11:43:44.734 DEBUG:teuthology.orchestra.run.smithi112:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-16T11:43:44.927 DEBUG:teuthology.orchestra.run.smithi132:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T11:43:45.146 INFO:teuthology.orchestra.run.smithi132.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-16T11:43:45.146 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-16T11:43:45.146 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-16T11:43:45.146 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-16T11:43:45.146 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-16T11:43:45.147 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2023-11-16T11:43:45.147 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi132.front.sepia.ceph.com, path=None, version=distro) 2023-11-16T11:43:45.147 DEBUG:teuthology.orchestra.run.smithi132:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T11:43:45.356 INFO:teuthology.orchestra.run.smithi132.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-16T11:43:45.356 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-16T11:43:45.356 DEBUG:teuthology.orchestra.run.smithi132:> sudo rpm -qi grub2-tools 2023-11-16T11:43:45.389 INFO:teuthology.orchestra.run.smithi132.stdout:Name : grub2-tools 2023-11-16T11:43:45.390 INFO:teuthology.orchestra.run.smithi132.stdout:Epoch : 1 2023-11-16T11:43:45.390 INFO:teuthology.orchestra.run.smithi132.stdout:Version : 2.02 2023-11-16T11:43:45.390 INFO:teuthology.orchestra.run.smithi132.stdout:Release : 129.el8 2023-11-16T11:43:45.390 INFO:teuthology.orchestra.run.smithi132.stdout:Architecture: x86_64 2023-11-16T11:43:45.390 INFO:teuthology.orchestra.run.smithi132.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-16T11:43:45.390 INFO:teuthology.orchestra.run.smithi132.stdout:Group : System Environment/Base 2023-11-16T11:43:45.390 INFO:teuthology.orchestra.run.smithi132.stdout:Size : 9265586 2023-11-16T11:43:45.390 INFO:teuthology.orchestra.run.smithi132.stdout:License : GPLv3+ 2023-11-16T11:43:45.390 INFO:teuthology.orchestra.run.smithi132.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-16T11:43:45.390 INFO:teuthology.orchestra.run.smithi132.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-16T11:43:45.390 INFO:teuthology.orchestra.run.smithi132.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-16T11:43:45.390 INFO:teuthology.orchestra.run.smithi132.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-16T11:43:45.390 INFO:teuthology.orchestra.run.smithi132.stdout:Relocations : (not relocatable) 2023-11-16T11:43:45.391 INFO:teuthology.orchestra.run.smithi132.stdout:Packager : CentOS BuildSystem 2023-11-16T11:43:45.391 INFO:teuthology.orchestra.run.smithi132.stdout:Vendor : CentOS 2023-11-16T11:43:45.391 INFO:teuthology.orchestra.run.smithi132.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-16T11:43:45.391 INFO:teuthology.orchestra.run.smithi132.stdout:Summary : Support tools for GRUB. 2023-11-16T11:43:45.391 INFO:teuthology.orchestra.run.smithi132.stdout:Description : 2023-11-16T11:43:45.391 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T11:43:45.391 INFO:teuthology.orchestra.run.smithi132.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-16T11:43:45.391 INFO:teuthology.orchestra.run.smithi132.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-16T11:43:45.391 INFO:teuthology.orchestra.run.smithi132.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-16T11:43:45.391 INFO:teuthology.orchestra.run.smithi132.stdout:hardware devices. 2023-11-16T11:43:45.391 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T11:43:45.391 INFO:teuthology.orchestra.run.smithi132.stdout:This subpackage provides tools for support of all platforms. 2023-11-16T11:43:45.392 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-16T11:43:45.392 INFO:teuthology.task.kernel:Updating grub on smithi132 to boot 4.18.0-521.el8.x86_64 2023-11-16T11:43:45.393 DEBUG:teuthology.orchestra.run.smithi132:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-16T11:43:46.092 INFO:teuthology.orchestra.run.smithi112.stderr:Generating grub configuration file ... 2023-11-16T11:43:46.357 INFO:teuthology.orchestra.run.smithi088.stderr:done 2023-11-16T11:43:46.358 DEBUG:teuthology.orchestra.run.smithi088:> mktemp 2023-11-16T11:43:46.387 INFO:teuthology.orchestra.run.smithi088.stdout:/tmp/tmp.mMMyCsQ1AA 2023-11-16T11:43:46.388 DEBUG:teuthology.orchestra.run.smithi088:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.mMMyCsQ1AA 2023-11-16T11:43:46.479 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 0666 /tmp/tmp.mMMyCsQ1AA 2023-11-16T11:43:46.579 DEBUG:teuthology.orchestra.remote:smithi088:/tmp/tmp.mMMyCsQ1AA is 6KB 2023-11-16T11:43:46.629 DEBUG:teuthology.orchestra.run.smithi088:> rm -fr /tmp/tmp.mMMyCsQ1AA 2023-11-16T11:43:46.647 DEBUG:teuthology.orchestra.run.smithi088:> sudo /bin/ls /boot/loader/entries || true 2023-11-16T11:43:46.722 INFO:teuthology.orchestra.run.smithi088.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-16T11:43:46.722 INFO:teuthology.orchestra.run.smithi088.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-16T11:43:46.722 INFO:teuthology.orchestra.run.smithi088.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-16T11:43:46.722 INFO:teuthology.orchestra.run.smithi088.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-16T11:43:46.723 DEBUG:teuthology.orchestra.run.smithi088:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-16T11:43:46.852 INFO:teuthology.orchestra.run.smithi132.stderr:Generating grub configuration file ... 2023-11-16T11:43:46.873 DEBUG:teuthology.orchestra.run.smithi088:> sudo shutdown -r now 2023-11-16T11:43:48.397 INFO:teuthology.orchestra.run.smithi112.stderr:done 2023-11-16T11:43:48.398 DEBUG:teuthology.orchestra.run.smithi112:> mktemp 2023-11-16T11:43:48.426 INFO:teuthology.orchestra.run.smithi112.stdout:/tmp/tmp.wh47hEZ368 2023-11-16T11:43:48.427 DEBUG:teuthology.orchestra.run.smithi112:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.wh47hEZ368 2023-11-16T11:43:48.500 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod 0666 /tmp/tmp.wh47hEZ368 2023-11-16T11:43:48.643 DEBUG:teuthology.orchestra.remote:smithi112:/tmp/tmp.wh47hEZ368 is 6KB 2023-11-16T11:43:48.693 DEBUG:teuthology.orchestra.run.smithi112:> rm -fr /tmp/tmp.wh47hEZ368 2023-11-16T11:43:48.710 DEBUG:teuthology.orchestra.run.smithi112:> sudo /bin/ls /boot/loader/entries || true 2023-11-16T11:43:48.778 INFO:teuthology.orchestra.run.smithi112.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-16T11:43:48.779 INFO:teuthology.orchestra.run.smithi112.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-16T11:43:48.779 INFO:teuthology.orchestra.run.smithi112.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-16T11:43:48.779 INFO:teuthology.orchestra.run.smithi112.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-16T11:43:48.780 DEBUG:teuthology.orchestra.run.smithi112:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-16T11:43:48.937 DEBUG:teuthology.orchestra.run.smithi112:> sudo shutdown -r now 2023-11-16T11:43:49.142 INFO:teuthology.orchestra.run.smithi132.stderr:done 2023-11-16T11:43:49.142 DEBUG:teuthology.orchestra.run.smithi132:> mktemp 2023-11-16T11:43:49.173 INFO:teuthology.orchestra.run.smithi132.stdout:/tmp/tmp.pTNMFbLgBR 2023-11-16T11:43:49.174 DEBUG:teuthology.orchestra.run.smithi132:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.pTNMFbLgBR 2023-11-16T11:43:49.247 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod 0666 /tmp/tmp.pTNMFbLgBR 2023-11-16T11:43:49.416 DEBUG:teuthology.orchestra.remote:smithi132:/tmp/tmp.pTNMFbLgBR is 6KB 2023-11-16T11:43:49.466 DEBUG:teuthology.orchestra.run.smithi132:> rm -fr /tmp/tmp.pTNMFbLgBR 2023-11-16T11:43:49.484 DEBUG:teuthology.orchestra.run.smithi132:> sudo /bin/ls /boot/loader/entries || true 2023-11-16T11:43:49.549 INFO:teuthology.orchestra.run.smithi132.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-16T11:43:49.549 INFO:teuthology.orchestra.run.smithi132.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-16T11:43:49.549 INFO:teuthology.orchestra.run.smithi132.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-16T11:43:49.549 INFO:teuthology.orchestra.run.smithi132.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-16T11:43:49.550 DEBUG:teuthology.orchestra.run.smithi132:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-16T11:43:49.694 DEBUG:teuthology.orchestra.run.smithi132:> sudo shutdown -r now 2023-11-16T11:44:16.903 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-16T11:44:16.904 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-11-16T11:44:16.905 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:44:18.942 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-16T11:44:18.943 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2023-11-16T11:44:18.944 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:44:19.703 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2023-11-16T11:44:19.703 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-11-16T11:44:19.703 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:44:35.451 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2023-11-16T11:44:37.498 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.112 2023-11-16T11:44:38.267 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.132 2023-11-16T11:44:44.458 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-11-16T11:44:47.809 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:44:47.816 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2023-11-16T11:44:47.817 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:44:47.818 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-11-16T11:44:47.819 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:44:50.875 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2023-11-16T11:44:50.875 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.112 2023-11-16T11:45:02.886 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-11-16T11:45:02.887 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:45:02.888 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2023-11-16T11:45:02.889 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:45:21.282 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2023-11-16T11:45:34.884 DEBUG:teuthology.orchestra.run.smithi112:> true 2023-11-16T11:45:35.856 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi112.front.sepia.ceph.com' 2023-11-16T11:45:35.856 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-521.el8.x86_64"... 2023-11-16T11:45:35.857 DEBUG:teuthology.orchestra.run.smithi112:> uname -r 2023-11-16T11:45:36.225 INFO:teuthology.orchestra.run.smithi112.stdout:4.18.0-521.el8.x86_64 2023-11-16T11:45:36.225 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-16T11:45:36.225 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-16T11:45:36.225 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-16T11:45:36.284 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-11-16T11:45:36.285 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:45:37.226 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-16T11:45:37.226 DEBUG:teuthology.orchestra.run.smithi112:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-16T11:45:37.286 INFO:teuthology.orchestra.run.smithi112.stdout:ttyS1 2023-11-16T11:45:37.305 DEBUG:teuthology.parallel:result is None 2023-11-16T11:45:37.776 DEBUG:teuthology.orchestra.run.smithi088:> true 2023-11-16T11:45:38.117 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-11-16T11:45:38.117 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-521.el8.x86_64"... 2023-11-16T11:45:38.117 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2023-11-16T11:45:38.138 INFO:teuthology.orchestra.run.smithi088.stdout:4.18.0-521.el8.x86_64 2023-11-16T11:45:38.138 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-16T11:45:38.138 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-16T11:45:38.138 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-16T11:45:39.139 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-16T11:45:39.140 DEBUG:teuthology.orchestra.run.smithi088:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-16T11:45:39.212 INFO:teuthology.orchestra.run.smithi088.stdout:ttyS1 2023-11-16T11:45:39.235 DEBUG:teuthology.parallel:result is None 2023-11-16T11:45:47.822 DEBUG:teuthology.orchestra.remote:timed out 2023-11-16T11:45:59.823 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-11-16T11:45:59.825 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:46:00.161 DEBUG:teuthology.orchestra.run.smithi132:> true 2023-11-16T11:46:00.448 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-11-16T11:46:00.449 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "4.18.0-521.el8.x86_64"... 2023-11-16T11:46:00.449 DEBUG:teuthology.orchestra.run.smithi132:> uname -r 2023-11-16T11:46:00.471 INFO:teuthology.orchestra.run.smithi132.stdout:4.18.0-521.el8.x86_64 2023-11-16T11:46:00.471 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-16T11:46:00.471 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-16T11:46:00.471 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-16T11:46:01.472 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-11-16T11:46:01.472 DEBUG:teuthology.orchestra.run.smithi132:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-16T11:46:01.554 INFO:teuthology.orchestra.run.smithi132.stdout:ttyS1 2023-11-16T11:46:01.575 DEBUG:teuthology.parallel:result is None 2023-11-16T11:46:01.576 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-16T11:46:01.582 INFO:teuthology.task.internal:Creating test directory... 2023-11-16T11:46:01.583 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-16T11:46:01.587 DEBUG:teuthology.orchestra.run.smithi112:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-16T11:46:01.594 DEBUG:teuthology.orchestra.run.smithi132:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-16T11:46:01.620 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-16T11:46:01.628 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-16T11:46:01.666 INFO:teuthology.task.internal:Creating archive directory... 2023-11-16T11:46:01.666 DEBUG:teuthology.orchestra.run.smithi088:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-16T11:46:01.672 DEBUG:teuthology.orchestra.run.smithi112:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-16T11:46:01.677 DEBUG:teuthology.orchestra.run.smithi132:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-16T11:46:01.741 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-16T11:46:01.750 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-16T11:46:01.750 DEBUG:teuthology.orchestra.run.smithi088:> 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 2023-11-16T11:46:01.753 DEBUG:teuthology.orchestra.run.smithi112:> 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 2023-11-16T11:46:01.761 DEBUG:teuthology.orchestra.run.smithi132:> 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 2023-11-16T11:46:01.796 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T11:46:01.806 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T11:46:01.810 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T11:46:01.813 INFO:teuthology.orchestra.run.smithi132.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T11:46:01.823 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T11:46:01.825 INFO:teuthology.orchestra.run.smithi132.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T11:46:01.826 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-16T11:46:01.833 INFO:teuthology.task.internal:Configuring sudo... 2023-11-16T11:46:01.834 DEBUG:teuthology.orchestra.run.smithi088:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-16T11:46:01.836 DEBUG:teuthology.orchestra.run.smithi112:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-16T11:46:01.854 DEBUG:teuthology.orchestra.run.smithi132:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-16T11:46:01.884 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-16T11:46:01.893 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-16T11:46:01.893 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-16T11:46:01.910 DEBUG:teuthology.orchestra.run.smithi112:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-16T11:46:01.924 DEBUG:teuthology.orchestra.run.smithi132:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-16T11:46:01.944 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T11:46:02.011 DEBUG:teuthology.orchestra.run.smithi088:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T11:46:02.063 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T11:46:02.146 DEBUG:teuthology.orchestra.run.smithi088:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T11:46:02.189 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-11-16T11:46:02.190 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-16T11:46:02.259 DEBUG:teuthology.orchestra.run.smithi112:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T11:46:02.306 DEBUG:teuthology.orchestra.run.smithi112:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T11:46:02.356 DEBUG:teuthology.orchestra.run.smithi112:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T11:46:02.450 DEBUG:teuthology.orchestra.run.smithi112:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T11:46:02.487 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2023-11-16T11:46:02.487 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-16T11:46:02.557 DEBUG:teuthology.orchestra.run.smithi132:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T11:46:02.606 DEBUG:teuthology.orchestra.run.smithi132:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T11:46:02.660 DEBUG:teuthology.orchestra.run.smithi132:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T11:46:02.746 DEBUG:teuthology.orchestra.run.smithi132:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T11:46:02.792 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-11-16T11:46:02.793 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-16T11:46:02.864 DEBUG:teuthology.orchestra.run.smithi088:> sudo service rsyslog restart 2023-11-16T11:46:02.868 DEBUG:teuthology.orchestra.run.smithi112:> sudo service rsyslog restart 2023-11-16T11:46:02.870 DEBUG:teuthology.orchestra.run.smithi132:> sudo service rsyslog restart 2023-11-16T11:46:02.942 INFO:teuthology.orchestra.run.smithi112.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T11:46:02.946 INFO:teuthology.orchestra.run.smithi088.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T11:46:02.966 INFO:teuthology.orchestra.run.smithi132.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T11:46:03.289 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-16T11:46:03.305 INFO:teuthology.task.internal:Starting timer... 2023-11-16T11:46:03.305 INFO:teuthology.run_tasks:Running task pcp... 2023-11-16T11:46:03.330 INFO:teuthology.run_tasks:Running task selinux... 2023-11-16T11:46:03.360 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-16T11:46:03.360 DEBUG:teuthology.orchestra.run.smithi088:> sudo service auditd rotate 2023-11-16T11:46:03.439 INFO:teuthology.orchestra.run.smithi088.stdout:Rotating logs: 2023-11-16T11:46:03.441 DEBUG:teuthology.orchestra.run.smithi112:> sudo service auditd rotate 2023-11-16T11:46:03.527 INFO:teuthology.orchestra.run.smithi112.stdout:Rotating logs: 2023-11-16T11:46:03.528 DEBUG:teuthology.orchestra.run.smithi132:> sudo service auditd rotate 2023-11-16T11:46:03.619 INFO:teuthology.orchestra.run.smithi132.stdout:Rotating logs: 2023-11-16T11:46:03.945 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-16T11:46:03.946 DEBUG:teuthology.orchestra.run.smithi088:> /usr/sbin/getenforce 2023-11-16T11:46:04.030 INFO:teuthology.orchestra.run.smithi088.stdout:Permissive 2023-11-16T11:46:04.031 DEBUG:teuthology.orchestra.run.smithi112:> /usr/sbin/getenforce 2023-11-16T11:46:04.096 INFO:teuthology.orchestra.run.smithi112.stdout:Permissive 2023-11-16T11:46:04.097 DEBUG:teuthology.orchestra.run.smithi132:> /usr/sbin/getenforce 2023-11-16T11:46:04.171 INFO:teuthology.orchestra.run.smithi132.stdout:Permissive 2023-11-16T11:46:04.171 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi088.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi112.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi132.front.sepia.ceph.com': 'permissive'} 2023-11-16T11:46:04.172 DEBUG:teuthology.orchestra.run.smithi088:> 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 2023-11-16T11:46:04.201 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T11:46:04.201 DEBUG:teuthology.orchestra.run.smithi112:> 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 2023-11-16T11:46:04.229 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T11:46:04.230 DEBUG:teuthology.orchestra.run.smithi132:> 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 2023-11-16T11:46:04.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T11:46:04.257 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-16T11:46:04.258 DEBUG:teuthology.orchestra.run.smithi088:> sudo /usr/sbin/setenforce permissive 2023-11-16T11:46:04.286 DEBUG:teuthology.orchestra.run.smithi112:> sudo /usr/sbin/setenforce permissive 2023-11-16T11:46:04.314 DEBUG:teuthology.orchestra.run.smithi132:> sudo /usr/sbin/setenforce permissive 2023-11-16T11:46:04.341 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-16T11:46:04.361 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-11-16T11:46:04.361 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-16T11:46:04.396 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'}]}] 2023-11-16T11:46:04.397 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi088.front.sepia.ceph.com,smithi112.front.sepia.ceph.com,smithi132.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-16T11:57:32.929 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi088.front.sepia.ceph.com'), Remote(name='ubuntu@smithi112.front.sepia.ceph.com'), Remote(name='ubuntu@smithi132.front.sepia.ceph.com')] 2023-11-16T11:57:32.930 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-11-16T11:57:32.931 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:57:33.000 DEBUG:teuthology.orchestra.run.smithi088:> true 2023-11-16T11:57:33.025 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-11-16T11:57:33.026 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2023-11-16T11:57:33.026 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:57:33.093 DEBUG:teuthology.orchestra.run.smithi112:> true 2023-11-16T11:57:33.163 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi112.front.sepia.ceph.com' 2023-11-16T11:57:33.163 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-11-16T11:57:33.164 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:57:33.233 DEBUG:teuthology.orchestra.run.smithi132:> true 2023-11-16T11:57:33.301 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi132.front.sepia.ceph.com' 2023-11-16T11:57:33.302 INFO:teuthology.run_tasks:Running task clock... 2023-11-16T11:57:33.312 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-16T11:57:33.312 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-16T11:57:33.313 DEBUG:teuthology.orchestra.run.smithi088:> 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 2023-11-16T11:57:33.315 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-16T11:57:33.315 DEBUG:teuthology.orchestra.run.smithi112:> 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 2023-11-16T11:57:33.317 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-16T11:57:33.318 DEBUG:teuthology.orchestra.run.smithi132:> 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 2023-11-16T11:57:33.347 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-16T11:57:33.348 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-16T11:57:33.362 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-16T11:57:33.362 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-16T11:57:33.377 INFO:teuthology.orchestra.run.smithi132.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-16T11:57:33.392 INFO:teuthology.orchestra.run.smithi132.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-16T11:57:33.430 INFO:teuthology.orchestra.run.smithi088.stderr:sudo: ntpd: command not found 2023-11-16T11:57:33.430 INFO:teuthology.orchestra.run.smithi112.stderr:sudo: ntpd: command not found 2023-11-16T11:57:33.441 INFO:teuthology.orchestra.run.smithi088.stdout:506 Cannot talk to daemon 2023-11-16T11:57:33.441 INFO:teuthology.orchestra.run.smithi112.stdout:506 Cannot talk to daemon 2023-11-16T11:57:33.454 INFO:teuthology.orchestra.run.smithi132.stderr:sudo: ntpd: command not found 2023-11-16T11:57:33.454 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-16T11:57:33.455 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-16T11:57:33.466 INFO:teuthology.orchestra.run.smithi132.stdout:506 Cannot talk to daemon 2023-11-16T11:57:33.467 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-16T11:57:33.468 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-16T11:57:33.480 INFO:teuthology.orchestra.run.smithi132.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-16T11:57:33.493 INFO:teuthology.orchestra.run.smithi132.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-16T11:57:33.531 INFO:teuthology.orchestra.run.smithi112.stderr:bash: ntpq: command not found 2023-11-16T11:57:33.534 INFO:teuthology.orchestra.run.smithi112.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T11:57:33.534 INFO:teuthology.orchestra.run.smithi112.stdout:=============================================================================== 2023-11-16T11:57:33.534 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:33.534 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:33.535 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:33.535 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:33.543 INFO:teuthology.orchestra.run.smithi088.stderr:bash: ntpq: command not found 2023-11-16T11:57:33.546 INFO:teuthology.orchestra.run.smithi088.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T11:57:33.546 INFO:teuthology.orchestra.run.smithi088.stdout:=============================================================================== 2023-11-16T11:57:33.546 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:33.546 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:33.547 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:33.547 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:33.570 INFO:teuthology.orchestra.run.smithi132.stderr:bash: ntpq: command not found 2023-11-16T11:57:33.574 INFO:teuthology.orchestra.run.smithi132.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T11:57:33.574 INFO:teuthology.orchestra.run.smithi132.stdout:=============================================================================== 2023-11-16T11:57:33.574 INFO:teuthology.orchestra.run.smithi132.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:33.574 INFO:teuthology.orchestra.run.smithi132.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:33.574 INFO:teuthology.orchestra.run.smithi132.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:33.574 INFO:teuthology.orchestra.run.smithi132.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:57:33.575 INFO:teuthology.run_tasks:Running task pexec... 2023-11-16T11:57:33.584 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-16T11:57:33.584 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi088.front.sepia.ceph.com 2023-11-16T11:57:33.585 DEBUG:teuthology.orchestra.run.smithi088:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-16T11:57:33.585 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi112.front.sepia.ceph.com 2023-11-16T11:57:33.585 DEBUG:teuthology.orchestra.run.smithi112:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-16T11:57:33.585 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi132.front.sepia.ceph.com 2023-11-16T11:57:33.586 DEBUG:teuthology.orchestra.run.smithi132:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-16T11:57:34.461 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:45 ago on Thu 16 Nov 2023 11:55:49 AM UTC. 2023-11-16T11:57:34.464 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:44 ago on Thu 16 Nov 2023 11:55:50 AM UTC. 2023-11-16T11:57:34.494 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:01:45 ago on Thu 16 Nov 2023 11:55:49 AM UTC. 2023-11-16T11:57:36.564 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T11:57:36.565 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T11:57:36.565 INFO:teuthology.orchestra.run.smithi112.stdout: Package Architecture Version Repository Size 2023-11-16T11:57:36.565 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T11:57:36.566 INFO:teuthology.orchestra.run.smithi112.stdout:Resetting modules: 2023-11-16T11:57:36.566 INFO:teuthology.orchestra.run.smithi112.stdout: container-tools 2023-11-16T11:57:36.566 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T11:57:36.566 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2023-11-16T11:57:36.566 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T11:57:36.566 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T11:57:36.577 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T11:57:36.578 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T11:57:36.578 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2023-11-16T11:57:36.578 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T11:57:36.579 INFO:teuthology.orchestra.run.smithi088.stdout:Resetting modules: 2023-11-16T11:57:36.579 INFO:teuthology.orchestra.run.smithi088.stdout: container-tools 2023-11-16T11:57:36.579 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T11:57:36.579 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-16T11:57:36.579 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T11:57:36.579 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T11:57:36.589 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T11:57:36.590 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T11:57:36.590 INFO:teuthology.orchestra.run.smithi132.stdout: Package Architecture Version Repository Size 2023-11-16T11:57:36.590 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T11:57:36.590 INFO:teuthology.orchestra.run.smithi132.stdout:Resetting modules: 2023-11-16T11:57:36.591 INFO:teuthology.orchestra.run.smithi132.stdout: container-tools 2023-11-16T11:57:36.591 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T11:57:36.591 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-11-16T11:57:36.591 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T11:57:36.591 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T11:57:36.822 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T11:57:36.833 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T11:57:36.839 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T11:57:37.763 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:48 ago on Thu 16 Nov 2023 11:55:49 AM UTC. 2023-11-16T11:57:37.798 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:01:48 ago on Thu 16 Nov 2023 11:55:49 AM UTC. 2023-11-16T11:57:37.799 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:47 ago on Thu 16 Nov 2023 11:55:50 AM UTC. 2023-11-16T11:57:39.824 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T11:57:39.911 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T11:57:39.919 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T11:57:40.003 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T11:57:40.003 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2023-11-16T11:57:40.003 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T11:57:40.003 INFO:teuthology.orchestra.run.smithi112.stdout:Installing group/module packages: 2023-11-16T11:57:40.003 INFO:teuthology.orchestra.run.smithi112.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-16T11:57:40.003 INFO:teuthology.orchestra.run.smithi112.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-16T11:57:40.003 INFO:teuthology.orchestra.run.smithi112.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-16T11:57:40.003 INFO:teuthology.orchestra.run.smithi112.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-16T11:57:40.003 INFO:teuthology.orchestra.run.smithi112.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-16T11:57:40.003 INFO:teuthology.orchestra.run.smithi112.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-16T11:57:40.003 INFO:teuthology.orchestra.run.smithi112.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-16T11:57:40.004 INFO:teuthology.orchestra.run.smithi112.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-16T11:57:40.004 INFO:teuthology.orchestra.run.smithi112.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-16T11:57:40.004 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2023-11-16T11:57:40.004 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-16T11:57:40.004 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-16T11:57:40.004 INFO:teuthology.orchestra.run.smithi112.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-16T11:57:40.004 INFO:teuthology.orchestra.run.smithi112.stdout:Installing weak dependencies: 2023-11-16T11:57:40.004 INFO:teuthology.orchestra.run.smithi112.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-16T11:57:40.004 INFO:teuthology.orchestra.run.smithi112.stdout:Installing module profiles: 2023-11-16T11:57:40.004 INFO:teuthology.orchestra.run.smithi112.stdout: container-tools/common 2023-11-16T11:57:40.004 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T11:57:40.004 INFO:teuthology.orchestra.run.smithi112.stdout:Enabling module streams: 2023-11-16T11:57:40.004 INFO:teuthology.orchestra.run.smithi112.stdout: container-tools rhel8 2023-11-16T11:57:40.004 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T11:57:40.004 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2023-11-16T11:57:40.005 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T11:57:40.005 INFO:teuthology.orchestra.run.smithi112.stdout:Install 13 Packages 2023-11-16T11:57:40.005 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T11:57:40.005 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 27 M 2023-11-16T11:57:40.005 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 89 M 2023-11-16T11:57:40.005 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2023-11-16T11:57:40.089 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T11:57:40.089 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2023-11-16T11:57:40.089 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T11:57:40.089 INFO:teuthology.orchestra.run.smithi132.stdout:Installing group/module packages: 2023-11-16T11:57:40.089 INFO:teuthology.orchestra.run.smithi132.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-16T11:57:40.089 INFO:teuthology.orchestra.run.smithi132.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-16T11:57:40.090 INFO:teuthology.orchestra.run.smithi132.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-16T11:57:40.090 INFO:teuthology.orchestra.run.smithi132.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-16T11:57:40.090 INFO:teuthology.orchestra.run.smithi132.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-16T11:57:40.090 INFO:teuthology.orchestra.run.smithi132.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-16T11:57:40.090 INFO:teuthology.orchestra.run.smithi132.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-16T11:57:40.090 INFO:teuthology.orchestra.run.smithi132.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-16T11:57:40.090 INFO:teuthology.orchestra.run.smithi132.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-16T11:57:40.090 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2023-11-16T11:57:40.090 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-16T11:57:40.090 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-16T11:57:40.090 INFO:teuthology.orchestra.run.smithi132.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-16T11:57:40.090 INFO:teuthology.orchestra.run.smithi132.stdout:Installing weak dependencies: 2023-11-16T11:57:40.090 INFO:teuthology.orchestra.run.smithi132.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-16T11:57:40.090 INFO:teuthology.orchestra.run.smithi132.stdout:Installing module profiles: 2023-11-16T11:57:40.091 INFO:teuthology.orchestra.run.smithi132.stdout: container-tools/common 2023-11-16T11:57:40.091 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T11:57:40.091 INFO:teuthology.orchestra.run.smithi132.stdout:Enabling module streams: 2023-11-16T11:57:40.091 INFO:teuthology.orchestra.run.smithi132.stdout: container-tools rhel8 2023-11-16T11:57:40.091 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T11:57:40.091 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-11-16T11:57:40.091 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T11:57:40.091 INFO:teuthology.orchestra.run.smithi132.stdout:Install 13 Packages 2023-11-16T11:57:40.091 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T11:57:40.092 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 27 M 2023-11-16T11:57:40.092 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 89 M 2023-11-16T11:57:40.092 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-11-16T11:57:40.097 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T11:57:40.097 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-11-16T11:57:40.097 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T11:57:40.097 INFO:teuthology.orchestra.run.smithi088.stdout:Installing group/module packages: 2023-11-16T11:57:40.097 INFO:teuthology.orchestra.run.smithi088.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-16T11:57:40.097 INFO:teuthology.orchestra.run.smithi088.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-16T11:57:40.097 INFO:teuthology.orchestra.run.smithi088.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-16T11:57:40.097 INFO:teuthology.orchestra.run.smithi088.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-16T11:57:40.098 INFO:teuthology.orchestra.run.smithi088.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-16T11:57:40.098 INFO:teuthology.orchestra.run.smithi088.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-16T11:57:40.098 INFO:teuthology.orchestra.run.smithi088.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-16T11:57:40.098 INFO:teuthology.orchestra.run.smithi088.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-16T11:57:40.098 INFO:teuthology.orchestra.run.smithi088.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-16T11:57:40.098 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-11-16T11:57:40.098 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-16T11:57:40.098 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-16T11:57:40.098 INFO:teuthology.orchestra.run.smithi088.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-16T11:57:40.098 INFO:teuthology.orchestra.run.smithi088.stdout:Installing weak dependencies: 2023-11-16T11:57:40.098 INFO:teuthology.orchestra.run.smithi088.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-16T11:57:40.098 INFO:teuthology.orchestra.run.smithi088.stdout:Installing module profiles: 2023-11-16T11:57:40.098 INFO:teuthology.orchestra.run.smithi088.stdout: container-tools/common 2023-11-16T11:57:40.098 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T11:57:40.099 INFO:teuthology.orchestra.run.smithi088.stdout:Enabling module streams: 2023-11-16T11:57:40.099 INFO:teuthology.orchestra.run.smithi088.stdout: container-tools rhel8 2023-11-16T11:57:40.099 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T11:57:40.099 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-16T11:57:40.099 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T11:57:40.099 INFO:teuthology.orchestra.run.smithi088.stdout:Install 13 Packages 2023-11-16T11:57:40.099 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T11:57:40.099 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 27 M 2023-11-16T11:57:40.100 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 89 M 2023-11-16T11:57:40.100 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-16T11:57:40.822 INFO:teuthology.orchestra.run.smithi112.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.2 MB/s | 750 kB 00:00 2023-11-16T11:57:40.859 INFO:teuthology.orchestra.run.smithi088.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.0 MB/s | 750 kB 00:00 2023-11-16T11:57:40.859 INFO:teuthology.orchestra.run.smithi132.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.0 MB/s | 750 kB 00:00 2023-11-16T11:57:40.976 INFO:teuthology.orchestra.run.smithi088.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.2 MB/s | 1.0 MB 00:00 2023-11-16T11:57:40.976 INFO:teuthology.orchestra.run.smithi132.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.2 MB/s | 1.0 MB 00:00 2023-11-16T11:57:41.063 INFO:teuthology.orchestra.run.smithi112.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.2 MB/s | 1.0 MB 00:00 2023-11-16T11:57:41.106 INFO:teuthology.orchestra.run.smithi112.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 134 kB/s | 38 kB 00:00 2023-11-16T11:57:41.151 INFO:teuthology.orchestra.run.smithi088.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 130 kB/s | 38 kB 00:00 2023-11-16T11:57:41.151 INFO:teuthology.orchestra.run.smithi132.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 130 kB/s | 38 kB 00:00 2023-11-16T11:57:41.477 INFO:teuthology.orchestra.run.smithi132.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 481 kB/s | 241 kB 00:00 2023-11-16T11:57:41.509 INFO:teuthology.orchestra.run.smithi088.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 452 kB/s | 241 kB 00:00 2023-11-16T11:57:41.565 INFO:teuthology.orchestra.run.smithi112.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 481 kB/s | 241 kB 00:00 2023-11-16T11:57:41.928 INFO:teuthology.orchestra.run.smithi132.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 395 kB/s | 178 kB 00:00 2023-11-16T11:57:41.985 INFO:teuthology.orchestra.run.smithi088.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 374 kB/s | 178 kB 00:00 2023-11-16T11:57:42.015 INFO:teuthology.orchestra.run.smithi112.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 395 kB/s | 178 kB 00:00 2023-11-16T11:57:42.195 INFO:teuthology.orchestra.run.smithi132.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 93 kB/s | 25 kB 00:00 2023-11-16T11:57:42.252 INFO:teuthology.orchestra.run.smithi088.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 93 kB/s | 25 kB 00:00 2023-11-16T11:57:42.357 INFO:teuthology.orchestra.run.smithi112.stdout:(6/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 4.4 MB/s | 9.6 MB 00:02 2023-11-16T11:57:42.374 INFO:teuthology.orchestra.run.smithi112.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 69 kB/s | 25 kB 00:00 2023-11-16T11:57:42.570 INFO:teuthology.orchestra.run.smithi132.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 250 kB/s | 94 kB 00:00 2023-11-16T11:57:42.635 INFO:teuthology.orchestra.run.smithi088.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 245 kB/s | 94 kB 00:00 2023-11-16T11:57:42.733 INFO:teuthology.orchestra.run.smithi112.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 250 kB/s | 94 kB 00:00 2023-11-16T11:57:42.861 INFO:teuthology.orchestra.run.smithi088.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 2.3 MB/s | 3.9 MB 00:01 2023-11-16T11:57:42.867 INFO:teuthology.orchestra.run.smithi112.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 2.2 MB/s | 3.9 MB 00:01 2023-11-16T11:57:42.920 INFO:teuthology.orchestra.run.smithi132.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 2.2 MB/s | 3.9 MB 00:01 2023-11-16T11:57:43.162 INFO:teuthology.orchestra.run.smithi132.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 3.2 MB/s | 9.6 MB 00:03 2023-11-16T11:57:43.211 INFO:teuthology.orchestra.run.smithi088.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 3.1 MB/s | 9.6 MB 00:03 2023-11-16T11:57:43.225 INFO:teuthology.orchestra.run.smithi112.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 147 kB/s | 53 kB 00:00 2023-11-16T11:57:43.512 INFO:teuthology.orchestra.run.smithi132.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 150 kB/s | 53 kB 00:00 2023-11-16T11:57:43.517 INFO:teuthology.orchestra.run.smithi112.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 140 kB/s | 41 kB 00:00 2023-11-16T11:57:43.553 INFO:teuthology.orchestra.run.smithi088.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 154 kB/s | 53 kB 00:00 2023-11-16T11:57:43.854 INFO:teuthology.orchestra.run.smithi132.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 120 kB/s | 41 kB 00:00 2023-11-16T11:57:43.895 INFO:teuthology.orchestra.run.smithi088.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 120 kB/s | 41 kB 00:00 2023-11-16T11:57:43.945 INFO:teuthology.orchestra.run.smithi088.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 2.3 MB/s | 2.5 MB 00:01 2023-11-16T11:57:44.025 INFO:teuthology.orchestra.run.smithi112.stdout:(12/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 4.9 MB/s | 8.1 MB 00:01 2023-11-16T11:57:44.313 INFO:teuthology.orchestra.run.smithi132.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 1.8 MB/s | 2.5 MB 00:01 2023-11-16T11:57:45.038 INFO:teuthology.orchestra.run.smithi132.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 3.3 MB/s | 8.1 MB 00:02 2023-11-16T11:57:45.039 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:57:45.039 INFO:teuthology.orchestra.run.smithi132.stdout:Total 5.4 MB/s | 27 MB 00:04 2023-11-16T11:57:45.314 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-11-16T11:57:45.335 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-11-16T11:57:45.336 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-11-16T11:57:45.526 INFO:teuthology.orchestra.run.smithi112.stdout:(13/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 928 kB/s | 2.5 MB 00:02 2023-11-16T11:57:45.526 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:57:45.526 INFO:teuthology.orchestra.run.smithi112.stdout:Total 4.8 MB/s | 27 MB 00:05 2023-11-16T11:57:45.607 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-11-16T11:57:45.610 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-11-16T11:57:45.745 INFO:teuthology.orchestra.run.smithi088.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 2.6 MB/s | 8.1 MB 00:03 2023-11-16T11:57:45.746 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:57:45.746 INFO:teuthology.orchestra.run.smithi088.stdout:Total 4.7 MB/s | 27 MB 00:05 2023-11-16T11:57:45.798 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2023-11-16T11:57:45.819 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2023-11-16T11:57:45.819 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2023-11-16T11:57:46.019 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-16T11:57:46.040 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-16T11:57:46.040 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-16T11:57:46.092 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2023-11-16T11:57:46.095 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2023-11-16T11:57:46.302 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-16T11:57:46.305 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-16T11:57:46.326 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-11-16T11:57:46.546 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-16T11:57:46.759 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-16T11:57:46.789 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2023-11-16T11:57:46.947 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-16T11:57:47.026 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-16T11:57:47.042 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-16T11:57:47.188 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-16T11:57:47.219 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-16T11:57:47.269 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-16T11:57:47.403 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-16T11:57:47.447 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-16T11:57:47.640 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-16T11:57:47.672 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-16T11:57:47.772 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-16T11:57:47.940 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-16T11:57:48.243 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-16T11:57:48.518 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-16T11:57:48.869 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-16T11:57:49.129 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-16T11:57:49.248 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-16T11:57:49.334 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-16T11:57:49.514 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-16T11:57:49.621 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-16T11:57:49.686 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-16T11:57:49.787 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-16T11:57:49.889 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-16T11:57:50.004 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-16T11:57:50.035 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-16T11:57:50.184 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-16T11:57:50.559 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-16T11:57:50.586 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-16T11:57:50.896 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-16T11:57:51.019 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-16T11:57:51.141 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-16T11:57:51.341 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-16T11:57:51.436 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-16T11:57:51.684 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-16T11:57:51.804 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-16T11:57:51.804 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-16T11:57:51.804 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-16T11:57:51.804 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-16T11:57:51.804 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-16T11:57:51.804 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-16T11:57:51.804 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-16T11:57:51.804 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-16T11:57:51.804 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-16T11:57:51.804 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-16T11:57:51.804 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-16T11:57:51.805 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-16T11:57:51.805 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-16T11:57:51.879 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-16T11:57:51.929 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-16T11:57:52.180 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-16T11:57:52.329 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-16T11:57:52.329 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-16T11:57:52.330 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-16T11:57:52.330 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-16T11:57:52.330 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-16T11:57:52.330 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-16T11:57:52.330 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-16T11:57:52.330 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-16T11:57:52.330 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-16T11:57:52.330 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-16T11:57:52.330 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-16T11:57:52.330 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-16T11:57:52.330 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-16T11:57:52.362 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-16T11:57:52.642 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-16T11:57:52.642 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T11:57:52.642 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-11-16T11:57:52.642 INFO:teuthology.orchestra.run.smithi132.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:52.642 INFO:teuthology.orchestra.run.smithi132.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:52.642 INFO:teuthology.orchestra.run.smithi132.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-16T11:57:52.643 INFO:teuthology.orchestra.run.smithi132.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-16T11:57:52.643 INFO:teuthology.orchestra.run.smithi132.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:52.643 INFO:teuthology.orchestra.run.smithi132.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:52.643 INFO:teuthology.orchestra.run.smithi132.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-16T11:57:52.643 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-16T11:57:52.643 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-16T11:57:52.643 INFO:teuthology.orchestra.run.smithi132.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:52.643 INFO:teuthology.orchestra.run.smithi132.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:52.643 INFO:teuthology.orchestra.run.smithi132.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-16T11:57:52.643 INFO:teuthology.orchestra.run.smithi132.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-16T11:57:52.643 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T11:57:52.643 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T11:57:52.795 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-16T11:57:52.795 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-16T11:57:52.795 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-16T11:57:52.796 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-16T11:57:52.796 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-16T11:57:52.796 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-16T11:57:52.796 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-16T11:57:52.796 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-16T11:57:52.796 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-16T11:57:52.796 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-16T11:57:52.796 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-16T11:57:52.796 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-16T11:57:52.796 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-16T11:57:52.886 DEBUG:teuthology.parallel:result is None 2023-11-16T11:57:53.144 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-16T11:57:53.144 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T11:57:53.144 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2023-11-16T11:57:53.144 INFO:teuthology.orchestra.run.smithi112.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:53.144 INFO:teuthology.orchestra.run.smithi112.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:53.144 INFO:teuthology.orchestra.run.smithi112.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-16T11:57:53.144 INFO:teuthology.orchestra.run.smithi112.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-16T11:57:53.145 INFO:teuthology.orchestra.run.smithi112.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:53.145 INFO:teuthology.orchestra.run.smithi112.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:53.145 INFO:teuthology.orchestra.run.smithi112.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-16T11:57:53.145 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-16T11:57:53.145 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-16T11:57:53.145 INFO:teuthology.orchestra.run.smithi112.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:53.145 INFO:teuthology.orchestra.run.smithi112.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:53.145 INFO:teuthology.orchestra.run.smithi112.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-16T11:57:53.145 INFO:teuthology.orchestra.run.smithi112.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-16T11:57:53.145 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T11:57:53.145 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T11:57:53.434 DEBUG:teuthology.parallel:result is None 2023-11-16T11:57:53.637 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-16T11:57:53.637 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T11:57:53.637 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-16T11:57:53.637 INFO:teuthology.orchestra.run.smithi088.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:53.637 INFO:teuthology.orchestra.run.smithi088.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:53.637 INFO:teuthology.orchestra.run.smithi088.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-16T11:57:53.637 INFO:teuthology.orchestra.run.smithi088.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-16T11:57:53.637 INFO:teuthology.orchestra.run.smithi088.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:53.637 INFO:teuthology.orchestra.run.smithi088.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:53.637 INFO:teuthology.orchestra.run.smithi088.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-16T11:57:53.637 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-16T11:57:53.637 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-16T11:57:53.638 INFO:teuthology.orchestra.run.smithi088.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:53.638 INFO:teuthology.orchestra.run.smithi088.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:57:53.638 INFO:teuthology.orchestra.run.smithi088.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-16T11:57:53.638 INFO:teuthology.orchestra.run.smithi088.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-16T11:57:53.638 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T11:57:53.638 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T11:57:53.892 DEBUG:teuthology.parallel:result is None 2023-11-16T11:57:53.893 INFO:teuthology.run_tasks:Running task install... 2023-11-16T11:57:53.901 DEBUG:teuthology.task.install:project ceph 2023-11-16T11:57:53.901 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '50bc6740f385afe4f36770e739358479a73d8add'}} 2023-11-16T11:57:53.901 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '50bc6740f385afe4f36770e739358479a73d8add'} 2023-11-16T11:57:53.901 INFO:teuthology.task.install:Using flavor: default 2023-11-16T11:57:53.909 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']} 2023-11-16T11:57:53.909 INFO:teuthology.task.install:extra packages: [] 2023-11-16T11:57:53.909 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': '50bc6740f385afe4f36770e739358479a73d8add', 'tag': None, 'wait_for_package': False} 2023-11-16T11:57:53.910 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T11:57:53.912 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': '50bc6740f385afe4f36770e739358479a73d8add', 'tag': None, 'wait_for_package': False} 2023-11-16T11:57:53.912 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T11:57:53.913 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': '50bc6740f385afe4f36770e739358479a73d8add', 'tag': None, 'wait_for_package': False} 2023-11-16T11:57:53.913 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T11:57:54.083 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/flavors/default/ 2023-11-16T11:57:54.083 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7421.g50bc6740 2023-11-16T11:57:54.134 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/flavors/default/ 2023-11-16T11:57:54.134 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7421.g50bc6740 2023-11-16T11:57:54.140 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/flavors/default/ 2023-11-16T11:57:54.141 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7421.g50bc6740 2023-11-16T11:57:54.243 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-16T11:57:54.243 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-11-16T11:57:54.243 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-16T11:57:54.252 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-16T11:57:54.253 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2023-11-16T11:57:54.253 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-16T11:57:54.266 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-16T11:57:54.267 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-11-16T11:57:54.267 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-16T11:57:54.271 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 2023-11-16T11:57:54.271 DEBUG:teuthology.orchestra.run.smithi088:> 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/50bc6740f385afe4f36770e739358479a73d8add/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-16T11:57:54.282 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 2023-11-16T11:57:54.282 DEBUG:teuthology.orchestra.run.smithi112:> 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/50bc6740f385afe4f36770e739358479a73d8add/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-16T11:57:54.301 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 2023-11-16T11:57:54.301 DEBUG:teuthology.orchestra.run.smithi132:> 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/50bc6740f385afe4f36770e739358479a73d8add/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-16T11:57:54.340 DEBUG:teuthology.orchestra.run.smithi088:> 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 2023-11-16T11:57:54.355 DEBUG:teuthology.orchestra.run.smithi112:> 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 2023-11-16T11:57:54.372 DEBUG:teuthology.orchestra.run.smithi132:> 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 2023-11-16T11:57:54.417 DEBUG:teuthology.orchestra.run.smithi088:> 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 2023-11-16T11:57:54.433 DEBUG:teuthology.orchestra.run.smithi112:> 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 2023-11-16T11:57:54.454 DEBUG:teuthology.orchestra.run.smithi132:> 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 2023-11-16T11:57:54.483 INFO:teuthology.orchestra.run.smithi088.stdout:check_obsoletes = 1 2023-11-16T11:57:54.485 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum clean all 2023-11-16T11:57:54.501 INFO:teuthology.orchestra.run.smithi112.stdout:check_obsoletes = 1 2023-11-16T11:57:54.503 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum clean all 2023-11-16T11:57:54.522 INFO:teuthology.orchestra.run.smithi132.stdout:check_obsoletes = 1 2023-11-16T11:57:54.523 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum clean all 2023-11-16T11:57:54.761 INFO:teuthology.orchestra.run.smithi088.stdout:76 files removed 2023-11-16T11:57:54.772 INFO:teuthology.orchestra.run.smithi112.stdout:76 files removed 2023-11-16T11:57:54.791 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-radosgw 2023-11-16T11:57:54.793 INFO:teuthology.orchestra.run.smithi132.stdout:76 files removed 2023-11-16T11:57:54.799 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-radosgw 2023-11-16T11:57:54.820 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-radosgw 2023-11-16T11:57:55.661 INFO:teuthology.orchestra.run.smithi088.stdout:ceph packages for x86_64 176 kB/s | 81 kB 00:00 2023-11-16T11:57:55.725 INFO:teuthology.orchestra.run.smithi112.stdout:ceph packages for x86_64 155 kB/s | 81 kB 00:00 2023-11-16T11:57:55.773 INFO:teuthology.orchestra.run.smithi132.stdout:ceph packages for x86_64 148 kB/s | 81 kB 00:00 2023-11-16T11:57:56.028 INFO:teuthology.orchestra.run.smithi088.stdout:ceph noarch packages 29 kB/s | 9.5 kB 00:00 2023-11-16T11:57:56.125 INFO:teuthology.orchestra.run.smithi112.stdout:ceph noarch packages 26 kB/s | 9.5 kB 00:00 2023-11-16T11:57:56.198 INFO:teuthology.orchestra.run.smithi132.stdout:ceph noarch packages 25 kB/s | 9.5 kB 00:00 2023-11-16T11:57:56.371 INFO:teuthology.orchestra.run.smithi088.stdout:ceph source packages 4.8 kB/s | 1.5 kB 00:00 2023-11-16T11:57:56.434 INFO:teuthology.orchestra.run.smithi112.stdout:ceph source packages 5.3 kB/s | 1.5 kB 00:00 2023-11-16T11:57:56.574 INFO:teuthology.orchestra.run.smithi132.stdout:ceph source packages 4.3 kB/s | 1.5 kB 00:00 2023-11-16T11:58:00.701 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 8 - AppStream 8.0 MB/s | 34 MB 00:04 2023-11-16T11:58:01.657 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 8 - AppStream 6.7 MB/s | 34 MB 00:05 2023-11-16T11:58:02.554 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 8 - AppStream 5.5 MB/s | 34 MB 00:06 2023-11-16T11:58:08.401 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 8 - BaseOS 36 MB/s | 53 MB 00:01 2023-11-16T11:58:09.458 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 8 - BaseOS 33 MB/s | 53 MB 00:01 2023-11-16T11:58:10.268 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 8 - BaseOS 34 MB/s | 53 MB 00:01 2023-11-16T11:58:16.668 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 8 - Extras 31 kB/s | 18 kB 00:00 2023-11-16T11:58:17.177 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 8 - Extras common packages 21 kB/s | 6.9 kB 00:00 2023-11-16T11:58:17.441 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 8 - Extras 41 kB/s | 18 kB 00:00 2023-11-16T11:58:17.949 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 8 - Extras common packages 21 kB/s | 6.9 kB 00:00 2023-11-16T11:58:18.286 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 8 - Extras 40 kB/s | 18 kB 00:00 2023-11-16T11:58:18.428 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 8 - PowerTools 6.0 MB/s | 6.6 MB 00:01 2023-11-16T11:58:18.820 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 8 - Extras common packages 19 kB/s | 6.9 kB 00:00 2023-11-16T11:58:19.610 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 8 - PowerTools 4.4 MB/s | 6.6 MB 00:01 2023-11-16T11:58:19.938 INFO:teuthology.orchestra.run.smithi112.stdout:Copr repo for python3-asyncssh owned by ceph 17 kB/s | 3.5 kB 00:00 2023-11-16T11:58:20.046 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 8 - PowerTools 6.2 MB/s | 6.6 MB 00:01 2023-11-16T11:58:21.069 INFO:teuthology.orchestra.run.smithi132.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-11-16T11:58:21.158 INFO:teuthology.orchestra.run.smithi112.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2023-11-16T11:58:22.207 INFO:teuthology.orchestra.run.smithi088.stdout:Copr repo for python3-asyncssh owned by ceph 4.0 kB/s | 3.5 kB 00:00 2023-11-16T11:58:23.177 INFO:teuthology.orchestra.run.smithi088.stdout:Extra Packages for Enterprise Linux 20 MB/s | 16 MB 00:00 2023-11-16T11:58:23.387 INFO:teuthology.orchestra.run.smithi132.stdout:Extra Packages for Enterprise Linux 7.4 MB/s | 16 MB 00:02 2023-11-16T11:58:24.998 INFO:teuthology.orchestra.run.smithi112.stdout:lab-extras 406 kB/s | 24 kB 00:00 2023-11-16T11:58:27.066 INFO:teuthology.orchestra.run.smithi088.stdout:lab-extras 371 kB/s | 24 kB 00:00 2023-11-16T11:58:27.299 INFO:teuthology.orchestra.run.smithi132.stdout:lab-extras 243 kB/s | 24 kB 00:00 2023-11-16T11:58:29.583 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T11:58:29.586 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T11:58:29.586 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2023-11-16T11:58:29.586 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T11:58:29.586 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2023-11-16T11:58:29.586 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-radosgw x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 14 M 2023-11-16T11:58:29.586 INFO:teuthology.orchestra.run.smithi112.stdout:Upgrading: 2023-11-16T11:58:29.586 INFO:teuthology.orchestra.run.smithi112.stdout: librados2 x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 3.8 M 2023-11-16T11:58:29.586 INFO:teuthology.orchestra.run.smithi112.stdout: librbd1 x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 3.7 M 2023-11-16T11:58:29.587 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2023-11-16T11:58:29.587 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-base x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 5.4 M 2023-11-16T11:58:29.587 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-common x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 23 M 2023-11-16T11:58:29.587 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-selinux x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 24 k 2023-11-16T11:58:29.587 INFO:teuthology.orchestra.run.smithi112.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-16T11:58:29.587 INFO:teuthology.orchestra.run.smithi112.stdout: libcephfs2 x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 838 k 2023-11-16T11:58:29.587 INFO:teuthology.orchestra.run.smithi112.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-16T11:58:29.587 INFO:teuthology.orchestra.run.smithi112.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-11-16T11:58:29.587 INFO:teuthology.orchestra.run.smithi112.stdout: libradosstriper1 x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 517 k 2023-11-16T11:58:29.587 INFO:teuthology.orchestra.run.smithi112.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-11-16T11:58:29.588 INFO:teuthology.orchestra.run.smithi112.stdout: librgw2 x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 6.9 M 2023-11-16T11:58:29.588 INFO:teuthology.orchestra.run.smithi112.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-16T11:58:29.588 INFO:teuthology.orchestra.run.smithi112.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-11-16T11:58:29.588 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ceph-argparse x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 45 k 2023-11-16T11:58:29.588 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ceph-common x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 128 k 2023-11-16T11:58:29.588 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cephfs x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 196 k 2023-11-16T11:58:29.588 INFO:teuthology.orchestra.run.smithi112.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-11-16T11:58:29.588 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rados x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 371 k 2023-11-16T11:58:29.588 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rbd x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 364 k 2023-11-16T11:58:29.588 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rgw x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 106 k 2023-11-16T11:58:29.588 INFO:teuthology.orchestra.run.smithi112.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-16T11:58:29.588 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T11:58:29.588 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2023-11-16T11:58:29.589 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T11:58:29.589 INFO:teuthology.orchestra.run.smithi112.stdout:Install 21 Packages 2023-11-16T11:58:29.589 INFO:teuthology.orchestra.run.smithi112.stdout:Upgrade 2 Packages 2023-11-16T11:58:29.589 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T11:58:29.589 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 62 M 2023-11-16T11:58:29.589 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2023-11-16T11:58:31.491 INFO:teuthology.orchestra.run.smithi112.stdout:(1/23): ceph-radosgw-18.0.0-7421.g50bc6740.el8. 9.2 MB/s | 14 MB 00:01 2023-11-16T11:58:31.541 INFO:teuthology.orchestra.run.smithi112.stdout:(2/23): ceph-selinux-18.0.0-7421.g50bc6740.el8. 488 kB/s | 24 kB 00:00 2023-11-16T11:58:31.646 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T11:58:31.649 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T11:58:31.649 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-11-16T11:58:31.649 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T11:58:31.649 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-16T11:58:31.649 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-radosgw x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 14 M 2023-11-16T11:58:31.649 INFO:teuthology.orchestra.run.smithi088.stdout:Upgrading: 2023-11-16T11:58:31.649 INFO:teuthology.orchestra.run.smithi088.stdout: librados2 x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 3.8 M 2023-11-16T11:58:31.649 INFO:teuthology.orchestra.run.smithi088.stdout: librbd1 x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 3.7 M 2023-11-16T11:58:31.649 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-11-16T11:58:31.649 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-base x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 5.4 M 2023-11-16T11:58:31.649 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-common x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 23 M 2023-11-16T11:58:31.650 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-selinux x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 24 k 2023-11-16T11:58:31.650 INFO:teuthology.orchestra.run.smithi088.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-16T11:58:31.650 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs2 x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 838 k 2023-11-16T11:58:31.650 INFO:teuthology.orchestra.run.smithi088.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-16T11:58:31.650 INFO:teuthology.orchestra.run.smithi088.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-11-16T11:58:31.650 INFO:teuthology.orchestra.run.smithi088.stdout: libradosstriper1 x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 517 k 2023-11-16T11:58:31.650 INFO:teuthology.orchestra.run.smithi088.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-11-16T11:58:31.650 INFO:teuthology.orchestra.run.smithi088.stdout: librgw2 x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 6.9 M 2023-11-16T11:58:31.650 INFO:teuthology.orchestra.run.smithi088.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-16T11:58:31.650 INFO:teuthology.orchestra.run.smithi088.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-11-16T11:58:31.650 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-argparse x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 45 k 2023-11-16T11:58:31.651 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-common x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 128 k 2023-11-16T11:58:31.651 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cephfs x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 196 k 2023-11-16T11:58:31.651 INFO:teuthology.orchestra.run.smithi088.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-11-16T11:58:31.651 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rados x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 371 k 2023-11-16T11:58:31.651 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rbd x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 364 k 2023-11-16T11:58:31.651 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rgw x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 106 k 2023-11-16T11:58:31.651 INFO:teuthology.orchestra.run.smithi088.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-16T11:58:31.651 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T11:58:31.651 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-16T11:58:31.651 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T11:58:31.651 INFO:teuthology.orchestra.run.smithi088.stdout:Install 21 Packages 2023-11-16T11:58:31.651 INFO:teuthology.orchestra.run.smithi088.stdout:Upgrade 2 Packages 2023-11-16T11:58:31.651 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T11:58:31.652 INFO:teuthology.orchestra.run.smithi112.stdout:(3/23): libcephfs2-18.0.0-7421.g50bc6740.el8.x8 7.6 MB/s | 838 kB 00:00 2023-11-16T11:58:31.652 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 62 M 2023-11-16T11:58:31.652 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-16T11:58:31.708 INFO:teuthology.orchestra.run.smithi112.stdout:(4/23): libradosstriper1-18.0.0-7421.g50bc6740. 8.7 MB/s | 517 kB 00:00 2023-11-16T11:58:31.870 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T11:58:31.872 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T11:58:31.872 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2023-11-16T11:58:31.873 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T11:58:31.873 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-11-16T11:58:31.873 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-radosgw x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 14 M 2023-11-16T11:58:31.873 INFO:teuthology.orchestra.run.smithi132.stdout:Upgrading: 2023-11-16T11:58:31.873 INFO:teuthology.orchestra.run.smithi132.stdout: librados2 x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 3.8 M 2023-11-16T11:58:31.873 INFO:teuthology.orchestra.run.smithi132.stdout: librbd1 x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 3.7 M 2023-11-16T11:58:31.873 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2023-11-16T11:58:31.873 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-base x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 5.4 M 2023-11-16T11:58:31.873 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-common x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 23 M 2023-11-16T11:58:31.873 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-selinux x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 24 k 2023-11-16T11:58:31.873 INFO:teuthology.orchestra.run.smithi132.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-16T11:58:31.873 INFO:teuthology.orchestra.run.smithi132.stdout: libcephfs2 x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 838 k 2023-11-16T11:58:31.873 INFO:teuthology.orchestra.run.smithi132.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-16T11:58:31.874 INFO:teuthology.orchestra.run.smithi132.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-11-16T11:58:31.874 INFO:teuthology.orchestra.run.smithi132.stdout: libradosstriper1 x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 517 k 2023-11-16T11:58:31.874 INFO:teuthology.orchestra.run.smithi132.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-11-16T11:58:31.874 INFO:teuthology.orchestra.run.smithi132.stdout: librgw2 x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 6.9 M 2023-11-16T11:58:31.874 INFO:teuthology.orchestra.run.smithi132.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-16T11:58:31.874 INFO:teuthology.orchestra.run.smithi132.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-11-16T11:58:31.874 INFO:teuthology.orchestra.run.smithi132.stdout: python3-ceph-argparse x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 45 k 2023-11-16T11:58:31.874 INFO:teuthology.orchestra.run.smithi132.stdout: python3-ceph-common x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 128 k 2023-11-16T11:58:31.874 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cephfs x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 196 k 2023-11-16T11:58:31.874 INFO:teuthology.orchestra.run.smithi132.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-11-16T11:58:31.874 INFO:teuthology.orchestra.run.smithi132.stdout: python3-rados x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 371 k 2023-11-16T11:58:31.874 INFO:teuthology.orchestra.run.smithi132.stdout: python3-rbd x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 364 k 2023-11-16T11:58:31.874 INFO:teuthology.orchestra.run.smithi132.stdout: python3-rgw x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 106 k 2023-11-16T11:58:31.874 INFO:teuthology.orchestra.run.smithi132.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-16T11:58:31.875 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T11:58:31.875 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-11-16T11:58:31.875 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T11:58:31.875 INFO:teuthology.orchestra.run.smithi132.stdout:Install 21 Packages 2023-11-16T11:58:31.875 INFO:teuthology.orchestra.run.smithi132.stdout:Upgrade 2 Packages 2023-11-16T11:58:31.875 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T11:58:31.875 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 62 M 2023-11-16T11:58:31.875 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-11-16T11:58:32.134 INFO:teuthology.orchestra.run.smithi112.stdout:(5/23): librgw2-18.0.0-7421.g50bc6740.el8.x86_6 16 MB/s | 6.9 MB 00:00 2023-11-16T11:58:32.209 INFO:teuthology.orchestra.run.smithi112.stdout:(6/23): ceph-base-18.0.0-7421.g50bc6740.el8.x86 2.4 MB/s | 5.4 MB 00:02 2023-11-16T11:58:32.234 INFO:teuthology.orchestra.run.smithi112.stdout:(7/23): python3-ceph-argparse-18.0.0-7421.g50bc 446 kB/s | 45 kB 00:00 2023-11-16T11:58:32.309 INFO:teuthology.orchestra.run.smithi112.stdout:(8/23): python3-cephfs-18.0.0-7421.g50bc6740.el 2.6 MB/s | 196 kB 00:00 2023-11-16T11:58:32.335 INFO:teuthology.orchestra.run.smithi112.stdout:(9/23): python3-ceph-common-18.0.0-7421.g50bc67 1.0 MB/s | 128 kB 00:00 2023-11-16T11:58:32.360 INFO:teuthology.orchestra.run.smithi112.stdout:(10/23): python3-rados-18.0.0-7421.g50bc6740.el 7.2 MB/s | 371 kB 00:00 2023-11-16T11:58:32.410 INFO:teuthology.orchestra.run.smithi112.stdout:(11/23): python3-rgw-18.0.0-7421.g50bc6740.el8. 2.1 MB/s | 106 kB 00:00 2023-11-16T11:58:32.527 INFO:teuthology.orchestra.run.smithi112.stdout:(12/23): python3-rbd-18.0.0-7421.g50bc6740.el8. 1.9 MB/s | 364 kB 00:00 2023-11-16T11:58:33.070 INFO:teuthology.orchestra.run.smithi112.stdout:(13/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 479 kB/s | 259 kB 00:00 2023-11-16T11:58:33.228 INFO:teuthology.orchestra.run.smithi112.stdout:(14/23): librdkafka-0.11.4-3.el8.x86_64.rpm 433 kB/s | 354 kB 00:00 2023-11-16T11:58:33.403 INFO:teuthology.orchestra.run.smithi112.stdout:(15/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 268 kB/s | 47 kB 00:00 2023-11-16T11:58:33.420 INFO:teuthology.orchestra.run.smithi112.stdout:(16/23): python3-prettytable-0.7.2-14.el8.noarc 125 kB/s | 44 kB 00:00 2023-11-16T11:58:33.647 INFO:teuthology.orchestra.run.smithi112.stdout:(17/23): liboath-2.6.2-3.el8.x86_64.rpm 259 kB/s | 59 kB 00:00 2023-11-16T11:58:33.721 INFO:teuthology.orchestra.run.smithi112.stdout:(18/23): gperftools-libs-2.7-9.el8.x86_64.rpm 965 kB/s | 306 kB 00:00 2023-11-16T11:58:33.746 INFO:teuthology.orchestra.run.smithi112.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 761 kB/s | 75 kB 00:00 2023-11-16T11:58:34.397 INFO:teuthology.orchestra.run.smithi112.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 2.6 MB/s | 1.7 MB 00:00 2023-11-16T11:58:34.433 INFO:teuthology.orchestra.run.smithi088.stdout:(1/23): ceph-radosgw-18.0.0-7421.g50bc6740.el8. 7.1 MB/s | 14 MB 00:01 2023-11-16T11:58:34.525 INFO:teuthology.orchestra.run.smithi088.stdout:(2/23): ceph-selinux-18.0.0-7421.g50bc6740.el8. 265 kB/s | 24 kB 00:00 2023-11-16T11:58:34.850 INFO:teuthology.orchestra.run.smithi088.stdout:(3/23): libcephfs2-18.0.0-7421.g50bc6740.el8.x8 2.5 MB/s | 838 kB 00:00 2023-11-16T11:58:34.964 INFO:teuthology.orchestra.run.smithi112.stdout:(21/23): librados2-18.0.0-7421.g50bc6740.el8.x8 3.1 MB/s | 3.8 MB 00:01 2023-11-16T11:58:35.097 INFO:teuthology.orchestra.run.smithi112.stdout:(22/23): librbd1-18.0.0-7421.g50bc6740.el8.x86_ 5.3 MB/s | 3.7 MB 00:00 2023-11-16T11:58:35.158 INFO:teuthology.orchestra.run.smithi088.stdout:(4/23): ceph-common-18.0.0-7421.g50bc6740.el8.x 8.4 MB/s | 23 MB 00:02 2023-11-16T11:58:35.192 INFO:teuthology.orchestra.run.smithi088.stdout:(5/23): libradosstriper1-18.0.0-7421.g50bc6740. 1.5 MB/s | 517 kB 00:00 2023-11-16T11:58:35.242 INFO:teuthology.orchestra.run.smithi088.stdout:(6/23): python3-ceph-argparse-18.0.0-7421.g50bc 897 kB/s | 45 kB 00:00 2023-11-16T11:58:35.301 INFO:teuthology.orchestra.run.smithi088.stdout:(7/23): python3-ceph-common-18.0.0-7421.g50bc67 2.1 MB/s | 128 kB 00:00 2023-11-16T11:58:35.393 INFO:teuthology.orchestra.run.smithi088.stdout:(8/23): python3-cephfs-18.0.0-7421.g50bc6740.el 2.1 MB/s | 196 kB 00:00 2023-11-16T11:58:35.477 INFO:teuthology.orchestra.run.smithi088.stdout:(9/23): python3-rados-18.0.0-7421.g50bc6740.el8 4.4 MB/s | 371 kB 00:00 2023-11-16T11:58:35.602 INFO:teuthology.orchestra.run.smithi088.stdout:(10/23): python3-rbd-18.0.0-7421.g50bc6740.el8. 2.8 MB/s | 364 kB 00:00 2023-11-16T11:58:35.653 INFO:teuthology.orchestra.run.smithi088.stdout:(11/23): python3-rgw-18.0.0-7421.g50bc6740.el8. 2.1 MB/s | 106 kB 00:00 2023-11-16T11:58:35.673 INFO:teuthology.orchestra.run.smithi132.stdout:(1/23): ceph-radosgw-18.0.0-7421.g50bc6740.el8. 5.0 MB/s | 14 MB 00:02 2023-11-16T11:58:35.739 INFO:teuthology.orchestra.run.smithi132.stdout:(2/23): ceph-selinux-18.0.0-7421.g50bc6740.el8. 368 kB/s | 24 kB 00:00 2023-11-16T11:58:35.931 INFO:teuthology.orchestra.run.smithi132.stdout:(3/23): libcephfs2-18.0.0-7421.g50bc6740.el8.x8 4.3 MB/s | 838 kB 00:00 2023-11-16T11:58:35.961 INFO:teuthology.orchestra.run.smithi088.stdout:(12/23): librgw2-18.0.0-7421.g50bc6740.el8.x86_ 8.6 MB/s | 6.9 MB 00:00 2023-11-16T11:58:36.048 INFO:teuthology.orchestra.run.smithi132.stdout:(4/23): libradosstriper1-18.0.0-7421.g50bc6740. 4.3 MB/s | 517 kB 00:00 2023-11-16T11:58:36.303 INFO:teuthology.orchestra.run.smithi088.stdout:(13/23): librdkafka-0.11.4-3.el8.x86_64.rpm 544 kB/s | 354 kB 00:00 2023-11-16T11:58:36.770 INFO:teuthology.orchestra.run.smithi088.stdout:(14/23): python3-prettytable-0.7.2-14.el8.noarc 94 kB/s | 44 kB 00:00 2023-11-16T11:58:36.814 INFO:teuthology.orchestra.run.smithi132.stdout:(5/23): ceph-base-18.0.0-7421.g50bc6740.el8.x86 1.4 MB/s | 5.4 MB 00:03 2023-11-16T11:58:36.873 INFO:teuthology.orchestra.run.smithi132.stdout:(6/23): python3-ceph-argparse-18.0.0-7421.g50bc 770 kB/s | 45 kB 00:00 2023-11-16T11:58:36.987 INFO:teuthology.orchestra.run.smithi088.stdout:(15/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 217 kB/s | 47 kB 00:00 2023-11-16T11:58:36.990 INFO:teuthology.orchestra.run.smithi132.stdout:(7/23): python3-ceph-common-18.0.0-7421.g50bc67 1.1 MB/s | 128 kB 00:00 2023-11-16T11:58:37.166 INFO:teuthology.orchestra.run.smithi132.stdout:(8/23): python3-cephfs-18.0.0-7421.g50bc6740.el 1.1 MB/s | 196 kB 00:00 2023-11-16T11:58:37.349 INFO:teuthology.orchestra.run.smithi132.stdout:(9/23): librgw2-18.0.0-7421.g50bc6740.el8.x86_6 5.3 MB/s | 6.9 MB 00:01 2023-11-16T11:58:37.466 INFO:teuthology.orchestra.run.smithi132.stdout:(10/23): python3-rados-18.0.0-7421.g50bc6740.el 1.2 MB/s | 371 kB 00:00 2023-11-16T11:58:37.608 INFO:teuthology.orchestra.run.smithi132.stdout:(11/23): python3-rgw-18.0.0-7421.g50bc6740.el8. 752 kB/s | 106 kB 00:00 2023-11-16T11:58:37.658 INFO:teuthology.orchestra.run.smithi132.stdout:(12/23): python3-rbd-18.0.0-7421.g50bc6740.el8. 1.2 MB/s | 364 kB 00:00 2023-11-16T11:58:37.787 INFO:teuthology.orchestra.run.smithi088.stdout:(16/23): gperftools-libs-2.7-9.el8.x86_64.rpm 383 kB/s | 306 kB 00:00 2023-11-16T11:58:38.054 INFO:teuthology.orchestra.run.smithi088.stdout:(17/23): ceph-base-18.0.0-7421.g50bc6740.el8.x8 986 kB/s | 5.4 MB 00:05 2023-11-16T11:58:38.079 INFO:teuthology.orchestra.run.smithi088.stdout:(18/23): liboath-2.6.2-3.el8.x86_64.rpm 201 kB/s | 59 kB 00:00 2023-11-16T11:58:38.196 INFO:teuthology.orchestra.run.smithi088.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 529 kB/s | 75 kB 00:00 2023-11-16T11:58:38.332 INFO:teuthology.orchestra.run.smithi132.stdout:(13/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 386 kB/s | 259 kB 00:00 2023-11-16T11:58:38.426 INFO:teuthology.orchestra.run.smithi132.stdout:(14/23): librdkafka-0.11.4-3.el8.x86_64.rpm 433 kB/s | 354 kB 00:00 2023-11-16T11:58:38.676 INFO:teuthology.orchestra.run.smithi132.stdout:(15/23): python3-prettytable-0.7.2-14.el8.noarc 128 kB/s | 44 kB 00:00 2023-11-16T11:58:38.743 INFO:teuthology.orchestra.run.smithi132.stdout:(16/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 148 kB/s | 47 kB 00:00 2023-11-16T11:58:38.871 INFO:teuthology.orchestra.run.smithi088.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 2.2 MB/s | 1.7 MB 00:00 2023-11-16T11:58:38.960 INFO:teuthology.orchestra.run.smithi132.stdout:(17/23): liboath-2.6.2-3.el8.x86_64.rpm 271 kB/s | 59 kB 00:00 2023-11-16T11:58:39.035 INFO:teuthology.orchestra.run.smithi132.stdout:(18/23): gperftools-libs-2.7-9.el8.x86_64.rpm 853 kB/s | 306 kB 00:00 2023-11-16T11:58:39.077 INFO:teuthology.orchestra.run.smithi132.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 641 kB/s | 75 kB 00:00 2023-11-16T11:58:39.236 INFO:teuthology.orchestra.run.smithi132.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 8.7 MB/s | 1.7 MB 00:00 2023-11-16T11:58:39.246 INFO:teuthology.orchestra.run.smithi088.stdout:(21/23): librbd1-18.0.0-7421.g50bc6740.el8.x86_ 9.9 MB/s | 3.7 MB 00:00 2023-11-16T11:58:39.297 INFO:teuthology.orchestra.run.smithi112.stdout:(23/23): ceph-common-18.0.0-7421.g50bc6740.el8. 2.4 MB/s | 23 MB 00:09 2023-11-16T11:58:39.301 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:58:39.302 INFO:teuthology.orchestra.run.smithi112.stdout:Total 6.3 MB/s | 62 MB 00:09 2023-11-16T11:58:39.344 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2023-11-16T11:58:39.389 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2023-11-16T11:58:39.389 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2023-11-16T11:58:39.563 INFO:teuthology.orchestra.run.smithi088.stdout:(22/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 72 kB/s | 259 kB 00:03 2023-11-16T11:58:39.754 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2023-11-16T11:58:39.757 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2023-11-16T11:58:40.036 INFO:teuthology.orchestra.run.smithi132.stdout:(21/23): librados2-18.0.0-7421.g50bc6740.el8.x8 3.9 MB/s | 3.8 MB 00:00 2023-11-16T11:58:40.571 INFO:teuthology.orchestra.run.smithi088.stdout:(23/23): librados2-18.0.0-7421.g50bc6740.el8.x8 1.6 MB/s | 3.8 MB 00:02 2023-11-16T11:58:40.574 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:58:40.574 INFO:teuthology.orchestra.run.smithi088.stdout:Total 6.9 MB/s | 62 MB 00:08 2023-11-16T11:58:40.616 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-16T11:58:40.645 INFO:teuthology.orchestra.run.smithi132.stdout:(22/23): librbd1-18.0.0-7421.g50bc6740.el8.x86_ 2.6 MB/s | 3.7 MB 00:01 2023-11-16T11:58:40.662 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-16T11:58:40.662 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-16T11:58:40.964 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2023-11-16T11:58:41.045 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-16T11:58:41.048 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-16T11:58:41.154 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-16T11:58:41.417 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2023-11-16T11:58:41.581 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-11-16T11:58:41.989 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-11-16T11:58:42.306 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-16T11:58:42.348 INFO:teuthology.orchestra.run.smithi112.stdout: Upgrading : librados2-2:18.0.0-7421.g50bc6740.el8.x86_64 4/25 2023-11-16T11:58:42.448 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librados2-2:18.0.0-7421.g50bc6740.el8.x86_64 4/25 2023-11-16T11:58:42.541 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-16T11:58:42.684 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-rados-2:18.0.0-7421.g50bc6740.el8.x86_64 5/25 2023-11-16T11:58:42.760 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2023-11-16T11:58:42.873 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libcephfs2-2:18.0.0-7421.g50bc6740.el8.x86_64 6/25 2023-11-16T11:58:42.943 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-11-16T11:58:43.291 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: libcephfs2-2:18.0.0-7421.g50bc6740.el8.x86_64 6/25 2023-11-16T11:58:43.389 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-11-16T11:58:43.506 INFO:teuthology.orchestra.run.smithi112.stdout: Upgrading : librbd1-2:18.0.0-7421.g50bc6740.el8.x86_64 7/25 2023-11-16T11:58:43.552 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librbd1-2:18.0.0-7421.g50bc6740.el8.x86_64 7/25 2023-11-16T11:58:43.593 INFO:teuthology.orchestra.run.smithi088.stdout: Upgrading : librados2-2:18.0.0-7421.g50bc6740.el8.x86_64 4/25 2023-11-16T11:58:43.714 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librados2-2:18.0.0-7421.g50bc6740.el8.x86_64 4/25 2023-11-16T11:58:43.778 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-11-16T11:58:43.939 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-16T11:58:44.006 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-16T11:58:44.008 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rados-2:18.0.0-7421.g50bc6740.el8.x86_64 5/25 2023-11-16T11:58:44.192 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-ceph-argparse-2:18.0.0-7421.g50bc6740.el8. 10/25 2023-11-16T11:58:44.218 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libcephfs2-2:18.0.0-7421.g50bc6740.el8.x86_64 6/25 2023-11-16T11:58:44.382 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-cephfs-2:18.0.0-7421.g50bc6740.el8.x86_64 11/25 2023-11-16T11:58:44.638 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libcephfs2-2:18.0.0-7421.g50bc6740.el8.x86_64 6/25 2023-11-16T11:58:44.651 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-rbd-2:18.0.0-7421.g50bc6740.el8.x86_64 12/25 2023-11-16T11:58:44.797 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libradosstriper1-2:18.0.0-7421.g50bc6740.el8.x86_6 13/25 2023-11-16T11:58:44.860 INFO:teuthology.orchestra.run.smithi088.stdout: Upgrading : librbd1-2:18.0.0-7421.g50bc6740.el8.x86_64 7/25 2023-11-16T11:58:44.874 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7421.g50bc6740.el8.x86_6 13/25 2023-11-16T11:58:44.927 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librbd1-2:18.0.0-7421.g50bc6740.el8.x86_64 7/25 2023-11-16T11:58:45.106 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 14/25 2023-11-16T11:58:45.149 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-11-16T11:58:45.326 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-16T11:58:45.389 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-16T11:58:45.587 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-ceph-argparse-2:18.0.0-7421.g50bc6740.el8. 10/25 2023-11-16T11:58:45.828 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cephfs-2:18.0.0-7421.g50bc6740.el8.x86_64 11/25 2023-11-16T11:58:45.874 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 15/25 2023-11-16T11:58:46.039 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : librgw2-2:18.0.0-7421.g50bc6740.el8.x86_64 16/25 2023-11-16T11:58:46.097 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rbd-2:18.0.0-7421.g50bc6740.el8.x86_64 12/25 2023-11-16T11:58:46.116 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librgw2-2:18.0.0-7421.g50bc6740.el8.x86_64 16/25 2023-11-16T11:58:46.276 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libradosstriper1-2:18.0.0-7421.g50bc6740.el8.x86_6 13/25 2023-11-16T11:58:46.296 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-rgw-2:18.0.0-7421.g50bc6740.el8.x86_64 17/25 2023-11-16T11:58:46.337 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7421.g50bc6740.el8.x86_6 13/25 2023-11-16T11:58:46.502 INFO:teuthology.orchestra.run.smithi132.stdout:(23/23): ceph-common-18.0.0-7421.g50bc6740.el8. 1.7 MB/s | 23 MB 00:13 2023-11-16T11:58:46.505 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:58:46.505 INFO:teuthology.orchestra.run.smithi132.stdout:Total 4.2 MB/s | 62 MB 00:14 2023-11-16T11:58:46.523 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-11-16T11:58:46.545 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-11-16T11:58:46.591 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-11-16T11:58:46.591 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-11-16T11:58:46.594 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 14/25 2023-11-16T11:58:46.723 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-ceph-common-2:18.0.0-7421.g50bc6740.el8.x8 19/25 2023-11-16T11:58:46.971 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-11-16T11:58:46.974 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-11-16T11:58:47.417 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 15/25 2023-11-16T11:58:53.578 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 20/25 2023-11-16T11:58:53.578 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 20/25 2023-11-16T11:58:53.578 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 20/25 2023-11-16T11:58:53.578 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-base-2:18.0.0-7421.g50bc6740.el8.x86_64 21/25 2023-11-16T11:58:53.578 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-base-2:18.0.0-7421.g50bc6740.el8.x86_64 21/25 2023-11-16T11:58:53.578 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-selinux-2:18.0.0-7421.g50bc6740.el8.x86_64 22/25 2023-11-16T11:58:53.582 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librgw2-2:18.0.0-7421.g50bc6740.el8.x86_64 16/25 2023-11-16T11:58:53.614 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librgw2-2:18.0.0-7421.g50bc6740.el8.x86_64 16/25 2023-11-16T11:58:53.615 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rgw-2:18.0.0-7421.g50bc6740.el8.x86_64 17/25 2023-11-16T11:58:53.615 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-11-16T11:58:53.615 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-ceph-common-2:18.0.0-7421.g50bc6740.el8.x8 19/25 2023-11-16T11:58:53.615 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 20/25 2023-11-16T11:58:53.615 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 20/25 2023-11-16T11:58:53.615 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 20/25 2023-11-16T11:58:53.615 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-base-2:18.0.0-7421.g50bc6740.el8.x86_64 21/25 2023-11-16T11:58:53.615 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-base-2:18.0.0-7421.g50bc6740.el8.x86_64 21/25 2023-11-16T11:58:53.615 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-selinux-2:18.0.0-7421.g50bc6740.el8.x86_64 22/25 2023-11-16T11:58:53.617 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-11-16T11:58:53.633 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-16T11:58:53.633 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2023-11-16T11:58:53.633 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-11-16T11:58:53.633 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-11-16T11:58:53.633 INFO:teuthology.orchestra.run.smithi132.stdout: Upgrading : librados2-2:18.0.0-7421.g50bc6740.el8.x86_64 4/25 2023-11-16T11:58:53.633 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: librados2-2:18.0.0-7421.g50bc6740.el8.x86_64 4/25 2023-11-16T11:58:53.633 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-rados-2:18.0.0-7421.g50bc6740.el8.x86_64 5/25 2023-11-16T11:58:53.633 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : libcephfs2-2:18.0.0-7421.g50bc6740.el8.x86_64 6/25 2023-11-16T11:58:53.634 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: libcephfs2-2:18.0.0-7421.g50bc6740.el8.x86_64 6/25 2023-11-16T11:58:53.634 INFO:teuthology.orchestra.run.smithi132.stdout: Upgrading : librbd1-2:18.0.0-7421.g50bc6740.el8.x86_64 7/25 2023-11-16T11:58:53.634 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: librbd1-2:18.0.0-7421.g50bc6740.el8.x86_64 7/25 2023-11-16T11:58:53.634 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-11-16T11:58:53.634 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-16T11:58:53.634 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-16T11:58:53.634 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-ceph-argparse-2:18.0.0-7421.g50bc6740.el8. 10/25 2023-11-16T11:58:53.634 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-cephfs-2:18.0.0-7421.g50bc6740.el8.x86_64 11/25 2023-11-16T11:58:53.634 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-rbd-2:18.0.0-7421.g50bc6740.el8.x86_64 12/25 2023-11-16T11:58:53.634 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : libradosstriper1-2:18.0.0-7421.g50bc6740.el8.x86_6 13/25 2023-11-16T11:58:53.634 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7421.g50bc6740.el8.x86_6 13/25 2023-11-16T11:58:53.634 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 14/25 2023-11-16T11:58:53.634 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 15/25 2023-11-16T11:58:53.635 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : librgw2-2:18.0.0-7421.g50bc6740.el8.x86_64 16/25 2023-11-16T11:58:53.635 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: librgw2-2:18.0.0-7421.g50bc6740.el8.x86_64 16/25 2023-11-16T11:58:53.635 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-rgw-2:18.0.0-7421.g50bc6740.el8.x86_64 17/25 2023-11-16T11:58:53.716 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-11-16T11:58:53.924 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-ceph-common-2:18.0.0-7421.g50bc6740.el8.x8 19/25 2023-11-16T11:58:56.540 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 20/25 2023-11-16T11:58:56.774 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 20/25 2023-11-16T11:58:57.361 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 20/25 2023-11-16T11:58:57.899 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-base-2:18.0.0-7421.g50bc6740.el8.x86_64 21/25 2023-11-16T11:58:58.001 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-base-2:18.0.0-7421.g50bc6740.el8.x86_64 21/25 2023-11-16T11:58:58.190 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-selinux-2:18.0.0-7421.g50bc6740.el8.x86_64 22/25 2023-11-16T11:59:09.631 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7421.g50bc6740.el8.x86_64 22/25 2023-11-16T11:59:09.632 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /sys 2023-11-16T11:59:09.632 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /proc 2023-11-16T11:59:09.632 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /dev 2023-11-16T11:59:09.632 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /run 2023-11-16T11:59:09.632 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /mnt 2023-11-16T11:59:09.632 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /var/tmp 2023-11-16T11:59:09.632 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /home 2023-11-16T11:59:09.632 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /tmp 2023-11-16T11:59:09.632 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /dev 2023-11-16T11:59:09.632 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T11:59:11.103 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-radosgw-2:18.0.0-7421.g50bc6740.el8.x86_64 23/25 2023-11-16T11:59:11.124 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7421.g50bc6740.el8.x86_64 23/25 2023-11-16T11:59:11.124 INFO:teuthology.orchestra.run.smithi112.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-16T11:59:11.363 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-16T11:59:11.363 INFO:teuthology.orchestra.run.smithi112.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-16T11:59:11.584 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7421.g50bc6740.el8.x86_64 22/25 2023-11-16T11:59:11.584 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /sys 2023-11-16T11:59:11.584 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /proc 2023-11-16T11:59:11.584 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /dev 2023-11-16T11:59:11.585 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /run 2023-11-16T11:59:11.585 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /mnt 2023-11-16T11:59:11.585 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /var/tmp 2023-11-16T11:59:11.585 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /home 2023-11-16T11:59:11.585 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /tmp 2023-11-16T11:59:11.585 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /dev 2023-11-16T11:59:11.586 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T11:59:12.072 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-16T11:59:12.072 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-base-2:18.0.0-7421.g50bc6740.el8.x86_64 1/25 2023-11-16T11:59:12.072 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 2/25 2023-11-16T11:59:12.072 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-radosgw-2:18.0.0-7421.g50bc6740.el8.x86_64 3/25 2023-11-16T11:59:12.073 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-selinux-2:18.0.0-7421.g50bc6740.el8.x86_64 4/25 2023-11-16T11:59:12.073 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libcephfs2-2:18.0.0-7421.g50bc6740.el8.x86_64 5/25 2023-11-16T11:59:12.073 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libradosstriper1-2:18.0.0-7421.g50bc6740.el8.x86_6 6/25 2023-11-16T11:59:12.073 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librgw2-2:18.0.0-7421.g50bc6740.el8.x86_64 7/25 2023-11-16T11:59:12.073 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7421.g50bc6740.el8. 8/25 2023-11-16T11:59:12.073 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-ceph-common-2:18.0.0-7421.g50bc6740.el8.x8 9/25 2023-11-16T11:59:12.073 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-cephfs-2:18.0.0-7421.g50bc6740.el8.x86_64 10/25 2023-11-16T11:59:12.073 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-rados-2:18.0.0-7421.g50bc6740.el8.x86_64 11/25 2023-11-16T11:59:12.073 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-rbd-2:18.0.0-7421.g50bc6740.el8.x86_64 12/25 2023-11-16T11:59:12.073 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-rgw-2:18.0.0-7421.g50bc6740.el8.x86_64 13/25 2023-11-16T11:59:12.073 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-11-16T11:59:12.073 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-11-16T11:59:12.074 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-11-16T11:59:12.074 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-11-16T11:59:12.074 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-11-16T11:59:12.074 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-11-16T11:59:12.074 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-11-16T11:59:12.074 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-11-16T11:59:12.074 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librados2-2:18.0.0-7421.g50bc6740.el8.x86_64 22/25 2023-11-16T11:59:12.074 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-16T11:59:12.074 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librbd1-2:18.0.0-7421.g50bc6740.el8.x86_64 24/25 2023-11-16T11:59:13.050 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-radosgw-2:18.0.0-7421.g50bc6740.el8.x86_64 23/25 2023-11-16T11:59:13.071 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7421.g50bc6740.el8.x86_64 23/25 2023-11-16T11:59:13.071 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-16T11:59:13.219 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-16T11:59:13.219 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T11:59:13.220 INFO:teuthology.orchestra.run.smithi112.stdout:Upgraded: 2023-11-16T11:59:13.220 INFO:teuthology.orchestra.run.smithi112.stdout: librados2-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:13.220 INFO:teuthology.orchestra.run.smithi112.stdout: librbd1-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:13.220 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2023-11-16T11:59:13.220 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-base-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:13.220 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:13.220 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-radosgw-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:13.220 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-selinux-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:13.220 INFO:teuthology.orchestra.run.smithi112.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-16T11:59:13.220 INFO:teuthology.orchestra.run.smithi112.stdout: libcephfs2-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:13.220 INFO:teuthology.orchestra.run.smithi112.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-16T11:59:13.221 INFO:teuthology.orchestra.run.smithi112.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-11-16T11:59:13.221 INFO:teuthology.orchestra.run.smithi112.stdout: libradosstriper1-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:13.221 INFO:teuthology.orchestra.run.smithi112.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-16T11:59:13.221 INFO:teuthology.orchestra.run.smithi112.stdout: librgw2-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:13.221 INFO:teuthology.orchestra.run.smithi112.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-16T11:59:13.221 INFO:teuthology.orchestra.run.smithi112.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-16T11:59:13.221 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ceph-argparse-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:13.221 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:13.221 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cephfs-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:13.221 INFO:teuthology.orchestra.run.smithi112.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-16T11:59:13.221 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rados-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:13.221 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rbd-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:13.222 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rgw-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:13.222 INFO:teuthology.orchestra.run.smithi112.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-16T11:59:13.222 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T11:59:13.222 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T11:59:13.297 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-16T11:59:13.297 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-16T11:59:13.543 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-test 2023-11-16T11:59:14.022 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-16T11:59:14.022 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-base-2:18.0.0-7421.g50bc6740.el8.x86_64 1/25 2023-11-16T11:59:14.022 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 2/25 2023-11-16T11:59:14.022 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-radosgw-2:18.0.0-7421.g50bc6740.el8.x86_64 3/25 2023-11-16T11:59:14.023 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-selinux-2:18.0.0-7421.g50bc6740.el8.x86_64 4/25 2023-11-16T11:59:14.023 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libcephfs2-2:18.0.0-7421.g50bc6740.el8.x86_64 5/25 2023-11-16T11:59:14.023 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libradosstriper1-2:18.0.0-7421.g50bc6740.el8.x86_6 6/25 2023-11-16T11:59:14.023 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librgw2-2:18.0.0-7421.g50bc6740.el8.x86_64 7/25 2023-11-16T11:59:14.023 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7421.g50bc6740.el8. 8/25 2023-11-16T11:59:14.023 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-ceph-common-2:18.0.0-7421.g50bc6740.el8.x8 9/25 2023-11-16T11:59:14.023 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cephfs-2:18.0.0-7421.g50bc6740.el8.x86_64 10/25 2023-11-16T11:59:14.023 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rados-2:18.0.0-7421.g50bc6740.el8.x86_64 11/25 2023-11-16T11:59:14.023 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rbd-2:18.0.0-7421.g50bc6740.el8.x86_64 12/25 2023-11-16T11:59:14.023 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rgw-2:18.0.0-7421.g50bc6740.el8.x86_64 13/25 2023-11-16T11:59:14.024 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-11-16T11:59:14.024 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-11-16T11:59:14.024 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-11-16T11:59:14.024 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-11-16T11:59:14.024 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-11-16T11:59:14.024 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-11-16T11:59:14.024 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-11-16T11:59:14.024 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-11-16T11:59:14.024 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librados2-2:18.0.0-7421.g50bc6740.el8.x86_64 22/25 2023-11-16T11:59:14.024 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-16T11:59:14.024 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librbd1-2:18.0.0-7421.g50bc6740.el8.x86_64 24/25 2023-11-16T11:59:14.404 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:00:50 ago on Thu 16 Nov 2023 11:58:24 AM UTC. 2023-11-16T11:59:15.193 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-16T11:59:15.193 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T11:59:15.193 INFO:teuthology.orchestra.run.smithi088.stdout:Upgraded: 2023-11-16T11:59:15.193 INFO:teuthology.orchestra.run.smithi088.stdout: librados2-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:15.193 INFO:teuthology.orchestra.run.smithi088.stdout: librbd1-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:15.193 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-16T11:59:15.193 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-base-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:15.194 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:15.194 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-radosgw-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:15.194 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-selinux-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:15.194 INFO:teuthology.orchestra.run.smithi088.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-16T11:59:15.194 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs2-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:15.194 INFO:teuthology.orchestra.run.smithi088.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-16T11:59:15.194 INFO:teuthology.orchestra.run.smithi088.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-11-16T11:59:15.194 INFO:teuthology.orchestra.run.smithi088.stdout: libradosstriper1-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:15.194 INFO:teuthology.orchestra.run.smithi088.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-16T11:59:15.194 INFO:teuthology.orchestra.run.smithi088.stdout: librgw2-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:15.194 INFO:teuthology.orchestra.run.smithi088.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-16T11:59:15.195 INFO:teuthology.orchestra.run.smithi088.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-16T11:59:15.195 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-argparse-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:15.195 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:15.195 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cephfs-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:15.195 INFO:teuthology.orchestra.run.smithi088.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-16T11:59:15.195 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rados-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:15.195 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rbd-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:15.195 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rgw-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:15.195 INFO:teuthology.orchestra.run.smithi088.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-16T11:59:15.195 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T11:59:15.195 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T11:59:15.531 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-test 2023-11-16T11:59:16.078 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T11:59:16.079 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T11:59:16.079 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2023-11-16T11:59:16.079 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T11:59:16.079 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2023-11-16T11:59:16.079 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-test x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 49 M 2023-11-16T11:59:16.079 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2023-11-16T11:59:16.079 INFO:teuthology.orchestra.run.smithi112.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2023-11-16T11:59:16.080 INFO:teuthology.orchestra.run.smithi112.stdout: libcephsqlite x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 183 k 2023-11-16T11:59:16.080 INFO:teuthology.orchestra.run.smithi112.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-11-16T11:59:16.080 INFO:teuthology.orchestra.run.smithi112.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-11-16T11:59:16.080 INFO:teuthology.orchestra.run.smithi112.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-11-16T11:59:16.080 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T11:59:16.080 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2023-11-16T11:59:16.080 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T11:59:16.080 INFO:teuthology.orchestra.run.smithi112.stdout:Install 6 Packages 2023-11-16T11:59:16.080 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T11:59:16.081 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 50 M 2023-11-16T11:59:16.081 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 223 M 2023-11-16T11:59:16.081 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2023-11-16T11:59:16.389 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:49 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T11:59:16.457 INFO:teuthology.orchestra.run.smithi112.stdout:(1/6): libcephsqlite-18.0.0-7421.g50bc6740.el8. 548 kB/s | 183 kB 00:00 2023-11-16T11:59:16.649 INFO:teuthology.orchestra.run.smithi112.stdout:(2/6): jq-1.6-8.el8.x86_64.rpm 386 kB/s | 203 kB 00:00 2023-11-16T11:59:16.707 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7421.g50bc6740.el8.x86_64 22/25 2023-11-16T11:59:16.707 INFO:teuthology.orchestra.run.smithi132.stdout:skipping the directory /sys 2023-11-16T11:59:16.707 INFO:teuthology.orchestra.run.smithi132.stdout:skipping the directory /proc 2023-11-16T11:59:16.707 INFO:teuthology.orchestra.run.smithi132.stdout:skipping the directory /dev 2023-11-16T11:59:16.707 INFO:teuthology.orchestra.run.smithi132.stdout:skipping the directory /run 2023-11-16T11:59:16.707 INFO:teuthology.orchestra.run.smithi132.stdout:skipping the directory /mnt 2023-11-16T11:59:16.707 INFO:teuthology.orchestra.run.smithi132.stdout:skipping the directory /var/tmp 2023-11-16T11:59:16.707 INFO:teuthology.orchestra.run.smithi132.stdout:skipping the directory /home 2023-11-16T11:59:16.708 INFO:teuthology.orchestra.run.smithi132.stdout:skipping the directory /tmp 2023-11-16T11:59:16.708 INFO:teuthology.orchestra.run.smithi132.stdout:skipping the directory /dev 2023-11-16T11:59:16.708 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T11:59:16.958 INFO:teuthology.orchestra.run.smithi112.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 375 kB/s | 187 kB 00:00 2023-11-16T11:59:17.233 INFO:teuthology.orchestra.run.smithi112.stdout:(4/6): socat-1.7.4.1-1.el8.x86_64.rpm 553 kB/s | 323 kB 00:00 2023-11-16T11:59:17.366 INFO:teuthology.orchestra.run.smithi112.stdout:(5/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 173 kB/s | 71 kB 00:00 2023-11-16T11:59:18.049 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T11:59:18.051 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T11:59:18.051 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-11-16T11:59:18.051 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T11:59:18.051 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-16T11:59:18.051 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-test x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 49 M 2023-11-16T11:59:18.051 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-11-16T11:59:18.051 INFO:teuthology.orchestra.run.smithi088.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2023-11-16T11:59:18.051 INFO:teuthology.orchestra.run.smithi088.stdout: libcephsqlite x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 183 k 2023-11-16T11:59:18.051 INFO:teuthology.orchestra.run.smithi088.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-11-16T11:59:18.051 INFO:teuthology.orchestra.run.smithi088.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-11-16T11:59:18.051 INFO:teuthology.orchestra.run.smithi088.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-11-16T11:59:18.051 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T11:59:18.051 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-16T11:59:18.052 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T11:59:18.052 INFO:teuthology.orchestra.run.smithi088.stdout:Install 6 Packages 2023-11-16T11:59:18.052 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T11:59:18.052 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 50 M 2023-11-16T11:59:18.052 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 223 M 2023-11-16T11:59:18.052 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-16T11:59:18.162 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-radosgw-2:18.0.0-7421.g50bc6740.el8.x86_64 23/25 2023-11-16T11:59:18.182 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7421.g50bc6740.el8.x86_64 23/25 2023-11-16T11:59:18.183 INFO:teuthology.orchestra.run.smithi132.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-16T11:59:18.422 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-16T11:59:18.422 INFO:teuthology.orchestra.run.smithi132.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-16T11:59:18.873 INFO:teuthology.orchestra.run.smithi088.stdout:(1/6): libcephsqlite-18.0.0-7421.g50bc6740.el8. 235 kB/s | 183 kB 00:00 2023-11-16T11:59:18.948 INFO:teuthology.orchestra.run.smithi088.stdout:(2/6): jq-1.6-8.el8.x86_64.rpm 237 kB/s | 203 kB 00:00 2023-11-16T11:59:19.158 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-16T11:59:19.158 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-base-2:18.0.0-7421.g50bc6740.el8.x86_64 1/25 2023-11-16T11:59:19.158 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 2/25 2023-11-16T11:59:19.158 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-radosgw-2:18.0.0-7421.g50bc6740.el8.x86_64 3/25 2023-11-16T11:59:19.158 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-selinux-2:18.0.0-7421.g50bc6740.el8.x86_64 4/25 2023-11-16T11:59:19.158 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : libcephfs2-2:18.0.0-7421.g50bc6740.el8.x86_64 5/25 2023-11-16T11:59:19.159 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : libradosstriper1-2:18.0.0-7421.g50bc6740.el8.x86_6 6/25 2023-11-16T11:59:19.159 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : librgw2-2:18.0.0-7421.g50bc6740.el8.x86_64 7/25 2023-11-16T11:59:19.159 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7421.g50bc6740.el8. 8/25 2023-11-16T11:59:19.159 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-ceph-common-2:18.0.0-7421.g50bc6740.el8.x8 9/25 2023-11-16T11:59:19.159 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-cephfs-2:18.0.0-7421.g50bc6740.el8.x86_64 10/25 2023-11-16T11:59:19.159 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-rados-2:18.0.0-7421.g50bc6740.el8.x86_64 11/25 2023-11-16T11:59:19.159 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-rbd-2:18.0.0-7421.g50bc6740.el8.x86_64 12/25 2023-11-16T11:59:19.159 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-rgw-2:18.0.0-7421.g50bc6740.el8.x86_64 13/25 2023-11-16T11:59:19.159 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-11-16T11:59:19.159 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-11-16T11:59:19.159 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-11-16T11:59:19.161 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-11-16T11:59:19.161 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-11-16T11:59:19.161 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-11-16T11:59:19.161 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-11-16T11:59:19.161 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-11-16T11:59:19.161 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : librados2-2:18.0.0-7421.g50bc6740.el8.x86_64 22/25 2023-11-16T11:59:19.161 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-16T11:59:19.161 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : librbd1-2:18.0.0-7421.g50bc6740.el8.x86_64 24/25 2023-11-16T11:59:19.465 INFO:teuthology.orchestra.run.smithi088.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 317 kB/s | 187 kB 00:00 2023-11-16T11:59:19.766 INFO:teuthology.orchestra.run.smithi088.stdout:(4/6): socat-1.7.4.1-1.el8.x86_64.rpm 395 kB/s | 323 kB 00:00 2023-11-16T11:59:19.865 INFO:teuthology.orchestra.run.smithi088.stdout:(5/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 177 kB/s | 71 kB 00:00 2023-11-16T11:59:20.415 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-16T11:59:20.415 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T11:59:20.416 INFO:teuthology.orchestra.run.smithi132.stdout:Upgraded: 2023-11-16T11:59:20.416 INFO:teuthology.orchestra.run.smithi132.stdout: librados2-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:20.416 INFO:teuthology.orchestra.run.smithi132.stdout: librbd1-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:20.416 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-11-16T11:59:20.416 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-base-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:20.416 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:20.416 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-radosgw-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:20.416 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-selinux-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:20.416 INFO:teuthology.orchestra.run.smithi132.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-16T11:59:20.416 INFO:teuthology.orchestra.run.smithi132.stdout: libcephfs2-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:20.416 INFO:teuthology.orchestra.run.smithi132.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-16T11:59:20.417 INFO:teuthology.orchestra.run.smithi132.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-11-16T11:59:20.417 INFO:teuthology.orchestra.run.smithi132.stdout: libradosstriper1-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:20.417 INFO:teuthology.orchestra.run.smithi132.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-16T11:59:20.417 INFO:teuthology.orchestra.run.smithi132.stdout: librgw2-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:20.417 INFO:teuthology.orchestra.run.smithi132.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-16T11:59:20.417 INFO:teuthology.orchestra.run.smithi132.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-16T11:59:20.417 INFO:teuthology.orchestra.run.smithi132.stdout: python3-ceph-argparse-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:20.417 INFO:teuthology.orchestra.run.smithi132.stdout: python3-ceph-common-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:20.417 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cephfs-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:20.417 INFO:teuthology.orchestra.run.smithi132.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-16T11:59:20.417 INFO:teuthology.orchestra.run.smithi132.stdout: python3-rados-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:20.417 INFO:teuthology.orchestra.run.smithi132.stdout: python3-rbd-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:20.417 INFO:teuthology.orchestra.run.smithi132.stdout: python3-rgw-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:20.418 INFO:teuthology.orchestra.run.smithi132.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-16T11:59:20.418 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T11:59:20.418 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T11:59:20.684 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-test 2023-11-16T11:59:21.537 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:00:54 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T11:59:23.193 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T11:59:23.194 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T11:59:23.194 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2023-11-16T11:59:23.195 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T11:59:23.195 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-11-16T11:59:23.195 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-test x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 49 M 2023-11-16T11:59:23.195 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2023-11-16T11:59:23.195 INFO:teuthology.orchestra.run.smithi132.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2023-11-16T11:59:23.195 INFO:teuthology.orchestra.run.smithi132.stdout: libcephsqlite x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 183 k 2023-11-16T11:59:23.195 INFO:teuthology.orchestra.run.smithi132.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-11-16T11:59:23.195 INFO:teuthology.orchestra.run.smithi132.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-11-16T11:59:23.195 INFO:teuthology.orchestra.run.smithi132.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-11-16T11:59:23.195 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T11:59:23.195 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-11-16T11:59:23.196 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T11:59:23.196 INFO:teuthology.orchestra.run.smithi132.stdout:Install 6 Packages 2023-11-16T11:59:23.196 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T11:59:23.196 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 50 M 2023-11-16T11:59:23.196 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 223 M 2023-11-16T11:59:23.197 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-11-16T11:59:23.716 INFO:teuthology.orchestra.run.smithi132.stdout:(1/6): jq-1.6-8.el8.x86_64.rpm 425 kB/s | 203 kB 00:00 2023-11-16T11:59:23.899 INFO:teuthology.orchestra.run.smithi132.stdout:(2/6): libcephsqlite-18.0.0-7421.g50bc6740.el8. 277 kB/s | 183 kB 00:00 2023-11-16T11:59:24.183 INFO:teuthology.orchestra.run.smithi132.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 401 kB/s | 187 kB 00:00 2023-11-16T11:59:24.442 INFO:teuthology.orchestra.run.smithi132.stdout:(4/6): socat-1.7.4.1-1.el8.x86_64.rpm 596 kB/s | 323 kB 00:00 2023-11-16T11:59:24.542 INFO:teuthology.orchestra.run.smithi132.stdout:(5/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 197 kB/s | 71 kB 00:00 2023-11-16T11:59:28.633 INFO:teuthology.orchestra.run.smithi132.stdout:(6/6): ceph-test-18.0.0-7421.g50bc6740.el8.x86_ 9.2 MB/s | 49 MB 00:05 2023-11-16T11:59:28.635 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:59:28.636 INFO:teuthology.orchestra.run.smithi132.stdout:Total 9.3 MB/s | 50 MB 00:05 2023-11-16T11:59:28.678 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-11-16T11:59:28.699 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-11-16T11:59:28.699 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-11-16T11:59:28.975 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-11-16T11:59:28.978 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-11-16T11:59:29.443 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-11-16T11:59:29.679 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-11-16T11:59:29.904 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-11-16T11:59:30.051 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-11-16T11:59:30.065 INFO:teuthology.orchestra.run.smithi112.stdout:(6/6): ceph-test-18.0.0-7421.g50bc6740.el8.x86_ 3.5 MB/s | 49 MB 00:13 2023-11-16T11:59:30.067 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:59:30.067 INFO:teuthology.orchestra.run.smithi112.stdout:Total 3.6 MB/s | 50 MB 00:13 2023-11-16T11:59:30.109 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2023-11-16T11:59:30.129 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-11-16T11:59:30.130 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2023-11-16T11:59:30.131 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2023-11-16T11:59:30.367 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2023-11-16T11:59:30.406 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2023-11-16T11:59:30.409 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2023-11-16T11:59:30.551 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : libcephsqlite-2:18.0.0-7421.g50bc6740.el8.x86_64 5/6 2023-11-16T11:59:30.865 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2023-11-16T11:59:31.144 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-11-16T11:59:31.352 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-11-16T11:59:31.508 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-11-16T11:59:31.612 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-11-16T11:59:31.815 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2023-11-16T11:59:32.008 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libcephsqlite-2:18.0.0-7421.g50bc6740.el8.x86_64 5/6 2023-11-16T11:59:35.344 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7421.g50bc6740.el8.x86_64 5/6 2023-11-16T11:59:35.582 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-test-2:18.0.0-7421.g50bc6740.el8.x86_64 6/6 2023-11-16T11:59:35.908 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-test-2:18.0.0-7421.g50bc6740.el8.x86_64 6/6 2023-11-16T11:59:35.909 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-test-2:18.0.0-7421.g50bc6740.el8.x86_64 1/6 2023-11-16T11:59:35.909 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : libcephsqlite-2:18.0.0-7421.g50bc6740.el8.x86_64 2/6 2023-11-16T11:59:35.909 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2023-11-16T11:59:35.909 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-11-16T11:59:35.909 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-11-16T11:59:36.651 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-11-16T11:59:36.651 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T11:59:36.651 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-11-16T11:59:36.651 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-test-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:36.651 INFO:teuthology.orchestra.run.smithi132.stdout: jq-1.6-8.el8.x86_64 2023-11-16T11:59:36.652 INFO:teuthology.orchestra.run.smithi132.stdout: libcephsqlite-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:36.652 INFO:teuthology.orchestra.run.smithi132.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-16T11:59:36.652 INFO:teuthology.orchestra.run.smithi132.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-16T11:59:36.652 INFO:teuthology.orchestra.run.smithi132.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-16T11:59:36.652 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T11:59:36.652 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T11:59:36.761 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7421.g50bc6740.el8.x86_64 5/6 2023-11-16T11:59:36.868 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph 2023-11-16T11:59:37.047 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-test-2:18.0.0-7421.g50bc6740.el8.x86_64 6/6 2023-11-16T11:59:37.333 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-test-2:18.0.0-7421.g50bc6740.el8.x86_64 6/6 2023-11-16T11:59:37.333 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-test-2:18.0.0-7421.g50bc6740.el8.x86_64 1/6 2023-11-16T11:59:37.334 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libcephsqlite-2:18.0.0-7421.g50bc6740.el8.x86_64 2/6 2023-11-16T11:59:37.334 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2023-11-16T11:59:37.334 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-11-16T11:59:37.334 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-11-16T11:59:37.735 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:01:10 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T11:59:38.070 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-11-16T11:59:38.070 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T11:59:38.070 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2023-11-16T11:59:38.070 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-test-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:38.070 INFO:teuthology.orchestra.run.smithi112.stdout: jq-1.6-8.el8.x86_64 2023-11-16T11:59:38.070 INFO:teuthology.orchestra.run.smithi112.stdout: libcephsqlite-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:38.070 INFO:teuthology.orchestra.run.smithi112.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-16T11:59:38.071 INFO:teuthology.orchestra.run.smithi112.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-16T11:59:38.071 INFO:teuthology.orchestra.run.smithi112.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-16T11:59:38.071 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T11:59:38.071 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T11:59:38.266 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph 2023-11-16T11:59:38.870 INFO:teuthology.orchestra.run.smithi088.stdout:(6/6): ceph-test-18.0.0-7421.g50bc6740.el8.x86_ 2.4 MB/s | 49 MB 00:20 2023-11-16T11:59:38.872 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:59:38.873 INFO:teuthology.orchestra.run.smithi088.stdout:Total 2.4 MB/s | 50 MB 00:20 2023-11-16T11:59:38.915 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-16T11:59:38.936 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-16T11:59:38.936 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-16T11:59:39.133 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:15 ago on Thu 16 Nov 2023 11:58:24 AM UTC. 2023-11-16T11:59:39.213 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-16T11:59:39.216 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-16T11:59:39.408 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T11:59:39.412 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T11:59:39.412 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2023-11-16T11:59:39.412 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T11:59:39.412 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-11-16T11:59:39.412 INFO:teuthology.orchestra.run.smithi132.stdout: ceph x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 6.4 k 2023-11-16T11:59:39.412 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2023-11-16T11:59:39.412 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mds x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 2.3 M 2023-11-16T11:59:39.412 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 1.6 M 2023-11-16T11:59:39.412 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 242 k 2023-11-16T11:59:39.412 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mon x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 4.6 M 2023-11-16T11:59:39.413 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-osd x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 18 M 2023-11-16T11:59:39.413 INFO:teuthology.orchestra.run.smithi132.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-11-16T11:59:39.413 INFO:teuthology.orchestra.run.smithi132.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-11-16T11:59:39.413 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-11-16T11:59:39.413 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-11-16T11:59:39.413 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-11-16T11:59:39.413 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-11-16T11:59:39.413 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-11-16T11:59:39.413 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-11-16T11:59:39.413 INFO:teuthology.orchestra.run.smithi132.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-11-16T11:59:39.413 INFO:teuthology.orchestra.run.smithi132.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-11-16T11:59:39.414 INFO:teuthology.orchestra.run.smithi132.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-11-16T11:59:39.414 INFO:teuthology.orchestra.run.smithi132.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-11-16T11:59:39.414 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-11-16T11:59:39.414 INFO:teuthology.orchestra.run.smithi132.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-11-16T11:59:39.414 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-11-16T11:59:39.414 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-11-16T11:59:39.414 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-11-16T11:59:39.414 INFO:teuthology.orchestra.run.smithi132.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-11-16T11:59:39.414 INFO:teuthology.orchestra.run.smithi132.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-11-16T11:59:39.414 INFO:teuthology.orchestra.run.smithi132.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-11-16T11:59:39.414 INFO:teuthology.orchestra.run.smithi132.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-11-16T11:59:39.414 INFO:teuthology.orchestra.run.smithi132.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-11-16T11:59:39.415 INFO:teuthology.orchestra.run.smithi132.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-11-16T11:59:39.415 INFO:teuthology.orchestra.run.smithi132.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-11-16T11:59:39.415 INFO:teuthology.orchestra.run.smithi132.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-11-16T11:59:39.415 INFO:teuthology.orchestra.run.smithi132.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-11-16T11:59:39.415 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T11:59:39.415 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-11-16T11:59:39.415 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T11:59:39.415 INFO:teuthology.orchestra.run.smithi132.stdout:Install 32 Packages 2023-11-16T11:59:39.415 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T11:59:39.416 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 30 M 2023-11-16T11:59:39.416 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 121 M 2023-11-16T11:59:39.416 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-11-16T11:59:39.718 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-16T11:59:39.863 INFO:teuthology.orchestra.run.smithi132.stdout:(1/32): ceph-18.0.0-7421.g50bc6740.el8.x86_64.r 32 kB/s | 6.4 kB 00:00 2023-11-16T11:59:39.983 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-11-16T11:59:40.021 INFO:teuthology.orchestra.run.smithi132.stdout:(2/32): ceph-mds-18.0.0-7421.g50bc6740.el8.x86_ 6.4 MB/s | 2.3 MB 00:00 2023-11-16T11:59:40.199 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-11-16T11:59:40.221 INFO:teuthology.orchestra.run.smithi132.stdout:(3/32): ceph-mgr-18.0.0-7421.g50bc6740.el8.x86_ 2.9 MB/s | 1.6 MB 00:00 2023-11-16T11:59:40.367 INFO:teuthology.orchestra.run.smithi132.stdout:(4/32): ceph-mgr-modules-core-18.0.0-7421.g50bc 1.6 MB/s | 242 kB 00:00 2023-11-16T11:59:40.389 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-11-16T11:59:40.469 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-11-16T11:59:40.671 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2023-11-16T11:59:40.810 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T11:59:40.814 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T11:59:40.814 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2023-11-16T11:59:40.814 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T11:59:40.814 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2023-11-16T11:59:40.814 INFO:teuthology.orchestra.run.smithi112.stdout: ceph x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 6.4 k 2023-11-16T11:59:40.814 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2023-11-16T11:59:40.815 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mds x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 2.3 M 2023-11-16T11:59:40.815 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 1.6 M 2023-11-16T11:59:40.815 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 242 k 2023-11-16T11:59:40.815 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mon x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 4.6 M 2023-11-16T11:59:40.815 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-osd x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 18 M 2023-11-16T11:59:40.815 INFO:teuthology.orchestra.run.smithi112.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-11-16T11:59:40.815 INFO:teuthology.orchestra.run.smithi112.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-11-16T11:59:40.815 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-11-16T11:59:40.815 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-11-16T11:59:40.815 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-11-16T11:59:40.815 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-11-16T11:59:40.816 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-11-16T11:59:40.816 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-11-16T11:59:40.816 INFO:teuthology.orchestra.run.smithi112.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-11-16T11:59:40.816 INFO:teuthology.orchestra.run.smithi112.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-11-16T11:59:40.816 INFO:teuthology.orchestra.run.smithi112.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-11-16T11:59:40.816 INFO:teuthology.orchestra.run.smithi112.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-11-16T11:59:40.816 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-11-16T11:59:40.816 INFO:teuthology.orchestra.run.smithi112.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-11-16T11:59:40.816 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-11-16T11:59:40.816 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-11-16T11:59:40.816 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-11-16T11:59:40.816 INFO:teuthology.orchestra.run.smithi112.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-11-16T11:59:40.816 INFO:teuthology.orchestra.run.smithi112.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-11-16T11:59:40.817 INFO:teuthology.orchestra.run.smithi112.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-11-16T11:59:40.817 INFO:teuthology.orchestra.run.smithi112.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-11-16T11:59:40.817 INFO:teuthology.orchestra.run.smithi112.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-11-16T11:59:40.817 INFO:teuthology.orchestra.run.smithi112.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-11-16T11:59:40.817 INFO:teuthology.orchestra.run.smithi112.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-11-16T11:59:40.818 INFO:teuthology.orchestra.run.smithi112.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-11-16T11:59:40.818 INFO:teuthology.orchestra.run.smithi112.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-11-16T11:59:40.818 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T11:59:40.818 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2023-11-16T11:59:40.818 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T11:59:40.818 INFO:teuthology.orchestra.run.smithi112.stdout:Install 32 Packages 2023-11-16T11:59:40.818 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T11:59:40.819 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 30 M 2023-11-16T11:59:40.819 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 121 M 2023-11-16T11:59:40.819 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2023-11-16T11:59:40.838 INFO:teuthology.orchestra.run.smithi132.stdout:(5/32): python3-mako-1.0.6-14.el8.noarch.rpm 333 kB/s | 157 kB 00:00 2023-11-16T11:59:40.855 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libcephsqlite-2:18.0.0-7421.g50bc6740.el8.x86_64 5/6 2023-11-16T11:59:41.014 INFO:teuthology.orchestra.run.smithi132.stdout:(6/32): ceph-osd-18.0.0-7421.g50bc6740.el8.x86_ 18 MB/s | 18 MB 00:00 2023-11-16T11:59:41.098 INFO:teuthology.orchestra.run.smithi132.stdout:(7/32): ceph-mon-18.0.0-7421.g50bc6740.el8.x86_ 3.8 MB/s | 4.6 MB 00:01 2023-11-16T11:59:41.256 INFO:teuthology.orchestra.run.smithi132.stdout:(8/32): python3-markupsafe-0.23-19.el8.x86_64.r 93 kB/s | 39 kB 00:00 2023-11-16T11:59:41.317 INFO:teuthology.orchestra.run.smithi112.stdout:(1/32): ceph-18.0.0-7421.g50bc6740.el8.x86_64.r 34 kB/s | 6.4 kB 00:00 2023-11-16T11:59:41.449 INFO:teuthology.orchestra.run.smithi132.stdout:(9/32): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 238 kB/s | 103 kB 00:00 2023-11-16T11:59:41.474 INFO:teuthology.orchestra.run.smithi132.stdout:(10/32): python3-pytz-2017.2-11.el8.noarch.rpm 152 kB/s | 57 kB 00:00 2023-11-16T11:59:41.716 INFO:teuthology.orchestra.run.smithi132.stdout:(11/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 932 kB/s | 249 kB 00:00 2023-11-16T11:59:41.750 INFO:teuthology.orchestra.run.smithi112.stdout:(2/32): ceph-mgr-18.0.0-7421.g50bc6740.el8.x86_ 2.6 MB/s | 1.6 MB 00:00 2023-11-16T11:59:41.783 INFO:teuthology.orchestra.run.smithi132.stdout:(12/32): python3-pycparser-2.14-14.el8.noarch.r 1.6 MB/s | 109 kB 00:00 2023-11-16T11:59:41.808 INFO:teuthology.orchestra.run.smithi132.stdout:(13/32): python3-cryptography-3.2.1-6.el8.x86_6 1.9 MB/s | 641 kB 00:00 2023-11-16T11:59:41.842 INFO:teuthology.orchestra.run.smithi112.stdout:(3/32): ceph-mds-18.0.0-7421.g50bc6740.el8.x86_ 3.2 MB/s | 2.3 MB 00:00 2023-11-16T11:59:41.934 INFO:teuthology.orchestra.run.smithi112.stdout:(4/32): ceph-mgr-modules-core-18.0.0-7421.g50bc 2.6 MB/s | 242 kB 00:00 2023-11-16T11:59:42.108 INFO:teuthology.orchestra.run.smithi132.stdout:(14/32): python3-werkzeug-0.12.2-4.el8.noarch.r 537 kB/s | 457 kB 00:00 2023-11-16T11:59:42.183 INFO:teuthology.orchestra.run.smithi132.stdout:(15/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 109 kB/s | 44 kB 00:00 2023-11-16T11:59:42.284 INFO:teuthology.orchestra.run.smithi112.stdout:(5/32): ceph-mon-18.0.0-7421.g50bc6740.el8.x86_ 4.8 MB/s | 4.6 MB 00:00 2023-11-16T11:59:42.375 INFO:teuthology.orchestra.run.smithi132.stdout:(16/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 326 kB/s | 185 kB 00:00 2023-11-16T11:59:42.384 INFO:teuthology.orchestra.run.smithi112.stdout:(6/32): python3-mako-1.0.6-14.el8.noarch.rpm 349 kB/s | 157 kB 00:00 2023-11-16T11:59:42.484 INFO:teuthology.orchestra.run.smithi132.stdout:(17/32): python3-jaraco-6.2-6.el8.noarch.rpm 103 kB/s | 11 kB 00:00 2023-11-16T11:59:42.559 INFO:teuthology.orchestra.run.smithi132.stdout:(18/32): python3-cherrypy-18.4.0-1.el8.noarch.r 1.0 MB/s | 384 kB 00:00 2023-11-16T11:59:42.593 INFO:teuthology.orchestra.run.smithi132.stdout:(19/32): python3-jaraco-functools-2.0-4.el8.noa 162 kB/s | 18 kB 00:00 2023-11-16T11:59:42.618 INFO:teuthology.orchestra.run.smithi112.stdout:(7/32): python3-markupsafe-0.23-19.el8.x86_64.r 116 kB/s | 39 kB 00:00 2023-11-16T11:59:42.652 INFO:teuthology.orchestra.run.smithi132.stdout:(20/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 318 kB/s | 173 kB 00:00 2023-11-16T11:59:42.710 INFO:teuthology.orchestra.run.smithi132.stdout:(21/32): python3-logutils-0.3.5-11.el8.noarch.r 323 kB/s | 49 kB 00:00 2023-11-16T11:59:42.735 INFO:teuthology.orchestra.run.smithi132.stdout:(22/32): python3-more-itertools-7.2.0-3.el8.noa 412 kB/s | 59 kB 00:00 2023-11-16T11:59:42.819 INFO:teuthology.orchestra.run.smithi132.stdout:(23/32): python3-portend-2.6-1.el8.noarch.rpm 143 kB/s | 16 kB 00:00 2023-11-16T11:59:42.835 INFO:teuthology.orchestra.run.smithi112.stdout:(8/32): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 230 kB/s | 103 kB 00:00 2023-11-16T11:59:42.844 INFO:teuthology.orchestra.run.smithi132.stdout:(24/32): python3-simplegeneric-0.8.1-17.el8.noa 172 kB/s | 19 kB 00:00 2023-11-16T11:59:42.869 INFO:teuthology.orchestra.run.smithi132.stdout:(25/32): python3-pecan-1.3.2-9.el8.noarch.rpm 1.3 MB/s | 283 kB 00:00 2023-11-16T11:59:42.920 INFO:teuthology.orchestra.run.smithi132.stdout:(26/32): python3-singledispatch-3.4.0.3-18.el8. 238 kB/s | 24 kB 00:00 2023-11-16T11:59:42.953 INFO:teuthology.orchestra.run.smithi132.stdout:(27/32): python3-tempora-1.14.1-5.el8.noarch.rp 268 kB/s | 29 kB 00:00 2023-11-16T11:59:42.969 INFO:teuthology.orchestra.run.smithi112.stdout:(9/32): python3-pytz-2017.2-11.el8.noarch.rpm 163 kB/s | 57 kB 00:00 2023-11-16T11:59:42.970 INFO:teuthology.orchestra.run.smithi132.stdout:(28/32): python3-trustme-0.6.0-4.el8.noarch.rpm 273 kB/s | 27 kB 00:00 2023-11-16T11:59:43.093 INFO:teuthology.orchestra.run.smithi132.stdout:(29/32): python3-waitress-1.4.3-1.el8.noarch.rp 1.4 MB/s | 255 kB 00:00 2023-11-16T11:59:43.121 INFO:teuthology.orchestra.run.smithi132.stdout:(30/32): python3-webtest-2.0.33-1.el8.noarch.rp 568 kB/s | 85 kB 00:00 2023-11-16T11:59:43.146 INFO:teuthology.orchestra.run.smithi132.stdout:(31/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.3 MB/s | 251 kB 00:00 2023-11-16T11:59:43.213 INFO:teuthology.orchestra.run.smithi132.stdout:(32/32): python3-zc-lockfile-2.0-2.el8.noarch.r 192 kB/s | 23 kB 00:00 2023-11-16T11:59:43.218 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:59:43.218 INFO:teuthology.orchestra.run.smithi132.stdout:Total 8.0 MB/s | 30 MB 00:03 2023-11-16T11:59:43.272 INFO:teuthology.orchestra.run.smithi112.stdout:(10/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 820 kB/s | 249 kB 00:00 2023-11-16T11:59:43.302 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-11-16T11:59:43.340 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-11-16T11:59:43.340 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-11-16T11:59:43.503 INFO:teuthology.orchestra.run.smithi112.stdout:(11/32): ceph-osd-18.0.0-7421.g50bc6740.el8.x86 10 MB/s | 18 MB 00:01 2023-11-16T11:59:43.536 INFO:teuthology.orchestra.run.smithi112.stdout:(12/32): python3-werkzeug-0.12.2-4.el8.noarch.r 653 kB/s | 457 kB 00:00 2023-11-16T11:59:43.570 INFO:teuthology.orchestra.run.smithi112.stdout:(13/32): python3-cryptography-3.2.1-6.el8.x86_6 2.1 MB/s | 641 kB 00:00 2023-11-16T11:59:43.654 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-11-16T11:59:43.657 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-11-16T11:59:43.754 INFO:teuthology.orchestra.run.smithi112.stdout:(14/32): python3-pycparser-2.14-14.el8.noarch.r 435 kB/s | 109 kB 00:00 2023-11-16T11:59:43.804 INFO:teuthology.orchestra.run.smithi112.stdout:(15/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 180 kB/s | 44 kB 00:00 2023-11-16T11:59:43.829 INFO:teuthology.orchestra.run.smithi112.stdout:(16/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 716 kB/s | 185 kB 00:00 2023-11-16T11:59:43.905 INFO:teuthology.orchestra.run.smithi112.stdout:(17/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 1.1 MB/s | 173 kB 00:00 2023-11-16T11:59:43.930 INFO:teuthology.orchestra.run.smithi112.stdout:(18/32): python3-jaraco-6.2-6.el8.noarch.rpm 111 kB/s | 11 kB 00:00 2023-11-16T11:59:44.122 INFO:teuthology.orchestra.run.smithi112.stdout:(19/32): python3-logutils-0.3.5-11.el8.noarch.r 254 kB/s | 49 kB 00:00 2023-11-16T11:59:44.180 INFO:teuthology.orchestra.run.smithi112.stdout:(20/32): python3-jaraco-functools-2.0-4.el8.noa 64 kB/s | 18 kB 00:00 2023-11-16T11:59:44.205 INFO:teuthology.orchestra.run.smithi112.stdout:(21/32): python3-more-itertools-7.2.0-3.el8.noa 702 kB/s | 59 kB 00:00 2023-11-16T11:59:44.231 INFO:teuthology.orchestra.run.smithi112.stdout:(22/32): python3-cherrypy-18.4.0-1.el8.noarch.r 852 kB/s | 384 kB 00:00 2023-11-16T11:59:44.281 INFO:teuthology.orchestra.run.smithi112.stdout:(23/32): python3-portend-2.6-1.el8.noarch.rpm 207 kB/s | 16 kB 00:00 2023-11-16T11:59:44.448 INFO:teuthology.orchestra.run.smithi112.stdout:(24/32): python3-pecan-1.3.2-9.el8.noarch.rpm 1.0 MB/s | 283 kB 00:00 2023-11-16T11:59:44.473 INFO:teuthology.orchestra.run.smithi112.stdout:(25/32): python3-simplegeneric-0.8.1-17.el8.noa 77 kB/s | 19 kB 00:00 2023-11-16T11:59:44.740 INFO:teuthology.orchestra.run.smithi112.stdout:(26/32): python3-tempora-1.14.1-5.el8.noarch.rp 100 kB/s | 29 kB 00:00 2023-11-16T11:59:44.786 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-11-16T11:59:44.988 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-11-16T11:59:45.083 INFO:teuthology.orchestra.run.smithi112.stdout:(27/32): python3-singledispatch-3.4.0.3-18.el8. 30 kB/s | 24 kB 00:00 2023-11-16T11:59:45.116 INFO:teuthology.orchestra.run.smithi112.stdout:(28/32): python3-trustme-0.6.0-4.el8.noarch.rpm 43 kB/s | 27 kB 00:00 2023-11-16T11:59:45.142 INFO:teuthology.orchestra.run.smithi112.stdout:(29/32): python3-waitress-1.4.3-1.el8.noarch.rp 637 kB/s | 255 kB 00:00 2023-11-16T11:59:45.200 INFO:teuthology.orchestra.run.smithi112.stdout:(30/32): python3-webtest-2.0.33-1.el8.noarch.rp 1.0 MB/s | 85 kB 00:00 2023-11-16T11:59:45.232 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-11-16T11:59:45.259 INFO:teuthology.orchestra.run.smithi112.stdout:(31/32): python3-zc-lockfile-2.0-2.el8.noarch.r 196 kB/s | 23 kB 00:00 2023-11-16T11:59:45.292 INFO:teuthology.orchestra.run.smithi112.stdout:(32/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.2 MB/s | 251 kB 00:00 2023-11-16T11:59:45.294 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:59:45.295 INFO:teuthology.orchestra.run.smithi112.stdout:Total 6.8 MB/s | 30 MB 00:04 2023-11-16T11:59:45.376 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2023-11-16T11:59:45.412 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2023-11-16T11:59:45.413 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2023-11-16T11:59:45.524 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2023-11-16T11:59:45.600 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7421.g50bc6740.el8.x86_64 5/6 2023-11-16T11:59:45.735 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2023-11-16T11:59:45.738 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2023-11-16T11:59:45.847 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2023-11-16T11:59:45.877 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-test-2:18.0.0-7421.g50bc6740.el8.x86_64 6/6 2023-11-16T11:59:46.053 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2023-11-16T11:59:46.195 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-test-2:18.0.0-7421.g50bc6740.el8.x86_64 6/6 2023-11-16T11:59:46.195 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-test-2:18.0.0-7421.g50bc6740.el8.x86_64 1/6 2023-11-16T11:59:46.195 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libcephsqlite-2:18.0.0-7421.g50bc6740.el8.x86_64 2/6 2023-11-16T11:59:46.195 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2023-11-16T11:59:46.195 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-11-16T11:59:46.195 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-11-16T11:59:46.283 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2023-11-16T11:59:46.460 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2023-11-16T11:59:46.671 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2023-11-16T11:59:46.864 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2023-11-16T11:59:46.874 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2023-11-16T11:59:47.102 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2023-11-16T11:59:47.136 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-11-16T11:59:47.314 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2023-11-16T11:59:47.333 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-11-16T11:59:47.333 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T11:59:47.333 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-16T11:59:47.333 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-test-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:47.333 INFO:teuthology.orchestra.run.smithi088.stdout: jq-1.6-8.el8.x86_64 2023-11-16T11:59:47.334 INFO:teuthology.orchestra.run.smithi088.stdout: libcephsqlite-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:47.334 INFO:teuthology.orchestra.run.smithi088.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-16T11:59:47.334 INFO:teuthology.orchestra.run.smithi088.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-16T11:59:47.334 INFO:teuthology.orchestra.run.smithi088.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-16T11:59:47.334 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T11:59:47.334 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T11:59:47.355 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-11-16T11:59:47.557 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph 2023-11-16T11:59:47.588 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2023-11-16T11:59:47.597 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2023-11-16T11:59:47.846 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2023-11-16T11:59:48.005 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2023-11-16T11:59:48.077 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2023-11-16T11:59:48.290 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2023-11-16T11:59:48.301 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 14/32 2023-11-16T11:59:48.423 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:21 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T11:59:48.498 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2023-11-16T11:59:48.533 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2023-11-16T11:59:48.753 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2023-11-16T11:59:48.781 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2023-11-16T11:59:49.004 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2023-11-16T11:59:49.024 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-11-16T11:59:49.224 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2023-11-16T11:59:49.317 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2023-11-16T11:59:49.504 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2023-11-16T11:59:49.562 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2023-11-16T11:59:49.728 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2023-11-16T11:59:49.769 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2023-11-16T11:59:49.962 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-11-16T11:59:50.083 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T11:59:50.087 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T11:59:50.087 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-11-16T11:59:50.087 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T11:59:50.087 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-16T11:59:50.087 INFO:teuthology.orchestra.run.smithi088.stdout: ceph x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 6.4 k 2023-11-16T11:59:50.087 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-11-16T11:59:50.087 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mds x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 2.3 M 2023-11-16T11:59:50.087 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 1.6 M 2023-11-16T11:59:50.087 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 242 k 2023-11-16T11:59:50.087 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mon x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 4.6 M 2023-11-16T11:59:50.088 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-osd x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 18 M 2023-11-16T11:59:50.088 INFO:teuthology.orchestra.run.smithi088.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-11-16T11:59:50.088 INFO:teuthology.orchestra.run.smithi088.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-11-16T11:59:50.088 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-11-16T11:59:50.088 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-11-16T11:59:50.088 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-11-16T11:59:50.088 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-11-16T11:59:50.088 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-11-16T11:59:50.088 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-11-16T11:59:50.088 INFO:teuthology.orchestra.run.smithi088.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-11-16T11:59:50.088 INFO:teuthology.orchestra.run.smithi088.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-11-16T11:59:50.088 INFO:teuthology.orchestra.run.smithi088.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-11-16T11:59:50.089 INFO:teuthology.orchestra.run.smithi088.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-11-16T11:59:50.089 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-11-16T11:59:50.089 INFO:teuthology.orchestra.run.smithi088.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-11-16T11:59:50.089 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-11-16T11:59:50.089 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-11-16T11:59:50.089 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-11-16T11:59:50.089 INFO:teuthology.orchestra.run.smithi088.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-11-16T11:59:50.089 INFO:teuthology.orchestra.run.smithi088.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-11-16T11:59:50.089 INFO:teuthology.orchestra.run.smithi088.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-11-16T11:59:50.089 INFO:teuthology.orchestra.run.smithi088.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-11-16T11:59:50.089 INFO:teuthology.orchestra.run.smithi088.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-11-16T11:59:50.089 INFO:teuthology.orchestra.run.smithi088.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-11-16T11:59:50.090 INFO:teuthology.orchestra.run.smithi088.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-11-16T11:59:50.090 INFO:teuthology.orchestra.run.smithi088.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-11-16T11:59:50.090 INFO:teuthology.orchestra.run.smithi088.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-11-16T11:59:50.090 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T11:59:50.090 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-16T11:59:50.090 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T11:59:50.090 INFO:teuthology.orchestra.run.smithi088.stdout:Install 32 Packages 2023-11-16T11:59:50.090 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T11:59:50.091 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 30 M 2023-11-16T11:59:50.091 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 121 M 2023-11-16T11:59:50.091 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-16T11:59:50.116 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2023-11-16T11:59:50.229 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-11-16T11:59:50.400 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 14/32 2023-11-16T11:59:50.513 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-11-16T11:59:50.580 INFO:teuthology.orchestra.run.smithi088.stdout:(1/32): ceph-18.0.0-7421.g50bc6740.el8.x86_64.r 52 kB/s | 6.4 kB 00:00 2023-11-16T11:59:50.596 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2023-11-16T11:59:50.769 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2023-11-16T11:59:50.797 INFO:teuthology.orchestra.run.smithi088.stdout:(2/32): ceph-mds-18.0.0-7421.g50bc6740.el8.x86_ 6.8 MB/s | 2.3 MB 00:00 2023-11-16T11:59:50.896 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2023-11-16T11:59:51.106 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-11-16T11:59:51.116 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2023-11-16T11:59:51.150 INFO:teuthology.orchestra.run.smithi088.stdout:(3/32): ceph-mon-18.0.0-7421.g50bc6740.el8.x86_ 8.2 MB/s | 4.6 MB 00:00 2023-11-16T11:59:51.231 INFO:teuthology.orchestra.run.smithi088.stdout:(4/32): ceph-mgr-18.0.0-7421.g50bc6740.el8.x86_ 2.1 MB/s | 1.6 MB 00:00 2023-11-16T11:59:51.256 INFO:teuthology.orchestra.run.smithi088.stdout:(5/32): ceph-mgr-modules-core-18.0.0-7421.g50bc 2.2 MB/s | 242 kB 00:00 2023-11-16T11:59:51.432 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2023-11-16T11:59:51.618 INFO:teuthology.orchestra.run.smithi088.stdout:(6/32): python3-markupsafe-0.23-19.el8.x86_64.r 107 kB/s | 39 kB 00:00 2023-11-16T11:59:51.707 INFO:teuthology.orchestra.run.smithi088.stdout:(7/32): python3-mako-1.0.6-14.el8.noarch.rpm 330 kB/s | 157 kB 00:00 2023-11-16T11:59:51.711 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2023-11-16T11:59:51.836 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-11-16T11:59:51.882 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2023-11-16T11:59:52.066 INFO:teuthology.orchestra.run.smithi088.stdout:(8/32): ceph-osd-18.0.0-7421.g50bc6740.el8.x86_ 14 MB/s | 18 MB 00:01 2023-11-16T11:59:52.137 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-11-16T11:59:52.185 INFO:teuthology.orchestra.run.smithi088.stdout:(9/32): python3-pytz-2017.2-11.el8.noarch.rpm 119 kB/s | 57 kB 00:00 2023-11-16T11:59:52.266 INFO:teuthology.orchestra.run.smithi088.stdout:(10/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 160 kB/s | 103 kB 00:00 2023-11-16T11:59:52.361 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7421.g50bc6740.el8. 27/32 2023-11-16T11:59:52.371 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-11-16T11:59:52.491 INFO:teuthology.orchestra.run.smithi088.stdout:(11/32): python3-cffi-1.11.5-6.el8.x86_64.rpm 811 kB/s | 249 kB 00:00 2023-11-16T11:59:52.573 INFO:teuthology.orchestra.run.smithi088.stdout:(12/32): python3-cryptography-3.2.1-6.el8.x86_6 2.0 MB/s | 641 kB 00:00 2023-11-16T11:59:52.609 INFO:teuthology.orchestra.run.smithi088.stdout:(13/32): python3-pycparser-2.14-14.el8.noarch.r 933 kB/s | 109 kB 00:00 2023-11-16T11:59:52.632 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-mgr-2:18.0.0-7421.g50bc6740.el8.x86_64 28/32 2023-11-16T11:59:52.665 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-11-16T11:59:52.667 INFO:teuthology.orchestra.run.smithi088.stdout:(14/32): python3-werkzeug-0.12.2-4.el8.noarch.r 761 kB/s | 457 kB 00:00 2023-11-16T11:59:52.876 INFO:teuthology.orchestra.run.smithi088.stdout:(15/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 144 kB/s | 44 kB 00:00 2023-11-16T11:59:52.889 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2023-11-16T11:59:52.959 INFO:teuthology.orchestra.run.smithi088.stdout:(16/32): python3-beautifulsoup4-4.6.3-2.el8.1.n 528 kB/s | 185 kB 00:00 2023-11-16T11:59:52.993 INFO:teuthology.orchestra.run.smithi088.stdout:(17/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 546 kB/s | 173 kB 00:00 2023-11-16T11:59:53.060 INFO:teuthology.orchestra.run.smithi088.stdout:(18/32): python3-jaraco-6.2-6.el8.noarch.rpm 111 kB/s | 11 kB 00:00 2023-11-16T11:59:53.085 INFO:teuthology.orchestra.run.smithi088.stdout:(19/32): python3-jaraco-functools-2.0-4.el8.noa 191 kB/s | 18 kB 00:00 2023-11-16T11:59:53.119 INFO:teuthology.orchestra.run.smithi088.stdout:(20/32): python3-cherrypy-18.4.0-1.el8.noarch.r 1.5 MB/s | 384 kB 00:00 2023-11-16T11:59:53.144 INFO:teuthology.orchestra.run.smithi088.stdout:(21/32): python3-logutils-0.3.5-11.el8.noarch.r 582 kB/s | 49 kB 00:00 2023-11-16T11:59:53.169 INFO:teuthology.orchestra.run.smithi088.stdout:(22/32): python3-more-itertools-7.2.0-3.el8.noa 701 kB/s | 59 kB 00:00 2023-11-16T11:59:53.228 INFO:teuthology.orchestra.run.smithi088.stdout:(23/32): python3-portend-2.6-1.el8.noarch.rpm 186 kB/s | 16 kB 00:00 2023-11-16T11:59:53.238 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2023-11-16T11:59:53.287 INFO:teuthology.orchestra.run.smithi088.stdout:(24/32): python3-pecan-1.3.2-9.el8.noarch.rpm 1.6 MB/s | 283 kB 00:00 2023-11-16T11:59:53.312 INFO:teuthology.orchestra.run.smithi088.stdout:(25/32): python3-simplegeneric-0.8.1-17.el8.noa 131 kB/s | 19 kB 00:00 2023-11-16T11:59:53.337 INFO:teuthology.orchestra.run.smithi088.stdout:(26/32): python3-singledispatch-3.4.0.3-18.el8. 220 kB/s | 24 kB 00:00 2023-11-16T11:59:53.388 INFO:teuthology.orchestra.run.smithi088.stdout:(27/32): python3-trustme-0.6.0-4.el8.noarch.rpm 367 kB/s | 27 kB 00:00 2023-11-16T11:59:53.413 INFO:teuthology.orchestra.run.smithi088.stdout:(28/32): python3-tempora-1.14.1-5.el8.noarch.rp 291 kB/s | 29 kB 00:00 2023-11-16T11:59:53.455 INFO:teuthology.orchestra.run.smithi088.stdout:(29/32): python3-waitress-1.4.3-1.el8.noarch.rp 2.1 MB/s | 255 kB 00:00 2023-11-16T11:59:53.522 INFO:teuthology.orchestra.run.smithi088.stdout:(30/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.8 MB/s | 251 kB 00:00 2023-11-16T11:59:53.547 INFO:teuthology.orchestra.run.smithi088.stdout:(31/32): python3-zc-lockfile-2.0-2.el8.noarch.r 250 kB/s | 23 kB 00:00 2023-11-16T11:59:53.551 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-11-16T11:59:53.572 INFO:teuthology.orchestra.run.smithi088.stdout:(32/32): python3-webtest-2.0.33-1.el8.noarch.rp 537 kB/s | 85 kB 00:00 2023-11-16T11:59:53.577 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:59:53.577 INFO:teuthology.orchestra.run.smithi088.stdout:Total 8.7 MB/s | 30 MB 00:03 2023-11-16T11:59:53.661 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-16T11:59:53.698 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-16T11:59:53.698 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-16T11:59:53.935 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7421.g50bc6740.el8. 27/32 2023-11-16T11:59:54.002 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-16T11:59:54.005 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-16T11:59:54.189 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mgr-2:18.0.0-7421.g50bc6740.el8.x86_64 28/32 2023-11-16T11:59:54.244 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7421.g50bc6740.el8.x86_64 28/32 2023-11-16T11:59:54.440 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-osd-2:18.0.0-7421.g50bc6740.el8.x86_64 29/32 2023-11-16T11:59:54.933 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-osd-2:18.0.0-7421.g50bc6740.el8.x86_64 29/32 2023-11-16T11:59:55.139 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-mon-2:18.0.0-7421.g50bc6740.el8.x86_64 30/32 2023-11-16T11:59:55.229 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-16T11:59:55.354 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-mon-2:18.0.0-7421.g50bc6740.el8.x86_64 30/32 2023-11-16T11:59:55.500 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-11-16T11:59:55.531 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-mds-2:18.0.0-7421.g50bc6740.el8.x86_64 31/32 2023-11-16T11:59:55.548 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-mds-2:18.0.0-7421.g50bc6740.el8.x86_64 31/32 2023-11-16T11:59:55.672 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-2:18.0.0-7421.g50bc6740.el8.x86_64 32/32 2023-11-16T11:59:55.760 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-11-16T11:59:55.800 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7421.g50bc6740.el8.x86_64 28/32 2023-11-16T11:59:56.021 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/32 2023-11-16T11:59:56.022 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-osd-2:18.0.0-7421.g50bc6740.el8.x86_64 29/32 2023-11-16T11:59:56.115 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-2:18.0.0-7421.g50bc6740.el8.x86_64 32/32 2023-11-16T11:59:56.115 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-2:18.0.0-7421.g50bc6740.el8.x86_64 1/32 2023-11-16T11:59:56.116 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-mds-2:18.0.0-7421.g50bc6740.el8.x86_64 2/32 2023-11-16T11:59:56.116 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-mgr-2:18.0.0-7421.g50bc6740.el8.x86_64 3/32 2023-11-16T11:59:56.116 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-mon-2:18.0.0-7421.g50bc6740.el8.x86_64 4/32 2023-11-16T11:59:56.116 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-osd-2:18.0.0-7421.g50bc6740.el8.x86_64 5/32 2023-11-16T11:59:56.116 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7421.g50bc6740.el8. 6/32 2023-11-16T11:59:56.117 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2023-11-16T11:59:56.117 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2023-11-16T11:59:56.117 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2023-11-16T11:59:56.117 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2023-11-16T11:59:56.117 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2023-11-16T11:59:56.117 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2023-11-16T11:59:56.117 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/32 2023-11-16T11:59:56.118 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2023-11-16T11:59:56.118 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2023-11-16T11:59:56.118 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2023-11-16T11:59:56.118 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-11-16T11:59:56.118 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2023-11-16T11:59:56.119 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2023-11-16T11:59:56.119 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2023-11-16T11:59:56.119 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2023-11-16T11:59:56.119 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2023-11-16T11:59:56.119 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2023-11-16T11:59:56.119 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2023-11-16T11:59:56.120 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2023-11-16T11:59:56.120 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2023-11-16T11:59:56.120 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2023-11-16T11:59:56.120 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2023-11-16T11:59:56.120 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2023-11-16T11:59:56.120 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2023-11-16T11:59:56.120 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2023-11-16T11:59:56.375 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/32 2023-11-16T11:59:56.498 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-osd-2:18.0.0-7421.g50bc6740.el8.x86_64 29/32 2023-11-16T11:59:56.606 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/32 2023-11-16T11:59:56.688 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mon-2:18.0.0-7421.g50bc6740.el8.x86_64 30/32 2023-11-16T11:59:56.855 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/32 2023-11-16T11:59:56.904 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mon-2:18.0.0-7421.g50bc6740.el8.x86_64 30/32 2023-11-16T11:59:57.080 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/32 2023-11-16T11:59:57.105 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mds-2:18.0.0-7421.g50bc6740.el8.x86_64 31/32 2023-11-16T11:59:57.123 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mds-2:18.0.0-7421.g50bc6740.el8.x86_64 31/32 2023-11-16T11:59:57.282 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2023-11-16T11:59:57.283 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T11:59:57.283 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-11-16T11:59:57.283 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:57.283 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mds-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:57.283 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:57.283 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-modules-core-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T11:59:57.283 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mon-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:57.283 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-osd-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:57.283 INFO:teuthology.orchestra.run.smithi132.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-11-16T11:59:57.283 INFO:teuthology.orchestra.run.smithi132.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-11-16T11:59:57.284 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-11-16T11:59:57.284 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-11-16T11:59:57.284 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-11-16T11:59:57.284 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-11-16T11:59:57.284 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jaraco-6.2-6.el8.noarch 2023-11-16T11:59:57.284 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-11-16T11:59:57.284 INFO:teuthology.orchestra.run.smithi132.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-11-16T11:59:57.284 INFO:teuthology.orchestra.run.smithi132.stdout: python3-mako-1.0.6-14.el8.noarch 2023-11-16T11:59:57.284 INFO:teuthology.orchestra.run.smithi132.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-11-16T11:59:57.284 INFO:teuthology.orchestra.run.smithi132.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-11-16T11:59:57.284 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-11-16T11:59:57.284 INFO:teuthology.orchestra.run.smithi132.stdout: python3-portend-2.6-1.el8.noarch 2023-11-16T11:59:57.284 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-11-16T11:59:57.285 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pycparser-2.14-14.el8.noarch 2023-11-16T11:59:57.285 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pytz-2017.2-11.el8.noarch 2023-11-16T11:59:57.285 INFO:teuthology.orchestra.run.smithi132.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-11-16T11:59:57.285 INFO:teuthology.orchestra.run.smithi132.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-11-16T11:59:57.285 INFO:teuthology.orchestra.run.smithi132.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-11-16T11:59:57.285 INFO:teuthology.orchestra.run.smithi132.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-11-16T11:59:57.285 INFO:teuthology.orchestra.run.smithi132.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-11-16T11:59:57.285 INFO:teuthology.orchestra.run.smithi132.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-11-16T11:59:57.285 INFO:teuthology.orchestra.run.smithi132.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-11-16T11:59:57.285 INFO:teuthology.orchestra.run.smithi132.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-11-16T11:59:57.285 INFO:teuthology.orchestra.run.smithi132.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-11-16T11:59:57.285 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T11:59:57.285 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T11:59:57.286 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/32 2023-11-16T11:59:57.296 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-2:18.0.0-7421.g50bc6740.el8.x86_64 32/32 2023-11-16T11:59:57.501 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/32 2023-11-16T11:59:57.623 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-base 2023-11-16T11:59:57.695 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-2:18.0.0-7421.g50bc6740.el8.x86_64 32/32 2023-11-16T11:59:57.695 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-2:18.0.0-7421.g50bc6740.el8.x86_64 1/32 2023-11-16T11:59:57.695 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mds-2:18.0.0-7421.g50bc6740.el8.x86_64 2/32 2023-11-16T11:59:57.695 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mgr-2:18.0.0-7421.g50bc6740.el8.x86_64 3/32 2023-11-16T11:59:57.695 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mon-2:18.0.0-7421.g50bc6740.el8.x86_64 4/32 2023-11-16T11:59:57.696 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-osd-2:18.0.0-7421.g50bc6740.el8.x86_64 5/32 2023-11-16T11:59:57.696 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7421.g50bc6740.el8. 6/32 2023-11-16T11:59:57.696 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2023-11-16T11:59:57.696 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2023-11-16T11:59:57.696 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2023-11-16T11:59:57.696 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2023-11-16T11:59:57.696 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2023-11-16T11:59:57.696 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2023-11-16T11:59:57.696 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/32 2023-11-16T11:59:57.696 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2023-11-16T11:59:57.696 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2023-11-16T11:59:57.697 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2023-11-16T11:59:57.697 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-11-16T11:59:57.697 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2023-11-16T11:59:57.697 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2023-11-16T11:59:57.697 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2023-11-16T11:59:57.697 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2023-11-16T11:59:57.697 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2023-11-16T11:59:57.697 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2023-11-16T11:59:57.697 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2023-11-16T11:59:57.697 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2023-11-16T11:59:57.697 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2023-11-16T11:59:57.697 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2023-11-16T11:59:57.698 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2023-11-16T11:59:57.698 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2023-11-16T11:59:57.698 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2023-11-16T11:59:57.698 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2023-11-16T11:59:57.770 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/32 2023-11-16T11:59:58.051 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/32 2023-11-16T11:59:58.333 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 12/32 2023-11-16T11:59:58.492 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:01:31 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T11:59:58.778 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 13/32 2023-11-16T11:59:58.829 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2023-11-16T11:59:58.829 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T11:59:58.829 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2023-11-16T11:59:58.829 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:58.829 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mds-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:58.829 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:58.829 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-modules-core-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T11:59:58.829 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mon-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:58.829 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-osd-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T11:59:58.829 INFO:teuthology.orchestra.run.smithi112.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-11-16T11:59:58.829 INFO:teuthology.orchestra.run.smithi112.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-11-16T11:59:58.829 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-11-16T11:59:58.830 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-11-16T11:59:58.830 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-11-16T11:59:58.830 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-11-16T11:59:58.830 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-6.2-6.el8.noarch 2023-11-16T11:59:58.830 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-11-16T11:59:58.830 INFO:teuthology.orchestra.run.smithi112.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-11-16T11:59:58.830 INFO:teuthology.orchestra.run.smithi112.stdout: python3-mako-1.0.6-14.el8.noarch 2023-11-16T11:59:58.830 INFO:teuthology.orchestra.run.smithi112.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-11-16T11:59:58.830 INFO:teuthology.orchestra.run.smithi112.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-11-16T11:59:58.830 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-11-16T11:59:58.830 INFO:teuthology.orchestra.run.smithi112.stdout: python3-portend-2.6-1.el8.noarch 2023-11-16T11:59:58.831 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-11-16T11:59:58.831 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pycparser-2.14-14.el8.noarch 2023-11-16T11:59:58.831 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pytz-2017.2-11.el8.noarch 2023-11-16T11:59:58.831 INFO:teuthology.orchestra.run.smithi112.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-11-16T11:59:58.831 INFO:teuthology.orchestra.run.smithi112.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-11-16T11:59:58.831 INFO:teuthology.orchestra.run.smithi112.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-11-16T11:59:58.831 INFO:teuthology.orchestra.run.smithi112.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-11-16T11:59:58.831 INFO:teuthology.orchestra.run.smithi112.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-11-16T11:59:58.831 INFO:teuthology.orchestra.run.smithi112.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-11-16T11:59:58.831 INFO:teuthology.orchestra.run.smithi112.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-11-16T11:59:58.831 INFO:teuthology.orchestra.run.smithi112.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-11-16T11:59:58.831 INFO:teuthology.orchestra.run.smithi112.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-11-16T11:59:58.831 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T11:59:58.832 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T11:59:59.079 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 14/32 2023-11-16T11:59:59.112 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-base 2023-11-16T11:59:59.292 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 15/32 2023-11-16T11:59:59.576 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 16/32 2023-11-16T11:59:59.861 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-11-16T11:59:59.940 INFO:teuthology.orchestra.run.smithi132.stdout:Package ceph-base-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T11:59:59.965 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:35 ago on Thu 16 Nov 2023 11:58:24 AM UTC. 2023-11-16T12:00:00.156 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T12:00:00.157 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2023-11-16T12:00:00.157 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T12:00:00.222 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 18/32 2023-11-16T12:00:00.259 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install cephadm 2023-11-16T12:00:00.490 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 19/32 2023-11-16T12:00:00.712 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 20/32 2023-11-16T12:00:00.948 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-11-16T12:00:01.117 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:01:34 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:00:01.230 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-11-16T12:00:01.405 INFO:teuthology.orchestra.run.smithi112.stdout:Package ceph-base-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T12:00:01.518 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-11-16T12:00:01.620 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T12:00:01.621 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2023-11-16T12:00:01.621 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T12:00:01.721 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install cephadm 2023-11-16T12:00:01.793 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 24/32 2023-11-16T12:00:02.155 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 25/32 2023-11-16T12:00:02.500 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-11-16T12:00:02.578 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:38 ago on Thu 16 Nov 2023 11:58:24 AM UTC. 2023-11-16T12:00:02.780 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T12:00:02.781 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:00:02.781 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2023-11-16T12:00:02.781 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:00:02.781 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-11-16T12:00:02.781 INFO:teuthology.orchestra.run.smithi132.stdout: cephadm noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 411 k 2023-11-16T12:00:02.781 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:00:02.781 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-11-16T12:00:02.781 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:00:02.782 INFO:teuthology.orchestra.run.smithi132.stdout:Install 1 Package 2023-11-16T12:00:02.782 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:00:02.782 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 411 k 2023-11-16T12:00:02.782 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 2.1 M 2023-11-16T12:00:02.782 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-11-16T12:00:02.908 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7421.g50bc6740.el8. 27/32 2023-11-16T12:00:03.147 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-2:18.0.0-7421.g50bc6740.el8.x86_64 28/32 2023-11-16T12:00:03.822 INFO:teuthology.orchestra.run.smithi132.stdout:cephadm-18.0.0-7421.g50bc6740.el8.noarch.rpm 395 kB/s | 411 kB 00:01 2023-11-16T12:00:03.822 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:00:03.823 INFO:teuthology.orchestra.run.smithi132.stdout:Total 395 kB/s | 411 kB 00:01 2023-11-16T12:00:03.823 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-11-16T12:00:03.832 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-11-16T12:00:03.832 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-11-16T12:00:03.836 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-11-16T12:00:03.839 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-11-16T12:00:04.221 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T12:00:04.223 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:00:04.223 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2023-11-16T12:00:04.223 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:00:04.223 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2023-11-16T12:00:04.223 INFO:teuthology.orchestra.run.smithi112.stdout: cephadm noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 411 k 2023-11-16T12:00:04.223 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:00:04.223 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2023-11-16T12:00:04.223 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:00:04.223 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2023-11-16T12:00:04.223 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:00:04.223 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 411 k 2023-11-16T12:00:04.224 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 2.1 M 2023-11-16T12:00:04.224 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2023-11-16T12:00:04.472 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-11-16T12:00:04.758 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7421.g50bc6740.el8.x86_64 28/32 2023-11-16T12:00:04.922 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-osd-2:18.0.0-7421.g50bc6740.el8.x86_64 29/32 2023-11-16T12:00:04.923 INFO:teuthology.orchestra.run.smithi112.stdout:cephadm-18.0.0-7421.g50bc6740.el8.noarch.rpm 587 kB/s | 411 kB 00:00 2023-11-16T12:00:04.923 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:00:04.924 INFO:teuthology.orchestra.run.smithi112.stdout:Total 586 kB/s | 411 kB 00:00 2023-11-16T12:00:04.924 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2023-11-16T12:00:04.932 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2023-11-16T12:00:04.932 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2023-11-16T12:00:04.935 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2023-11-16T12:00:04.939 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2023-11-16T12:00:04.985 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2023-11-16T12:00:05.120 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T12:00:05.285 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T12:00:05.387 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-osd-2:18.0.0-7421.g50bc6740.el8.x86_64 29/32 2023-11-16T12:00:05.516 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T12:00:05.543 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T12:00:05.591 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mon-2:18.0.0-7421.g50bc6740.el8.x86_64 30/32 2023-11-16T12:00:05.717 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T12:00:05.809 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mon-2:18.0.0-7421.g50bc6740.el8.x86_64 30/32 2023-11-16T12:00:05.939 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T12:00:06.008 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mds-2:18.0.0-7421.g50bc6740.el8.x86_64 31/32 2023-11-16T12:00:06.026 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mds-2:18.0.0-7421.g50bc6740.el8.x86_64 31/32 2023-11-16T12:00:06.190 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T12:00:06.190 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:00:06.190 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-11-16T12:00:06.191 INFO:teuthology.orchestra.run.smithi132.stdout: cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T12:00:06.191 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:00:06.191 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T12:00:06.216 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-2:18.0.0-7421.g50bc6740.el8.x86_64 32/32 2023-11-16T12:00:06.461 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-immutable-object-cache 2023-11-16T12:00:06.632 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-2:18.0.0-7421.g50bc6740.el8.x86_64 32/32 2023-11-16T12:00:06.633 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-2:18.0.0-7421.g50bc6740.el8.x86_64 1/32 2023-11-16T12:00:06.633 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mds-2:18.0.0-7421.g50bc6740.el8.x86_64 2/32 2023-11-16T12:00:06.633 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-2:18.0.0-7421.g50bc6740.el8.x86_64 3/32 2023-11-16T12:00:06.633 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mon-2:18.0.0-7421.g50bc6740.el8.x86_64 4/32 2023-11-16T12:00:06.633 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-osd-2:18.0.0-7421.g50bc6740.el8.x86_64 5/32 2023-11-16T12:00:06.633 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7421.g50bc6740.el8. 6/32 2023-11-16T12:00:06.633 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/32 2023-11-16T12:00:06.633 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/32 2023-11-16T12:00:06.634 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/32 2023-11-16T12:00:06.634 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/32 2023-11-16T12:00:06.634 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/32 2023-11-16T12:00:06.634 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/32 2023-11-16T12:00:06.634 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/32 2023-11-16T12:00:06.634 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/32 2023-11-16T12:00:06.635 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 15/32 2023-11-16T12:00:06.635 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 16/32 2023-11-16T12:00:06.635 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 17/32 2023-11-16T12:00:06.635 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 18/32 2023-11-16T12:00:06.635 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 19/32 2023-11-16T12:00:06.635 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 20/32 2023-11-16T12:00:06.636 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 21/32 2023-11-16T12:00:06.636 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 22/32 2023-11-16T12:00:06.636 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 23/32 2023-11-16T12:00:06.636 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-portend-2.6-1.el8.noarch 24/32 2023-11-16T12:00:06.636 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 25/32 2023-11-16T12:00:06.636 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 26/32 2023-11-16T12:00:06.636 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 27/32 2023-11-16T12:00:06.636 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 28/32 2023-11-16T12:00:06.637 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 29/32 2023-11-16T12:00:06.637 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 30/32 2023-11-16T12:00:06.637 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 31/32 2023-11-16T12:00:07.251 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T12:00:07.251 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:00:07.251 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2023-11-16T12:00:07.251 INFO:teuthology.orchestra.run.smithi112.stdout: cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T12:00:07.251 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:00:07.251 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T12:00:07.337 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:01:40 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:00:07.830 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 32/32 2023-11-16T12:00:07.831 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:00:07.831 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-16T12:00:07.831 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T12:00:07.831 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mds-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T12:00:07.831 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T12:00:07.831 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-modules-core-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T12:00:07.831 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mon-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T12:00:07.831 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-osd-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T12:00:07.831 INFO:teuthology.orchestra.run.smithi088.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-11-16T12:00:07.831 INFO:teuthology.orchestra.run.smithi088.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-11-16T12:00:07.831 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-11-16T12:00:07.832 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-11-16T12:00:07.832 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-11-16T12:00:07.832 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-11-16T12:00:07.832 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-6.2-6.el8.noarch 2023-11-16T12:00:07.832 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-11-16T12:00:07.832 INFO:teuthology.orchestra.run.smithi088.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-11-16T12:00:07.832 INFO:teuthology.orchestra.run.smithi088.stdout: python3-mako-1.0.6-14.el8.noarch 2023-11-16T12:00:07.832 INFO:teuthology.orchestra.run.smithi088.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-11-16T12:00:07.832 INFO:teuthology.orchestra.run.smithi088.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-11-16T12:00:07.832 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-11-16T12:00:07.832 INFO:teuthology.orchestra.run.smithi088.stdout: python3-portend-2.6-1.el8.noarch 2023-11-16T12:00:07.832 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-11-16T12:00:07.833 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pycparser-2.14-14.el8.noarch 2023-11-16T12:00:07.833 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pytz-2017.2-11.el8.noarch 2023-11-16T12:00:07.833 INFO:teuthology.orchestra.run.smithi088.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-11-16T12:00:07.833 INFO:teuthology.orchestra.run.smithi088.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-11-16T12:00:07.833 INFO:teuthology.orchestra.run.smithi088.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-11-16T12:00:07.833 INFO:teuthology.orchestra.run.smithi088.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-11-16T12:00:07.833 INFO:teuthology.orchestra.run.smithi088.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-11-16T12:00:07.833 INFO:teuthology.orchestra.run.smithi088.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-11-16T12:00:07.833 INFO:teuthology.orchestra.run.smithi088.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-11-16T12:00:07.833 INFO:teuthology.orchestra.run.smithi088.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-11-16T12:00:07.833 INFO:teuthology.orchestra.run.smithi088.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-11-16T12:00:07.833 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:00:07.833 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T12:00:08.123 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-base 2023-11-16T12:00:08.636 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-immutable-object-cache 2023-11-16T12:00:08.972 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T12:00:08.973 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:00:08.973 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repo Size 2023-11-16T12:00:08.973 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:00:08.973 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-11-16T12:00:08.973 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 171 k 2023-11-16T12:00:08.973 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:00:08.973 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-11-16T12:00:08.973 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:00:08.973 INFO:teuthology.orchestra.run.smithi132.stdout:Install 1 Package 2023-11-16T12:00:08.974 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:00:08.974 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 171 k 2023-11-16T12:00:08.974 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 524 k 2023-11-16T12:00:08.974 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-11-16T12:00:08.982 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:41 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:00:09.428 INFO:teuthology.orchestra.run.smithi132.stdout:ceph-immutable-object-cache-18.0.0-7421.g50bc67 377 kB/s | 171 kB 00:00 2023-11-16T12:00:09.429 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:00:09.429 INFO:teuthology.orchestra.run.smithi132.stdout:Total 376 kB/s | 171 kB 00:00 2023-11-16T12:00:09.429 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-11-16T12:00:09.440 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-11-16T12:00:09.441 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-11-16T12:00:09.489 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-11-16T12:00:09.492 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-11-16T12:00:09.511 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:45 ago on Thu 16 Nov 2023 11:58:24 AM UTC. 2023-11-16T12:00:09.601 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-11-16T12:00:10.071 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7421.g50bc6740. 1/1 2023-11-16T12:00:10.424 INFO:teuthology.orchestra.run.smithi088.stdout:Package ceph-base-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T12:00:10.492 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7421.g50bc6740. 1/1 2023-11-16T12:00:10.638 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T12:00:10.639 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-11-16T12:00:10.639 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T12:00:10.739 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install cephadm 2023-11-16T12:00:11.156 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T12:00:11.157 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:00:11.157 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repo Size 2023-11-16T12:00:11.157 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:00:11.157 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2023-11-16T12:00:11.157 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 171 k 2023-11-16T12:00:11.157 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:00:11.157 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2023-11-16T12:00:11.157 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:00:11.157 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2023-11-16T12:00:11.157 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:00:11.157 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 171 k 2023-11-16T12:00:11.158 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 524 k 2023-11-16T12:00:11.158 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2023-11-16T12:00:11.167 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7421.g50bc6740. 1/1 2023-11-16T12:00:11.167 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:00:11.167 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-11-16T12:00:11.167 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-immutable-object-cache-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T12:00:11.167 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:00:11.168 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T12:00:11.388 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-mgr 2023-11-16T12:00:11.602 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:44 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:00:11.762 INFO:teuthology.orchestra.run.smithi112.stdout:ceph-immutable-object-cache-18.0.0-7421.g50bc67 283 kB/s | 171 kB 00:00 2023-11-16T12:00:11.763 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:00:11.763 INFO:teuthology.orchestra.run.smithi112.stdout:Total 282 kB/s | 171 kB 00:00 2023-11-16T12:00:11.763 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2023-11-16T12:00:11.775 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2023-11-16T12:00:11.775 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2023-11-16T12:00:11.825 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2023-11-16T12:00:11.828 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2023-11-16T12:00:11.940 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2023-11-16T12:00:12.186 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7421.g50bc6740. 1/1 2023-11-16T12:00:12.257 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:01:45 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:00:12.616 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7421.g50bc6740. 1/1 2023-11-16T12:00:13.269 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T12:00:13.269 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:00:13.269 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-11-16T12:00:13.270 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:00:13.270 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-16T12:00:13.270 INFO:teuthology.orchestra.run.smithi088.stdout: cephadm noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 411 k 2023-11-16T12:00:13.270 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:00:13.270 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-16T12:00:13.270 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:00:13.270 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2023-11-16T12:00:13.270 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:00:13.270 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 411 k 2023-11-16T12:00:13.271 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 2.1 M 2023-11-16T12:00:13.271 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-16T12:00:13.302 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7421.g50bc6740. 1/1 2023-11-16T12:00:13.302 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:00:13.302 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2023-11-16T12:00:13.302 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-immutable-object-cache-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T12:00:13.302 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:00:13.303 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T12:00:13.515 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-mgr 2023-11-16T12:00:13.709 INFO:teuthology.orchestra.run.smithi132.stdout:Package ceph-mgr-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T12:00:13.927 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T12:00:13.928 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2023-11-16T12:00:13.928 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T12:00:14.021 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-mgr-dashboard 2023-11-16T12:00:14.087 INFO:teuthology.orchestra.run.smithi088.stdout:cephadm-18.0.0-7421.g50bc6740.el8.noarch.rpm 503 kB/s | 411 kB 00:00 2023-11-16T12:00:14.088 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:00:14.088 INFO:teuthology.orchestra.run.smithi088.stdout:Total 502 kB/s | 411 kB 00:00 2023-11-16T12:00:14.089 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-16T12:00:14.098 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-16T12:00:14.098 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-16T12:00:14.101 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-16T12:00:14.104 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-16T12:00:14.382 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:50 ago on Thu 16 Nov 2023 11:58:24 AM UTC. 2023-11-16T12:00:14.832 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-16T12:00:14.877 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:01:47 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:00:15.537 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T12:00:15.741 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T12:00:15.835 INFO:teuthology.orchestra.run.smithi112.stdout:Package ceph-mgr-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T12:00:15.968 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T12:00:16.048 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T12:00:16.049 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2023-11-16T12:00:16.050 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T12:00:16.180 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-mgr-dashboard 2023-11-16T12:00:16.542 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T12:00:16.543 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:00:16.543 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2023-11-16T12:00:16.543 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:00:16.543 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-11-16T12:00:16.543 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 1.8 M 2023-11-16T12:00:16.543 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2023-11-16T12:00:16.543 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 23 k 2023-11-16T12:00:16.543 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 15 k 2023-11-16T12:00:16.544 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-11-16T12:00:16.544 INFO:teuthology.orchestra.run.smithi132.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-11-16T12:00:16.544 INFO:teuthology.orchestra.run.smithi132.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-11-16T12:00:16.544 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:00:16.544 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-11-16T12:00:16.544 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:00:16.544 INFO:teuthology.orchestra.run.smithi132.stdout:Install 6 Packages 2023-11-16T12:00:16.544 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:00:16.545 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 2.1 M 2023-11-16T12:00:16.545 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 8.5 M 2023-11-16T12:00:16.545 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-11-16T12:00:16.653 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T12:00:16.653 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:00:16.653 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-16T12:00:16.653 INFO:teuthology.orchestra.run.smithi088.stdout: cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T12:00:16.653 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:00:16.653 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T12:00:16.909 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-immutable-object-cache 2023-11-16T12:00:17.035 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:53 ago on Thu 16 Nov 2023 11:58:24 AM UTC. 2023-11-16T12:00:17.774 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:50 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:00:18.705 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T12:00:18.706 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:00:18.706 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2023-11-16T12:00:18.706 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:00:18.707 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2023-11-16T12:00:18.707 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 1.8 M 2023-11-16T12:00:18.707 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2023-11-16T12:00:18.707 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 23 k 2023-11-16T12:00:18.707 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 15 k 2023-11-16T12:00:18.707 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-11-16T12:00:18.707 INFO:teuthology.orchestra.run.smithi112.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-11-16T12:00:18.707 INFO:teuthology.orchestra.run.smithi112.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-11-16T12:00:18.707 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:00:18.708 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2023-11-16T12:00:18.708 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:00:18.708 INFO:teuthology.orchestra.run.smithi112.stdout:Install 6 Packages 2023-11-16T12:00:18.708 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:00:18.709 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 2.1 M 2023-11-16T12:00:18.709 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 8.5 M 2023-11-16T12:00:18.709 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2023-11-16T12:00:19.439 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T12:00:19.440 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:00:19.440 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repo Size 2023-11-16T12:00:19.441 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:00:19.441 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-16T12:00:19.441 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 171 k 2023-11-16T12:00:19.441 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:00:19.441 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-16T12:00:19.441 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:00:19.441 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2023-11-16T12:00:19.441 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:00:19.441 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 171 k 2023-11-16T12:00:19.442 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 524 k 2023-11-16T12:00:19.442 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-16T12:00:19.718 INFO:teuthology.orchestra.run.smithi088.stdout:ceph-immutable-object-cache-18.0.0-7421.g50bc67 617 kB/s | 171 kB 00:00 2023-11-16T12:00:19.719 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:00:19.719 INFO:teuthology.orchestra.run.smithi088.stdout:Total 614 kB/s | 171 kB 00:00 2023-11-16T12:00:19.719 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-16T12:00:19.730 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-16T12:00:19.731 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-16T12:00:19.778 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-16T12:00:19.781 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-16T12:00:19.930 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-16T12:00:20.183 INFO:teuthology.orchestra.run.smithi112.stdout:(1/6): ceph-grafana-dashboards-18.0.0-7421.g50b 111 kB/s | 23 kB 00:00 2023-11-16T12:00:20.250 INFO:teuthology.orchestra.run.smithi112.stdout:(2/6): ceph-prometheus-alerts-18.0.0-7421.g50bc 54 kB/s | 15 kB 00:00 2023-11-16T12:00:20.350 INFO:teuthology.orchestra.run.smithi112.stdout:(3/6): python3-jwt-1.6.1-2.el8.noarch.rpm 255 kB/s | 43 kB 00:00 2023-11-16T12:00:20.383 INFO:teuthology.orchestra.run.smithi112.stdout:(4/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 252 kB/s | 34 kB 00:00 2023-11-16T12:00:20.489 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7421.g50bc6740. 1/1 2023-11-16T12:00:20.588 INFO:teuthology.orchestra.run.smithi112.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 826 kB/s | 196 kB 00:00 2023-11-16T12:00:20.927 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7421.g50bc6740. 1/1 2023-11-16T12:00:20.961 INFO:teuthology.orchestra.run.smithi112.stdout:(6/6): ceph-mgr-dashboard-18.0.0-7421.g50bc6740 1.8 MB/s | 1.8 MB 00:00 2023-11-16T12:00:20.963 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:00:20.963 INFO:teuthology.orchestra.run.smithi112.stdout:Total 936 kB/s | 2.1 MB 00:02 2023-11-16T12:00:20.975 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2023-11-16T12:00:20.985 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2023-11-16T12:00:20.985 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2023-11-16T12:00:21.104 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2023-11-16T12:00:21.108 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2023-11-16T12:00:21.364 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2023-11-16T12:00:21.556 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7421.g50bc6740. 1/1 2023-11-16T12:00:21.556 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:00:21.556 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-16T12:00:21.557 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-immutable-object-cache-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T12:00:21.557 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:00:21.557 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T12:00:21.624 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-11-16T12:00:21.767 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr 2023-11-16T12:00:21.885 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-11-16T12:00:22.121 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-11-16T12:00:22.245 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7421.g50bc6740.el8.n 4/6 2023-11-16T12:00:22.634 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7421.g50bc6740.el8. 5/6 2023-11-16T12:00:22.640 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:55 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:00:22.843 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7421.g50bc6740.el8.noarc 6/6 2023-11-16T12:00:23.156 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7421.g50bc6740.el8.noarc 6/6 2023-11-16T12:00:23.156 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7421.g50bc6740.el8. 1/6 2023-11-16T12:00:23.156 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7421.g50bc6740.el8.noarc 2/6 2023-11-16T12:00:23.156 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7421.g50bc6740.el8.n 3/6 2023-11-16T12:00:23.156 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-11-16T12:00:23.156 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-11-16T12:00:23.837 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-11-16T12:00:23.837 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:00:23.837 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2023-11-16T12:00:23.837 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-grafana-dashboards-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T12:00:23.837 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-dashboard-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T12:00:23.838 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-prometheus-alerts-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T12:00:23.838 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-11-16T12:00:23.838 INFO:teuthology.orchestra.run.smithi112.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-11-16T12:00:23.838 INFO:teuthology.orchestra.run.smithi112.stdout: python3-routes-2.4.1-12.el8.noarch 2023-11-16T12:00:23.838 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:00:23.838 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T12:00:23.964 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-mgr-diskprediction-local 2023-11-16T12:00:24.067 INFO:teuthology.orchestra.run.smithi088.stdout:Package ceph-mgr-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T12:00:24.283 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T12:00:24.284 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-11-16T12:00:24.284 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T12:00:24.374 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-dashboard 2023-11-16T12:00:24.809 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:02:00 ago on Thu 16 Nov 2023 11:58:24 AM UTC. 2023-11-16T12:00:25.228 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:58 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:00:26.470 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T12:00:26.471 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================================ 2023-11-16T12:00:26.471 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2023-11-16T12:00:26.471 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================================ 2023-11-16T12:00:26.471 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2023-11-16T12:00:26.472 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 7.4 M 2023-11-16T12:00:26.472 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2023-11-16T12:00:26.472 INFO:teuthology.orchestra.run.smithi112.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-11-16T12:00:26.472 INFO:teuthology.orchestra.run.smithi112.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-11-16T12:00:26.472 INFO:teuthology.orchestra.run.smithi112.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-11-16T12:00:26.472 INFO:teuthology.orchestra.run.smithi112.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-11-16T12:00:26.472 INFO:teuthology.orchestra.run.smithi112.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-11-16T12:00:26.472 INFO:teuthology.orchestra.run.smithi112.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-11-16T12:00:26.472 INFO:teuthology.orchestra.run.smithi112.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-11-16T12:00:26.472 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:00:26.472 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2023-11-16T12:00:26.472 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================================ 2023-11-16T12:00:26.472 INFO:teuthology.orchestra.run.smithi112.stdout:Install 8 Packages 2023-11-16T12:00:26.473 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:00:26.473 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 35 M 2023-11-16T12:00:26.473 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 210 M 2023-11-16T12:00:26.473 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2023-11-16T12:00:26.860 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T12:00:26.861 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:00:26.861 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-11-16T12:00:26.861 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:00:26.861 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-16T12:00:26.861 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 1.8 M 2023-11-16T12:00:26.861 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-11-16T12:00:26.861 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 23 k 2023-11-16T12:00:26.861 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 15 k 2023-11-16T12:00:26.861 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-11-16T12:00:26.862 INFO:teuthology.orchestra.run.smithi088.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-11-16T12:00:26.862 INFO:teuthology.orchestra.run.smithi088.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-11-16T12:00:26.862 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:00:26.862 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-16T12:00:26.862 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:00:26.862 INFO:teuthology.orchestra.run.smithi088.stdout:Install 6 Packages 2023-11-16T12:00:26.862 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:00:26.863 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 2.1 M 2023-11-16T12:00:26.863 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 8.5 M 2023-11-16T12:00:26.863 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-16T12:00:27.222 INFO:teuthology.orchestra.run.smithi088.stdout:(1/6): ceph-grafana-dashboards-18.0.0-7421.g50b 109 kB/s | 23 kB 00:00 2023-11-16T12:00:27.247 INFO:teuthology.orchestra.run.smithi088.stdout:(2/6): ceph-prometheus-alerts-18.0.0-7421.g50bc 63 kB/s | 15 kB 00:00 2023-11-16T12:00:27.389 INFO:teuthology.orchestra.run.smithi088.stdout:(3/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 237 kB/s | 34 kB 00:00 2023-11-16T12:00:27.439 INFO:teuthology.orchestra.run.smithi088.stdout:(4/6): python3-jwt-1.6.1-2.el8.noarch.rpm 196 kB/s | 43 kB 00:00 2023-11-16T12:00:27.540 INFO:teuthology.orchestra.run.smithi088.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 1.3 MB/s | 196 kB 00:00 2023-11-16T12:00:28.265 INFO:teuthology.orchestra.run.smithi088.stdout:(6/6): ceph-mgr-dashboard-18.0.0-7421.g50bc6740 1.4 MB/s | 1.8 MB 00:01 2023-11-16T12:00:28.266 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:00:28.267 INFO:teuthology.orchestra.run.smithi088.stdout:Total 1.5 MB/s | 2.1 MB 00:01 2023-11-16T12:00:28.279 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-16T12:00:28.289 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-16T12:00:28.289 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-16T12:00:28.386 INFO:teuthology.orchestra.run.smithi112.stdout:(1/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 2.7 MB/s | 4.9 MB 00:01 2023-11-16T12:00:28.389 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-16T12:00:28.393 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-16T12:00:28.701 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-16T12:00:28.959 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-11-16T12:00:29.287 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-11-16T12:00:29.400 INFO:teuthology.orchestra.run.smithi112.stdout:(2/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 3.7 MB/s | 3.7 MB 00:01 2023-11-16T12:00:29.539 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-11-16T12:00:29.692 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7421.g50bc6740.el8.n 4/6 2023-11-16T12:00:30.106 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7421.g50bc6740.el8. 5/6 2023-11-16T12:00:30.203 INFO:teuthology.orchestra.run.smithi112.stdout:(3/8): openblas-0.3.15-4.el8.x86_64.rpm 1.3 MB/s | 4.7 MB 00:03 2023-11-16T12:00:30.245 INFO:teuthology.orchestra.run.smithi112.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 266 kB/s | 225 kB 00:00 2023-11-16T12:00:30.349 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7421.g50bc6740.el8.noarc 6/6 2023-11-16T12:00:30.562 INFO:teuthology.orchestra.run.smithi112.stdout:(5/8): libgfortran-8.5.0-21.el8.x86_64.rpm 2.0 MB/s | 645 kB 00:00 2023-11-16T12:00:30.629 INFO:teuthology.orchestra.run.smithi112.stdout:(6/8): libquadmath-8.5.0-21.el8.x86_64.rpm 2.5 MB/s | 172 kB 00:00 2023-11-16T12:00:30.653 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7421.g50bc6740.el8.noarc 6/6 2023-11-16T12:00:30.653 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7421.g50bc6740.el8. 1/6 2023-11-16T12:00:30.654 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7421.g50bc6740.el8.noarc 2/6 2023-11-16T12:00:30.654 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7421.g50bc6740.el8.n 3/6 2023-11-16T12:00:30.654 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-11-16T12:00:30.654 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-11-16T12:00:31.500 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-11-16T12:00:31.501 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:00:31.501 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-16T12:00:31.501 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-grafana-dashboards-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T12:00:31.501 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-dashboard-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T12:00:31.501 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-prometheus-alerts-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T12:00:31.501 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-11-16T12:00:31.501 INFO:teuthology.orchestra.run.smithi088.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-11-16T12:00:31.501 INFO:teuthology.orchestra.run.smithi088.stdout: python3-routes-2.4.1-12.el8.noarch 2023-11-16T12:00:31.501 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:00:31.501 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T12:00:31.661 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-diskprediction-local 2023-11-16T12:00:31.804 INFO:teuthology.orchestra.run.smithi112.stdout:(7/8): ceph-mgr-diskprediction-local-18.0.0-742 1.4 MB/s | 7.4 MB 00:05 2023-11-16T12:00:32.510 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:05 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:00:32.849 INFO:teuthology.orchestra.run.smithi132.stdout:(1/6): ceph-grafana-dashboards-18.0.0-7421.g50b 68 kB/s | 23 kB 00:00 2023-11-16T12:00:32.908 INFO:teuthology.orchestra.run.smithi132.stdout:(2/6): ceph-prometheus-alerts-18.0.0-7421.g50bc 38 kB/s | 15 kB 00:00 2023-11-16T12:00:33.000 INFO:teuthology.orchestra.run.smithi132.stdout:(3/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 367 kB/s | 34 kB 00:00 2023-11-16T12:00:33.025 INFO:teuthology.orchestra.run.smithi132.stdout:(4/6): python3-jwt-1.6.1-2.el8.noarch.rpm 243 kB/s | 43 kB 00:00 2023-11-16T12:00:33.100 INFO:teuthology.orchestra.run.smithi132.stdout:(5/6): python3-routes-2.4.1-12.el8.noarch.rpm 1.9 MB/s | 196 kB 00:00 2023-11-16T12:00:33.517 INFO:teuthology.orchestra.run.smithi132.stdout:(6/6): ceph-mgr-dashboard-18.0.0-7421.g50bc6740 1.7 MB/s | 1.8 MB 00:01 2023-11-16T12:00:33.519 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:00:33.519 INFO:teuthology.orchestra.run.smithi132.stdout:Total 124 kB/s | 2.1 MB 00:16 2023-11-16T12:00:33.531 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-11-16T12:00:33.541 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-11-16T12:00:33.541 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-11-16T12:00:33.621 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-11-16T12:00:33.624 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-11-16T12:00:33.662 INFO:teuthology.orchestra.run.smithi112.stdout:(8/8): python3-scipy-1.0.0-21.module_el8.5.0+77 4.0 MB/s | 14 MB 00:03 2023-11-16T12:00:33.663 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:00:33.664 INFO:teuthology.orchestra.run.smithi112.stdout:Total 4.9 MB/s | 35 MB 00:07 2023-11-16T12:00:33.880 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-11-16T12:00:33.900 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2023-11-16T12:00:33.918 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2023-11-16T12:00:33.918 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2023-11-16T12:00:34.114 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-11-16T12:00:34.170 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T12:00:34.171 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================================ 2023-11-16T12:00:34.171 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-11-16T12:00:34.171 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================================ 2023-11-16T12:00:34.171 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-16T12:00:34.171 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 7.4 M 2023-11-16T12:00:34.172 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-11-16T12:00:34.172 INFO:teuthology.orchestra.run.smithi088.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-11-16T12:00:34.172 INFO:teuthology.orchestra.run.smithi088.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-11-16T12:00:34.172 INFO:teuthology.orchestra.run.smithi088.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-11-16T12:00:34.172 INFO:teuthology.orchestra.run.smithi088.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-11-16T12:00:34.172 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-11-16T12:00:34.173 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-11-16T12:00:34.173 INFO:teuthology.orchestra.run.smithi088.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-11-16T12:00:34.173 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:00:34.173 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-16T12:00:34.173 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================================ 2023-11-16T12:00:34.174 INFO:teuthology.orchestra.run.smithi088.stdout:Install 8 Packages 2023-11-16T12:00:34.174 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:00:34.175 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 35 M 2023-11-16T12:00:34.175 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 210 M 2023-11-16T12:00:34.175 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-16T12:00:34.300 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2023-11-16T12:00:34.303 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2023-11-16T12:00:34.400 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-11-16T12:00:34.578 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-11-16T12:00:34.743 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7421.g50bc6740.el8.n 4/6 2023-11-16T12:00:34.890 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2023-11-16T12:00:35.024 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2023-11-16T12:00:35.105 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7421.g50bc6740.el8. 5/6 2023-11-16T12:00:35.152 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2023-11-16T12:00:35.317 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7421.g50bc6740.el8.noarc 6/6 2023-11-16T12:00:35.332 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2023-11-16T12:00:35.627 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7421.g50bc6740.el8.noarc 6/6 2023-11-16T12:00:35.627 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7421.g50bc6740.el8. 1/6 2023-11-16T12:00:35.627 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7421.g50bc6740.el8.noarc 2/6 2023-11-16T12:00:35.627 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7421.g50bc6740.el8.n 3/6 2023-11-16T12:00:35.627 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-11-16T12:00:35.627 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-11-16T12:00:35.927 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2023-11-16T12:00:36.082 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-11-16T12:00:36.304 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-11-16T12:00:36.305 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:00:36.305 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-11-16T12:00:36.305 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-grafana-dashboards-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T12:00:36.305 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-dashboard-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T12:00:36.305 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-prometheus-alerts-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T12:00:36.305 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-11-16T12:00:36.305 INFO:teuthology.orchestra.run.smithi132.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-11-16T12:00:36.305 INFO:teuthology.orchestra.run.smithi132.stdout: python3-routes-2.4.1-12.el8.noarch 2023-11-16T12:00:36.305 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:00:36.305 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T12:00:36.433 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-mgr-diskprediction-local 2023-11-16T12:00:36.689 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-11-16T12:00:36.723 INFO:teuthology.orchestra.run.smithi088.stdout:(1/8): openblas-0.3.15-4.el8.x86_64.rpm 2.0 MB/s | 4.7 MB 00:02 2023-11-16T12:00:36.832 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-11-16T12:00:37.177 INFO:teuthology.orchestra.run.smithi088.stdout:(2/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 1.8 MB/s | 4.9 MB 00:02 2023-11-16T12:00:37.302 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:02:10 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:00:37.503 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-11-16T12:00:37.699 INFO:teuthology.orchestra.run.smithi088.stdout:(3/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 431 kB/s | 225 kB 00:00 2023-11-16T12:00:37.827 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-11-16T12:00:38.082 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-16T12:00:38.474 INFO:teuthology.orchestra.run.smithi088.stdout:(4/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 2.1 MB/s | 3.7 MB 00:01 2023-11-16T12:00:38.775 INFO:teuthology.orchestra.run.smithi088.stdout:(5/8): libgfortran-8.5.0-21.el8.x86_64.rpm 2.1 MB/s | 645 kB 00:00 2023-11-16T12:00:38.825 INFO:teuthology.orchestra.run.smithi088.stdout:(6/8): libquadmath-8.5.0-21.el8.x86_64.rpm 3.4 MB/s | 172 kB 00:00 2023-11-16T12:00:38.948 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T12:00:38.950 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================================ 2023-11-16T12:00:38.950 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2023-11-16T12:00:38.950 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================================ 2023-11-16T12:00:38.950 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-11-16T12:00:38.950 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 7.4 M 2023-11-16T12:00:38.950 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2023-11-16T12:00:38.950 INFO:teuthology.orchestra.run.smithi132.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-11-16T12:00:38.951 INFO:teuthology.orchestra.run.smithi132.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-11-16T12:00:38.951 INFO:teuthology.orchestra.run.smithi132.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-11-16T12:00:38.951 INFO:teuthology.orchestra.run.smithi132.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-11-16T12:00:38.951 INFO:teuthology.orchestra.run.smithi132.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-11-16T12:00:38.951 INFO:teuthology.orchestra.run.smithi132.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-11-16T12:00:38.951 INFO:teuthology.orchestra.run.smithi132.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-11-16T12:00:38.951 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:00:38.951 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-11-16T12:00:38.951 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================================ 2023-11-16T12:00:38.951 INFO:teuthology.orchestra.run.smithi132.stdout:Install 8 Packages 2023-11-16T12:00:38.951 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:00:38.952 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 35 M 2023-11-16T12:00:38.952 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 210 M 2023-11-16T12:00:38.952 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-11-16T12:00:39.100 INFO:teuthology.orchestra.run.smithi088.stdout:(7/8): ceph-mgr-diskprediction-local-18.0.0-742 1.6 MB/s | 7.4 MB 00:04 2023-11-16T12:00:39.818 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-16T12:00:41.029 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-11-16T12:00:41.274 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7421.g50bc674 8/8 2023-11-16T12:00:41.482 INFO:teuthology.orchestra.run.smithi132.stdout:(1/8): openblas-0.3.15-4.el8.x86_64.rpm 1.9 MB/s | 4.7 MB 00:02 2023-11-16T12:00:41.590 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7421.g50bc674 8/8 2023-11-16T12:00:41.590 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7421.g50bc674 1/8 2023-11-16T12:00:41.591 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-11-16T12:00:41.591 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-11-16T12:00:41.591 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-11-16T12:00:41.591 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-11-16T12:00:41.591 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-11-16T12:00:41.591 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2023-11-16T12:00:41.741 INFO:teuthology.orchestra.run.smithi132.stdout:(2/8): ceph-mgr-diskprediction-local-18.0.0-742 2.7 MB/s | 7.4 MB 00:02 2023-11-16T12:00:41.816 INFO:teuthology.orchestra.run.smithi132.stdout:(3/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 1.7 MB/s | 4.9 MB 00:02 2023-11-16T12:00:41.875 INFO:teuthology.orchestra.run.smithi088.stdout:(8/8): python3-scipy-1.0.0-21.module_el8.5.0+77 3.3 MB/s | 14 MB 00:04 2023-11-16T12:00:41.876 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:00:41.876 INFO:teuthology.orchestra.run.smithi088.stdout:Total 4.6 MB/s | 35 MB 00:07 2023-11-16T12:00:42.110 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-16T12:00:42.128 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-16T12:00:42.128 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-16T12:00:42.250 INFO:teuthology.orchestra.run.smithi132.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 442 kB/s | 225 kB 00:00 2023-11-16T12:00:42.289 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2023-11-16T12:00:42.289 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:00:42.289 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2023-11-16T12:00:42.289 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T12:00:42.289 INFO:teuthology.orchestra.run.smithi112.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-11-16T12:00:42.289 INFO:teuthology.orchestra.run.smithi112.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-11-16T12:00:42.289 INFO:teuthology.orchestra.run.smithi112.stdout: openblas-0.3.15-4.el8.x86_64 2023-11-16T12:00:42.289 INFO:teuthology.orchestra.run.smithi112.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-11-16T12:00:42.289 INFO:teuthology.orchestra.run.smithi112.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-11-16T12:00:42.289 INFO:teuthology.orchestra.run.smithi112.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-11-16T12:00:42.290 INFO:teuthology.orchestra.run.smithi112.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-11-16T12:00:42.290 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:00:42.290 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T12:00:42.420 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-mgr-rook 2023-11-16T12:00:42.550 INFO:teuthology.orchestra.run.smithi132.stdout:(5/8): libgfortran-8.5.0-21.el8.x86_64.rpm 2.1 MB/s | 645 kB 00:00 2023-11-16T12:00:42.558 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-16T12:00:42.561 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-16T12:00:42.609 INFO:teuthology.orchestra.run.smithi132.stdout:(6/8): libquadmath-8.5.0-21.el8.x86_64.rpm 2.9 MB/s | 172 kB 00:00 2023-11-16T12:00:43.158 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-16T12:00:43.159 INFO:teuthology.orchestra.run.smithi132.stdout:(7/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 2.2 MB/s | 3.7 MB 00:01 2023-11-16T12:00:43.277 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:02:19 ago on Thu 16 Nov 2023 11:58:24 AM UTC. 2023-11-16T12:00:43.300 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2023-11-16T12:00:43.477 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2023-11-16T12:00:43.645 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2023-11-16T12:00:44.238 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2023-11-16T12:00:44.424 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-11-16T12:00:44.934 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T12:00:44.936 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:00:44.936 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2023-11-16T12:00:44.936 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:00:44.936 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2023-11-16T12:00:44.936 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-rook noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 50 k 2023-11-16T12:00:44.936 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2023-11-16T12:00:44.936 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-11-16T12:00:44.936 INFO:teuthology.orchestra.run.smithi112.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-11-16T12:00:44.936 INFO:teuthology.orchestra.run.smithi112.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-11-16T12:00:44.937 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-11-16T12:00:44.937 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-11-16T12:00:44.937 INFO:teuthology.orchestra.run.smithi112.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-11-16T12:00:44.937 INFO:teuthology.orchestra.run.smithi112.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-11-16T12:00:44.937 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-11-16T12:00:44.937 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-11-16T12:00:44.937 INFO:teuthology.orchestra.run.smithi112.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-11-16T12:00:44.937 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-11-16T12:00:44.937 INFO:teuthology.orchestra.run.smithi112.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-11-16T12:00:44.937 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:00:44.937 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2023-11-16T12:00:44.937 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:00:44.937 INFO:teuthology.orchestra.run.smithi112.stdout:Install 13 Packages 2023-11-16T12:00:44.938 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:00:44.938 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 1.9 M 2023-11-16T12:00:44.938 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 25 M 2023-11-16T12:00:44.938 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2023-11-16T12:00:45.043 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-11-16T12:00:45.227 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-11-16T12:00:45.309 INFO:teuthology.orchestra.run.smithi132.stdout:(8/8): python3-scipy-1.0.0-21.module_el8.5.0+77 3.9 MB/s | 14 MB 00:03 2023-11-16T12:00:45.310 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:00:45.310 INFO:teuthology.orchestra.run.smithi132.stdout:Total 5.6 MB/s | 35 MB 00:06 2023-11-16T12:00:45.343 INFO:teuthology.orchestra.run.smithi112.stdout:(1/13): python3-jsonpointer-1.10-11.el8.noarch. 74 kB/s | 20 kB 00:00 2023-11-16T12:00:45.360 INFO:teuthology.orchestra.run.smithi112.stdout:(2/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 93 kB/s | 27 kB 00:00 2023-11-16T12:00:45.377 INFO:teuthology.orchestra.run.smithi112.stdout:(3/13): ceph-mgr-rook-18.0.0-7421.g50bc6740.el8 166 kB/s | 50 kB 00:00 2023-11-16T12:00:45.543 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-11-16T12:00:45.561 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-11-16T12:00:45.561 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-11-16T12:00:45.627 INFO:teuthology.orchestra.run.smithi112.stdout:(4/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 619 kB/s | 155 kB 00:00 2023-11-16T12:00:45.686 INFO:teuthology.orchestra.run.smithi112.stdout:(5/13): python3-requests-oauthlib-1.0.0-1.el8.n 730 kB/s | 43 kB 00:00 2023-11-16T12:00:45.761 INFO:teuthology.orchestra.run.smithi112.stdout:(6/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 302 kB/s | 126 kB 00:00 2023-11-16T12:00:45.786 INFO:teuthology.orchestra.run.smithi112.stdout:(7/13): python3-pyasn1-modules-0.3.7-6.el8.noar 258 kB/s | 110 kB 00:00 2023-11-16T12:00:45.910 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-11-16T12:00:45.950 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-11-16T12:00:45.953 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-11-16T12:00:45.978 INFO:teuthology.orchestra.run.smithi112.stdout:(8/13): python3-cachetools-3.1.1-4.el8.noarch.r 113 kB/s | 33 kB 00:00 2023-11-16T12:00:46.029 INFO:teuthology.orchestra.run.smithi112.stdout:(9/13): python3-certifi-2018.10.15-7.el8.noarch 61 kB/s | 16 kB 00:00 2023-11-16T12:00:46.154 INFO:teuthology.orchestra.run.smithi112.stdout:(10/13): python3-google-auth-1.1.1-10.el8.noarc 221 kB/s | 81 kB 00:00 2023-11-16T12:00:46.238 INFO:teuthology.orchestra.run.smithi112.stdout:(11/13): python3-rsa-4.9-2.el8.noarch.rpm 308 kB/s | 64 kB 00:00 2023-11-16T12:00:46.252 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-11-16T12:00:46.279 INFO:teuthology.orchestra.run.smithi112.stdout:(12/13): python3-websocket-client-0.56.0-5.el8. 489 kB/s | 61 kB 00:00 2023-11-16T12:00:46.511 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-16T12:00:46.541 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-11-16T12:00:46.546 INFO:teuthology.orchestra.run.smithi112.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 2.1 MB/s | 1.2 MB 00:00 2023-11-16T12:00:46.546 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:00:46.547 INFO:teuthology.orchestra.run.smithi112.stdout:Total 1.2 MB/s | 1.9 MB 00:01 2023-11-16T12:00:46.608 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2023-11-16T12:00:46.623 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2023-11-16T12:00:46.623 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2023-11-16T12:00:46.657 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2023-11-16T12:00:46.709 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2023-11-16T12:00:46.712 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2023-11-16T12:00:46.782 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2023-11-16T12:00:46.919 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2023-11-16T12:00:47.307 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2023-11-16T12:00:47.517 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2023-11-16T12:00:47.583 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-11-16T12:00:47.698 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-11-16T12:00:47.780 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-11-16T12:00:48.050 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-11-16T12:00:48.236 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-16T12:00:48.314 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-11-16T12:00:48.331 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-11-16T12:00:48.485 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-11-16T12:00:48.555 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-11-16T12:00:48.813 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-11-16T12:00:49.097 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-11-16T12:00:49.176 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-11-16T12:00:49.378 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-11-16T12:00:49.476 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-11-16T12:00:49.497 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-11-16T12:00:49.718 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-16T12:00:49.748 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7421.g50bc674 8/8 2023-11-16T12:00:50.064 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7421.g50bc674 8/8 2023-11-16T12:00:50.064 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7421.g50bc674 1/8 2023-11-16T12:00:50.064 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-11-16T12:00:50.064 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-11-16T12:00:50.065 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-11-16T12:00:50.065 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-11-16T12:00:50.065 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-11-16T12:00:50.065 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2023-11-16T12:00:50.428 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-11-16T12:00:50.771 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-11-16T12:00:50.788 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2023-11-16T12:00:50.788 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:00:50.788 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-16T12:00:50.788 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T12:00:50.788 INFO:teuthology.orchestra.run.smithi088.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-11-16T12:00:50.788 INFO:teuthology.orchestra.run.smithi088.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-11-16T12:00:50.788 INFO:teuthology.orchestra.run.smithi088.stdout: openblas-0.3.15-4.el8.x86_64 2023-11-16T12:00:50.788 INFO:teuthology.orchestra.run.smithi088.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-11-16T12:00:50.788 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-11-16T12:00:50.788 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-11-16T12:00:50.789 INFO:teuthology.orchestra.run.smithi088.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-11-16T12:00:50.789 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:00:50.789 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T12:00:50.939 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-rook 2023-11-16T12:00:50.995 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-11-16T12:00:51.217 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-11-16T12:00:51.364 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mgr-rook-2:18.0.0-7421.g50bc6740.el8.noarch 13/13 2023-11-16T12:00:51.454 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-11-16T12:00:51.650 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7421.g50bc6740.el8.noarch 13/13 2023-11-16T12:00:51.650 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7421.g50bc6740.el8.noarch 1/13 2023-11-16T12:00:51.650 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-11-16T12:00:51.650 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-11-16T12:00:51.651 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-11-16T12:00:51.651 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-11-16T12:00:51.651 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-11-16T12:00:51.651 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-11-16T12:00:51.651 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-11-16T12:00:51.651 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-11-16T12:00:51.651 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-11-16T12:00:51.651 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-11-16T12:00:51.651 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-11-16T12:00:51.799 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:24 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:00:52.399 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-11-16T12:00:52.399 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:00:52.399 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2023-11-16T12:00:52.399 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-rook-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T12:00:52.399 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-11-16T12:00:52.399 INFO:teuthology.orchestra.run.smithi112.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-11-16T12:00:52.399 INFO:teuthology.orchestra.run.smithi112.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-11-16T12:00:52.399 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-11-16T12:00:52.399 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-11-16T12:00:52.400 INFO:teuthology.orchestra.run.smithi112.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-11-16T12:00:52.400 INFO:teuthology.orchestra.run.smithi112.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-11-16T12:00:52.400 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-11-16T12:00:52.400 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-11-16T12:00:52.400 INFO:teuthology.orchestra.run.smithi112.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-11-16T12:00:52.400 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rsa-4.9-2.el8.noarch 2023-11-16T12:00:52.400 INFO:teuthology.orchestra.run.smithi112.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-11-16T12:00:52.400 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:00:52.400 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T12:00:52.521 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-mgr-cephadm 2023-11-16T12:00:52.665 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-11-16T12:00:52.871 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7421.g50bc674 8/8 2023-11-16T12:00:53.193 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7421.g50bc674 8/8 2023-11-16T12:00:53.194 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7421.g50bc674 1/8 2023-11-16T12:00:53.194 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-11-16T12:00:53.194 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-11-16T12:00:53.194 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-11-16T12:00:53.194 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-11-16T12:00:53.194 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-11-16T12:00:53.194 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2023-11-16T12:00:53.374 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:02:29 ago on Thu 16 Nov 2023 11:58:24 AM UTC. 2023-11-16T12:00:53.461 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T12:00:53.463 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:00:53.463 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-11-16T12:00:53.463 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:00:53.463 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-16T12:00:53.463 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-rook noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 50 k 2023-11-16T12:00:53.463 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-11-16T12:00:53.464 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-11-16T12:00:53.464 INFO:teuthology.orchestra.run.smithi088.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-11-16T12:00:53.464 INFO:teuthology.orchestra.run.smithi088.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-11-16T12:00:53.464 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-11-16T12:00:53.464 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-11-16T12:00:53.464 INFO:teuthology.orchestra.run.smithi088.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-11-16T12:00:53.464 INFO:teuthology.orchestra.run.smithi088.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-11-16T12:00:53.464 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-11-16T12:00:53.464 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-11-16T12:00:53.465 INFO:teuthology.orchestra.run.smithi088.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-11-16T12:00:53.465 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-11-16T12:00:53.465 INFO:teuthology.orchestra.run.smithi088.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-11-16T12:00:53.465 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:00:53.465 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-16T12:00:53.465 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:00:53.465 INFO:teuthology.orchestra.run.smithi088.stdout:Install 13 Packages 2023-11-16T12:00:53.465 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:00:53.466 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 1.9 M 2023-11-16T12:00:53.466 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 25 M 2023-11-16T12:00:53.466 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-16T12:00:53.905 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2023-11-16T12:00:53.905 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:00:53.905 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-11-16T12:00:53.905 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T12:00:53.906 INFO:teuthology.orchestra.run.smithi132.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-11-16T12:00:53.906 INFO:teuthology.orchestra.run.smithi132.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-11-16T12:00:53.906 INFO:teuthology.orchestra.run.smithi132.stdout: openblas-0.3.15-4.el8.x86_64 2023-11-16T12:00:53.906 INFO:teuthology.orchestra.run.smithi132.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-11-16T12:00:53.906 INFO:teuthology.orchestra.run.smithi132.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-11-16T12:00:53.906 INFO:teuthology.orchestra.run.smithi132.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-11-16T12:00:53.906 INFO:teuthology.orchestra.run.smithi132.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-11-16T12:00:53.906 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:00:53.906 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T12:00:54.025 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-mgr-rook 2023-11-16T12:00:54.147 INFO:teuthology.orchestra.run.smithi088.stdout:(1/13): ceph-mgr-rook-18.0.0-7421.g50bc6740.el8 297 kB/s | 50 kB 00:00 2023-11-16T12:00:54.239 INFO:teuthology.orchestra.run.smithi088.stdout:(2/13): python3-jsonpointer-1.10-11.el8.noarch. 77 kB/s | 20 kB 00:00 2023-11-16T12:00:54.256 INFO:teuthology.orchestra.run.smithi088.stdout:(3/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 96 kB/s | 27 kB 00:00 2023-11-16T12:00:54.490 INFO:teuthology.orchestra.run.smithi088.stdout:(4/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 663 kB/s | 155 kB 00:00 2023-11-16T12:00:54.565 INFO:teuthology.orchestra.run.smithi088.stdout:(5/13): python3-requests-oauthlib-1.0.0-1.el8.n 570 kB/s | 43 kB 00:00 2023-11-16T12:00:54.590 INFO:teuthology.orchestra.run.smithi088.stdout:(6/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 286 kB/s | 126 kB 00:00 2023-11-16T12:00:54.632 INFO:teuthology.orchestra.run.smithi088.stdout:(7/13): python3-cachetools-3.1.1-4.el8.noarch.r 493 kB/s | 33 kB 00:00 2023-11-16T12:00:54.657 INFO:teuthology.orchestra.run.smithi088.stdout:(8/13): python3-pyasn1-modules-0.3.7-6.el8.noar 263 kB/s | 110 kB 00:00 2023-11-16T12:00:54.874 INFO:teuthology.orchestra.run.smithi088.stdout:(9/13): python3-certifi-2018.10.15-7.el8.noarch 57 kB/s | 16 kB 00:00 2023-11-16T12:00:54.885 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:02:27 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:00:55.008 INFO:teuthology.orchestra.run.smithi088.stdout:(10/13): python3-google-auth-1.1.1-10.el8.noarc 216 kB/s | 81 kB 00:00 2023-11-16T12:00:55.020 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T12:00:55.021 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:00:55.021 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2023-11-16T12:00:55.021 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:00:55.021 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2023-11-16T12:00:55.022 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 133 k 2023-11-16T12:00:55.022 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2023-11-16T12:00:55.022 INFO:teuthology.orchestra.run.smithi112.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-11-16T12:00:55.022 INFO:teuthology.orchestra.run.smithi112.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-11-16T12:00:55.022 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-11-16T12:00:55.022 INFO:teuthology.orchestra.run.smithi112.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-11-16T12:00:55.022 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:00:55.022 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2023-11-16T12:00:55.022 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:00:55.022 INFO:teuthology.orchestra.run.smithi112.stdout:Install 5 Packages 2023-11-16T12:00:55.022 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:00:55.023 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 6.0 M 2023-11-16T12:00:55.023 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 26 M 2023-11-16T12:00:55.023 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2023-11-16T12:00:55.528 INFO:teuthology.orchestra.run.smithi112.stdout:(1/5): ceph-mgr-cephadm-18.0.0-7421.g50bc6740.e 471 kB/s | 133 kB 00:00 2023-11-16T12:00:55.633 INFO:teuthology.orchestra.run.smithi088.stdout:(11/13): python3-websocket-client-0.56.0-5.el8. 98 kB/s | 61 kB 00:00 2023-11-16T12:00:55.700 INFO:teuthology.orchestra.run.smithi088.stdout:(12/13): python3-kubernetes-11.0.0-6.el8.noarch 1.1 MB/s | 1.2 MB 00:01 2023-11-16T12:00:55.725 INFO:teuthology.orchestra.run.smithi088.stdout:(13/13): python3-rsa-4.9-2.el8.noarch.rpm 75 kB/s | 64 kB 00:00 2023-11-16T12:00:55.726 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:00:55.726 INFO:teuthology.orchestra.run.smithi088.stdout:Total 875 kB/s | 1.9 MB 00:02 2023-11-16T12:00:55.787 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-16T12:00:55.803 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-16T12:00:55.803 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-16T12:00:55.845 INFO:teuthology.orchestra.run.smithi112.stdout:(2/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 897 kB/s | 538 kB 00:00 2023-11-16T12:00:55.889 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-16T12:00:55.892 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-16T12:00:56.104 INFO:teuthology.orchestra.run.smithi112.stdout:(3/5): python3-babel-2.5.1-7.el8.noarch.rpm 5.6 MB/s | 4.8 MB 00:00 2023-11-16T12:00:56.196 INFO:teuthology.orchestra.run.smithi112.stdout:(4/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 713 kB/s | 476 kB 00:00 2023-11-16T12:00:56.263 INFO:teuthology.orchestra.run.smithi112.stdout:(5/5): python3-natsort-7.1.1-2.el8.noarch.rpm 144 kB/s | 60 kB 00:00 2023-11-16T12:00:56.265 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:00:56.266 INFO:teuthology.orchestra.run.smithi112.stdout:Total 4.8 MB/s | 6.0 MB 00:01 2023-11-16T12:00:56.321 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2023-11-16T12:00:56.332 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2023-11-16T12:00:56.332 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2023-11-16T12:00:56.440 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2023-11-16T12:00:56.443 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2023-11-16T12:00:56.513 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-16T12:00:56.537 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T12:00:56.539 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:00:56.539 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2023-11-16T12:00:56.539 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:00:56.539 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-11-16T12:00:56.539 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-rook noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 50 k 2023-11-16T12:00:56.539 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2023-11-16T12:00:56.539 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-11-16T12:00:56.539 INFO:teuthology.orchestra.run.smithi132.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-11-16T12:00:56.539 INFO:teuthology.orchestra.run.smithi132.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-11-16T12:00:56.540 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-11-16T12:00:56.540 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-11-16T12:00:56.540 INFO:teuthology.orchestra.run.smithi132.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-11-16T12:00:56.540 INFO:teuthology.orchestra.run.smithi132.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-11-16T12:00:56.540 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-11-16T12:00:56.540 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-11-16T12:00:56.540 INFO:teuthology.orchestra.run.smithi132.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-11-16T12:00:56.540 INFO:teuthology.orchestra.run.smithi132.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-11-16T12:00:56.540 INFO:teuthology.orchestra.run.smithi132.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-11-16T12:00:56.540 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:00:56.541 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-11-16T12:00:56.541 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:00:56.541 INFO:teuthology.orchestra.run.smithi132.stdout:Install 13 Packages 2023-11-16T12:00:56.541 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:00:56.541 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 1.9 M 2023-11-16T12:00:56.542 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 25 M 2023-11-16T12:00:56.542 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-11-16T12:00:56.724 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2023-11-16T12:00:56.791 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-11-16T12:00:57.013 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-11-16T12:00:57.065 INFO:teuthology.orchestra.run.smithi132.stdout:(1/13): ceph-mgr-rook-18.0.0-7421.g50bc6740.el8 307 kB/s | 50 kB 00:00 2023-11-16T12:00:57.076 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-11-16T12:00:57.157 INFO:teuthology.orchestra.run.smithi132.stdout:(2/13): python3-jsonpointer-1.10-11.el8.noarch. 78 kB/s | 20 kB 00:00 2023-11-16T12:00:57.174 INFO:teuthology.orchestra.run.smithi132.stdout:(3/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 98 kB/s | 27 kB 00:00 2023-11-16T12:00:57.274 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-11-16T12:00:57.407 INFO:teuthology.orchestra.run.smithi132.stdout:(4/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 663 kB/s | 155 kB 00:00 2023-11-16T12:00:57.466 INFO:teuthology.orchestra.run.smithi132.stdout:(5/13): python3-requests-oauthlib-1.0.0-1.el8.n 732 kB/s | 43 kB 00:00 2023-11-16T12:00:57.500 INFO:teuthology.orchestra.run.smithi132.stdout:(6/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 291 kB/s | 126 kB 00:00 2023-11-16T12:00:57.537 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-11-16T12:00:57.567 INFO:teuthology.orchestra.run.smithi132.stdout:(7/13): python3-pyasn1-modules-0.3.7-6.el8.noar 269 kB/s | 110 kB 00:00 2023-11-16T12:00:57.600 INFO:teuthology.orchestra.run.smithi132.stdout:(8/13): python3-cachetools-3.1.1-4.el8.noarch.r 246 kB/s | 33 kB 00:00 2023-11-16T12:00:57.634 INFO:teuthology.orchestra.run.smithi132.stdout:(9/13): python3-certifi-2018.10.15-7.el8.noarch 122 kB/s | 16 kB 00:00 2023-11-16T12:00:57.751 INFO:teuthology.orchestra.run.smithi132.stdout:(10/13): python3-google-auth-1.1.1-10.el8.noarc 442 kB/s | 81 kB 00:00 2023-11-16T12:00:57.762 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-11-16T12:00:57.776 INFO:teuthology.orchestra.run.smithi132.stdout:(11/13): python3-rsa-4.9-2.el8.noarch.rpm 452 kB/s | 64 kB 00:00 2023-11-16T12:00:57.843 INFO:teuthology.orchestra.run.smithi132.stdout:(12/13): python3-websocket-client-0.56.0-5.el8. 667 kB/s | 61 kB 00:00 2023-11-16T12:00:57.876 INFO:teuthology.orchestra.run.smithi132.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 4.2 MB/s | 1.2 MB 00:00 2023-11-16T12:00:57.877 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:00:57.877 INFO:teuthology.orchestra.run.smithi132.stdout:Total 1.4 MB/s | 1.9 MB 00:01 2023-11-16T12:00:57.937 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-11-16T12:00:57.953 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-11-16T12:00:57.953 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-11-16T12:00:58.022 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-11-16T12:00:58.026 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-11-16T12:00:58.041 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-11-16T12:00:58.044 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-11-16T12:00:58.404 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-11-16T12:00:58.605 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-11-16T12:00:58.646 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-11-16T12:00:58.661 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-11-16T12:00:58.879 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 5/5 2023-11-16T12:00:58.885 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-11-16T12:00:58.923 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-11-16T12:00:59.103 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-11-16T12:00:59.149 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 5/5 2023-11-16T12:00:59.149 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 1/5 2023-11-16T12:00:59.150 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-11-16T12:00:59.150 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-11-16T12:00:59.150 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-11-16T12:00:59.373 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-11-16T12:00:59.585 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-11-16T12:00:59.832 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-11-16T12:00:59.832 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:00:59.832 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2023-11-16T12:00:59.832 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T12:00:59.833 INFO:teuthology.orchestra.run.smithi112.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-11-16T12:00:59.833 INFO:teuthology.orchestra.run.smithi112.stdout: python3-babel-2.5.1-7.el8.noarch 2023-11-16T12:00:59.833 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-11-16T12:00:59.833 INFO:teuthology.orchestra.run.smithi112.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-11-16T12:00:59.833 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:00:59.833 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T12:00:59.834 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-11-16T12:00:59.961 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-11-16T12:00:59.980 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-fuse 2023-11-16T12:01:00.107 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-11-16T12:01:00.277 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-11-16T12:01:00.380 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-11-16T12:01:00.514 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-11-16T12:01:00.650 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-11-16T12:01:00.766 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-11-16T12:01:00.837 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:02:36 ago on Thu 16 Nov 2023 11:58:24 AM UTC. 2023-11-16T12:01:00.970 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-rook-2:18.0.0-7421.g50bc6740.el8.noarch 13/13 2023-11-16T12:01:01.303 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7421.g50bc6740.el8.noarch 13/13 2023-11-16T12:01:01.303 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7421.g50bc6740.el8.noarch 1/13 2023-11-16T12:01:01.304 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-11-16T12:01:01.304 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-11-16T12:01:01.304 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-11-16T12:01:01.304 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-11-16T12:01:01.304 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-11-16T12:01:01.304 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-11-16T12:01:01.305 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-11-16T12:01:01.305 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-11-16T12:01:01.305 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-11-16T12:01:01.305 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-11-16T12:01:01.305 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-11-16T12:01:01.705 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-11-16T12:01:01.985 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-11-16T12:01:02.042 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-11-16T12:01:02.042 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:01:02.042 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-16T12:01:02.042 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-rook-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T12:01:02.042 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-11-16T12:01:02.043 INFO:teuthology.orchestra.run.smithi088.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-11-16T12:01:02.043 INFO:teuthology.orchestra.run.smithi088.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-11-16T12:01:02.043 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-11-16T12:01:02.043 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-11-16T12:01:02.043 INFO:teuthology.orchestra.run.smithi088.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-11-16T12:01:02.043 INFO:teuthology.orchestra.run.smithi088.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-11-16T12:01:02.043 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-11-16T12:01:02.043 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-11-16T12:01:02.043 INFO:teuthology.orchestra.run.smithi088.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-11-16T12:01:02.043 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rsa-4.9-2.el8.noarch 2023-11-16T12:01:02.043 INFO:teuthology.orchestra.run.smithi088.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-11-16T12:01:02.044 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:01:02.044 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T12:01:02.166 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-cephadm 2023-11-16T12:01:02.231 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-11-16T12:01:02.439 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-11-16T12:01:02.500 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T12:01:02.501 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:01:02.501 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2023-11-16T12:01:02.501 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:01:02.501 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2023-11-16T12:01:02.501 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-fuse x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 919 k 2023-11-16T12:01:02.501 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2023-11-16T12:01:02.501 INFO:teuthology.orchestra.run.smithi112.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-11-16T12:01:02.501 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:01:02.502 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2023-11-16T12:01:02.502 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:01:02.502 INFO:teuthology.orchestra.run.smithi112.stdout:Install 2 Packages 2023-11-16T12:01:02.502 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:01:02.502 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 1.0 M 2023-11-16T12:01:02.502 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 3.1 M 2023-11-16T12:01:02.503 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2023-11-16T12:01:02.587 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-mgr-rook-2:18.0.0-7421.g50bc6740.el8.noarch 13/13 2023-11-16T12:01:02.847 INFO:teuthology.orchestra.run.smithi112.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 288 kB/s | 83 kB 00:00 2023-11-16T12:01:02.878 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7421.g50bc6740.el8.noarch 13/13 2023-11-16T12:01:02.880 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7421.g50bc6740.el8.noarch 1/13 2023-11-16T12:01:02.880 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-11-16T12:01:02.880 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-11-16T12:01:02.880 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-11-16T12:01:02.880 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-11-16T12:01:02.881 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-11-16T12:01:02.881 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-11-16T12:01:02.881 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-11-16T12:01:02.881 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-11-16T12:01:02.881 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-11-16T12:01:02.881 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-11-16T12:01:02.881 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-11-16T12:01:03.039 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:36 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:01:03.371 INFO:teuthology.orchestra.run.smithi112.stdout:(2/2): ceph-fuse-18.0.0-7421.g50bc6740.el8.x86_ 1.1 MB/s | 919 kB 00:00 2023-11-16T12:01:03.372 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:01:03.372 INFO:teuthology.orchestra.run.smithi112.stdout:Total 1.1 MB/s | 1.0 MB 00:00 2023-11-16T12:01:03.383 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2023-11-16T12:01:03.404 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2023-11-16T12:01:03.404 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2023-11-16T12:01:03.490 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2023-11-16T12:01:13.233 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-11-16T12:01:13.233 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:01:13.233 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-11-16T12:01:13.233 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-rook-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T12:01:13.233 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-11-16T12:01:13.233 INFO:teuthology.orchestra.run.smithi132.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-11-16T12:01:13.233 INFO:teuthology.orchestra.run.smithi132.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-11-16T12:01:13.233 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-11-16T12:01:13.233 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-11-16T12:01:13.234 INFO:teuthology.orchestra.run.smithi132.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-11-16T12:01:13.234 INFO:teuthology.orchestra.run.smithi132.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-11-16T12:01:13.234 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-11-16T12:01:13.234 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-11-16T12:01:13.358 INFO:teuthology.orchestra.run.smithi132.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-11-16T12:01:13.359 INFO:teuthology.orchestra.run.smithi132.stdout: python3-rsa-4.9-2.el8.noarch 2023-11-16T12:01:13.359 INFO:teuthology.orchestra.run.smithi132.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-11-16T12:01:13.359 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:01:13.359 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T12:01:13.360 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-mgr-cephadm 2023-11-16T12:01:13.362 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2023-11-16T12:01:13.362 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2023-11-16T12:01:13.362 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-11-16T12:01:13.362 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 2/2 2023-11-16T12:01:13.362 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 2/2 2023-11-16T12:01:13.362 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 1/2 2023-11-16T12:01:13.362 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-11-16T12:01:13.362 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:01:13.362 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2023-11-16T12:01:13.363 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-11-16T12:01:13.363 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:01:13.363 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T12:01:13.363 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-volume 2023-11-16T12:01:13.365 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T12:01:13.394 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:01:13.394 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-11-16T12:01:13.394 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:01:13.394 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-16T12:01:13.394 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 133 k 2023-11-16T12:01:13.394 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-11-16T12:01:13.394 INFO:teuthology.orchestra.run.smithi088.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-11-16T12:01:13.394 INFO:teuthology.orchestra.run.smithi088.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-11-16T12:01:13.395 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-11-16T12:01:13.395 INFO:teuthology.orchestra.run.smithi088.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-11-16T12:01:13.395 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:01:13.395 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-16T12:01:13.395 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:01:13.395 INFO:teuthology.orchestra.run.smithi088.stdout:Install 5 Packages 2023-11-16T12:01:13.395 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:01:13.395 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 6.0 M 2023-11-16T12:01:13.395 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 26 M 2023-11-16T12:01:13.395 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-16T12:01:13.395 INFO:teuthology.orchestra.run.smithi088.stdout:(1/5): ceph-mgr-cephadm-18.0.0-7421.g50bc6740.e 665 kB/s | 133 kB 00:00 2023-11-16T12:01:13.396 INFO:teuthology.orchestra.run.smithi088.stdout:(2/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.5 MB/s | 476 kB 00:00 2023-11-16T12:01:13.396 INFO:teuthology.orchestra.run.smithi088.stdout:(3/5): python3-natsort-7.1.1-2.el8.noarch.rpm 724 kB/s | 60 kB 00:00 2023-11-16T12:01:13.396 INFO:teuthology.orchestra.run.smithi088.stdout:(4/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 516 kB/s | 538 kB 00:01 2023-11-16T12:01:13.396 INFO:teuthology.orchestra.run.smithi088.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 1.2 MB/s | 4.8 MB 00:03 2023-11-16T12:01:13.396 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:01:13.396 INFO:teuthology.orchestra.run.smithi088.stdout:Total 1.4 MB/s | 6.0 MB 00:04 2023-11-16T12:01:13.396 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-16T12:01:13.396 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-16T12:01:13.396 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-16T12:01:13.396 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-16T12:01:13.396 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-16T12:01:13.397 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-16T12:01:13.397 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-11-16T12:01:13.397 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-11-16T12:01:13.397 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-11-16T12:01:13.397 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-11-16T12:01:13.397 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 5/5 2023-11-16T12:01:13.397 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 5/5 2023-11-16T12:01:13.397 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 1/5 2023-11-16T12:01:13.398 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-11-16T12:01:13.398 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-11-16T12:01:13.398 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-11-16T12:01:13.398 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-11-16T12:01:13.398 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:01:13.398 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-16T12:01:13.398 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T12:01:13.398 INFO:teuthology.orchestra.run.smithi088.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-11-16T12:01:13.398 INFO:teuthology.orchestra.run.smithi088.stdout: python3-babel-2.5.1-7.el8.noarch 2023-11-16T12:01:13.398 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-11-16T12:01:13.399 INFO:teuthology.orchestra.run.smithi088.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-11-16T12:01:13.399 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:01:13.399 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T12:01:13.399 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-fuse 2023-11-16T12:01:14.241 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:02:47 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:01:14.262 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:47 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:01:14.268 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:02:50 ago on Thu 16 Nov 2023 11:58:24 AM UTC. 2023-11-16T12:01:15.908 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T12:01:15.941 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:01:15.941 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2023-11-16T12:01:15.941 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:01:15.941 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-11-16T12:01:15.942 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 133 k 2023-11-16T12:01:15.942 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2023-11-16T12:01:15.942 INFO:teuthology.orchestra.run.smithi132.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-11-16T12:01:15.942 INFO:teuthology.orchestra.run.smithi132.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-11-16T12:01:15.942 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-11-16T12:01:15.942 INFO:teuthology.orchestra.run.smithi132.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-11-16T12:01:15.942 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:01:15.942 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-11-16T12:01:15.943 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:01:15.943 INFO:teuthology.orchestra.run.smithi132.stdout:Install 5 Packages 2023-11-16T12:01:15.943 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:01:15.943 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 6.0 M 2023-11-16T12:01:15.943 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 26 M 2023-11-16T12:01:15.943 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-11-16T12:01:15.943 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T12:01:15.943 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:01:15.943 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2023-11-16T12:01:15.944 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:01:15.944 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2023-11-16T12:01:15.944 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-volume noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 261 k 2023-11-16T12:01:15.944 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:01:15.944 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2023-11-16T12:01:15.944 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:01:15.944 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2023-11-16T12:01:15.944 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:01:15.944 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 261 k 2023-11-16T12:01:15.945 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 1.3 M 2023-11-16T12:01:15.945 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2023-11-16T12:01:15.945 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T12:01:15.945 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:01:15.945 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-11-16T12:01:15.945 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:01:15.945 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-16T12:01:15.945 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-fuse x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 919 k 2023-11-16T12:01:15.945 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-11-16T12:01:15.946 INFO:teuthology.orchestra.run.smithi088.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-11-16T12:01:15.946 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:01:15.946 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-16T12:01:15.946 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:01:15.946 INFO:teuthology.orchestra.run.smithi088.stdout:Install 2 Packages 2023-11-16T12:01:15.946 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:01:15.946 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 1.0 M 2023-11-16T12:01:15.946 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 3.1 M 2023-11-16T12:01:15.947 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-16T12:01:16.299 INFO:teuthology.orchestra.run.smithi088.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 424 kB/s | 83 kB 00:00 2023-11-16T12:01:16.443 INFO:teuthology.orchestra.run.smithi112.stdout:ceph-volume-18.0.0-7421.g50bc6740.el8.noarch.rp 512 kB/s | 261 kB 00:00 2023-11-16T12:01:16.444 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:01:16.444 INFO:teuthology.orchestra.run.smithi112.stdout:Total 511 kB/s | 261 kB 00:00 2023-11-16T12:01:16.444 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2023-11-16T12:01:16.455 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2023-11-16T12:01:16.455 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2023-11-16T12:01:16.489 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2023-11-16T12:01:16.492 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2023-11-16T12:01:16.534 INFO:teuthology.orchestra.run.smithi132.stdout:(1/5): ceph-mgr-cephadm-18.0.0-7421.g50bc6740.e 256 kB/s | 133 kB 00:00 2023-11-16T12:01:16.593 INFO:teuthology.orchestra.run.smithi132.stdout:(2/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 930 kB/s | 538 kB 00:00 2023-11-16T12:01:16.673 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2023-11-16T12:01:16.944 INFO:teuthology.orchestra.run.smithi132.stdout:(3/5): python3-babel-2.5.1-7.el8.noarch.rpm 5.2 MB/s | 4.8 MB 00:00 2023-11-16T12:01:16.961 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-volume-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T12:01:17.144 INFO:teuthology.orchestra.run.smithi132.stdout:(4/5): python3-natsort-7.1.1-2.el8.noarch.rpm 109 kB/s | 60 kB 00:00 2023-11-16T12:01:17.352 INFO:teuthology.orchestra.run.smithi132.stdout:(5/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 582 kB/s | 476 kB 00:00 2023-11-16T12:01:17.354 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:01:17.355 INFO:teuthology.orchestra.run.smithi132.stdout:Total 4.1 MB/s | 6.0 MB 00:01 2023-11-16T12:01:17.366 INFO:teuthology.orchestra.run.smithi088.stdout:(2/2): ceph-fuse-18.0.0-7421.g50bc6740.el8.x86_ 728 kB/s | 919 kB 00:01 2023-11-16T12:01:17.367 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:01:17.367 INFO:teuthology.orchestra.run.smithi088.stdout:Total 687 kB/s | 1.0 MB 00:01 2023-11-16T12:01:17.373 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-volume-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T12:01:17.379 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-16T12:01:17.403 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-16T12:01:17.403 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-16T12:01:17.408 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-11-16T12:01:17.419 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-11-16T12:01:17.419 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-11-16T12:01:17.496 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-16T12:02:13.027 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-volume-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T12:02:13.027 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:02:13.027 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2023-11-16T12:02:13.027 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-volume-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T12:02:13.027 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:02:13.027 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T12:02:13.028 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install librados-devel 2023-11-16T12:02:13.043 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-16T12:02:13.044 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-16T12:02:13.044 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-11-16T12:02:13.044 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 2/2 2023-11-16T12:02:13.045 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 2/2 2023-11-16T12:02:13.045 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 1/2 2023-11-16T12:02:13.109 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-11-16T12:02:13.109 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:02:13.109 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-16T12:02:13.109 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-11-16T12:02:13.109 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:02:13.109 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T12:02:13.110 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-volume 2023-11-16T12:02:13.110 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-11-16T12:02:13.111 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-11-16T12:02:13.111 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-11-16T12:02:13.111 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-11-16T12:02:13.111 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-11-16T12:02:13.111 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-11-16T12:02:13.111 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-11-16T12:02:13.111 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 5/5 2023-11-16T12:02:13.111 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 5/5 2023-11-16T12:02:13.111 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 1/5 2023-11-16T12:02:13.111 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-11-16T12:02:13.111 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-11-16T12:02:13.111 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-11-16T12:02:13.111 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-11-16T12:02:13.112 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:02:13.112 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-11-16T12:02:13.112 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-cephadm-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T12:02:13.112 INFO:teuthology.orchestra.run.smithi132.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-11-16T12:02:13.112 INFO:teuthology.orchestra.run.smithi132.stdout: python3-babel-2.5.1-7.el8.noarch 2023-11-16T12:02:13.112 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-11-16T12:02:13.112 INFO:teuthology.orchestra.run.smithi132.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-11-16T12:02:13.112 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:02:13.112 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T12:02:13.117 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-fuse 2023-11-16T12:02:13.903 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:03:49 ago on Thu 16 Nov 2023 11:58:24 AM UTC. 2023-11-16T12:02:13.996 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:03:46 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:02:13.998 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:03:46 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:02:15.548 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T12:02:15.548 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:02:15.548 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repo Size 2023-11-16T12:02:15.549 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:02:15.549 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2023-11-16T12:02:15.549 INFO:teuthology.orchestra.run.smithi112.stdout: librados-devel x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 139 k 2023-11-16T12:02:15.549 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:02:15.549 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2023-11-16T12:02:15.549 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:02:15.549 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2023-11-16T12:02:15.549 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:02:15.550 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 139 k 2023-11-16T12:02:15.550 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 513 k 2023-11-16T12:02:15.550 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2023-11-16T12:02:15.662 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T12:02:15.662 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:02:15.662 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-11-16T12:02:15.662 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:02:15.663 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-16T12:02:15.663 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-volume noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 261 k 2023-11-16T12:02:15.663 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:02:15.663 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-16T12:02:15.663 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:02:15.663 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2023-11-16T12:02:15.663 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:02:15.663 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 261 k 2023-11-16T12:02:15.663 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 1.3 M 2023-11-16T12:02:15.663 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-16T12:02:15.667 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T12:02:15.667 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:02:15.668 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2023-11-16T12:02:15.668 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:02:15.668 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-11-16T12:02:15.668 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-fuse x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 919 k 2023-11-16T12:02:15.668 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2023-11-16T12:02:15.668 INFO:teuthology.orchestra.run.smithi132.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-11-16T12:02:15.668 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:02:15.668 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-11-16T12:02:15.668 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:02:15.668 INFO:teuthology.orchestra.run.smithi132.stdout:Install 2 Packages 2023-11-16T12:02:15.668 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:02:15.669 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 1.0 M 2023-11-16T12:02:15.669 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 3.1 M 2023-11-16T12:02:15.669 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-11-16T12:02:15.762 INFO:teuthology.orchestra.run.smithi112.stdout:librados-devel-18.0.0-7421.g50bc6740.el8.x86_64 662 kB/s | 139 kB 00:00 2023-11-16T12:02:15.762 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:02:15.762 INFO:teuthology.orchestra.run.smithi112.stdout:Total 659 kB/s | 139 kB 00:00 2023-11-16T12:02:15.762 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2023-11-16T12:02:15.766 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2023-11-16T12:02:15.766 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2023-11-16T12:02:15.814 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2023-11-16T12:02:15.817 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2023-11-16T12:02:15.936 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2023-11-16T12:02:16.000 INFO:teuthology.orchestra.run.smithi088.stdout:ceph-volume-18.0.0-7421.g50bc6740.el8.noarch.rp 777 kB/s | 261 kB 00:00 2023-11-16T12:02:16.001 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:02:16.001 INFO:teuthology.orchestra.run.smithi088.stdout:Total 774 kB/s | 261 kB 00:00 2023-11-16T12:02:16.001 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-16T12:02:16.011 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-16T12:02:16.011 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-16T12:02:16.048 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-16T12:02:16.051 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-16T12:02:16.071 INFO:teuthology.orchestra.run.smithi132.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 394 kB/s | 83 kB 00:00 2023-11-16T12:02:16.185 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : librados-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:16.227 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-16T12:02:16.421 INFO:teuthology.orchestra.run.smithi132.stdout:(2/2): ceph-fuse-18.0.0-7421.g50bc6740.el8.x86_ 1.6 MB/s | 919 kB 00:00 2023-11-16T12:02:16.422 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:02:16.422 INFO:teuthology.orchestra.run.smithi132.stdout:Total 1.3 MB/s | 1.0 MB 00:00 2023-11-16T12:02:16.433 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-11-16T12:02:16.455 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-11-16T12:02:16.455 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-11-16T12:02:16.472 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librados-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:16.529 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-volume-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T12:02:16.543 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-11-16T12:02:16.546 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-11-16T12:02:16.766 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-11-16T12:02:16.969 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-volume-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T12:02:17.021 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-11-16T12:02:17.143 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librados-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:17.144 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:02:17.144 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2023-11-16T12:02:17.144 INFO:teuthology.orchestra.run.smithi112.stdout: librados-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T12:02:17.144 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:02:17.144 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T12:02:17.200 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 2/2 2023-11-16T12:02:17.372 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install libcephfs2 2023-11-16T12:02:17.615 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-volume-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T12:02:17.615 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:02:17.615 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-16T12:02:17.615 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-volume-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T12:02:17.616 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:02:17.616 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T12:02:17.769 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 2/2 2023-11-16T12:02:17.769 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 1/2 2023-11-16T12:02:17.832 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install librados-devel 2023-11-16T12:02:18.265 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:03:54 ago on Thu 16 Nov 2023 11:58:24 AM UTC. 2023-11-16T12:02:18.498 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-11-16T12:02:18.498 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:02:18.498 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-11-16T12:02:18.498 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-11-16T12:02:18.498 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:02:18.498 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T12:02:18.695 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:03:51 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:02:18.769 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-volume 2023-11-16T12:02:19.640 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:03:52 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:02:19.706 INFO:teuthology.orchestra.run.smithi112.stdout:Package libcephfs2-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T12:02:19.922 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T12:02:19.924 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2023-11-16T12:02:19.924 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T12:02:20.030 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install libcephfs-devel 2023-11-16T12:02:20.360 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T12:02:20.361 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:02:20.361 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repo Size 2023-11-16T12:02:20.361 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:02:20.361 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-16T12:02:20.361 INFO:teuthology.orchestra.run.smithi088.stdout: librados-devel x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 139 k 2023-11-16T12:02:20.361 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:02:20.361 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-16T12:02:20.361 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:02:20.361 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2023-11-16T12:02:20.361 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:02:20.361 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 139 k 2023-11-16T12:02:20.361 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 513 k 2023-11-16T12:02:20.362 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-16T12:02:20.554 INFO:teuthology.orchestra.run.smithi088.stdout:librados-devel-18.0.0-7421.g50bc6740.el8.x86_64 724 kB/s | 139 kB 00:00 2023-11-16T12:02:20.554 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:02:20.554 INFO:teuthology.orchestra.run.smithi088.stdout:Total 719 kB/s | 139 kB 00:00 2023-11-16T12:02:20.555 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-16T12:02:20.560 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-16T12:02:20.560 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-16T12:02:20.609 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-16T12:02:20.612 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-16T12:02:20.723 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-16T12:02:20.891 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:03:56 ago on Thu 16 Nov 2023 11:58:24 AM UTC. 2023-11-16T12:02:21.002 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librados-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:21.304 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T12:02:21.305 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:02:21.305 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2023-11-16T12:02:21.305 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:02:21.305 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-11-16T12:02:21.305 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-volume noarch 2:18.0.0-7421.g50bc6740.el8 ceph-noarch 261 k 2023-11-16T12:02:21.305 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:02:21.305 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-11-16T12:02:21.305 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:02:21.305 INFO:teuthology.orchestra.run.smithi132.stdout:Install 1 Package 2023-11-16T12:02:21.305 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:02:21.306 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 261 k 2023-11-16T12:02:21.306 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 1.3 M 2023-11-16T12:02:21.306 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-11-16T12:02:21.338 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librados-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:21.517 INFO:teuthology.orchestra.run.smithi132.stdout:ceph-volume-18.0.0-7421.g50bc6740.el8.noarch.rp 1.2 MB/s | 261 kB 00:00 2023-11-16T12:02:21.518 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:02:21.518 INFO:teuthology.orchestra.run.smithi132.stdout:Total 1.2 MB/s | 261 kB 00:00 2023-11-16T12:02:21.518 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-11-16T12:02:21.528 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-11-16T12:02:21.528 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-11-16T12:02:21.558 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-11-16T12:02:21.561 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-11-16T12:02:21.736 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-11-16T12:02:22.007 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librados-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:22.007 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:02:22.007 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-16T12:02:22.007 INFO:teuthology.orchestra.run.smithi088.stdout: librados-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T12:02:22.007 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:02:22.008 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T12:02:22.016 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-volume-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T12:02:22.240 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install libcephfs2 2023-11-16T12:02:22.420 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-volume-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T12:02:22.544 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T12:02:22.545 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:02:22.545 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repo Size 2023-11-16T12:02:22.545 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:02:22.545 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2023-11-16T12:02:22.545 INFO:teuthology.orchestra.run.smithi112.stdout: libcephfs-devel x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 31 k 2023-11-16T12:02:22.545 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:02:22.545 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2023-11-16T12:02:22.545 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:02:22.545 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2023-11-16T12:02:22.545 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:02:22.546 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 31 k 2023-11-16T12:02:22.546 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 139 k 2023-11-16T12:02:22.546 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2023-11-16T12:02:22.782 INFO:teuthology.orchestra.run.smithi112.stdout:libcephfs-devel-18.0.0-7421.g50bc6740.el8.x86_6 132 kB/s | 31 kB 00:00 2023-11-16T12:02:22.782 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:02:22.782 INFO:teuthology.orchestra.run.smithi112.stdout:Total 131 kB/s | 31 kB 00:00 2023-11-16T12:02:22.783 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2023-11-16T12:02:22.786 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2023-11-16T12:02:22.786 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2023-11-16T12:02:22.810 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2023-11-16T12:02:22.813 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2023-11-16T12:02:22.869 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2023-11-16T12:02:23.086 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-volume-2:18.0.0-7421.g50bc6740.el8.noarch 1/1 2023-11-16T12:02:23.086 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:02:23.086 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-11-16T12:02:23.086 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-volume-2:18.0.0-7421.g50bc6740.el8.noarch 2023-11-16T12:02:23.087 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:02:23.087 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T12:02:23.104 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:03:56 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:02:23.116 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libcephfs-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:23.273 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install librados-devel 2023-11-16T12:02:23.389 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:23.999 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libcephfs-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:23.999 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:02:23.999 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2023-11-16T12:02:23.999 INFO:teuthology.orchestra.run.smithi112.stdout: libcephfs-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T12:02:24.000 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:02:24.000 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T12:02:24.133 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install librados2 2023-11-16T12:02:24.140 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:03:57 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:02:24.559 INFO:teuthology.orchestra.run.smithi088.stdout:Package libcephfs2-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T12:02:24.778 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T12:02:24.778 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-11-16T12:02:24.779 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T12:02:24.883 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install libcephfs-devel 2023-11-16T12:02:25.000 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:04:00 ago on Thu 16 Nov 2023 11:58:24 AM UTC. 2023-11-16T12:02:25.738 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:03:58 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:02:25.805 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T12:02:25.805 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:02:25.805 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repo Size 2023-11-16T12:02:25.805 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:02:25.805 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-11-16T12:02:25.806 INFO:teuthology.orchestra.run.smithi132.stdout: librados-devel x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 139 k 2023-11-16T12:02:25.806 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:02:25.806 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-11-16T12:02:25.806 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:02:25.806 INFO:teuthology.orchestra.run.smithi132.stdout:Install 1 Package 2023-11-16T12:02:25.806 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:02:25.806 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 139 k 2023-11-16T12:02:25.807 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 513 k 2023-11-16T12:02:25.807 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-11-16T12:02:26.096 INFO:teuthology.orchestra.run.smithi132.stdout:librados-devel-18.0.0-7421.g50bc6740.el8.x86_64 481 kB/s | 139 kB 00:00 2023-11-16T12:02:26.096 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:02:26.097 INFO:teuthology.orchestra.run.smithi132.stdout:Total 478 kB/s | 139 kB 00:00 2023-11-16T12:02:26.097 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-11-16T12:02:26.102 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-11-16T12:02:26.103 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-11-16T12:02:26.151 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-11-16T12:02:26.154 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-11-16T12:02:26.265 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-11-16T12:02:26.443 INFO:teuthology.orchestra.run.smithi112.stdout:Package librados2-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T12:02:26.473 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : librados-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:26.658 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T12:02:26.659 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2023-11-16T12:02:26.659 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T12:02:26.759 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install librbd1 2023-11-16T12:02:26.794 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: librados-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:27.404 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T12:02:27.405 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:02:27.405 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repo Size 2023-11-16T12:02:27.405 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:02:27.405 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-16T12:02:27.405 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs-devel x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 31 k 2023-11-16T12:02:27.405 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:02:27.406 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-16T12:02:27.406 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:02:27.406 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2023-11-16T12:02:27.406 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:02:27.406 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 31 k 2023-11-16T12:02:27.406 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 139 k 2023-11-16T12:02:27.407 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-16T12:02:27.489 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : librados-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:27.489 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:02:27.489 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-11-16T12:02:27.489 INFO:teuthology.orchestra.run.smithi132.stdout: librados-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T12:02:27.489 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:02:27.489 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T12:02:27.615 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:04:03 ago on Thu 16 Nov 2023 11:58:24 AM UTC. 2023-11-16T12:02:27.656 INFO:teuthology.orchestra.run.smithi088.stdout:libcephfs-devel-18.0.0-7421.g50bc6740.el8.x86_6 124 kB/s | 31 kB 00:00 2023-11-16T12:02:27.656 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:02:27.657 INFO:teuthology.orchestra.run.smithi088.stdout:Total 124 kB/s | 31 kB 00:00 2023-11-16T12:02:27.657 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-16T12:02:27.660 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-16T12:02:27.660 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-16T12:02:27.680 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install libcephfs2 2023-11-16T12:02:27.690 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-16T12:02:27.694 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-16T12:02:27.748 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-16T12:02:27.995 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libcephfs-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:28.292 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:28.550 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:04:01 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:02:28.938 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libcephfs-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:28.938 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:02:28.938 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-16T12:02:28.938 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T12:02:28.938 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:02:28.939 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T12:02:29.064 INFO:teuthology.orchestra.run.smithi112.stdout:Package librbd1-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T12:02:29.095 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install librados2 2023-11-16T12:02:29.278 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T12:02:29.280 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2023-11-16T12:02:29.280 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T12:02:29.402 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install python3-rados 2023-11-16T12:02:29.951 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:04:02 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:02:30.003 INFO:teuthology.orchestra.run.smithi132.stdout:Package libcephfs2-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T12:02:30.219 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T12:02:30.220 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2023-11-16T12:02:30.220 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T12:02:30.256 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:04:06 ago on Thu 16 Nov 2023 11:58:24 AM UTC. 2023-11-16T12:02:30.322 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install libcephfs-devel 2023-11-16T12:02:31.182 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:04:04 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:02:31.381 INFO:teuthology.orchestra.run.smithi088.stdout:Package librados2-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T12:02:31.594 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T12:02:31.595 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-11-16T12:02:31.595 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T12:02:31.684 INFO:teuthology.orchestra.run.smithi112.stdout:Package python3-rados-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T12:02:31.689 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install librbd1 2023-11-16T12:02:31.899 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T12:02:31.900 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2023-11-16T12:02:31.900 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T12:02:32.011 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install python3-rgw 2023-11-16T12:02:32.541 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:04:05 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:02:32.833 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T12:02:32.833 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:02:32.833 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repo Size 2023-11-16T12:02:32.833 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:02:32.834 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-11-16T12:02:32.834 INFO:teuthology.orchestra.run.smithi132.stdout: libcephfs-devel x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 31 k 2023-11-16T12:02:32.834 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:02:32.834 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-11-16T12:02:32.834 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:02:32.834 INFO:teuthology.orchestra.run.smithi132.stdout:Install 1 Package 2023-11-16T12:02:32.834 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:02:32.835 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 31 k 2023-11-16T12:02:32.835 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 139 k 2023-11-16T12:02:32.835 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-11-16T12:02:32.865 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:04:08 ago on Thu 16 Nov 2023 11:58:24 AM UTC. 2023-11-16T12:02:32.998 INFO:teuthology.orchestra.run.smithi132.stdout:libcephfs-devel-18.0.0-7421.g50bc6740.el8.x86_6 190 kB/s | 31 kB 00:00 2023-11-16T12:02:32.999 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:02:32.999 INFO:teuthology.orchestra.run.smithi132.stdout:Total 188 kB/s | 31 kB 00:00 2023-11-16T12:02:32.999 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-11-16T12:02:33.002 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-11-16T12:02:33.003 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-11-16T12:02:33.025 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-11-16T12:02:33.028 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-11-16T12:02:33.090 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-11-16T12:02:33.351 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : libcephfs-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:33.621 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:33.985 INFO:teuthology.orchestra.run.smithi088.stdout:Package librbd1-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T12:02:34.204 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T12:02:34.206 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-11-16T12:02:34.206 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T12:02:34.257 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : libcephfs-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:34.257 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:02:34.258 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-11-16T12:02:34.258 INFO:teuthology.orchestra.run.smithi132.stdout: libcephfs-devel-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T12:02:34.258 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:02:34.258 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T12:02:34.303 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-rados 2023-11-16T12:02:34.304 INFO:teuthology.orchestra.run.smithi112.stdout:Package python3-rgw-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T12:02:34.368 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install librados2 2023-11-16T12:02:34.520 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T12:02:34.521 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2023-11-16T12:02:34.521 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T12:02:34.628 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install python3-cephfs 2023-11-16T12:02:35.157 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:04:08 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:02:35.232 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:04:08 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:02:35.487 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:04:11 ago on Thu 16 Nov 2023 11:58:24 AM UTC. 2023-11-16T12:02:36.604 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-rados-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T12:02:36.675 INFO:teuthology.orchestra.run.smithi132.stdout:Package librados2-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T12:02:36.817 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T12:02:36.818 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-11-16T12:02:36.818 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T12:02:36.893 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T12:02:36.894 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2023-11-16T12:02:36.894 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T12:02:36.913 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-rgw 2023-11-16T12:02:36.924 INFO:teuthology.orchestra.run.smithi112.stdout:Package python3-cephfs-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T12:02:37.000 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install librbd1 2023-11-16T12:02:37.138 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T12:02:37.139 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2023-11-16T12:02:37.140 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T12:02:37.238 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install python3-rbd 2023-11-16T12:02:37.768 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:04:10 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:02:37.863 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:04:10 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:02:38.089 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:04:14 ago on Thu 16 Nov 2023 11:58:24 AM UTC. 2023-11-16T12:02:39.214 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-rgw-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T12:02:39.312 INFO:teuthology.orchestra.run.smithi132.stdout:Package librbd1-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T12:02:39.428 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T12:02:39.429 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-11-16T12:02:39.429 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T12:02:39.526 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T12:02:39.527 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2023-11-16T12:02:39.527 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T12:02:39.538 INFO:teuthology.orchestra.run.smithi112.stdout:Package python3-rbd-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T12:02:39.564 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-cephfs 2023-11-16T12:02:39.623 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install python3-rados 2023-11-16T12:02:39.752 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T12:02:39.753 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2023-11-16T12:02:39.753 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T12:02:39.854 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install rbd-fuse 2023-11-16T12:02:40.421 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:04:13 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:02:40.484 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:04:13 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:02:40.710 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:04:16 ago on Thu 16 Nov 2023 11:58:24 AM UTC. 2023-11-16T12:02:41.867 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-cephfs-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T12:02:41.946 INFO:teuthology.orchestra.run.smithi132.stdout:Package python3-rados-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T12:02:42.082 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T12:02:42.083 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-11-16T12:02:42.083 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T12:02:42.165 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T12:02:42.166 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2023-11-16T12:02:42.166 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T12:02:42.180 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-rbd 2023-11-16T12:02:42.329 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install python3-rgw 2023-11-16T12:02:42.364 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T12:02:42.364 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:02:42.365 INFO:teuthology.orchestra.run.smithi112.stdout: Package Architecture Version Repository Size 2023-11-16T12:02:42.365 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:02:42.365 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2023-11-16T12:02:42.365 INFO:teuthology.orchestra.run.smithi112.stdout: rbd-fuse x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 94 k 2023-11-16T12:02:42.365 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:02:42.365 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2023-11-16T12:02:42.365 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:02:42.365 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2023-11-16T12:02:42.365 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:02:42.366 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 94 k 2023-11-16T12:02:42.366 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 280 k 2023-11-16T12:02:42.366 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2023-11-16T12:02:42.533 INFO:teuthology.orchestra.run.smithi112.stdout:rbd-fuse-18.0.0-7421.g50bc6740.el8.x86_64.rpm 560 kB/s | 94 kB 00:00 2023-11-16T12:02:42.534 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:02:42.534 INFO:teuthology.orchestra.run.smithi112.stdout:Total 555 kB/s | 94 kB 00:00 2023-11-16T12:02:42.534 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2023-11-16T12:02:42.544 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2023-11-16T12:02:42.545 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2023-11-16T12:02:42.593 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2023-11-16T12:02:42.596 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2023-11-16T12:02:42.709 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2023-11-16T12:02:42.906 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : rbd-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:43.035 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:04:16 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:02:43.188 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:43.191 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:04:16 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:02:43.902 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : rbd-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:43.902 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:02:43.903 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2023-11-16T12:02:43.903 INFO:teuthology.orchestra.run.smithi112.stdout: rbd-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T12:02:43.903 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:02:43.903 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T12:02:44.089 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install rbd-mirror 2023-11-16T12:02:44.485 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-rbd-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T12:02:44.634 INFO:teuthology.orchestra.run.smithi132.stdout:Package python3-rgw-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T12:02:44.699 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T12:02:44.700 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-11-16T12:02:44.700 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T12:02:44.810 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install rbd-fuse 2023-11-16T12:02:44.848 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T12:02:44.849 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2023-11-16T12:02:44.850 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T12:02:44.951 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install python3-cephfs 2023-11-16T12:02:44.976 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:04:20 ago on Thu 16 Nov 2023 11:58:24 AM UTC. 2023-11-16T12:02:45.669 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:04:18 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:02:45.826 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:04:18 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:02:46.633 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T12:02:46.634 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:02:46.634 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repo Size 2023-11-16T12:02:46.634 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:02:46.634 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2023-11-16T12:02:46.634 INFO:teuthology.orchestra.run.smithi112.stdout: rbd-mirror x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 3.6 M 2023-11-16T12:02:46.634 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:02:46.635 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2023-11-16T12:02:46.635 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:02:46.635 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2023-11-16T12:02:46.635 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:02:46.635 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 3.6 M 2023-11-16T12:02:46.635 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 17 M 2023-11-16T12:02:46.635 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2023-11-16T12:02:46.994 INFO:teuthology.orchestra.run.smithi112.stdout:rbd-mirror-18.0.0-7421.g50bc6740.el8.x86_64.rpm 10 MB/s | 3.6 MB 00:00 2023-11-16T12:02:46.994 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:02:46.995 INFO:teuthology.orchestra.run.smithi112.stdout:Total 10 MB/s | 3.6 MB 00:00 2023-11-16T12:02:46.995 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2023-11-16T12:02:47.007 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2023-11-16T12:02:47.007 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2023-11-16T12:02:47.069 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2023-11-16T12:02:47.073 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2023-11-16T12:02:47.273 INFO:teuthology.orchestra.run.smithi132.stdout:Package python3-cephfs-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T12:02:47.308 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T12:02:47.309 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:02:47.309 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2023-11-16T12:02:47.309 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:02:47.309 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-16T12:02:47.309 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-fuse x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 94 k 2023-11-16T12:02:47.309 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:02:47.309 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-16T12:02:47.309 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:02:47.309 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2023-11-16T12:02:47.309 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:02:47.310 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 94 k 2023-11-16T12:02:47.310 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 280 k 2023-11-16T12:02:47.310 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-16T12:02:47.493 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T12:02:47.494 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2023-11-16T12:02:47.494 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T12:02:47.521 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2023-11-16T12:02:47.603 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install python3-rbd 2023-11-16T12:02:47.640 INFO:teuthology.orchestra.run.smithi088.stdout:rbd-fuse-18.0.0-7421.g50bc6740.el8.x86_64.rpm 284 kB/s | 94 kB 00:00 2023-11-16T12:02:47.641 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:02:47.641 INFO:teuthology.orchestra.run.smithi088.stdout:Total 282 kB/s | 94 kB 00:00 2023-11-16T12:02:47.641 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-16T12:02:47.652 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-16T12:02:47.652 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-16T12:02:47.690 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : rbd-mirror-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:47.702 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-16T12:02:47.705 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-16T12:02:47.834 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-16T12:02:48.020 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : rbd-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:48.122 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:48.334 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:48.462 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:04:21 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:02:48.841 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : rbd-mirror-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:48.842 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:02:48.842 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2023-11-16T12:02:48.842 INFO:teuthology.orchestra.run.smithi112.stdout: rbd-mirror-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T12:02:48.842 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:02:48.842 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T12:02:49.014 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : rbd-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:49.015 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:02:49.015 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-16T12:02:49.015 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T12:02:49.015 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:02:49.015 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T12:02:49.070 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install rbd-nbd 2023-11-16T12:02:49.186 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install rbd-mirror 2023-11-16T12:02:49.909 INFO:teuthology.orchestra.run.smithi132.stdout:Package python3-rbd-2:18.0.0-7421.g50bc6740.el8.x86_64 is already installed. 2023-11-16T12:02:49.936 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:04:25 ago on Thu 16 Nov 2023 11:58:24 AM UTC. 2023-11-16T12:02:50.053 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:04:23 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:02:50.122 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T12:02:50.123 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2023-11-16T12:02:50.123 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T12:02:50.221 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install rbd-fuse 2023-11-16T12:02:51.083 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:04:24 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:02:51.602 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-11-16T12:02:51.602 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:02:51.603 INFO:teuthology.orchestra.run.smithi112.stdout: Package Architecture Version Repository Size 2023-11-16T12:02:51.603 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:02:51.603 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2023-11-16T12:02:51.603 INFO:teuthology.orchestra.run.smithi112.stdout: rbd-nbd x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 180 k 2023-11-16T12:02:51.603 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:02:51.603 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2023-11-16T12:02:51.603 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2023-11-16T12:02:51.603 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2023-11-16T12:02:51.603 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:02:51.604 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 180 k 2023-11-16T12:02:51.604 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 573 k 2023-11-16T12:02:51.604 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2023-11-16T12:02:51.726 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T12:02:51.727 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:02:51.727 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repo Size 2023-11-16T12:02:51.727 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:02:51.727 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-16T12:02:51.727 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-mirror x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 3.6 M 2023-11-16T12:02:51.727 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:02:51.727 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-16T12:02:51.727 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:02:51.727 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2023-11-16T12:02:51.728 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:02:51.728 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 3.6 M 2023-11-16T12:02:51.728 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 17 M 2023-11-16T12:02:51.728 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-16T12:02:52.241 INFO:teuthology.orchestra.run.smithi088.stdout:rbd-mirror-18.0.0-7421.g50bc6740.el8.x86_64.rpm 7.0 MB/s | 3.6 MB 00:00 2023-11-16T12:02:52.241 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:02:52.241 INFO:teuthology.orchestra.run.smithi088.stdout:Total 7.0 MB/s | 3.6 MB 00:00 2023-11-16T12:02:52.242 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-16T12:02:52.254 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-16T12:02:52.254 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-16T12:02:52.318 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-16T12:02:52.321 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-16T12:02:52.329 INFO:teuthology.orchestra.run.smithi112.stdout:rbd-nbd-18.0.0-7421.g50bc6740.el8.x86_64.rpm 249 kB/s | 180 kB 00:00 2023-11-16T12:02:52.330 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:02:52.330 INFO:teuthology.orchestra.run.smithi112.stdout:Total 248 kB/s | 180 kB 00:00 2023-11-16T12:02:52.331 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2023-11-16T12:02:52.343 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2023-11-16T12:02:52.343 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2023-11-16T12:02:52.396 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2023-11-16T12:02:52.399 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2023-11-16T12:02:52.512 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2023-11-16T12:02:52.705 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : rbd-nbd-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:52.742 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T12:02:52.743 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:02:52.743 INFO:teuthology.orchestra.run.smithi132.stdout: Package Architecture Version Repository Size 2023-11-16T12:02:52.744 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:02:52.744 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-11-16T12:02:52.744 INFO:teuthology.orchestra.run.smithi132.stdout: rbd-fuse x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 94 k 2023-11-16T12:02:52.744 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:02:52.744 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-11-16T12:02:52.744 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:02:52.744 INFO:teuthology.orchestra.run.smithi132.stdout:Install 1 Package 2023-11-16T12:02:52.744 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:02:52.744 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 94 k 2023-11-16T12:02:52.744 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 280 k 2023-11-16T12:02:52.744 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-11-16T12:02:52.775 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-16T12:02:52.995 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : rbd-mirror-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:53.008 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:53.066 INFO:teuthology.orchestra.run.smithi132.stdout:rbd-fuse-18.0.0-7421.g50bc6740.el8.x86_64.rpm 291 kB/s | 94 kB 00:00 2023-11-16T12:02:53.067 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:02:53.067 INFO:teuthology.orchestra.run.smithi132.stdout:Total 289 kB/s | 94 kB 00:00 2023-11-16T12:02:53.067 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-11-16T12:02:53.078 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-11-16T12:02:53.078 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-11-16T12:02:53.128 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-11-16T12:02:53.132 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-11-16T12:02:53.246 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-11-16T12:02:53.399 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:53.435 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : rbd-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:53.659 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : rbd-nbd-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:53.659 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:02:53.660 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2023-11-16T12:02:53.660 INFO:teuthology.orchestra.run.smithi112.stdout: rbd-nbd-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T12:02:53.660 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-11-16T12:02:53.660 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-11-16T12:02:53.721 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:53.882 DEBUG:teuthology.parallel:result is None 2023-11-16T12:02:54.080 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : rbd-mirror-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:54.080 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:02:54.081 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-16T12:02:54.081 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-mirror-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T12:02:54.081 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:02:54.081 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T12:02:54.302 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install rbd-nbd 2023-11-16T12:02:54.426 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : rbd-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:54.427 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:02:54.427 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-11-16T12:02:54.427 INFO:teuthology.orchestra.run.smithi132.stdout: rbd-fuse-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T12:02:54.427 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:02:54.427 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T12:02:54.648 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install rbd-mirror 2023-11-16T12:02:55.169 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:04:28 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:02:55.509 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:04:28 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:02:56.845 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-11-16T12:02:56.846 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:02:56.846 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2023-11-16T12:02:56.846 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:02:56.846 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-11-16T12:02:56.846 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-nbd x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 180 k 2023-11-16T12:02:56.846 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:02:56.846 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-11-16T12:02:56.846 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-11-16T12:02:56.846 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2023-11-16T12:02:56.847 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:02:56.847 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 180 k 2023-11-16T12:02:56.847 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 573 k 2023-11-16T12:02:56.847 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-11-16T12:02:57.153 INFO:teuthology.orchestra.run.smithi088.stdout:rbd-nbd-18.0.0-7421.g50bc6740.el8.x86_64.rpm 591 kB/s | 180 kB 00:00 2023-11-16T12:02:57.153 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:02:57.153 INFO:teuthology.orchestra.run.smithi088.stdout:Total 589 kB/s | 180 kB 00:00 2023-11-16T12:02:57.154 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-11-16T12:02:57.165 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-11-16T12:02:57.165 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-11-16T12:02:57.172 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T12:02:57.173 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:02:57.173 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repo Size 2023-11-16T12:02:57.173 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:02:57.174 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-11-16T12:02:57.174 INFO:teuthology.orchestra.run.smithi132.stdout: rbd-mirror x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 3.6 M 2023-11-16T12:02:57.174 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:02:57.174 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-11-16T12:02:57.174 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:02:57.174 INFO:teuthology.orchestra.run.smithi132.stdout:Install 1 Package 2023-11-16T12:02:57.174 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:02:57.175 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 3.6 M 2023-11-16T12:02:57.175 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 17 M 2023-11-16T12:02:57.175 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-11-16T12:02:57.215 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-11-16T12:02:57.218 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-11-16T12:02:57.327 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-11-16T12:02:57.519 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : rbd-nbd-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:57.736 INFO:teuthology.orchestra.run.smithi132.stdout:rbd-mirror-18.0.0-7421.g50bc6740.el8.x86_64.rpm 6.4 MB/s | 3.6 MB 00:00 2023-11-16T12:02:57.736 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:02:57.737 INFO:teuthology.orchestra.run.smithi132.stdout:Total 6.4 MB/s | 3.6 MB 00:00 2023-11-16T12:02:57.737 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-11-16T12:02:57.749 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-11-16T12:02:57.749 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-11-16T12:02:57.812 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-11-16T12:02:57.815 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-11-16T12:02:57.847 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:58.259 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-11-16T12:02:58.469 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : rbd-mirror-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:58.525 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : rbd-nbd-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:58.526 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:02:58.526 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-11-16T12:02:58.526 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-nbd-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T12:02:58.527 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-11-16T12:02:58.527 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-11-16T12:02:58.735 DEBUG:teuthology.parallel:result is None 2023-11-16T12:02:58.876 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:59.566 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : rbd-mirror-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:02:59.566 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:02:59.566 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-11-16T12:02:59.566 INFO:teuthology.orchestra.run.smithi132.stdout: rbd-mirror-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T12:02:59.566 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:02:59.567 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T12:02:59.767 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install rbd-nbd 2023-11-16T12:03:00.638 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:04:33 ago on Thu 16 Nov 2023 11:58:27 AM UTC. 2023-11-16T12:03:02.296 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2023-11-16T12:03:02.297 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:03:02.297 INFO:teuthology.orchestra.run.smithi132.stdout: Package Architecture Version Repository Size 2023-11-16T12:03:02.297 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:03:02.297 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2023-11-16T12:03:02.297 INFO:teuthology.orchestra.run.smithi132.stdout: rbd-nbd x86_64 2:18.0.0-7421.g50bc6740.el8 ceph 180 k 2023-11-16T12:03:02.297 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:03:02.297 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2023-11-16T12:03:02.297 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2023-11-16T12:03:02.297 INFO:teuthology.orchestra.run.smithi132.stdout:Install 1 Package 2023-11-16T12:03:02.297 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:03:02.298 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 180 k 2023-11-16T12:03:02.298 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 573 k 2023-11-16T12:03:02.298 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2023-11-16T12:03:02.496 INFO:teuthology.orchestra.run.smithi132.stdout:rbd-nbd-18.0.0-7421.g50bc6740.el8.x86_64.rpm 910 kB/s | 180 kB 00:00 2023-11-16T12:03:02.497 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2023-11-16T12:03:02.497 INFO:teuthology.orchestra.run.smithi132.stdout:Total 904 kB/s | 180 kB 00:00 2023-11-16T12:03:02.497 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2023-11-16T12:03:02.508 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2023-11-16T12:03:02.508 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2023-11-16T12:03:02.557 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2023-11-16T12:03:02.560 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2023-11-16T12:03:02.688 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2023-11-16T12:03:02.883 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : rbd-nbd-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:03:03.180 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:03:03.876 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : rbd-nbd-2:18.0.0-7421.g50bc6740.el8.x86_64 1/1 2023-11-16T12:03:03.876 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:03:03.876 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2023-11-16T12:03:03.876 INFO:teuthology.orchestra.run.smithi132.stdout: rbd-nbd-2:18.0.0-7421.g50bc6740.el8.x86_64 2023-11-16T12:03:03.876 INFO:teuthology.orchestra.run.smithi132.stdout: 2023-11-16T12:03:03.876 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2023-11-16T12:03:04.065 DEBUG:teuthology.parallel:result is None 2023-11-16T12:03:04.066 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T12:03:04.303 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-11-16T12:03:04.330 INFO:teuthology.orchestra.run.smithi088.stdout:18.0.0-7421.g50bc6740.el8 2023-11-16T12:03:04.331 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7421.g50bc6740.el8 2023-11-16T12:03:04.331 INFO:teuthology.task.install:The correct ceph version 18.0.0-7421.g50bc6740 is installed. 2023-11-16T12:03:04.331 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T12:03:04.558 DEBUG:teuthology.orchestra.run.smithi112:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-11-16T12:03:04.585 INFO:teuthology.orchestra.run.smithi112.stdout:18.0.0-7421.g50bc6740.el8 2023-11-16T12:03:04.585 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7421.g50bc6740.el8 2023-11-16T12:03:04.585 INFO:teuthology.task.install:The correct ceph version 18.0.0-7421.g50bc6740 is installed. 2023-11-16T12:03:04.586 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T12:03:04.803 DEBUG:teuthology.orchestra.run.smithi132:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-11-16T12:03:04.827 INFO:teuthology.orchestra.run.smithi132.stdout:18.0.0-7421.g50bc6740.el8 2023-11-16T12:03:04.828 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7421.g50bc6740.el8 2023-11-16T12:03:04.828 INFO:teuthology.task.install:The correct ceph version 18.0.0-7421.g50bc6740 is installed. 2023-11-16T12:03:04.828 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-11-16T12:03:04.828 INFO:teuthology.task.install.util:Cannot ship supression file for valgrind: No such file or directory... 2023-11-16T12:03:04.828 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-11-16T12:03:04.829 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-11-16T12:03:04.829 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/usr/bin/daemon-helper 2023-11-16T12:03:04.862 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-11-16T12:03:04.934 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2023-11-16T12:03:04.935 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/usr/bin/daemon-helper 2023-11-16T12:03:04.968 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-11-16T12:03:05.038 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-11-16T12:03:05.038 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/usr/bin/daemon-helper 2023-11-16T12:03:05.070 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-11-16T12:03:05.139 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-11-16T12:03:05.140 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-11-16T12:03:05.140 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/usr/bin/adjust-ulimits 2023-11-16T12:03:05.171 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-11-16T12:03:05.240 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2023-11-16T12:03:05.240 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/usr/bin/adjust-ulimits 2023-11-16T12:03:05.270 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-11-16T12:03:05.340 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-11-16T12:03:05.341 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/usr/bin/adjust-ulimits 2023-11-16T12:03:05.370 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-11-16T12:03:05.438 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-11-16T12:03:05.439 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-11-16T12:03:05.439 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/usr/bin/stdin-killer 2023-11-16T12:03:05.469 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-11-16T12:03:05.539 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2023-11-16T12:03:05.539 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/usr/bin/stdin-killer 2023-11-16T12:03:05.570 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-11-16T12:03:05.639 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2023-11-16T12:03:05.640 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/usr/bin/stdin-killer 2023-11-16T12:03:05.669 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-11-16T12:03:05.738 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-16T12:03:05.747 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 82, in run_one_task task = get_task(taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 35, in get_task module = _import('tasks', module_name, task_name, fail_on_import_error=True) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 54, in _import module = __import__( ModuleNotFoundError: No module named 'tasks.cephadm' 2023-11-16T12:03:05.809 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=fe2ab59f112b465292ed4d584e6185bf Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 82, in run_one_task task = get_task(taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 35, in get_task module = _import('tasks', module_name, task_name, fail_on_import_error=True) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 54, in _import module = __import__( ModuleNotFoundError: No module named 'tasks.cephadm' 2023-11-16T12:03:05.811 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-11-16T12:03:05.820 INFO:teuthology.task.install.util:Removing shipped files: /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2023-11-16T12:03:05.820 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f -- /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-11-16T12:03:05.832 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f -- /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-11-16T12:03:05.835 DEBUG:teuthology.orchestra.run.smithi132:> sudo rm -f -- /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-11-16T12:03:05.936 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-16T12:03:05.945 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-16T12:03:05.945 DEBUG:teuthology.orchestra.run.smithi088:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T12:03:05.948 DEBUG:teuthology.orchestra.run.smithi112:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T12:03:05.950 DEBUG:teuthology.orchestra.run.smithi132:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T12:03:05.966 INFO:teuthology.orchestra.run.smithi088.stderr:bash: ntpq: command not found 2023-11-16T12:03:05.967 INFO:teuthology.orchestra.run.smithi112.stderr:bash: ntpq: command not found 2023-11-16T12:03:05.969 INFO:teuthology.orchestra.run.smithi132.stderr:bash: ntpq: command not found 2023-11-16T12:03:05.970 INFO:teuthology.orchestra.run.smithi088.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T12:03:05.971 INFO:teuthology.orchestra.run.smithi088.stdout:=============================================================================== 2023-11-16T12:03:05.971 INFO:teuthology.orchestra.run.smithi088.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 2 +1177us[+1177us] +/- 77ms 2023-11-16T12:03:05.971 INFO:teuthology.orchestra.run.smithi088.stdout:^* hv02.front.sepia.ceph.com 3 6 377 2 -145us[+1107ns] +/- 71ms 2023-11-16T12:03:05.971 INFO:teuthology.orchestra.run.smithi088.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 4 -1040us[ -894us] +/- 82ms 2023-11-16T12:03:05.971 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T12:03:05.973 INFO:teuthology.orchestra.run.smithi112.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T12:03:05.973 INFO:teuthology.orchestra.run.smithi112.stdout:=============================================================================== 2023-11-16T12:03:05.973 INFO:teuthology.orchestra.run.smithi112.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 3 +1178us[+1178us] +/- 77ms 2023-11-16T12:03:05.973 INFO:teuthology.orchestra.run.smithi112.stdout:^* hv02.front.sepia.ceph.com 3 6 377 3 -158us[ -22us] +/- 71ms 2023-11-16T12:03:05.974 INFO:teuthology.orchestra.run.smithi112.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 1 -1040us[-1040us] +/- 82ms 2023-11-16T12:03:05.974 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T12:03:05.975 INFO:teuthology.orchestra.run.smithi132.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T12:03:05.975 INFO:teuthology.orchestra.run.smithi132.stdout:=============================================================================== 2023-11-16T12:03:05.975 INFO:teuthology.orchestra.run.smithi132.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 2 +1179us[+1179us] +/- 77ms 2023-11-16T12:03:05.975 INFO:teuthology.orchestra.run.smithi132.stdout:^* hv02.front.sepia.ceph.com 3 6 377 3 -152us[ -17us] +/- 71ms 2023-11-16T12:03:05.975 INFO:teuthology.orchestra.run.smithi132.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 1 -1026us[-1026us] +/- 82ms 2023-11-16T12:03:05.976 INFO:teuthology.orchestra.run.smithi132.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T12:03:05.976 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-16T12:03:05.985 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-16T12:03:05.986 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-16T12:03:06.010 DEBUG:teuthology.orchestra.run.smithi088:> 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 2023-11-16T12:03:06.105 DEBUG:teuthology.orchestra.run.smithi112:> 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 2023-11-16T12:03:06.197 DEBUG:teuthology.orchestra.run.smithi132:> 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 2023-11-16T12:03:06.290 DEBUG:teuthology.orchestra.run.smithi088:> 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 2023-11-16T12:03:06.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:03:06.324 DEBUG:teuthology.orchestra.run.smithi112:> 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 2023-11-16T12:03:06.357 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:03:06.357 DEBUG:teuthology.orchestra.run.smithi132:> 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 2023-11-16T12:03:06.389 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:03:06.389 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-16T12:03:06.412 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-16T12:03:06.462 INFO:teuthology.task.internal:Duration was 1023.156363 seconds 2023-11-16T12:03:06.462 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-16T12:03:06.495 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-16T12:03:06.496 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-16T12:03:06.498 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-16T12:03:06.501 DEBUG:teuthology.orchestra.run.smithi132:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-16T12:03:06.544 INFO:teuthology.orchestra.run.smithi088.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T12:03:06.546 INFO:teuthology.orchestra.run.smithi112.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T12:03:06.546 INFO:teuthology.orchestra.run.smithi132.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T12:03:07.005 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-16T12:03:07.005 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi088.front.sepia.ceph.com 2023-11-16T12:03:07.006 DEBUG:teuthology.orchestra.run.smithi088:> 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 2023-11-16T12:03:07.033 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi112.front.sepia.ceph.com 2023-11-16T12:03:07.033 DEBUG:teuthology.orchestra.run.smithi112:> 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 2023-11-16T12:03:07.056 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi132.front.sepia.ceph.com 2023-11-16T12:03:07.057 DEBUG:teuthology.orchestra.run.smithi132:> 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 2023-11-16T12:03:07.080 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-16T12:03:07.080 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-16T12:03:07.082 DEBUG:teuthology.orchestra.run.smithi112:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-16T12:03:07.099 DEBUG:teuthology.orchestra.run.smithi132:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-16T12:03:07.159 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-16T12:03:07.159 DEBUG:teuthology.orchestra.run.smithi088:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-16T12:03:07.163 DEBUG:teuthology.orchestra.run.smithi112:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-16T12:03:07.178 DEBUG:teuthology.orchestra.run.smithi132:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-16T12:03:07.263 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-16T12:03:07.273 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-16T12:03:07.273 DEBUG:teuthology.orchestra.run.smithi088:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-16T12:03:07.301 DEBUG:teuthology.orchestra.run.smithi112:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-16T12:03:07.328 DEBUG:teuthology.orchestra.run.smithi132:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-16T12:03:07.355 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-16T12:03:07.368 DEBUG:teuthology.orchestra.run.smithi088:> 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 2023-11-16T12:03:07.370 DEBUG:teuthology.orchestra.run.smithi112:> 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 2023-11-16T12:03:07.372 DEBUG:teuthology.orchestra.run.smithi132:> 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 2023-11-16T12:03:07.395 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = core 2023-11-16T12:03:07.396 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern = core 2023-11-16T12:03:07.420 INFO:teuthology.orchestra.run.smithi132.stdout:kernel.core_pattern = core 2023-11-16T12:03:07.444 DEBUG:teuthology.orchestra.run.smithi088:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-16T12:03:07.483 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:03:07.484 DEBUG:teuthology.orchestra.run.smithi112:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-16T12:03:07.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:03:07.501 DEBUG:teuthology.orchestra.run.smithi132:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-16T12:03:07.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:03:07.518 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-16T12:03:07.528 INFO:teuthology.task.internal:Transferring archived files... 2023-11-16T12:03:07.529 DEBUG:teuthology.misc:Transferring archived files from smithi088:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460550/remote/smithi088 2023-11-16T12:03:07.530 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-16T12:03:07.592 DEBUG:teuthology.misc:Transferring archived files from smithi112:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460550/remote/smithi112 2023-11-16T12:03:07.592 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-16T12:03:07.641 DEBUG:teuthology.misc:Transferring archived files from smithi132:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460550/remote/smithi132 2023-11-16T12:03:07.642 DEBUG:teuthology.orchestra.run.smithi132:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-16T12:03:07.691 INFO:teuthology.task.internal:Removing archive directory... 2023-11-16T12:03:07.691 DEBUG:teuthology.orchestra.run.smithi088:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-16T12:03:07.694 DEBUG:teuthology.orchestra.run.smithi112:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-16T12:03:07.696 DEBUG:teuthology.orchestra.run.smithi132:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-16T12:03:07.745 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-16T12:03:07.757 INFO:teuthology.task.internal:Not uploading archives. 2023-11-16T12:03:07.758 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-16T12:03:07.794 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-16T12:03:07.795 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-16T12:03:07.797 DEBUG:teuthology.orchestra.run.smithi112:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-16T12:03:07.799 DEBUG:teuthology.orchestra.run.smithi132:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-16T12:03:07.811 INFO:teuthology.orchestra.run.smithi088.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 16 12:03 /home/ubuntu/cephtest 2023-11-16T12:03:07.814 INFO:teuthology.orchestra.run.smithi112.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 16 12:03 /home/ubuntu/cephtest 2023-11-16T12:03:07.816 INFO:teuthology.orchestra.run.smithi132.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 16 12:03 /home/ubuntu/cephtest 2023-11-16T12:03:07.817 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-16T12:03:07.827 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-16T12:03:07.895 INFO:teuthology.nuke:Checking targets against current locks 2023-11-16T12:03:07.921 DEBUG:teuthology.nuke:shortname: smithi088 2023-11-16T12:03:07.921 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T12:03:07.946 DEBUG:teuthology.nuke:shortname: smithi112 2023-11-16T12:03:07.946 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T12:03:07.951 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi088.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460550', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-16 11:33:25.537358', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHbWqxeV3CIGeWy0se3eSla9DNoxHNyKSJ0j5VjkC2qjhFNGTPQLIjPtNJ5FNAliTJNKzm741EX3BQib1JFxarA='} 2023-11-16T12:03:07.970 DEBUG:teuthology.nuke:shortname: smithi132 2023-11-16T12:03:07.970 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T12:03:07.977 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi112.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460550', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-16 11:33:25.535320', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDgH5HT2cfv1KLuT4vZ6AJJe4XhmMbY/rpl/7h6YdkHEk/4RaHWfwd3U2z0Myo//84biHdSHKsi1dvL5NeQSlB8='} 2023-11-16T12:03:07.996 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi132.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460550', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-16 11:33:25.538690', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH6Qk6WD9G0nQUuaAydVXk4Tc+phFioK5BYV+XXsFkLJVo4T5OSQTRD9c2xmw77WIZa7wP9ZYnQ5aqj4BrF8iIs='} 2023-11-16T12:03:08.005 INFO:teuthology.orchestra.console.smithi088:Power off 2023-11-16T12:03:08.005 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-16T12:03:08.030 DEBUG:teuthology.orchestra.console.smithi088:power off output: Chassis Power Control: Down/Off 2023-11-16T12:03:08.031 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:03:08.048 INFO:teuthology.orchestra.console.smithi112:Power off 2023-11-16T12:03:08.049 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-16T12:03:08.057 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2023-11-16T12:03:08.071 DEBUG:teuthology.orchestra.console.smithi112:power off output: Chassis Power Control: Down/Off 2023-11-16T12:03:08.072 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:03:08.087 INFO:teuthology.orchestra.console.smithi132:Power off 2023-11-16T12:03:08.087 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-16T12:03:08.096 DEBUG:teuthology.orchestra.console.smithi112:check power output: Chassis Power is on 2023-11-16T12:03:08.109 DEBUG:teuthology.orchestra.console.smithi132:power off output: Chassis Power Control: Down/Off 2023-11-16T12:03:08.109 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:03:08.131 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is on 2023-11-16T12:03:12.059 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:03:12.097 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:03:12.132 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:03:12.168 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2023-11-16T12:03:12.206 DEBUG:teuthology.orchestra.console.smithi112:check power output: Chassis Power is on 2023-11-16T12:03:12.241 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is on 2023-11-16T12:03:16.170 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:03:16.207 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:03:16.242 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:03:16.280 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2023-11-16T12:03:16.316 DEBUG:teuthology.orchestra.console.smithi112:check power output: Chassis Power is off 2023-11-16T12:03:16.353 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is on 2023-11-16T12:03:16.417 INFO:teuthology.orchestra.console.smithi112:Power off completed 2023-11-16T12:03:20.282 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:03:20.354 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:03:20.392 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is off 2023-11-16T12:03:20.465 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is off 2023-11-16T12:03:20.493 INFO:teuthology.orchestra.console.smithi088:Power off completed 2023-11-16T12:03:20.566 INFO:teuthology.orchestra.console.smithi132:Power off completed 2023-11-16T12:03:20.669 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/on mon_election/connectivity task/test_set_mon_crush_locations} duration: 1023.1563630104065 failure_reason: No module named 'tasks.cephadm' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=fe2ab59f112b465292ed4d584e6185bf status: fail success: false 2023-11-16T12:03:20.670 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-16T12:03:20.737 INFO:teuthology.run:FAIL