2023-12-02T02:19:34.652 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-02T02:19:34.653 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-12-01_17:58:18-rados-main-distro-default-smithi --description rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/on mon_election/classic task/test_set_mon_crush_locations} --verbose --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-12-01_17:58:18-rados-main-distro-default-smithi/7474776 -- /home/teuthworker/archive/yuriw-2023-12-01_17:58:18-rados-main-distro-default-smithi/7474776/orig.config.yaml 2023-12-02T02:19:34.687 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-02T02:19:34.779 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-01_17:58:18-rados-main-distro-default-smithi/7474776 branch: main description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/on mon_election/classic task/test_set_mon_crush_locations} email: yweinste@redhat.com first_in_suite: false job_id: '7474776' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-01_17:58:18-rados-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: main ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: bed7681480ccb0192b91a35e691658867e1e96b7 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: bed7681480ccb0192b91a35e691658867e1e96b7 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: bed7681480ccb0192b91a35e691658867e1e96b7 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: 1147 sha1: bed7681480ccb0192b91a35e691658867e1e96b7 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_bed7681480ccb0192b91a35e691658867e1e96b7/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: bed7681480ccb0192b91a35e691658867e1e96b7 targets: smithi078.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi092.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi123.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 0x7fadd95a6ee0>, signals=[15]) 2023-12-02T02:19:35.385 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-02T02:19:35.391 INFO:teuthology.task.internal:Opening connections... 2023-12-02T02:19:35.391 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi078.front.sepia.ceph.com 2023-12-02T02:19:35.393 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T02:19:35.460 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi092.front.sepia.ceph.com 2023-12-02T02:19:35.461 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T02:19:35.527 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi123.front.sepia.ceph.com 2023-12-02T02:19:35.527 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T02:19:35.594 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-02T02:19:35.600 DEBUG:teuthology.orchestra.run.smithi078:> uname -m 2023-12-02T02:19:35.620 INFO:teuthology.orchestra.run.smithi078.stdout:x86_64 2023-12-02T02:19:35.621 DEBUG:teuthology.orchestra.run.smithi078:> cat /etc/os-release 2023-12-02T02:19:35.680 INFO:teuthology.orchestra.run.smithi078.stdout:NAME="Red Hat Enterprise Linux" 2023-12-02T02:19:35.680 INFO:teuthology.orchestra.run.smithi078.stdout:VERSION="8.6 (Ootpa)" 2023-12-02T02:19:35.680 INFO:teuthology.orchestra.run.smithi078.stdout:ID="rhel" 2023-12-02T02:19:35.680 INFO:teuthology.orchestra.run.smithi078.stdout:ID_LIKE="fedora" 2023-12-02T02:19:35.680 INFO:teuthology.orchestra.run.smithi078.stdout:VERSION_ID="8.6" 2023-12-02T02:19:35.680 INFO:teuthology.orchestra.run.smithi078.stdout:PLATFORM_ID="platform:el8" 2023-12-02T02:19:35.680 INFO:teuthology.orchestra.run.smithi078.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-02T02:19:35.680 INFO:teuthology.orchestra.run.smithi078.stdout:ANSI_COLOR="0;31" 2023-12-02T02:19:35.680 INFO:teuthology.orchestra.run.smithi078.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-02T02:19:35.680 INFO:teuthology.orchestra.run.smithi078.stdout:HOME_URL="https://www.redhat.com/" 2023-12-02T02:19:35.680 INFO:teuthology.orchestra.run.smithi078.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-02T02:19:35.680 INFO:teuthology.orchestra.run.smithi078.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-02T02:19:35.680 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-02T02:19:35.680 INFO:teuthology.orchestra.run.smithi078.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-02T02:19:35.681 INFO:teuthology.orchestra.run.smithi078.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-02T02:19:35.681 INFO:teuthology.orchestra.run.smithi078.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-02T02:19:35.681 INFO:teuthology.orchestra.run.smithi078.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-02T02:19:35.681 INFO:teuthology.lock.ops:Updating smithi078.front.sepia.ceph.com on lock server 2023-12-02T02:19:35.706 DEBUG:teuthology.orchestra.run.smithi092:> uname -m 2023-12-02T02:19:35.726 INFO:teuthology.orchestra.run.smithi092.stdout:x86_64 2023-12-02T02:19:35.726 DEBUG:teuthology.orchestra.run.smithi092:> cat /etc/os-release 2023-12-02T02:19:35.785 INFO:teuthology.orchestra.run.smithi092.stdout:NAME="Red Hat Enterprise Linux" 2023-12-02T02:19:35.786 INFO:teuthology.orchestra.run.smithi092.stdout:VERSION="8.6 (Ootpa)" 2023-12-02T02:19:35.786 INFO:teuthology.orchestra.run.smithi092.stdout:ID="rhel" 2023-12-02T02:19:35.786 INFO:teuthology.orchestra.run.smithi092.stdout:ID_LIKE="fedora" 2023-12-02T02:19:35.786 INFO:teuthology.orchestra.run.smithi092.stdout:VERSION_ID="8.6" 2023-12-02T02:19:35.786 INFO:teuthology.orchestra.run.smithi092.stdout:PLATFORM_ID="platform:el8" 2023-12-02T02:19:35.786 INFO:teuthology.orchestra.run.smithi092.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-02T02:19:35.786 INFO:teuthology.orchestra.run.smithi092.stdout:ANSI_COLOR="0;31" 2023-12-02T02:19:35.786 INFO:teuthology.orchestra.run.smithi092.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-02T02:19:35.786 INFO:teuthology.orchestra.run.smithi092.stdout:HOME_URL="https://www.redhat.com/" 2023-12-02T02:19:35.787 INFO:teuthology.orchestra.run.smithi092.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-02T02:19:35.787 INFO:teuthology.orchestra.run.smithi092.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-02T02:19:35.787 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-02T02:19:35.787 INFO:teuthology.orchestra.run.smithi092.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-02T02:19:35.787 INFO:teuthology.orchestra.run.smithi092.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-02T02:19:35.787 INFO:teuthology.orchestra.run.smithi092.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-02T02:19:35.787 INFO:teuthology.orchestra.run.smithi092.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-02T02:19:35.787 INFO:teuthology.lock.ops:Updating smithi092.front.sepia.ceph.com on lock server 2023-12-02T02:19:35.822 DEBUG:teuthology.orchestra.run.smithi123:> uname -m 2023-12-02T02:19:35.844 INFO:teuthology.orchestra.run.smithi123.stdout:x86_64 2023-12-02T02:19:35.845 DEBUG:teuthology.orchestra.run.smithi123:> cat /etc/os-release 2023-12-02T02:19:35.904 INFO:teuthology.orchestra.run.smithi123.stdout:NAME="Red Hat Enterprise Linux" 2023-12-02T02:19:35.905 INFO:teuthology.orchestra.run.smithi123.stdout:VERSION="8.6 (Ootpa)" 2023-12-02T02:19:35.905 INFO:teuthology.orchestra.run.smithi123.stdout:ID="rhel" 2023-12-02T02:19:35.905 INFO:teuthology.orchestra.run.smithi123.stdout:ID_LIKE="fedora" 2023-12-02T02:19:35.905 INFO:teuthology.orchestra.run.smithi123.stdout:VERSION_ID="8.6" 2023-12-02T02:19:35.905 INFO:teuthology.orchestra.run.smithi123.stdout:PLATFORM_ID="platform:el8" 2023-12-02T02:19:35.905 INFO:teuthology.orchestra.run.smithi123.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-02T02:19:35.905 INFO:teuthology.orchestra.run.smithi123.stdout:ANSI_COLOR="0;31" 2023-12-02T02:19:35.905 INFO:teuthology.orchestra.run.smithi123.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-02T02:19:35.905 INFO:teuthology.orchestra.run.smithi123.stdout:HOME_URL="https://www.redhat.com/" 2023-12-02T02:19:35.906 INFO:teuthology.orchestra.run.smithi123.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-02T02:19:35.906 INFO:teuthology.orchestra.run.smithi123.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-02T02:19:35.906 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-12-02T02:19:35.906 INFO:teuthology.orchestra.run.smithi123.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-02T02:19:35.906 INFO:teuthology.orchestra.run.smithi123.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-02T02:19:35.906 INFO:teuthology.orchestra.run.smithi123.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-02T02:19:35.906 INFO:teuthology.orchestra.run.smithi123.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-02T02:19:35.906 INFO:teuthology.lock.ops:Updating smithi123.front.sepia.ceph.com on lock server 2023-12-02T02:19:35.931 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-02T02:19:35.939 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-02T02:19:35.945 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-02T02:19:35.945 DEBUG:teuthology.orchestra.run.smithi078:> test '!' -e /home/ubuntu/cephtest 2023-12-02T02:19:35.948 DEBUG:teuthology.orchestra.run.smithi092:> test '!' -e /home/ubuntu/cephtest 2023-12-02T02:19:35.950 DEBUG:teuthology.orchestra.run.smithi123:> test '!' -e /home/ubuntu/cephtest 2023-12-02T02:19:35.968 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-02T02:19:35.974 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-02T02:19:35.974 DEBUG:teuthology.orchestra.run.smithi078:> test -z $(ls -A /var/lib/ceph) 2023-12-02T02:19:36.006 DEBUG:teuthology.orchestra.run.smithi092:> test -z $(ls -A /var/lib/ceph) 2023-12-02T02:19:36.009 DEBUG:teuthology.orchestra.run.smithi123:> test -z $(ls -A /var/lib/ceph) 2023-12-02T02:19:36.038 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-02T02:19:36.116 INFO:teuthology.run_tasks:Running task kernel... 2023-12-02T02:19:36.130 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-02T02:19:36.130 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-02T02:19:36.130 DEBUG:teuthology.orchestra.run.smithi078:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-02T02:19:36.131 DEBUG:teuthology.orchestra.run.smithi092:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-02T02:19:36.131 DEBUG:teuthology.orchestra.run.smithi123:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-02T02:19:36.149 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T02:19:36.149 DEBUG:teuthology.orchestra.run.smithi078:> uname -r 2023-12-02T02:19:36.150 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T02:19:36.150 DEBUG:teuthology.orchestra.run.smithi092:> uname -r 2023-12-02T02:19:36.151 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T02:19:36.151 DEBUG:teuthology.orchestra.run.smithi123:> uname -r 2023-12-02T02:19:36.210 INFO:teuthology.orchestra.run.smithi078.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-02T02:19:36.211 INFO:teuthology.task.kernel:Running kernel on smithi078: 4.18.0-372.9.1.el8.x86_64 2023-12-02T02:19:36.211 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum install -y kernel 2023-12-02T02:19:36.213 INFO:teuthology.orchestra.run.smithi123.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-02T02:19:36.213 INFO:teuthology.orchestra.run.smithi092.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-02T02:19:36.213 INFO:teuthology.task.kernel:Running kernel on smithi123: 4.18.0-372.9.1.el8.x86_64 2023-12-02T02:19:36.213 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum install -y kernel 2023-12-02T02:19:36.214 INFO:teuthology.task.kernel:Running kernel on smithi092: 4.18.0-372.9.1.el8.x86_64 2023-12-02T02:19:36.214 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum install -y kernel 2023-12-02T02:19:37.442 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-12-02T02:19:37.442 INFO:teuthology.orchestra.run.smithi123.stdout:Unable to read consumer identity 2023-12-02T02:19:37.454 INFO:teuthology.orchestra.run.smithi092.stdout:Updating Subscription Management repositories. 2023-12-02T02:19:37.455 INFO:teuthology.orchestra.run.smithi092.stdout:Unable to read consumer identity 2023-12-02T02:19:37.513 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-12-02T02:19:37.513 INFO:teuthology.orchestra.run.smithi078.stdout:Unable to read consumer identity 2023-12-02T02:19:38.829 INFO:teuthology.orchestra.run.smithi092.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-12-02T02:19:38.874 INFO:teuthology.orchestra.run.smithi123.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2023-12-02T02:19:38.920 INFO:teuthology.orchestra.run.smithi078.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-02T02:19:40.438 INFO:teuthology.orchestra.run.smithi092.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2023-12-02T02:19:40.667 INFO:teuthology.orchestra.run.smithi123.stdout:Extra Packages for Enterprise Linux 9.0 MB/s | 16 MB 00:01 2023-12-02T02:19:41.329 INFO:teuthology.orchestra.run.smithi078.stdout:Extra Packages for Enterprise Linux 6.7 MB/s | 16 MB 00:02 2023-12-02T02:19:43.929 INFO:teuthology.orchestra.run.smithi092.stdout:lab-extras 346 kB/s | 24 kB 00:00 2023-12-02T02:19:44.125 INFO:teuthology.orchestra.run.smithi123.stdout:lab-extras 420 kB/s | 24 kB 00:00 2023-12-02T02:19:44.616 INFO:teuthology.orchestra.run.smithi092.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-02T02:19:44.674 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2023-12-02T02:19:44.675 INFO:teuthology.orchestra.run.smithi092.stdout:Nothing to do. 2023-12-02T02:19:44.676 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2023-12-02T02:19:44.795 DEBUG:teuthology.orchestra.run.smithi092:> echo no | sudo yum reinstall kernel || true 2023-12-02T02:19:44.836 INFO:teuthology.orchestra.run.smithi123.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-02T02:19:44.871 INFO:teuthology.orchestra.run.smithi078.stdout:lab-extras 424 kB/s | 24 kB 00:00 2023-12-02T02:19:44.896 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-12-02T02:19:44.897 INFO:teuthology.orchestra.run.smithi123.stdout:Nothing to do. 2023-12-02T02:19:44.897 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-12-02T02:19:45.040 DEBUG:teuthology.orchestra.run.smithi123:> echo no | sudo yum reinstall kernel || true 2023-12-02T02:19:45.164 INFO:teuthology.orchestra.run.smithi092.stdout:Updating Subscription Management repositories. 2023-12-02T02:19:45.164 INFO:teuthology.orchestra.run.smithi092.stdout:Unable to read consumer identity 2023-12-02T02:19:45.369 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-12-02T02:19:45.369 INFO:teuthology.orchestra.run.smithi123.stdout:Unable to read consumer identity 2023-12-02T02:19:45.425 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:00:02 ago on Sat 02 Dec 2023 02:19:43 AM UTC. 2023-12-02T02:19:45.466 INFO:teuthology.orchestra.run.smithi092.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-02T02:19:45.507 INFO:teuthology.orchestra.run.smithi092.stderr:Error: No packages marked for reinstall. 2023-12-02T02:19:45.524 INFO:teuthology.orchestra.run.smithi078.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-02T02:19:45.553 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum reinstall -y kernel || true 2023-12-02T02:19:45.569 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-12-02T02:19:45.570 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2023-12-02T02:19:45.570 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-12-02T02:19:45.629 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:00:01 ago on Sat 02 Dec 2023 02:19:44 AM UTC. 2023-12-02T02:19:45.670 INFO:teuthology.orchestra.run.smithi123.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-02T02:19:45.679 DEBUG:teuthology.orchestra.run.smithi078:> echo no | sudo yum reinstall kernel || true 2023-12-02T02:19:45.727 INFO:teuthology.orchestra.run.smithi123.stderr:Error: No packages marked for reinstall. 2023-12-02T02:19:45.772 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum reinstall -y kernel || true 2023-12-02T02:19:45.885 INFO:teuthology.orchestra.run.smithi092.stdout:Updating Subscription Management repositories. 2023-12-02T02:19:45.885 INFO:teuthology.orchestra.run.smithi092.stdout:Unable to read consumer identity 2023-12-02T02:19:46.006 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-12-02T02:19:46.006 INFO:teuthology.orchestra.run.smithi078.stdout:Unable to read consumer identity 2023-12-02T02:19:46.101 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-12-02T02:19:46.101 INFO:teuthology.orchestra.run.smithi123.stdout:Unable to read consumer identity 2023-12-02T02:19:46.143 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:00:03 ago on Sat 02 Dec 2023 02:19:43 AM UTC. 2023-12-02T02:19:46.182 INFO:teuthology.orchestra.run.smithi092.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-02T02:19:46.208 INFO:teuthology.orchestra.run.smithi092.stderr:Error: No packages marked for reinstall. 2023-12-02T02:19:46.253 DEBUG:teuthology.orchestra.run.smithi092:> rpm -q kernel | sort -rV | head -n 1 2023-12-02T02:19:46.266 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:00:02 ago on Sat 02 Dec 2023 02:19:44 AM UTC. 2023-12-02T02:19:46.307 INFO:teuthology.orchestra.run.smithi078.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-02T02:19:46.333 INFO:teuthology.orchestra.run.smithi092.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-02T02:19:46.333 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-02T02:19:46.333 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-02T02:19:46.333 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-02T02:19:46.333 DEBUG:teuthology.orchestra.run.smithi092:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-02T02:19:46.337 INFO:teuthology.orchestra.run.smithi078.stderr:Error: No packages marked for reinstall. 2023-12-02T02:19:46.358 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:00:02 ago on Sat 02 Dec 2023 02:19:44 AM UTC. 2023-12-02T02:19:46.359 INFO:teuthology.orchestra.run.smithi092.stdout:ttyS1 2023-12-02T02:19:46.383 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum reinstall -y kernel || true 2023-12-02T02:19:46.387 DEBUG:teuthology.parallel:result is None 2023-12-02T02:19:46.397 INFO:teuthology.orchestra.run.smithi123.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-02T02:19:46.420 INFO:teuthology.orchestra.run.smithi123.stderr:Error: No packages marked for reinstall. 2023-12-02T02:19:46.465 DEBUG:teuthology.orchestra.run.smithi123:> rpm -q kernel | sort -rV | head -n 1 2023-12-02T02:19:46.545 INFO:teuthology.orchestra.run.smithi123.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-02T02:19:46.545 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-02T02:19:46.545 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-02T02:19:46.546 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-02T02:19:46.546 DEBUG:teuthology.orchestra.run.smithi123:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-02T02:19:46.583 INFO:teuthology.orchestra.run.smithi123.stdout:ttyS1 2023-12-02T02:19:46.594 DEBUG:teuthology.parallel:result is None 2023-12-02T02:19:46.712 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-12-02T02:19:46.712 INFO:teuthology.orchestra.run.smithi078.stdout:Unable to read consumer identity 2023-12-02T02:19:46.972 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:00:02 ago on Sat 02 Dec 2023 02:19:44 AM UTC. 2023-12-02T02:19:47.012 INFO:teuthology.orchestra.run.smithi078.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-02T02:19:47.035 INFO:teuthology.orchestra.run.smithi078.stderr:Error: No packages marked for reinstall. 2023-12-02T02:19:47.086 DEBUG:teuthology.orchestra.run.smithi078:> rpm -q kernel | sort -rV | head -n 1 2023-12-02T02:19:47.165 INFO:teuthology.orchestra.run.smithi078.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-02T02:19:47.165 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-02T02:19:47.165 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-02T02:19:47.165 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-02T02:19:47.165 DEBUG:teuthology.orchestra.run.smithi078:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-02T02:19:47.192 INFO:teuthology.orchestra.run.smithi078.stdout:ttyS1 2023-12-02T02:19:47.210 DEBUG:teuthology.parallel:result is None 2023-12-02T02:19:47.210 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-02T02:19:47.217 INFO:teuthology.task.internal:Creating test directory... 2023-12-02T02:19:47.217 DEBUG:teuthology.orchestra.run.smithi078:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-02T02:19:47.253 DEBUG:teuthology.orchestra.run.smithi092:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-02T02:19:47.255 DEBUG:teuthology.orchestra.run.smithi123:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-02T02:19:47.272 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-02T02:19:47.279 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-02T02:19:47.285 INFO:teuthology.task.internal:Creating archive directory... 2023-12-02T02:19:47.286 DEBUG:teuthology.orchestra.run.smithi078:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-02T02:19:47.310 DEBUG:teuthology.orchestra.run.smithi092:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-02T02:19:47.314 DEBUG:teuthology.orchestra.run.smithi123:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-02T02:19:47.335 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-02T02:19:47.342 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-02T02:19:47.342 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-02T02:19:47.368 DEBUG:teuthology.orchestra.run.smithi092:> 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-02T02:19:47.372 DEBUG:teuthology.orchestra.run.smithi123:> 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-02T02:19:47.400 INFO:teuthology.orchestra.run.smithi092.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-02T02:19:47.407 INFO:teuthology.orchestra.run.smithi123.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-02T02:19:47.410 INFO:teuthology.orchestra.run.smithi092.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-02T02:19:47.417 INFO:teuthology.orchestra.run.smithi123.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-02T02:19:47.418 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-02T02:19:47.428 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-02T02:19:47.429 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-02T02:19:47.437 INFO:teuthology.task.internal:Configuring sudo... 2023-12-02T02:19:47.437 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-02T02:19:47.439 DEBUG:teuthology.orchestra.run.smithi092:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-02T02:19:47.455 DEBUG:teuthology.orchestra.run.smithi123:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-02T02:19:47.484 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-02T02:19:47.493 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-02T02:19:47.494 DEBUG:teuthology.orchestra.run.smithi078:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-02T02:19:47.506 DEBUG:teuthology.orchestra.run.smithi092:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-02T02:19:47.523 DEBUG:teuthology.orchestra.run.smithi123:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-02T02:19:47.541 DEBUG:teuthology.orchestra.run.smithi078:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-02T02:19:47.605 DEBUG:teuthology.orchestra.run.smithi078:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-02T02:19:47.661 DEBUG:teuthology.orchestra.run.smithi078:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-02T02:19:47.743 DEBUG:teuthology.orchestra.run.smithi078:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-02T02:19:47.787 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-12-02T02:19:47.787 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-02T02:19:47.860 DEBUG:teuthology.orchestra.run.smithi092:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-02T02:19:47.911 DEBUG:teuthology.orchestra.run.smithi092:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-02T02:19:47.968 DEBUG:teuthology.orchestra.run.smithi092:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-02T02:19:48.017 DEBUG:teuthology.orchestra.run.smithi092:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-02T02:19:48.058 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-12-02T02:19:48.058 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-02T02:19:48.128 DEBUG:teuthology.orchestra.run.smithi123:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-02T02:19:48.173 DEBUG:teuthology.orchestra.run.smithi123:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-02T02:19:48.226 DEBUG:teuthology.orchestra.run.smithi123:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-02T02:19:48.310 DEBUG:teuthology.orchestra.run.smithi123:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-02T02:19:48.353 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-12-02T02:19:48.354 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-02T02:19:48.447 DEBUG:teuthology.orchestra.run.smithi078:> sudo service rsyslog restart 2023-12-02T02:19:48.449 DEBUG:teuthology.orchestra.run.smithi092:> sudo service rsyslog restart 2023-12-02T02:19:48.451 DEBUG:teuthology.orchestra.run.smithi123:> sudo service rsyslog restart 2023-12-02T02:19:48.526 INFO:teuthology.orchestra.run.smithi078.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-02T02:19:48.536 INFO:teuthology.orchestra.run.smithi092.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-02T02:19:48.567 INFO:teuthology.orchestra.run.smithi123.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-02T02:19:48.961 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-02T02:19:48.969 INFO:teuthology.task.internal:Starting timer... 2023-12-02T02:19:48.969 INFO:teuthology.run_tasks:Running task pcp... 2023-12-02T02:19:48.978 INFO:teuthology.run_tasks:Running task selinux... 2023-12-02T02:19:48.987 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-02T02:19:48.987 DEBUG:teuthology.orchestra.run.smithi078:> sudo service auditd rotate 2023-12-02T02:19:49.048 INFO:teuthology.orchestra.run.smithi078.stdout:Rotating logs: 2023-12-02T02:19:49.050 DEBUG:teuthology.orchestra.run.smithi092:> sudo service auditd rotate 2023-12-02T02:19:49.114 INFO:teuthology.orchestra.run.smithi092.stdout:Rotating logs: 2023-12-02T02:19:49.116 DEBUG:teuthology.orchestra.run.smithi123:> sudo service auditd rotate 2023-12-02T02:19:49.185 INFO:teuthology.orchestra.run.smithi123.stdout:Rotating logs: 2023-12-02T02:19:49.187 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-02T02:19:49.187 DEBUG:teuthology.orchestra.run.smithi078:> /usr/sbin/getenforce 2023-12-02T02:19:49.217 INFO:teuthology.orchestra.run.smithi078.stdout:Permissive 2023-12-02T02:19:49.218 DEBUG:teuthology.orchestra.run.smithi092:> /usr/sbin/getenforce 2023-12-02T02:19:49.278 INFO:teuthology.orchestra.run.smithi092.stdout:Permissive 2023-12-02T02:19:49.278 DEBUG:teuthology.orchestra.run.smithi123:> /usr/sbin/getenforce 2023-12-02T02:19:49.305 INFO:teuthology.orchestra.run.smithi123.stdout:Permissive 2023-12-02T02:19:49.305 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi078.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi092.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi123.front.sepia.ceph.com': 'permissive'} 2023-12-02T02:19:49.305 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-02T02:19:49.334 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T02:19:49.334 DEBUG:teuthology.orchestra.run.smithi092:> 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-02T02:19:49.362 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T02:19:49.363 DEBUG:teuthology.orchestra.run.smithi123:> 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-02T02:19:49.390 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T02:19:49.390 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-02T02:19:49.390 DEBUG:teuthology.orchestra.run.smithi078:> sudo /usr/sbin/setenforce permissive 2023-12-02T02:19:49.417 DEBUG:teuthology.orchestra.run.smithi092:> sudo /usr/sbin/setenforce permissive 2023-12-02T02:19:49.445 DEBUG:teuthology.orchestra.run.smithi123:> sudo /usr/sbin/setenforce permissive 2023-12-02T02:19:49.471 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-02T02:19:49.481 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-02T02:19:49.487 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-02T02:19:49.618 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-02T02:19:49.638 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-02T02:19:49.639 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi078.front.sepia.ceph.com,smithi092.front.sepia.ceph.com,smithi123.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-02T02:28:45.554 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi078.front.sepia.ceph.com'), Remote(name='ubuntu@smithi092.front.sepia.ceph.com'), Remote(name='ubuntu@smithi123.front.sepia.ceph.com')] 2023-12-02T02:28:45.555 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2023-12-02T02:28:45.556 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T02:28:45.626 DEBUG:teuthology.orchestra.run.smithi078:> true 2023-12-02T02:28:45.698 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi078.front.sepia.ceph.com' 2023-12-02T02:28:45.698 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2023-12-02T02:28:45.698 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T02:28:45.766 DEBUG:teuthology.orchestra.run.smithi092:> true 2023-12-02T02:28:45.836 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi092.front.sepia.ceph.com' 2023-12-02T02:28:45.837 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi123.front.sepia.ceph.com' 2023-12-02T02:28:45.837 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T02:28:45.906 DEBUG:teuthology.orchestra.run.smithi123:> true 2023-12-02T02:28:45.933 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi123.front.sepia.ceph.com' 2023-12-02T02:28:45.933 INFO:teuthology.run_tasks:Running task clock... 2023-12-02T02:28:45.943 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-02T02:28:45.943 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-02T02:28:45.944 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-02T02:28:45.946 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-02T02:28:45.946 DEBUG:teuthology.orchestra.run.smithi092:> 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-02T02:28:45.948 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-02T02:28:45.948 DEBUG:teuthology.orchestra.run.smithi123:> 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-02T02:28:45.975 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-02T02:28:45.979 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-02T02:28:45.989 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-02T02:28:45.993 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-02T02:28:46.006 INFO:teuthology.orchestra.run.smithi123.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-02T02:28:46.021 INFO:teuthology.orchestra.run.smithi123.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-02T02:28:46.051 INFO:teuthology.orchestra.run.smithi078.stderr:sudo: ntpd: command not found 2023-12-02T02:28:46.062 INFO:teuthology.orchestra.run.smithi078.stdout:506 Cannot talk to daemon 2023-12-02T02:28:46.064 INFO:teuthology.orchestra.run.smithi092.stderr:sudo: ntpd: command not found 2023-12-02T02:28:46.076 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-02T02:28:46.077 INFO:teuthology.orchestra.run.smithi092.stdout:506 Cannot talk to daemon 2023-12-02T02:28:46.088 INFO:teuthology.orchestra.run.smithi123.stderr:sudo: ntpd: command not found 2023-12-02T02:28:46.090 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-02T02:28:46.090 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-02T02:28:46.100 INFO:teuthology.orchestra.run.smithi123.stdout:506 Cannot talk to daemon 2023-12-02T02:28:46.104 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-02T02:28:46.115 INFO:teuthology.orchestra.run.smithi123.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-02T02:28:46.129 INFO:teuthology.orchestra.run.smithi123.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-02T02:28:46.163 INFO:teuthology.orchestra.run.smithi078.stderr:bash: ntpq: command not found 2023-12-02T02:28:46.167 INFO:teuthology.orchestra.run.smithi078.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-02T02:28:46.167 INFO:teuthology.orchestra.run.smithi078.stdout:=============================================================================== 2023-12-02T02:28:46.167 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T02:28:46.167 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T02:28:46.167 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T02:28:46.167 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T02:28:46.179 INFO:teuthology.orchestra.run.smithi092.stderr:bash: ntpq: command not found 2023-12-02T02:28:46.183 INFO:teuthology.orchestra.run.smithi092.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-02T02:28:46.183 INFO:teuthology.orchestra.run.smithi092.stdout:=============================================================================== 2023-12-02T02:28:46.183 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T02:28:46.183 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T02:28:46.183 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T02:28:46.183 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T02:28:46.214 INFO:teuthology.orchestra.run.smithi123.stderr:bash: ntpq: command not found 2023-12-02T02:28:46.217 INFO:teuthology.orchestra.run.smithi123.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-02T02:28:46.218 INFO:teuthology.orchestra.run.smithi123.stdout:=============================================================================== 2023-12-02T02:28:46.218 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T02:28:46.218 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T02:28:46.218 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T02:28:46.218 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T02:28:46.219 INFO:teuthology.run_tasks:Running task pexec... 2023-12-02T02:28:46.229 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-02T02:28:46.231 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi078.front.sepia.ceph.com 2023-12-02T02:28:46.231 DEBUG:teuthology.orchestra.run.smithi078:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-02T02:28:46.232 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi092.front.sepia.ceph.com 2023-12-02T02:28:46.232 DEBUG:teuthology.orchestra.run.smithi092:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-02T02:28:46.232 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi123.front.sepia.ceph.com 2023-12-02T02:28:46.232 DEBUG:teuthology.orchestra.run.smithi123:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-02T02:28:46.602 INFO:teuthology.orchestra.run.smithi092.stdout:Updating Subscription Management repositories. 2023-12-02T02:28:46.603 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-12-02T02:28:46.633 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-12-02T02:28:47.449 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:29 ago on Sat 02 Dec 2023 02:27:18 AM UTC. 2023-12-02T02:28:47.453 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:33 ago on Sat 02 Dec 2023 02:27:14 AM UTC. 2023-12-02T02:28:47.456 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:01:33 ago on Sat 02 Dec 2023 02:27:13 AM UTC. 2023-12-02T02:28:49.177 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2023-12-02T02:28:49.178 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2023-12-02T02:28:49.178 INFO:teuthology.orchestra.run.smithi092.stdout: Package Architecture Version Repository Size 2023-12-02T02:28:49.179 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2023-12-02T02:28:49.179 INFO:teuthology.orchestra.run.smithi092.stdout:Resetting modules: 2023-12-02T02:28:49.179 INFO:teuthology.orchestra.run.smithi092.stdout: container-tools 2023-12-02T02:28:49.179 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-02T02:28:49.179 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2023-12-02T02:28:49.179 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2023-12-02T02:28:49.179 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-02T02:28:49.323 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-12-02T02:28:49.324 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-12-02T02:28:49.324 INFO:teuthology.orchestra.run.smithi123.stdout: Package Architecture Version Repository Size 2023-12-02T02:28:49.325 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-12-02T02:28:49.325 INFO:teuthology.orchestra.run.smithi123.stdout:Resetting modules: 2023-12-02T02:28:49.325 INFO:teuthology.orchestra.run.smithi123.stdout: container-tools 2023-12-02T02:28:49.325 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-12-02T02:28:49.325 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-12-02T02:28:49.325 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-12-02T02:28:49.325 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-12-02T02:28:49.332 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-12-02T02:28:49.333 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-12-02T02:28:49.333 INFO:teuthology.orchestra.run.smithi078.stdout: Package Architecture Version Repository Size 2023-12-02T02:28:49.333 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-12-02T02:28:49.333 INFO:teuthology.orchestra.run.smithi078.stdout:Resetting modules: 2023-12-02T02:28:49.334 INFO:teuthology.orchestra.run.smithi078.stdout: container-tools 2023-12-02T02:28:49.334 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-02T02:28:49.334 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-12-02T02:28:49.334 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2023-12-02T02:28:49.334 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-02T02:28:50.137 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:31 ago on Sat 02 Dec 2023 02:27:18 AM UTC. 2023-12-02T02:28:50.296 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:01:36 ago on Sat 02 Dec 2023 02:27:13 AM UTC. 2023-12-02T02:28:50.300 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:35 ago on Sat 02 Dec 2023 02:27:14 AM UTC. 2023-12-02T02:28:52.836 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2023-12-02T02:28:53.045 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-12-02T02:28:53.053 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-12-02T02:28:53.310 INFO:teuthology.orchestra.run.smithi092.stdout:Updating Subscription Management repositories. 2023-12-02T02:28:53.496 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-12-02T02:28:53.497 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-12-02T02:28:54.100 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:35 ago on Sat 02 Dec 2023 02:27:18 AM UTC. 2023-12-02T02:28:54.342 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:39 ago on Sat 02 Dec 2023 02:27:14 AM UTC. 2023-12-02T02:28:54.346 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:01:40 ago on Sat 02 Dec 2023 02:27:13 AM UTC. 2023-12-02T02:28:55.811 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2023-12-02T02:28:55.908 INFO:teuthology.orchestra.run.smithi092.stdout:============================================================================================================ 2023-12-02T02:28:55.908 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2023-12-02T02:28:55.908 INFO:teuthology.orchestra.run.smithi092.stdout:============================================================================================================ 2023-12-02T02:28:55.908 INFO:teuthology.orchestra.run.smithi092.stdout:Installing group/module packages: 2023-12-02T02:28:55.908 INFO:teuthology.orchestra.run.smithi092.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-02T02:28:55.908 INFO:teuthology.orchestra.run.smithi092.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-02T02:28:55.908 INFO:teuthology.orchestra.run.smithi092.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-02T02:28:55.908 INFO:teuthology.orchestra.run.smithi092.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-02T02:28:55.908 INFO:teuthology.orchestra.run.smithi092.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-02T02:28:55.909 INFO:teuthology.orchestra.run.smithi092.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-02T02:28:55.909 INFO:teuthology.orchestra.run.smithi092.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-02T02:28:55.909 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2023-12-02T02:28:55.909 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-02T02:28:55.909 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-02T02:28:55.909 INFO:teuthology.orchestra.run.smithi092.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-02T02:28:55.909 INFO:teuthology.orchestra.run.smithi092.stdout:Installing module profiles: 2023-12-02T02:28:55.909 INFO:teuthology.orchestra.run.smithi092.stdout: container-tools/common 2023-12-02T02:28:55.909 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-02T02:28:55.909 INFO:teuthology.orchestra.run.smithi092.stdout:Enabling module streams: 2023-12-02T02:28:55.909 INFO:teuthology.orchestra.run.smithi092.stdout: container-tools rhel8 2023-12-02T02:28:55.909 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-02T02:28:55.909 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2023-12-02T02:28:55.909 INFO:teuthology.orchestra.run.smithi092.stdout:============================================================================================================ 2023-12-02T02:28:55.909 INFO:teuthology.orchestra.run.smithi092.stdout:Install 10 Packages 2023-12-02T02:28:55.910 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-02T02:28:55.910 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 18 M 2023-12-02T02:28:55.910 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 65 M 2023-12-02T02:28:55.910 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2023-12-02T02:28:55.981 INFO:teuthology.orchestra.run.smithi092.stdout:(1/10): yajl-2.1.0-10.el8.x86_64.rpm 584 kB/s | 41 kB 00:00 2023-12-02T02:28:56.006 INFO:teuthology.orchestra.run.smithi092.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 261 kB/s | 25 kB 00:00 2023-12-02T02:28:56.031 INFO:teuthology.orchestra.run.smithi092.stdout:(3/10): udica-0.2.6-4.module+el8.6.0+16771+28df 987 kB/s | 49 kB 00:00 2023-12-02T02:28:56.048 INFO:teuthology.orchestra.run.smithi092.stdout:(4/10): python3-pyxdg-0.25-16.el8.noarch.rpm 684 kB/s | 94 kB 00:00 2023-12-02T02:28:56.086 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-12-02T02:28:56.098 INFO:teuthology.orchestra.run.smithi092.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 5.5 MB/s | 524 kB 00:00 2023-12-02T02:28:56.165 INFO:teuthology.orchestra.run.smithi092.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 1.2 MB/s | 149 kB 00:00 2023-12-02T02:28:56.178 INFO:teuthology.orchestra.run.smithi123.stdout:============================================================================================================ 2023-12-02T02:28:56.178 INFO:teuthology.orchestra.run.smithi123.stdout: Package Arch Version Repository Size 2023-12-02T02:28:56.178 INFO:teuthology.orchestra.run.smithi123.stdout:============================================================================================================ 2023-12-02T02:28:56.178 INFO:teuthology.orchestra.run.smithi123.stdout:Installing group/module packages: 2023-12-02T02:28:56.178 INFO:teuthology.orchestra.run.smithi123.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-02T02:28:56.178 INFO:teuthology.orchestra.run.smithi123.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-02T02:28:56.178 INFO:teuthology.orchestra.run.smithi123.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-02T02:28:56.178 INFO:teuthology.orchestra.run.smithi123.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-02T02:28:56.178 INFO:teuthology.orchestra.run.smithi123.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-02T02:28:56.178 INFO:teuthology.orchestra.run.smithi123.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-02T02:28:56.178 INFO:teuthology.orchestra.run.smithi123.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-02T02:28:56.179 INFO:teuthology.orchestra.run.smithi123.stdout:Installing dependencies: 2023-12-02T02:28:56.179 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-02T02:28:56.179 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-02T02:28:56.179 INFO:teuthology.orchestra.run.smithi123.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-02T02:28:56.179 INFO:teuthology.orchestra.run.smithi123.stdout:Installing module profiles: 2023-12-02T02:28:56.179 INFO:teuthology.orchestra.run.smithi123.stdout: container-tools/common 2023-12-02T02:28:56.179 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-12-02T02:28:56.179 INFO:teuthology.orchestra.run.smithi123.stdout:Enabling module streams: 2023-12-02T02:28:56.179 INFO:teuthology.orchestra.run.smithi123.stdout: container-tools rhel8 2023-12-02T02:28:56.179 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-12-02T02:28:56.179 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-12-02T02:28:56.179 INFO:teuthology.orchestra.run.smithi123.stdout:============================================================================================================ 2023-12-02T02:28:56.180 INFO:teuthology.orchestra.run.smithi123.stdout:Install 10 Packages 2023-12-02T02:28:56.180 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-12-02T02:28:56.180 INFO:teuthology.orchestra.run.smithi123.stdout:Total download size: 18 M 2023-12-02T02:28:56.180 INFO:teuthology.orchestra.run.smithi123.stdout:Installed size: 65 M 2023-12-02T02:28:56.180 INFO:teuthology.orchestra.run.smithi123.stdout:Downloading Packages: 2023-12-02T02:28:56.190 INFO:teuthology.orchestra.run.smithi092.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 2.3 MB/s | 213 kB 00:00 2023-12-02T02:28:56.218 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-12-02T02:28:56.247 INFO:teuthology.orchestra.run.smithi123.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 1.4 MB/s | 94 kB 00:00 2023-12-02T02:28:56.272 INFO:teuthology.orchestra.run.smithi123.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 270 kB/s | 25 kB 00:00 2023-12-02T02:28:56.297 INFO:teuthology.orchestra.run.smithi123.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 348 kB/s | 41 kB 00:00 2023-12-02T02:28:56.307 INFO:teuthology.orchestra.run.smithi092.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 19 MB/s | 2.2 MB 00:00 2023-12-02T02:28:56.312 INFO:teuthology.orchestra.run.smithi078.stdout:============================================================================================================ 2023-12-02T02:28:56.312 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-12-02T02:28:56.312 INFO:teuthology.orchestra.run.smithi078.stdout:============================================================================================================ 2023-12-02T02:28:56.312 INFO:teuthology.orchestra.run.smithi078.stdout:Installing group/module packages: 2023-12-02T02:28:56.312 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-02T02:28:56.312 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-02T02:28:56.312 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-02T02:28:56.312 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-02T02:28:56.312 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-02T02:28:56.313 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-02T02:28:56.313 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-02T02:28:56.313 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-12-02T02:28:56.313 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-02T02:28:56.313 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-02T02:28:56.313 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-02T02:28:56.313 INFO:teuthology.orchestra.run.smithi078.stdout:Installing module profiles: 2023-12-02T02:28:56.313 INFO:teuthology.orchestra.run.smithi078.stdout: container-tools/common 2023-12-02T02:28:56.313 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-02T02:28:56.313 INFO:teuthology.orchestra.run.smithi078.stdout:Enabling module streams: 2023-12-02T02:28:56.313 INFO:teuthology.orchestra.run.smithi078.stdout: container-tools rhel8 2023-12-02T02:28:56.313 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-02T02:28:56.313 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-12-02T02:28:56.313 INFO:teuthology.orchestra.run.smithi078.stdout:============================================================================================================ 2023-12-02T02:28:56.313 INFO:teuthology.orchestra.run.smithi078.stdout:Install 10 Packages 2023-12-02T02:28:56.313 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-02T02:28:56.314 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 18 M 2023-12-02T02:28:56.314 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 65 M 2023-12-02T02:28:56.314 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-12-02T02:28:56.323 INFO:teuthology.orchestra.run.smithi123.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 654 kB/s | 49 kB 00:00 2023-12-02T02:28:56.356 INFO:teuthology.orchestra.run.smithi123.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.1 MB/s | 524 kB 00:00 2023-12-02T02:28:56.382 INFO:teuthology.orchestra.run.smithi123.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-12-02T02:28:56.383 INFO:teuthology.orchestra.run.smithi078.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 1.3 MB/s | 94 kB 00:00 2023-12-02T02:28:56.407 INFO:teuthology.orchestra.run.smithi123.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.1 MB/s | 213 kB 00:00 2023-12-02T02:28:56.407 INFO:teuthology.orchestra.run.smithi092.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 29 MB/s | 7.0 MB 00:00 2023-12-02T02:28:56.408 INFO:teuthology.orchestra.run.smithi078.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 266 kB/s | 25 kB 00:00 2023-12-02T02:28:56.433 INFO:teuthology.orchestra.run.smithi078.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 344 kB/s | 41 kB 00:00 2023-12-02T02:28:56.459 INFO:teuthology.orchestra.run.smithi078.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 655 kB/s | 49 kB 00:00 2023-12-02T02:28:56.492 INFO:teuthology.orchestra.run.smithi078.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.1 MB/s | 524 kB 00:00 2023-12-02T02:28:56.499 INFO:teuthology.orchestra.run.smithi123.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 24 MB/s | 2.2 MB 00:00 2023-12-02T02:28:56.499 INFO:teuthology.orchestra.run.smithi092.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 17 MB/s | 8.0 MB 00:00 2023-12-02T02:28:56.500 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2023-12-02T02:28:56.500 INFO:teuthology.orchestra.run.smithi092.stdout:Total 31 MB/s | 18 MB 00:00 2023-12-02T02:28:56.518 INFO:teuthology.orchestra.run.smithi078.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-12-02T02:28:56.543 INFO:teuthology.orchestra.run.smithi078.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.1 MB/s | 213 kB 00:00 2023-12-02T02:28:56.607 INFO:teuthology.orchestra.run.smithi123.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 31 MB/s | 7.0 MB 00:00 2023-12-02T02:28:56.635 INFO:teuthology.orchestra.run.smithi078.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 24 MB/s | 2.2 MB 00:00 2023-12-02T02:28:56.691 INFO:teuthology.orchestra.run.smithi123.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 20 MB/s | 8.0 MB 00:00 2023-12-02T02:28:56.691 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2023-12-02T02:28:56.691 INFO:teuthology.orchestra.run.smithi123.stdout:Total 36 MB/s | 18 MB 00:00 2023-12-02T02:28:56.702 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2023-12-02T02:28:56.721 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2023-12-02T02:28:56.721 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2023-12-02T02:28:56.743 INFO:teuthology.orchestra.run.smithi078.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 31 MB/s | 7.0 MB 00:00 2023-12-02T02:28:56.827 INFO:teuthology.orchestra.run.smithi078.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 20 MB/s | 8.0 MB 00:00 2023-12-02T02:28:56.828 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-12-02T02:28:56.828 INFO:teuthology.orchestra.run.smithi078.stdout:Total 36 MB/s | 18 MB 00:00 2023-12-02T02:28:56.893 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction check 2023-12-02T02:28:56.902 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2023-12-02T02:28:56.905 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2023-12-02T02:28:56.911 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction check succeeded. 2023-12-02T02:28:56.911 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction test 2023-12-02T02:28:57.029 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-12-02T02:28:57.048 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-12-02T02:28:57.049 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-12-02T02:28:57.093 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction test succeeded. 2023-12-02T02:28:57.097 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction 2023-12-02T02:28:57.230 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-12-02T02:28:57.234 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-12-02T02:28:57.455 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2023-12-02T02:28:57.622 INFO:teuthology.orchestra.run.smithi123.stdout: Preparing : 1/1 2023-12-02T02:28:57.678 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-02T02:28:57.729 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-12-02T02:28:57.805 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-02T02:28:57.879 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-02T02:28:57.900 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-02T02:28:58.007 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-02T02:28:58.065 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-02T02:28:58.074 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-02T02:28:58.210 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-02T02:28:58.284 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-02T02:28:58.300 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-02T02:28:58.435 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-02T02:28:58.478 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-02T02:28:58.634 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-02T02:28:58.810 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-02T02:28:58.861 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-02T02:28:59.382 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-02T02:28:59.601 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-02T02:28:59.610 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-02T02:29:00.280 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-02T02:29:00.490 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-02T02:29:00.515 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-02T02:29:00.520 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-02T02:29:00.697 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-02T02:29:00.745 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-02T02:29:00.768 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-02T02:29:00.847 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-02T02:29:00.922 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-02T02:29:00.930 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-02T02:29:01.057 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-02T02:29:01.099 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-02T02:29:01.183 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-02T02:29:01.183 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-02T02:29:01.183 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-02T02:29:01.183 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-02T02:29:01.184 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-02T02:29:01.184 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-02T02:29:01.184 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-02T02:29:01.184 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-02T02:29:01.184 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-02T02:29:01.184 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-02T02:29:01.329 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-02T02:29:01.329 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-02T02:29:01.329 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-02T02:29:01.329 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-02T02:29:01.329 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-02T02:29:01.329 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-02T02:29:01.330 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-02T02:29:01.330 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-02T02:29:01.330 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-02T02:29:01.330 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-02T02:29:01.365 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-02T02:29:01.366 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-02T02:29:01.366 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-02T02:29:01.366 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-02T02:29:01.366 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-02T02:29:01.366 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-02T02:29:01.366 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-02T02:29:01.366 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-02T02:29:01.366 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-02T02:29:01.366 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-02T02:29:02.335 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-02T02:29:02.335 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:43 ago on Sat 02 Dec 2023 02:27:18 AM UTC. 2023-12-02T02:29:02.496 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-02T02:29:02.497 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:48 ago on Sat 02 Dec 2023 02:27:14 AM UTC. 2023-12-02T02:29:02.498 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-02T02:29:02.498 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:01:49 ago on Sat 02 Dec 2023 02:27:13 AM UTC. 2023-12-02T02:29:05.723 INFO:teuthology.orchestra.run.smithi092.stdout:Installed products updated. 2023-12-02T02:29:05.925 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-02T02:29:05.925 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2023-12-02T02:29:05.925 INFO:teuthology.orchestra.run.smithi092.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-02T02:29:05.925 INFO:teuthology.orchestra.run.smithi092.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-02T02:29:05.926 INFO:teuthology.orchestra.run.smithi092.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-02T02:29:05.926 INFO:teuthology.orchestra.run.smithi092.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-02T02:29:05.926 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-02T02:29:05.926 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-02T02:29:05.926 INFO:teuthology.orchestra.run.smithi092.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-02T02:29:05.926 INFO:teuthology.orchestra.run.smithi092.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-02T02:29:05.926 INFO:teuthology.orchestra.run.smithi092.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-02T02:29:05.926 INFO:teuthology.orchestra.run.smithi092.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-02T02:29:05.926 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-02T02:29:05.926 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2023-12-02T02:29:05.969 INFO:teuthology.orchestra.run.smithi078.stdout:Installed products updated. 2023-12-02T02:29:05.974 INFO:teuthology.orchestra.run.smithi123.stdout:Installed products updated. 2023-12-02T02:29:06.064 DEBUG:teuthology.parallel:result is None 2023-12-02T02:29:06.160 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-02T02:29:06.160 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-12-02T02:29:06.160 INFO:teuthology.orchestra.run.smithi078.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-02T02:29:06.160 INFO:teuthology.orchestra.run.smithi078.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-02T02:29:06.160 INFO:teuthology.orchestra.run.smithi078.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-02T02:29:06.160 INFO:teuthology.orchestra.run.smithi078.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-02T02:29:06.160 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-02T02:29:06.161 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-02T02:29:06.161 INFO:teuthology.orchestra.run.smithi078.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-02T02:29:06.161 INFO:teuthology.orchestra.run.smithi078.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-02T02:29:06.161 INFO:teuthology.orchestra.run.smithi078.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-02T02:29:06.161 INFO:teuthology.orchestra.run.smithi078.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-02T02:29:06.161 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-02T02:29:06.161 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-12-02T02:29:06.165 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-12-02T02:29:06.165 INFO:teuthology.orchestra.run.smithi123.stdout:Installed: 2023-12-02T02:29:06.165 INFO:teuthology.orchestra.run.smithi123.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-02T02:29:06.165 INFO:teuthology.orchestra.run.smithi123.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-02T02:29:06.165 INFO:teuthology.orchestra.run.smithi123.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-02T02:29:06.165 INFO:teuthology.orchestra.run.smithi123.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-02T02:29:06.165 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-02T02:29:06.165 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-02T02:29:06.165 INFO:teuthology.orchestra.run.smithi123.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-02T02:29:06.165 INFO:teuthology.orchestra.run.smithi123.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-02T02:29:06.165 INFO:teuthology.orchestra.run.smithi123.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-02T02:29:06.165 INFO:teuthology.orchestra.run.smithi123.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-02T02:29:06.166 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-12-02T02:29:06.166 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-12-02T02:29:06.299 DEBUG:teuthology.parallel:result is None 2023-12-02T02:29:06.302 DEBUG:teuthology.parallel:result is None 2023-12-02T02:29:06.303 INFO:teuthology.run_tasks:Running task install... 2023-12-02T02:29:06.311 DEBUG:teuthology.task.install:project ceph 2023-12-02T02:29:06.311 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'bed7681480ccb0192b91a35e691658867e1e96b7'}} 2023-12-02T02:29:06.311 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'bed7681480ccb0192b91a35e691658867e1e96b7'} 2023-12-02T02:29:06.311 INFO:teuthology.task.install:Using flavor: default 2023-12-02T02:29:06.317 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-02T02:29:06.318 INFO:teuthology.task.install:extra packages: [] 2023-12-02T02:29:06.318 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': 'bed7681480ccb0192b91a35e691658867e1e96b7', 'tag': None, 'wait_for_package': False} 2023-12-02T02:29:06.318 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=bed7681480ccb0192b91a35e691658867e1e96b7 2023-12-02T02:29:06.320 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': 'bed7681480ccb0192b91a35e691658867e1e96b7', 'tag': None, 'wait_for_package': False} 2023-12-02T02:29:06.321 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=bed7681480ccb0192b91a35e691658867e1e96b7 2023-12-02T02:29:06.322 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': 'bed7681480ccb0192b91a35e691658867e1e96b7', 'tag': None, 'wait_for_package': False} 2023-12-02T02:29:06.322 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=bed7681480ccb0192b91a35e691658867e1e96b7 2023-12-02T02:29:06.661 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/main/bed7681480ccb0192b91a35e691658867e1e96b7/centos/8/flavors/default/ 2023-12-02T02:29:06.662 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7631.gbed76814 2023-12-02T02:29:06.677 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/main/bed7681480ccb0192b91a35e691658867e1e96b7/centos/8/flavors/default/ 2023-12-02T02:29:06.677 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7631.gbed76814 2023-12-02T02:29:06.682 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/main/bed7681480ccb0192b91a35e691658867e1e96b7/centos/8/flavors/default/ 2023-12-02T02:29:06.682 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7631.gbed76814 2023-12-02T02:29:06.905 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/main/bed7681480ccb0192b91a35e691658867e1e96b7/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/main/bed7681480ccb0192b91a35e691658867e1e96b7/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/main/bed7681480ccb0192b91a35e691658867e1e96b7/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-02T02:29:06.905 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-12-02T02:29:06.905 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-02T02:29:06.917 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/main/bed7681480ccb0192b91a35e691658867e1e96b7/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/main/bed7681480ccb0192b91a35e691658867e1e96b7/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/main/bed7681480ccb0192b91a35e691658867e1e96b7/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-02T02:29:06.917 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-12-02T02:29:06.918 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-02T02:29:06.934 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-02T02:29:06.934 DEBUG:teuthology.orchestra.run.smithi123:> 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/bed7681480ccb0192b91a35e691658867e1e96b7/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-02T02:29:06.950 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-02T02:29:06.950 DEBUG:teuthology.orchestra.run.smithi092:> 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/bed7681480ccb0192b91a35e691658867e1e96b7/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-02T02:29:06.975 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/main/bed7681480ccb0192b91a35e691658867e1e96b7/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/main/bed7681480ccb0192b91a35e691658867e1e96b7/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/main/bed7681480ccb0192b91a35e691658867e1e96b7/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-02T02:29:06.975 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2023-12-02T02:29:06.975 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-02T02:29:07.005 DEBUG:teuthology.orchestra.run.smithi123:> 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-02T02:29:07.006 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-02T02:29:07.006 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/bed7681480ccb0192b91a35e691658867e1e96b7/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-02T02:29:07.024 DEBUG:teuthology.orchestra.run.smithi092:> 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-02T02:29:07.076 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-02T02:29:07.084 DEBUG:teuthology.orchestra.run.smithi123:> 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-02T02:29:07.110 DEBUG:teuthology.orchestra.run.smithi092:> 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-02T02:29:07.150 INFO:teuthology.orchestra.run.smithi123.stdout:check_obsoletes = 1 2023-12-02T02:29:07.151 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum clean all 2023-12-02T02:29:07.155 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-02T02:29:07.182 INFO:teuthology.orchestra.run.smithi092.stdout:check_obsoletes = 1 2023-12-02T02:29:07.184 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum clean all 2023-12-02T02:29:07.222 INFO:teuthology.orchestra.run.smithi078.stdout:check_obsoletes = 1 2023-12-02T02:29:07.223 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum clean all 2023-12-02T02:29:07.522 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-12-02T02:29:07.575 INFO:teuthology.orchestra.run.smithi092.stdout:Updating Subscription Management repositories. 2023-12-02T02:29:07.596 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-12-02T02:29:08.429 INFO:teuthology.orchestra.run.smithi123.stdout:44 files removed 2023-12-02T02:29:08.477 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install ceph-radosgw 2023-12-02T02:29:08.591 INFO:teuthology.orchestra.run.smithi078.stdout:44 files removed 2023-12-02T02:29:08.629 INFO:teuthology.orchestra.run.smithi092.stdout:44 files removed 2023-12-02T02:29:08.641 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-radosgw 2023-12-02T02:29:08.679 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install ceph-radosgw 2023-12-02T02:29:08.808 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-12-02T02:29:08.970 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-12-02T02:29:09.008 INFO:teuthology.orchestra.run.smithi092.stdout:Updating Subscription Management repositories. 2023-12-02T02:29:10.534 INFO:teuthology.orchestra.run.smithi123.stdout:ceph packages for x86_64 139 kB/s | 81 kB 00:00 2023-12-02T02:29:10.709 INFO:teuthology.orchestra.run.smithi092.stdout:ceph packages for x86_64 119 kB/s | 81 kB 00:00 2023-12-02T02:29:10.889 INFO:teuthology.orchestra.run.smithi078.stdout:ceph packages for x86_64 123 kB/s | 81 kB 00:00 2023-12-02T02:29:10.993 INFO:teuthology.orchestra.run.smithi123.stdout:ceph noarch packages 22 kB/s | 9.5 kB 00:00 2023-12-02T02:29:11.176 INFO:teuthology.orchestra.run.smithi092.stdout:ceph noarch packages 22 kB/s | 9.5 kB 00:00 2023-12-02T02:29:11.239 INFO:teuthology.orchestra.run.smithi078.stdout:ceph noarch packages 30 kB/s | 9.5 kB 00:00 2023-12-02T02:29:11.243 INFO:teuthology.orchestra.run.smithi123.stdout:ceph source packages 6.5 kB/s | 1.5 kB 00:00 2023-12-02T02:29:11.402 INFO:teuthology.orchestra.run.smithi123.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-02T02:29:11.552 INFO:teuthology.orchestra.run.smithi092.stdout:ceph source packages 4.2 kB/s | 1.5 kB 00:00 2023-12-02T02:29:11.566 INFO:teuthology.orchestra.run.smithi078.stdout:ceph source packages 4.9 kB/s | 1.5 kB 00:00 2023-12-02T02:29:11.733 INFO:teuthology.orchestra.run.smithi078.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-12-02T02:29:11.760 INFO:teuthology.orchestra.run.smithi092.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-12-02T02:29:12.778 INFO:teuthology.orchestra.run.smithi123.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2023-12-02T02:29:12.827 INFO:teuthology.orchestra.run.smithi078.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2023-12-02T02:29:14.180 INFO:teuthology.orchestra.run.smithi092.stdout:Extra Packages for Enterprise Linux 6.6 MB/s | 16 MB 00:02 2023-12-02T02:29:16.278 INFO:teuthology.orchestra.run.smithi123.stdout:lab-extras 294 kB/s | 24 kB 00:00 2023-12-02T02:29:16.392 INFO:teuthology.orchestra.run.smithi078.stdout:lab-extras 617 kB/s | 24 kB 00:00 2023-12-02T02:29:17.172 INFO:teuthology.orchestra.run.smithi123.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 58 MB/s | 47 MB 00:00 2023-12-02T02:29:17.370 INFO:teuthology.orchestra.run.smithi078.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 52 MB/s | 47 MB 00:00 2023-12-02T02:29:17.719 INFO:teuthology.orchestra.run.smithi092.stdout:lab-extras 453 kB/s | 24 kB 00:00 2023-12-02T02:29:18.679 INFO:teuthology.orchestra.run.smithi092.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 60 MB/s | 53 MB 00:00 2023-12-02T02:29:25.164 INFO:teuthology.orchestra.run.smithi123.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 60 MB/s | 53 MB 00:00 2023-12-02T02:29:25.470 INFO:teuthology.orchestra.run.smithi078.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 56 MB/s | 53 MB 00:00 2023-12-02T02:29:27.021 INFO:teuthology.orchestra.run.smithi092.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 43 MB/s | 47 MB 00:01 2023-12-02T02:29:36.479 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-12-02T02:29:36.482 INFO:teuthology.orchestra.run.smithi123.stdout:==================================================================================================== 2023-12-02T02:29:36.482 INFO:teuthology.orchestra.run.smithi123.stdout: Package Arch Version Repository Size 2023-12-02T02:29:36.482 INFO:teuthology.orchestra.run.smithi123.stdout:==================================================================================================== 2023-12-02T02:29:36.482 INFO:teuthology.orchestra.run.smithi123.stdout:Installing: 2023-12-02T02:29:36.482 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-radosgw x86_64 2:18.0.0-7631.gbed76814.el8 ceph 14 M 2023-12-02T02:29:36.482 INFO:teuthology.orchestra.run.smithi123.stdout:Upgrading: 2023-12-02T02:29:36.482 INFO:teuthology.orchestra.run.smithi123.stdout: librados2 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 3.8 M 2023-12-02T02:29:36.482 INFO:teuthology.orchestra.run.smithi123.stdout: librbd1 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 3.7 M 2023-12-02T02:29:36.482 INFO:teuthology.orchestra.run.smithi123.stdout:Installing dependencies: 2023-12-02T02:29:36.482 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-base x86_64 2:18.0.0-7631.gbed76814.el8 ceph 5.4 M 2023-12-02T02:29:36.482 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-common x86_64 2:18.0.0-7631.gbed76814.el8 ceph 23 M 2023-12-02T02:29:36.483 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-selinux x86_64 2:18.0.0-7631.gbed76814.el8 ceph 24 k 2023-12-02T02:29:36.483 INFO:teuthology.orchestra.run.smithi123.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-02T02:29:36.483 INFO:teuthology.orchestra.run.smithi123.stdout: libcephfs2 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 839 k 2023-12-02T02:29:36.483 INFO:teuthology.orchestra.run.smithi123.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-02T02:29:36.483 INFO:teuthology.orchestra.run.smithi123.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-02T02:29:36.483 INFO:teuthology.orchestra.run.smithi123.stdout: libradosstriper1 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 517 k 2023-12-02T02:29:36.483 INFO:teuthology.orchestra.run.smithi123.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-02T02:29:36.483 INFO:teuthology.orchestra.run.smithi123.stdout: librgw2 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 6.9 M 2023-12-02T02:29:36.483 INFO:teuthology.orchestra.run.smithi123.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-02T02:29:36.483 INFO:teuthology.orchestra.run.smithi123.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-02T02:29:36.483 INFO:teuthology.orchestra.run.smithi123.stdout: python3-ceph-argparse x86_64 2:18.0.0-7631.gbed76814.el8 ceph 45 k 2023-12-02T02:29:36.483 INFO:teuthology.orchestra.run.smithi123.stdout: python3-ceph-common x86_64 2:18.0.0-7631.gbed76814.el8 ceph 128 k 2023-12-02T02:29:36.483 INFO:teuthology.orchestra.run.smithi123.stdout: python3-cephfs x86_64 2:18.0.0-7631.gbed76814.el8 ceph 197 k 2023-12-02T02:29:36.483 INFO:teuthology.orchestra.run.smithi123.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-02T02:29:36.483 INFO:teuthology.orchestra.run.smithi123.stdout: python3-rados x86_64 2:18.0.0-7631.gbed76814.el8 ceph 371 k 2023-12-02T02:29:36.484 INFO:teuthology.orchestra.run.smithi123.stdout: python3-rbd x86_64 2:18.0.0-7631.gbed76814.el8 ceph 365 k 2023-12-02T02:29:36.484 INFO:teuthology.orchestra.run.smithi123.stdout: python3-rgw x86_64 2:18.0.0-7631.gbed76814.el8 ceph 107 k 2023-12-02T02:29:36.484 INFO:teuthology.orchestra.run.smithi123.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-02T02:29:36.484 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-12-02T02:29:36.484 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-12-02T02:29:36.484 INFO:teuthology.orchestra.run.smithi123.stdout:==================================================================================================== 2023-12-02T02:29:36.484 INFO:teuthology.orchestra.run.smithi123.stdout:Install 21 Packages 2023-12-02T02:29:36.484 INFO:teuthology.orchestra.run.smithi123.stdout:Upgrade 2 Packages 2023-12-02T02:29:36.484 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-12-02T02:29:36.485 INFO:teuthology.orchestra.run.smithi123.stdout:Total download size: 62 M 2023-12-02T02:29:36.485 INFO:teuthology.orchestra.run.smithi123.stdout:Downloading Packages: 2023-12-02T02:29:36.897 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-12-02T02:29:36.900 INFO:teuthology.orchestra.run.smithi078.stdout:==================================================================================================== 2023-12-02T02:29:36.900 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-12-02T02:29:36.900 INFO:teuthology.orchestra.run.smithi078.stdout:==================================================================================================== 2023-12-02T02:29:36.900 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-12-02T02:29:36.900 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-radosgw x86_64 2:18.0.0-7631.gbed76814.el8 ceph 14 M 2023-12-02T02:29:36.900 INFO:teuthology.orchestra.run.smithi078.stdout:Upgrading: 2023-12-02T02:29:36.900 INFO:teuthology.orchestra.run.smithi078.stdout: librados2 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 3.8 M 2023-12-02T02:29:36.900 INFO:teuthology.orchestra.run.smithi078.stdout: librbd1 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 3.7 M 2023-12-02T02:29:36.901 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-12-02T02:29:36.901 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-base x86_64 2:18.0.0-7631.gbed76814.el8 ceph 5.4 M 2023-12-02T02:29:36.901 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-common x86_64 2:18.0.0-7631.gbed76814.el8 ceph 23 M 2023-12-02T02:29:36.901 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-selinux x86_64 2:18.0.0-7631.gbed76814.el8 ceph 24 k 2023-12-02T02:29:36.901 INFO:teuthology.orchestra.run.smithi078.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-02T02:29:36.901 INFO:teuthology.orchestra.run.smithi078.stdout: libcephfs2 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 839 k 2023-12-02T02:29:36.901 INFO:teuthology.orchestra.run.smithi078.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-02T02:29:36.901 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-02T02:29:36.901 INFO:teuthology.orchestra.run.smithi078.stdout: libradosstriper1 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 517 k 2023-12-02T02:29:36.901 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-02T02:29:36.901 INFO:teuthology.orchestra.run.smithi078.stdout: librgw2 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 6.9 M 2023-12-02T02:29:36.901 INFO:teuthology.orchestra.run.smithi078.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-02T02:29:36.901 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-02T02:29:36.901 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ceph-argparse x86_64 2:18.0.0-7631.gbed76814.el8 ceph 45 k 2023-12-02T02:29:36.901 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ceph-common x86_64 2:18.0.0-7631.gbed76814.el8 ceph 128 k 2023-12-02T02:29:36.902 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cephfs x86_64 2:18.0.0-7631.gbed76814.el8 ceph 197 k 2023-12-02T02:29:36.902 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-02T02:29:36.902 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rados x86_64 2:18.0.0-7631.gbed76814.el8 ceph 371 k 2023-12-02T02:29:36.902 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rbd x86_64 2:18.0.0-7631.gbed76814.el8 ceph 365 k 2023-12-02T02:29:36.902 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rgw x86_64 2:18.0.0-7631.gbed76814.el8 ceph 107 k 2023-12-02T02:29:36.902 INFO:teuthology.orchestra.run.smithi078.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-02T02:29:36.902 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-02T02:29:36.902 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-12-02T02:29:36.902 INFO:teuthology.orchestra.run.smithi078.stdout:==================================================================================================== 2023-12-02T02:29:36.902 INFO:teuthology.orchestra.run.smithi078.stdout:Install 21 Packages 2023-12-02T02:29:36.902 INFO:teuthology.orchestra.run.smithi078.stdout:Upgrade 2 Packages 2023-12-02T02:29:36.902 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-02T02:29:36.903 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 62 M 2023-12-02T02:29:36.903 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-12-02T02:29:37.930 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2023-12-02T02:29:37.933 INFO:teuthology.orchestra.run.smithi092.stdout:==================================================================================================== 2023-12-02T02:29:37.933 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2023-12-02T02:29:37.933 INFO:teuthology.orchestra.run.smithi092.stdout:==================================================================================================== 2023-12-02T02:29:37.933 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2023-12-02T02:29:37.933 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-radosgw x86_64 2:18.0.0-7631.gbed76814.el8 ceph 14 M 2023-12-02T02:29:37.933 INFO:teuthology.orchestra.run.smithi092.stdout:Upgrading: 2023-12-02T02:29:37.933 INFO:teuthology.orchestra.run.smithi092.stdout: librados2 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 3.8 M 2023-12-02T02:29:37.933 INFO:teuthology.orchestra.run.smithi092.stdout: librbd1 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 3.7 M 2023-12-02T02:29:37.933 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2023-12-02T02:29:37.934 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-base x86_64 2:18.0.0-7631.gbed76814.el8 ceph 5.4 M 2023-12-02T02:29:37.934 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-common x86_64 2:18.0.0-7631.gbed76814.el8 ceph 23 M 2023-12-02T02:29:37.934 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-selinux x86_64 2:18.0.0-7631.gbed76814.el8 ceph 24 k 2023-12-02T02:29:37.934 INFO:teuthology.orchestra.run.smithi092.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-02T02:29:37.934 INFO:teuthology.orchestra.run.smithi092.stdout: libcephfs2 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 839 k 2023-12-02T02:29:37.934 INFO:teuthology.orchestra.run.smithi092.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-02T02:29:37.934 INFO:teuthology.orchestra.run.smithi092.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-02T02:29:37.934 INFO:teuthology.orchestra.run.smithi092.stdout: libradosstriper1 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 517 k 2023-12-02T02:29:37.934 INFO:teuthology.orchestra.run.smithi092.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-02T02:29:37.934 INFO:teuthology.orchestra.run.smithi092.stdout: librgw2 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 6.9 M 2023-12-02T02:29:37.934 INFO:teuthology.orchestra.run.smithi092.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-02T02:29:37.934 INFO:teuthology.orchestra.run.smithi092.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-02T02:29:37.934 INFO:teuthology.orchestra.run.smithi092.stdout: python3-ceph-argparse x86_64 2:18.0.0-7631.gbed76814.el8 ceph 45 k 2023-12-02T02:29:37.934 INFO:teuthology.orchestra.run.smithi092.stdout: python3-ceph-common x86_64 2:18.0.0-7631.gbed76814.el8 ceph 128 k 2023-12-02T02:29:37.934 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cephfs x86_64 2:18.0.0-7631.gbed76814.el8 ceph 197 k 2023-12-02T02:29:37.935 INFO:teuthology.orchestra.run.smithi092.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-02T02:29:37.935 INFO:teuthology.orchestra.run.smithi092.stdout: python3-rados x86_64 2:18.0.0-7631.gbed76814.el8 ceph 371 k 2023-12-02T02:29:37.935 INFO:teuthology.orchestra.run.smithi092.stdout: python3-rbd x86_64 2:18.0.0-7631.gbed76814.el8 ceph 365 k 2023-12-02T02:29:37.935 INFO:teuthology.orchestra.run.smithi092.stdout: python3-rgw x86_64 2:18.0.0-7631.gbed76814.el8 ceph 107 k 2023-12-02T02:29:37.935 INFO:teuthology.orchestra.run.smithi092.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-02T02:29:37.935 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-02T02:29:37.935 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2023-12-02T02:29:37.935 INFO:teuthology.orchestra.run.smithi092.stdout:==================================================================================================== 2023-12-02T02:29:37.935 INFO:teuthology.orchestra.run.smithi092.stdout:Install 21 Packages 2023-12-02T02:29:37.935 INFO:teuthology.orchestra.run.smithi092.stdout:Upgrade 2 Packages 2023-12-02T02:29:37.935 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-02T02:29:37.936 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 62 M 2023-12-02T02:29:37.936 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2023-12-02T02:29:39.929 INFO:teuthology.orchestra.run.smithi078.stdout:(1/23): ceph-base-18.0.0-7631.gbed76814.el8.x86 1.9 MB/s | 5.4 MB 00:02 2023-12-02T02:29:40.038 INFO:teuthology.orchestra.run.smithi078.stdout:(2/23): ceph-selinux-18.0.0-7631.gbed76814.el8. 225 kB/s | 24 kB 00:00 2023-12-02T02:29:40.554 INFO:teuthology.orchestra.run.smithi092.stdout:(1/23): ceph-base-18.0.0-7631.gbed76814.el8.x86 2.1 MB/s | 5.4 MB 00:02 2023-12-02T02:29:40.622 INFO:teuthology.orchestra.run.smithi078.stdout:(3/23): libcephfs2-18.0.0-7631.gbed76814.el8.x8 1.4 MB/s | 839 kB 00:00 2023-12-02T02:29:40.654 INFO:teuthology.orchestra.run.smithi092.stdout:(2/23): ceph-selinux-18.0.0-7631.gbed76814.el8. 244 kB/s | 24 kB 00:00 2023-12-02T02:29:40.656 INFO:teuthology.orchestra.run.smithi123.stdout:(1/23): ceph-base-18.0.0-7631.gbed76814.el8.x86 1.3 MB/s | 5.4 MB 00:04 2023-12-02T02:29:40.781 INFO:teuthology.orchestra.run.smithi123.stdout:(2/23): ceph-selinux-18.0.0-7631.gbed76814.el8. 195 kB/s | 24 kB 00:00 2023-12-02T02:29:40.788 INFO:teuthology.orchestra.run.smithi092.stdout:(3/23): ceph-radosgw-18.0.0-7631.gbed76814.el8. 4.9 MB/s | 14 MB 00:02 2023-12-02T02:29:40.888 INFO:teuthology.orchestra.run.smithi092.stdout:(4/23): libradosstriper1-18.0.0-7631.gbed76814. 5.1 MB/s | 517 kB 00:00 2023-12-02T02:29:40.930 INFO:teuthology.orchestra.run.smithi078.stdout:(4/23): ceph-common-18.0.0-7631.gbed76814.el8.x 5.8 MB/s | 23 MB 00:03 2023-12-02T02:29:40.955 INFO:teuthology.orchestra.run.smithi092.stdout:(5/23): libcephfs2-18.0.0-7631.gbed76814.el8.x8 2.7 MB/s | 839 kB 00:00 2023-12-02T02:29:40.964 INFO:teuthology.orchestra.run.smithi078.stdout:(5/23): libradosstriper1-18.0.0-7631.gbed76814. 1.5 MB/s | 517 kB 00:00 2023-12-02T02:29:41.047 INFO:teuthology.orchestra.run.smithi092.stdout:(6/23): python3-ceph-argparse-18.0.0-7631.gbed7 489 kB/s | 45 kB 00:00 2023-12-02T02:29:41.047 INFO:teuthology.orchestra.run.smithi078.stdout:(6/23): python3-ceph-argparse-18.0.0-7631.gbed7 537 kB/s | 45 kB 00:00 2023-12-02T02:29:41.139 INFO:teuthology.orchestra.run.smithi092.stdout:(7/23): python3-ceph-common-18.0.0-7631.gbed768 1.4 MB/s | 128 kB 00:00 2023-12-02T02:29:41.156 INFO:teuthology.orchestra.run.smithi078.stdout:(7/23): python3-ceph-common-18.0.0-7631.gbed768 1.2 MB/s | 128 kB 00:00 2023-12-02T02:29:41.269 INFO:teuthology.orchestra.run.smithi092.stdout:(8/23): python3-cephfs-18.0.0-7631.gbed76814.el 1.5 MB/s | 197 kB 00:00 2023-12-02T02:29:41.323 INFO:teuthology.orchestra.run.smithi123.stdout:(3/23): libcephfs2-18.0.0-7631.gbed76814.el8.x8 1.5 MB/s | 839 kB 00:00 2023-12-02T02:29:41.348 INFO:teuthology.orchestra.run.smithi078.stdout:(8/23): python3-cephfs-18.0.0-7631.gbed76814.el 1.0 MB/s | 197 kB 00:00 2023-12-02T02:29:41.465 INFO:teuthology.orchestra.run.smithi092.stdout:(9/23): python3-rados-18.0.0-7631.gbed76814.el8 1.9 MB/s | 371 kB 00:00 2023-12-02T02:29:41.632 INFO:teuthology.orchestra.run.smithi078.stdout:(9/23): python3-rados-18.0.0-7631.gbed76814.el8 1.3 MB/s | 371 kB 00:00 2023-12-02T02:29:41.680 INFO:teuthology.orchestra.run.smithi092.stdout:(10/23): python3-rbd-18.0.0-7631.gbed76814.el8. 1.7 MB/s | 365 kB 00:00 2023-12-02T02:29:41.765 INFO:teuthology.orchestra.run.smithi123.stdout:(4/23): libradosstriper1-18.0.0-7631.gbed76814. 1.1 MB/s | 517 kB 00:00 2023-12-02T02:29:41.790 INFO:teuthology.orchestra.run.smithi092.stdout:(11/23): python3-rgw-18.0.0-7631.gbed76814.el8. 970 kB/s | 107 kB 00:00 2023-12-02T02:29:41.899 INFO:teuthology.orchestra.run.smithi078.stdout:(10/23): python3-rbd-18.0.0-7631.gbed76814.el8. 1.3 MB/s | 365 kB 00:00 2023-12-02T02:29:41.916 INFO:teuthology.orchestra.run.smithi123.stdout:(5/23): ceph-radosgw-18.0.0-7631.gbed76814.el8. 2.6 MB/s | 14 MB 00:05 2023-12-02T02:29:41.957 INFO:teuthology.orchestra.run.smithi092.stdout:(12/23): librgw2-18.0.0-7631.gbed76814.el8.x86_ 6.5 MB/s | 6.9 MB 00:01 2023-12-02T02:29:41.991 INFO:teuthology.orchestra.run.smithi078.stdout:(11/23): python3-rgw-18.0.0-7631.gbed76814.el8. 1.1 MB/s | 107 kB 00:00 2023-12-02T02:29:42.033 INFO:teuthology.orchestra.run.smithi092.stdout:(13/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.2 MB/s | 306 kB 00:00 2023-12-02T02:29:42.091 INFO:teuthology.orchestra.run.smithi078.stdout:(12/23): librgw2-18.0.0-7631.gbed76814.el8.x86_ 6.0 MB/s | 6.9 MB 00:01 2023-12-02T02:29:42.116 INFO:teuthology.orchestra.run.smithi092.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 901 kB/s | 75 kB 00:00 2023-12-02T02:29:42.142 INFO:teuthology.orchestra.run.smithi092.stdout:(15/23): liboath-2.6.2-3.el8.x86_64.rpm 320 kB/s | 59 kB 00:00 2023-12-02T02:29:42.199 INFO:teuthology.orchestra.run.smithi123.stdout:(6/23): ceph-common-18.0.0-7631.gbed76814.el8.x 4.1 MB/s | 23 MB 00:05 2023-12-02T02:29:42.200 INFO:teuthology.orchestra.run.smithi092.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 805 kB/s | 47 kB 00:00 2023-12-02T02:29:42.224 INFO:teuthology.orchestra.run.smithi123.stdout:(7/23): python3-ceph-argparse-18.0.0-7631.gbed7 145 kB/s | 45 kB 00:00 2023-12-02T02:29:42.242 INFO:teuthology.orchestra.run.smithi092.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 6.1 MB/s | 259 kB 00:00 2023-12-02T02:29:42.284 INFO:teuthology.orchestra.run.smithi092.stdout:(18/23): thrift-0.13.0-2.el8.x86_64.rpm 10 MB/s | 1.7 MB 00:00 2023-12-02T02:29:42.308 INFO:teuthology.orchestra.run.smithi078.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 271 kB/s | 59 kB 00:00 2023-12-02T02:29:42.309 INFO:teuthology.orchestra.run.smithi092.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 660 kB/s | 44 kB 00:00 2023-12-02T02:29:42.316 INFO:teuthology.orchestra.run.smithi123.stdout:(8/23): python3-ceph-common-18.0.0-7631.gbed768 1.1 MB/s | 128 kB 00:00 2023-12-02T02:29:42.360 INFO:teuthology.orchestra.run.smithi092.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 4.6 MB/s | 354 kB 00:00 2023-12-02T02:29:42.367 INFO:teuthology.orchestra.run.smithi078.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 815 kB/s | 306 kB 00:00 2023-12-02T02:29:42.400 INFO:teuthology.orchestra.run.smithi078.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 816 kB/s | 75 kB 00:00 2023-12-02T02:29:42.433 INFO:teuthology.orchestra.run.smithi123.stdout:(9/23): python3-cephfs-18.0.0-7631.gbed76814.el 943 kB/s | 197 kB 00:00 2023-12-02T02:29:42.459 INFO:teuthology.orchestra.run.smithi078.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 4.4 MB/s | 259 kB 00:00 2023-12-02T02:29:42.493 INFO:teuthology.orchestra.run.smithi078.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 1.3 MB/s | 44 kB 00:00 2023-12-02T02:29:42.535 INFO:teuthology.orchestra.run.smithi078.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 8.3 MB/s | 354 kB 00:00 2023-12-02T02:29:42.550 INFO:teuthology.orchestra.run.smithi123.stdout:(10/23): python3-rados-18.0.0-7631.gbed76814.el 1.6 MB/s | 371 kB 00:00 2023-12-02T02:29:42.568 INFO:teuthology.orchestra.run.smithi078.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 1.4 MB/s | 47 kB 00:00 2023-12-02T02:29:42.650 INFO:teuthology.orchestra.run.smithi123.stdout:(11/23): python3-rgw-18.0.0-7631.gbed76814.el8. 1.0 MB/s | 107 kB 00:00 2023-12-02T02:29:42.676 INFO:teuthology.orchestra.run.smithi123.stdout:(12/23): python3-rbd-18.0.0-7631.gbed76814.el8. 1.5 MB/s | 365 kB 00:00 2023-12-02T02:29:42.785 INFO:teuthology.orchestra.run.smithi078.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 4.1 MB/s | 1.7 MB 00:00 2023-12-02T02:29:43.010 INFO:teuthology.orchestra.run.smithi123.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 176 kB/s | 59 kB 00:00 2023-12-02T02:29:43.176 INFO:teuthology.orchestra.run.smithi123.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 451 kB/s | 75 kB 00:00 2023-12-02T02:29:43.202 INFO:teuthology.orchestra.run.smithi123.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 556 kB/s | 306 kB 00:00 2023-12-02T02:29:43.268 INFO:teuthology.orchestra.run.smithi123.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 3.8 MB/s | 259 kB 00:00 2023-12-02T02:29:43.294 INFO:teuthology.orchestra.run.smithi123.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 1.7 MB/s | 44 kB 00:00 2023-12-02T02:29:43.336 INFO:teuthology.orchestra.run.smithi123.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 8.3 MB/s | 354 kB 00:00 2023-12-02T02:29:43.361 INFO:teuthology.orchestra.run.smithi123.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 1.8 MB/s | 47 kB 00:00 2023-12-02T02:29:43.377 INFO:teuthology.orchestra.run.smithi078.stdout:(21/23): ceph-radosgw-18.0.0-7631.gbed76814.el8 2.2 MB/s | 14 MB 00:06 2023-12-02T02:29:43.401 INFO:teuthology.orchestra.run.smithi092.stdout:(21/23): librbd1-18.0.0-7631.gbed76814.el8.x86_ 3.6 MB/s | 3.7 MB 00:01 2023-12-02T02:29:43.544 INFO:teuthology.orchestra.run.smithi078.stdout:(22/23): librbd1-18.0.0-7631.gbed76814.el8.x86_ 4.9 MB/s | 3.7 MB 00:00 2023-12-02T02:29:43.611 INFO:teuthology.orchestra.run.smithi123.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 4.0 MB/s | 1.7 MB 00:00 2023-12-02T02:29:43.693 INFO:teuthology.orchestra.run.smithi092.stdout:(22/23): librados2-18.0.0-7631.gbed76814.el8.x8 2.7 MB/s | 3.8 MB 00:01 2023-12-02T02:29:44.362 INFO:teuthology.orchestra.run.smithi123.stdout:(21/23): librados2-18.0.0-7631.gbed76814.el8.x8 3.8 MB/s | 3.8 MB 00:01 2023-12-02T02:29:44.762 INFO:teuthology.orchestra.run.smithi123.stdout:(22/23): librbd1-18.0.0-7631.gbed76814.el8.x86_ 3.2 MB/s | 3.7 MB 00:01 2023-12-02T02:29:44.936 INFO:teuthology.orchestra.run.smithi078.stdout:(23/23): librados2-18.0.0-7631.gbed76814.el8.x8 1.6 MB/s | 3.8 MB 00:02 2023-12-02T02:29:44.940 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-12-02T02:29:44.940 INFO:teuthology.orchestra.run.smithi078.stdout:Total 7.7 MB/s | 62 MB 00:08 2023-12-02T02:29:44.985 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-12-02T02:29:45.030 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-12-02T02:29:45.030 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-12-02T02:29:45.321 INFO:teuthology.orchestra.run.smithi123.stdout:(23/23): librgw2-18.0.0-7631.gbed76814.el8.x86_ 1.9 MB/s | 6.9 MB 00:03 2023-12-02T02:29:45.324 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2023-12-02T02:29:45.324 INFO:teuthology.orchestra.run.smithi123.stdout:Total 7.0 MB/s | 62 MB 00:08 2023-12-02T02:29:45.371 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction check 2023-12-02T02:29:45.374 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-12-02T02:29:45.378 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-12-02T02:29:45.416 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction check succeeded. 2023-12-02T02:29:45.417 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction test 2023-12-02T02:29:45.755 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction test succeeded. 2023-12-02T02:29:45.759 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction 2023-12-02T02:29:46.554 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-12-02T02:29:46.765 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-02T02:29:46.975 INFO:teuthology.orchestra.run.smithi123.stdout: Preparing : 1/1 2023-12-02T02:29:46.987 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-02T02:29:47.206 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-02T02:29:47.377 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-02T02:29:47.395 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-02T02:29:47.571 INFO:teuthology.orchestra.run.smithi078.stdout: Upgrading : librados2-2:18.0.0-7631.gbed76814.el8.x86_64 3/25 2023-12-02T02:29:47.670 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librados2-2:18.0.0-7631.gbed76814.el8.x86_64 3/25 2023-12-02T02:29:47.838 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-02T02:29:47.864 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-rados-2:18.0.0-7631.gbed76814.el8.x86_64 4/25 2023-12-02T02:29:48.044 INFO:teuthology.orchestra.run.smithi123.stdout: Upgrading : librados2-2:18.0.0-7631.gbed76814.el8.x86_64 3/25 2023-12-02T02:29:48.124 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-02T02:29:48.137 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: librados2-2:18.0.0-7631.gbed76814.el8.x86_64 3/25 2023-12-02T02:29:48.321 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libcephfs2-2:18.0.0-7631.gbed76814.el8.x86_64 6/25 2023-12-02T02:29:48.367 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-rados-2:18.0.0-7631.gbed76814.el8.x86_64 4/25 2023-12-02T02:29:48.460 INFO:teuthology.orchestra.run.smithi092.stdout:(23/23): ceph-common-18.0.0-7631.gbed76814.el8. 2.1 MB/s | 23 MB 00:10 2023-12-02T02:29:48.461 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2023-12-02T02:29:48.462 INFO:teuthology.orchestra.run.smithi092.stdout:Total 5.8 MB/s | 62 MB 00:10 2023-12-02T02:29:48.510 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2023-12-02T02:29:48.558 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2023-12-02T02:29:48.558 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2023-12-02T02:29:48.631 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-02T02:29:48.764 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: libcephfs2-2:18.0.0-7631.gbed76814.el8.x86_64 6/25 2023-12-02T02:29:49.010 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2023-12-02T02:29:49.017 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2023-12-02T02:29:49.020 INFO:teuthology.orchestra.run.smithi078.stdout: Upgrading : librbd1-2:18.0.0-7631.gbed76814.el8.x86_64 7/25 2023-12-02T02:29:49.085 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librbd1-2:18.0.0-7631.gbed76814.el8.x86_64 7/25 2023-12-02T02:29:49.133 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : libcephfs2-2:18.0.0-7631.gbed76814.el8.x86_64 6/25 2023-12-02T02:29:49.310 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-02T02:29:49.512 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-02T02:29:49.558 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: libcephfs2-2:18.0.0-7631.gbed76814.el8.x86_64 6/25 2023-12-02T02:29:49.769 INFO:teuthology.orchestra.run.smithi123.stdout: Upgrading : librbd1-2:18.0.0-7631.gbed76814.el8.x86_64 7/25 2023-12-02T02:29:49.819 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: librbd1-2:18.0.0-7631.gbed76814.el8.x86_64 7/25 2023-12-02T02:29:50.042 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-02T02:29:50.173 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-02T02:29:50.202 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-02T02:29:50.237 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2023-12-02T02:29:50.412 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : librgw2-2:18.0.0-7631.gbed76814.el8.x86_64 10/25 2023-12-02T02:29:50.474 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librgw2-2:18.0.0-7631.gbed76814.el8.x86_64 10/25 2023-12-02T02:29:50.475 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-02T02:29:50.631 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-ceph-argparse-2:18.0.0-7631.gbed76814.el8. 11/25 2023-12-02T02:29:50.738 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-02T02:29:50.781 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-cephfs-2:18.0.0-7631.gbed76814.el8.x86_64 12/25 2023-12-02T02:29:50.874 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-02T02:29:50.981 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-rgw-2:18.0.0-7631.gbed76814.el8.x86_64 13/25 2023-12-02T02:29:51.052 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : librgw2-2:18.0.0-7631.gbed76814.el8.x86_64 10/25 2023-12-02T02:29:51.116 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: librgw2-2:18.0.0-7631.gbed76814.el8.x86_64 10/25 2023-12-02T02:29:51.151 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-02T02:29:51.184 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-rbd-2:18.0.0-7631.gbed76814.el8.x86_64 14/25 2023-12-02T02:29:51.246 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-ceph-argparse-2:18.0.0-7631.gbed76814.el8. 11/25 2023-12-02T02:29:51.337 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libradosstriper1-2:18.0.0-7631.gbed76814.el8.x86_6 15/25 2023-12-02T02:29:51.372 INFO:teuthology.orchestra.run.smithi092.stdout: Upgrading : librados2-2:18.0.0-7631.gbed76814.el8.x86_64 3/25 2023-12-02T02:29:51.404 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7631.gbed76814.el8.x86_6 15/25 2023-12-02T02:29:51.438 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-cephfs-2:18.0.0-7631.gbed76814.el8.x86_64 12/25 2023-12-02T02:29:51.460 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: librados2-2:18.0.0-7631.gbed76814.el8.x86_64 3/25 2023-12-02T02:29:51.572 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-02T02:29:51.637 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-rgw-2:18.0.0-7631.gbed76814.el8.x86_64 13/25 2023-12-02T02:29:51.678 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-rados-2:18.0.0-7631.gbed76814.el8.x86_64 4/25 2023-12-02T02:29:51.771 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-02T02:29:51.856 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-rbd-2:18.0.0-7631.gbed76814.el8.x86_64 14/25 2023-12-02T02:29:51.916 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-02T02:29:52.000 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-02T02:29:52.002 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : libradosstriper1-2:18.0.0-7631.gbed76814.el8.x86_6 15/25 2023-12-02T02:29:52.070 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7631.gbed76814.el8.x86_6 15/25 2023-12-02T02:29:52.138 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : libcephfs2-2:18.0.0-7631.gbed76814.el8.x86_64 6/25 2023-12-02T02:29:52.187 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-ceph-common-2:18.0.0-7631.gbed76814.el8.x8 19/25 2023-12-02T02:29:52.236 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-02T02:29:52.406 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-02T02:29:52.560 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: libcephfs2-2:18.0.0-7631.gbed76814.el8.x86_64 6/25 2023-12-02T02:29:52.644 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-02T02:29:52.821 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-ceph-common-2:18.0.0-7631.gbed76814.el8.x8 19/25 2023-12-02T02:29:52.822 INFO:teuthology.orchestra.run.smithi092.stdout: Upgrading : librbd1-2:18.0.0-7631.gbed76814.el8.x86_64 7/25 2023-12-02T02:29:52.917 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: librbd1-2:18.0.0-7631.gbed76814.el8.x86_64 7/25 2023-12-02T02:29:53.113 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-02T02:29:53.167 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-02T02:29:53.970 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-02T02:29:54.171 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : librgw2-2:18.0.0-7631.gbed76814.el8.x86_64 10/25 2023-12-02T02:29:54.237 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: librgw2-2:18.0.0-7631.gbed76814.el8.x86_64 10/25 2023-12-02T02:29:54.374 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-ceph-argparse-2:18.0.0-7631.gbed76814.el8. 11/25 2023-12-02T02:29:54.599 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-cephfs-2:18.0.0-7631.gbed76814.el8.x86_64 12/25 2023-12-02T02:29:54.806 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-rgw-2:18.0.0-7631.gbed76814.el8.x86_64 13/25 2023-12-02T02:29:55.017 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-rbd-2:18.0.0-7631.gbed76814.el8.x86_64 14/25 2023-12-02T02:29:55.163 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : libradosstriper1-2:18.0.0-7631.gbed76814.el8.x86_6 15/25 2023-12-02T02:29:55.216 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7631.gbed76814.el8.x86_6 15/25 2023-12-02T02:29:55.380 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-02T02:29:55.558 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-02T02:29:55.808 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 20/25 2023-12-02T02:29:55.813 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-02T02:29:55.979 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-ceph-common-2:18.0.0-7631.gbed76814.el8.x8 19/25 2023-12-02T02:29:56.037 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 20/25 2023-12-02T02:29:56.559 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 20/25 2023-12-02T02:29:56.614 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 20/25 2023-12-02T02:29:56.810 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 20/25 2023-12-02T02:29:56.906 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-base-2:18.0.0-7631.gbed76814.el8.x86_64 21/25 2023-12-02T02:29:56.978 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-base-2:18.0.0-7631.gbed76814.el8.x86_64 21/25 2023-12-02T02:29:57.136 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-selinux-2:18.0.0-7631.gbed76814.el8.x86_64 22/25 2023-12-02T02:29:57.388 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 20/25 2023-12-02T02:29:57.667 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : ceph-base-2:18.0.0-7631.gbed76814.el8.x86_64 21/25 2023-12-02T02:29:57.751 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: ceph-base-2:18.0.0-7631.gbed76814.el8.x86_64 21/25 2023-12-02T02:29:57.935 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : ceph-selinux-2:18.0.0-7631.gbed76814.el8.x86_64 22/25 2023-12-02T02:29:59.753 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 20/25 2023-12-02T02:30:00.037 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 20/25 2023-12-02T02:30:00.614 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 20/25 2023-12-02T02:30:00.877 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-base-2:18.0.0-7631.gbed76814.el8.x86_64 21/25 2023-12-02T02:30:00.957 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-base-2:18.0.0-7631.gbed76814.el8.x86_64 21/25 2023-12-02T02:30:01.145 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-selinux-2:18.0.0-7631.gbed76814.el8.x86_64 22/25 2023-12-02T02:30:15.731 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7631.gbed76814.el8.x86_64 22/25 2023-12-02T02:30:15.731 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /sys 2023-12-02T02:30:15.731 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /proc 2023-12-02T02:30:15.731 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /dev 2023-12-02T02:30:15.731 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /run 2023-12-02T02:30:15.731 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /mnt 2023-12-02T02:30:15.731 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /var/tmp 2023-12-02T02:30:15.731 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /home 2023-12-02T02:30:15.731 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /tmp 2023-12-02T02:30:15.731 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /dev 2023-12-02T02:30:15.732 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-02T02:30:16.514 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7631.gbed76814.el8.x86_64 22/25 2023-12-02T02:30:16.515 INFO:teuthology.orchestra.run.smithi123.stdout:skipping the directory /sys 2023-12-02T02:30:16.515 INFO:teuthology.orchestra.run.smithi123.stdout:skipping the directory /proc 2023-12-02T02:30:16.515 INFO:teuthology.orchestra.run.smithi123.stdout:skipping the directory /dev 2023-12-02T02:30:16.515 INFO:teuthology.orchestra.run.smithi123.stdout:skipping the directory /run 2023-12-02T02:30:16.515 INFO:teuthology.orchestra.run.smithi123.stdout:skipping the directory /mnt 2023-12-02T02:30:16.515 INFO:teuthology.orchestra.run.smithi123.stdout:skipping the directory /var/tmp 2023-12-02T02:30:16.515 INFO:teuthology.orchestra.run.smithi123.stdout:skipping the directory /home 2023-12-02T02:30:16.515 INFO:teuthology.orchestra.run.smithi123.stdout:skipping the directory /tmp 2023-12-02T02:30:16.515 INFO:teuthology.orchestra.run.smithi123.stdout:skipping the directory /dev 2023-12-02T02:30:16.515 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-12-02T02:30:17.120 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-radosgw-2:18.0.0-7631.gbed76814.el8.x86_64 23/25 2023-12-02T02:30:17.140 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7631.gbed76814.el8.x86_64 23/25 2023-12-02T02:30:17.140 INFO:teuthology.orchestra.run.smithi078.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-02T02:30:17.344 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-02T02:30:17.344 INFO:teuthology.orchestra.run.smithi078.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-02T02:30:17.939 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : ceph-radosgw-2:18.0.0-7631.gbed76814.el8.x86_64 23/25 2023-12-02T02:30:17.959 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-02T02:30:17.959 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-base-2:18.0.0-7631.gbed76814.el8.x86_64 1/25 2023-12-02T02:30:17.959 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 2/25 2023-12-02T02:30:17.959 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-radosgw-2:18.0.0-7631.gbed76814.el8.x86_64 3/25 2023-12-02T02:30:17.959 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-selinux-2:18.0.0-7631.gbed76814.el8.x86_64 4/25 2023-12-02T02:30:17.959 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libcephfs2-2:18.0.0-7631.gbed76814.el8.x86_64 5/25 2023-12-02T02:30:17.959 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libradosstriper1-2:18.0.0-7631.gbed76814.el8.x86_6 6/25 2023-12-02T02:30:17.959 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librgw2-2:18.0.0-7631.gbed76814.el8.x86_64 7/25 2023-12-02T02:30:17.959 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7631.gbed76814.el8. 8/25 2023-12-02T02:30:17.959 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-ceph-common-2:18.0.0-7631.gbed76814.el8.x8 9/25 2023-12-02T02:30:17.959 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-cephfs-2:18.0.0-7631.gbed76814.el8.x86_64 10/25 2023-12-02T02:30:17.959 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-rados-2:18.0.0-7631.gbed76814.el8.x86_64 11/25 2023-12-02T02:30:17.959 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-rbd-2:18.0.0-7631.gbed76814.el8.x86_64 12/25 2023-12-02T02:30:17.959 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-rgw-2:18.0.0-7631.gbed76814.el8.x86_64 13/25 2023-12-02T02:30:17.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-02T02:30:17.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-02T02:30:17.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-02T02:30:17.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-02T02:30:17.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-02T02:30:17.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-02T02:30:17.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-02T02:30:17.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-02T02:30:17.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librados2-2:18.0.0-7631.gbed76814.el8.x86_64 22/25 2023-12-02T02:30:17.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-02T02:30:17.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librbd1-2:18.0.0-7631.gbed76814.el8.x86_64 24/25 2023-12-02T02:30:17.961 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7631.gbed76814.el8.x86_64 23/25 2023-12-02T02:30:17.961 INFO:teuthology.orchestra.run.smithi123.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-02T02:30:18.134 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-02T02:30:18.134 INFO:teuthology.orchestra.run.smithi123.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-02T02:30:18.762 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-02T02:30:18.762 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : ceph-base-2:18.0.0-7631.gbed76814.el8.x86_64 1/25 2023-12-02T02:30:18.762 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 2/25 2023-12-02T02:30:18.762 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : ceph-radosgw-2:18.0.0-7631.gbed76814.el8.x86_64 3/25 2023-12-02T02:30:18.762 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : ceph-selinux-2:18.0.0-7631.gbed76814.el8.x86_64 4/25 2023-12-02T02:30:18.762 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : libcephfs2-2:18.0.0-7631.gbed76814.el8.x86_64 5/25 2023-12-02T02:30:18.762 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : libradosstriper1-2:18.0.0-7631.gbed76814.el8.x86_6 6/25 2023-12-02T02:30:18.762 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : librgw2-2:18.0.0-7631.gbed76814.el8.x86_64 7/25 2023-12-02T02:30:18.762 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7631.gbed76814.el8. 8/25 2023-12-02T02:30:18.762 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-ceph-common-2:18.0.0-7631.gbed76814.el8.x8 9/25 2023-12-02T02:30:18.762 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-cephfs-2:18.0.0-7631.gbed76814.el8.x86_64 10/25 2023-12-02T02:30:18.762 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-rados-2:18.0.0-7631.gbed76814.el8.x86_64 11/25 2023-12-02T02:30:18.763 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-rbd-2:18.0.0-7631.gbed76814.el8.x86_64 12/25 2023-12-02T02:30:18.763 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-rgw-2:18.0.0-7631.gbed76814.el8.x86_64 13/25 2023-12-02T02:30:18.763 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-02T02:30:18.763 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-02T02:30:18.763 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-02T02:30:18.763 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-02T02:30:18.763 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-02T02:30:18.763 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-02T02:30:18.763 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-02T02:30:18.763 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-02T02:30:18.763 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : librados2-2:18.0.0-7631.gbed76814.el8.x86_64 22/25 2023-12-02T02:30:18.763 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-02T02:30:18.763 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : librbd1-2:18.0.0-7631.gbed76814.el8.x86_64 24/25 2023-12-02T02:30:19.345 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-02T02:30:19.345 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:00:54 ago on Sat 02 Dec 2023 02:29:25 AM UTC. 2023-12-02T02:30:19.704 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7631.gbed76814.el8.x86_64 22/25 2023-12-02T02:30:19.704 INFO:teuthology.orchestra.run.smithi092.stdout:skipping the directory /sys 2023-12-02T02:30:19.704 INFO:teuthology.orchestra.run.smithi092.stdout:skipping the directory /proc 2023-12-02T02:30:19.704 INFO:teuthology.orchestra.run.smithi092.stdout:skipping the directory /dev 2023-12-02T02:30:19.704 INFO:teuthology.orchestra.run.smithi092.stdout:skipping the directory /run 2023-12-02T02:30:19.704 INFO:teuthology.orchestra.run.smithi092.stdout:skipping the directory /mnt 2023-12-02T02:30:19.704 INFO:teuthology.orchestra.run.smithi092.stdout:skipping the directory /var/tmp 2023-12-02T02:30:19.704 INFO:teuthology.orchestra.run.smithi092.stdout:skipping the directory /home 2023-12-02T02:30:19.704 INFO:teuthology.orchestra.run.smithi092.stdout:skipping the directory /tmp 2023-12-02T02:30:19.704 INFO:teuthology.orchestra.run.smithi092.stdout:skipping the directory /dev 2023-12-02T02:30:19.704 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-02T02:30:20.161 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-02T02:30:20.161 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:00:56 ago on Sat 02 Dec 2023 02:29:24 AM UTC. 2023-12-02T02:30:21.081 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-radosgw-2:18.0.0-7631.gbed76814.el8.x86_64 23/25 2023-12-02T02:30:21.101 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7631.gbed76814.el8.x86_64 23/25 2023-12-02T02:30:21.101 INFO:teuthology.orchestra.run.smithi092.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-02T02:30:21.301 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-02T02:30:21.301 INFO:teuthology.orchestra.run.smithi092.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-02T02:30:21.706 INFO:teuthology.orchestra.run.smithi078.stdout:Installed products updated. 2023-12-02T02:30:21.848 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-02T02:30:21.848 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-base-2:18.0.0-7631.gbed76814.el8.x86_64 1/25 2023-12-02T02:30:21.848 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 2/25 2023-12-02T02:30:21.848 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-radosgw-2:18.0.0-7631.gbed76814.el8.x86_64 3/25 2023-12-02T02:30:21.848 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-selinux-2:18.0.0-7631.gbed76814.el8.x86_64 4/25 2023-12-02T02:30:21.848 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : libcephfs2-2:18.0.0-7631.gbed76814.el8.x86_64 5/25 2023-12-02T02:30:21.848 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : libradosstriper1-2:18.0.0-7631.gbed76814.el8.x86_6 6/25 2023-12-02T02:30:21.848 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : librgw2-2:18.0.0-7631.gbed76814.el8.x86_64 7/25 2023-12-02T02:30:21.848 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7631.gbed76814.el8. 8/25 2023-12-02T02:30:21.849 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-ceph-common-2:18.0.0-7631.gbed76814.el8.x8 9/25 2023-12-02T02:30:21.849 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-cephfs-2:18.0.0-7631.gbed76814.el8.x86_64 10/25 2023-12-02T02:30:21.849 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-rados-2:18.0.0-7631.gbed76814.el8.x86_64 11/25 2023-12-02T02:30:21.849 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-rbd-2:18.0.0-7631.gbed76814.el8.x86_64 12/25 2023-12-02T02:30:21.849 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-rgw-2:18.0.0-7631.gbed76814.el8.x86_64 13/25 2023-12-02T02:30:21.849 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-02T02:30:21.849 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-02T02:30:21.849 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-02T02:30:21.849 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-02T02:30:21.849 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-02T02:30:21.849 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-02T02:30:21.849 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-02T02:30:21.849 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-02T02:30:21.849 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : librados2-2:18.0.0-7631.gbed76814.el8.x86_64 22/25 2023-12-02T02:30:21.849 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-02T02:30:21.850 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : librbd1-2:18.0.0-7631.gbed76814.el8.x86_64 24/25 2023-12-02T02:30:21.894 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-02T02:30:21.894 INFO:teuthology.orchestra.run.smithi078.stdout:Upgraded: 2023-12-02T02:30:21.894 INFO:teuthology.orchestra.run.smithi078.stdout: librados2-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:21.894 INFO:teuthology.orchestra.run.smithi078.stdout: librbd1-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:21.894 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-12-02T02:30:21.894 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-base-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:21.894 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:21.894 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-radosgw-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:21.895 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-selinux-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:21.895 INFO:teuthology.orchestra.run.smithi078.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-02T02:30:21.895 INFO:teuthology.orchestra.run.smithi078.stdout: libcephfs2-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:21.895 INFO:teuthology.orchestra.run.smithi078.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-02T02:30:21.895 INFO:teuthology.orchestra.run.smithi078.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-02T02:30:21.895 INFO:teuthology.orchestra.run.smithi078.stdout: libradosstriper1-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:21.895 INFO:teuthology.orchestra.run.smithi078.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-02T02:30:21.895 INFO:teuthology.orchestra.run.smithi078.stdout: librgw2-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:21.895 INFO:teuthology.orchestra.run.smithi078.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-02T02:30:21.895 INFO:teuthology.orchestra.run.smithi078.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-02T02:30:21.895 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ceph-argparse-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:21.895 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:21.895 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cephfs-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:21.895 INFO:teuthology.orchestra.run.smithi078.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-02T02:30:21.895 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rados-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:21.896 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rbd-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:21.896 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rgw-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:21.896 INFO:teuthology.orchestra.run.smithi078.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-02T02:30:21.896 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-02T02:30:21.896 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-12-02T02:30:22.057 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-test 2023-12-02T02:30:22.403 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-12-02T02:30:22.484 INFO:teuthology.orchestra.run.smithi123.stdout:Installed products updated. 2023-12-02T02:30:22.673 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-12-02T02:30:22.673 INFO:teuthology.orchestra.run.smithi123.stdout:Upgraded: 2023-12-02T02:30:22.673 INFO:teuthology.orchestra.run.smithi123.stdout: librados2-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:22.674 INFO:teuthology.orchestra.run.smithi123.stdout: librbd1-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:22.674 INFO:teuthology.orchestra.run.smithi123.stdout:Installed: 2023-12-02T02:30:22.674 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-base-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:22.674 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:22.674 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-radosgw-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:22.674 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-selinux-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:22.674 INFO:teuthology.orchestra.run.smithi123.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-02T02:30:22.675 INFO:teuthology.orchestra.run.smithi123.stdout: libcephfs2-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:22.675 INFO:teuthology.orchestra.run.smithi123.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-02T02:30:22.675 INFO:teuthology.orchestra.run.smithi123.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-02T02:30:22.675 INFO:teuthology.orchestra.run.smithi123.stdout: libradosstriper1-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:22.675 INFO:teuthology.orchestra.run.smithi123.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-02T02:30:22.675 INFO:teuthology.orchestra.run.smithi123.stdout: librgw2-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:22.675 INFO:teuthology.orchestra.run.smithi123.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-02T02:30:22.675 INFO:teuthology.orchestra.run.smithi123.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-02T02:30:22.675 INFO:teuthology.orchestra.run.smithi123.stdout: python3-ceph-argparse-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:22.676 INFO:teuthology.orchestra.run.smithi123.stdout: python3-ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:22.676 INFO:teuthology.orchestra.run.smithi123.stdout: python3-cephfs-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:22.676 INFO:teuthology.orchestra.run.smithi123.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-02T02:30:22.676 INFO:teuthology.orchestra.run.smithi123.stdout: python3-rados-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:22.676 INFO:teuthology.orchestra.run.smithi123.stdout: python3-rbd-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:22.676 INFO:teuthology.orchestra.run.smithi123.stdout: python3-rgw-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:22.676 INFO:teuthology.orchestra.run.smithi123.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-02T02:30:22.676 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-12-02T02:30:22.677 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-12-02T02:30:22.855 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install ceph-test 2023-12-02T02:30:23.176 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-02T02:30:23.176 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:00:57 ago on Sat 02 Dec 2023 02:29:26 AM UTC. 2023-12-02T02:30:23.204 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-12-02T02:30:23.211 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:00:58 ago on Sat 02 Dec 2023 02:29:25 AM UTC. 2023-12-02T02:30:23.999 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:00:59 ago on Sat 02 Dec 2023 02:29:24 AM UTC. 2023-12-02T02:30:24.590 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2023-12-02T02:30:24.591 INFO:teuthology.orchestra.run.smithi078.stdout:============================================================================================ 2023-12-02T02:30:24.591 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2023-12-02T02:30:24.591 INFO:teuthology.orchestra.run.smithi078.stdout:============================================================================================ 2023-12-02T02:30:24.591 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2023-12-02T02:30:24.591 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-test x86_64 2:18.0.0-7631.gbed76814.el8 ceph 49 M 2023-12-02T02:30:24.592 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2023-12-02T02:30:24.592 INFO:teuthology.orchestra.run.smithi078.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-02T02:30:24.592 INFO:teuthology.orchestra.run.smithi078.stdout: libcephsqlite x86_64 2:18.0.0-7631.gbed76814.el8 ceph 183 k 2023-12-02T02:30:24.592 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-02T02:30:24.592 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-02T02:30:24.592 INFO:teuthology.orchestra.run.smithi078.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-02T02:30:24.592 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-02T02:30:24.592 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2023-12-02T02:30:24.592 INFO:teuthology.orchestra.run.smithi078.stdout:============================================================================================ 2023-12-02T02:30:24.592 INFO:teuthology.orchestra.run.smithi078.stdout:Install 6 Packages 2023-12-02T02:30:24.592 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-02T02:30:24.593 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 50 M 2023-12-02T02:30:24.593 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 223 M 2023-12-02T02:30:24.593 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2023-12-02T02:30:24.667 INFO:teuthology.orchestra.run.smithi078.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 945 kB/s | 70 kB 00:00 2023-12-02T02:30:24.758 INFO:teuthology.orchestra.run.smithi078.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.0 MB/s | 323 kB 00:00 2023-12-02T02:30:24.798 INFO:teuthology.orchestra.run.smithi078.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-12-02T02:30:24.840 INFO:teuthology.orchestra.run.smithi078.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-02T02:30:24.932 INFO:teuthology.orchestra.run.smithi078.stdout:(5/6): libcephsqlite-18.0.0-7631.gbed76814.el8. 541 kB/s | 183 kB 00:00 2023-12-02T02:30:25.366 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-12-02T02:30:25.367 INFO:teuthology.orchestra.run.smithi123.stdout:============================================================================================ 2023-12-02T02:30:25.367 INFO:teuthology.orchestra.run.smithi123.stdout: Package Arch Version Repository Size 2023-12-02T02:30:25.367 INFO:teuthology.orchestra.run.smithi123.stdout:============================================================================================ 2023-12-02T02:30:25.367 INFO:teuthology.orchestra.run.smithi123.stdout:Installing: 2023-12-02T02:30:25.367 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-test x86_64 2:18.0.0-7631.gbed76814.el8 ceph 49 M 2023-12-02T02:30:25.367 INFO:teuthology.orchestra.run.smithi123.stdout:Installing dependencies: 2023-12-02T02:30:25.367 INFO:teuthology.orchestra.run.smithi123.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-02T02:30:25.367 INFO:teuthology.orchestra.run.smithi123.stdout: libcephsqlite x86_64 2:18.0.0-7631.gbed76814.el8 ceph 183 k 2023-12-02T02:30:25.367 INFO:teuthology.orchestra.run.smithi123.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-02T02:30:25.367 INFO:teuthology.orchestra.run.smithi123.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-02T02:30:25.368 INFO:teuthology.orchestra.run.smithi123.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-02T02:30:25.368 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-12-02T02:30:25.368 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-12-02T02:30:25.368 INFO:teuthology.orchestra.run.smithi123.stdout:============================================================================================ 2023-12-02T02:30:25.368 INFO:teuthology.orchestra.run.smithi123.stdout:Install 6 Packages 2023-12-02T02:30:25.368 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-12-02T02:30:25.369 INFO:teuthology.orchestra.run.smithi123.stdout:Total download size: 50 M 2023-12-02T02:30:25.369 INFO:teuthology.orchestra.run.smithi123.stdout:Installed size: 223 M 2023-12-02T02:30:25.369 INFO:teuthology.orchestra.run.smithi123.stdout:Downloading Packages: 2023-12-02T02:30:25.401 INFO:teuthology.orchestra.run.smithi123.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.1 MB/s | 70 kB 00:00 2023-12-02T02:30:25.477 INFO:teuthology.orchestra.run.smithi123.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.7 MB/s | 323 kB 00:00 2023-12-02T02:30:25.512 INFO:teuthology.orchestra.run.smithi092.stdout:Installed products updated. 2023-12-02T02:30:25.519 INFO:teuthology.orchestra.run.smithi123.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-12-02T02:30:25.560 INFO:teuthology.orchestra.run.smithi123.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-02T02:30:25.602 INFO:teuthology.orchestra.run.smithi123.stdout:(5/6): libcephsqlite-18.0.0-7631.gbed76814.el8. 785 kB/s | 183 kB 00:00 2023-12-02T02:30:25.699 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-02T02:30:25.700 INFO:teuthology.orchestra.run.smithi092.stdout:Upgraded: 2023-12-02T02:30:25.700 INFO:teuthology.orchestra.run.smithi092.stdout: librados2-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:25.700 INFO:teuthology.orchestra.run.smithi092.stdout: librbd1-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:25.700 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2023-12-02T02:30:25.700 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-base-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:25.700 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:25.700 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-radosgw-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:25.700 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-selinux-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:25.700 INFO:teuthology.orchestra.run.smithi092.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-02T02:30:25.700 INFO:teuthology.orchestra.run.smithi092.stdout: libcephfs2-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:25.700 INFO:teuthology.orchestra.run.smithi092.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-02T02:30:25.700 INFO:teuthology.orchestra.run.smithi092.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-02T02:30:25.701 INFO:teuthology.orchestra.run.smithi092.stdout: libradosstriper1-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:25.701 INFO:teuthology.orchestra.run.smithi092.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-02T02:30:25.701 INFO:teuthology.orchestra.run.smithi092.stdout: librgw2-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:25.701 INFO:teuthology.orchestra.run.smithi092.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-02T02:30:25.701 INFO:teuthology.orchestra.run.smithi092.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-02T02:30:25.701 INFO:teuthology.orchestra.run.smithi092.stdout: python3-ceph-argparse-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:25.701 INFO:teuthology.orchestra.run.smithi092.stdout: python3-ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:25.701 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cephfs-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:25.701 INFO:teuthology.orchestra.run.smithi092.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-02T02:30:25.701 INFO:teuthology.orchestra.run.smithi092.stdout: python3-rados-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:25.701 INFO:teuthology.orchestra.run.smithi092.stdout: python3-rbd-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:25.701 INFO:teuthology.orchestra.run.smithi092.stdout: python3-rgw-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:25.701 INFO:teuthology.orchestra.run.smithi092.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-02T02:30:25.701 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-02T02:30:25.701 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2023-12-02T02:30:25.893 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install ceph-test 2023-12-02T02:30:26.242 INFO:teuthology.orchestra.run.smithi092.stdout:Updating Subscription Management repositories. 2023-12-02T02:30:27.063 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:01 ago on Sat 02 Dec 2023 02:29:26 AM UTC. 2023-12-02T02:30:28.454 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2023-12-02T02:30:28.455 INFO:teuthology.orchestra.run.smithi092.stdout:============================================================================================ 2023-12-02T02:30:28.455 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2023-12-02T02:30:28.455 INFO:teuthology.orchestra.run.smithi092.stdout:============================================================================================ 2023-12-02T02:30:28.455 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2023-12-02T02:30:28.456 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-test x86_64 2:18.0.0-7631.gbed76814.el8 ceph 49 M 2023-12-02T02:30:28.456 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2023-12-02T02:30:28.456 INFO:teuthology.orchestra.run.smithi092.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-02T02:30:28.456 INFO:teuthology.orchestra.run.smithi092.stdout: libcephsqlite x86_64 2:18.0.0-7631.gbed76814.el8 ceph 183 k 2023-12-02T02:30:28.456 INFO:teuthology.orchestra.run.smithi092.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-02T02:30:28.456 INFO:teuthology.orchestra.run.smithi092.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-02T02:30:28.456 INFO:teuthology.orchestra.run.smithi092.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-02T02:30:28.456 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-02T02:30:28.456 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2023-12-02T02:30:28.456 INFO:teuthology.orchestra.run.smithi092.stdout:============================================================================================ 2023-12-02T02:30:28.456 INFO:teuthology.orchestra.run.smithi092.stdout:Install 6 Packages 2023-12-02T02:30:28.456 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-02T02:30:28.457 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 50 M 2023-12-02T02:30:28.457 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 223 M 2023-12-02T02:30:28.457 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2023-12-02T02:30:28.513 INFO:teuthology.orchestra.run.smithi092.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.2 MB/s | 70 kB 00:00 2023-12-02T02:30:28.540 INFO:teuthology.orchestra.run.smithi078.stdout:(6/6): ceph-test-18.0.0-7631.gbed76814.el8.x86_ 13 MB/s | 49 MB 00:03 2023-12-02T02:30:28.542 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2023-12-02T02:30:28.542 INFO:teuthology.orchestra.run.smithi078.stdout:Total 13 MB/s | 50 MB 00:03 2023-12-02T02:30:28.578 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2023-12-02T02:30:28.599 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2023-12-02T02:30:28.599 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2023-12-02T02:30:28.611 INFO:teuthology.orchestra.run.smithi092.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 3.5 MB/s | 323 kB 00:00 2023-12-02T02:30:28.663 INFO:teuthology.orchestra.run.smithi092.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 3.5 MB/s | 187 kB 00:00 2023-12-02T02:30:28.705 INFO:teuthology.orchestra.run.smithi092.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-02T02:30:28.864 INFO:teuthology.orchestra.run.smithi092.stdout:(5/6): libcephsqlite-18.0.0-7631.gbed76814.el8. 450 kB/s | 183 kB 00:00 2023-12-02T02:30:28.869 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2023-12-02T02:30:28.873 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2023-12-02T02:30:29.219 INFO:teuthology.orchestra.run.smithi123.stdout:(6/6): ceph-test-18.0.0-7631.gbed76814.el8.x86_ 13 MB/s | 49 MB 00:03 2023-12-02T02:30:29.221 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2023-12-02T02:30:29.221 INFO:teuthology.orchestra.run.smithi123.stdout:Total 13 MB/s | 50 MB 00:03 2023-12-02T02:30:29.257 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction check 2023-12-02T02:30:29.278 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction check succeeded. 2023-12-02T02:30:29.279 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction test 2023-12-02T02:30:29.363 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2023-12-02T02:30:29.515 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-02T02:30:29.549 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction test succeeded. 2023-12-02T02:30:29.553 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction 2023-12-02T02:30:29.589 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-02T02:30:29.777 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-02T02:30:29.907 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-02T02:30:30.015 INFO:teuthology.orchestra.run.smithi123.stdout: Preparing : 1/1 2023-12-02T02:30:30.088 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-02T02:30:30.129 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-02T02:30:30.219 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-02T02:30:30.231 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libcephsqlite-2:18.0.0-7631.gbed76814.el8.x86_64 5/6 2023-12-02T02:30:30.416 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-02T02:30:30.546 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-02T02:30:30.703 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-02T02:30:30.854 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : libcephsqlite-2:18.0.0-7631.gbed76814.el8.x86_64 5/6 2023-12-02T02:30:31.487 INFO:teuthology.orchestra.run.smithi092.stdout:(6/6): ceph-test-18.0.0-7631.gbed76814.el8.x86_ 16 MB/s | 49 MB 00:03 2023-12-02T02:30:31.489 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2023-12-02T02:30:31.489 INFO:teuthology.orchestra.run.smithi092.stdout:Total 17 MB/s | 50 MB 00:03 2023-12-02T02:30:31.526 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2023-12-02T02:30:31.546 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2023-12-02T02:30:31.547 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2023-12-02T02:30:31.816 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2023-12-02T02:30:31.820 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2023-12-02T02:30:32.323 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2023-12-02T02:30:32.454 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-02T02:30:32.537 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-02T02:30:32.712 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-02T02:30:32.863 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-02T02:30:33.011 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-02T02:30:33.162 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : libcephsqlite-2:18.0.0-7631.gbed76814.el8.x86_64 5/6 2023-12-02T02:30:34.946 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7631.gbed76814.el8.x86_64 5/6 2023-12-02T02:30:35.195 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-test-2:18.0.0-7631.gbed76814.el8.x86_64 6/6 2023-12-02T02:30:35.413 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-test-2:18.0.0-7631.gbed76814.el8.x86_64 6/6 2023-12-02T02:30:35.414 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-test-2:18.0.0-7631.gbed76814.el8.x86_64 1/6 2023-12-02T02:30:35.414 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libcephsqlite-2:18.0.0-7631.gbed76814.el8.x86_64 2/6 2023-12-02T02:30:35.414 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-02T02:30:35.414 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-02T02:30:35.414 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-02T02:30:35.658 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7631.gbed76814.el8.x86_64 5/6 2023-12-02T02:30:35.892 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : ceph-test-2:18.0.0-7631.gbed76814.el8.x86_64 6/6 2023-12-02T02:30:36.146 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: ceph-test-2:18.0.0-7631.gbed76814.el8.x86_64 6/6 2023-12-02T02:30:36.146 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : ceph-test-2:18.0.0-7631.gbed76814.el8.x86_64 1/6 2023-12-02T02:30:36.147 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : libcephsqlite-2:18.0.0-7631.gbed76814.el8.x86_64 2/6 2023-12-02T02:30:36.147 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-02T02:30:36.147 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-02T02:30:36.147 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-02T02:30:36.494 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-02T02:30:36.494 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:11 ago on Sat 02 Dec 2023 02:29:25 AM UTC. 2023-12-02T02:30:37.220 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-02T02:30:37.220 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:01:13 ago on Sat 02 Dec 2023 02:29:24 AM UTC. 2023-12-02T02:30:37.892 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7631.gbed76814.el8.x86_64 5/6 2023-12-02T02:30:38.125 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-test-2:18.0.0-7631.gbed76814.el8.x86_64 6/6 2023-12-02T02:30:38.353 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-test-2:18.0.0-7631.gbed76814.el8.x86_64 6/6 2023-12-02T02:30:38.353 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-test-2:18.0.0-7631.gbed76814.el8.x86_64 1/6 2023-12-02T02:30:38.353 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : libcephsqlite-2:18.0.0-7631.gbed76814.el8.x86_64 2/6 2023-12-02T02:30:38.353 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-02T02:30:38.353 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-02T02:30:38.353 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-02T02:30:38.851 INFO:teuthology.orchestra.run.smithi078.stdout:Installed products updated. 2023-12-02T02:30:39.036 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-02T02:30:39.036 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2023-12-02T02:30:39.036 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-test-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:39.036 INFO:teuthology.orchestra.run.smithi078.stdout: jq-1.6-3.el8.x86_64 2023-12-02T02:30:39.036 INFO:teuthology.orchestra.run.smithi078.stdout: libcephsqlite-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:39.037 INFO:teuthology.orchestra.run.smithi078.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-02T02:30:39.037 INFO:teuthology.orchestra.run.smithi078.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-02T02:30:39.037 INFO:teuthology.orchestra.run.smithi078.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-02T02:30:39.037 INFO:teuthology.orchestra.run.smithi078.stdout: 2023-12-02T02:30:39.037 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2023-12-02T02:30:39.161 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph 2023-12-02T02:30:39.496 INFO:teuthology.orchestra.run.smithi078.stdout:Updating Subscription Management repositories. 2023-12-02T02:30:39.509 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-02T02:30:39.509 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:13 ago on Sat 02 Dec 2023 02:29:26 AM UTC. 2023-12-02T02:30:40.206 INFO:teuthology.orchestra.run.smithi123.stdout:Installed products updated. 2023-12-02T02:30:40.392 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-12-02T02:30:40.392 INFO:teuthology.orchestra.run.smithi123.stdout:Installed: 2023-12-02T02:30:40.392 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-test-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:40.392 INFO:teuthology.orchestra.run.smithi123.stdout: jq-1.6-3.el8.x86_64 2023-12-02T02:30:40.392 INFO:teuthology.orchestra.run.smithi123.stdout: libcephsqlite-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:40.392 INFO:teuthology.orchestra.run.smithi123.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-02T02:30:40.392 INFO:teuthology.orchestra.run.smithi123.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-02T02:30:40.392 INFO:teuthology.orchestra.run.smithi123.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-02T02:30:40.392 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-12-02T02:30:40.392 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-12-02T02:30:40.477 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:15 ago on Sat 02 Dec 2023 02:29:25 AM UTC. 2023-12-02T02:30:40.519 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install ceph 2023-12-02T02:30:40.855 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-12-02T02:30:41.767 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:01:17 ago on Sat 02 Dec 2023 02:29:24 AM UTC. 2023-12-02T02:30:41.864 INFO:teuthology.orchestra.run.smithi078.stderr:Error: 2023-12-02T02:30:41.864 INFO:teuthology.orchestra.run.smithi078.stderr: Problem: conflicting requests 2023-12-02T02:30:41.864 INFO:teuthology.orchestra.run.smithi078.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:41.864 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-02T02:30:41.941 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T02:30:41.942 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 smithi078 with status 1: 'sudo yum -y install ceph' 2023-12-02T02:30:41.944 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 smithi078 with status 1: 'sudo yum -y install ceph' 2023-12-02T02:30:42.036 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=967bd32c1d2a44148619743df36169be 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 smithi078 with status 1: 'sudo yum -y install ceph' 2023-12-02T02:30:42.039 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-02T02:30:42.050 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-02T02:30:42.059 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-02T02:30:42.060 DEBUG:teuthology.orchestra.run.smithi078:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-02T02:30:42.074 INFO:teuthology.orchestra.run.smithi092.stdout:Installed products updated. 2023-12-02T02:30:42.083 DEBUG:teuthology.orchestra.run.smithi092:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-02T02:30:42.086 DEBUG:teuthology.orchestra.run.smithi123:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-02T02:30:42.089 INFO:teuthology.orchestra.run.smithi078.stderr:bash: ntpq: command not found 2023-12-02T02:30:42.093 INFO:teuthology.orchestra.run.smithi078.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-02T02:30:42.093 INFO:teuthology.orchestra.run.smithi078.stdout:=============================================================================== 2023-12-02T02:30:42.093 INFO:teuthology.orchestra.run.smithi078.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 45 +1294us[+1294us] +/- 77ms 2023-12-02T02:30:42.093 INFO:teuthology.orchestra.run.smithi078.stdout:^* hv02.front.sepia.ceph.com 3 6 37 45 -1345us[-1330us] +/- 54ms 2023-12-02T02:30:42.093 INFO:teuthology.orchestra.run.smithi078.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 45 +541us[ +541us] +/- 96ms 2023-12-02T02:30:42.093 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T02:30:42.100 INFO:teuthology.orchestra.run.smithi092.stderr:bash: ntpq: command not found 2023-12-02T02:30:42.102 INFO:teuthology.orchestra.run.smithi123.stderr:bash: ntpq: command not found 2023-12-02T02:30:42.103 INFO:teuthology.orchestra.run.smithi092.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-02T02:30:42.103 INFO:teuthology.orchestra.run.smithi092.stdout:=============================================================================== 2023-12-02T02:30:42.104 INFO:teuthology.orchestra.run.smithi092.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 45 +1375us[+1375us] +/- 77ms 2023-12-02T02:30:42.104 INFO:teuthology.orchestra.run.smithi092.stdout:^* hv02.front.sepia.ceph.com 3 6 37 45 -1314us[-1356us] +/- 54ms 2023-12-02T02:30:42.104 INFO:teuthology.orchestra.run.smithi092.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 46 +604us[ +563us] +/- 96ms 2023-12-02T02:30:42.104 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T02:30:42.106 INFO:teuthology.orchestra.run.smithi123.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-02T02:30:42.106 INFO:teuthology.orchestra.run.smithi123.stdout:=============================================================================== 2023-12-02T02:30:42.106 INFO:teuthology.orchestra.run.smithi123.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 45 +1364us[+1364us] +/- 77ms 2023-12-02T02:30:42.106 INFO:teuthology.orchestra.run.smithi123.stdout:^* hv02.front.sepia.ceph.com 3 6 37 46 -1292us[-1336us] +/- 54ms 2023-12-02T02:30:42.106 INFO:teuthology.orchestra.run.smithi123.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 45 +614us[ +614us] +/- 96ms 2023-12-02T02:30:42.106 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T02:30:42.107 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-02T02:30:42.116 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-02T02:30:42.116 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-02T02:30:42.126 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-02T02:30:42.207 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-02T02:30:42.208 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2023-12-02T02:30:42.208 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-test-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:42.208 INFO:teuthology.orchestra.run.smithi092.stdout: jq-1.6-3.el8.x86_64 2023-12-02T02:30:42.208 INFO:teuthology.orchestra.run.smithi092.stdout: libcephsqlite-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:42.208 INFO:teuthology.orchestra.run.smithi092.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-02T02:30:42.208 INFO:teuthology.orchestra.run.smithi092.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-02T02:30:42.208 INFO:teuthology.orchestra.run.smithi092.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-02T02:30:42.209 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-02T02:30:42.209 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2023-12-02T02:30:42.227 DEBUG:teuthology.orchestra.run.smithi092:> 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-02T02:30:42.325 DEBUG:teuthology.orchestra.run.smithi123:> 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-02T02:30:42.351 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install ceph 2023-12-02T02:30:42.442 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-02T02:30:42.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T02:30:42.474 DEBUG:teuthology.orchestra.run.smithi092:> 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-02T02:30:42.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T02:30:42.505 DEBUG:teuthology.orchestra.run.smithi123:> 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-02T02:30:42.534 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T02:30:42.535 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-02T02:30:42.544 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-02T02:30:42.553 INFO:teuthology.task.internal:Duration was 653.583702 seconds 2023-12-02T02:30:42.553 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-02T02:30:42.562 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-02T02:30:42.562 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-02T02:30:42.566 DEBUG:teuthology.orchestra.run.smithi092:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-02T02:30:42.568 DEBUG:teuthology.orchestra.run.smithi123:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-02T02:30:42.607 INFO:teuthology.orchestra.run.smithi078.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-02T02:30:42.614 INFO:teuthology.orchestra.run.smithi092.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-02T02:30:42.621 INFO:teuthology.orchestra.run.smithi123.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-02T02:30:42.735 INFO:teuthology.orchestra.run.smithi092.stdout:Updating Subscription Management repositories. 2023-12-02T02:30:42.958 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-02T02:30:42.958 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi078.front.sepia.ceph.com 2023-12-02T02:30:42.958 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-02T02:30:42.980 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi092.front.sepia.ceph.com 2023-12-02T02:30:42.981 DEBUG:teuthology.orchestra.run.smithi092:> 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-02T02:30:43.002 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi123.front.sepia.ceph.com 2023-12-02T02:30:43.002 DEBUG:teuthology.orchestra.run.smithi123:> 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-02T02:30:43.026 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-02T02:30:43.026 DEBUG:teuthology.orchestra.run.smithi078:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-02T02:30:43.028 DEBUG:teuthology.orchestra.run.smithi092:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-02T02:30:43.044 DEBUG:teuthology.orchestra.run.smithi123:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-02T02:30:43.107 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-02T02:30:43.107 DEBUG:teuthology.orchestra.run.smithi078:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-02T02:30:43.109 DEBUG:teuthology.orchestra.run.smithi092:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-02T02:30:43.124 DEBUG:teuthology.orchestra.run.smithi123:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-02T02:30:43.193 INFO:teuthology.orchestra.run.smithi123.stderr:Error: 2023-12-02T02:30:43.193 INFO:teuthology.orchestra.run.smithi123.stderr: Problem: conflicting requests 2023-12-02T02:30:43.193 INFO:teuthology.orchestra.run.smithi123.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:43.194 INFO:teuthology.orchestra.run.smithi123.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-02T02:30:43.217 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-02T02:30:43.226 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-02T02:30:43.226 DEBUG:teuthology.orchestra.run.smithi078:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-02T02:30:43.264 DEBUG:teuthology.orchestra.run.smithi092:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-02T02:30:43.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T02:30:43.303 DEBUG:teuthology.orchestra.run.smithi123:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-02T02:30:43.358 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-02T02:30:43.369 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-02T02:30:43.371 DEBUG:teuthology.orchestra.run.smithi092:> 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-02T02:30:43.373 DEBUG:teuthology.orchestra.run.smithi123:> 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-02T02:30:43.395 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern = core 2023-12-02T02:30:43.397 INFO:teuthology.orchestra.run.smithi092.stdout:kernel.core_pattern = core 2023-12-02T02:30:43.398 INFO:teuthology.orchestra.run.smithi123.stdout:kernel.core_pattern = core 2023-12-02T02:30:43.413 DEBUG:teuthology.orchestra.run.smithi078:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-02T02:30:43.464 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T02:30:43.465 DEBUG:teuthology.orchestra.run.smithi092:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-02T02:30:43.480 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T02:30:43.481 DEBUG:teuthology.orchestra.run.smithi123:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-02T02:30:43.496 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T02:30:43.497 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-02T02:30:43.508 INFO:teuthology.task.internal:Transferring archived files... 2023-12-02T02:30:43.509 DEBUG:teuthology.misc:Transferring archived files from smithi078:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-01_17:58:18-rados-main-distro-default-smithi/7474776/remote/smithi078 2023-12-02T02:30:43.510 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-02T02:30:43.555 DEBUG:teuthology.misc:Transferring archived files from smithi092:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-01_17:58:18-rados-main-distro-default-smithi/7474776/remote/smithi092 2023-12-02T02:30:43.556 DEBUG:teuthology.orchestra.run.smithi092:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-02T02:30:43.613 DEBUG:teuthology.misc:Transferring archived files from smithi123:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-01_17:58:18-rados-main-distro-default-smithi/7474776/remote/smithi123 2023-12-02T02:30:43.614 DEBUG:teuthology.orchestra.run.smithi123:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-02T02:30:43.622 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:17 ago on Sat 02 Dec 2023 02:29:26 AM UTC. 2023-12-02T02:30:43.660 INFO:teuthology.task.internal:Removing archive directory... 2023-12-02T02:30:43.660 DEBUG:teuthology.orchestra.run.smithi078:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-02T02:30:43.663 DEBUG:teuthology.orchestra.run.smithi092:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-02T02:30:43.665 DEBUG:teuthology.orchestra.run.smithi123:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-02T02:30:43.712 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-02T02:30:43.724 INFO:teuthology.task.internal:Not uploading archives. 2023-12-02T02:30:43.725 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-02T02:30:43.735 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-02T02:30:43.735 DEBUG:teuthology.orchestra.run.smithi078:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-02T02:30:43.738 DEBUG:teuthology.orchestra.run.smithi092:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-02T02:30:43.740 DEBUG:teuthology.orchestra.run.smithi123:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-02T02:30:43.751 INFO:teuthology.orchestra.run.smithi078.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 2 02:30 /home/ubuntu/cephtest 2023-12-02T02:30:43.754 INFO:teuthology.orchestra.run.smithi092.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 2 02:30 /home/ubuntu/cephtest 2023-12-02T02:30:43.768 INFO:teuthology.orchestra.run.smithi123.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 2 02:30 /home/ubuntu/cephtest 2023-12-02T02:30:43.770 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-02T02:30:43.780 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-02T02:30:43.802 INFO:teuthology.nuke:Checking targets against current locks 2023-12-02T02:30:43.834 DEBUG:teuthology.nuke:shortname: smithi078 2023-12-02T02:30:43.834 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-02T02:30:43.861 DEBUG:teuthology.nuke:shortname: smithi092 2023-12-02T02:30:43.861 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-02T02:30:43.866 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi078.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_17:58:18-rados-main-distro-default-smithi/7474776', '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-02 02:14:26.568802', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-02T02:30:43.885 DEBUG:teuthology.nuke:shortname: smithi123 2023-12-02T02:30:43.885 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-02T02:30:43.890 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi092.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_17:58:18-rados-main-distro-default-smithi/7474776', '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-02 02:14:26.567482', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-02T02:30:43.911 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi123.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_17:58:18-rados-main-distro-default-smithi/7474776', '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-02 02:14:26.565974', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-02T02:30:43.922 INFO:teuthology.orchestra.console.smithi078:Power off 2023-12-02T02:30:43.923 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-02T02:30:43.969 INFO:teuthology.orchestra.console.smithi092:Power off 2023-12-02T02:30:43.969 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-02T02:30:43.980 DEBUG:teuthology.orchestra.console.smithi078:power off output: Chassis Power Control: Down/Off 2023-12-02T02:30:43.981 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T02:30:43.994 DEBUG:teuthology.orchestra.console.smithi092:power off output: Chassis Power Control: Down/Off 2023-12-02T02:30:43.995 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T02:30:44.013 INFO:teuthology.orchestra.console.smithi123:Power off 2023-12-02T02:30:44.014 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-02T02:30:44.025 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is on 2023-12-02T02:30:44.026 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is on 2023-12-02T02:30:44.039 DEBUG:teuthology.orchestra.console.smithi123:power off output: Chassis Power Control: Down/Off 2023-12-02T02:30:44.039 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T02:30:44.066 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is on 2023-12-02T02:30:45.016 INFO:teuthology.orchestra.run.smithi092.stderr:Error: 2023-12-02T02:30:45.017 INFO:teuthology.orchestra.run.smithi092.stderr: Problem: conflicting requests 2023-12-02T02:30:45.017 INFO:teuthology.orchestra.run.smithi092.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T02:30:45.017 INFO:teuthology.orchestra.run.smithi092.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-02T02:30:45.095 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T02:30:48.026 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T02:30:48.036 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T02:30:48.067 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T02:30:48.138 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is on 2023-12-02T02:30:48.149 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is on 2023-12-02T02:30:48.179 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is on 2023-12-02T02:30:52.142 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T02:30:52.150 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T02:30:52.180 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T02:30:52.252 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is on 2023-12-02T02:30:52.260 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is on 2023-12-02T02:30:52.291 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is off 2023-12-02T02:30:52.392 INFO:teuthology.orchestra.console.smithi123:Power off completed 2023-12-02T02:30:56.254 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T02:30:56.266 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T02:30:56.369 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is off 2023-12-02T02:30:56.379 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is off 2023-12-02T02:30:56.470 INFO:teuthology.orchestra.console.smithi078:Power off completed 2023-12-02T02:30:56.480 INFO:teuthology.orchestra.console.smithi092:Power off completed 2023-12-02T02:30:56.586 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: 653.5837020874023 failure_reason: 'Command failed on smithi078 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=967bd32c1d2a44148619743df36169be status: fail success: false 2023-12-02T02:30:56.586 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-02T02:30:56.672 INFO:teuthology.run:FAIL