2023-11-25T04:47:47.504 INFO:root:teuthology version: 0.0.1.dev205+g2442239 2023-11-25T04:47:47.504 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --verbose --description rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/on mon_election/classic task/test_set_mon_crush_locations} --name yuriw-2023-11-24_21:18:30-rados-main-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-11-24_21:18:30-rados-main-distro-default-smithi/7466201 -- /home/teuthworker/archive/yuriw-2023-11-24_21:18:30-rados-main-distro-default-smithi/7466201/orig.config.yaml 2023-11-25T04:47:47.547 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-25T04:47:47.634 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-24_21:18:30-rados-main-distro-default-smithi/7466201 branch: main description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/on mon_election/classic task/test_set_mon_crush_locations} email: yweinste@redhat.com first_in_suite: false job_id: '7466201' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-24_21:18:30-rados-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: main ceph: conf: global: mon election default strategy: 1 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: ec928368edcc5fc71884a56fd9fd821b148f4e30 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ec928368edcc5fc71884a56fd9fd821b148f4e30 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: ec928368edcc5fc71884a56fd9fd821b148f4e30 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - mon.a - mgr.a - - host.b - osd.1 - mon.b - mgr.b - - host.c - osd.2 - mon.c seed: 77 sha1: ec928368edcc5fc71884a56fd9fd821b148f4e30 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_ec928368edcc5fc71884a56fd9fd821b148f4e30/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: ec928368edcc5fc71884a56fd9fd821b148f4e30 targets: smithi142.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi149.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi196.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= 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:rhel8 --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 0x7f04a35a4b80>, signals=[15]) 2023-11-25T04:47:48.335 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-25T04:47:48.340 INFO:teuthology.task.internal:Opening connections... 2023-11-25T04:47:48.340 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi142.front.sepia.ceph.com 2023-11-25T04:47:48.342 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-25T04:47:48.419 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi149.front.sepia.ceph.com 2023-11-25T04:47:48.420 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-25T04:47:48.497 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi196.front.sepia.ceph.com 2023-11-25T04:47:48.498 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-25T04:47:48.565 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-25T04:47:48.572 DEBUG:teuthology.orchestra.run.smithi142:> uname -m 2023-11-25T04:47:48.593 INFO:teuthology.orchestra.run.smithi142.stdout:x86_64 2023-11-25T04:47:48.593 DEBUG:teuthology.orchestra.run.smithi142:> cat /etc/os-release 2023-11-25T04:47:48.654 INFO:teuthology.orchestra.run.smithi142.stdout:NAME="Red Hat Enterprise Linux" 2023-11-25T04:47:48.654 INFO:teuthology.orchestra.run.smithi142.stdout:VERSION="8.6 (Ootpa)" 2023-11-25T04:47:48.656 INFO:teuthology.orchestra.run.smithi142.stdout:ID="rhel" 2023-11-25T04:47:48.656 INFO:teuthology.orchestra.run.smithi142.stdout:ID_LIKE="fedora" 2023-11-25T04:47:48.656 INFO:teuthology.orchestra.run.smithi142.stdout:VERSION_ID="8.6" 2023-11-25T04:47:48.656 INFO:teuthology.orchestra.run.smithi142.stdout:PLATFORM_ID="platform:el8" 2023-11-25T04:47:48.656 INFO:teuthology.orchestra.run.smithi142.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-11-25T04:47:48.656 INFO:teuthology.orchestra.run.smithi142.stdout:ANSI_COLOR="0;31" 2023-11-25T04:47:48.656 INFO:teuthology.orchestra.run.smithi142.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-11-25T04:47:48.656 INFO:teuthology.orchestra.run.smithi142.stdout:HOME_URL="https://www.redhat.com/" 2023-11-25T04:47:48.656 INFO:teuthology.orchestra.run.smithi142.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-25T04:47:48.657 INFO:teuthology.orchestra.run.smithi142.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-25T04:47:48.657 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-25T04:47:48.657 INFO:teuthology.orchestra.run.smithi142.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-25T04:47:48.657 INFO:teuthology.orchestra.run.smithi142.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-11-25T04:47:48.657 INFO:teuthology.orchestra.run.smithi142.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-25T04:47:48.657 INFO:teuthology.orchestra.run.smithi142.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-11-25T04:47:48.658 INFO:teuthology.lock.ops:Updating smithi142.front.sepia.ceph.com on lock server 2023-11-25T04:47:48.682 DEBUG:teuthology.orchestra.run.smithi149:> uname -m 2023-11-25T04:47:48.702 INFO:teuthology.orchestra.run.smithi149.stdout:x86_64 2023-11-25T04:47:48.702 DEBUG:teuthology.orchestra.run.smithi149:> cat /etc/os-release 2023-11-25T04:47:48.765 INFO:teuthology.orchestra.run.smithi149.stdout:NAME="Red Hat Enterprise Linux" 2023-11-25T04:47:48.765 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION="8.6 (Ootpa)" 2023-11-25T04:47:48.765 INFO:teuthology.orchestra.run.smithi149.stdout:ID="rhel" 2023-11-25T04:47:48.765 INFO:teuthology.orchestra.run.smithi149.stdout:ID_LIKE="fedora" 2023-11-25T04:47:48.765 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION_ID="8.6" 2023-11-25T04:47:48.765 INFO:teuthology.orchestra.run.smithi149.stdout:PLATFORM_ID="platform:el8" 2023-11-25T04:47:48.765 INFO:teuthology.orchestra.run.smithi149.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-11-25T04:47:48.765 INFO:teuthology.orchestra.run.smithi149.stdout:ANSI_COLOR="0;31" 2023-11-25T04:47:48.766 INFO:teuthology.orchestra.run.smithi149.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-11-25T04:47:48.766 INFO:teuthology.orchestra.run.smithi149.stdout:HOME_URL="https://www.redhat.com/" 2023-11-25T04:47:48.766 INFO:teuthology.orchestra.run.smithi149.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-25T04:47:48.766 INFO:teuthology.orchestra.run.smithi149.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-25T04:47:48.766 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-11-25T04:47:48.766 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-25T04:47:48.766 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-11-25T04:47:48.766 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-25T04:47:48.766 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-11-25T04:47:48.766 INFO:teuthology.lock.ops:Updating smithi149.front.sepia.ceph.com on lock server 2023-11-25T04:47:48.790 DEBUG:teuthology.orchestra.run.smithi196:> uname -m 2023-11-25T04:47:48.810 INFO:teuthology.orchestra.run.smithi196.stdout:x86_64 2023-11-25T04:47:48.810 DEBUG:teuthology.orchestra.run.smithi196:> cat /etc/os-release 2023-11-25T04:47:48.869 INFO:teuthology.orchestra.run.smithi196.stdout:NAME="Red Hat Enterprise Linux" 2023-11-25T04:47:48.869 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION="8.6 (Ootpa)" 2023-11-25T04:47:48.869 INFO:teuthology.orchestra.run.smithi196.stdout:ID="rhel" 2023-11-25T04:47:48.869 INFO:teuthology.orchestra.run.smithi196.stdout:ID_LIKE="fedora" 2023-11-25T04:47:48.869 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION_ID="8.6" 2023-11-25T04:47:48.869 INFO:teuthology.orchestra.run.smithi196.stdout:PLATFORM_ID="platform:el8" 2023-11-25T04:47:48.870 INFO:teuthology.orchestra.run.smithi196.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-11-25T04:47:48.870 INFO:teuthology.orchestra.run.smithi196.stdout:ANSI_COLOR="0;31" 2023-11-25T04:47:48.870 INFO:teuthology.orchestra.run.smithi196.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-11-25T04:47:48.870 INFO:teuthology.orchestra.run.smithi196.stdout:HOME_URL="https://www.redhat.com/" 2023-11-25T04:47:48.870 INFO:teuthology.orchestra.run.smithi196.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-25T04:47:48.870 INFO:teuthology.orchestra.run.smithi196.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-25T04:47:48.870 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-11-25T04:47:48.870 INFO:teuthology.orchestra.run.smithi196.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-25T04:47:48.870 INFO:teuthology.orchestra.run.smithi196.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-11-25T04:47:48.871 INFO:teuthology.orchestra.run.smithi196.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-25T04:47:48.871 INFO:teuthology.orchestra.run.smithi196.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-11-25T04:47:48.871 INFO:teuthology.lock.ops:Updating smithi196.front.sepia.ceph.com on lock server 2023-11-25T04:47:48.890 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-25T04:47:48.904 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-25T04:47:48.917 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-25T04:47:48.917 DEBUG:teuthology.orchestra.run.smithi142:> test '!' -e /home/ubuntu/cephtest 2023-11-25T04:47:48.919 DEBUG:teuthology.orchestra.run.smithi149:> test '!' -e /home/ubuntu/cephtest 2023-11-25T04:47:48.922 DEBUG:teuthology.orchestra.run.smithi196:> test '!' -e /home/ubuntu/cephtest 2023-11-25T04:47:48.940 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-25T04:47:48.947 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-25T04:47:48.947 DEBUG:teuthology.orchestra.run.smithi142:> test -z $(ls -A /var/lib/ceph) 2023-11-25T04:47:48.979 DEBUG:teuthology.orchestra.run.smithi149:> test -z $(ls -A /var/lib/ceph) 2023-11-25T04:47:48.991 DEBUG:teuthology.orchestra.run.smithi196:> test -z $(ls -A /var/lib/ceph) 2023-11-25T04:47:49.019 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-25T04:47:49.103 INFO:teuthology.run_tasks:Running task kernel... 2023-11-25T04:47:49.120 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-25T04:47:49.121 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-25T04:47:49.121 DEBUG:teuthology.orchestra.run.smithi142:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-25T04:47:49.121 DEBUG:teuthology.orchestra.run.smithi149:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-25T04:47:49.122 DEBUG:teuthology.orchestra.run.smithi196:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-25T04:47:49.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-25T04:47:49.141 DEBUG:teuthology.orchestra.run.smithi196:> uname -r 2023-11-25T04:47:49.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-25T04:47:49.143 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-25T04:47:49.144 DEBUG:teuthology.orchestra.run.smithi149:> uname -r 2023-11-25T04:47:49.144 DEBUG:teuthology.orchestra.run.smithi142:> uname -r 2023-11-25T04:47:49.202 INFO:teuthology.orchestra.run.smithi196.stdout:4.18.0-372.9.1.el8.x86_64 2023-11-25T04:47:49.205 INFO:teuthology.task.kernel:Running kernel on smithi196: 4.18.0-372.9.1.el8.x86_64 2023-11-25T04:47:49.205 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum install -y kernel 2023-11-25T04:47:49.206 INFO:teuthology.orchestra.run.smithi142.stdout:4.18.0-372.9.1.el8.x86_64 2023-11-25T04:47:49.206 INFO:teuthology.task.kernel:Running kernel on smithi142: 4.18.0-372.9.1.el8.x86_64 2023-11-25T04:47:49.206 DEBUG:teuthology.orchestra.run.smithi142:> sudo yum install -y kernel 2023-11-25T04:47:49.207 INFO:teuthology.orchestra.run.smithi149.stdout:4.18.0-372.9.1.el8.x86_64 2023-11-25T04:47:49.208 INFO:teuthology.task.kernel:Running kernel on smithi149: 4.18.0-372.9.1.el8.x86_64 2023-11-25T04:47:49.208 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum install -y kernel 2023-11-25T04:47:50.353 INFO:teuthology.orchestra.run.smithi142.stdout:Updating Subscription Management repositories. 2023-11-25T04:47:50.353 INFO:teuthology.orchestra.run.smithi142.stdout:Unable to read consumer identity 2023-11-25T04:47:50.394 INFO:teuthology.orchestra.run.smithi149.stdout:Updating Subscription Management repositories. 2023-11-25T04:47:50.395 INFO:teuthology.orchestra.run.smithi149.stdout:Unable to read consumer identity 2023-11-25T04:47:50.454 INFO:teuthology.orchestra.run.smithi196.stdout:Updating Subscription Management repositories. 2023-11-25T04:47:50.454 INFO:teuthology.orchestra.run.smithi196.stdout:Unable to read consumer identity 2023-11-25T04:47:51.741 INFO:teuthology.orchestra.run.smithi142.stdout:Copr repo for python3-asyncssh owned by ceph 15 kB/s | 3.5 kB 00:00 2023-11-25T04:47:51.866 INFO:teuthology.orchestra.run.smithi149.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-11-25T04:47:52.064 INFO:teuthology.orchestra.run.smithi196.stdout:Copr repo for python3-asyncssh owned by ceph 10 kB/s | 3.5 kB 00:00 2023-11-25T04:47:52.767 INFO:teuthology.orchestra.run.smithi142.stdout:Extra Packages for Enterprise Linux 16 MB/s | 16 MB 00:01 2023-11-25T04:47:53.240 INFO:teuthology.orchestra.run.smithi196.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-11-25T04:47:53.483 INFO:teuthology.orchestra.run.smithi149.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2023-11-25T04:47:56.225 INFO:teuthology.orchestra.run.smithi142.stdout:lab-extras 430 kB/s | 24 kB 00:00 2023-11-25T04:47:56.714 INFO:teuthology.orchestra.run.smithi196.stdout:lab-extras 411 kB/s | 24 kB 00:00 2023-11-25T04:47:56.944 INFO:teuthology.orchestra.run.smithi142.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-11-25T04:47:57.002 INFO:teuthology.orchestra.run.smithi142.stdout:Dependencies resolved. 2023-11-25T04:47:57.003 INFO:teuthology.orchestra.run.smithi142.stdout:Nothing to do. 2023-11-25T04:47:57.003 INFO:teuthology.orchestra.run.smithi142.stdout:Complete! 2023-11-25T04:47:57.008 INFO:teuthology.orchestra.run.smithi149.stdout:lab-extras 426 kB/s | 24 kB 00:00 2023-11-25T04:47:57.135 DEBUG:teuthology.orchestra.run.smithi142:> echo no | sudo yum reinstall kernel || true 2023-11-25T04:47:57.417 INFO:teuthology.orchestra.run.smithi196.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-11-25T04:47:57.466 INFO:teuthology.orchestra.run.smithi142.stdout:Updating Subscription Management repositories. 2023-11-25T04:47:57.466 INFO:teuthology.orchestra.run.smithi142.stdout:Unable to read consumer identity 2023-11-25T04:47:57.468 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2023-11-25T04:47:57.469 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2023-11-25T04:47:57.470 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2023-11-25T04:47:57.606 DEBUG:teuthology.orchestra.run.smithi196:> echo no | sudo yum reinstall kernel || true 2023-11-25T04:47:57.727 INFO:teuthology.orchestra.run.smithi149.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-11-25T04:47:57.730 INFO:teuthology.orchestra.run.smithi142.stdout:Last metadata expiration check: 0:00:01 ago on Sat 25 Nov 2023 04:47:56 AM UTC. 2023-11-25T04:47:57.777 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2023-11-25T04:47:57.778 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2023-11-25T04:47:57.779 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2023-11-25T04:47:57.783 INFO:teuthology.orchestra.run.smithi142.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-25T04:47:57.825 INFO:teuthology.orchestra.run.smithi142.stderr:Error: No packages marked for reinstall. 2023-11-25T04:47:57.870 DEBUG:teuthology.orchestra.run.smithi142:> sudo yum reinstall -y kernel || true 2023-11-25T04:47:57.915 DEBUG:teuthology.orchestra.run.smithi149:> echo no | sudo yum reinstall kernel || true 2023-11-25T04:47:57.979 INFO:teuthology.orchestra.run.smithi196.stdout:Updating Subscription Management repositories. 2023-11-25T04:47:57.979 INFO:teuthology.orchestra.run.smithi196.stdout:Unable to read consumer identity 2023-11-25T04:47:58.203 INFO:teuthology.orchestra.run.smithi142.stdout:Updating Subscription Management repositories. 2023-11-25T04:47:58.203 INFO:teuthology.orchestra.run.smithi142.stdout:Unable to read consumer identity 2023-11-25T04:47:58.237 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:02 ago on Sat 25 Nov 2023 04:47:56 AM UTC. 2023-11-25T04:47:58.248 INFO:teuthology.orchestra.run.smithi149.stdout:Updating Subscription Management repositories. 2023-11-25T04:47:58.248 INFO:teuthology.orchestra.run.smithi149.stdout:Unable to read consumer identity 2023-11-25T04:47:58.277 INFO:teuthology.orchestra.run.smithi196.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-25T04:47:58.314 INFO:teuthology.orchestra.run.smithi196.stderr:Error: No packages marked for reinstall. 2023-11-25T04:47:58.361 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum reinstall -y kernel || true 2023-11-25T04:47:58.463 INFO:teuthology.orchestra.run.smithi142.stdout:Last metadata expiration check: 0:00:02 ago on Sat 25 Nov 2023 04:47:56 AM UTC. 2023-11-25T04:47:58.497 INFO:teuthology.orchestra.run.smithi142.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-25T04:47:58.522 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:02 ago on Sat 25 Nov 2023 04:47:56 AM UTC. 2023-11-25T04:47:58.526 INFO:teuthology.orchestra.run.smithi142.stderr:Error: No packages marked for reinstall. 2023-11-25T04:47:58.562 INFO:teuthology.orchestra.run.smithi149.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-25T04:47:58.578 DEBUG:teuthology.orchestra.run.smithi142:> rpm -q kernel | sort -rV | head -n 1 2023-11-25T04:47:58.606 INFO:teuthology.orchestra.run.smithi149.stderr:Error: No packages marked for reinstall. 2023-11-25T04:47:58.655 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum reinstall -y kernel || true 2023-11-25T04:47:58.658 INFO:teuthology.orchestra.run.smithi142.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-11-25T04:47:58.658 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-11-25T04:47:58.658 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-11-25T04:47:58.658 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-25T04:47:58.659 DEBUG:teuthology.orchestra.run.smithi142:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-25T04:47:58.690 INFO:teuthology.orchestra.run.smithi196.stdout:Updating Subscription Management repositories. 2023-11-25T04:47:58.690 INFO:teuthology.orchestra.run.smithi196.stdout:Unable to read consumer identity 2023-11-25T04:47:58.692 INFO:teuthology.orchestra.run.smithi142.stdout:ttyS1 2023-11-25T04:47:58.705 DEBUG:teuthology.parallel:result is None 2023-11-25T04:47:58.948 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:02 ago on Sat 25 Nov 2023 04:47:56 AM UTC. 2023-11-25T04:47:58.988 INFO:teuthology.orchestra.run.smithi196.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-25T04:47:58.988 INFO:teuthology.orchestra.run.smithi149.stdout:Updating Subscription Management repositories. 2023-11-25T04:47:58.989 INFO:teuthology.orchestra.run.smithi149.stdout:Unable to read consumer identity 2023-11-25T04:47:59.011 INFO:teuthology.orchestra.run.smithi196.stderr:Error: No packages marked for reinstall. 2023-11-25T04:47:59.062 DEBUG:teuthology.orchestra.run.smithi196:> rpm -q kernel | sort -rV | head -n 1 2023-11-25T04:47:59.144 INFO:teuthology.orchestra.run.smithi196.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-11-25T04:47:59.144 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-11-25T04:47:59.144 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-11-25T04:47:59.144 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-11-25T04:47:59.144 DEBUG:teuthology.orchestra.run.smithi196:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-25T04:47:59.182 INFO:teuthology.orchestra.run.smithi196.stdout:ttyS1 2023-11-25T04:47:59.197 DEBUG:teuthology.parallel:result is None 2023-11-25T04:47:59.249 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:03 ago on Sat 25 Nov 2023 04:47:56 AM UTC. 2023-11-25T04:47:59.291 INFO:teuthology.orchestra.run.smithi149.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-11-25T04:47:59.337 INFO:teuthology.orchestra.run.smithi149.stderr:Error: No packages marked for reinstall. 2023-11-25T04:47:59.384 DEBUG:teuthology.orchestra.run.smithi149:> rpm -q kernel | sort -rV | head -n 1 2023-11-25T04:47:59.466 INFO:teuthology.orchestra.run.smithi149.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-11-25T04:47:59.467 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-11-25T04:47:59.467 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-11-25T04:47:59.467 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-25T04:47:59.467 DEBUG:teuthology.orchestra.run.smithi149:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-25T04:47:59.497 INFO:teuthology.orchestra.run.smithi149.stdout:ttyS1 2023-11-25T04:47:59.509 DEBUG:teuthology.parallel:result is None 2023-11-25T04:47:59.510 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-25T04:47:59.519 INFO:teuthology.task.internal:Creating test directory... 2023-11-25T04:47:59.519 DEBUG:teuthology.orchestra.run.smithi142:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-25T04:47:59.523 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-25T04:47:59.553 DEBUG:teuthology.orchestra.run.smithi196:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-25T04:47:59.571 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-25T04:47:59.577 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-25T04:47:59.600 INFO:teuthology.task.internal:Creating archive directory... 2023-11-25T04:47:59.600 DEBUG:teuthology.orchestra.run.smithi142:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-25T04:47:59.603 DEBUG:teuthology.orchestra.run.smithi149:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-25T04:47:59.610 DEBUG:teuthology.orchestra.run.smithi196:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-25T04:47:59.634 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-25T04:47:59.641 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-25T04:47:59.642 DEBUG:teuthology.orchestra.run.smithi142:> 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-25T04:47:59.662 DEBUG:teuthology.orchestra.run.smithi149:> 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-25T04:47:59.668 DEBUG:teuthology.orchestra.run.smithi196:> 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-25T04:47:59.698 INFO:teuthology.orchestra.run.smithi142.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-25T04:47:59.709 INFO:teuthology.orchestra.run.smithi142.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-25T04:47:59.712 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-25T04:47:59.714 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-25T04:47:59.724 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-25T04:47:59.725 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-25T04:47:59.726 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-25T04:47:59.738 INFO:teuthology.task.internal:Configuring sudo... 2023-11-25T04:47:59.738 DEBUG:teuthology.orchestra.run.smithi142:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-25T04:47:59.754 DEBUG:teuthology.orchestra.run.smithi149:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-25T04:47:59.756 DEBUG:teuthology.orchestra.run.smithi196:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-25T04:47:59.794 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-25T04:47:59.802 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-25T04:47:59.803 DEBUG:teuthology.orchestra.run.smithi142:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-25T04:47:59.822 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-25T04:47:59.824 DEBUG:teuthology.orchestra.run.smithi196:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-25T04:47:59.851 DEBUG:teuthology.orchestra.run.smithi142:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-25T04:47:59.921 DEBUG:teuthology.orchestra.run.smithi142:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-25T04:47:59.971 DEBUG:teuthology.orchestra.run.smithi142:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-25T04:48:00.053 DEBUG:teuthology.orchestra.run.smithi142:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-25T04:48:00.099 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2023-11-25T04:48:00.100 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-25T04:48:00.167 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-25T04:48:00.211 DEBUG:teuthology.orchestra.run.smithi149:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-25T04:48:00.265 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-25T04:48:00.349 DEBUG:teuthology.orchestra.run.smithi149:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-25T04:48:00.391 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2023-11-25T04:48:00.391 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-25T04:48:00.464 DEBUG:teuthology.orchestra.run.smithi196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-25T04:48:00.512 DEBUG:teuthology.orchestra.run.smithi196:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-25T04:48:00.567 DEBUG:teuthology.orchestra.run.smithi196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-25T04:48:00.654 DEBUG:teuthology.orchestra.run.smithi196:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-25T04:48:00.695 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2023-11-25T04:48:00.696 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-25T04:48:00.770 DEBUG:teuthology.orchestra.run.smithi142:> sudo service rsyslog restart 2023-11-25T04:48:00.772 DEBUG:teuthology.orchestra.run.smithi149:> sudo service rsyslog restart 2023-11-25T04:48:00.774 DEBUG:teuthology.orchestra.run.smithi196:> sudo service rsyslog restart 2023-11-25T04:48:00.827 INFO:teuthology.orchestra.run.smithi142.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-25T04:48:00.832 INFO:teuthology.orchestra.run.smithi149.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-25T04:48:00.864 INFO:teuthology.orchestra.run.smithi196.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-25T04:48:01.281 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-25T04:48:01.289 INFO:teuthology.task.internal:Starting timer... 2023-11-25T04:48:01.289 INFO:teuthology.run_tasks:Running task pcp... 2023-11-25T04:48:01.299 INFO:teuthology.run_tasks:Running task selinux... 2023-11-25T04:48:01.309 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-25T04:48:01.309 DEBUG:teuthology.orchestra.run.smithi142:> sudo service auditd rotate 2023-11-25T04:48:01.376 INFO:teuthology.orchestra.run.smithi142.stdout:Rotating logs: 2023-11-25T04:48:01.378 DEBUG:teuthology.orchestra.run.smithi149:> sudo service auditd rotate 2023-11-25T04:48:01.444 INFO:teuthology.orchestra.run.smithi149.stdout:Rotating logs: 2023-11-25T04:48:01.446 DEBUG:teuthology.orchestra.run.smithi196:> sudo service auditd rotate 2023-11-25T04:48:01.514 INFO:teuthology.orchestra.run.smithi196.stdout:Rotating logs: 2023-11-25T04:48:01.515 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-25T04:48:01.516 DEBUG:teuthology.orchestra.run.smithi142:> /usr/sbin/getenforce 2023-11-25T04:48:01.546 INFO:teuthology.orchestra.run.smithi142.stdout:Permissive 2023-11-25T04:48:01.546 DEBUG:teuthology.orchestra.run.smithi149:> /usr/sbin/getenforce 2023-11-25T04:48:01.583 INFO:teuthology.orchestra.run.smithi149.stdout:Permissive 2023-11-25T04:48:01.583 DEBUG:teuthology.orchestra.run.smithi196:> /usr/sbin/getenforce 2023-11-25T04:48:01.602 INFO:teuthology.orchestra.run.smithi196.stdout:Permissive 2023-11-25T04:48:01.602 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi142.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi149.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi196.front.sepia.ceph.com': 'permissive'} 2023-11-25T04:48:01.602 DEBUG:teuthology.orchestra.run.smithi142:> 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-25T04:48:01.634 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-25T04:48:01.634 DEBUG:teuthology.orchestra.run.smithi149:> 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-25T04:48:01.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-25T04:48:01.664 DEBUG:teuthology.orchestra.run.smithi196:> 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-25T04:48:01.691 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-25T04:48:01.695 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-25T04:48:01.695 DEBUG:teuthology.orchestra.run.smithi142:> sudo /usr/sbin/setenforce permissive 2023-11-25T04:48:01.723 DEBUG:teuthology.orchestra.run.smithi149:> sudo /usr/sbin/setenforce permissive 2023-11-25T04:48:01.754 DEBUG:teuthology.orchestra.run.smithi196:> sudo /usr/sbin/setenforce permissive 2023-11-25T04:48:01.781 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-25T04:48:01.791 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-25T04:48:01.791 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-25T04:48:01.812 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-25T04:48:01.813 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi142.front.sepia.ceph.com,smithi149.front.sepia.ceph.com,smithi196.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-25T04:57:15.976 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi142.front.sepia.ceph.com'), Remote(name='ubuntu@smithi149.front.sepia.ceph.com'), Remote(name='ubuntu@smithi196.front.sepia.ceph.com')] 2023-11-25T04:57:15.977 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2023-11-25T04:57:15.978 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-25T04:57:16.046 DEBUG:teuthology.orchestra.run.smithi142:> true 2023-11-25T04:57:16.119 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi142.front.sepia.ceph.com' 2023-11-25T04:57:16.119 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2023-11-25T04:57:16.120 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-25T04:57:16.188 DEBUG:teuthology.orchestra.run.smithi149:> true 2023-11-25T04:57:16.260 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi149.front.sepia.ceph.com' 2023-11-25T04:57:16.260 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2023-11-25T04:57:16.260 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-25T04:57:16.330 DEBUG:teuthology.orchestra.run.smithi196:> true 2023-11-25T04:57:16.396 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi196.front.sepia.ceph.com' 2023-11-25T04:57:16.396 INFO:teuthology.run_tasks:Running task clock... 2023-11-25T04:57:16.406 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-25T04:57:16.406 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-25T04:57:16.407 DEBUG:teuthology.orchestra.run.smithi142:> 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-25T04:57:16.409 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-25T04:57:16.409 DEBUG:teuthology.orchestra.run.smithi149:> 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-25T04:57:16.411 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-25T04:57:16.411 DEBUG:teuthology.orchestra.run.smithi196:> 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-25T04:57:16.441 INFO:teuthology.orchestra.run.smithi142.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-25T04:57:16.442 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-25T04:57:16.456 INFO:teuthology.orchestra.run.smithi142.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-25T04:57:16.458 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-25T04:57:16.471 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-25T04:57:16.486 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-25T04:57:16.519 INFO:teuthology.orchestra.run.smithi142.stderr:sudo: ntpd: command not found 2023-11-25T04:57:16.521 INFO:teuthology.orchestra.run.smithi149.stderr:sudo: ntpd: command not found 2023-11-25T04:57:16.531 INFO:teuthology.orchestra.run.smithi142.stdout:506 Cannot talk to daemon 2023-11-25T04:57:16.533 INFO:teuthology.orchestra.run.smithi149.stdout:506 Cannot talk to daemon 2023-11-25T04:57:16.549 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-25T04:57:16.550 INFO:teuthology.orchestra.run.smithi142.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-25T04:57:16.555 INFO:teuthology.orchestra.run.smithi196.stderr:sudo: ntpd: command not found 2023-11-25T04:57:16.560 INFO:teuthology.orchestra.run.smithi142.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-25T04:57:16.563 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-25T04:57:16.567 INFO:teuthology.orchestra.run.smithi196.stdout:506 Cannot talk to daemon 2023-11-25T04:57:16.582 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-25T04:57:16.595 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-25T04:57:16.645 INFO:teuthology.orchestra.run.smithi142.stderr:bash: ntpq: command not found 2023-11-25T04:57:16.645 INFO:teuthology.orchestra.run.smithi149.stderr:bash: ntpq: command not found 2023-11-25T04:57:16.648 INFO:teuthology.orchestra.run.smithi142.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-25T04:57:16.648 INFO:teuthology.orchestra.run.smithi142.stdout:=============================================================================== 2023-11-25T04:57:16.648 INFO:teuthology.orchestra.run.smithi142.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-25T04:57:16.648 INFO:teuthology.orchestra.run.smithi142.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-25T04:57:16.648 INFO:teuthology.orchestra.run.smithi142.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-25T04:57:16.649 INFO:teuthology.orchestra.run.smithi142.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-25T04:57:16.650 INFO:teuthology.orchestra.run.smithi149.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-25T04:57:16.650 INFO:teuthology.orchestra.run.smithi149.stdout:=============================================================================== 2023-11-25T04:57:16.650 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-25T04:57:16.650 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-25T04:57:16.650 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-25T04:57:16.650 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-25T04:57:16.661 INFO:teuthology.orchestra.run.smithi196.stderr:bash: ntpq: command not found 2023-11-25T04:57:16.664 INFO:teuthology.orchestra.run.smithi196.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-25T04:57:16.665 INFO:teuthology.orchestra.run.smithi196.stdout:=============================================================================== 2023-11-25T04:57:16.665 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-25T04:57:16.665 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-25T04:57:16.665 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-25T04:57:16.665 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-25T04:57:16.666 INFO:teuthology.run_tasks:Running task pexec... 2023-11-25T04:57:16.675 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-25T04:57:16.675 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi142.front.sepia.ceph.com 2023-11-25T04:57:16.676 DEBUG:teuthology.orchestra.run.smithi142:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-25T04:57:16.676 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi149.front.sepia.ceph.com 2023-11-25T04:57:16.676 DEBUG:teuthology.orchestra.run.smithi149:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-25T04:57:16.676 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi196.front.sepia.ceph.com 2023-11-25T04:57:16.676 DEBUG:teuthology.orchestra.run.smithi196:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-25T04:57:17.061 INFO:teuthology.orchestra.run.smithi149.stdout:Updating Subscription Management repositories. 2023-11-25T04:57:17.063 INFO:teuthology.orchestra.run.smithi142.stdout:Updating Subscription Management repositories. 2023-11-25T04:57:17.075 INFO:teuthology.orchestra.run.smithi196.stdout:Updating Subscription Management repositories. 2023-11-25T04:57:17.902 INFO:teuthology.orchestra.run.smithi142.stdout:Last metadata expiration check: 0:01:33 ago on Sat 25 Nov 2023 04:55:44 AM UTC. 2023-11-25T04:57:17.919 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:31 ago on Sat 25 Nov 2023 04:55:46 AM UTC. 2023-11-25T04:57:17.926 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:32 ago on Sat 25 Nov 2023 04:55:45 AM UTC. 2023-11-25T04:57:19.780 INFO:teuthology.orchestra.run.smithi142.stdout:Dependencies resolved. 2023-11-25T04:57:19.781 INFO:teuthology.orchestra.run.smithi142.stdout:================================================================================ 2023-11-25T04:57:19.781 INFO:teuthology.orchestra.run.smithi142.stdout: Package Architecture Version Repository Size 2023-11-25T04:57:19.781 INFO:teuthology.orchestra.run.smithi142.stdout:================================================================================ 2023-11-25T04:57:19.781 INFO:teuthology.orchestra.run.smithi142.stdout:Resetting modules: 2023-11-25T04:57:19.781 INFO:teuthology.orchestra.run.smithi142.stdout: container-tools 2023-11-25T04:57:19.781 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-25T04:57:19.781 INFO:teuthology.orchestra.run.smithi142.stdout:Transaction Summary 2023-11-25T04:57:19.781 INFO:teuthology.orchestra.run.smithi142.stdout:================================================================================ 2023-11-25T04:57:19.782 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-25T04:57:19.802 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2023-11-25T04:57:19.803 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2023-11-25T04:57:19.804 INFO:teuthology.orchestra.run.smithi196.stdout: Package Architecture Version Repository Size 2023-11-25T04:57:19.804 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2023-11-25T04:57:19.804 INFO:teuthology.orchestra.run.smithi196.stdout:Resetting modules: 2023-11-25T04:57:19.804 INFO:teuthology.orchestra.run.smithi196.stdout: container-tools 2023-11-25T04:57:19.804 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-11-25T04:57:19.804 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2023-11-25T04:57:19.804 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2023-11-25T04:57:19.804 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-11-25T04:57:19.821 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2023-11-25T04:57:19.822 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2023-11-25T04:57:19.822 INFO:teuthology.orchestra.run.smithi149.stdout: Package Architecture Version Repository Size 2023-11-25T04:57:19.822 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2023-11-25T04:57:19.822 INFO:teuthology.orchestra.run.smithi149.stdout:Resetting modules: 2023-11-25T04:57:19.822 INFO:teuthology.orchestra.run.smithi149.stdout: container-tools 2023-11-25T04:57:19.822 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-11-25T04:57:19.822 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2023-11-25T04:57:19.822 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2023-11-25T04:57:19.823 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-11-25T04:57:20.750 INFO:teuthology.orchestra.run.smithi142.stdout:Last metadata expiration check: 0:01:36 ago on Sat 25 Nov 2023 04:55:44 AM UTC. 2023-11-25T04:57:20.800 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:35 ago on Sat 25 Nov 2023 04:55:45 AM UTC. 2023-11-25T04:57:20.860 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:34 ago on Sat 25 Nov 2023 04:55:46 AM UTC. 2023-11-25T04:57:23.628 INFO:teuthology.orchestra.run.smithi142.stdout:Complete! 2023-11-25T04:57:23.774 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2023-11-25T04:57:23.795 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2023-11-25T04:57:24.241 INFO:teuthology.orchestra.run.smithi149.stdout:Updating Subscription Management repositories. 2023-11-25T04:57:24.257 INFO:teuthology.orchestra.run.smithi196.stdout:Updating Subscription Management repositories. 2023-11-25T04:57:24.355 INFO:teuthology.orchestra.run.smithi142.stdout:Updating Subscription Management repositories. 2023-11-25T04:57:25.039 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:39 ago on Sat 25 Nov 2023 04:55:45 AM UTC. 2023-11-25T04:57:25.060 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:38 ago on Sat 25 Nov 2023 04:55:46 AM UTC. 2023-11-25T04:57:25.162 INFO:teuthology.orchestra.run.smithi142.stdout:Last metadata expiration check: 0:01:40 ago on Sat 25 Nov 2023 04:55:44 AM UTC. 2023-11-25T04:57:26.769 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2023-11-25T04:57:26.860 INFO:teuthology.orchestra.run.smithi142.stdout:Dependencies resolved. 2023-11-25T04:57:26.862 INFO:teuthology.orchestra.run.smithi149.stdout:============================================================================================================ 2023-11-25T04:57:26.862 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2023-11-25T04:57:26.862 INFO:teuthology.orchestra.run.smithi149.stdout:============================================================================================================ 2023-11-25T04:57:26.862 INFO:teuthology.orchestra.run.smithi149.stdout:Installing group/module packages: 2023-11-25T04:57:26.862 INFO:teuthology.orchestra.run.smithi149.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-11-25T04:57:26.862 INFO:teuthology.orchestra.run.smithi149.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-11-25T04:57:26.862 INFO:teuthology.orchestra.run.smithi149.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-11-25T04:57:26.862 INFO:teuthology.orchestra.run.smithi149.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-11-25T04:57:26.862 INFO:teuthology.orchestra.run.smithi149.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-11-25T04:57:26.863 INFO:teuthology.orchestra.run.smithi149.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-11-25T04:57:26.863 INFO:teuthology.orchestra.run.smithi149.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-11-25T04:57:26.863 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2023-11-25T04:57:26.863 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-11-25T04:57:26.863 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-11-25T04:57:26.863 INFO:teuthology.orchestra.run.smithi149.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-25T04:57:26.863 INFO:teuthology.orchestra.run.smithi149.stdout:Installing module profiles: 2023-11-25T04:57:26.863 INFO:teuthology.orchestra.run.smithi149.stdout: container-tools/common 2023-11-25T04:57:26.863 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-11-25T04:57:26.863 INFO:teuthology.orchestra.run.smithi149.stdout:Enabling module streams: 2023-11-25T04:57:26.863 INFO:teuthology.orchestra.run.smithi149.stdout: container-tools rhel8 2023-11-25T04:57:26.863 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-11-25T04:57:26.864 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2023-11-25T04:57:26.864 INFO:teuthology.orchestra.run.smithi149.stdout:============================================================================================================ 2023-11-25T04:57:26.864 INFO:teuthology.orchestra.run.smithi149.stdout:Install 10 Packages 2023-11-25T04:57:26.864 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-11-25T04:57:26.864 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 18 M 2023-11-25T04:57:26.864 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 65 M 2023-11-25T04:57:26.864 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2023-11-25T04:57:26.929 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2023-11-25T04:57:26.947 INFO:teuthology.orchestra.run.smithi149.stdout:(1/10): yajl-2.1.0-10.el8.x86_64.rpm 499 kB/s | 41 kB 00:00 2023-11-25T04:57:26.957 INFO:teuthology.orchestra.run.smithi142.stdout:============================================================================================================ 2023-11-25T04:57:26.957 INFO:teuthology.orchestra.run.smithi142.stdout: Package Arch Version Repository Size 2023-11-25T04:57:26.957 INFO:teuthology.orchestra.run.smithi142.stdout:============================================================================================================ 2023-11-25T04:57:26.957 INFO:teuthology.orchestra.run.smithi142.stdout:Installing group/module packages: 2023-11-25T04:57:26.957 INFO:teuthology.orchestra.run.smithi142.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-11-25T04:57:26.957 INFO:teuthology.orchestra.run.smithi142.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-11-25T04:57:26.957 INFO:teuthology.orchestra.run.smithi142.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-11-25T04:57:26.957 INFO:teuthology.orchestra.run.smithi142.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-11-25T04:57:26.957 INFO:teuthology.orchestra.run.smithi142.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-11-25T04:57:26.957 INFO:teuthology.orchestra.run.smithi142.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-11-25T04:57:26.958 INFO:teuthology.orchestra.run.smithi142.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-11-25T04:57:26.958 INFO:teuthology.orchestra.run.smithi142.stdout:Installing dependencies: 2023-11-25T04:57:26.958 INFO:teuthology.orchestra.run.smithi142.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-11-25T04:57:26.958 INFO:teuthology.orchestra.run.smithi142.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-11-25T04:57:26.958 INFO:teuthology.orchestra.run.smithi142.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-25T04:57:26.958 INFO:teuthology.orchestra.run.smithi142.stdout:Installing module profiles: 2023-11-25T04:57:26.958 INFO:teuthology.orchestra.run.smithi142.stdout: container-tools/common 2023-11-25T04:57:26.958 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-25T04:57:26.958 INFO:teuthology.orchestra.run.smithi142.stdout:Enabling module streams: 2023-11-25T04:57:26.958 INFO:teuthology.orchestra.run.smithi142.stdout: container-tools rhel8 2023-11-25T04:57:26.958 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-25T04:57:26.958 INFO:teuthology.orchestra.run.smithi142.stdout:Transaction Summary 2023-11-25T04:57:26.959 INFO:teuthology.orchestra.run.smithi142.stdout:============================================================================================================ 2023-11-25T04:57:26.959 INFO:teuthology.orchestra.run.smithi142.stdout:Install 10 Packages 2023-11-25T04:57:26.959 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-25T04:57:26.959 INFO:teuthology.orchestra.run.smithi142.stdout:Total download size: 18 M 2023-11-25T04:57:26.959 INFO:teuthology.orchestra.run.smithi142.stdout:Installed size: 65 M 2023-11-25T04:57:26.959 INFO:teuthology.orchestra.run.smithi142.stdout:Downloading Packages: 2023-11-25T04:57:26.972 INFO:teuthology.orchestra.run.smithi149.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 232 kB/s | 25 kB 00:00 2023-11-25T04:57:26.997 INFO:teuthology.orchestra.run.smithi149.stdout:(3/10): udica-0.2.6-4.module+el8.6.0+16771+28df 986 kB/s | 49 kB 00:00 2023-11-25T04:57:27.022 INFO:teuthology.orchestra.run.smithi196.stdout:============================================================================================================ 2023-11-25T04:57:27.022 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2023-11-25T04:57:27.022 INFO:teuthology.orchestra.run.smithi196.stdout:============================================================================================================ 2023-11-25T04:57:27.022 INFO:teuthology.orchestra.run.smithi196.stdout:Installing group/module packages: 2023-11-25T04:57:27.022 INFO:teuthology.orchestra.run.smithi196.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-11-25T04:57:27.022 INFO:teuthology.orchestra.run.smithi196.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-11-25T04:57:27.022 INFO:teuthology.orchestra.run.smithi196.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-11-25T04:57:27.022 INFO:teuthology.orchestra.run.smithi196.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-11-25T04:57:27.023 INFO:teuthology.orchestra.run.smithi196.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-11-25T04:57:27.023 INFO:teuthology.orchestra.run.smithi196.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-11-25T04:57:27.023 INFO:teuthology.orchestra.run.smithi196.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-11-25T04:57:27.023 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2023-11-25T04:57:27.023 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-11-25T04:57:27.023 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-11-25T04:57:27.023 INFO:teuthology.orchestra.run.smithi196.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-25T04:57:27.023 INFO:teuthology.orchestra.run.smithi196.stdout:Installing module profiles: 2023-11-25T04:57:27.023 INFO:teuthology.orchestra.run.smithi196.stdout: container-tools/common 2023-11-25T04:57:27.023 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-11-25T04:57:27.023 INFO:teuthology.orchestra.run.smithi196.stdout:Enabling module streams: 2023-11-25T04:57:27.023 INFO:teuthology.orchestra.run.smithi196.stdout: container-tools rhel8 2023-11-25T04:57:27.024 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-11-25T04:57:27.024 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2023-11-25T04:57:27.024 INFO:teuthology.orchestra.run.smithi196.stdout:============================================================================================================ 2023-11-25T04:57:27.024 INFO:teuthology.orchestra.run.smithi196.stdout:Install 10 Packages 2023-11-25T04:57:27.024 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-11-25T04:57:27.024 INFO:teuthology.orchestra.run.smithi149.stdout:(4/10): python3-pyxdg-0.25-16.el8.noarch.rpm 595 kB/s | 94 kB 00:00 2023-11-25T04:57:27.025 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 18 M 2023-11-25T04:57:27.025 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 65 M 2023-11-25T04:57:27.025 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2023-11-25T04:57:27.030 INFO:teuthology.orchestra.run.smithi142.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 1.3 MB/s | 94 kB 00:00 2023-11-25T04:57:27.048 INFO:teuthology.orchestra.run.smithi142.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 282 kB/s | 25 kB 00:00 2023-11-25T04:57:27.056 INFO:teuthology.orchestra.run.smithi149.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.1 MB/s | 524 kB 00:00 2023-11-25T04:57:27.064 INFO:teuthology.orchestra.run.smithi142.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 388 kB/s | 41 kB 00:00 2023-11-25T04:57:27.081 INFO:teuthology.orchestra.run.smithi142.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 977 kB/s | 49 kB 00:00 2023-11-25T04:57:27.090 INFO:teuthology.orchestra.run.smithi149.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.2 MB/s | 149 kB 00:00 2023-11-25T04:57:27.116 INFO:teuthology.orchestra.run.smithi142.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 7.6 MB/s | 524 kB 00:00 2023-11-25T04:57:27.123 INFO:teuthology.orchestra.run.smithi149.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 3.1 MB/s | 213 kB 00:00 2023-11-25T04:57:27.140 INFO:teuthology.orchestra.run.smithi142.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-11-25T04:57:27.165 INFO:teuthology.orchestra.run.smithi142.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.2 MB/s | 213 kB 00:00 2023-11-25T04:57:27.232 INFO:teuthology.orchestra.run.smithi149.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 20 MB/s | 2.2 MB 00:00 2023-11-25T04:57:27.266 INFO:teuthology.orchestra.run.smithi142.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 22 MB/s | 2.2 MB 00:00 2023-11-25T04:57:27.332 INFO:teuthology.orchestra.run.smithi149.stdout:(9/10): buildah-1.26.2-1.module+el8.6.0+16771+2 24 MB/s | 8.0 MB 00:00 2023-11-25T04:57:27.383 INFO:teuthology.orchestra.run.smithi142.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 29 MB/s | 7.0 MB 00:00 2023-11-25T04:57:27.400 INFO:teuthology.orchestra.run.smithi196.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 250 kB/s | 94 kB 00:00 2023-11-25T04:57:27.415 INFO:teuthology.orchestra.run.smithi149.stdout:(10/10): skopeo-1.9.1-1.module+el8.6.0+16771+28 22 MB/s | 7.0 MB 00:00 2023-11-25T04:57:27.416 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2023-11-25T04:57:27.416 INFO:teuthology.orchestra.run.smithi149.stdout:Total 33 MB/s | 18 MB 00:00 2023-11-25T04:57:27.423 INFO:teuthology.orchestra.run.smithi196.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 62 kB/s | 25 kB 00:00 2023-11-25T04:57:27.440 INFO:teuthology.orchestra.run.smithi196.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 98 kB/s | 41 kB 00:00 2023-11-25T04:57:27.457 INFO:teuthology.orchestra.run.smithi196.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 879 kB/s | 49 kB 00:00 2023-11-25T04:57:27.466 INFO:teuthology.orchestra.run.smithi142.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 20 MB/s | 8.0 MB 00:00 2023-11-25T04:57:27.467 INFO:teuthology.orchestra.run.smithi142.stdout:-------------------------------------------------------------------------------- 2023-11-25T04:57:27.467 INFO:teuthology.orchestra.run.smithi142.stdout:Total 36 MB/s | 18 MB 00:00 2023-11-25T04:57:27.490 INFO:teuthology.orchestra.run.smithi196.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 7.6 MB/s | 524 kB 00:00 2023-11-25T04:57:27.515 INFO:teuthology.orchestra.run.smithi196.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-11-25T04:57:27.541 INFO:teuthology.orchestra.run.smithi196.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.1 MB/s | 213 kB 00:00 2023-11-25T04:57:27.616 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2023-11-25T04:57:27.635 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2023-11-25T04:57:27.635 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2023-11-25T04:57:27.641 INFO:teuthology.orchestra.run.smithi196.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 22 MB/s | 2.2 MB 00:00 2023-11-25T04:57:27.666 INFO:teuthology.orchestra.run.smithi142.stdout:Running transaction check 2023-11-25T04:57:27.685 INFO:teuthology.orchestra.run.smithi142.stdout:Transaction check succeeded. 2023-11-25T04:57:27.685 INFO:teuthology.orchestra.run.smithi142.stdout:Running transaction test 2023-11-25T04:57:27.758 INFO:teuthology.orchestra.run.smithi196.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 29 MB/s | 7.0 MB 00:00 2023-11-25T04:57:27.818 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2023-11-25T04:57:27.822 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2023-11-25T04:57:27.858 INFO:teuthology.orchestra.run.smithi196.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 19 MB/s | 8.0 MB 00:00 2023-11-25T04:57:27.859 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2023-11-25T04:57:27.859 INFO:teuthology.orchestra.run.smithi196.stdout:Total 22 MB/s | 18 MB 00:00 2023-11-25T04:57:27.866 INFO:teuthology.orchestra.run.smithi142.stdout:Transaction test succeeded. 2023-11-25T04:57:27.870 INFO:teuthology.orchestra.run.smithi142.stdout:Running transaction 2023-11-25T04:57:28.059 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2023-11-25T04:57:28.078 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2023-11-25T04:57:28.078 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2023-11-25T04:57:28.260 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2023-11-25T04:57:28.264 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2023-11-25T04:57:28.330 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2023-11-25T04:57:28.380 INFO:teuthology.orchestra.run.smithi142.stdout: Preparing : 1/1 2023-11-25T04:57:28.523 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-11-25T04:57:28.578 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-11-25T04:57:28.700 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-11-25T04:57:28.758 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2023-11-25T04:57:28.792 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-11-25T04:57:28.878 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-11-25T04:57:28.968 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-11-25T04:57:29.002 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-11-25T04:57:29.078 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-11-25T04:57:29.136 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-11-25T04:57:29.248 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-11-25T04:57:29.329 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-11-25T04:57:29.446 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-11-25T04:57:29.524 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-11-25T04:57:29.620 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-11-25T04:57:29.872 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-11-25T04:57:30.235 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-11-25T04:57:30.391 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-11-25T04:57:30.639 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-11-25T04:57:31.159 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-11-25T04:57:31.252 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-11-25T04:57:31.390 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-11-25T04:57:31.444 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-11-25T04:57:31.517 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-11-25T04:57:31.574 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-11-25T04:57:31.607 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-11-25T04:57:31.727 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-11-25T04:57:31.776 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-11-25T04:57:31.784 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-11-25T04:57:31.884 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-11-25T04:57:32.029 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-11-25T04:57:32.029 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-11-25T04:57:32.029 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-11-25T04:57:32.029 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-11-25T04:57:32.029 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-11-25T04:57:32.029 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-11-25T04:57:32.029 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-11-25T04:57:32.029 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-11-25T04:57:32.029 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-11-25T04:57:32.029 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-11-25T04:57:32.043 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-11-25T04:57:32.043 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-11-25T04:57:32.043 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-11-25T04:57:32.043 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-11-25T04:57:32.043 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-11-25T04:57:32.043 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-11-25T04:57:32.043 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-11-25T04:57:32.044 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-11-25T04:57:32.044 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-11-25T04:57:32.044 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-11-25T04:57:32.070 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-11-25T04:57:32.319 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-11-25T04:57:32.319 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-11-25T04:57:32.319 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-11-25T04:57:32.319 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-11-25T04:57:32.319 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-11-25T04:57:32.319 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-11-25T04:57:32.319 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-11-25T04:57:32.319 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-11-25T04:57:32.320 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-11-25T04:57:32.320 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-11-25T04:57:33.218 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-11-25T04:57:33.218 INFO:teuthology.orchestra.run.smithi142.stdout:Last metadata expiration check: 0:01:48 ago on Sat 25 Nov 2023 04:55:44 AM UTC. 2023-11-25T04:57:33.260 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-11-25T04:57:33.260 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:47 ago on Sat 25 Nov 2023 04:55:45 AM UTC. 2023-11-25T04:57:33.499 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-11-25T04:57:33.499 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:47 ago on Sat 25 Nov 2023 04:55:46 AM UTC. 2023-11-25T04:57:36.646 INFO:teuthology.orchestra.run.smithi142.stdout:Installed products updated. 2023-11-25T04:57:36.712 INFO:teuthology.orchestra.run.smithi149.stdout:Installed products updated. 2023-11-25T04:57:36.836 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-25T04:57:36.836 INFO:teuthology.orchestra.run.smithi142.stdout:Installed: 2023-11-25T04:57:36.836 INFO:teuthology.orchestra.run.smithi142.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-11-25T04:57:36.836 INFO:teuthology.orchestra.run.smithi142.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-11-25T04:57:36.836 INFO:teuthology.orchestra.run.smithi142.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-11-25T04:57:36.836 INFO:teuthology.orchestra.run.smithi142.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-11-25T04:57:36.836 INFO:teuthology.orchestra.run.smithi142.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-25T04:57:36.836 INFO:teuthology.orchestra.run.smithi142.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-25T04:57:36.836 INFO:teuthology.orchestra.run.smithi142.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-11-25T04:57:36.837 INFO:teuthology.orchestra.run.smithi142.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-11-25T04:57:36.837 INFO:teuthology.orchestra.run.smithi142.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-11-25T04:57:36.837 INFO:teuthology.orchestra.run.smithi142.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-25T04:57:36.837 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-25T04:57:36.837 INFO:teuthology.orchestra.run.smithi142.stdout:Complete! 2023-11-25T04:57:36.912 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-11-25T04:57:36.912 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2023-11-25T04:57:36.912 INFO:teuthology.orchestra.run.smithi149.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-11-25T04:57:36.912 INFO:teuthology.orchestra.run.smithi149.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-11-25T04:57:36.912 INFO:teuthology.orchestra.run.smithi149.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-11-25T04:57:36.912 INFO:teuthology.orchestra.run.smithi149.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-11-25T04:57:36.912 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-25T04:57:36.912 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-25T04:57:36.912 INFO:teuthology.orchestra.run.smithi149.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-11-25T04:57:36.913 INFO:teuthology.orchestra.run.smithi149.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-11-25T04:57:36.913 INFO:teuthology.orchestra.run.smithi149.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-11-25T04:57:36.913 INFO:teuthology.orchestra.run.smithi149.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-25T04:57:36.913 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-11-25T04:57:36.913 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2023-11-25T04:57:36.998 DEBUG:teuthology.parallel:result is None 2023-11-25T04:57:37.036 INFO:teuthology.orchestra.run.smithi196.stdout:Installed products updated. 2023-11-25T04:57:37.078 DEBUG:teuthology.parallel:result is None 2023-11-25T04:57:37.223 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-11-25T04:57:37.223 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2023-11-25T04:57:37.223 INFO:teuthology.orchestra.run.smithi196.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-11-25T04:57:37.223 INFO:teuthology.orchestra.run.smithi196.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-11-25T04:57:37.223 INFO:teuthology.orchestra.run.smithi196.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-11-25T04:57:37.223 INFO:teuthology.orchestra.run.smithi196.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-11-25T04:57:37.224 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-25T04:57:37.224 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-25T04:57:37.224 INFO:teuthology.orchestra.run.smithi196.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-11-25T04:57:37.224 INFO:teuthology.orchestra.run.smithi196.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-11-25T04:57:37.224 INFO:teuthology.orchestra.run.smithi196.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-11-25T04:57:37.224 INFO:teuthology.orchestra.run.smithi196.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-25T04:57:37.224 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-11-25T04:57:37.224 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2023-11-25T04:57:37.362 DEBUG:teuthology.parallel:result is None 2023-11-25T04:57:37.362 INFO:teuthology.run_tasks:Running task install... 2023-11-25T04:57:37.371 DEBUG:teuthology.task.install:project ceph 2023-11-25T04:57:37.371 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'ec928368edcc5fc71884a56fd9fd821b148f4e30'}} 2023-11-25T04:57:37.371 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'ec928368edcc5fc71884a56fd9fd821b148f4e30'} 2023-11-25T04:57:37.371 INFO:teuthology.task.install:Using flavor: default 2023-11-25T04:57:37.377 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-25T04:57:37.377 INFO:teuthology.task.install:extra packages: [] 2023-11-25T04:57:37.377 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': 'ec928368edcc5fc71884a56fd9fd821b148f4e30', 'tag': None, 'wait_for_package': False} 2023-11-25T04:57:37.378 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=ec928368edcc5fc71884a56fd9fd821b148f4e30 2023-11-25T04:57:37.379 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': 'ec928368edcc5fc71884a56fd9fd821b148f4e30', 'tag': None, 'wait_for_package': False} 2023-11-25T04:57:37.380 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=ec928368edcc5fc71884a56fd9fd821b148f4e30 2023-11-25T04:57:37.381 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': 'ec928368edcc5fc71884a56fd9fd821b148f4e30', 'tag': None, 'wait_for_package': False} 2023-11-25T04:57:37.381 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=ec928368edcc5fc71884a56fd9fd821b148f4e30 2023-11-25T04:57:37.522 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/ec928368edcc5fc71884a56fd9fd821b148f4e30/centos/8/flavors/default/ 2023-11-25T04:57:37.523 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7506.gec928368 2023-11-25T04:57:37.536 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/ec928368edcc5fc71884a56fd9fd821b148f4e30/centos/8/flavors/default/ 2023-11-25T04:57:37.536 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7506.gec928368 2023-11-25T04:57:37.597 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/ec928368edcc5fc71884a56fd9fd821b148f4e30/centos/8/flavors/default/ 2023-11-25T04:57:37.597 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7506.gec928368 2023-11-25T04:57:37.707 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/main/ec928368edcc5fc71884a56fd9fd821b148f4e30/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/main/ec928368edcc5fc71884a56fd9fd821b148f4e30/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/main/ec928368edcc5fc71884a56fd9fd821b148f4e30/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-25T04:57:37.708 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2023-11-25T04:57:37.708 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-25T04:57:37.719 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/main/ec928368edcc5fc71884a56fd9fd821b148f4e30/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/main/ec928368edcc5fc71884a56fd9fd821b148f4e30/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/main/ec928368edcc5fc71884a56fd9fd821b148f4e30/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-25T04:57:37.720 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2023-11-25T04:57:37.720 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-25T04:57:37.741 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-25T04:57:37.741 DEBUG:teuthology.orchestra.run.smithi142:> 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/ec928368edcc5fc71884a56fd9fd821b148f4e30/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-25T04:57:37.748 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-25T04:57:37.748 DEBUG:teuthology.orchestra.run.smithi196:> 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/ec928368edcc5fc71884a56fd9fd821b148f4e30/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-25T04:57:37.770 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/main/ec928368edcc5fc71884a56fd9fd821b148f4e30/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/main/ec928368edcc5fc71884a56fd9fd821b148f4e30/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/main/ec928368edcc5fc71884a56fd9fd821b148f4e30/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-11-25T04:57:37.771 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2023-11-25T04:57:37.771 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-11-25T04:57:37.800 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-25T04:57:37.800 DEBUG:teuthology.orchestra.run.smithi149:> 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/ec928368edcc5fc71884a56fd9fd821b148f4e30/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-11-25T04:57:37.810 DEBUG:teuthology.orchestra.run.smithi142:> 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-25T04:57:37.815 DEBUG:teuthology.orchestra.run.smithi196:> 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-25T04:57:37.869 DEBUG:teuthology.orchestra.run.smithi149:> 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-25T04:57:37.889 DEBUG:teuthology.orchestra.run.smithi142:> 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-25T04:57:37.892 DEBUG:teuthology.orchestra.run.smithi196:> 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-25T04:57:37.947 DEBUG:teuthology.orchestra.run.smithi149:> 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-25T04:57:37.955 INFO:teuthology.orchestra.run.smithi142.stdout:check_obsoletes = 1 2023-11-25T04:57:37.956 DEBUG:teuthology.orchestra.run.smithi142:> sudo yum clean all 2023-11-25T04:57:37.957 INFO:teuthology.orchestra.run.smithi196.stdout:check_obsoletes = 1 2023-11-25T04:57:37.958 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum clean all 2023-11-25T04:57:38.014 INFO:teuthology.orchestra.run.smithi149.stdout:check_obsoletes = 1 2023-11-25T04:57:38.015 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum clean all 2023-11-25T04:57:38.326 INFO:teuthology.orchestra.run.smithi142.stdout:Updating Subscription Management repositories. 2023-11-25T04:57:38.329 INFO:teuthology.orchestra.run.smithi196.stdout:Updating Subscription Management repositories. 2023-11-25T04:57:38.389 INFO:teuthology.orchestra.run.smithi149.stdout:Updating Subscription Management repositories. 2023-11-25T04:57:39.239 INFO:teuthology.orchestra.run.smithi196.stdout:44 files removed 2023-11-25T04:57:39.261 INFO:teuthology.orchestra.run.smithi149.stdout:44 files removed 2023-11-25T04:57:39.290 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-radosgw 2023-11-25T04:57:39.294 INFO:teuthology.orchestra.run.smithi142.stdout:44 files removed 2023-11-25T04:57:39.310 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-radosgw 2023-11-25T04:57:39.348 DEBUG:teuthology.orchestra.run.smithi142:> sudo yum -y install ceph-radosgw 2023-11-25T04:57:39.623 INFO:teuthology.orchestra.run.smithi196.stdout:Updating Subscription Management repositories. 2023-11-25T04:57:39.645 INFO:teuthology.orchestra.run.smithi149.stdout:Updating Subscription Management repositories. 2023-11-25T04:57:39.681 INFO:teuthology.orchestra.run.smithi142.stdout:Updating Subscription Management repositories. 2023-11-25T04:57:40.976 INFO:teuthology.orchestra.run.smithi149.stdout:ceph packages for x86_64 318 kB/s | 81 kB 00:00 2023-11-25T04:57:41.009 INFO:teuthology.orchestra.run.smithi196.stdout:ceph packages for x86_64 256 kB/s | 81 kB 00:00 2023-11-25T04:57:41.051 INFO:teuthology.orchestra.run.smithi142.stdout:ceph packages for x86_64 275 kB/s | 81 kB 00:00 2023-11-25T04:57:41.244 INFO:teuthology.orchestra.run.smithi149.stdout:ceph noarch packages 40 kB/s | 9.5 kB 00:00 2023-11-25T04:57:41.267 INFO:teuthology.orchestra.run.smithi196.stdout:ceph noarch packages 42 kB/s | 9.5 kB 00:00 2023-11-25T04:57:41.426 INFO:teuthology.orchestra.run.smithi142.stdout:ceph noarch packages 28 kB/s | 9.5 kB 00:00 2023-11-25T04:57:41.535 INFO:teuthology.orchestra.run.smithi149.stdout:ceph source packages 5.5 kB/s | 1.5 kB 00:00 2023-11-25T04:57:41.643 INFO:teuthology.orchestra.run.smithi196.stdout:ceph source packages 4.2 kB/s | 1.5 kB 00:00 2023-11-25T04:57:41.711 INFO:teuthology.orchestra.run.smithi149.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-11-25T04:57:41.794 INFO:teuthology.orchestra.run.smithi196.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-11-25T04:57:41.794 INFO:teuthology.orchestra.run.smithi142.stdout:ceph source packages 4.3 kB/s | 1.5 kB 00:00 2023-11-25T04:57:41.928 INFO:teuthology.orchestra.run.smithi142.stdout:Copr repo for python3-asyncssh owned by ceph 30 kB/s | 3.5 kB 00:00 2023-11-25T04:57:43.329 INFO:teuthology.orchestra.run.smithi142.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2023-11-25T04:57:43.378 INFO:teuthology.orchestra.run.smithi196.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2023-11-25T04:57:46.904 INFO:teuthology.orchestra.run.smithi142.stdout:lab-extras 177 kB/s | 24 kB 00:00 2023-11-25T04:57:47.069 INFO:teuthology.orchestra.run.smithi196.stdout:lab-extras 92 kB/s | 24 kB 00:00 2023-11-25T04:57:47.486 INFO:teuthology.orchestra.run.smithi149.stdout:Extra Packages for Enterprise Linux 2.8 MB/s | 16 MB 00:05 2023-11-25T04:57:47.772 INFO:teuthology.orchestra.run.smithi142.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 67 MB/s | 53 MB 00:00 2023-11-25T04:57:48.254 INFO:teuthology.orchestra.run.smithi196.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 43 MB/s | 47 MB 00:01 2023-11-25T04:57:51.078 INFO:teuthology.orchestra.run.smithi149.stdout:lab-extras 384 kB/s | 24 kB 00:00 2023-11-25T04:57:51.946 INFO:teuthology.orchestra.run.smithi149.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 59 MB/s | 47 MB 00:00 2023-11-25T04:57:56.064 INFO:teuthology.orchestra.run.smithi142.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 55 MB/s | 47 MB 00:00 2023-11-25T04:57:56.113 INFO:teuthology.orchestra.run.smithi196.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 66 MB/s | 53 MB 00:00 2023-11-25T04:57:59.955 INFO:teuthology.orchestra.run.smithi149.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 57 MB/s | 53 MB 00:00 2023-11-25T04:58:07.120 INFO:teuthology.orchestra.run.smithi142.stdout:Dependencies resolved. 2023-11-25T04:58:07.122 INFO:teuthology.orchestra.run.smithi142.stdout:==================================================================================================== 2023-11-25T04:58:07.122 INFO:teuthology.orchestra.run.smithi142.stdout: Package Arch Version Repository Size 2023-11-25T04:58:07.123 INFO:teuthology.orchestra.run.smithi142.stdout:==================================================================================================== 2023-11-25T04:58:07.123 INFO:teuthology.orchestra.run.smithi142.stdout:Installing: 2023-11-25T04:58:07.123 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-radosgw x86_64 2:18.0.0-7506.gec928368.el8 ceph 14 M 2023-11-25T04:58:07.123 INFO:teuthology.orchestra.run.smithi142.stdout:Upgrading: 2023-11-25T04:58:07.124 INFO:teuthology.orchestra.run.smithi142.stdout: librados2 x86_64 2:18.0.0-7506.gec928368.el8 ceph 3.8 M 2023-11-25T04:58:07.124 INFO:teuthology.orchestra.run.smithi142.stdout: librbd1 x86_64 2:18.0.0-7506.gec928368.el8 ceph 3.7 M 2023-11-25T04:58:07.124 INFO:teuthology.orchestra.run.smithi142.stdout:Installing dependencies: 2023-11-25T04:58:07.124 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-base x86_64 2:18.0.0-7506.gec928368.el8 ceph 5.4 M 2023-11-25T04:58:07.124 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-common x86_64 2:18.0.0-7506.gec928368.el8 ceph 23 M 2023-11-25T04:58:07.125 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-selinux x86_64 2:18.0.0-7506.gec928368.el8 ceph 24 k 2023-11-25T04:58:07.125 INFO:teuthology.orchestra.run.smithi142.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-25T04:58:07.125 INFO:teuthology.orchestra.run.smithi142.stdout: libcephfs2 x86_64 2:18.0.0-7506.gec928368.el8 ceph 841 k 2023-11-25T04:58:07.125 INFO:teuthology.orchestra.run.smithi142.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-25T04:58:07.125 INFO:teuthology.orchestra.run.smithi142.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-11-25T04:58:07.125 INFO:teuthology.orchestra.run.smithi142.stdout: libradosstriper1 x86_64 2:18.0.0-7506.gec928368.el8 ceph 517 k 2023-11-25T04:58:07.126 INFO:teuthology.orchestra.run.smithi142.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-11-25T04:58:07.126 INFO:teuthology.orchestra.run.smithi142.stdout: librgw2 x86_64 2:18.0.0-7506.gec928368.el8 ceph 6.9 M 2023-11-25T04:58:07.126 INFO:teuthology.orchestra.run.smithi142.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-25T04:58:07.126 INFO:teuthology.orchestra.run.smithi142.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-11-25T04:58:07.127 INFO:teuthology.orchestra.run.smithi142.stdout: python3-ceph-argparse x86_64 2:18.0.0-7506.gec928368.el8 ceph 45 k 2023-11-25T04:58:07.127 INFO:teuthology.orchestra.run.smithi142.stdout: python3-ceph-common x86_64 2:18.0.0-7506.gec928368.el8 ceph 129 k 2023-11-25T04:58:07.127 INFO:teuthology.orchestra.run.smithi142.stdout: python3-cephfs x86_64 2:18.0.0-7506.gec928368.el8 ceph 197 k 2023-11-25T04:58:07.127 INFO:teuthology.orchestra.run.smithi142.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-11-25T04:58:07.127 INFO:teuthology.orchestra.run.smithi142.stdout: python3-rados x86_64 2:18.0.0-7506.gec928368.el8 ceph 371 k 2023-11-25T04:58:07.127 INFO:teuthology.orchestra.run.smithi142.stdout: python3-rbd x86_64 2:18.0.0-7506.gec928368.el8 ceph 365 k 2023-11-25T04:58:07.128 INFO:teuthology.orchestra.run.smithi142.stdout: python3-rgw x86_64 2:18.0.0-7506.gec928368.el8 ceph 107 k 2023-11-25T04:58:07.128 INFO:teuthology.orchestra.run.smithi142.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-25T04:58:07.128 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-25T04:58:07.128 INFO:teuthology.orchestra.run.smithi142.stdout:Transaction Summary 2023-11-25T04:58:07.128 INFO:teuthology.orchestra.run.smithi142.stdout:==================================================================================================== 2023-11-25T04:58:07.128 INFO:teuthology.orchestra.run.smithi142.stdout:Install 21 Packages 2023-11-25T04:58:07.129 INFO:teuthology.orchestra.run.smithi142.stdout:Upgrade 2 Packages 2023-11-25T04:58:07.129 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-25T04:58:07.130 INFO:teuthology.orchestra.run.smithi142.stdout:Total download size: 62 M 2023-11-25T04:58:07.130 INFO:teuthology.orchestra.run.smithi142.stdout:Downloading Packages: 2023-11-25T04:58:07.289 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2023-11-25T04:58:07.291 INFO:teuthology.orchestra.run.smithi196.stdout:==================================================================================================== 2023-11-25T04:58:07.291 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2023-11-25T04:58:07.291 INFO:teuthology.orchestra.run.smithi196.stdout:==================================================================================================== 2023-11-25T04:58:07.291 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2023-11-25T04:58:07.292 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-radosgw x86_64 2:18.0.0-7506.gec928368.el8 ceph 14 M 2023-11-25T04:58:07.292 INFO:teuthology.orchestra.run.smithi196.stdout:Upgrading: 2023-11-25T04:58:07.292 INFO:teuthology.orchestra.run.smithi196.stdout: librados2 x86_64 2:18.0.0-7506.gec928368.el8 ceph 3.8 M 2023-11-25T04:58:07.292 INFO:teuthology.orchestra.run.smithi196.stdout: librbd1 x86_64 2:18.0.0-7506.gec928368.el8 ceph 3.7 M 2023-11-25T04:58:07.292 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2023-11-25T04:58:07.292 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-base x86_64 2:18.0.0-7506.gec928368.el8 ceph 5.4 M 2023-11-25T04:58:07.292 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-common x86_64 2:18.0.0-7506.gec928368.el8 ceph 23 M 2023-11-25T04:58:07.292 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-selinux x86_64 2:18.0.0-7506.gec928368.el8 ceph 24 k 2023-11-25T04:58:07.292 INFO:teuthology.orchestra.run.smithi196.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-25T04:58:07.292 INFO:teuthology.orchestra.run.smithi196.stdout: libcephfs2 x86_64 2:18.0.0-7506.gec928368.el8 ceph 841 k 2023-11-25T04:58:07.292 INFO:teuthology.orchestra.run.smithi196.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-25T04:58:07.292 INFO:teuthology.orchestra.run.smithi196.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-11-25T04:58:07.293 INFO:teuthology.orchestra.run.smithi196.stdout: libradosstriper1 x86_64 2:18.0.0-7506.gec928368.el8 ceph 517 k 2023-11-25T04:58:07.293 INFO:teuthology.orchestra.run.smithi196.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-11-25T04:58:07.293 INFO:teuthology.orchestra.run.smithi196.stdout: librgw2 x86_64 2:18.0.0-7506.gec928368.el8 ceph 6.9 M 2023-11-25T04:58:07.293 INFO:teuthology.orchestra.run.smithi196.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-25T04:58:07.293 INFO:teuthology.orchestra.run.smithi196.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-11-25T04:58:07.293 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ceph-argparse x86_64 2:18.0.0-7506.gec928368.el8 ceph 45 k 2023-11-25T04:58:07.293 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ceph-common x86_64 2:18.0.0-7506.gec928368.el8 ceph 129 k 2023-11-25T04:58:07.293 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cephfs x86_64 2:18.0.0-7506.gec928368.el8 ceph 197 k 2023-11-25T04:58:07.293 INFO:teuthology.orchestra.run.smithi196.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-11-25T04:58:07.293 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rados x86_64 2:18.0.0-7506.gec928368.el8 ceph 371 k 2023-11-25T04:58:07.293 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rbd x86_64 2:18.0.0-7506.gec928368.el8 ceph 365 k 2023-11-25T04:58:07.293 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rgw x86_64 2:18.0.0-7506.gec928368.el8 ceph 107 k 2023-11-25T04:58:07.293 INFO:teuthology.orchestra.run.smithi196.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-25T04:58:07.293 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-11-25T04:58:07.294 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2023-11-25T04:58:07.294 INFO:teuthology.orchestra.run.smithi196.stdout:==================================================================================================== 2023-11-25T04:58:07.294 INFO:teuthology.orchestra.run.smithi196.stdout:Install 21 Packages 2023-11-25T04:58:07.294 INFO:teuthology.orchestra.run.smithi196.stdout:Upgrade 2 Packages 2023-11-25T04:58:07.294 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-11-25T04:58:07.294 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 62 M 2023-11-25T04:58:07.294 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2023-11-25T04:58:08.273 INFO:teuthology.orchestra.run.smithi142.stdout:(1/23): ceph-base-18.0.0-7506.gec928368.el8.x86 5.5 MB/s | 5.4 MB 00:00 2023-11-25T04:58:08.348 INFO:teuthology.orchestra.run.smithi142.stdout:(2/23): ceph-selinux-18.0.0-7506.gec928368.el8. 324 kB/s | 24 kB 00:00 2023-11-25T04:58:08.515 INFO:teuthology.orchestra.run.smithi142.stdout:(3/23): libcephfs2-18.0.0-7506.gec928368.el8.x8 4.9 MB/s | 841 kB 00:00 2023-11-25T04:58:08.682 INFO:teuthology.orchestra.run.smithi142.stdout:(4/23): libradosstriper1-18.0.0-7506.gec928368. 3.0 MB/s | 517 kB 00:00 2023-11-25T04:58:09.540 INFO:teuthology.orchestra.run.smithi142.stdout:(5/23): ceph-radosgw-18.0.0-7506.gec928368.el8. 6.2 MB/s | 14 MB 00:02 2023-11-25T04:58:09.616 INFO:teuthology.orchestra.run.smithi142.stdout:(6/23): python3-ceph-argparse-18.0.0-7506.gec92 597 kB/s | 45 kB 00:00 2023-11-25T04:58:09.699 INFO:teuthology.orchestra.run.smithi142.stdout:(7/23): python3-ceph-common-18.0.0-7506.gec9283 1.5 MB/s | 129 kB 00:00 2023-11-25T04:58:09.783 INFO:teuthology.orchestra.run.smithi142.stdout:(8/23): python3-cephfs-18.0.0-7506.gec928368.el 2.3 MB/s | 197 kB 00:00 2023-11-25T04:58:09.875 INFO:teuthology.orchestra.run.smithi142.stdout:(9/23): python3-rados-18.0.0-7506.gec928368.el8 4.0 MB/s | 371 kB 00:00 2023-11-25T04:58:10.017 INFO:teuthology.orchestra.run.smithi142.stdout:(10/23): librgw2-18.0.0-7506.gec928368.el8.x86_ 5.2 MB/s | 6.9 MB 00:01 2023-11-25T04:58:10.042 INFO:teuthology.orchestra.run.smithi142.stdout:(11/23): python3-rbd-18.0.0-7506.gec928368.el8. 2.1 MB/s | 365 kB 00:00 2023-11-25T04:58:10.076 INFO:teuthology.orchestra.run.smithi142.stdout:(12/23): python3-rgw-18.0.0-7506.gec928368.el8. 1.8 MB/s | 107 kB 00:00 2023-11-25T04:58:10.210 INFO:teuthology.orchestra.run.smithi142.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 441 kB/s | 59 kB 00:00 2023-11-25T04:58:10.418 INFO:teuthology.orchestra.run.smithi142.stdout:(14/23): ceph-common-18.0.0-7506.gec928368.el8. 7.2 MB/s | 23 MB 00:03 2023-11-25T04:58:10.443 INFO:teuthology.orchestra.run.smithi142.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 321 kB/s | 75 kB 00:00 2023-11-25T04:58:10.477 INFO:teuthology.orchestra.run.smithi142.stdout:(16/23): gperftools-libs-2.7-9.el8.x86_64.rpm 704 kB/s | 306 kB 00:00 2023-11-25T04:58:10.519 INFO:teuthology.orchestra.run.smithi142.stdout:(17/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 660 kB/s | 47 kB 00:00 2023-11-25T04:58:10.544 INFO:teuthology.orchestra.run.smithi142.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 3.8 MB/s | 259 kB 00:00 2023-11-25T04:58:10.561 INFO:teuthology.orchestra.run.smithi142.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 1.0 MB/s | 44 kB 00:00 2023-11-25T04:58:10.586 INFO:teuthology.orchestra.run.smithi142.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 8.3 MB/s | 354 kB 00:00 2023-11-25T04:58:10.596 INFO:teuthology.orchestra.run.smithi196.stdout:(1/23): ceph-common-18.0.0-7506.gec928368.el8.x 7.0 MB/s | 23 MB 00:03 2023-11-25T04:58:10.672 INFO:teuthology.orchestra.run.smithi196.stdout:(2/23): ceph-base-18.0.0-7506.gec928368.el8.x86 1.6 MB/s | 5.4 MB 00:03 2023-11-25T04:58:10.697 INFO:teuthology.orchestra.run.smithi196.stdout:(3/23): ceph-selinux-18.0.0-7506.gec928368.el8. 243 kB/s | 24 kB 00:00 2023-11-25T04:58:10.704 INFO:teuthology.orchestra.run.smithi142.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 6.1 MB/s | 1.7 MB 00:00 2023-11-25T04:58:10.813 INFO:teuthology.orchestra.run.smithi196.stdout:(4/23): libradosstriper1-18.0.0-7506.gec928368. 4.3 MB/s | 517 kB 00:00 2023-11-25T04:58:10.937 INFO:teuthology.orchestra.run.smithi142.stdout:(22/23): librbd1-18.0.0-7506.gec928368.el8.x86_ 11 MB/s | 3.7 MB 00:00 2023-11-25T04:58:11.022 INFO:teuthology.orchestra.run.smithi196.stdout:(5/23): libcephfs2-18.0.0-7506.gec928368.el8.x8 2.3 MB/s | 841 kB 00:00 2023-11-25T04:58:11.046 INFO:teuthology.orchestra.run.smithi142.stdout:(23/23): librados2-18.0.0-7506.gec928368.el8.x8 7.8 MB/s | 3.8 MB 00:00 2023-11-25T04:58:11.050 INFO:teuthology.orchestra.run.smithi142.stdout:-------------------------------------------------------------------------------- 2023-11-25T04:58:11.050 INFO:teuthology.orchestra.run.smithi142.stdout:Total 16 MB/s | 62 MB 00:03 2023-11-25T04:58:11.089 INFO:teuthology.orchestra.run.smithi196.stdout:(6/23): python3-ceph-argparse-18.0.0-7506.gec92 673 kB/s | 45 kB 00:00 2023-11-25T04:58:11.095 INFO:teuthology.orchestra.run.smithi142.stdout:Running transaction check 2023-11-25T04:58:11.139 INFO:teuthology.orchestra.run.smithi142.stdout:Transaction check succeeded. 2023-11-25T04:58:11.140 INFO:teuthology.orchestra.run.smithi142.stdout:Running transaction test 2023-11-25T04:58:11.214 INFO:teuthology.orchestra.run.smithi196.stdout:(7/23): python3-ceph-common-18.0.0-7506.gec9283 1.0 MB/s | 129 kB 00:00 2023-11-25T04:58:11.269 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2023-11-25T04:58:11.273 INFO:teuthology.orchestra.run.smithi149.stdout:==================================================================================================== 2023-11-25T04:58:11.274 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2023-11-25T04:58:11.275 INFO:teuthology.orchestra.run.smithi149.stdout:==================================================================================================== 2023-11-25T04:58:11.275 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2023-11-25T04:58:11.276 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-radosgw x86_64 2:18.0.0-7506.gec928368.el8 ceph 14 M 2023-11-25T04:58:11.276 INFO:teuthology.orchestra.run.smithi149.stdout:Upgrading: 2023-11-25T04:58:11.277 INFO:teuthology.orchestra.run.smithi149.stdout: librados2 x86_64 2:18.0.0-7506.gec928368.el8 ceph 3.8 M 2023-11-25T04:58:11.278 INFO:teuthology.orchestra.run.smithi149.stdout: librbd1 x86_64 2:18.0.0-7506.gec928368.el8 ceph 3.7 M 2023-11-25T04:58:11.278 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2023-11-25T04:58:11.279 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-base x86_64 2:18.0.0-7506.gec928368.el8 ceph 5.4 M 2023-11-25T04:58:11.279 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-common x86_64 2:18.0.0-7506.gec928368.el8 ceph 23 M 2023-11-25T04:58:11.279 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-selinux x86_64 2:18.0.0-7506.gec928368.el8 ceph 24 k 2023-11-25T04:58:11.279 INFO:teuthology.orchestra.run.smithi149.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-11-25T04:58:11.279 INFO:teuthology.orchestra.run.smithi149.stdout: libcephfs2 x86_64 2:18.0.0-7506.gec928368.el8 ceph 841 k 2023-11-25T04:58:11.279 INFO:teuthology.orchestra.run.smithi149.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-11-25T04:58:11.279 INFO:teuthology.orchestra.run.smithi149.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-11-25T04:58:11.279 INFO:teuthology.orchestra.run.smithi149.stdout: libradosstriper1 x86_64 2:18.0.0-7506.gec928368.el8 ceph 517 k 2023-11-25T04:58:11.279 INFO:teuthology.orchestra.run.smithi149.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-11-25T04:58:11.280 INFO:teuthology.orchestra.run.smithi149.stdout: librgw2 x86_64 2:18.0.0-7506.gec928368.el8 ceph 6.9 M 2023-11-25T04:58:11.280 INFO:teuthology.orchestra.run.smithi149.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-11-25T04:58:11.280 INFO:teuthology.orchestra.run.smithi149.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-11-25T04:58:11.280 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ceph-argparse x86_64 2:18.0.0-7506.gec928368.el8 ceph 45 k 2023-11-25T04:58:11.280 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ceph-common x86_64 2:18.0.0-7506.gec928368.el8 ceph 129 k 2023-11-25T04:58:11.280 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cephfs x86_64 2:18.0.0-7506.gec928368.el8 ceph 197 k 2023-11-25T04:58:11.280 INFO:teuthology.orchestra.run.smithi149.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-11-25T04:58:11.280 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rados x86_64 2:18.0.0-7506.gec928368.el8 ceph 371 k 2023-11-25T04:58:11.280 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rbd x86_64 2:18.0.0-7506.gec928368.el8 ceph 365 k 2023-11-25T04:58:11.280 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rgw x86_64 2:18.0.0-7506.gec928368.el8 ceph 107 k 2023-11-25T04:58:11.280 INFO:teuthology.orchestra.run.smithi149.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-11-25T04:58:11.280 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-11-25T04:58:11.280 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2023-11-25T04:58:11.281 INFO:teuthology.orchestra.run.smithi149.stdout:==================================================================================================== 2023-11-25T04:58:11.281 INFO:teuthology.orchestra.run.smithi149.stdout:Install 21 Packages 2023-11-25T04:58:11.281 INFO:teuthology.orchestra.run.smithi149.stdout:Upgrade 2 Packages 2023-11-25T04:58:11.281 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-11-25T04:58:11.281 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 62 M 2023-11-25T04:58:11.281 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2023-11-25T04:58:11.348 INFO:teuthology.orchestra.run.smithi196.stdout:(8/23): librgw2-18.0.0-7506.gec928368.el8.x86_6 13 MB/s | 6.9 MB 00:00 2023-11-25T04:58:11.373 INFO:teuthology.orchestra.run.smithi196.stdout:(9/23): python3-cephfs-18.0.0-7506.gec928368.el 1.2 MB/s | 197 kB 00:00 2023-11-25T04:58:11.398 INFO:teuthology.orchestra.run.smithi196.stdout:(10/23): python3-rados-18.0.0-7506.gec928368.el 7.3 MB/s | 371 kB 00:00 2023-11-25T04:58:11.440 INFO:teuthology.orchestra.run.smithi196.stdout:(11/23): python3-rgw-18.0.0-7506.gec928368.el8. 2.5 MB/s | 107 kB 00:00 2023-11-25T04:58:11.482 INFO:teuthology.orchestra.run.smithi142.stdout:Transaction test succeeded. 2023-11-25T04:58:11.486 INFO:teuthology.orchestra.run.smithi142.stdout:Running transaction 2023-11-25T04:58:11.536 INFO:teuthology.orchestra.run.smithi196.stdout:(12/23): python3-rbd-18.0.0-7506.gec928368.el8. 2.2 MB/s | 365 kB 00:00 2023-11-25T04:58:11.607 INFO:teuthology.orchestra.run.smithi196.stdout:(13/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.8 MB/s | 306 kB 00:00 2023-11-25T04:58:11.641 INFO:teuthology.orchestra.run.smithi196.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 563 kB/s | 59 kB 00:00 2023-11-25T04:58:11.666 INFO:teuthology.orchestra.run.smithi196.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.3 MB/s | 75 kB 00:00 2023-11-25T04:58:11.725 INFO:teuthology.orchestra.run.smithi196.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 4.4 MB/s | 259 kB 00:00 2023-11-25T04:58:11.759 INFO:teuthology.orchestra.run.smithi196.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 1.3 MB/s | 44 kB 00:00 2023-11-25T04:58:11.800 INFO:teuthology.orchestra.run.smithi196.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 8.3 MB/s | 354 kB 00:00 2023-11-25T04:58:11.843 INFO:teuthology.orchestra.run.smithi196.stdout:(19/23): thrift-0.13.0-2.el8.x86_64.rpm 8.6 MB/s | 1.7 MB 00:00 2023-11-25T04:58:11.868 INFO:teuthology.orchestra.run.smithi196.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 697 kB/s | 47 kB 00:00 2023-11-25T04:58:12.097 INFO:teuthology.orchestra.run.smithi149.stdout:(1/23): ceph-base-18.0.0-7506.gec928368.el8.x86 7.9 MB/s | 5.4 MB 00:00 2023-11-25T04:58:12.172 INFO:teuthology.orchestra.run.smithi149.stdout:(2/23): ceph-selinux-18.0.0-7506.gec928368.el8. 325 kB/s | 24 kB 00:00 2023-11-25T04:58:12.389 INFO:teuthology.orchestra.run.smithi149.stdout:(3/23): libcephfs2-18.0.0-7506.gec928368.el8.x8 3.8 MB/s | 841 kB 00:00 2023-11-25T04:58:12.452 INFO:teuthology.orchestra.run.smithi196.stdout:(21/23): librbd1-18.0.0-7506.gec928368.el8.x86_ 6.4 MB/s | 3.7 MB 00:00 2023-11-25T04:58:12.556 INFO:teuthology.orchestra.run.smithi149.stdout:(4/23): libradosstriper1-18.0.0-7506.gec928368. 3.0 MB/s | 517 kB 00:00 2023-11-25T04:58:12.688 INFO:teuthology.orchestra.run.smithi142.stdout: Preparing : 1/1 2023-11-25T04:58:12.902 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-25T04:58:13.114 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-25T04:58:13.415 INFO:teuthology.orchestra.run.smithi149.stdout:(5/23): ceph-common-18.0.0-7506.gec928368.el8.x 11 MB/s | 23 MB 00:02 2023-11-25T04:58:13.465 INFO:teuthology.orchestra.run.smithi149.stdout:(6/23): python3-ceph-argparse-18.0.0-7506.gec92 897 kB/s | 45 kB 00:00 2023-11-25T04:58:13.521 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-25T04:58:13.524 INFO:teuthology.orchestra.run.smithi149.stdout:(7/23): python3-ceph-common-18.0.0-7506.gec9283 2.2 MB/s | 129 kB 00:00 2023-11-25T04:58:13.552 INFO:teuthology.orchestra.run.smithi196.stdout:(22/23): librados2-18.0.0-7506.gec928368.el8.x8 2.2 MB/s | 3.8 MB 00:01 2023-11-25T04:58:13.574 INFO:teuthology.orchestra.run.smithi149.stdout:(8/23): python3-cephfs-18.0.0-7506.gec928368.el 3.9 MB/s | 197 kB 00:00 2023-11-25T04:58:13.641 INFO:teuthology.orchestra.run.smithi149.stdout:(9/23): python3-rados-18.0.0-7506.gec928368.el8 5.4 MB/s | 371 kB 00:00 2023-11-25T04:58:13.697 INFO:teuthology.orchestra.run.smithi142.stdout: Upgrading : librados2-2:18.0.0-7506.gec928368.el8.x86_64 3/25 2023-11-25T04:58:13.708 INFO:teuthology.orchestra.run.smithi149.stdout:(10/23): python3-rbd-18.0.0-7506.gec928368.el8. 5.4 MB/s | 365 kB 00:00 2023-11-25T04:58:13.758 INFO:teuthology.orchestra.run.smithi149.stdout:(11/23): python3-rgw-18.0.0-7506.gec928368.el8. 2.1 MB/s | 107 kB 00:00 2023-11-25T04:58:13.809 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: librados2-2:18.0.0-7506.gec928368.el8.x86_64 3/25 2023-11-25T04:58:13.850 INFO:teuthology.orchestra.run.smithi149.stdout:(12/23): librgw2-18.0.0-7506.gec928368.el8.x86_ 5.4 MB/s | 6.9 MB 00:01 2023-11-25T04:58:14.011 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : python3-rados-2:18.0.0-7506.gec928368.el8.x86_64 4/25 2023-11-25T04:58:14.142 INFO:teuthology.orchestra.run.smithi149.stdout:(13/23): ceph-radosgw-18.0.0-7506.gec928368.el8 5.1 MB/s | 14 MB 00:02 2023-11-25T04:58:14.168 INFO:teuthology.orchestra.run.smithi149.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 188 kB/s | 59 kB 00:00 2023-11-25T04:58:14.210 INFO:teuthology.orchestra.run.smithi149.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 679 kB/s | 306 kB 00:00 2023-11-25T04:58:14.250 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-11-25T04:58:14.286 INFO:teuthology.orchestra.run.smithi149.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 4.3 MB/s | 259 kB 00:00 2023-11-25T04:58:14.319 INFO:teuthology.orchestra.run.smithi149.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 878 kB/s | 44 kB 00:00 2023-11-25T04:58:14.361 INFO:teuthology.orchestra.run.smithi149.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 8.3 MB/s | 354 kB 00:00 2023-11-25T04:58:14.386 INFO:teuthology.orchestra.run.smithi149.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 308 kB/s | 75 kB 00:00 2023-11-25T04:58:14.411 INFO:teuthology.orchestra.run.smithi149.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 931 kB/s | 47 kB 00:00 2023-11-25T04:58:14.430 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : libcephfs2-2:18.0.0-7506.gec928368.el8.x86_64 6/25 2023-11-25T04:58:14.619 INFO:teuthology.orchestra.run.smithi196.stdout:(23/23): ceph-radosgw-18.0.0-7506.gec928368.el8 1.9 MB/s | 14 MB 00:07 2023-11-25T04:58:14.621 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2023-11-25T04:58:14.621 INFO:teuthology.orchestra.run.smithi196.stdout:Total 8.4 MB/s | 62 MB 00:07 2023-11-25T04:58:14.668 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2023-11-25T04:58:14.712 INFO:teuthology.orchestra.run.smithi149.stdout:(21/23): librbd1-18.0.0-7506.gec928368.el8.x86_ 12 MB/s | 3.7 MB 00:00 2023-11-25T04:58:14.713 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2023-11-25T04:58:14.713 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2023-11-25T04:58:14.824 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: libcephfs2-2:18.0.0-7506.gec928368.el8.x86_64 6/25 2023-11-25T04:58:14.828 INFO:teuthology.orchestra.run.smithi149.stdout:(22/23): librados2-18.0.0-7506.gec928368.el8.x8 8.5 MB/s | 3.8 MB 00:00 2023-11-25T04:58:15.047 INFO:teuthology.orchestra.run.smithi142.stdout: Upgrading : librbd1-2:18.0.0-7506.gec928368.el8.x86_64 7/25 2023-11-25T04:58:15.050 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2023-11-25T04:58:15.053 INFO:teuthology.orchestra.run.smithi149.stdout:(23/23): thrift-0.13.0-2.el8.x86_64.rpm 2.0 MB/s | 1.7 MB 00:00 2023-11-25T04:58:15.054 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2023-11-25T04:58:15.058 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2023-11-25T04:58:15.058 INFO:teuthology.orchestra.run.smithi149.stdout:Total 16 MB/s | 62 MB 00:03 2023-11-25T04:58:15.104 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2023-11-25T04:58:15.138 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: librbd1-2:18.0.0-7506.gec928368.el8.x86_64 7/25 2023-11-25T04:58:15.149 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2023-11-25T04:58:15.150 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2023-11-25T04:58:15.322 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-11-25T04:58:15.387 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-11-25T04:58:15.503 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2023-11-25T04:58:15.506 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2023-11-25T04:58:16.163 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-11-25T04:58:16.211 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2023-11-25T04:58:16.313 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : librgw2-2:18.0.0-7506.gec928368.el8.x86_64 10/25 2023-11-25T04:58:16.382 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: librgw2-2:18.0.0-7506.gec928368.el8.x86_64 10/25 2023-11-25T04:58:16.459 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-25T04:58:16.524 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : python3-ceph-argparse-2:18.0.0-7506.gec928368.el8. 11/25 2023-11-25T04:58:16.648 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-25T04:58:16.683 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : python3-cephfs-2:18.0.0-7506.gec928368.el8.x86_64 12/25 2023-11-25T04:58:16.689 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2023-11-25T04:58:16.899 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : python3-rgw-2:18.0.0-7506.gec928368.el8.x86_64 13/25 2023-11-25T04:58:16.933 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-11-25T04:58:17.043 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-25T04:58:17.138 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-25T04:58:17.222 INFO:teuthology.orchestra.run.smithi196.stdout: Upgrading : librados2-2:18.0.0-7506.gec928368.el8.x86_64 3/25 2023-11-25T04:58:17.301 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librados2-2:18.0.0-7506.gec928368.el8.x86_64 3/25 2023-11-25T04:58:17.327 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : python3-rbd-2:18.0.0-7506.gec928368.el8.x86_64 14/25 2023-11-25T04:58:17.470 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-rados-2:18.0.0-7506.gec928368.el8.x86_64 4/25 2023-11-25T04:58:17.488 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : libradosstriper1-2:18.0.0-7506.gec928368.el8.x86_6 15/25 2023-11-25T04:58:17.546 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-11-25T04:58:17.547 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7506.gec928368.el8.x86_6 15/25 2023-11-25T04:58:17.698 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-11-25T04:58:17.734 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-11-25T04:58:17.763 INFO:teuthology.orchestra.run.smithi149.stdout: Upgrading : librados2-2:18.0.0-7506.gec928368.el8.x86_64 3/25 2023-11-25T04:58:17.862 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librados2-2:18.0.0-7506.gec928368.el8.x86_64 3/25 2023-11-25T04:58:17.883 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-11-25T04:58:17.939 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libcephfs2-2:18.0.0-7506.gec928368.el8.x86_64 6/25 2023-11-25T04:58:18.077 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-rados-2:18.0.0-7506.gec928368.el8.x86_64 4/25 2023-11-25T04:58:18.137 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-11-25T04:58:18.297 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : python3-ceph-common-2:18.0.0-7506.gec928368.el8.x8 19/25 2023-11-25T04:58:18.331 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: libcephfs2-2:18.0.0-7506.gec928368.el8.x86_64 6/25 2023-11-25T04:58:18.349 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-11-25T04:58:18.538 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libcephfs2-2:18.0.0-7506.gec928368.el8.x86_64 6/25 2023-11-25T04:58:18.539 INFO:teuthology.orchestra.run.smithi196.stdout: Upgrading : librbd1-2:18.0.0-7506.gec928368.el8.x86_64 7/25 2023-11-25T04:58:18.600 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librbd1-2:18.0.0-7506.gec928368.el8.x86_64 7/25 2023-11-25T04:58:18.804 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-11-25T04:58:18.934 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: libcephfs2-2:18.0.0-7506.gec928368.el8.x86_64 6/25 2023-11-25T04:58:19.179 INFO:teuthology.orchestra.run.smithi149.stdout: Upgrading : librbd1-2:18.0.0-7506.gec928368.el8.x86_64 7/25 2023-11-25T04:58:19.244 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librbd1-2:18.0.0-7506.gec928368.el8.x86_64 7/25 2023-11-25T04:58:19.339 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-25T04:58:19.462 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-11-25T04:58:19.680 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-25T04:58:20.003 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-25T04:58:20.189 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : librgw2-2:18.0.0-7506.gec928368.el8.x86_64 10/25 2023-11-25T04:58:20.238 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librgw2-2:18.0.0-7506.gec928368.el8.x86_64 10/25 2023-11-25T04:58:20.339 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-11-25T04:58:20.366 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-ceph-argparse-2:18.0.0-7506.gec928368.el8. 11/25 2023-11-25T04:58:20.525 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-cephfs-2:18.0.0-7506.gec928368.el8.x86_64 12/25 2023-11-25T04:58:20.529 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : librgw2-2:18.0.0-7506.gec928368.el8.x86_64 10/25 2023-11-25T04:58:20.598 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librgw2-2:18.0.0-7506.gec928368.el8.x86_64 10/25 2023-11-25T04:58:20.715 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-rgw-2:18.0.0-7506.gec928368.el8.x86_64 13/25 2023-11-25T04:58:20.749 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-ceph-argparse-2:18.0.0-7506.gec928368.el8. 11/25 2023-11-25T04:58:20.909 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-rbd-2:18.0.0-7506.gec928368.el8.x86_64 14/25 2023-11-25T04:58:20.915 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-cephfs-2:18.0.0-7506.gec928368.el8.x86_64 12/25 2023-11-25T04:58:21.055 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libradosstriper1-2:18.0.0-7506.gec928368.el8.x86_6 15/25 2023-11-25T04:58:21.125 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7506.gec928368.el8.x86_6 15/25 2023-11-25T04:58:21.164 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-rgw-2:18.0.0-7506.gec928368.el8.x86_64 13/25 2023-11-25T04:58:21.297 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-11-25T04:58:21.358 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-rbd-2:18.0.0-7506.gec928368.el8.x86_64 14/25 2023-11-25T04:58:21.478 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-11-25T04:58:21.520 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libradosstriper1-2:18.0.0-7506.gec928368.el8.x86_6 15/25 2023-11-25T04:58:21.603 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7506.gec928368.el8.x86_6 15/25 2023-11-25T04:58:21.706 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-11-25T04:58:21.872 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-ceph-common-2:18.0.0-7506.gec928368.el8.x8 19/25 2023-11-25T04:58:22.006 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-11-25T04:58:22.008 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 20/25 2023-11-25T04:58:22.213 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 20/25 2023-11-25T04:58:22.218 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-11-25T04:58:22.510 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-11-25T04:58:22.679 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-ceph-common-2:18.0.0-7506.gec928368.el8.x8 19/25 2023-11-25T04:58:22.808 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 20/25 2023-11-25T04:58:23.052 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : ceph-base-2:18.0.0-7506.gec928368.el8.x86_64 21/25 2023-11-25T04:58:23.134 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: ceph-base-2:18.0.0-7506.gec928368.el8.x86_64 21/25 2023-11-25T04:58:23.271 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : ceph-selinux-2:18.0.0-7506.gec928368.el8.x86_64 22/25 2023-11-25T04:58:25.552 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 20/25 2023-11-25T04:58:25.763 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 20/25 2023-11-25T04:58:26.374 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 20/25 2023-11-25T04:58:26.448 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 20/25 2023-11-25T04:58:26.609 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-base-2:18.0.0-7506.gec928368.el8.x86_64 21/25 2023-11-25T04:58:26.689 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-base-2:18.0.0-7506.gec928368.el8.x86_64 21/25 2023-11-25T04:58:26.720 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 20/25 2023-11-25T04:58:26.821 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-selinux-2:18.0.0-7506.gec928368.el8.x86_64 22/25 2023-11-25T04:58:27.306 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 20/25 2023-11-25T04:58:27.863 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-base-2:18.0.0-7506.gec928368.el8.x86_64 21/25 2023-11-25T04:58:27.953 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-base-2:18.0.0-7506.gec928368.el8.x86_64 21/25 2023-11-25T04:58:28.137 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-selinux-2:18.0.0-7506.gec928368.el8.x86_64 22/25 2023-11-25T04:58:41.651 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7506.gec928368.el8.x86_64 22/25 2023-11-25T04:58:41.651 INFO:teuthology.orchestra.run.smithi142.stdout:skipping the directory /sys 2023-11-25T04:58:41.652 INFO:teuthology.orchestra.run.smithi142.stdout:skipping the directory /proc 2023-11-25T04:58:41.652 INFO:teuthology.orchestra.run.smithi142.stdout:skipping the directory /dev 2023-11-25T04:58:41.652 INFO:teuthology.orchestra.run.smithi142.stdout:skipping the directory /run 2023-11-25T04:58:41.652 INFO:teuthology.orchestra.run.smithi142.stdout:skipping the directory /mnt 2023-11-25T04:58:41.652 INFO:teuthology.orchestra.run.smithi142.stdout:skipping the directory /var/tmp 2023-11-25T04:58:41.652 INFO:teuthology.orchestra.run.smithi142.stdout:skipping the directory /home 2023-11-25T04:58:41.652 INFO:teuthology.orchestra.run.smithi142.stdout:skipping the directory /tmp 2023-11-25T04:58:41.652 INFO:teuthology.orchestra.run.smithi142.stdout:skipping the directory /dev 2023-11-25T04:58:41.652 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-25T04:58:43.049 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : ceph-radosgw-2:18.0.0-7506.gec928368.el8.x86_64 23/25 2023-11-25T04:58:43.071 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7506.gec928368.el8.x86_64 23/25 2023-11-25T04:58:43.071 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-25T04:58:43.261 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-25T04:58:43.261 INFO:teuthology.orchestra.run.smithi142.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-25T04:58:43.852 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-25T04:58:43.853 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : ceph-base-2:18.0.0-7506.gec928368.el8.x86_64 1/25 2023-11-25T04:58:43.853 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 2/25 2023-11-25T04:58:43.853 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : ceph-radosgw-2:18.0.0-7506.gec928368.el8.x86_64 3/25 2023-11-25T04:58:43.853 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : ceph-selinux-2:18.0.0-7506.gec928368.el8.x86_64 4/25 2023-11-25T04:58:43.854 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : libcephfs2-2:18.0.0-7506.gec928368.el8.x86_64 5/25 2023-11-25T04:58:43.854 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : libradosstriper1-2:18.0.0-7506.gec928368.el8.x86_6 6/25 2023-11-25T04:58:43.854 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : librgw2-2:18.0.0-7506.gec928368.el8.x86_64 7/25 2023-11-25T04:58:43.854 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7506.gec928368.el8. 8/25 2023-11-25T04:58:43.854 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : python3-ceph-common-2:18.0.0-7506.gec928368.el8.x8 9/25 2023-11-25T04:58:43.854 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : python3-cephfs-2:18.0.0-7506.gec928368.el8.x86_64 10/25 2023-11-25T04:58:43.855 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : python3-rados-2:18.0.0-7506.gec928368.el8.x86_64 11/25 2023-11-25T04:58:43.855 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : python3-rbd-2:18.0.0-7506.gec928368.el8.x86_64 12/25 2023-11-25T04:58:43.855 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : python3-rgw-2:18.0.0-7506.gec928368.el8.x86_64 13/25 2023-11-25T04:58:43.855 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-11-25T04:58:43.855 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-11-25T04:58:43.855 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-11-25T04:58:43.855 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-11-25T04:58:43.856 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-11-25T04:58:43.856 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-11-25T04:58:43.856 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-11-25T04:58:43.856 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-11-25T04:58:43.856 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : librados2-2:18.0.0-7506.gec928368.el8.x86_64 22/25 2023-11-25T04:58:43.856 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-25T04:58:43.857 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : librbd1-2:18.0.0-7506.gec928368.el8.x86_64 24/25 2023-11-25T04:58:45.190 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-25T04:58:45.190 INFO:teuthology.orchestra.run.smithi142.stdout:Last metadata expiration check: 0:00:50 ago on Sat 25 Nov 2023 04:57:55 AM UTC. 2023-11-25T04:58:45.533 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7506.gec928368.el8.x86_64 22/25 2023-11-25T04:58:45.533 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /sys 2023-11-25T04:58:45.533 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /proc 2023-11-25T04:58:45.533 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /dev 2023-11-25T04:58:45.533 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /run 2023-11-25T04:58:45.533 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /mnt 2023-11-25T04:58:45.533 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /var/tmp 2023-11-25T04:58:45.533 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /home 2023-11-25T04:58:45.533 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /tmp 2023-11-25T04:58:45.533 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /dev 2023-11-25T04:58:45.533 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-11-25T04:58:46.938 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-radosgw-2:18.0.0-7506.gec928368.el8.x86_64 23/25 2023-11-25T04:58:46.959 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7506.gec928368.el8.x86_64 23/25 2023-11-25T04:58:46.959 INFO:teuthology.orchestra.run.smithi196.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-25T04:58:46.999 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7506.gec928368.el8.x86_64 22/25 2023-11-25T04:58:46.999 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /sys 2023-11-25T04:58:46.999 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /proc 2023-11-25T04:58:46.999 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /dev 2023-11-25T04:58:46.999 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /run 2023-11-25T04:58:46.999 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /mnt 2023-11-25T04:58:47.000 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /var/tmp 2023-11-25T04:58:47.000 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /home 2023-11-25T04:58:47.000 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /tmp 2023-11-25T04:58:47.000 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /dev 2023-11-25T04:58:47.000 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-11-25T04:58:47.169 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-25T04:58:47.169 INFO:teuthology.orchestra.run.smithi196.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-25T04:58:47.765 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-25T04:58:47.765 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-base-2:18.0.0-7506.gec928368.el8.x86_64 1/25 2023-11-25T04:58:47.765 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 2/25 2023-11-25T04:58:47.765 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-radosgw-2:18.0.0-7506.gec928368.el8.x86_64 3/25 2023-11-25T04:58:47.765 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-selinux-2:18.0.0-7506.gec928368.el8.x86_64 4/25 2023-11-25T04:58:47.765 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libcephfs2-2:18.0.0-7506.gec928368.el8.x86_64 5/25 2023-11-25T04:58:47.765 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libradosstriper1-2:18.0.0-7506.gec928368.el8.x86_6 6/25 2023-11-25T04:58:47.765 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librgw2-2:18.0.0-7506.gec928368.el8.x86_64 7/25 2023-11-25T04:58:47.765 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7506.gec928368.el8. 8/25 2023-11-25T04:58:47.766 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-ceph-common-2:18.0.0-7506.gec928368.el8.x8 9/25 2023-11-25T04:58:47.766 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-cephfs-2:18.0.0-7506.gec928368.el8.x86_64 10/25 2023-11-25T04:58:47.766 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-rados-2:18.0.0-7506.gec928368.el8.x86_64 11/25 2023-11-25T04:58:47.766 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-rbd-2:18.0.0-7506.gec928368.el8.x86_64 12/25 2023-11-25T04:58:47.766 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-rgw-2:18.0.0-7506.gec928368.el8.x86_64 13/25 2023-11-25T04:58:47.766 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-11-25T04:58:47.766 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-11-25T04:58:47.766 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-11-25T04:58:47.766 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-11-25T04:58:47.766 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-11-25T04:58:47.766 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-11-25T04:58:47.766 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-11-25T04:58:47.766 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-11-25T04:58:47.767 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librados2-2:18.0.0-7506.gec928368.el8.x86_64 22/25 2023-11-25T04:58:47.767 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-25T04:58:47.767 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librbd1-2:18.0.0-7506.gec928368.el8.x86_64 24/25 2023-11-25T04:58:48.011 INFO:teuthology.orchestra.run.smithi142.stdout:Installed products updated. 2023-11-25T04:58:48.201 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-25T04:58:48.201 INFO:teuthology.orchestra.run.smithi142.stdout:Upgraded: 2023-11-25T04:58:48.201 INFO:teuthology.orchestra.run.smithi142.stdout: librados2-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:48.202 INFO:teuthology.orchestra.run.smithi142.stdout: librbd1-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:48.202 INFO:teuthology.orchestra.run.smithi142.stdout:Installed: 2023-11-25T04:58:48.202 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-base-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:48.202 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:48.202 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-radosgw-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:48.202 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-selinux-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:48.202 INFO:teuthology.orchestra.run.smithi142.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-25T04:58:48.202 INFO:teuthology.orchestra.run.smithi142.stdout: libcephfs2-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:48.202 INFO:teuthology.orchestra.run.smithi142.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-25T04:58:48.202 INFO:teuthology.orchestra.run.smithi142.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-11-25T04:58:48.202 INFO:teuthology.orchestra.run.smithi142.stdout: libradosstriper1-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:48.202 INFO:teuthology.orchestra.run.smithi142.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-25T04:58:48.202 INFO:teuthology.orchestra.run.smithi142.stdout: librgw2-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:48.203 INFO:teuthology.orchestra.run.smithi142.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-25T04:58:48.203 INFO:teuthology.orchestra.run.smithi142.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-25T04:58:48.203 INFO:teuthology.orchestra.run.smithi142.stdout: python3-ceph-argparse-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:48.203 INFO:teuthology.orchestra.run.smithi142.stdout: python3-ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:48.203 INFO:teuthology.orchestra.run.smithi142.stdout: python3-cephfs-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:48.203 INFO:teuthology.orchestra.run.smithi142.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-25T04:58:48.203 INFO:teuthology.orchestra.run.smithi142.stdout: python3-rados-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:48.203 INFO:teuthology.orchestra.run.smithi142.stdout: python3-rbd-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:48.203 INFO:teuthology.orchestra.run.smithi142.stdout: python3-rgw-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:48.203 INFO:teuthology.orchestra.run.smithi142.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-25T04:58:48.203 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-25T04:58:48.203 INFO:teuthology.orchestra.run.smithi142.stdout:Complete! 2023-11-25T04:58:48.374 DEBUG:teuthology.orchestra.run.smithi142:> sudo yum -y install ceph-test 2023-11-25T04:58:48.410 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-radosgw-2:18.0.0-7506.gec928368.el8.x86_64 23/25 2023-11-25T04:58:48.432 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7506.gec928368.el8.x86_64 23/25 2023-11-25T04:58:48.432 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-25T04:58:48.627 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-11-25T04:58:48.627 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-25T04:58:48.722 INFO:teuthology.orchestra.run.smithi142.stdout:Updating Subscription Management repositories. 2023-11-25T04:58:49.096 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-25T04:58:49.096 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:54 ago on Sat 25 Nov 2023 04:57:55 AM UTC. 2023-11-25T04:58:49.263 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-11-25T04:58:49.263 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-base-2:18.0.0-7506.gec928368.el8.x86_64 1/25 2023-11-25T04:58:49.263 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 2/25 2023-11-25T04:58:49.263 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-radosgw-2:18.0.0-7506.gec928368.el8.x86_64 3/25 2023-11-25T04:58:49.263 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-selinux-2:18.0.0-7506.gec928368.el8.x86_64 4/25 2023-11-25T04:58:49.263 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libcephfs2-2:18.0.0-7506.gec928368.el8.x86_64 5/25 2023-11-25T04:58:49.263 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libradosstriper1-2:18.0.0-7506.gec928368.el8.x86_6 6/25 2023-11-25T04:58:49.263 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librgw2-2:18.0.0-7506.gec928368.el8.x86_64 7/25 2023-11-25T04:58:49.263 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7506.gec928368.el8. 8/25 2023-11-25T04:58:49.264 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-ceph-common-2:18.0.0-7506.gec928368.el8.x8 9/25 2023-11-25T04:58:49.264 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-cephfs-2:18.0.0-7506.gec928368.el8.x86_64 10/25 2023-11-25T04:58:49.264 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-rados-2:18.0.0-7506.gec928368.el8.x86_64 11/25 2023-11-25T04:58:49.264 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-rbd-2:18.0.0-7506.gec928368.el8.x86_64 12/25 2023-11-25T04:58:49.264 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-rgw-2:18.0.0-7506.gec928368.el8.x86_64 13/25 2023-11-25T04:58:49.264 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-11-25T04:58:49.264 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-11-25T04:58:49.264 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-11-25T04:58:49.264 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-11-25T04:58:49.264 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-11-25T04:58:49.264 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-11-25T04:58:49.264 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-11-25T04:58:49.264 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-11-25T04:58:49.265 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librados2-2:18.0.0-7506.gec928368.el8.x86_64 22/25 2023-11-25T04:58:49.265 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-11-25T04:58:49.265 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librbd1-2:18.0.0-7506.gec928368.el8.x86_64 24/25 2023-11-25T04:58:50.197 INFO:teuthology.orchestra.run.smithi142.stdout:Last metadata expiration check: 0:00:55 ago on Sat 25 Nov 2023 04:57:55 AM UTC. 2023-11-25T04:58:50.620 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-11-25T04:58:50.621 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:51 ago on Sat 25 Nov 2023 04:57:59 AM UTC. 2023-11-25T04:58:51.563 INFO:teuthology.orchestra.run.smithi142.stdout:Dependencies resolved. 2023-11-25T04:58:51.564 INFO:teuthology.orchestra.run.smithi142.stdout:============================================================================================ 2023-11-25T04:58:51.564 INFO:teuthology.orchestra.run.smithi142.stdout: Package Arch Version Repository Size 2023-11-25T04:58:51.564 INFO:teuthology.orchestra.run.smithi142.stdout:============================================================================================ 2023-11-25T04:58:51.564 INFO:teuthology.orchestra.run.smithi142.stdout:Installing: 2023-11-25T04:58:51.564 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-test x86_64 2:18.0.0-7506.gec928368.el8 ceph 49 M 2023-11-25T04:58:51.564 INFO:teuthology.orchestra.run.smithi142.stdout:Installing dependencies: 2023-11-25T04:58:51.565 INFO:teuthology.orchestra.run.smithi142.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-11-25T04:58:51.565 INFO:teuthology.orchestra.run.smithi142.stdout: libcephsqlite x86_64 2:18.0.0-7506.gec928368.el8 ceph 183 k 2023-11-25T04:58:51.565 INFO:teuthology.orchestra.run.smithi142.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-11-25T04:58:51.565 INFO:teuthology.orchestra.run.smithi142.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-11-25T04:58:51.565 INFO:teuthology.orchestra.run.smithi142.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-11-25T04:58:51.565 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-25T04:58:51.565 INFO:teuthology.orchestra.run.smithi142.stdout:Transaction Summary 2023-11-25T04:58:51.565 INFO:teuthology.orchestra.run.smithi142.stdout:============================================================================================ 2023-11-25T04:58:51.565 INFO:teuthology.orchestra.run.smithi142.stdout:Install 6 Packages 2023-11-25T04:58:51.565 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-25T04:58:51.566 INFO:teuthology.orchestra.run.smithi142.stdout:Total download size: 50 M 2023-11-25T04:58:51.566 INFO:teuthology.orchestra.run.smithi142.stdout:Installed size: 223 M 2023-11-25T04:58:51.566 INFO:teuthology.orchestra.run.smithi142.stdout:Downloading Packages: 2023-11-25T04:58:51.610 INFO:teuthology.orchestra.run.smithi142.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.6 MB/s | 70 kB 00:00 2023-11-25T04:58:51.677 INFO:teuthology.orchestra.run.smithi142.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 5.4 MB/s | 323 kB 00:00 2023-11-25T04:58:51.719 INFO:teuthology.orchestra.run.smithi142.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.5 MB/s | 187 kB 00:00 2023-11-25T04:58:51.760 INFO:teuthology.orchestra.run.smithi142.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-11-25T04:58:51.894 INFO:teuthology.orchestra.run.smithi142.stdout:(5/6): libcephsqlite-18.0.0-7506.gec928368.el8. 559 kB/s | 183 kB 00:00 2023-11-25T04:58:52.225 INFO:teuthology.orchestra.run.smithi196.stdout:Installed products updated. 2023-11-25T04:58:52.413 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-11-25T04:58:52.413 INFO:teuthology.orchestra.run.smithi196.stdout:Upgraded: 2023-11-25T04:58:52.414 INFO:teuthology.orchestra.run.smithi196.stdout: librados2-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:52.414 INFO:teuthology.orchestra.run.smithi196.stdout: librbd1-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:52.414 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2023-11-25T04:58:52.414 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-base-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:52.414 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:52.414 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-radosgw-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:52.414 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-selinux-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:52.414 INFO:teuthology.orchestra.run.smithi196.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-25T04:58:52.414 INFO:teuthology.orchestra.run.smithi196.stdout: libcephfs2-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:52.414 INFO:teuthology.orchestra.run.smithi196.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-25T04:58:52.414 INFO:teuthology.orchestra.run.smithi196.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-11-25T04:58:52.414 INFO:teuthology.orchestra.run.smithi196.stdout: libradosstriper1-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:52.415 INFO:teuthology.orchestra.run.smithi196.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-25T04:58:52.415 INFO:teuthology.orchestra.run.smithi196.stdout: librgw2-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:52.415 INFO:teuthology.orchestra.run.smithi196.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-25T04:58:52.415 INFO:teuthology.orchestra.run.smithi196.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-25T04:58:52.415 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ceph-argparse-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:52.415 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:52.415 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cephfs-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:52.415 INFO:teuthology.orchestra.run.smithi196.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-25T04:58:52.415 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rados-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:52.415 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rbd-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:52.415 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rgw-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:52.415 INFO:teuthology.orchestra.run.smithi196.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-25T04:58:52.416 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-11-25T04:58:52.416 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2023-11-25T04:58:52.602 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-test 2023-11-25T04:58:52.950 INFO:teuthology.orchestra.run.smithi196.stdout:Updating Subscription Management repositories. 2023-11-25T04:58:52.988 INFO:teuthology.orchestra.run.smithi149.stdout:Installed products updated. 2023-11-25T04:58:53.178 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-11-25T04:58:53.178 INFO:teuthology.orchestra.run.smithi149.stdout:Upgraded: 2023-11-25T04:58:53.179 INFO:teuthology.orchestra.run.smithi149.stdout: librados2-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:53.179 INFO:teuthology.orchestra.run.smithi149.stdout: librbd1-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:53.179 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2023-11-25T04:58:53.179 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-base-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:53.179 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:53.179 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-radosgw-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:53.179 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-selinux-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:53.179 INFO:teuthology.orchestra.run.smithi149.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-11-25T04:58:53.179 INFO:teuthology.orchestra.run.smithi149.stdout: libcephfs2-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:53.179 INFO:teuthology.orchestra.run.smithi149.stdout: liboath-2.6.2-3.el8.x86_64 2023-11-25T04:58:53.179 INFO:teuthology.orchestra.run.smithi149.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-11-25T04:58:53.179 INFO:teuthology.orchestra.run.smithi149.stdout: libradosstriper1-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:53.180 INFO:teuthology.orchestra.run.smithi149.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-11-25T04:58:53.180 INFO:teuthology.orchestra.run.smithi149.stdout: librgw2-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:53.180 INFO:teuthology.orchestra.run.smithi149.stdout: libunwind-1.3.1-3.el8.x86_64 2023-11-25T04:58:53.180 INFO:teuthology.orchestra.run.smithi149.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-11-25T04:58:53.180 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ceph-argparse-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:53.180 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ceph-common-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:53.180 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cephfs-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:53.180 INFO:teuthology.orchestra.run.smithi149.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-11-25T04:58:53.180 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rados-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:53.180 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rbd-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:53.180 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rgw-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:58:53.180 INFO:teuthology.orchestra.run.smithi149.stdout: thrift-0.13.0-2.el8.x86_64 2023-11-25T04:58:53.180 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-11-25T04:58:53.181 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2023-11-25T04:58:53.378 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-test 2023-11-25T04:58:53.728 INFO:teuthology.orchestra.run.smithi149.stdout:Updating Subscription Management repositories. 2023-11-25T04:58:53.760 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:58 ago on Sat 25 Nov 2023 04:57:55 AM UTC. 2023-11-25T04:58:53.944 INFO:teuthology.orchestra.run.smithi142.stdout:(6/6): ceph-test-18.0.0-7506.gec928368.el8.x86_ 21 MB/s | 49 MB 00:02 2023-11-25T04:58:53.947 INFO:teuthology.orchestra.run.smithi142.stdout:-------------------------------------------------------------------------------- 2023-11-25T04:58:53.947 INFO:teuthology.orchestra.run.smithi142.stdout:Total 21 MB/s | 50 MB 00:02 2023-11-25T04:58:53.985 INFO:teuthology.orchestra.run.smithi142.stdout:Running transaction check 2023-11-25T04:58:54.007 INFO:teuthology.orchestra.run.smithi142.stdout:Transaction check succeeded. 2023-11-25T04:58:54.007 INFO:teuthology.orchestra.run.smithi142.stdout:Running transaction test 2023-11-25T04:58:54.277 INFO:teuthology.orchestra.run.smithi142.stdout:Transaction test succeeded. 2023-11-25T04:58:54.281 INFO:teuthology.orchestra.run.smithi142.stdout:Running transaction 2023-11-25T04:58:54.549 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:55 ago on Sat 25 Nov 2023 04:57:59 AM UTC. 2023-11-25T04:58:54.731 INFO:teuthology.orchestra.run.smithi142.stdout: Preparing : 1/1 2023-11-25T04:58:54.865 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-25T04:58:54.957 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-25T04:58:55.153 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-11-25T04:58:55.215 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2023-11-25T04:58:55.284 INFO:teuthology.orchestra.run.smithi196.stdout:============================================================================================ 2023-11-25T04:58:55.285 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2023-11-25T04:58:55.285 INFO:teuthology.orchestra.run.smithi196.stdout:============================================================================================ 2023-11-25T04:58:55.285 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2023-11-25T04:58:55.285 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-test x86_64 2:18.0.0-7506.gec928368.el8 ceph 49 M 2023-11-25T04:58:55.285 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2023-11-25T04:58:55.285 INFO:teuthology.orchestra.run.smithi196.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-11-25T04:58:55.285 INFO:teuthology.orchestra.run.smithi196.stdout: libcephsqlite x86_64 2:18.0.0-7506.gec928368.el8 ceph 183 k 2023-11-25T04:58:55.285 INFO:teuthology.orchestra.run.smithi196.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-11-25T04:58:55.285 INFO:teuthology.orchestra.run.smithi196.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-11-25T04:58:55.285 INFO:teuthology.orchestra.run.smithi196.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-11-25T04:58:55.285 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-11-25T04:58:55.286 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2023-11-25T04:58:55.286 INFO:teuthology.orchestra.run.smithi196.stdout:============================================================================================ 2023-11-25T04:58:55.286 INFO:teuthology.orchestra.run.smithi196.stdout:Install 6 Packages 2023-11-25T04:58:55.286 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-11-25T04:58:55.286 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 50 M 2023-11-25T04:58:55.287 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 223 M 2023-11-25T04:58:55.287 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2023-11-25T04:58:55.287 INFO:teuthology.orchestra.run.smithi196.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.6 MB/s | 70 kB 00:00 2023-11-25T04:58:55.313 INFO:teuthology.orchestra.run.smithi196.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 5.1 MB/s | 323 kB 00:00 2023-11-25T04:58:55.325 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-11-25T04:58:55.355 INFO:teuthology.orchestra.run.smithi196.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-11-25T04:58:55.397 INFO:teuthology.orchestra.run.smithi196.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-11-25T04:58:55.455 INFO:teuthology.orchestra.run.smithi196.stdout:(5/6): libcephsqlite-18.0.0-7506.gec928368.el8. 776 kB/s | 183 kB 00:00 2023-11-25T04:58:55.464 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-11-25T04:58:55.599 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : libcephsqlite-2:18.0.0-7506.gec928368.el8.x86_64 5/6 2023-11-25T04:58:55.925 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2023-11-25T04:58:55.926 INFO:teuthology.orchestra.run.smithi149.stdout:============================================================================================ 2023-11-25T04:58:55.926 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2023-11-25T04:58:55.926 INFO:teuthology.orchestra.run.smithi149.stdout:============================================================================================ 2023-11-25T04:58:55.927 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2023-11-25T04:58:55.927 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-test x86_64 2:18.0.0-7506.gec928368.el8 ceph 49 M 2023-11-25T04:58:55.927 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2023-11-25T04:58:55.927 INFO:teuthology.orchestra.run.smithi149.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-11-25T04:58:55.927 INFO:teuthology.orchestra.run.smithi149.stdout: libcephsqlite x86_64 2:18.0.0-7506.gec928368.el8 ceph 183 k 2023-11-25T04:58:55.927 INFO:teuthology.orchestra.run.smithi149.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-11-25T04:58:55.927 INFO:teuthology.orchestra.run.smithi149.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-11-25T04:58:55.927 INFO:teuthology.orchestra.run.smithi149.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-11-25T04:58:55.927 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-11-25T04:58:55.927 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2023-11-25T04:58:55.927 INFO:teuthology.orchestra.run.smithi149.stdout:============================================================================================ 2023-11-25T04:58:55.927 INFO:teuthology.orchestra.run.smithi149.stdout:Install 6 Packages 2023-11-25T04:58:55.928 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-11-25T04:58:55.928 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 50 M 2023-11-25T04:58:55.928 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 223 M 2023-11-25T04:58:55.928 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2023-11-25T04:58:55.975 INFO:teuthology.orchestra.run.smithi149.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.5 MB/s | 70 kB 00:00 2023-11-25T04:58:56.042 INFO:teuthology.orchestra.run.smithi149.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.7 MB/s | 323 kB 00:00 2023-11-25T04:58:56.084 INFO:teuthology.orchestra.run.smithi149.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-11-25T04:58:56.127 INFO:teuthology.orchestra.run.smithi149.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.8 MB/s | 202 kB 00:00 2023-11-25T04:58:56.534 INFO:teuthology.orchestra.run.smithi149.stdout:(5/6): libcephsqlite-18.0.0-7506.gec928368.el8. 302 kB/s | 183 kB 00:00 2023-11-25T04:58:57.813 INFO:teuthology.orchestra.run.smithi196.stdout:(6/6): ceph-test-18.0.0-7506.gec928368.el8.x86_ 19 MB/s | 49 MB 00:02 2023-11-25T04:58:57.816 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2023-11-25T04:58:57.816 INFO:teuthology.orchestra.run.smithi196.stdout:Total 19 MB/s | 50 MB 00:02 2023-11-25T04:58:57.853 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2023-11-25T04:58:57.875 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2023-11-25T04:58:57.875 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2023-11-25T04:58:58.150 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2023-11-25T04:58:58.154 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2023-11-25T04:58:58.609 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2023-11-25T04:58:58.732 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-25T04:58:58.823 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-25T04:58:59.002 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-11-25T04:58:59.165 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-11-25T04:58:59.313 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-11-25T04:58:59.448 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libcephsqlite-2:18.0.0-7506.gec928368.el8.x86_64 5/6 2023-11-25T04:59:00.274 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7506.gec928368.el8.x86_64 5/6 2023-11-25T04:59:00.276 INFO:teuthology.orchestra.run.smithi149.stdout:(6/6): ceph-test-18.0.0-7506.gec928368.el8.x86_ 11 MB/s | 49 MB 00:04 2023-11-25T04:59:00.278 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2023-11-25T04:59:00.278 INFO:teuthology.orchestra.run.smithi149.stdout:Total 12 MB/s | 50 MB 00:04 2023-11-25T04:59:00.316 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2023-11-25T04:59:00.337 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2023-11-25T04:59:00.337 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2023-11-25T04:59:00.503 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : ceph-test-2:18.0.0-7506.gec928368.el8.x86_64 6/6 2023-11-25T04:59:00.610 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2023-11-25T04:59:00.614 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2023-11-25T04:59:00.714 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: ceph-test-2:18.0.0-7506.gec928368.el8.x86_64 6/6 2023-11-25T04:59:00.714 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : ceph-test-2:18.0.0-7506.gec928368.el8.x86_64 1/6 2023-11-25T04:59:00.714 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : libcephsqlite-2:18.0.0-7506.gec928368.el8.x86_64 2/6 2023-11-25T04:59:00.714 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-11-25T04:59:00.714 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-11-25T04:59:00.714 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-11-25T04:59:01.091 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2023-11-25T04:59:01.231 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-25T04:59:01.321 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-11-25T04:59:01.543 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-11-25T04:59:01.706 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-11-25T04:59:01.802 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-11-25T04:59:01.802 INFO:teuthology.orchestra.run.smithi142.stdout:Last metadata expiration check: 0:01:06 ago on Sat 25 Nov 2023 04:57:55 AM UTC. 2023-11-25T04:59:01.863 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-11-25T04:59:02.014 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libcephsqlite-2:18.0.0-7506.gec928368.el8.x86_64 5/6 2023-11-25T04:59:04.139 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7506.gec928368.el8.x86_64 5/6 2023-11-25T04:59:04.239 INFO:teuthology.orchestra.run.smithi142.stdout:Installed products updated. 2023-11-25T04:59:04.353 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-test-2:18.0.0-7506.gec928368.el8.x86_64 6/6 2023-11-25T04:59:04.424 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-25T04:59:04.424 INFO:teuthology.orchestra.run.smithi142.stdout:Installed: 2023-11-25T04:59:04.424 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-test-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:59:04.424 INFO:teuthology.orchestra.run.smithi142.stdout: jq-1.6-3.el8.x86_64 2023-11-25T04:59:04.424 INFO:teuthology.orchestra.run.smithi142.stdout: libcephsqlite-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:59:04.424 INFO:teuthology.orchestra.run.smithi142.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-25T04:59:04.424 INFO:teuthology.orchestra.run.smithi142.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-25T04:59:04.424 INFO:teuthology.orchestra.run.smithi142.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-25T04:59:04.424 INFO:teuthology.orchestra.run.smithi142.stdout: 2023-11-25T04:59:04.425 INFO:teuthology.orchestra.run.smithi142.stdout:Complete! 2023-11-25T04:59:04.566 DEBUG:teuthology.orchestra.run.smithi142:> sudo yum -y install ceph 2023-11-25T04:59:04.577 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-test-2:18.0.0-7506.gec928368.el8.x86_64 6/6 2023-11-25T04:59:04.577 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-test-2:18.0.0-7506.gec928368.el8.x86_64 1/6 2023-11-25T04:59:04.577 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libcephsqlite-2:18.0.0-7506.gec928368.el8.x86_64 2/6 2023-11-25T04:59:04.578 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-11-25T04:59:04.578 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-11-25T04:59:04.578 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-11-25T04:59:04.901 INFO:teuthology.orchestra.run.smithi142.stdout:Updating Subscription Management repositories. 2023-11-25T04:59:05.648 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-11-25T04:59:05.649 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:10 ago on Sat 25 Nov 2023 04:57:55 AM UTC. 2023-11-25T04:59:05.749 INFO:teuthology.orchestra.run.smithi142.stdout:Last metadata expiration check: 0:01:10 ago on Sat 25 Nov 2023 04:57:55 AM UTC. 2023-11-25T04:59:06.776 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7506.gec928368.el8.x86_64 5/6 2023-11-25T04:59:07.044 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-test-2:18.0.0-7506.gec928368.el8.x86_64 6/6 2023-11-25T04:59:07.219 INFO:teuthology.orchestra.run.smithi142.stderr:Error: 2023-11-25T04:59:07.219 INFO:teuthology.orchestra.run.smithi142.stderr: Problem: conflicting requests 2023-11-25T04:59:07.219 INFO:teuthology.orchestra.run.smithi142.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:59:07.219 INFO:teuthology.orchestra.run.smithi142.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-11-25T04:59:07.284 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-test-2:18.0.0-7506.gec928368.el8.x86_64 6/6 2023-11-25T04:59:07.284 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-test-2:18.0.0-7506.gec928368.el8.x86_64 1/6 2023-11-25T04:59:07.284 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libcephsqlite-2:18.0.0-7506.gec928368.el8.x86_64 2/6 2023-11-25T04:59:07.284 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-11-25T04:59:07.285 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-11-25T04:59:07.285 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-11-25T04:59:07.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-25T04:59:07.300 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi142 with status 1: 'sudo yum -y install ceph' 2023-11-25T04:59:07.301 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/install/__init__.py", line 622, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi142 with status 1: 'sudo yum -y install ceph' 2023-11-25T04:59:07.373 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=00252e019b304585999359151a67866d Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/install/__init__.py", line 622, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi142 with status 1: 'sudo yum -y install ceph' 2023-11-25T04:59:07.377 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-11-25T04:59:07.388 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-25T04:59:07.397 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-25T04:59:07.397 DEBUG:teuthology.orchestra.run.smithi142:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-25T04:59:07.419 DEBUG:teuthology.orchestra.run.smithi149:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-25T04:59:07.421 DEBUG:teuthology.orchestra.run.smithi196:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-25T04:59:07.426 INFO:teuthology.orchestra.run.smithi142.stderr:bash: ntpq: command not found 2023-11-25T04:59:07.430 INFO:teuthology.orchestra.run.smithi142.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-25T04:59:07.430 INFO:teuthology.orchestra.run.smithi142.stdout:=============================================================================== 2023-11-25T04:59:07.430 INFO:teuthology.orchestra.run.smithi142.stdout:^* hv01.front.sepia.ceph.com 3 6 37 40 +476us[ +473us] +/- 51ms 2023-11-25T04:59:07.430 INFO:teuthology.orchestra.run.smithi142.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 40 -680us[ -683us] +/- 59ms 2023-11-25T04:59:07.431 INFO:teuthology.orchestra.run.smithi142.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 40 +143us[ +141us] +/- 66ms 2023-11-25T04:59:07.431 INFO:teuthology.orchestra.run.smithi142.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-11-25T04:59:07.434 INFO:teuthology.orchestra.run.smithi149.stderr:bash: ntpq: command not found 2023-11-25T04:59:07.438 INFO:teuthology.orchestra.run.smithi196.stderr:bash: ntpq: command not found 2023-11-25T04:59:07.439 INFO:teuthology.orchestra.run.smithi149.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-25T04:59:07.439 INFO:teuthology.orchestra.run.smithi149.stdout:=============================================================================== 2023-11-25T04:59:07.439 INFO:teuthology.orchestra.run.smithi149.stdout:^* hv01.front.sepia.ceph.com 3 6 37 40 +504us[ +485us] +/- 51ms 2023-11-25T04:59:07.440 INFO:teuthology.orchestra.run.smithi149.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 39 -652us[ -652us] +/- 59ms 2023-11-25T04:59:07.440 INFO:teuthology.orchestra.run.smithi149.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 40 +165us[ +146us] +/- 66ms 2023-11-25T04:59:07.440 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-11-25T04:59:07.442 INFO:teuthology.orchestra.run.smithi196.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-25T04:59:07.443 INFO:teuthology.orchestra.run.smithi196.stdout:=============================================================================== 2023-11-25T04:59:07.443 INFO:teuthology.orchestra.run.smithi196.stdout:^* hv01.front.sepia.ceph.com 3 6 37 39 +466us[ +482us] +/- 51ms 2023-11-25T04:59:07.443 INFO:teuthology.orchestra.run.smithi196.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 40 -667us[ -650us] +/- 59ms 2023-11-25T04:59:07.443 INFO:teuthology.orchestra.run.smithi196.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 40 +137us[ +153us] +/- 66ms 2023-11-25T04:59:07.443 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-11-25T04:59:07.444 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-25T04:59:07.453 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-25T04:59:07.454 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-25T04:59:07.530 DEBUG:teuthology.orchestra.run.smithi142:> 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-25T04:59:07.626 DEBUG:teuthology.orchestra.run.smithi149:> 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-25T04:59:07.763 DEBUG:teuthology.orchestra.run.smithi196:> 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-25T04:59:07.861 DEBUG:teuthology.orchestra.run.smithi142:> 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-25T04:59:07.892 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-25T04:59:07.893 DEBUG:teuthology.orchestra.run.smithi149:> 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-25T04:59:07.924 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-25T04:59:07.925 DEBUG:teuthology.orchestra.run.smithi196:> 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-25T04:59:07.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-25T04:59:07.957 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-25T04:59:07.966 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-25T04:59:07.975 INFO:teuthology.task.internal:Duration was 666.685961 seconds 2023-11-25T04:59:07.975 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-25T04:59:07.986 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-25T04:59:07.987 DEBUG:teuthology.orchestra.run.smithi142:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-25T04:59:07.989 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-25T04:59:07.991 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-25T04:59:08.032 INFO:teuthology.orchestra.run.smithi142.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-25T04:59:08.037 INFO:teuthology.orchestra.run.smithi149.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-25T04:59:08.043 INFO:teuthology.orchestra.run.smithi196.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-25T04:59:08.251 INFO:teuthology.orchestra.run.smithi196.stdout:Installed products updated. 2023-11-25T04:59:08.349 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-11-25T04:59:08.349 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:09 ago on Sat 25 Nov 2023 04:57:59 AM UTC. 2023-11-25T04:59:08.427 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-25T04:59:08.427 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi142.front.sepia.ceph.com 2023-11-25T04:59:08.427 DEBUG:teuthology.orchestra.run.smithi142:> 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-25T04:59:08.436 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-11-25T04:59:08.436 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2023-11-25T04:59:08.436 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-test-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:59:08.436 INFO:teuthology.orchestra.run.smithi196.stdout: jq-1.6-3.el8.x86_64 2023-11-25T04:59:08.436 INFO:teuthology.orchestra.run.smithi196.stdout: libcephsqlite-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:59:08.437 INFO:teuthology.orchestra.run.smithi196.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-25T04:59:08.437 INFO:teuthology.orchestra.run.smithi196.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-25T04:59:08.437 INFO:teuthology.orchestra.run.smithi196.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-25T04:59:08.437 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-11-25T04:59:08.437 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2023-11-25T04:59:08.448 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi149.front.sepia.ceph.com 2023-11-25T04:59:08.448 DEBUG:teuthology.orchestra.run.smithi149:> 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-25T04:59:08.470 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi196.front.sepia.ceph.com 2023-11-25T04:59:08.470 DEBUG:teuthology.orchestra.run.smithi196:> 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-25T04:59:08.492 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-25T04:59:08.492 DEBUG:teuthology.orchestra.run.smithi142:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-25T04:59:08.494 DEBUG:teuthology.orchestra.run.smithi149:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-25T04:59:08.512 DEBUG:teuthology.orchestra.run.smithi196:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-25T04:59:08.572 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-25T04:59:08.572 DEBUG:teuthology.orchestra.run.smithi142:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-25T04:59:08.574 DEBUG:teuthology.orchestra.run.smithi149:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-25T04:59:08.588 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph 2023-11-25T04:59:08.590 DEBUG:teuthology.orchestra.run.smithi196:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-25T04:59:08.697 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-25T04:59:08.707 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-25T04:59:08.708 DEBUG:teuthology.orchestra.run.smithi142:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-25T04:59:08.737 DEBUG:teuthology.orchestra.run.smithi149:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-25T04:59:08.782 DEBUG:teuthology.orchestra.run.smithi196:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-25T04:59:08.820 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-25T04:59:08.833 DEBUG:teuthology.orchestra.run.smithi142:> 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-25T04:59:08.835 DEBUG:teuthology.orchestra.run.smithi149:> 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-25T04:59:08.837 DEBUG:teuthology.orchestra.run.smithi196:> 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-25T04:59:08.859 INFO:teuthology.orchestra.run.smithi142.stdout:kernel.core_pattern = core 2023-11-25T04:59:08.861 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern = core 2023-11-25T04:59:08.887 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern = core 2023-11-25T04:59:08.907 DEBUG:teuthology.orchestra.run.smithi142:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-25T04:59:08.929 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-25T04:59:08.929 DEBUG:teuthology.orchestra.run.smithi149:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-25T04:59:08.944 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-25T04:59:08.945 DEBUG:teuthology.orchestra.run.smithi196:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-25T04:59:08.965 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-25T04:59:08.965 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-25T04:59:08.978 INFO:teuthology.task.internal:Transferring archived files... 2023-11-25T04:59:08.979 DEBUG:teuthology.misc:Transferring archived files from smithi142:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-24_21:18:30-rados-main-distro-default-smithi/7466201/remote/smithi142 2023-11-25T04:59:08.980 DEBUG:teuthology.orchestra.run.smithi142:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-25T04:59:08.991 INFO:teuthology.orchestra.run.smithi196.stdout:Updating Subscription Management repositories. 2023-11-25T04:59:09.057 DEBUG:teuthology.misc:Transferring archived files from smithi149:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-24_21:18:30-rados-main-distro-default-smithi/7466201/remote/smithi149 2023-11-25T04:59:09.058 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-25T04:59:09.119 DEBUG:teuthology.misc:Transferring archived files from smithi196:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-24_21:18:30-rados-main-distro-default-smithi/7466201/remote/smithi196 2023-11-25T04:59:09.119 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-25T04:59:09.181 INFO:teuthology.task.internal:Removing archive directory... 2023-11-25T04:59:09.181 DEBUG:teuthology.orchestra.run.smithi142:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-25T04:59:09.184 DEBUG:teuthology.orchestra.run.smithi149:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-25T04:59:09.186 DEBUG:teuthology.orchestra.run.smithi196:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-25T04:59:09.202 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-25T04:59:09.214 INFO:teuthology.task.internal:Not uploading archives. 2023-11-25T04:59:09.214 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-25T04:59:09.229 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-25T04:59:09.230 DEBUG:teuthology.orchestra.run.smithi142:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-25T04:59:09.241 DEBUG:teuthology.orchestra.run.smithi149:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-25T04:59:09.244 DEBUG:teuthology.orchestra.run.smithi196:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-25T04:59:09.255 INFO:teuthology.orchestra.run.smithi142.stdout: 262170 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 25 04:59 /home/ubuntu/cephtest 2023-11-25T04:59:09.260 INFO:teuthology.orchestra.run.smithi149.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 25 04:59 /home/ubuntu/cephtest 2023-11-25T04:59:09.263 INFO:teuthology.orchestra.run.smithi196.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 25 04:59 /home/ubuntu/cephtest 2023-11-25T04:59:09.264 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-25T04:59:09.277 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-25T04:59:09.312 INFO:teuthology.nuke:Checking targets against current locks 2023-11-25T04:59:09.339 DEBUG:teuthology.nuke:shortname: smithi142 2023-11-25T04:59:09.339 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-25T04:59:09.363 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi142.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-24_21:18:30-rados-main-distro-default-smithi/7466201', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-25 04:42:30.479401', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-25T04:59:09.369 DEBUG:teuthology.nuke:shortname: smithi149 2023-11-25T04:59:09.369 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-25T04:59:09.392 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi149.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-24_21:18:30-rados-main-distro-default-smithi/7466201', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-25 04:42:30.475973', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-25T04:59:09.399 DEBUG:teuthology.nuke:shortname: smithi196 2023-11-25T04:59:09.399 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-25T04:59:09.426 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi196.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-24_21:18:30-rados-main-distro-default-smithi/7466201', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-25 04:42:30.477827', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-11-25T04:59:09.433 INFO:teuthology.orchestra.console.smithi142:Power off 2023-11-25T04:59:09.433 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-25T04:59:09.460 DEBUG:teuthology.orchestra.console.smithi142:power off output: Chassis Power Control: Down/Off 2023-11-25T04:59:09.461 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-25T04:59:09.477 INFO:teuthology.orchestra.console.smithi149:Power off 2023-11-25T04:59:09.477 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-25T04:59:09.489 DEBUG:teuthology.orchestra.console.smithi142:check power output: Chassis Power is on 2023-11-25T04:59:09.498 DEBUG:teuthology.orchestra.console.smithi149:power off output: Chassis Power Control: Down/Off 2023-11-25T04:59:09.498 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-25T04:59:09.518 INFO:teuthology.orchestra.console.smithi196:Power off 2023-11-25T04:59:09.518 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-25T04:59:09.527 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2023-11-25T04:59:09.539 DEBUG:teuthology.orchestra.console.smithi196:power off output: Chassis Power Control: Down/Off 2023-11-25T04:59:09.539 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-25T04:59:09.562 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is on 2023-11-25T04:59:09.815 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:14 ago on Sat 25 Nov 2023 04:57:55 AM UTC. 2023-11-25T04:59:10.736 INFO:teuthology.orchestra.run.smithi149.stdout:Installed products updated. 2023-11-25T04:59:12.997 INFO:teuthology.orchestra.run.smithi196.stderr:Error: 2023-11-25T04:59:12.998 INFO:teuthology.orchestra.run.smithi196.stderr: Problem: conflicting requests 2023-11-25T04:59:12.998 INFO:teuthology.orchestra.run.smithi196.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:59:12.998 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-25T04:59:13.000 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-11-25T04:59:13.000 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2023-11-25T04:59:13.000 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-test-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:59:13.000 INFO:teuthology.orchestra.run.smithi149.stdout: jq-1.6-3.el8.x86_64 2023-11-25T04:59:13.000 INFO:teuthology.orchestra.run.smithi149.stdout: libcephsqlite-2:18.0.0-7506.gec928368.el8.x86_64 2023-11-25T04:59:13.000 INFO:teuthology.orchestra.run.smithi149.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-11-25T04:59:13.000 INFO:teuthology.orchestra.run.smithi149.stdout: socat-1.7.4.1-1.el8.x86_64 2023-11-25T04:59:13.000 INFO:teuthology.orchestra.run.smithi149.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-11-25T04:59:13.001 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-11-25T04:59:13.001 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2023-11-25T04:59:13.001 INFO:teuthology.orchestra.run.smithi196.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-11-25T04:59:13.001 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph 2023-11-25T04:59:13.242 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-25T04:59:13.490 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-25T04:59:13.528 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-25T04:59:13.563 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-25T04:59:13.603 DEBUG:teuthology.orchestra.console.smithi142:check power output: Chassis Power is on 2023-11-25T04:59:13.637 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2023-11-25T04:59:13.673 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is on 2023-11-25T04:59:17.606 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-25T04:59:17.638 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-25T04:59:17.674 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-25T04:59:17.717 DEBUG:teuthology.orchestra.console.smithi142:check power output: Chassis Power is on 2023-11-25T04:59:17.749 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2023-11-25T04:59:17.785 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is off 2023-11-25T04:59:17.885 INFO:teuthology.orchestra.console.smithi196:Power off completed 2023-11-25T04:59:21.721 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-25T04:59:21.750 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-25T04:59:21.831 DEBUG:teuthology.orchestra.console.smithi142:check power output: Chassis Power is off 2023-11-25T04:59:21.859 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is off 2023-11-25T04:59:21.932 INFO:teuthology.orchestra.console.smithi142:Power off completed 2023-11-25T04:59:21.960 INFO:teuthology.orchestra.console.smithi149:Power off completed 2023-11-25T04:59:22.064 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/on mon_election/classic task/test_set_mon_crush_locations} duration: 666.6859607696533 failure_reason: 'Command failed on smithi142 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=00252e019b304585999359151a67866d status: fail success: false 2023-11-25T04:59:22.065 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-25T04:59:22.145 INFO:teuthology.run:FAIL