2023-12-01T17:02:12.305 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-01T17:02:12.305 DEBUG:teuthology.run:Teuthology command: teuthology --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-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473843 --verbose --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473843/orig.config.yaml 2023-12-01T17:02:12.336 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T17:02:12.421 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473843 branch: wip-neorados-learning-from-experience 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: '7473843' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-neorados-learning-from-experience 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: d710c09d2ffe0f0858468330fd3d69f1f4506222 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d710c09d2ffe0f0858468330fd3d69f1f4506222 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-neorados-learning-from-experience sha1: d710c09d2ffe0f0858468330fd3d69f1f4506222 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: 5183 sha1: d710c09d2ffe0f0858468330fd3d69f1f4506222 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-neorados-learning-from-experience suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_d710c09d2ffe0f0858468330fd3d69f1f4506222/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: d710c09d2ffe0f0858468330fd3d69f1f4506222 targets: smithi078.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi191.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi195.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 0x7f923cc79ee0>, signals=[15]) 2023-12-01T17:02:12.890 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T17:02:12.896 INFO:teuthology.task.internal:Opening connections... 2023-12-01T17:02:12.897 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi078.front.sepia.ceph.com 2023-12-01T17:02:12.898 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T17:02:12.967 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi191.front.sepia.ceph.com 2023-12-01T17:02:12.967 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T17:02:13.034 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi195.front.sepia.ceph.com 2023-12-01T17:02:13.035 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T17:02:13.143 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T17:02:13.150 DEBUG:teuthology.orchestra.run.smithi078:> uname -m 2023-12-01T17:02:13.171 INFO:teuthology.orchestra.run.smithi078.stdout:x86_64 2023-12-01T17:02:13.171 DEBUG:teuthology.orchestra.run.smithi078:> cat /etc/os-release 2023-12-01T17:02:13.233 INFO:teuthology.orchestra.run.smithi078.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T17:02:13.233 INFO:teuthology.orchestra.run.smithi078.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T17:02:13.233 INFO:teuthology.orchestra.run.smithi078.stdout:ID="rhel" 2023-12-01T17:02:13.233 INFO:teuthology.orchestra.run.smithi078.stdout:ID_LIKE="fedora" 2023-12-01T17:02:13.233 INFO:teuthology.orchestra.run.smithi078.stdout:VERSION_ID="8.6" 2023-12-01T17:02:13.233 INFO:teuthology.orchestra.run.smithi078.stdout:PLATFORM_ID="platform:el8" 2023-12-01T17:02:13.233 INFO:teuthology.orchestra.run.smithi078.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T17:02:13.233 INFO:teuthology.orchestra.run.smithi078.stdout:ANSI_COLOR="0;31" 2023-12-01T17:02:13.233 INFO:teuthology.orchestra.run.smithi078.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T17:02:13.234 INFO:teuthology.orchestra.run.smithi078.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T17:02:13.234 INFO:teuthology.orchestra.run.smithi078.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T17:02:13.234 INFO:teuthology.orchestra.run.smithi078.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T17:02:13.234 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-01T17:02:13.234 INFO:teuthology.orchestra.run.smithi078.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T17:02:13.234 INFO:teuthology.orchestra.run.smithi078.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T17:02:13.234 INFO:teuthology.orchestra.run.smithi078.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T17:02:13.234 INFO:teuthology.orchestra.run.smithi078.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T17:02:13.235 INFO:teuthology.lock.ops:Updating smithi078.front.sepia.ceph.com on lock server 2023-12-01T17:02:13.256 DEBUG:teuthology.orchestra.run.smithi191:> uname -m 2023-12-01T17:02:13.277 INFO:teuthology.orchestra.run.smithi191.stdout:x86_64 2023-12-01T17:02:13.277 DEBUG:teuthology.orchestra.run.smithi191:> cat /etc/os-release 2023-12-01T17:02:13.336 INFO:teuthology.orchestra.run.smithi191.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T17:02:13.336 INFO:teuthology.orchestra.run.smithi191.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T17:02:13.336 INFO:teuthology.orchestra.run.smithi191.stdout:ID="rhel" 2023-12-01T17:02:13.336 INFO:teuthology.orchestra.run.smithi191.stdout:ID_LIKE="fedora" 2023-12-01T17:02:13.336 INFO:teuthology.orchestra.run.smithi191.stdout:VERSION_ID="8.6" 2023-12-01T17:02:13.336 INFO:teuthology.orchestra.run.smithi191.stdout:PLATFORM_ID="platform:el8" 2023-12-01T17:02:13.336 INFO:teuthology.orchestra.run.smithi191.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T17:02:13.336 INFO:teuthology.orchestra.run.smithi191.stdout:ANSI_COLOR="0;31" 2023-12-01T17:02:13.337 INFO:teuthology.orchestra.run.smithi191.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T17:02:13.337 INFO:teuthology.orchestra.run.smithi191.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T17:02:13.337 INFO:teuthology.orchestra.run.smithi191.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T17:02:13.337 INFO:teuthology.orchestra.run.smithi191.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T17:02:13.337 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-01T17:02:13.337 INFO:teuthology.orchestra.run.smithi191.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T17:02:13.337 INFO:teuthology.orchestra.run.smithi191.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T17:02:13.337 INFO:teuthology.orchestra.run.smithi191.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T17:02:13.337 INFO:teuthology.orchestra.run.smithi191.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T17:02:13.337 INFO:teuthology.lock.ops:Updating smithi191.front.sepia.ceph.com on lock server 2023-12-01T17:02:13.356 DEBUG:teuthology.orchestra.run.smithi195:> uname -m 2023-12-01T17:02:13.376 INFO:teuthology.orchestra.run.smithi195.stdout:x86_64 2023-12-01T17:02:13.377 DEBUG:teuthology.orchestra.run.smithi195:> cat /etc/os-release 2023-12-01T17:02:13.435 INFO:teuthology.orchestra.run.smithi195.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T17:02:13.435 INFO:teuthology.orchestra.run.smithi195.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T17:02:13.435 INFO:teuthology.orchestra.run.smithi195.stdout:ID="rhel" 2023-12-01T17:02:13.436 INFO:teuthology.orchestra.run.smithi195.stdout:ID_LIKE="fedora" 2023-12-01T17:02:13.436 INFO:teuthology.orchestra.run.smithi195.stdout:VERSION_ID="8.6" 2023-12-01T17:02:13.436 INFO:teuthology.orchestra.run.smithi195.stdout:PLATFORM_ID="platform:el8" 2023-12-01T17:02:13.436 INFO:teuthology.orchestra.run.smithi195.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T17:02:13.436 INFO:teuthology.orchestra.run.smithi195.stdout:ANSI_COLOR="0;31" 2023-12-01T17:02:13.436 INFO:teuthology.orchestra.run.smithi195.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T17:02:13.436 INFO:teuthology.orchestra.run.smithi195.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T17:02:13.436 INFO:teuthology.orchestra.run.smithi195.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T17:02:13.436 INFO:teuthology.orchestra.run.smithi195.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T17:02:13.436 INFO:teuthology.orchestra.run.smithi195.stdout: 2023-12-01T17:02:13.436 INFO:teuthology.orchestra.run.smithi195.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T17:02:13.436 INFO:teuthology.orchestra.run.smithi195.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T17:02:13.436 INFO:teuthology.orchestra.run.smithi195.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T17:02:13.436 INFO:teuthology.orchestra.run.smithi195.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T17:02:13.437 INFO:teuthology.lock.ops:Updating smithi195.front.sepia.ceph.com on lock server 2023-12-01T17:02:13.456 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T17:02:13.465 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T17:02:13.482 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T17:02:13.483 DEBUG:teuthology.orchestra.run.smithi078:> test '!' -e /home/ubuntu/cephtest 2023-12-01T17:02:13.485 DEBUG:teuthology.orchestra.run.smithi191:> test '!' -e /home/ubuntu/cephtest 2023-12-01T17:02:13.487 DEBUG:teuthology.orchestra.run.smithi195:> test '!' -e /home/ubuntu/cephtest 2023-12-01T17:02:13.506 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T17:02:13.618 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T17:02:13.618 DEBUG:teuthology.orchestra.run.smithi078:> test -z $(ls -A /var/lib/ceph) 2023-12-01T17:02:13.623 DEBUG:teuthology.orchestra.run.smithi191:> test -z $(ls -A /var/lib/ceph) 2023-12-01T17:02:13.625 DEBUG:teuthology.orchestra.run.smithi195:> test -z $(ls -A /var/lib/ceph) 2023-12-01T17:02:13.655 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T17:02:13.726 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T17:02:13.740 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T17:02:13.740 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-12-01T17:02:13.741 DEBUG:teuthology.orchestra.run.smithi078:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T17:02:13.741 DEBUG:teuthology.orchestra.run.smithi191:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T17:02:13.742 DEBUG:teuthology.orchestra.run.smithi195:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T17:02:13.760 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:02:13.761 DEBUG:teuthology.orchestra.run.smithi191:> uname -r 2023-12-01T17:02:13.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:02:13.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:02:13.764 DEBUG:teuthology.orchestra.run.smithi078:> uname -r 2023-12-01T17:02:13.764 DEBUG:teuthology.orchestra.run.smithi195:> uname -r 2023-12-01T17:02:13.821 INFO:teuthology.orchestra.run.smithi191.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T17:02:13.821 INFO:teuthology.task.kernel:Running kernel on smithi191: 4.18.0-372.9.1.el8.x86_64 2023-12-01T17:02:13.821 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum install -y kernel 2023-12-01T17:02:13.825 INFO:teuthology.orchestra.run.smithi078.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T17:02:13.826 INFO:teuthology.orchestra.run.smithi195.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T17:02:13.826 INFO:teuthology.task.kernel:Running kernel on smithi078: 4.18.0-372.9.1.el8.x86_64 2023-12-01T17:02:13.826 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum install -y kernel 2023-12-01T17:02:13.826 INFO:teuthology.task.kernel:Running kernel on smithi195: 4.18.0-372.9.1.el8.x86_64 2023-12-01T17:02:13.826 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum install -y kernel 2023-12-01T17:02:14.926 INFO:teuthology.orchestra.run.smithi191.stdout:Updating Subscription Management repositories. 2023-12-01T17:02:14.926 INFO:teuthology.orchestra.run.smithi191.stdout:Unable to read consumer identity 2023-12-01T17:02:15.089 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-12-01T17:02:15.089 INFO:teuthology.orchestra.run.smithi078.stdout:Unable to read consumer identity 2023-12-01T17:02:15.095 INFO:teuthology.orchestra.run.smithi195.stdout:Updating Subscription Management repositories. 2023-12-01T17:02:15.095 INFO:teuthology.orchestra.run.smithi195.stdout:Unable to read consumer identity 2023-12-01T17:02:16.392 INFO:teuthology.orchestra.run.smithi191.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-12-01T17:02:16.599 INFO:teuthology.orchestra.run.smithi078.stdout:Copr repo for python3-asyncssh owned by ceph 14 kB/s | 3.5 kB 00:00 2023-12-01T17:02:16.631 INFO:teuthology.orchestra.run.smithi195.stdout:Copr repo for python3-asyncssh owned by ceph 15 kB/s | 3.5 kB 00:00 2023-12-01T17:02:17.358 INFO:teuthology.orchestra.run.smithi191.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-12-01T17:02:18.450 INFO:teuthology.orchestra.run.smithi078.stdout:Extra Packages for Enterprise Linux 8.7 MB/s | 16 MB 00:01 2023-12-01T17:02:18.832 INFO:teuthology.orchestra.run.smithi195.stdout:Extra Packages for Enterprise Linux 7.3 MB/s | 16 MB 00:02 2023-12-01T17:02:20.959 INFO:teuthology.orchestra.run.smithi191.stdout:lab-extras 182 kB/s | 24 kB 00:00 2023-12-01T17:02:21.664 INFO:teuthology.orchestra.run.smithi191.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T17:02:21.728 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2023-12-01T17:02:21.728 INFO:teuthology.orchestra.run.smithi191.stdout:Nothing to do. 2023-12-01T17:02:21.729 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2023-12-01T17:02:21.844 DEBUG:teuthology.orchestra.run.smithi191:> echo no | sudo yum reinstall kernel || true 2023-12-01T17:02:21.967 INFO:teuthology.orchestra.run.smithi078.stdout:lab-extras 463 kB/s | 24 kB 00:00 2023-12-01T17:02:22.175 INFO:teuthology.orchestra.run.smithi191.stdout:Updating Subscription Management repositories. 2023-12-01T17:02:22.175 INFO:teuthology.orchestra.run.smithi191.stdout:Unable to read consumer identity 2023-12-01T17:02:22.365 INFO:teuthology.orchestra.run.smithi195.stdout:lab-extras 375 kB/s | 24 kB 00:00 2023-12-01T17:02:22.441 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:02:20 PM UTC. 2023-12-01T17:02:22.481 INFO:teuthology.orchestra.run.smithi191.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T17:02:22.517 INFO:teuthology.orchestra.run.smithi191.stderr:Error: No packages marked for reinstall. 2023-12-01T17:02:22.564 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum reinstall -y kernel || true 2023-12-01T17:02:22.669 INFO:teuthology.orchestra.run.smithi078.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T17:02:22.719 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-12-01T17:02:22.720 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2023-12-01T17:02:22.720 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-12-01T17:02:22.833 DEBUG:teuthology.orchestra.run.smithi078:> echo no | sudo yum reinstall kernel || true 2023-12-01T17:02:22.892 INFO:teuthology.orchestra.run.smithi191.stdout:Updating Subscription Management repositories. 2023-12-01T17:02:22.892 INFO:teuthology.orchestra.run.smithi191.stdout:Unable to read consumer identity 2023-12-01T17:02:23.076 INFO:teuthology.orchestra.run.smithi195.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T17:02:23.142 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2023-12-01T17:02:23.143 INFO:teuthology.orchestra.run.smithi195.stdout:Nothing to do. 2023-12-01T17:02:23.143 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2023-12-01T17:02:23.151 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:00:03 ago on Fri 01 Dec 2023 05:02:20 PM UTC. 2023-12-01T17:02:23.162 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-12-01T17:02:23.162 INFO:teuthology.orchestra.run.smithi078.stdout:Unable to read consumer identity 2023-12-01T17:02:23.192 INFO:teuthology.orchestra.run.smithi191.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T17:02:23.219 INFO:teuthology.orchestra.run.smithi191.stderr:Error: No packages marked for reinstall. 2023-12-01T17:02:23.270 DEBUG:teuthology.orchestra.run.smithi195:> echo no | sudo yum reinstall kernel || true 2023-12-01T17:02:23.271 DEBUG:teuthology.orchestra.run.smithi191:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T17:02:23.351 INFO:teuthology.orchestra.run.smithi191.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T17:02:23.352 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T17:02:23.352 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T17:02:23.352 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-01T17:02:23.352 DEBUG:teuthology.orchestra.run.smithi191:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T17:02:23.388 INFO:teuthology.orchestra.run.smithi191.stdout:ttyS1 2023-12-01T17:02:23.404 DEBUG:teuthology.parallel:result is None 2023-12-01T17:02:23.423 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:02:21 PM UTC. 2023-12-01T17:02:23.464 INFO:teuthology.orchestra.run.smithi078.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T17:02:23.495 INFO:teuthology.orchestra.run.smithi078.stderr:Error: No packages marked for reinstall. 2023-12-01T17:02:23.541 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum reinstall -y kernel || true 2023-12-01T17:02:23.636 INFO:teuthology.orchestra.run.smithi195.stdout:Updating Subscription Management repositories. 2023-12-01T17:02:23.636 INFO:teuthology.orchestra.run.smithi195.stdout:Unable to read consumer identity 2023-12-01T17:02:23.869 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-12-01T17:02:23.870 INFO:teuthology.orchestra.run.smithi078.stdout:Unable to read consumer identity 2023-12-01T17:02:23.901 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:00:01 ago on Fri 01 Dec 2023 05:02:22 PM UTC. 2023-12-01T17:02:23.948 INFO:teuthology.orchestra.run.smithi195.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T17:02:23.986 INFO:teuthology.orchestra.run.smithi195.stderr:Error: No packages marked for reinstall. 2023-12-01T17:02:24.033 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum reinstall -y kernel || true 2023-12-01T17:02:24.129 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:00:03 ago on Fri 01 Dec 2023 05:02:21 PM UTC. 2023-12-01T17:02:24.169 INFO:teuthology.orchestra.run.smithi078.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T17:02:24.193 INFO:teuthology.orchestra.run.smithi078.stderr:Error: No packages marked for reinstall. 2023-12-01T17:02:24.243 DEBUG:teuthology.orchestra.run.smithi078:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T17:02:24.324 INFO:teuthology.orchestra.run.smithi078.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T17:02:24.324 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T17:02:24.324 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T17:02:24.324 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-01T17:02:24.325 DEBUG:teuthology.orchestra.run.smithi078:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T17:02:24.358 INFO:teuthology.orchestra.run.smithi078.stdout:ttyS1 2023-12-01T17:02:24.363 INFO:teuthology.orchestra.run.smithi195.stdout:Updating Subscription Management repositories. 2023-12-01T17:02:24.363 INFO:teuthology.orchestra.run.smithi195.stdout:Unable to read consumer identity 2023-12-01T17:02:24.375 DEBUG:teuthology.parallel:result is None 2023-12-01T17:02:24.622 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:02:22 PM UTC. 2023-12-01T17:02:24.662 INFO:teuthology.orchestra.run.smithi195.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T17:02:24.696 INFO:teuthology.orchestra.run.smithi195.stderr:Error: No packages marked for reinstall. 2023-12-01T17:02:24.744 DEBUG:teuthology.orchestra.run.smithi195:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T17:02:24.824 INFO:teuthology.orchestra.run.smithi195.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T17:02:24.824 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T17:02:24.824 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T17:02:24.824 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-01T17:02:24.825 DEBUG:teuthology.orchestra.run.smithi195:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T17:02:24.850 INFO:teuthology.orchestra.run.smithi195.stdout:ttyS1 2023-12-01T17:02:24.867 DEBUG:teuthology.parallel:result is None 2023-12-01T17:02:24.867 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T17:02:24.874 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T17:02:24.874 DEBUG:teuthology.orchestra.run.smithi078:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T17:02:24.876 DEBUG:teuthology.orchestra.run.smithi191:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T17:02:24.878 DEBUG:teuthology.orchestra.run.smithi195:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T17:02:24.925 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T17:02:24.932 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T17:02:25.026 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T17:02:25.026 DEBUG:teuthology.orchestra.run.smithi078:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T17:02:25.028 DEBUG:teuthology.orchestra.run.smithi191:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T17:02:25.030 DEBUG:teuthology.orchestra.run.smithi195:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T17:02:25.078 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T17:02:25.084 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T17:02:25.084 DEBUG:teuthology.orchestra.run.smithi078:> 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-12-01T17:02:25.087 DEBUG:teuthology.orchestra.run.smithi191:> 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-12-01T17:02:25.089 DEBUG:teuthology.orchestra.run.smithi195:> 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-12-01T17:02:25.126 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T17:02:25.136 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T17:02:25.139 INFO:teuthology.orchestra.run.smithi191.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T17:02:25.149 INFO:teuthology.orchestra.run.smithi195.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T17:02:25.151 INFO:teuthology.orchestra.run.smithi191.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T17:02:25.159 INFO:teuthology.orchestra.run.smithi195.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T17:02:25.160 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T17:02:25.167 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T17:02:25.167 DEBUG:teuthology.orchestra.run.smithi078:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T17:02:25.180 DEBUG:teuthology.orchestra.run.smithi191:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T17:02:25.182 DEBUG:teuthology.orchestra.run.smithi195:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T17:02:25.209 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T17:02:25.217 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T17:02:25.218 DEBUG:teuthology.orchestra.run.smithi078:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T17:02:25.247 DEBUG:teuthology.orchestra.run.smithi191:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T17:02:25.252 DEBUG:teuthology.orchestra.run.smithi195:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T17:02:25.268 DEBUG:teuthology.orchestra.run.smithi078:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T17:02:25.349 DEBUG:teuthology.orchestra.run.smithi078:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T17:02:25.402 DEBUG:teuthology.orchestra.run.smithi078:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T17:02:25.480 DEBUG:teuthology.orchestra.run.smithi078:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T17:02:25.526 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-12-01T17:02:25.527 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T17:02:25.594 DEBUG:teuthology.orchestra.run.smithi191:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T17:02:25.641 DEBUG:teuthology.orchestra.run.smithi191:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T17:02:25.695 DEBUG:teuthology.orchestra.run.smithi191:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T17:02:25.782 DEBUG:teuthology.orchestra.run.smithi191:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T17:02:25.825 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2023-12-01T17:02:25.826 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T17:02:25.895 DEBUG:teuthology.orchestra.run.smithi195:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T17:02:25.938 DEBUG:teuthology.orchestra.run.smithi195:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T17:02:25.995 DEBUG:teuthology.orchestra.run.smithi195:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T17:02:26.080 DEBUG:teuthology.orchestra.run.smithi195:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T17:02:26.122 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2023-12-01T17:02:26.122 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T17:02:26.190 DEBUG:teuthology.orchestra.run.smithi078:> sudo service rsyslog restart 2023-12-01T17:02:26.193 DEBUG:teuthology.orchestra.run.smithi191:> sudo service rsyslog restart 2023-12-01T17:02:26.195 DEBUG:teuthology.orchestra.run.smithi195:> sudo service rsyslog restart 2023-12-01T17:02:26.247 INFO:teuthology.orchestra.run.smithi191.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T17:02:26.258 INFO:teuthology.orchestra.run.smithi078.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T17:02:26.276 INFO:teuthology.orchestra.run.smithi195.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T17:02:26.720 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T17:02:26.728 INFO:teuthology.task.internal:Starting timer... 2023-12-01T17:02:26.728 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T17:02:26.760 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T17:02:26.785 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-01T17:02:26.785 DEBUG:teuthology.orchestra.run.smithi078:> sudo service auditd rotate 2023-12-01T17:02:26.857 INFO:teuthology.orchestra.run.smithi078.stdout:Rotating logs: 2023-12-01T17:02:26.859 DEBUG:teuthology.orchestra.run.smithi191:> sudo service auditd rotate 2023-12-01T17:02:26.928 INFO:teuthology.orchestra.run.smithi191.stdout:Rotating logs: 2023-12-01T17:02:26.931 DEBUG:teuthology.orchestra.run.smithi195:> sudo service auditd rotate 2023-12-01T17:02:26.995 INFO:teuthology.orchestra.run.smithi195.stdout:Rotating logs: 2023-12-01T17:02:26.997 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T17:02:26.997 DEBUG:teuthology.orchestra.run.smithi078:> /usr/sbin/getenforce 2023-12-01T17:02:27.033 INFO:teuthology.orchestra.run.smithi078.stdout:Permissive 2023-12-01T17:02:27.033 DEBUG:teuthology.orchestra.run.smithi191:> /usr/sbin/getenforce 2023-12-01T17:02:27.057 INFO:teuthology.orchestra.run.smithi191.stdout:Permissive 2023-12-01T17:02:27.058 DEBUG:teuthology.orchestra.run.smithi195:> /usr/sbin/getenforce 2023-12-01T17:02:27.077 INFO:teuthology.orchestra.run.smithi195.stdout:Permissive 2023-12-01T17:02:27.077 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi078.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi191.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi195.front.sepia.ceph.com': 'permissive'} 2023-12-01T17:02:27.077 DEBUG:teuthology.orchestra.run.smithi078:> 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-12-01T17:02:27.104 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:02:27.105 DEBUG:teuthology.orchestra.run.smithi191:> 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-12-01T17:02:27.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:02:27.132 DEBUG:teuthology.orchestra.run.smithi195:> 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-12-01T17:02:27.159 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:02:27.159 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T17:02:27.159 DEBUG:teuthology.orchestra.run.smithi078:> sudo /usr/sbin/setenforce permissive 2023-12-01T17:02:27.194 DEBUG:teuthology.orchestra.run.smithi191:> sudo /usr/sbin/setenforce permissive 2023-12-01T17:02:27.220 DEBUG:teuthology.orchestra.run.smithi195:> sudo /usr/sbin/setenforce permissive 2023-12-01T17:02:27.247 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T17:02:27.257 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-12-01T17:02:27.257 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T17:02:27.276 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-12-01T17:02:27.277 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi078.front.sepia.ceph.com,smithi191.front.sepia.ceph.com,smithi195.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T17:13:02.330 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi078.front.sepia.ceph.com'), Remote(name='ubuntu@smithi191.front.sepia.ceph.com'), Remote(name='ubuntu@smithi195.front.sepia.ceph.com')] 2023-12-01T17:13:02.331 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2023-12-01T17:13:02.332 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T17:13:02.400 DEBUG:teuthology.orchestra.run.smithi078:> true 2023-12-01T17:13:02.472 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi078.front.sepia.ceph.com' 2023-12-01T17:13:02.472 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2023-12-01T17:13:02.472 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T17:13:02.540 DEBUG:teuthology.orchestra.run.smithi191:> true 2023-12-01T17:13:02.607 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi191.front.sepia.ceph.com' 2023-12-01T17:13:02.608 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi195.front.sepia.ceph.com' 2023-12-01T17:13:02.608 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T17:13:02.676 DEBUG:teuthology.orchestra.run.smithi195:> true 2023-12-01T17:13:02.750 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi195.front.sepia.ceph.com' 2023-12-01T17:13:02.750 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T17:13:02.761 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T17:13:02.761 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T17:13:02.762 DEBUG:teuthology.orchestra.run.smithi078:> 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-12-01T17:13:02.764 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T17:13:02.764 DEBUG:teuthology.orchestra.run.smithi191:> 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-12-01T17:13:02.766 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T17:13:02.767 DEBUG:teuthology.orchestra.run.smithi195:> 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-12-01T17:13:02.796 INFO:teuthology.orchestra.run.smithi191.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T17:13:02.800 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T17:13:02.810 INFO:teuthology.orchestra.run.smithi191.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T17:13:02.817 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T17:13:02.828 INFO:teuthology.orchestra.run.smithi195.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T17:13:02.843 INFO:teuthology.orchestra.run.smithi195.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T17:13:02.880 INFO:teuthology.orchestra.run.smithi191.stderr:sudo: ntpd: command not found 2023-12-01T17:13:02.891 INFO:teuthology.orchestra.run.smithi191.stdout:506 Cannot talk to daemon 2023-12-01T17:13:02.892 INFO:teuthology.orchestra.run.smithi078.stderr:sudo: ntpd: command not found 2023-12-01T17:13:02.906 INFO:teuthology.orchestra.run.smithi191.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T17:13:02.906 INFO:teuthology.orchestra.run.smithi078.stdout:506 Cannot talk to daemon 2023-12-01T17:13:02.917 INFO:teuthology.orchestra.run.smithi195.stderr:sudo: ntpd: command not found 2023-12-01T17:13:02.920 INFO:teuthology.orchestra.run.smithi191.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T17:13:02.925 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T17:13:02.930 INFO:teuthology.orchestra.run.smithi195.stdout:506 Cannot talk to daemon 2023-12-01T17:13:02.942 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T17:13:02.944 INFO:teuthology.orchestra.run.smithi195.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T17:13:02.959 INFO:teuthology.orchestra.run.smithi195.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T17:13:02.992 INFO:teuthology.orchestra.run.smithi191.stderr:bash: ntpq: command not found 2023-12-01T17:13:02.996 INFO:teuthology.orchestra.run.smithi191.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T17:13:02.996 INFO:teuthology.orchestra.run.smithi191.stdout:=============================================================================== 2023-12-01T17:13:02.996 INFO:teuthology.orchestra.run.smithi191.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:13:02.996 INFO:teuthology.orchestra.run.smithi191.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:13:02.996 INFO:teuthology.orchestra.run.smithi191.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:13:02.996 INFO:teuthology.orchestra.run.smithi191.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:13:03.020 INFO:teuthology.orchestra.run.smithi078.stderr:bash: ntpq: command not found 2023-12-01T17:13:03.023 INFO:teuthology.orchestra.run.smithi078.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T17:13:03.024 INFO:teuthology.orchestra.run.smithi078.stdout:=============================================================================== 2023-12-01T17:13:03.024 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:13:03.024 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:13:03.024 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:13:03.024 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:13:03.047 INFO:teuthology.orchestra.run.smithi195.stderr:bash: ntpq: command not found 2023-12-01T17:13:03.051 INFO:teuthology.orchestra.run.smithi195.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T17:13:03.051 INFO:teuthology.orchestra.run.smithi195.stdout:=============================================================================== 2023-12-01T17:13:03.051 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:13:03.051 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:13:03.051 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:13:03.051 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:13:03.052 INFO:teuthology.run_tasks:Running task pexec... 2023-12-01T17:13:03.064 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-01T17:13:03.065 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi078.front.sepia.ceph.com 2023-12-01T17:13:03.065 DEBUG:teuthology.orchestra.run.smithi078:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T17:13:03.065 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi191.front.sepia.ceph.com 2023-12-01T17:13:03.068 DEBUG:teuthology.orchestra.run.smithi191:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T17:13:03.068 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi195.front.sepia.ceph.com 2023-12-01T17:13:03.068 DEBUG:teuthology.orchestra.run.smithi195:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T17:13:03.439 INFO:teuthology.orchestra.run.smithi191.stdout:Updating Subscription Management repositories. 2023-12-01T17:13:03.461 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-12-01T17:13:03.463 INFO:teuthology.orchestra.run.smithi195.stdout:Updating Subscription Management repositories. 2023-12-01T17:13:04.976 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:53 ago on Fri 01 Dec 2023 05:11:11 PM UTC. 2023-12-01T17:13:05.008 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:49 ago on Fri 01 Dec 2023 05:11:15 PM UTC. 2023-12-01T17:13:05.045 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:53 ago on Fri 01 Dec 2023 05:11:11 PM UTC. 2023-12-01T17:13:06.708 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2023-12-01T17:13:06.709 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2023-12-01T17:13:06.709 INFO:teuthology.orchestra.run.smithi191.stdout: Package Architecture Version Repository Size 2023-12-01T17:13:06.709 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2023-12-01T17:13:06.709 INFO:teuthology.orchestra.run.smithi191.stdout:Resetting modules: 2023-12-01T17:13:06.709 INFO:teuthology.orchestra.run.smithi191.stdout: container-tools 2023-12-01T17:13:06.709 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-01T17:13:06.709 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2023-12-01T17:13:06.710 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2023-12-01T17:13:06.710 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-01T17:13:06.749 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2023-12-01T17:13:06.750 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2023-12-01T17:13:06.750 INFO:teuthology.orchestra.run.smithi195.stdout: Package Architecture Version Repository Size 2023-12-01T17:13:06.750 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2023-12-01T17:13:06.750 INFO:teuthology.orchestra.run.smithi195.stdout:Resetting modules: 2023-12-01T17:13:06.750 INFO:teuthology.orchestra.run.smithi195.stdout: container-tools 2023-12-01T17:13:06.751 INFO:teuthology.orchestra.run.smithi195.stdout: 2023-12-01T17:13:06.751 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2023-12-01T17:13:06.751 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2023-12-01T17:13:06.751 INFO:teuthology.orchestra.run.smithi195.stdout: 2023-12-01T17:13:06.791 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-12-01T17:13:06.792 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-12-01T17:13:06.792 INFO:teuthology.orchestra.run.smithi078.stdout: Package Architecture Version Repository Size 2023-12-01T17:13:06.792 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-12-01T17:13:06.792 INFO:teuthology.orchestra.run.smithi078.stdout:Resetting modules: 2023-12-01T17:13:06.792 INFO:teuthology.orchestra.run.smithi078.stdout: container-tools 2023-12-01T17:13:06.792 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-01T17:13:06.792 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-12-01T17:13:06.792 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-12-01T17:13:06.792 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-01T17:13:07.670 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:56 ago on Fri 01 Dec 2023 05:11:11 PM UTC. 2023-12-01T17:13:07.756 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:56 ago on Fri 01 Dec 2023 05:11:11 PM UTC. 2023-12-01T17:13:07.768 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:52 ago on Fri 01 Dec 2023 05:11:15 PM UTC. 2023-12-01T17:13:16.460 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2023-12-01T17:13:16.485 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2023-12-01T17:13:16.942 INFO:teuthology.orchestra.run.smithi195.stdout:Updating Subscription Management repositories. 2023-12-01T17:13:17.002 INFO:teuthology.orchestra.run.smithi191.stdout:Updating Subscription Management repositories. 2023-12-01T17:13:17.236 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-12-01T17:13:17.682 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-12-01T17:13:18.531 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:02:07 ago on Fri 01 Dec 2023 05:11:11 PM UTC. 2023-12-01T17:13:18.602 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:02:03 ago on Fri 01 Dec 2023 05:11:15 PM UTC. 2023-12-01T17:13:19.136 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:02:07 ago on Fri 01 Dec 2023 05:11:11 PM UTC. 2023-12-01T17:13:20.389 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2023-12-01T17:13:20.468 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2023-12-01T17:13:20.483 INFO:teuthology.orchestra.run.smithi191.stdout:============================================================================================================ 2023-12-01T17:13:20.484 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repository Size 2023-12-01T17:13:20.484 INFO:teuthology.orchestra.run.smithi191.stdout:============================================================================================================ 2023-12-01T17:13:20.484 INFO:teuthology.orchestra.run.smithi191.stdout:Installing group/module packages: 2023-12-01T17:13:20.484 INFO:teuthology.orchestra.run.smithi191.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-12-01T17:13:20.484 INFO:teuthology.orchestra.run.smithi191.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-01T17:13:20.484 INFO:teuthology.orchestra.run.smithi191.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-01T17:13:20.484 INFO:teuthology.orchestra.run.smithi191.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-12-01T17:13:20.484 INFO:teuthology.orchestra.run.smithi191.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-12-01T17:13:20.484 INFO:teuthology.orchestra.run.smithi191.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-12-01T17:13:20.484 INFO:teuthology.orchestra.run.smithi191.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-01T17:13:20.484 INFO:teuthology.orchestra.run.smithi191.stdout:Installing dependencies: 2023-12-01T17:13:20.485 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-01T17:13:20.485 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-01T17:13:20.485 INFO:teuthology.orchestra.run.smithi191.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T17:13:20.485 INFO:teuthology.orchestra.run.smithi191.stdout:Installing module profiles: 2023-12-01T17:13:20.485 INFO:teuthology.orchestra.run.smithi191.stdout: container-tools/common 2023-12-01T17:13:20.485 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-01T17:13:20.485 INFO:teuthology.orchestra.run.smithi191.stdout:Enabling module streams: 2023-12-01T17:13:20.485 INFO:teuthology.orchestra.run.smithi191.stdout: container-tools rhel8 2023-12-01T17:13:20.485 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-01T17:13:20.485 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2023-12-01T17:13:20.485 INFO:teuthology.orchestra.run.smithi191.stdout:============================================================================================================ 2023-12-01T17:13:20.485 INFO:teuthology.orchestra.run.smithi191.stdout:Install 10 Packages 2023-12-01T17:13:20.485 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-01T17:13:20.486 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 18 M 2023-12-01T17:13:20.486 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 65 M 2023-12-01T17:13:20.486 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2023-12-01T17:13:20.562 INFO:teuthology.orchestra.run.smithi195.stdout:============================================================================================================ 2023-12-01T17:13:20.562 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repository Size 2023-12-01T17:13:20.562 INFO:teuthology.orchestra.run.smithi195.stdout:============================================================================================================ 2023-12-01T17:13:20.563 INFO:teuthology.orchestra.run.smithi195.stdout:Installing group/module packages: 2023-12-01T17:13:20.563 INFO:teuthology.orchestra.run.smithi195.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-12-01T17:13:20.563 INFO:teuthology.orchestra.run.smithi195.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-01T17:13:20.563 INFO:teuthology.orchestra.run.smithi195.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-01T17:13:20.563 INFO:teuthology.orchestra.run.smithi195.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-12-01T17:13:20.563 INFO:teuthology.orchestra.run.smithi195.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-12-01T17:13:20.563 INFO:teuthology.orchestra.run.smithi195.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-12-01T17:13:20.563 INFO:teuthology.orchestra.run.smithi195.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-01T17:13:20.563 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2023-12-01T17:13:20.563 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-01T17:13:20.563 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-01T17:13:20.563 INFO:teuthology.orchestra.run.smithi195.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T17:13:20.563 INFO:teuthology.orchestra.run.smithi195.stdout:Installing module profiles: 2023-12-01T17:13:20.563 INFO:teuthology.orchestra.run.smithi195.stdout: container-tools/common 2023-12-01T17:13:20.563 INFO:teuthology.orchestra.run.smithi195.stdout: 2023-12-01T17:13:20.564 INFO:teuthology.orchestra.run.smithi195.stdout:Enabling module streams: 2023-12-01T17:13:20.564 INFO:teuthology.orchestra.run.smithi195.stdout: container-tools rhel8 2023-12-01T17:13:20.564 INFO:teuthology.orchestra.run.smithi195.stdout: 2023-12-01T17:13:20.564 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2023-12-01T17:13:20.564 INFO:teuthology.orchestra.run.smithi195.stdout:============================================================================================================ 2023-12-01T17:13:20.564 INFO:teuthology.orchestra.run.smithi195.stdout:Install 10 Packages 2023-12-01T17:13:20.564 INFO:teuthology.orchestra.run.smithi195.stdout: 2023-12-01T17:13:20.564 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 18 M 2023-12-01T17:13:20.564 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 65 M 2023-12-01T17:13:20.564 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2023-12-01T17:13:20.690 INFO:teuthology.orchestra.run.smithi191.stdout:(1/10): python3-pytoml-0.1.14-5.git7dea353.el8. 122 kB/s | 25 kB 00:00 2023-12-01T17:13:20.716 INFO:teuthology.orchestra.run.smithi191.stdout:(2/10): yajl-2.1.0-10.el8.x86_64.rpm 178 kB/s | 41 kB 00:00 2023-12-01T17:13:20.736 INFO:teuthology.orchestra.run.smithi195.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 545 kB/s | 94 kB 00:00 2023-12-01T17:13:20.741 INFO:teuthology.orchestra.run.smithi191.stdout:(3/10): python3-pyxdg-0.25-16.el8.noarch.rpm 369 kB/s | 94 kB 00:00 2023-12-01T17:13:20.763 INFO:teuthology.orchestra.run.smithi195.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 125 kB/s | 25 kB 00:00 2023-12-01T17:13:20.783 INFO:teuthology.orchestra.run.smithi191.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 535 kB/s | 49 kB 00:00 2023-12-01T17:13:20.788 INFO:teuthology.orchestra.run.smithi195.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 182 kB/s | 41 kB 00:00 2023-12-01T17:13:20.841 INFO:teuthology.orchestra.run.smithi191.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 4.1 MB/s | 524 kB 00:00 2023-12-01T17:13:20.858 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-12-01T17:13:20.867 INFO:teuthology.orchestra.run.smithi191.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 1.7 MB/s | 149 kB 00:00 2023-12-01T17:13:20.880 INFO:teuthology.orchestra.run.smithi195.stdout:(4/10): cockpit-podman-49.1-1.module+el8.6.0+16 4.4 MB/s | 524 kB 00:00 2023-12-01T17:13:20.906 INFO:teuthology.orchestra.run.smithi195.stdout:(5/10): udica-0.2.6-4.module+el8.6.0+16771+28df 292 kB/s | 49 kB 00:00 2023-12-01T17:13:20.951 INFO:teuthology.orchestra.run.smithi078.stdout:============================================================================================================ 2023-12-01T17:13:20.951 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-12-01T17:13:20.951 INFO:teuthology.orchestra.run.smithi078.stdout:============================================================================================================ 2023-12-01T17:13:20.952 INFO:teuthology.orchestra.run.smithi078.stdout:Installing group/module packages: 2023-12-01T17:13:20.952 INFO:teuthology.orchestra.run.smithi078.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-12-01T17:13:20.952 INFO:teuthology.orchestra.run.smithi078.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-01T17:13:20.952 INFO:teuthology.orchestra.run.smithi078.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-01T17:13:20.952 INFO:teuthology.orchestra.run.smithi078.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-12-01T17:13:20.952 INFO:teuthology.orchestra.run.smithi078.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-12-01T17:13:20.952 INFO:teuthology.orchestra.run.smithi078.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-12-01T17:13:20.952 INFO:teuthology.orchestra.run.smithi078.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-01T17:13:20.952 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-12-01T17:13:20.952 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-01T17:13:20.952 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-01T17:13:20.952 INFO:teuthology.orchestra.run.smithi078.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T17:13:20.952 INFO:teuthology.orchestra.run.smithi078.stdout:Installing module profiles: 2023-12-01T17:13:20.952 INFO:teuthology.orchestra.run.smithi078.stdout: container-tools/common 2023-12-01T17:13:20.952 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-01T17:13:20.953 INFO:teuthology.orchestra.run.smithi078.stdout:Enabling module streams: 2023-12-01T17:13:20.953 INFO:teuthology.orchestra.run.smithi078.stdout: container-tools rhel8 2023-12-01T17:13:20.953 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-01T17:13:20.953 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-12-01T17:13:20.953 INFO:teuthology.orchestra.run.smithi078.stdout:============================================================================================================ 2023-12-01T17:13:20.953 INFO:teuthology.orchestra.run.smithi078.stdout:Install 10 Packages 2023-12-01T17:13:20.953 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-01T17:13:20.953 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 18 M 2023-12-01T17:13:20.954 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 65 M 2023-12-01T17:13:20.954 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-12-01T17:13:20.975 INFO:teuthology.orchestra.run.smithi191.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 1.6 MB/s | 213 kB 00:00 2023-12-01T17:13:21.090 INFO:teuthology.orchestra.run.smithi195.stdout:(6/10): buildah-1.26.2-1.module+el8.6.0+16771+2 26 MB/s | 8.0 MB 00:00 2023-12-01T17:13:21.113 INFO:teuthology.orchestra.run.smithi078.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 589 kB/s | 94 kB 00:00 2023-12-01T17:13:21.115 INFO:teuthology.orchestra.run.smithi195.stdout:(7/10): python3-podman-4.0.1-1.module+el8.6.0+1 638 kB/s | 149 kB 00:00 2023-12-01T17:13:21.117 INFO:teuthology.orchestra.run.smithi191.stdout:(8/10): buildah-1.26.2-1.module+el8.6.0+16771+2 21 MB/s | 8.0 MB 00:00 2023-12-01T17:13:21.139 INFO:teuthology.orchestra.run.smithi078.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 134 kB/s | 25 kB 00:00 2023-12-01T17:13:21.140 INFO:teuthology.orchestra.run.smithi195.stdout:(8/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 909 kB/s | 213 kB 00:00 2023-12-01T17:13:21.164 INFO:teuthology.orchestra.run.smithi078.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 194 kB/s | 41 kB 00:00 2023-12-01T17:13:21.184 INFO:teuthology.orchestra.run.smithi191.stdout:(9/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 11 MB/s | 2.2 MB 00:00 2023-12-01T17:13:21.264 INFO:teuthology.orchestra.run.smithi078.stdout:(4/10): cockpit-podman-49.1-1.module+el8.6.0+16 4.1 MB/s | 524 kB 00:00 2023-12-01T17:13:21.289 INFO:teuthology.orchestra.run.smithi078.stdout:(5/10): udica-0.2.6-4.module+el8.6.0+16771+28df 281 kB/s | 49 kB 00:00 2023-12-01T17:13:21.293 INFO:teuthology.orchestra.run.smithi191.stdout:(10/10): skopeo-1.9.1-1.module+el8.6.0+16771+28 16 MB/s | 7.0 MB 00:00 2023-12-01T17:13:21.293 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2023-12-01T17:13:21.293 INFO:teuthology.orchestra.run.smithi191.stdout:Total 23 MB/s | 18 MB 00:00 2023-12-01T17:13:21.324 INFO:teuthology.orchestra.run.smithi195.stdout:(9/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 11 MB/s | 2.2 MB 00:00 2023-12-01T17:13:21.415 INFO:teuthology.orchestra.run.smithi195.stdout:(10/10): skopeo-1.9.1-1.module+el8.6.0+16771+28 22 MB/s | 7.0 MB 00:00 2023-12-01T17:13:21.416 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2023-12-01T17:13:21.416 INFO:teuthology.orchestra.run.smithi195.stdout:Total 21 MB/s | 18 MB 00:00 2023-12-01T17:13:21.465 INFO:teuthology.orchestra.run.smithi078.stdout:(6/10): buildah-1.26.2-1.module+el8.6.0+16771+2 27 MB/s | 8.0 MB 00:00 2023-12-01T17:13:21.490 INFO:teuthology.orchestra.run.smithi078.stdout:(7/10): python3-podman-4.0.1-1.module+el8.6.0+1 662 kB/s | 149 kB 00:00 2023-12-01T17:13:21.492 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2023-12-01T17:13:21.511 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2023-12-01T17:13:21.511 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2023-12-01T17:13:21.515 INFO:teuthology.orchestra.run.smithi078.stdout:(8/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 943 kB/s | 213 kB 00:00 2023-12-01T17:13:21.617 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2023-12-01T17:13:21.635 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2023-12-01T17:13:21.635 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2023-12-01T17:13:21.692 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2023-12-01T17:13:21.696 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2023-12-01T17:13:21.765 INFO:teuthology.orchestra.run.smithi078.stdout:(9/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 8.0 MB/s | 2.2 MB 00:00 2023-12-01T17:13:21.817 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2023-12-01T17:13:21.822 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2023-12-01T17:13:21.941 INFO:teuthology.orchestra.run.smithi078.stdout:(10/10): skopeo-1.9.1-1.module+el8.6.0+16771+28 15 MB/s | 7.0 MB 00:00 2023-12-01T17:13:21.941 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-12-01T17:13:21.941 INFO:teuthology.orchestra.run.smithi078.stdout:Total 18 MB/s | 18 MB 00:00 2023-12-01T17:13:22.143 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-12-01T17:13:22.161 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-12-01T17:13:22.162 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-12-01T17:13:22.186 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2023-12-01T17:13:22.342 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-12-01T17:13:22.346 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-12-01T17:13:22.351 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-01T17:13:22.396 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2023-12-01T17:13:22.515 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-01T17:13:22.609 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-01T17:13:22.683 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-01T17:13:22.821 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-01T17:13:22.872 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-12-01T17:13:22.877 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-01T17:13:23.022 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-01T17:13:23.093 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-01T17:13:23.217 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-01T17:13:23.227 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-01T17:13:23.242 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-01T17:13:23.477 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-01T17:13:23.600 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-01T17:13:23.688 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-01T17:13:23.972 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-01T17:13:24.070 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-01T17:13:24.371 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-01T17:13:24.855 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-01T17:13:24.856 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-01T17:13:25.060 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-01T17:13:25.221 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-01T17:13:25.255 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-01T17:13:25.365 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-01T17:13:25.511 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-01T17:13:25.639 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-01T17:13:25.639 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-01T17:13:25.639 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-01T17:13:25.639 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-01T17:13:25.639 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-01T17:13:25.639 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-01T17:13:25.640 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-01T17:13:25.640 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-01T17:13:25.640 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-01T17:13:25.640 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-01T17:13:25.744 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-01T17:13:25.747 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-01T17:13:25.929 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-01T17:13:25.977 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-01T17:13:26.131 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-01T17:13:26.194 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-01T17:13:26.194 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-01T17:13:26.194 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-01T17:13:26.194 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-01T17:13:26.194 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-01T17:13:26.194 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-01T17:13:26.194 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-01T17:13:26.194 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-01T17:13:26.194 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-01T17:13:26.194 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-01T17:13:26.333 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-01T17:13:26.601 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-01T17:13:26.601 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-01T17:13:26.601 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-01T17:13:26.601 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-01T17:13:26.601 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-01T17:13:26.601 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-01T17:13:26.601 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-01T17:13:26.601 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-01T17:13:26.602 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-01T17:13:26.602 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-01T17:13:26.750 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-01T17:13:26.750 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:02:15 ago on Fri 01 Dec 2023 05:11:11 PM UTC. 2023-12-01T17:13:27.308 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-01T17:13:27.308 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:02:11 ago on Fri 01 Dec 2023 05:11:15 PM UTC. 2023-12-01T17:13:27.704 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-01T17:13:27.704 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:02:16 ago on Fri 01 Dec 2023 05:11:11 PM UTC. 2023-12-01T17:13:36.443 INFO:teuthology.orchestra.run.smithi191.stdout:Installed products updated. 2023-12-01T17:13:36.634 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-01T17:13:36.634 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2023-12-01T17:13:36.634 INFO:teuthology.orchestra.run.smithi191.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T17:13:36.634 INFO:teuthology.orchestra.run.smithi191.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-01T17:13:36.634 INFO:teuthology.orchestra.run.smithi191.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T17:13:36.634 INFO:teuthology.orchestra.run.smithi191.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-01T17:13:36.634 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-01T17:13:36.634 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-01T17:13:36.634 INFO:teuthology.orchestra.run.smithi191.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T17:13:36.634 INFO:teuthology.orchestra.run.smithi191.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T17:13:36.634 INFO:teuthology.orchestra.run.smithi191.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-01T17:13:36.634 INFO:teuthology.orchestra.run.smithi191.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T17:13:36.634 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-01T17:13:36.635 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2023-12-01T17:13:36.766 DEBUG:teuthology.parallel:result is None 2023-12-01T17:13:37.924 INFO:teuthology.orchestra.run.smithi195.stdout:Installed products updated. 2023-12-01T17:13:38.004 INFO:teuthology.orchestra.run.smithi078.stdout:Installed products updated. 2023-12-01T17:13:38.125 INFO:teuthology.orchestra.run.smithi195.stdout: 2023-12-01T17:13:38.125 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2023-12-01T17:13:38.125 INFO:teuthology.orchestra.run.smithi195.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T17:13:38.125 INFO:teuthology.orchestra.run.smithi195.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-01T17:13:38.125 INFO:teuthology.orchestra.run.smithi195.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T17:13:38.125 INFO:teuthology.orchestra.run.smithi195.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-01T17:13:38.126 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-01T17:13:38.126 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-01T17:13:38.126 INFO:teuthology.orchestra.run.smithi195.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T17:13:38.126 INFO:teuthology.orchestra.run.smithi195.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T17:13:38.126 INFO:teuthology.orchestra.run.smithi195.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-01T17:13:38.126 INFO:teuthology.orchestra.run.smithi195.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T17:13:38.126 INFO:teuthology.orchestra.run.smithi195.stdout: 2023-12-01T17:13:38.126 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2023-12-01T17:13:38.203 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-01T17:13:38.203 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-12-01T17:13:38.203 INFO:teuthology.orchestra.run.smithi078.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T17:13:38.203 INFO:teuthology.orchestra.run.smithi078.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-01T17:13:38.203 INFO:teuthology.orchestra.run.smithi078.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T17:13:38.203 INFO:teuthology.orchestra.run.smithi078.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-01T17:13:38.203 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-01T17:13:38.203 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-01T17:13:38.203 INFO:teuthology.orchestra.run.smithi078.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T17:13:38.204 INFO:teuthology.orchestra.run.smithi078.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T17:13:38.204 INFO:teuthology.orchestra.run.smithi078.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-01T17:13:38.204 INFO:teuthology.orchestra.run.smithi078.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T17:13:38.204 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-01T17:13:38.204 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-12-01T17:13:38.272 DEBUG:teuthology.parallel:result is None 2023-12-01T17:13:38.389 DEBUG:teuthology.parallel:result is None 2023-12-01T17:13:38.389 INFO:teuthology.run_tasks:Running task install... 2023-12-01T17:13:38.399 DEBUG:teuthology.task.install:project ceph 2023-12-01T17:13:38.399 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'd710c09d2ffe0f0858468330fd3d69f1f4506222'}} 2023-12-01T17:13:38.399 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'd710c09d2ffe0f0858468330fd3d69f1f4506222'} 2023-12-01T17:13:38.400 INFO:teuthology.task.install:Using flavor: default 2023-12-01T17:13:38.406 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-12-01T17:13:38.406 INFO:teuthology.task.install:extra packages: [] 2023-12-01T17:13:38.406 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': 'd710c09d2ffe0f0858468330fd3d69f1f4506222', 'tag': None, 'wait_for_package': False} 2023-12-01T17:13:38.408 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=d710c09d2ffe0f0858468330fd3d69f1f4506222 2023-12-01T17:13:38.410 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': 'd710c09d2ffe0f0858468330fd3d69f1f4506222', 'tag': None, 'wait_for_package': False} 2023-12-01T17:13:38.410 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=d710c09d2ffe0f0858468330fd3d69f1f4506222 2023-12-01T17:13:38.411 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': 'd710c09d2ffe0f0858468330fd3d69f1f4506222', 'tag': None, 'wait_for_package': False} 2023-12-01T17:13:38.411 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=d710c09d2ffe0f0858468330fd3d69f1f4506222 2023-12-01T17:13:38.545 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/ 2023-12-01T17:13:38.545 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7570.gd710c09d 2023-12-01T17:13:38.557 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/ 2023-12-01T17:13:38.557 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7570.gd710c09d 2023-12-01T17:13:38.624 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/ 2023-12-01T17:13:38.624 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7570.gd710c09d 2023-12-01T17:13:38.680 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T17:13:38.681 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2023-12-01T17:13:38.682 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T17:13:38.715 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-12-01T17:13:38.716 DEBUG:teuthology.orchestra.run.smithi191:> 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/d710c09d2ffe0f0858468330fd3d69f1f4506222/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T17:13:38.727 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T17:13:38.727 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-12-01T17:13:38.727 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T17:13:38.734 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T17:13:38.734 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2023-12-01T17:13:38.734 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T17:13:38.755 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-12-01T17:13:38.755 DEBUG:teuthology.orchestra.run.smithi078:> 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/d710c09d2ffe0f0858468330fd3d69f1f4506222/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T17:13:38.762 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-12-01T17:13:38.762 DEBUG:teuthology.orchestra.run.smithi195:> 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/d710c09d2ffe0f0858468330fd3d69f1f4506222/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T17:13:38.789 DEBUG:teuthology.orchestra.run.smithi191:> 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-12-01T17:13:38.822 DEBUG:teuthology.orchestra.run.smithi078:> 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-12-01T17:13:38.830 DEBUG:teuthology.orchestra.run.smithi195:> 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-12-01T17:13:38.869 DEBUG:teuthology.orchestra.run.smithi191:> 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-12-01T17:13:38.899 DEBUG:teuthology.orchestra.run.smithi078:> 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-12-01T17:13:38.906 DEBUG:teuthology.orchestra.run.smithi195:> 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-12-01T17:13:38.939 INFO:teuthology.orchestra.run.smithi191.stdout:check_obsoletes = 1 2023-12-01T17:13:38.940 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum clean all 2023-12-01T17:13:38.965 INFO:teuthology.orchestra.run.smithi078.stdout:check_obsoletes = 1 2023-12-01T17:13:38.967 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum clean all 2023-12-01T17:13:38.972 INFO:teuthology.orchestra.run.smithi195.stdout:check_obsoletes = 1 2023-12-01T17:13:38.973 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum clean all 2023-12-01T17:13:39.315 INFO:teuthology.orchestra.run.smithi191.stdout:Updating Subscription Management repositories. 2023-12-01T17:13:39.340 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-12-01T17:13:39.344 INFO:teuthology.orchestra.run.smithi195.stdout:Updating Subscription Management repositories. 2023-12-01T17:13:40.162 INFO:teuthology.orchestra.run.smithi191.stdout:44 files removed 2023-12-01T17:13:40.216 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install ceph-radosgw 2023-12-01T17:13:40.300 INFO:teuthology.orchestra.run.smithi195.stdout:44 files removed 2023-12-01T17:13:40.310 INFO:teuthology.orchestra.run.smithi078.stdout:44 files removed 2023-12-01T17:13:40.353 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install ceph-radosgw 2023-12-01T17:13:40.362 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-radosgw 2023-12-01T17:13:40.549 INFO:teuthology.orchestra.run.smithi191.stdout:Updating Subscription Management repositories. 2023-12-01T17:13:40.685 INFO:teuthology.orchestra.run.smithi195.stdout:Updating Subscription Management repositories. 2023-12-01T17:13:40.693 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-12-01T17:13:42.094 INFO:teuthology.orchestra.run.smithi191.stdout:ceph packages for x86_64 220 kB/s | 82 kB 00:00 2023-12-01T17:13:42.250 INFO:teuthology.orchestra.run.smithi195.stdout:ceph packages for x86_64 224 kB/s | 82 kB 00:00 2023-12-01T17:13:42.518 INFO:teuthology.orchestra.run.smithi195.stdout:ceph noarch packages 40 kB/s | 9.5 kB 00:00 2023-12-01T17:13:42.536 INFO:teuthology.orchestra.run.smithi078.stdout:ceph packages for x86_64 146 kB/s | 82 kB 00:00 2023-12-01T17:13:42.662 INFO:teuthology.orchestra.run.smithi191.stdout:ceph noarch packages 18 kB/s | 9.5 kB 00:00 2023-12-01T17:13:42.802 INFO:teuthology.orchestra.run.smithi195.stdout:ceph source packages 5.7 kB/s | 1.5 kB 00:00 2023-12-01T17:13:43.054 INFO:teuthology.orchestra.run.smithi191.stdout:ceph source packages 4.0 kB/s | 1.5 kB 00:00 2023-12-01T17:13:43.107 INFO:teuthology.orchestra.run.smithi195.stdout:Copr repo for python3-asyncssh owned by ceph 12 kB/s | 3.5 kB 00:00 2023-12-01T17:13:43.146 INFO:teuthology.orchestra.run.smithi078.stdout:ceph noarch packages 17 kB/s | 9.5 kB 00:00 2023-12-01T17:13:43.296 INFO:teuthology.orchestra.run.smithi191.stdout:Copr repo for python3-asyncssh owned by ceph 16 kB/s | 3.5 kB 00:00 2023-12-01T17:13:43.688 INFO:teuthology.orchestra.run.smithi078.stdout:ceph source packages 2.9 kB/s | 1.5 kB 00:00 2023-12-01T17:13:43.997 INFO:teuthology.orchestra.run.smithi078.stdout:Copr repo for python3-asyncssh owned by ceph 12 kB/s | 3.5 kB 00:00 2023-12-01T17:13:45.322 INFO:teuthology.orchestra.run.smithi191.stdout:Extra Packages for Enterprise Linux 8.0 MB/s | 16 MB 00:02 2023-12-01T17:13:46.072 INFO:teuthology.orchestra.run.smithi195.stdout:Extra Packages for Enterprise Linux 5.4 MB/s | 16 MB 00:02 2023-12-01T17:13:48.897 INFO:teuthology.orchestra.run.smithi191.stdout:lab-extras 226 kB/s | 24 kB 00:00 2023-12-01T17:13:49.645 INFO:teuthology.orchestra.run.smithi195.stdout:lab-extras 414 kB/s | 24 kB 00:00 2023-12-01T17:13:50.357 INFO:teuthology.orchestra.run.smithi191.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 34 MB/s | 47 MB 00:01 2023-12-01T17:13:50.947 INFO:teuthology.orchestra.run.smithi195.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 43 MB/s | 53 MB 00:01 2023-12-01T17:13:51.424 INFO:teuthology.orchestra.run.smithi078.stdout:Extra Packages for Enterprise Linux 2.2 MB/s | 16 MB 00:07 2023-12-01T17:13:54.972 INFO:teuthology.orchestra.run.smithi078.stdout:lab-extras 434 kB/s | 24 kB 00:00 2023-12-01T17:13:56.116 INFO:teuthology.orchestra.run.smithi078.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 44 MB/s | 47 MB 00:01 2023-12-01T17:13:59.108 INFO:teuthology.orchestra.run.smithi191.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 MB/s | 53 MB 00:01 2023-12-01T17:13:59.865 INFO:teuthology.orchestra.run.smithi195.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 MB/s | 47 MB 00:01 2023-12-01T17:14:04.218 INFO:teuthology.orchestra.run.smithi078.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 50 MB/s | 53 MB 00:01 2023-12-01T17:14:10.293 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2023-12-01T17:14:10.296 INFO:teuthology.orchestra.run.smithi191.stdout:==================================================================================================== 2023-12-01T17:14:10.296 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repository Size 2023-12-01T17:14:10.296 INFO:teuthology.orchestra.run.smithi191.stdout:==================================================================================================== 2023-12-01T17:14:10.296 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2023-12-01T17:14:10.296 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-radosgw x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 14 M 2023-12-01T17:14:10.296 INFO:teuthology.orchestra.run.smithi191.stdout:Upgrading: 2023-12-01T17:14:10.296 INFO:teuthology.orchestra.run.smithi191.stdout: librados2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 3.8 M 2023-12-01T17:14:10.296 INFO:teuthology.orchestra.run.smithi191.stdout: librbd1 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 3.8 M 2023-12-01T17:14:10.296 INFO:teuthology.orchestra.run.smithi191.stdout:Installing dependencies: 2023-12-01T17:14:10.296 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-base x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 5.4 M 2023-12-01T17:14:10.296 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-common x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 23 M 2023-12-01T17:14:10.297 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-selinux x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 24 k 2023-12-01T17:14:10.297 INFO:teuthology.orchestra.run.smithi191.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T17:14:10.297 INFO:teuthology.orchestra.run.smithi191.stdout: libcephfs2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 863 k 2023-12-01T17:14:10.297 INFO:teuthology.orchestra.run.smithi191.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T17:14:10.297 INFO:teuthology.orchestra.run.smithi191.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T17:14:10.297 INFO:teuthology.orchestra.run.smithi191.stdout: libradosstriper1 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 545 k 2023-12-01T17:14:10.297 INFO:teuthology.orchestra.run.smithi191.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T17:14:10.297 INFO:teuthology.orchestra.run.smithi191.stdout: librgw2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 6.9 M 2023-12-01T17:14:10.297 INFO:teuthology.orchestra.run.smithi191.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T17:14:10.297 INFO:teuthology.orchestra.run.smithi191.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T17:14:10.297 INFO:teuthology.orchestra.run.smithi191.stdout: python3-ceph-argparse x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 45 k 2023-12-01T17:14:10.297 INFO:teuthology.orchestra.run.smithi191.stdout: python3-ceph-common x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 128 k 2023-12-01T17:14:10.297 INFO:teuthology.orchestra.run.smithi191.stdout: python3-cephfs x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 196 k 2023-12-01T17:14:10.298 INFO:teuthology.orchestra.run.smithi191.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T17:14:10.298 INFO:teuthology.orchestra.run.smithi191.stdout: python3-rados x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 372 k 2023-12-01T17:14:10.298 INFO:teuthology.orchestra.run.smithi191.stdout: python3-rbd x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 364 k 2023-12-01T17:14:10.298 INFO:teuthology.orchestra.run.smithi191.stdout: python3-rgw x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 107 k 2023-12-01T17:14:10.298 INFO:teuthology.orchestra.run.smithi191.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T17:14:10.298 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-01T17:14:10.298 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2023-12-01T17:14:10.298 INFO:teuthology.orchestra.run.smithi191.stdout:==================================================================================================== 2023-12-01T17:14:10.298 INFO:teuthology.orchestra.run.smithi191.stdout:Install 21 Packages 2023-12-01T17:14:10.298 INFO:teuthology.orchestra.run.smithi191.stdout:Upgrade 2 Packages 2023-12-01T17:14:10.298 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-01T17:14:10.299 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 62 M 2023-12-01T17:14:10.299 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2023-12-01T17:14:11.026 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2023-12-01T17:14:11.028 INFO:teuthology.orchestra.run.smithi195.stdout:==================================================================================================== 2023-12-01T17:14:11.029 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repository Size 2023-12-01T17:14:11.029 INFO:teuthology.orchestra.run.smithi195.stdout:==================================================================================================== 2023-12-01T17:14:11.029 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2023-12-01T17:14:11.029 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-radosgw x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 14 M 2023-12-01T17:14:11.029 INFO:teuthology.orchestra.run.smithi195.stdout:Upgrading: 2023-12-01T17:14:11.029 INFO:teuthology.orchestra.run.smithi195.stdout: librados2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 3.8 M 2023-12-01T17:14:11.029 INFO:teuthology.orchestra.run.smithi195.stdout: librbd1 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 3.8 M 2023-12-01T17:14:11.029 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2023-12-01T17:14:11.029 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-base x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 5.4 M 2023-12-01T17:14:11.029 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-common x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 23 M 2023-12-01T17:14:11.029 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-selinux x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 24 k 2023-12-01T17:14:11.029 INFO:teuthology.orchestra.run.smithi195.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T17:14:11.029 INFO:teuthology.orchestra.run.smithi195.stdout: libcephfs2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 863 k 2023-12-01T17:14:11.029 INFO:teuthology.orchestra.run.smithi195.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T17:14:11.029 INFO:teuthology.orchestra.run.smithi195.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T17:14:11.030 INFO:teuthology.orchestra.run.smithi195.stdout: libradosstriper1 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 545 k 2023-12-01T17:14:11.030 INFO:teuthology.orchestra.run.smithi195.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T17:14:11.030 INFO:teuthology.orchestra.run.smithi195.stdout: librgw2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 6.9 M 2023-12-01T17:14:11.030 INFO:teuthology.orchestra.run.smithi195.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T17:14:11.030 INFO:teuthology.orchestra.run.smithi195.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T17:14:11.030 INFO:teuthology.orchestra.run.smithi195.stdout: python3-ceph-argparse x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 45 k 2023-12-01T17:14:11.030 INFO:teuthology.orchestra.run.smithi195.stdout: python3-ceph-common x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 128 k 2023-12-01T17:14:11.030 INFO:teuthology.orchestra.run.smithi195.stdout: python3-cephfs x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 196 k 2023-12-01T17:14:11.030 INFO:teuthology.orchestra.run.smithi195.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T17:14:11.030 INFO:teuthology.orchestra.run.smithi195.stdout: python3-rados x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 372 k 2023-12-01T17:14:11.030 INFO:teuthology.orchestra.run.smithi195.stdout: python3-rbd x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 364 k 2023-12-01T17:14:11.030 INFO:teuthology.orchestra.run.smithi195.stdout: python3-rgw x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 107 k 2023-12-01T17:14:11.030 INFO:teuthology.orchestra.run.smithi195.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T17:14:11.030 INFO:teuthology.orchestra.run.smithi195.stdout: 2023-12-01T17:14:11.031 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2023-12-01T17:14:11.031 INFO:teuthology.orchestra.run.smithi195.stdout:==================================================================================================== 2023-12-01T17:14:11.031 INFO:teuthology.orchestra.run.smithi195.stdout:Install 21 Packages 2023-12-01T17:14:11.031 INFO:teuthology.orchestra.run.smithi195.stdout:Upgrade 2 Packages 2023-12-01T17:14:11.031 INFO:teuthology.orchestra.run.smithi195.stdout: 2023-12-01T17:14:11.031 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 62 M 2023-12-01T17:14:11.031 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2023-12-01T17:14:11.241 INFO:teuthology.orchestra.run.smithi191.stdout:(1/23): ceph-base-18.0.0-7570.gd710c09d.el8.x86 6.1 MB/s | 5.4 MB 00:00 2023-12-01T17:14:11.325 INFO:teuthology.orchestra.run.smithi191.stdout:(2/23): ceph-selinux-18.0.0-7570.gd710c09d.el8. 292 kB/s | 24 kB 00:00 2023-12-01T17:14:11.450 INFO:teuthology.orchestra.run.smithi191.stdout:(3/23): libcephfs2-18.0.0-7570.gd710c09d.el8.x8 6.8 MB/s | 863 kB 00:00 2023-12-01T17:14:11.558 INFO:teuthology.orchestra.run.smithi191.stdout:(4/23): libradosstriper1-18.0.0-7570.gd710c09d. 4.9 MB/s | 545 kB 00:00 2023-12-01T17:14:12.284 INFO:teuthology.orchestra.run.smithi191.stdout:(5/23): ceph-radosgw-18.0.0-7570.gd710c09d.el8. 7.2 MB/s | 14 MB 00:01 2023-12-01T17:14:12.392 INFO:teuthology.orchestra.run.smithi191.stdout:(6/23): librgw2-18.0.0-7570.gd710c09d.el8.x86_6 8.3 MB/s | 6.9 MB 00:00 2023-12-01T17:14:12.409 INFO:teuthology.orchestra.run.smithi191.stdout:(7/23): python3-ceph-argparse-18.0.0-7570.gd710 357 kB/s | 45 kB 00:00 2023-12-01T17:14:12.460 INFO:teuthology.orchestra.run.smithi191.stdout:(8/23): python3-ceph-common-18.0.0-7570.gd710c0 1.9 MB/s | 128 kB 00:00 2023-12-01T17:14:12.485 INFO:teuthology.orchestra.run.smithi191.stdout:(9/23): python3-cephfs-18.0.0-7570.gd710c09d.el 2.5 MB/s | 196 kB 00:00 2023-12-01T17:14:12.527 INFO:teuthology.orchestra.run.smithi191.stdout:(10/23): python3-rados-18.0.0-7570.gd710c09d.el 5.4 MB/s | 372 kB 00:00 2023-12-01T17:14:12.569 INFO:teuthology.orchestra.run.smithi191.stdout:(11/23): python3-rbd-18.0.0-7570.gd710c09d.el8. 4.2 MB/s | 364 kB 00:00 2023-12-01T17:14:12.594 INFO:teuthology.orchestra.run.smithi191.stdout:(12/23): python3-rgw-18.0.0-7570.gd710c09d.el8. 1.6 MB/s | 107 kB 00:00 2023-12-01T17:14:12.995 INFO:teuthology.orchestra.run.smithi191.stdout:(13/23): ceph-common-18.0.0-7570.gd710c09d.el8. 8.6 MB/s | 23 MB 00:02 2023-12-01T17:14:13.020 INFO:teuthology.orchestra.run.smithi191.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 138 kB/s | 59 kB 00:00 2023-12-01T17:14:13.154 INFO:teuthology.orchestra.run.smithi191.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 524 kB/s | 306 kB 00:00 2023-12-01T17:14:13.312 INFO:teuthology.orchestra.run.smithi191.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.6 MB/s | 259 kB 00:00 2023-12-01T17:14:13.363 INFO:teuthology.orchestra.run.smithi191.stdout:(17/23): libunwind-1.3.1-3.el8.x86_64.rpm 204 kB/s | 75 kB 00:00 2023-12-01T17:14:13.446 INFO:teuthology.orchestra.run.smithi191.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 329 kB/s | 44 kB 00:00 2023-12-01T17:14:13.530 INFO:teuthology.orchestra.run.smithi191.stdout:(19/23): thrift-0.13.0-2.el8.x86_64.rpm 3.4 MB/s | 1.7 MB 00:00 2023-12-01T17:14:13.555 INFO:teuthology.orchestra.run.smithi191.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.8 MB/s | 354 kB 00:00 2023-12-01T17:14:13.597 INFO:teuthology.orchestra.run.smithi191.stdout:(21/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 311 kB/s | 47 kB 00:00 2023-12-01T17:14:13.964 INFO:teuthology.orchestra.run.smithi191.stdout:(22/23): librados2-18.0.0-7570.gd710c09d.el8.x8 8.8 MB/s | 3.8 MB 00:00 2023-12-01T17:14:14.056 INFO:teuthology.orchestra.run.smithi191.stdout:(23/23): librbd1-18.0.0-7570.gd710c09d.el8.x86_ 7.5 MB/s | 3.8 MB 00:00 2023-12-01T17:14:14.058 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2023-12-01T17:14:14.059 INFO:teuthology.orchestra.run.smithi191.stdout:Total 16 MB/s | 62 MB 00:03 2023-12-01T17:14:14.106 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2023-12-01T17:14:14.258 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2023-12-01T17:14:14.259 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2023-12-01T17:14:14.601 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2023-12-01T17:14:14.605 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2023-12-01T17:14:15.419 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-12-01T17:14:15.421 INFO:teuthology.orchestra.run.smithi078.stdout:==================================================================================================== 2023-12-01T17:14:15.421 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-12-01T17:14:15.421 INFO:teuthology.orchestra.run.smithi078.stdout:==================================================================================================== 2023-12-01T17:14:15.422 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-12-01T17:14:15.422 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-radosgw x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 14 M 2023-12-01T17:14:15.422 INFO:teuthology.orchestra.run.smithi078.stdout:Upgrading: 2023-12-01T17:14:15.422 INFO:teuthology.orchestra.run.smithi078.stdout: librados2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 3.8 M 2023-12-01T17:14:15.422 INFO:teuthology.orchestra.run.smithi078.stdout: librbd1 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 3.8 M 2023-12-01T17:14:15.422 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-12-01T17:14:15.422 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-base x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 5.4 M 2023-12-01T17:14:15.422 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-common x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 23 M 2023-12-01T17:14:15.422 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-selinux x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 24 k 2023-12-01T17:14:15.422 INFO:teuthology.orchestra.run.smithi078.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T17:14:15.422 INFO:teuthology.orchestra.run.smithi078.stdout: libcephfs2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 863 k 2023-12-01T17:14:15.422 INFO:teuthology.orchestra.run.smithi078.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T17:14:15.422 INFO:teuthology.orchestra.run.smithi078.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T17:14:15.422 INFO:teuthology.orchestra.run.smithi078.stdout: libradosstriper1 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 545 k 2023-12-01T17:14:15.423 INFO:teuthology.orchestra.run.smithi078.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T17:14:15.423 INFO:teuthology.orchestra.run.smithi078.stdout: librgw2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 6.9 M 2023-12-01T17:14:15.423 INFO:teuthology.orchestra.run.smithi078.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T17:14:15.423 INFO:teuthology.orchestra.run.smithi078.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T17:14:15.423 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ceph-argparse x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 45 k 2023-12-01T17:14:15.423 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ceph-common x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 128 k 2023-12-01T17:14:15.423 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cephfs x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 196 k 2023-12-01T17:14:15.423 INFO:teuthology.orchestra.run.smithi078.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T17:14:15.423 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rados x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 372 k 2023-12-01T17:14:15.423 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rbd x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 364 k 2023-12-01T17:14:15.423 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rgw x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 107 k 2023-12-01T17:14:15.423 INFO:teuthology.orchestra.run.smithi078.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T17:14:15.423 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-01T17:14:15.424 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-12-01T17:14:15.424 INFO:teuthology.orchestra.run.smithi078.stdout:==================================================================================================== 2023-12-01T17:14:15.424 INFO:teuthology.orchestra.run.smithi078.stdout:Install 21 Packages 2023-12-01T17:14:15.424 INFO:teuthology.orchestra.run.smithi078.stdout:Upgrade 2 Packages 2023-12-01T17:14:15.424 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-01T17:14:15.424 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 62 M 2023-12-01T17:14:15.424 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-12-01T17:14:15.518 INFO:teuthology.orchestra.run.smithi195.stdout:(1/23): ceph-base-18.0.0-7570.gd710c09d.el8.x86 1.2 MB/s | 5.4 MB 00:04 2023-12-01T17:14:15.614 INFO:teuthology.orchestra.run.smithi195.stdout:(2/23): ceph-selinux-18.0.0-7570.gd710c09d.el8. 254 kB/s | 24 kB 00:00 2023-12-01T17:14:15.739 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2023-12-01T17:14:15.940 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T17:14:16.126 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T17:14:16.140 INFO:teuthology.orchestra.run.smithi195.stdout:(3/23): ceph-common-18.0.0-7570.gd710c09d.el8.x 4.5 MB/s | 23 MB 00:05 2023-12-01T17:14:16.182 INFO:teuthology.orchestra.run.smithi195.stdout:(4/23): libcephfs2-18.0.0-7570.gd710c09d.el8.x8 1.5 MB/s | 863 kB 00:00 2023-12-01T17:14:16.351 INFO:teuthology.orchestra.run.smithi078.stdout:(1/23): ceph-base-18.0.0-7570.gd710c09d.el8.x86 8.2 MB/s | 5.4 MB 00:00 2023-12-01T17:14:16.374 INFO:teuthology.orchestra.run.smithi195.stdout:(5/23): libradosstriper1-18.0.0-7570.gd710c09d. 2.3 MB/s | 545 kB 00:00 2023-12-01T17:14:16.426 INFO:teuthology.orchestra.run.smithi078.stdout:(2/23): ceph-selinux-18.0.0-7570.gd710c09d.el8. 325 kB/s | 24 kB 00:00 2023-12-01T17:14:16.457 INFO:teuthology.orchestra.run.smithi195.stdout:(6/23): python3-ceph-argparse-18.0.0-7570.gd710 536 kB/s | 45 kB 00:00 2023-12-01T17:14:16.546 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T17:14:16.566 INFO:teuthology.orchestra.run.smithi195.stdout:(7/23): python3-ceph-common-18.0.0-7570.gd710c0 1.2 MB/s | 128 kB 00:00 2023-12-01T17:14:16.577 INFO:teuthology.orchestra.run.smithi078.stdout:(3/23): libcephfs2-18.0.0-7570.gd710c09d.el8.x8 5.6 MB/s | 863 kB 00:00 2023-12-01T17:14:16.677 INFO:teuthology.orchestra.run.smithi078.stdout:(4/23): libradosstriper1-18.0.0-7570.gd710c09d. 5.3 MB/s | 545 kB 00:00 2023-12-01T17:14:16.708 INFO:teuthology.orchestra.run.smithi195.stdout:(8/23): python3-cephfs-18.0.0-7570.gd710c09d.el 1.4 MB/s | 196 kB 00:00 2023-12-01T17:14:16.726 INFO:teuthology.orchestra.run.smithi191.stdout: Upgrading : librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T17:14:16.823 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T17:14:17.008 INFO:teuthology.orchestra.run.smithi195.stdout:(9/23): python3-rados-18.0.0-7570.gd710c09d.el8 1.2 MB/s | 372 kB 00:00 2023-12-01T17:14:17.015 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 4/25 2023-12-01T17:14:17.270 INFO:teuthology.orchestra.run.smithi195.stdout:(10/23): python3-rbd-18.0.0-7570.gd710c09d.el8. 1.4 MB/s | 364 kB 00:00 2023-12-01T17:14:17.271 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T17:14:17.359 INFO:teuthology.orchestra.run.smithi195.stdout:(11/23): python3-rgw-18.0.0-7570.gd710c09d.el8. 1.2 MB/s | 107 kB 00:00 2023-12-01T17:14:17.451 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 6/25 2023-12-01T17:14:17.627 INFO:teuthology.orchestra.run.smithi078.stdout:(5/23): ceph-common-18.0.0-7570.gd710c09d.el8.x 12 MB/s | 23 MB 00:01 2023-12-01T17:14:17.676 INFO:teuthology.orchestra.run.smithi195.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 967 kB/s | 306 kB 00:00 2023-12-01T17:14:17.703 INFO:teuthology.orchestra.run.smithi078.stdout:(6/23): librgw2-18.0.0-7570.gd710c09d.el8.x86_6 6.8 MB/s | 6.9 MB 00:01 2023-12-01T17:14:17.728 INFO:teuthology.orchestra.run.smithi078.stdout:(7/23): python3-ceph-argparse-18.0.0-7570.gd710 447 kB/s | 45 kB 00:00 2023-12-01T17:14:17.734 INFO:teuthology.orchestra.run.smithi195.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 1.0 MB/s | 59 kB 00:00 2023-12-01T17:14:17.754 INFO:teuthology.orchestra.run.smithi078.stdout:(8/23): python3-ceph-common-18.0.0-7570.gd710c0 2.5 MB/s | 128 kB 00:00 2023-12-01T17:14:17.770 INFO:teuthology.orchestra.run.smithi078.stdout:(9/23): python3-cephfs-18.0.0-7570.gd710c09d.el 4.6 MB/s | 196 kB 00:00 2023-12-01T17:14:17.785 INFO:teuthology.orchestra.run.smithi195.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.5 MB/s | 75 kB 00:00 2023-12-01T17:14:17.821 INFO:teuthology.orchestra.run.smithi078.stdout:(10/23): python3-rbd-18.0.0-7570.gd710c09d.el8. 7.1 MB/s | 364 kB 00:00 2023-12-01T17:14:17.846 INFO:teuthology.orchestra.run.smithi078.stdout:(11/23): python3-rados-18.0.0-7570.gd710c09d.el 3.9 MB/s | 372 kB 00:00 2023-12-01T17:14:17.870 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 6/25 2023-12-01T17:14:17.871 INFO:teuthology.orchestra.run.smithi078.stdout:(12/23): python3-rgw-18.0.0-7570.gd710c09d.el8. 2.1 MB/s | 107 kB 00:00 2023-12-01T17:14:18.030 INFO:teuthology.orchestra.run.smithi078.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 382 kB/s | 59 kB 00:00 2023-12-01T17:14:18.055 INFO:teuthology.orchestra.run.smithi078.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.4 MB/s | 306 kB 00:00 2023-12-01T17:14:18.084 INFO:teuthology.orchestra.run.smithi191.stdout: Upgrading : librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T17:14:18.089 INFO:teuthology.orchestra.run.smithi078.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.2 MB/s | 75 kB 00:00 2023-12-01T17:14:18.154 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T17:14:18.222 INFO:teuthology.orchestra.run.smithi078.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.9 MB/s | 259 kB 00:00 2023-12-01T17:14:18.350 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-01T17:14:18.364 INFO:teuthology.orchestra.run.smithi078.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 310 kB/s | 44 kB 00:00 2023-12-01T17:14:18.525 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T17:14:18.531 INFO:teuthology.orchestra.run.smithi078.stdout:(18/23): thrift-0.13.0-2.el8.x86_64.rpm 3.6 MB/s | 1.7 MB 00:00 2023-12-01T17:14:18.565 INFO:teuthology.orchestra.run.smithi078.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.7 MB/s | 354 kB 00:00 2023-12-01T17:14:18.710 INFO:teuthology.orchestra.run.smithi195.stdout:(15/23): thrift-0.13.0-2.el8.x86_64.rpm 1.9 MB/s | 1.7 MB 00:00 2023-12-01T17:14:18.732 INFO:teuthology.orchestra.run.smithi078.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 234 kB/s | 47 kB 00:00 2023-12-01T17:14:18.866 INFO:teuthology.orchestra.run.smithi078.stdout:(21/23): librados2-18.0.0-7570.gd710c09d.el8.x8 13 MB/s | 3.8 MB 00:00 2023-12-01T17:14:18.910 INFO:teuthology.orchestra.run.smithi195.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 234 kB/s | 47 kB 00:00 2023-12-01T17:14:19.036 INFO:teuthology.orchestra.run.smithi195.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 2.0 MB/s | 259 kB 00:00 2023-12-01T17:14:19.109 INFO:teuthology.orchestra.run.smithi078.stdout:(22/23): librbd1-18.0.0-7570.gd710c09d.el8.x86_ 10 MB/s | 3.8 MB 00:00 2023-12-01T17:14:19.200 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T17:14:19.302 INFO:teuthology.orchestra.run.smithi195.stdout:(18/23): librgw2-18.0.0-7570.gd710c09d.el8.x86_ 2.2 MB/s | 6.9 MB 00:03 2023-12-01T17:14:19.328 INFO:teuthology.orchestra.run.smithi195.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 151 kB/s | 44 kB 00:00 2023-12-01T17:14:19.584 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T17:14:19.645 INFO:teuthology.orchestra.run.smithi195.stdout:(20/23): ceph-radosgw-18.0.0-7570.gd710c09d.el8 1.6 MB/s | 14 MB 00:08 2023-12-01T17:14:19.652 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T17:14:19.678 INFO:teuthology.orchestra.run.smithi195.stdout:(21/23): librdkafka-0.11.4-3.el8.x86_64.rpm 942 kB/s | 354 kB 00:00 2023-12-01T17:14:19.779 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8. 11/25 2023-12-01T17:14:19.928 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 12/25 2023-12-01T17:14:20.127 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 13/25 2023-12-01T17:14:20.291 INFO:teuthology.orchestra.run.smithi078.stdout:(23/23): ceph-radosgw-18.0.0-7570.gd710c09d.el8 3.0 MB/s | 14 MB 00:04 2023-12-01T17:14:20.295 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-12-01T17:14:20.296 INFO:teuthology.orchestra.run.smithi078.stdout:Total 13 MB/s | 62 MB 00:04 2023-12-01T17:14:20.304 INFO:teuthology.orchestra.run.smithi195.stdout:(22/23): librbd1-18.0.0-7570.gd710c09d.el8.x86_ 5.7 MB/s | 3.8 MB 00:00 2023-12-01T17:14:20.316 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 14/25 2023-12-01T17:14:20.340 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-12-01T17:14:20.385 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-12-01T17:14:20.386 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-12-01T17:14:20.450 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 15/25 2023-12-01T17:14:20.523 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 15/25 2023-12-01T17:14:20.528 INFO:teuthology.orchestra.run.smithi195.stdout:(23/23): librados2-18.0.0-7570.gd710c09d.el8.x8 3.2 MB/s | 3.8 MB 00:01 2023-12-01T17:14:20.532 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2023-12-01T17:14:20.532 INFO:teuthology.orchestra.run.smithi195.stdout:Total 6.5 MB/s | 62 MB 00:09 2023-12-01T17:14:20.577 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2023-12-01T17:14:20.621 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2023-12-01T17:14:20.621 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2023-12-01T17:14:20.647 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T17:14:20.725 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-12-01T17:14:20.728 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-12-01T17:14:20.819 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T17:14:20.972 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2023-12-01T17:14:20.976 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2023-12-01T17:14:21.064 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T17:14:21.217 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x8 19/25 2023-12-01T17:14:21.945 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-12-01T17:14:22.182 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T17:14:22.206 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2023-12-01T17:14:22.371 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T17:14:22.454 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T17:14:22.690 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T17:14:22.817 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T17:14:23.021 INFO:teuthology.orchestra.run.smithi078.stdout: Upgrading : librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T17:14:23.104 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T17:14:23.119 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T17:14:23.323 INFO:teuthology.orchestra.run.smithi195.stdout: Upgrading : librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T17:14:23.352 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 4/25 2023-12-01T17:14:23.421 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T17:14:23.575 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T17:14:23.654 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 4/25 2023-12-01T17:14:23.787 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 6/25 2023-12-01T17:14:23.947 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T17:14:24.190 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 6/25 2023-12-01T17:14:24.211 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 6/25 2023-12-01T17:14:24.420 INFO:teuthology.orchestra.run.smithi078.stdout: Upgrading : librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T17:14:24.509 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T17:14:24.615 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 6/25 2023-12-01T17:14:24.710 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-01T17:14:24.856 INFO:teuthology.orchestra.run.smithi195.stdout: Upgrading : librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T17:14:24.912 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T17:14:24.937 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T17:14:24.973 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T17:14:25.175 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T17:14:25.265 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T17:14:25.329 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T17:14:25.590 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T17:14:25.752 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T17:14:25.770 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T17:14:25.839 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T17:14:25.965 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8. 11/25 2023-12-01T17:14:26.021 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 21/25 2023-12-01T17:14:26.088 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-01T17:14:26.091 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 21/25 2023-12-01T17:14:26.142 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 12/25 2023-12-01T17:14:26.248 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T17:14:26.257 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T17:14:26.316 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T17:14:26.353 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 13/25 2023-12-01T17:14:26.484 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8. 11/25 2023-12-01T17:14:26.569 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 14/25 2023-12-01T17:14:26.642 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 12/25 2023-12-01T17:14:26.720 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 15/25 2023-12-01T17:14:26.794 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 15/25 2023-12-01T17:14:26.882 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 13/25 2023-12-01T17:14:26.971 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T17:14:27.113 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 14/25 2023-12-01T17:14:27.145 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T17:14:27.281 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 15/25 2023-12-01T17:14:27.353 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 15/25 2023-12-01T17:14:27.388 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T17:14:27.530 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T17:14:27.537 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x8 19/25 2023-12-01T17:14:27.715 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T17:14:27.974 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T17:14:28.148 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x8 19/25 2023-12-01T17:14:31.261 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T17:14:31.487 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T17:14:32.062 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T17:14:32.078 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T17:14:32.281 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T17:14:32.350 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 21/25 2023-12-01T17:14:32.438 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 21/25 2023-12-01T17:14:32.578 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T17:14:32.860 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T17:14:33.151 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 21/25 2023-12-01T17:14:33.229 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 21/25 2023-12-01T17:14:33.397 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T17:14:44.881 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T17:14:44.881 INFO:teuthology.orchestra.run.smithi191.stdout:skipping the directory /sys 2023-12-01T17:14:44.881 INFO:teuthology.orchestra.run.smithi191.stdout:skipping the directory /proc 2023-12-01T17:14:44.881 INFO:teuthology.orchestra.run.smithi191.stdout:skipping the directory /dev 2023-12-01T17:14:44.881 INFO:teuthology.orchestra.run.smithi191.stdout:skipping the directory /run 2023-12-01T17:14:44.881 INFO:teuthology.orchestra.run.smithi191.stdout:skipping the directory /mnt 2023-12-01T17:14:44.881 INFO:teuthology.orchestra.run.smithi191.stdout:skipping the directory /var/tmp 2023-12-01T17:14:44.881 INFO:teuthology.orchestra.run.smithi191.stdout:skipping the directory /home 2023-12-01T17:14:44.881 INFO:teuthology.orchestra.run.smithi191.stdout:skipping the directory /tmp 2023-12-01T17:14:44.882 INFO:teuthology.orchestra.run.smithi191.stdout:skipping the directory /dev 2023-12-01T17:14:44.882 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-01T17:14:46.273 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 23/25 2023-12-01T17:14:46.294 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 23/25 2023-12-01T17:14:46.294 INFO:teuthology.orchestra.run.smithi191.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T17:14:46.481 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T17:14:46.481 INFO:teuthology.orchestra.run.smithi191.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T17:14:47.059 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T17:14:47.060 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 1/25 2023-12-01T17:14:47.060 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2/25 2023-12-01T17:14:47.060 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T17:14:47.060 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 4/25 2023-12-01T17:14:47.060 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 5/25 2023-12-01T17:14:47.061 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 6/25 2023-12-01T17:14:47.061 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T17:14:47.061 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8. 8/25 2023-12-01T17:14:47.061 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x8 9/25 2023-12-01T17:14:47.061 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T17:14:47.061 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 11/25 2023-12-01T17:14:47.061 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 12/25 2023-12-01T17:14:47.061 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 13/25 2023-12-01T17:14:47.061 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T17:14:47.061 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T17:14:47.062 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T17:14:47.062 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T17:14:47.062 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-01T17:14:47.062 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-01T17:14:47.062 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-01T17:14:47.062 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-01T17:14:47.062 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T17:14:47.062 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T17:14:47.062 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 24/25 2023-12-01T17:14:48.406 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T17:14:48.406 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:00:50 ago on Fri 01 Dec 2023 05:13:58 PM UTC. 2023-12-01T17:14:50.972 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T17:14:50.972 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /sys 2023-12-01T17:14:50.972 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /proc 2023-12-01T17:14:50.972 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /dev 2023-12-01T17:14:50.972 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /run 2023-12-01T17:14:50.972 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /mnt 2023-12-01T17:14:50.973 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /var/tmp 2023-12-01T17:14:50.973 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /home 2023-12-01T17:14:50.973 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /tmp 2023-12-01T17:14:50.973 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /dev 2023-12-01T17:14:50.973 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-01T17:14:52.004 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T17:14:52.005 INFO:teuthology.orchestra.run.smithi195.stdout:skipping the directory /sys 2023-12-01T17:14:52.005 INFO:teuthology.orchestra.run.smithi195.stdout:skipping the directory /proc 2023-12-01T17:14:52.005 INFO:teuthology.orchestra.run.smithi195.stdout:skipping the directory /dev 2023-12-01T17:14:52.005 INFO:teuthology.orchestra.run.smithi195.stdout:skipping the directory /run 2023-12-01T17:14:52.005 INFO:teuthology.orchestra.run.smithi195.stdout:skipping the directory /mnt 2023-12-01T17:14:52.005 INFO:teuthology.orchestra.run.smithi195.stdout:skipping the directory /var/tmp 2023-12-01T17:14:52.005 INFO:teuthology.orchestra.run.smithi195.stdout:skipping the directory /home 2023-12-01T17:14:52.005 INFO:teuthology.orchestra.run.smithi195.stdout:skipping the directory /tmp 2023-12-01T17:14:52.006 INFO:teuthology.orchestra.run.smithi195.stdout:skipping the directory /dev 2023-12-01T17:14:52.006 INFO:teuthology.orchestra.run.smithi195.stdout: 2023-12-01T17:14:52.374 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 23/25 2023-12-01T17:14:52.392 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 23/25 2023-12-01T17:14:52.393 INFO:teuthology.orchestra.run.smithi078.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T17:14:52.619 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T17:14:52.619 INFO:teuthology.orchestra.run.smithi078.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T17:14:53.239 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T17:14:53.239 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 1/25 2023-12-01T17:14:53.239 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2/25 2023-12-01T17:14:53.239 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T17:14:53.239 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 4/25 2023-12-01T17:14:53.239 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 5/25 2023-12-01T17:14:53.239 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 6/25 2023-12-01T17:14:53.239 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T17:14:53.239 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8. 8/25 2023-12-01T17:14:53.239 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x8 9/25 2023-12-01T17:14:53.240 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T17:14:53.240 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 11/25 2023-12-01T17:14:53.240 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 12/25 2023-12-01T17:14:53.240 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 13/25 2023-12-01T17:14:53.240 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T17:14:53.240 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T17:14:53.240 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T17:14:53.240 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T17:14:53.240 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-01T17:14:53.240 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-01T17:14:53.240 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-01T17:14:53.240 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-01T17:14:53.240 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T17:14:53.240 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T17:14:53.240 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 24/25 2023-12-01T17:14:53.423 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 23/25 2023-12-01T17:14:53.444 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 23/25 2023-12-01T17:14:53.444 INFO:teuthology.orchestra.run.smithi195.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T17:14:53.671 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T17:14:53.671 INFO:teuthology.orchestra.run.smithi195.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T17:14:54.280 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T17:14:54.280 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 1/25 2023-12-01T17:14:54.280 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2/25 2023-12-01T17:14:54.280 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T17:14:54.280 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 4/25 2023-12-01T17:14:54.280 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 5/25 2023-12-01T17:14:54.280 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 6/25 2023-12-01T17:14:54.280 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T17:14:54.280 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8. 8/25 2023-12-01T17:14:54.280 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x8 9/25 2023-12-01T17:14:54.281 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T17:14:54.281 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 11/25 2023-12-01T17:14:54.281 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 12/25 2023-12-01T17:14:54.281 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 13/25 2023-12-01T17:14:54.281 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T17:14:54.281 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T17:14:54.281 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T17:14:54.281 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T17:14:54.281 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-01T17:14:54.281 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-01T17:14:54.281 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-01T17:14:54.281 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-01T17:14:54.281 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T17:14:54.282 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T17:14:54.282 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 24/25 2023-12-01T17:14:54.599 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T17:14:54.599 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:00:51 ago on Fri 01 Dec 2023 05:14:03 PM UTC. 2023-12-01T17:14:55.709 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T17:14:55.709 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:00:56 ago on Fri 01 Dec 2023 05:13:59 PM UTC. 2023-12-01T17:14:56.673 INFO:teuthology.orchestra.run.smithi191.stdout:Installed products updated. 2023-12-01T17:14:56.859 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-01T17:14:56.859 INFO:teuthology.orchestra.run.smithi191.stdout:Upgraded: 2023-12-01T17:14:56.859 INFO:teuthology.orchestra.run.smithi191.stdout: librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:14:56.859 INFO:teuthology.orchestra.run.smithi191.stdout: librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:14:56.859 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2023-12-01T17:14:56.859 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:14:56.859 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:14:56.859 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:14:56.859 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:14:56.860 INFO:teuthology.orchestra.run.smithi191.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T17:14:56.860 INFO:teuthology.orchestra.run.smithi191.stdout: libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:14:56.860 INFO:teuthology.orchestra.run.smithi191.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T17:14:56.860 INFO:teuthology.orchestra.run.smithi191.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T17:14:56.860 INFO:teuthology.orchestra.run.smithi191.stdout: libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:14:56.860 INFO:teuthology.orchestra.run.smithi191.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T17:14:56.860 INFO:teuthology.orchestra.run.smithi191.stdout: librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:14:56.860 INFO:teuthology.orchestra.run.smithi191.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T17:14:56.860 INFO:teuthology.orchestra.run.smithi191.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T17:14:56.860 INFO:teuthology.orchestra.run.smithi191.stdout: python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:14:56.860 INFO:teuthology.orchestra.run.smithi191.stdout: python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:14:56.860 INFO:teuthology.orchestra.run.smithi191.stdout: python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:14:56.860 INFO:teuthology.orchestra.run.smithi191.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T17:14:56.860 INFO:teuthology.orchestra.run.smithi191.stdout: python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:14:56.861 INFO:teuthology.orchestra.run.smithi191.stdout: python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:14:56.861 INFO:teuthology.orchestra.run.smithi191.stdout: python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:14:56.861 INFO:teuthology.orchestra.run.smithi191.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T17:14:56.861 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-01T17:14:56.861 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2023-12-01T17:14:57.023 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install ceph-test 2023-12-01T17:14:57.369 INFO:teuthology.orchestra.run.smithi191.stdout:Updating Subscription Management repositories. 2023-12-01T17:14:58.966 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:00 ago on Fri 01 Dec 2023 05:13:58 PM UTC. 2023-12-01T17:15:00.380 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2023-12-01T17:15:00.381 INFO:teuthology.orchestra.run.smithi191.stdout:============================================================================================ 2023-12-01T17:15:00.381 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repository Size 2023-12-01T17:15:00.382 INFO:teuthology.orchestra.run.smithi191.stdout:============================================================================================ 2023-12-01T17:15:00.382 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2023-12-01T17:15:00.382 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-test x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 53 M 2023-12-01T17:15:00.382 INFO:teuthology.orchestra.run.smithi191.stdout:Installing dependencies: 2023-12-01T17:15:00.382 INFO:teuthology.orchestra.run.smithi191.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T17:15:00.382 INFO:teuthology.orchestra.run.smithi191.stdout: libcephsqlite x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 182 k 2023-12-01T17:15:00.382 INFO:teuthology.orchestra.run.smithi191.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T17:15:00.382 INFO:teuthology.orchestra.run.smithi191.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T17:15:00.382 INFO:teuthology.orchestra.run.smithi191.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T17:15:00.382 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-01T17:15:00.383 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2023-12-01T17:15:00.383 INFO:teuthology.orchestra.run.smithi191.stdout:============================================================================================ 2023-12-01T17:15:00.383 INFO:teuthology.orchestra.run.smithi191.stdout:Install 6 Packages 2023-12-01T17:15:00.383 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-01T17:15:00.383 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 53 M 2023-12-01T17:15:00.384 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 255 M 2023-12-01T17:15:00.384 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2023-12-01T17:15:00.504 INFO:teuthology.orchestra.run.smithi191.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 578 kB/s | 70 kB 00:00 2023-12-01T17:15:00.721 INFO:teuthology.orchestra.run.smithi191.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.5 MB/s | 323 kB 00:00 2023-12-01T17:15:00.880 INFO:teuthology.orchestra.run.smithi191.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2023-12-01T17:15:00.897 INFO:teuthology.orchestra.run.smithi191.stdout:(4/6): libcephsqlite-18.0.0-7570.gd710c09d.el8. 356 kB/s | 182 kB 00:00 2023-12-01T17:15:01.047 INFO:teuthology.orchestra.run.smithi191.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.2 MB/s | 202 kB 00:00 2023-12-01T17:15:02.432 INFO:teuthology.orchestra.run.smithi078.stdout:Installed products updated. 2023-12-01T17:15:02.620 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-01T17:15:02.620 INFO:teuthology.orchestra.run.smithi078.stdout:Upgraded: 2023-12-01T17:15:02.620 INFO:teuthology.orchestra.run.smithi078.stdout: librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:02.620 INFO:teuthology.orchestra.run.smithi078.stdout: librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:02.620 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-12-01T17:15:02.620 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:02.621 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:02.621 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:02.621 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:02.621 INFO:teuthology.orchestra.run.smithi078.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T17:15:02.621 INFO:teuthology.orchestra.run.smithi078.stdout: libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:02.621 INFO:teuthology.orchestra.run.smithi078.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T17:15:02.621 INFO:teuthology.orchestra.run.smithi078.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T17:15:02.621 INFO:teuthology.orchestra.run.smithi078.stdout: libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:02.621 INFO:teuthology.orchestra.run.smithi078.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T17:15:02.621 INFO:teuthology.orchestra.run.smithi078.stdout: librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:02.621 INFO:teuthology.orchestra.run.smithi078.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T17:15:02.621 INFO:teuthology.orchestra.run.smithi078.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T17:15:02.621 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:02.621 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:02.622 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:02.622 INFO:teuthology.orchestra.run.smithi078.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T17:15:02.622 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:02.622 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:02.622 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:02.622 INFO:teuthology.orchestra.run.smithi078.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T17:15:02.622 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-01T17:15:02.622 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-12-01T17:15:02.784 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-test 2023-12-01T17:15:03.133 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-12-01T17:15:04.530 INFO:teuthology.orchestra.run.smithi191.stdout:(6/6): ceph-test-18.0.0-7570.gd710c09d.el8.x86_ 13 MB/s | 53 MB 00:04 2023-12-01T17:15:04.532 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2023-12-01T17:15:04.532 INFO:teuthology.orchestra.run.smithi191.stdout:Total 13 MB/s | 53 MB 00:04 2023-12-01T17:15:04.570 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2023-12-01T17:15:04.591 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2023-12-01T17:15:04.591 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2023-12-01T17:15:04.671 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:01 ago on Fri 01 Dec 2023 05:14:03 PM UTC. 2023-12-01T17:15:04.868 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2023-12-01T17:15:04.872 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2023-12-01T17:15:05.324 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2023-12-01T17:15:05.450 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T17:15:05.535 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T17:15:05.647 INFO:teuthology.orchestra.run.smithi195.stdout:Installed products updated. 2023-12-01T17:15:05.720 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T17:15:05.835 INFO:teuthology.orchestra.run.smithi195.stdout: 2023-12-01T17:15:05.836 INFO:teuthology.orchestra.run.smithi195.stdout:Upgraded: 2023-12-01T17:15:05.836 INFO:teuthology.orchestra.run.smithi195.stdout: librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:05.836 INFO:teuthology.orchestra.run.smithi195.stdout: librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:05.836 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2023-12-01T17:15:05.836 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:05.836 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:05.836 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:05.836 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:05.836 INFO:teuthology.orchestra.run.smithi195.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T17:15:05.836 INFO:teuthology.orchestra.run.smithi195.stdout: libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:05.836 INFO:teuthology.orchestra.run.smithi195.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T17:15:05.836 INFO:teuthology.orchestra.run.smithi195.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T17:15:05.836 INFO:teuthology.orchestra.run.smithi195.stdout: libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:05.836 INFO:teuthology.orchestra.run.smithi195.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T17:15:05.837 INFO:teuthology.orchestra.run.smithi195.stdout: librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:05.837 INFO:teuthology.orchestra.run.smithi195.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T17:15:05.837 INFO:teuthology.orchestra.run.smithi195.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T17:15:05.837 INFO:teuthology.orchestra.run.smithi195.stdout: python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:05.837 INFO:teuthology.orchestra.run.smithi195.stdout: python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:05.837 INFO:teuthology.orchestra.run.smithi195.stdout: python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:05.837 INFO:teuthology.orchestra.run.smithi195.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T17:15:05.837 INFO:teuthology.orchestra.run.smithi195.stdout: python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:05.837 INFO:teuthology.orchestra.run.smithi195.stdout: python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:05.837 INFO:teuthology.orchestra.run.smithi195.stdout: python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:05.837 INFO:teuthology.orchestra.run.smithi195.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T17:15:05.837 INFO:teuthology.orchestra.run.smithi195.stdout: 2023-12-01T17:15:05.837 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2023-12-01T17:15:05.884 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T17:15:06.002 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install ceph-test 2023-12-01T17:15:06.023 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T17:15:06.065 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-12-01T17:15:06.066 INFO:teuthology.orchestra.run.smithi078.stdout:============================================================================================ 2023-12-01T17:15:06.066 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-12-01T17:15:06.066 INFO:teuthology.orchestra.run.smithi078.stdout:============================================================================================ 2023-12-01T17:15:06.066 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-12-01T17:15:06.066 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-test x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 53 M 2023-12-01T17:15:06.066 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-12-01T17:15:06.066 INFO:teuthology.orchestra.run.smithi078.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T17:15:06.066 INFO:teuthology.orchestra.run.smithi078.stdout: libcephsqlite x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 182 k 2023-12-01T17:15:06.066 INFO:teuthology.orchestra.run.smithi078.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T17:15:06.066 INFO:teuthology.orchestra.run.smithi078.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T17:15:06.066 INFO:teuthology.orchestra.run.smithi078.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T17:15:06.067 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-01T17:15:06.067 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-12-01T17:15:06.067 INFO:teuthology.orchestra.run.smithi078.stdout:============================================================================================ 2023-12-01T17:15:06.067 INFO:teuthology.orchestra.run.smithi078.stdout:Install 6 Packages 2023-12-01T17:15:06.067 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-01T17:15:06.069 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 53 M 2023-12-01T17:15:06.069 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 255 M 2023-12-01T17:15:06.069 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-12-01T17:15:06.106 INFO:teuthology.orchestra.run.smithi078.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.8 MB/s | 70 kB 00:00 2023-12-01T17:15:06.158 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 5/6 2023-12-01T17:15:06.248 INFO:teuthology.orchestra.run.smithi078.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.4 MB/s | 323 kB 00:00 2023-12-01T17:15:06.351 INFO:teuthology.orchestra.run.smithi195.stdout:Updating Subscription Management repositories. 2023-12-01T17:15:06.381 INFO:teuthology.orchestra.run.smithi078.stdout:(3/6): libcephsqlite-18.0.0-7570.gd710c09d.el8. 583 kB/s | 182 kB 00:00 2023-12-01T17:15:06.410 INFO:teuthology.orchestra.run.smithi078.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2023-12-01T17:15:06.582 INFO:teuthology.orchestra.run.smithi078.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.0 MB/s | 202 kB 00:00 2023-12-01T17:15:07.943 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:08 ago on Fri 01 Dec 2023 05:13:59 PM UTC. 2023-12-01T17:15:08.574 INFO:teuthology.orchestra.run.smithi078.stdout:(6/6): ceph-test-18.0.0-7570.gd710c09d.el8.x86_ 21 MB/s | 53 MB 00:02 2023-12-01T17:15:08.577 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-12-01T17:15:08.577 INFO:teuthology.orchestra.run.smithi078.stdout:Total 21 MB/s | 53 MB 00:02 2023-12-01T17:15:08.612 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-12-01T17:15:08.635 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-12-01T17:15:08.635 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-12-01T17:15:08.912 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-12-01T17:15:08.916 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-12-01T17:15:09.314 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2023-12-01T17:15:09.315 INFO:teuthology.orchestra.run.smithi195.stdout:============================================================================================ 2023-12-01T17:15:09.315 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repository Size 2023-12-01T17:15:09.315 INFO:teuthology.orchestra.run.smithi195.stdout:============================================================================================ 2023-12-01T17:15:09.315 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2023-12-01T17:15:09.316 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-test x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 53 M 2023-12-01T17:15:09.316 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2023-12-01T17:15:09.316 INFO:teuthology.orchestra.run.smithi195.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T17:15:09.316 INFO:teuthology.orchestra.run.smithi195.stdout: libcephsqlite x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 182 k 2023-12-01T17:15:09.316 INFO:teuthology.orchestra.run.smithi195.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T17:15:09.316 INFO:teuthology.orchestra.run.smithi195.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T17:15:09.316 INFO:teuthology.orchestra.run.smithi195.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T17:15:09.316 INFO:teuthology.orchestra.run.smithi195.stdout: 2023-12-01T17:15:09.316 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2023-12-01T17:15:09.316 INFO:teuthology.orchestra.run.smithi195.stdout:============================================================================================ 2023-12-01T17:15:09.316 INFO:teuthology.orchestra.run.smithi195.stdout:Install 6 Packages 2023-12-01T17:15:09.316 INFO:teuthology.orchestra.run.smithi195.stdout: 2023-12-01T17:15:09.317 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 53 M 2023-12-01T17:15:09.317 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 255 M 2023-12-01T17:15:09.317 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2023-12-01T17:15:09.379 INFO:teuthology.orchestra.run.smithi195.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.1 MB/s | 70 kB 00:00 2023-12-01T17:15:09.421 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-12-01T17:15:09.540 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T17:15:09.555 INFO:teuthology.orchestra.run.smithi195.stdout:(2/6): libcephsqlite-18.0.0-7570.gd710c09d.el8. 772 kB/s | 182 kB 00:00 2023-12-01T17:15:09.580 INFO:teuthology.orchestra.run.smithi195.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.6 MB/s | 323 kB 00:00 2023-12-01T17:15:09.604 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T17:15:09.680 INFO:teuthology.orchestra.run.smithi195.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 2.0 MB/s | 202 kB 00:00 2023-12-01T17:15:09.776 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T17:15:09.805 INFO:teuthology.orchestra.run.smithi195.stdout:(5/6): oniguruma-6.8.2-2.el8.x86_64.rpm 748 kB/s | 187 kB 00:00 2023-12-01T17:15:09.931 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T17:15:10.072 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T17:15:10.248 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 5/6 2023-12-01T17:15:11.327 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 5/6 2023-12-01T17:15:11.537 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 6/6 2023-12-01T17:15:11.763 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 6/6 2023-12-01T17:15:11.763 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 1/6 2023-12-01T17:15:11.763 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 2/6 2023-12-01T17:15:11.763 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T17:15:11.763 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T17:15:11.763 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T17:15:11.872 INFO:teuthology.orchestra.run.smithi195.stdout:(6/6): ceph-test-18.0.0-7570.gd710c09d.el8.x86_ 21 MB/s | 53 MB 00:02 2023-12-01T17:15:11.874 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2023-12-01T17:15:11.874 INFO:teuthology.orchestra.run.smithi195.stdout:Total 21 MB/s | 53 MB 00:02 2023-12-01T17:15:11.912 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2023-12-01T17:15:11.933 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2023-12-01T17:15:11.934 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2023-12-01T17:15:12.210 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2023-12-01T17:15:12.214 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2023-12-01T17:15:12.715 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2023-12-01T17:15:12.818 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T17:15:12.818 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:14 ago on Fri 01 Dec 2023 05:13:58 PM UTC. 2023-12-01T17:15:12.849 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T17:15:12.975 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T17:15:13.145 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T17:15:13.325 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T17:15:13.456 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T17:15:13.607 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 5/6 2023-12-01T17:15:15.415 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 5/6 2023-12-01T17:15:15.661 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 6/6 2023-12-01T17:15:15.866 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 6/6 2023-12-01T17:15:15.866 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 1/6 2023-12-01T17:15:15.866 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 2/6 2023-12-01T17:15:15.867 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T17:15:15.867 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T17:15:15.867 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T17:15:16.943 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T17:15:16.944 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:13 ago on Fri 01 Dec 2023 05:14:03 PM UTC. 2023-12-01T17:15:18.799 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 5/6 2023-12-01T17:15:19.029 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 6/6 2023-12-01T17:15:19.292 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 6/6 2023-12-01T17:15:19.292 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 1/6 2023-12-01T17:15:19.292 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 2/6 2023-12-01T17:15:19.292 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T17:15:19.292 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T17:15:19.292 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T17:15:20.399 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T17:15:20.399 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:21 ago on Fri 01 Dec 2023 05:13:59 PM UTC. 2023-12-01T17:15:21.214 INFO:teuthology.orchestra.run.smithi191.stdout:Installed products updated. 2023-12-01T17:15:21.402 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-01T17:15:21.402 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2023-12-01T17:15:21.402 INFO:teuthology.orchestra.run.smithi191.stdout: ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:21.402 INFO:teuthology.orchestra.run.smithi191.stdout: jq-1.6-3.el8.x86_64 2023-12-01T17:15:21.402 INFO:teuthology.orchestra.run.smithi191.stdout: libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:21.402 INFO:teuthology.orchestra.run.smithi191.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T17:15:21.402 INFO:teuthology.orchestra.run.smithi191.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T17:15:21.402 INFO:teuthology.orchestra.run.smithi191.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T17:15:21.402 INFO:teuthology.orchestra.run.smithi191.stdout: 2023-12-01T17:15:21.402 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2023-12-01T17:15:21.536 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum -y install ceph 2023-12-01T17:15:21.873 INFO:teuthology.orchestra.run.smithi191.stdout:Updating Subscription Management repositories. 2023-12-01T17:15:23.344 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:01:25 ago on Fri 01 Dec 2023 05:13:58 PM UTC. 2023-12-01T17:15:23.984 INFO:teuthology.orchestra.run.smithi078.stdout:Installed products updated. 2023-12-01T17:15:24.168 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-01T17:15:24.168 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-12-01T17:15:24.169 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:24.169 INFO:teuthology.orchestra.run.smithi078.stdout: jq-1.6-3.el8.x86_64 2023-12-01T17:15:24.169 INFO:teuthology.orchestra.run.smithi078.stdout: libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:24.169 INFO:teuthology.orchestra.run.smithi078.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T17:15:24.169 INFO:teuthology.orchestra.run.smithi078.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T17:15:24.169 INFO:teuthology.orchestra.run.smithi078.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T17:15:24.169 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-01T17:15:24.169 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-12-01T17:15:24.292 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph 2023-12-01T17:15:24.625 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-12-01T17:15:24.777 INFO:teuthology.orchestra.run.smithi191.stderr:Error: 2023-12-01T17:15:24.778 INFO:teuthology.orchestra.run.smithi191.stderr: Problem: conflicting requests 2023-12-01T17:15:24.778 INFO:teuthology.orchestra.run.smithi191.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:24.778 INFO:teuthology.orchestra.run.smithi191.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-01T17:15:24.858 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:15:24.859 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi191 with status 1: 'sudo yum -y install ceph' 2023-12-01T17:15:24.861 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi191 with status 1: 'sudo yum -y install ceph' 2023-12-01T17:15:24.959 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=fc4e15f4a7af46349f6a285cd790d5df Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi191 with status 1: 'sudo yum -y install ceph' 2023-12-01T17:15:24.964 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-01T17:15:24.975 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T17:15:24.986 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T17:15:24.986 DEBUG:teuthology.orchestra.run.smithi078:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T17:15:25.008 DEBUG:teuthology.orchestra.run.smithi191:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T17:15:25.012 DEBUG:teuthology.orchestra.run.smithi195:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T17:15:25.017 INFO:teuthology.orchestra.run.smithi078.stderr:bash: ntpq: command not found 2023-12-01T17:15:25.020 INFO:teuthology.orchestra.run.smithi078.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T17:15:25.020 INFO:teuthology.orchestra.run.smithi078.stdout:=============================================================================== 2023-12-01T17:15:25.021 INFO:teuthology.orchestra.run.smithi078.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 8 +1840us[+1791us] +/- 89ms 2023-12-01T17:15:25.021 INFO:teuthology.orchestra.run.smithi078.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 6 +44us[ +44us] +/- 78ms 2023-12-01T17:15:25.021 INFO:teuthology.orchestra.run.smithi078.stdout:^* hv03.front.sepia.ceph.com 3 6 77 7 -1413us[-1461us] +/- 65ms 2023-12-01T17:15:25.021 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:15:25.025 INFO:teuthology.orchestra.run.smithi191.stderr:bash: ntpq: command not found 2023-12-01T17:15:25.029 INFO:teuthology.orchestra.run.smithi191.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T17:15:25.029 INFO:teuthology.orchestra.run.smithi191.stdout:=============================================================================== 2023-12-01T17:15:25.029 INFO:teuthology.orchestra.run.smithi191.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 7 +1855us[+1837us] +/- 89ms 2023-12-01T17:15:25.029 INFO:teuthology.orchestra.run.smithi191.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 7 +70us[ +52us] +/- 78ms 2023-12-01T17:15:25.029 INFO:teuthology.orchestra.run.smithi191.stdout:^* hv03.front.sepia.ceph.com 3 6 77 7 -1406us[-1424us] +/- 65ms 2023-12-01T17:15:25.029 INFO:teuthology.orchestra.run.smithi191.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:15:25.032 INFO:teuthology.orchestra.run.smithi195.stderr:bash: ntpq: command not found 2023-12-01T17:15:25.038 INFO:teuthology.orchestra.run.smithi195.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T17:15:25.038 INFO:teuthology.orchestra.run.smithi195.stdout:=============================================================================== 2023-12-01T17:15:25.038 INFO:teuthology.orchestra.run.smithi195.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 7 +1844us[+1817us] +/- 89ms 2023-12-01T17:15:25.038 INFO:teuthology.orchestra.run.smithi195.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 8 +60us[ +33us] +/- 78ms 2023-12-01T17:15:25.038 INFO:teuthology.orchestra.run.smithi195.stdout:^* hv03.front.sepia.ceph.com 3 6 77 5 -1398us[-1426us] +/- 65ms 2023-12-01T17:15:25.038 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:15:25.039 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T17:15:25.047 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T17:15:25.048 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T17:15:25.057 DEBUG:teuthology.orchestra.run.smithi078:> 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-12-01T17:15:25.170 DEBUG:teuthology.orchestra.run.smithi191:> 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-12-01T17:15:25.291 DEBUG:teuthology.orchestra.run.smithi195:> 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-12-01T17:15:25.402 DEBUG:teuthology.orchestra.run.smithi078:> 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-12-01T17:15:25.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:15:25.433 DEBUG:teuthology.orchestra.run.smithi191:> 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-12-01T17:15:25.465 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:15:25.466 DEBUG:teuthology.orchestra.run.smithi195:> 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-12-01T17:15:25.499 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:15:25.499 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T17:15:25.510 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T17:15:25.528 INFO:teuthology.task.internal:Duration was 778.800440 seconds 2023-12-01T17:15:25.529 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T17:15:25.542 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T17:15:25.543 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T17:15:25.546 DEBUG:teuthology.orchestra.run.smithi191:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T17:15:25.551 DEBUG:teuthology.orchestra.run.smithi195:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T17:15:25.590 INFO:teuthology.orchestra.run.smithi078.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T17:15:25.594 INFO:teuthology.orchestra.run.smithi191.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T17:15:25.597 INFO:teuthology.orchestra.run.smithi195.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T17:15:26.068 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T17:15:26.068 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi078.front.sepia.ceph.com 2023-12-01T17:15:26.069 DEBUG:teuthology.orchestra.run.smithi078:> 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-12-01T17:15:26.090 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi191.front.sepia.ceph.com 2023-12-01T17:15:26.090 DEBUG:teuthology.orchestra.run.smithi191:> 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-12-01T17:15:26.112 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi195.front.sepia.ceph.com 2023-12-01T17:15:26.112 DEBUG:teuthology.orchestra.run.smithi195:> 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-12-01T17:15:26.134 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T17:15:26.135 DEBUG:teuthology.orchestra.run.smithi078:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T17:15:26.137 DEBUG:teuthology.orchestra.run.smithi191:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T17:15:26.155 DEBUG:teuthology.orchestra.run.smithi195:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T17:15:26.200 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:23 ago on Fri 01 Dec 2023 05:14:03 PM UTC. 2023-12-01T17:15:26.214 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T17:15:26.214 DEBUG:teuthology.orchestra.run.smithi078:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T17:15:26.216 DEBUG:teuthology.orchestra.run.smithi191:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T17:15:26.235 DEBUG:teuthology.orchestra.run.smithi195:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T17:15:26.324 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T17:15:26.334 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T17:15:26.334 DEBUG:teuthology.orchestra.run.smithi078:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T17:15:26.370 DEBUG:teuthology.orchestra.run.smithi191:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T17:15:26.405 DEBUG:teuthology.orchestra.run.smithi195:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T17:15:26.439 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T17:15:26.450 DEBUG:teuthology.orchestra.run.smithi078:> 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-12-01T17:15:26.452 DEBUG:teuthology.orchestra.run.smithi191:> 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-12-01T17:15:26.454 DEBUG:teuthology.orchestra.run.smithi195:> 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-12-01T17:15:26.476 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern = core 2023-12-01T17:15:26.478 INFO:teuthology.orchestra.run.smithi191.stdout:kernel.core_pattern = core 2023-12-01T17:15:26.504 INFO:teuthology.orchestra.run.smithi195.stdout:kernel.core_pattern = core 2023-12-01T17:15:26.562 DEBUG:teuthology.orchestra.run.smithi078:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T17:15:26.578 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:15:26.579 DEBUG:teuthology.orchestra.run.smithi191:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T17:15:26.595 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:15:26.596 DEBUG:teuthology.orchestra.run.smithi195:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T17:15:26.617 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:15:26.618 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T17:15:26.631 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T17:15:26.633 DEBUG:teuthology.misc:Transferring archived files from smithi078:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473843/remote/smithi078 2023-12-01T17:15:26.634 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T17:15:26.689 DEBUG:teuthology.misc:Transferring archived files from smithi191:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473843/remote/smithi191 2023-12-01T17:15:26.690 DEBUG:teuthology.orchestra.run.smithi191:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T17:15:26.735 DEBUG:teuthology.misc:Transferring archived files from smithi195:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473843/remote/smithi195 2023-12-01T17:15:26.736 DEBUG:teuthology.orchestra.run.smithi195:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T17:15:26.802 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T17:15:26.802 DEBUG:teuthology.orchestra.run.smithi078:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T17:15:26.804 DEBUG:teuthology.orchestra.run.smithi191:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T17:15:26.806 DEBUG:teuthology.orchestra.run.smithi195:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T17:15:26.823 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T17:15:26.838 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T17:15:26.838 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T17:15:26.857 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T17:15:26.857 DEBUG:teuthology.orchestra.run.smithi078:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T17:15:26.860 DEBUG:teuthology.orchestra.run.smithi191:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T17:15:26.863 DEBUG:teuthology.orchestra.run.smithi195:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T17:15:26.873 INFO:teuthology.orchestra.run.smithi078.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 17:15 /home/ubuntu/cephtest 2023-12-01T17:15:26.877 INFO:teuthology.orchestra.run.smithi191.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 17:15 /home/ubuntu/cephtest 2023-12-01T17:15:26.879 INFO:teuthology.orchestra.run.smithi195.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 17:15 /home/ubuntu/cephtest 2023-12-01T17:15:26.881 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T17:15:26.893 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T17:15:26.926 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T17:15:26.959 DEBUG:teuthology.nuke:shortname: smithi078 2023-12-01T17:15:26.959 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T17:15:26.986 DEBUG:teuthology.nuke:shortname: smithi191 2023-12-01T17:15:26.989 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T17:15:26.996 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi078.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473843', '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-12-01 16:55:09.468725', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T17:15:27.015 DEBUG:teuthology.nuke:shortname: smithi195 2023-12-01T17:15:27.015 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T17:15:27.020 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi191.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473843', '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-12-01 16:55:09.466958', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T17:15:27.041 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi195.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473843', '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-12-01 16:55:09.469946', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T17:15:27.055 INFO:teuthology.orchestra.console.smithi078:Power off 2023-12-01T17:15:27.055 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T17:15:27.078 DEBUG:teuthology.orchestra.console.smithi078:power off output: Chassis Power Control: Down/Off 2023-12-01T17:15:27.078 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:15:27.105 INFO:teuthology.orchestra.console.smithi191:Power off 2023-12-01T17:15:27.105 DEBUG:teuthology.orchestra.console.smithi191:pexpect command: ipmitool -H smithi191.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T17:15:27.114 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is on 2023-12-01T17:15:27.127 DEBUG:teuthology.orchestra.console.smithi191:power off output: Chassis Power Control: Down/Off 2023-12-01T17:15:27.127 DEBUG:teuthology.orchestra.console.smithi191:pexpect command: ipmitool -H smithi191.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:15:27.146 INFO:teuthology.orchestra.console.smithi195:Power off 2023-12-01T17:15:27.147 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T17:15:27.160 DEBUG:teuthology.orchestra.console.smithi191:check power output: Chassis Power is on 2023-12-01T17:15:27.179 DEBUG:teuthology.orchestra.console.smithi195:power off output: Chassis Power Control: Down/Off 2023-12-01T17:15:27.179 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:15:27.208 DEBUG:teuthology.orchestra.console.smithi195:check power output: Chassis Power is on 2023-12-01T17:15:27.251 INFO:teuthology.orchestra.run.smithi195.stdout:Installed products updated. 2023-12-01T17:15:27.433 INFO:teuthology.orchestra.run.smithi195.stdout: 2023-12-01T17:15:27.433 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2023-12-01T17:15:27.434 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:27.434 INFO:teuthology.orchestra.run.smithi195.stdout: jq-1.6-3.el8.x86_64 2023-12-01T17:15:27.434 INFO:teuthology.orchestra.run.smithi195.stdout: libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:27.434 INFO:teuthology.orchestra.run.smithi195.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T17:15:27.434 INFO:teuthology.orchestra.run.smithi195.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T17:15:27.434 INFO:teuthology.orchestra.run.smithi195.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T17:15:27.434 INFO:teuthology.orchestra.run.smithi195.stdout: 2023-12-01T17:15:27.434 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2023-12-01T17:15:27.574 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install ceph 2023-12-01T17:15:27.644 INFO:teuthology.orchestra.run.smithi078.stderr:Error: 2023-12-01T17:15:27.645 INFO:teuthology.orchestra.run.smithi078.stderr: Problem: conflicting requests 2023-12-01T17:15:27.645 INFO:teuthology.orchestra.run.smithi078.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:15:27.645 INFO:teuthology.orchestra.run.smithi078.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-01T17:15:27.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:15:27.911 INFO:teuthology.orchestra.run.smithi195.stdout:Updating Subscription Management repositories. 2023-12-01T17:15:29.588 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:30 ago on Fri 01 Dec 2023 05:13:59 PM UTC. 2023-12-01T17:15:30.794 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T17:15:31.116 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:15:31.162 DEBUG:teuthology.orchestra.console.smithi191:pexpect command: ipmitool -H smithi191.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:15:31.209 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:15:31.230 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is on 2023-12-01T17:15:31.274 DEBUG:teuthology.orchestra.console.smithi191:check power output: Chassis Power is on 2023-12-01T17:15:31.323 DEBUG:teuthology.orchestra.console.smithi195:check power output: Chassis Power is on 2023-12-01T17:15:35.234 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:15:35.275 DEBUG:teuthology.orchestra.console.smithi191:pexpect command: ipmitool -H smithi191.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:15:35.323 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:15:35.344 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is on 2023-12-01T17:15:35.386 DEBUG:teuthology.orchestra.console.smithi191:check power output: Chassis Power is on 2023-12-01T17:15:35.434 DEBUG:teuthology.orchestra.console.smithi195:check power output: Chassis Power is off 2023-12-01T17:15:35.534 INFO:teuthology.orchestra.console.smithi195:Power off completed 2023-12-01T17:15:39.346 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:15:39.387 DEBUG:teuthology.orchestra.console.smithi191:pexpect command: ipmitool -H smithi191.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:15:39.459 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is off 2023-12-01T17:15:39.499 DEBUG:teuthology.orchestra.console.smithi191:check power output: Chassis Power is off 2023-12-01T17:15:39.560 INFO:teuthology.orchestra.console.smithi078:Power off completed 2023-12-01T17:15:39.602 INFO:teuthology.orchestra.console.smithi191:Power off completed 2023-12-01T17:15:39.708 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: 778.8004400730133 failure_reason: 'Command failed on smithi191 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=fc4e15f4a7af46349f6a285cd790d5df status: fail success: false 2023-12-01T17:15:39.709 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T17:15:39.794 INFO:teuthology.run:FAIL