2023-12-07T02:21:16.591 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-07T02:21:16.591 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-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} --archive /home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481047 --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481047/orig.config.yaml 2023-12-07T02:21:16.622 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T02:21:16.835 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481047 branch: wip-yuri-testing-2023-12-06-1240 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: '7481047' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri-testing-2023-12-06-1240 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: f0c322331348463ad8afb13a3a03e833bee1c39c ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f0c322331348463ad8afb13a3a03e833bee1c39c selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri-testing-2023-12-06-1240 sha1: f0c322331348463ad8afb13a3a03e833bee1c39c 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: 6240 sha1: f0c322331348463ad8afb13a3a03e833bee1c39c sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri-testing-2023-12-06-1240 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_f0c322331348463ad8afb13a3a03e833bee1c39c/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: f0c322331348463ad8afb13a3a03e833bee1c39c targets: smithi124.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi163.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi196.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:rhel8 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - install: null - cephadm: null - cephadm.apply: specs: - placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 - cephadm.shell: host.a: - "set -ex\n# since we don't know the real hostnames before the test, the next\n\ # bit is in order to replace the fake hostnames \"host.a/b/c\" with\n# the actual\ \ names cephadm knows the host by within the mon spec\nceph orch host ls --format\ \ json | jq -r '.[] | .hostname' > realnames\necho $'host.a\\nhost.b\\nhost.c'\ \ > fakenames\necho $'a\\nb\\nc' > mon_ids\necho $'{datacenter=a}\\n{datacenter=b,rack=2}\\\ n{datacenter=a,rack=3}' > crush_locs\nceph orch ls --service-name mon --export\ \ > mon.yaml\nMONSPEC=`cat mon.yaml`\necho \"$MONSPEC\"\nwhile read realname\ \ <&3 && read fakename <&4; do\n MONSPEC=\"${MONSPEC//$fakename/$realname}\"\ \ndone 3 mon.yaml\ncat mon.yaml\n\ # now the spec should have the real hostnames, so let's re-apply\nceph orch\ \ apply -i mon.yaml\nsleep 90\nceph orch ps --refresh\nceph orch ls --service-name\ \ mon --export > mon.yaml; ceph orch apply -i mon.yaml\nsleep 90\nceph mon dump\n\ ceph mon dump --format json\n# verify all the crush locations got set from \"\ ceph mon dump\" output\nwhile read monid <&3 && read crushloc <&4; do\n ceph\ \ mon dump --format json | jq --arg monid \"$monid\" --arg crushloc \"$crushloc\"\ \ -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'\n\ done 3, func=.kill_console_loggers at 0x7fc004511ee0>, signals=[15]) 2023-12-07T02:21:17.233 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-07T02:21:17.240 INFO:teuthology.task.internal:Opening connections... 2023-12-07T02:21:17.240 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi124.front.sepia.ceph.com 2023-12-07T02:21:17.242 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi124.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T02:21:17.308 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi163.front.sepia.ceph.com 2023-12-07T02:21:17.310 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T02:21:17.375 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi196.front.sepia.ceph.com 2023-12-07T02:21:17.376 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T02:21:17.443 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-07T02:21:17.449 DEBUG:teuthology.orchestra.run.smithi124:> uname -m 2023-12-07T02:21:17.470 INFO:teuthology.orchestra.run.smithi124.stdout:x86_64 2023-12-07T02:21:17.471 DEBUG:teuthology.orchestra.run.smithi124:> cat /etc/os-release 2023-12-07T02:21:17.530 INFO:teuthology.orchestra.run.smithi124.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T02:21:17.530 INFO:teuthology.orchestra.run.smithi124.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T02:21:17.531 INFO:teuthology.orchestra.run.smithi124.stdout:ID="rhel" 2023-12-07T02:21:17.531 INFO:teuthology.orchestra.run.smithi124.stdout:ID_LIKE="fedora" 2023-12-07T02:21:17.531 INFO:teuthology.orchestra.run.smithi124.stdout:VERSION_ID="8.6" 2023-12-07T02:21:17.531 INFO:teuthology.orchestra.run.smithi124.stdout:PLATFORM_ID="platform:el8" 2023-12-07T02:21:17.531 INFO:teuthology.orchestra.run.smithi124.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T02:21:17.531 INFO:teuthology.orchestra.run.smithi124.stdout:ANSI_COLOR="0;31" 2023-12-07T02:21:17.531 INFO:teuthology.orchestra.run.smithi124.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T02:21:17.531 INFO:teuthology.orchestra.run.smithi124.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T02:21:17.531 INFO:teuthology.orchestra.run.smithi124.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T02:21:17.531 INFO:teuthology.orchestra.run.smithi124.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T02:21:17.531 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T02:21:17.531 INFO:teuthology.orchestra.run.smithi124.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T02:21:17.531 INFO:teuthology.orchestra.run.smithi124.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T02:21:17.531 INFO:teuthology.orchestra.run.smithi124.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T02:21:17.531 INFO:teuthology.orchestra.run.smithi124.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T02:21:17.532 INFO:teuthology.lock.ops:Updating smithi124.front.sepia.ceph.com on lock server 2023-12-07T02:21:17.560 DEBUG:teuthology.orchestra.run.smithi163:> uname -m 2023-12-07T02:21:17.582 INFO:teuthology.orchestra.run.smithi163.stdout:x86_64 2023-12-07T02:21:17.583 DEBUG:teuthology.orchestra.run.smithi163:> cat /etc/os-release 2023-12-07T02:21:17.642 INFO:teuthology.orchestra.run.smithi163.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T02:21:17.642 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T02:21:17.642 INFO:teuthology.orchestra.run.smithi163.stdout:ID="rhel" 2023-12-07T02:21:17.642 INFO:teuthology.orchestra.run.smithi163.stdout:ID_LIKE="fedora" 2023-12-07T02:21:17.642 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION_ID="8.6" 2023-12-07T02:21:17.642 INFO:teuthology.orchestra.run.smithi163.stdout:PLATFORM_ID="platform:el8" 2023-12-07T02:21:17.642 INFO:teuthology.orchestra.run.smithi163.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T02:21:17.642 INFO:teuthology.orchestra.run.smithi163.stdout:ANSI_COLOR="0;31" 2023-12-07T02:21:17.642 INFO:teuthology.orchestra.run.smithi163.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T02:21:17.642 INFO:teuthology.orchestra.run.smithi163.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T02:21:17.643 INFO:teuthology.orchestra.run.smithi163.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T02:21:17.643 INFO:teuthology.orchestra.run.smithi163.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T02:21:17.643 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T02:21:17.643 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T02:21:17.643 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T02:21:17.643 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T02:21:17.643 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T02:21:17.643 INFO:teuthology.lock.ops:Updating smithi163.front.sepia.ceph.com on lock server 2023-12-07T02:21:17.669 DEBUG:teuthology.orchestra.run.smithi196:> uname -m 2023-12-07T02:21:17.689 INFO:teuthology.orchestra.run.smithi196.stdout:x86_64 2023-12-07T02:21:17.689 DEBUG:teuthology.orchestra.run.smithi196:> cat /etc/os-release 2023-12-07T02:21:17.749 INFO:teuthology.orchestra.run.smithi196.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T02:21:17.750 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T02:21:17.750 INFO:teuthology.orchestra.run.smithi196.stdout:ID="rhel" 2023-12-07T02:21:17.750 INFO:teuthology.orchestra.run.smithi196.stdout:ID_LIKE="fedora" 2023-12-07T02:21:17.750 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION_ID="8.6" 2023-12-07T02:21:17.750 INFO:teuthology.orchestra.run.smithi196.stdout:PLATFORM_ID="platform:el8" 2023-12-07T02:21:17.750 INFO:teuthology.orchestra.run.smithi196.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T02:21:17.750 INFO:teuthology.orchestra.run.smithi196.stdout:ANSI_COLOR="0;31" 2023-12-07T02:21:17.750 INFO:teuthology.orchestra.run.smithi196.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T02:21:17.750 INFO:teuthology.orchestra.run.smithi196.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T02:21:17.750 INFO:teuthology.orchestra.run.smithi196.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T02:21:17.750 INFO:teuthology.orchestra.run.smithi196.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T02:21:17.751 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-07T02:21:17.751 INFO:teuthology.orchestra.run.smithi196.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T02:21:17.751 INFO:teuthology.orchestra.run.smithi196.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T02:21:17.751 INFO:teuthology.orchestra.run.smithi196.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T02:21:17.751 INFO:teuthology.orchestra.run.smithi196.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T02:21:17.751 INFO:teuthology.lock.ops:Updating smithi196.front.sepia.ceph.com on lock server 2023-12-07T02:21:17.777 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-07T02:21:17.788 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-07T02:21:17.798 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-07T02:21:17.798 DEBUG:teuthology.orchestra.run.smithi124:> test '!' -e /home/ubuntu/cephtest 2023-12-07T02:21:17.800 DEBUG:teuthology.orchestra.run.smithi163:> test '!' -e /home/ubuntu/cephtest 2023-12-07T02:21:17.802 DEBUG:teuthology.orchestra.run.smithi196:> test '!' -e /home/ubuntu/cephtest 2023-12-07T02:21:17.821 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-07T02:21:17.829 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-07T02:21:17.829 DEBUG:teuthology.orchestra.run.smithi124:> test -z $(ls -A /var/lib/ceph) 2023-12-07T02:21:17.861 DEBUG:teuthology.orchestra.run.smithi163:> test -z $(ls -A /var/lib/ceph) 2023-12-07T02:21:17.863 DEBUG:teuthology.orchestra.run.smithi196:> test -z $(ls -A /var/lib/ceph) 2023-12-07T02:21:17.895 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-07T02:21:17.974 INFO:teuthology.run_tasks:Running task kernel... 2023-12-07T02:21:17.993 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-07T02:21:17.993 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-07T02:21:17.993 DEBUG:teuthology.orchestra.run.smithi124:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T02:21:17.994 DEBUG:teuthology.orchestra.run.smithi163:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T02:21:17.994 DEBUG:teuthology.orchestra.run.smithi196:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T02:21:18.012 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:21:18.013 DEBUG:teuthology.orchestra.run.smithi196:> uname -r 2023-12-07T02:21:18.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:21:18.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:21:18.015 DEBUG:teuthology.orchestra.run.smithi163:> uname -r 2023-12-07T02:21:18.015 DEBUG:teuthology.orchestra.run.smithi124:> uname -r 2023-12-07T02:21:18.072 INFO:teuthology.orchestra.run.smithi196.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T02:21:18.072 INFO:teuthology.task.kernel:Running kernel on smithi196: 4.18.0-372.9.1.el8.x86_64 2023-12-07T02:21:18.072 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum install -y kernel 2023-12-07T02:21:18.074 INFO:teuthology.orchestra.run.smithi163.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T02:21:18.074 INFO:teuthology.task.kernel:Running kernel on smithi163: 4.18.0-372.9.1.el8.x86_64 2023-12-07T02:21:18.074 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum install -y kernel 2023-12-07T02:21:18.075 INFO:teuthology.orchestra.run.smithi124.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T02:21:18.075 INFO:teuthology.task.kernel:Running kernel on smithi124: 4.18.0-372.9.1.el8.x86_64 2023-12-07T02:21:18.075 DEBUG:teuthology.orchestra.run.smithi124:> sudo yum install -y kernel 2023-12-07T02:21:19.245 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-07T02:21:19.246 INFO:teuthology.orchestra.run.smithi163.stdout:Unable to read consumer identity 2023-12-07T02:21:19.328 INFO:teuthology.orchestra.run.smithi196.stdout:Updating Subscription Management repositories. 2023-12-07T02:21:19.328 INFO:teuthology.orchestra.run.smithi196.stdout:Unable to read consumer identity 2023-12-07T02:21:19.329 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-07T02:21:19.329 INFO:teuthology.orchestra.run.smithi124.stdout:Unable to read consumer identity 2023-12-07T02:21:20.878 INFO:teuthology.orchestra.run.smithi124.stdout:Copr repo for python3-asyncssh owned by ceph 9.3 kB/s | 3.5 kB 00:00 2023-12-07T02:21:20.885 INFO:teuthology.orchestra.run.smithi163.stdout:Copr repo for python3-asyncssh owned by ceph 9.5 kB/s | 3.5 kB 00:00 2023-12-07T02:21:20.899 INFO:teuthology.orchestra.run.smithi196.stdout:Copr repo for python3-asyncssh owned by ceph 11 kB/s | 3.5 kB 00:00 2023-12-07T02:21:22.770 INFO:teuthology.orchestra.run.smithi124.stdout:Extra Packages for Enterprise Linux 8.5 MB/s | 16 MB 00:01 2023-12-07T02:21:22.875 INFO:teuthology.orchestra.run.smithi196.stdout:Extra Packages for Enterprise Linux 8.2 MB/s | 16 MB 00:01 2023-12-07T02:21:23.794 INFO:teuthology.orchestra.run.smithi163.stdout:Extra Packages for Enterprise Linux 5.5 MB/s | 16 MB 00:02 2023-12-07T02:21:26.278 INFO:teuthology.orchestra.run.smithi124.stdout:lab-extras 431 kB/s | 24 kB 00:00 2023-12-07T02:21:26.383 INFO:teuthology.orchestra.run.smithi196.stdout:lab-extras 490 kB/s | 24 kB 00:00 2023-12-07T02:21:26.930 INFO:teuthology.orchestra.run.smithi124.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T02:21:26.978 INFO:teuthology.orchestra.run.smithi124.stdout:Dependencies resolved. 2023-12-07T02:21:26.979 INFO:teuthology.orchestra.run.smithi124.stdout:Nothing to do. 2023-12-07T02:21:26.979 INFO:teuthology.orchestra.run.smithi124.stdout:Complete! 2023-12-07T02:21:27.044 INFO:teuthology.orchestra.run.smithi196.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T02:21:27.094 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2023-12-07T02:21:27.095 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2023-12-07T02:21:27.095 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2023-12-07T02:21:27.115 DEBUG:teuthology.orchestra.run.smithi124:> echo no | sudo yum reinstall kernel || true 2023-12-07T02:21:27.210 DEBUG:teuthology.orchestra.run.smithi196:> echo no | sudo yum reinstall kernel || true 2023-12-07T02:21:27.369 INFO:teuthology.orchestra.run.smithi163.stdout:lab-extras 598 kB/s | 24 kB 00:00 2023-12-07T02:21:27.444 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-07T02:21:27.445 INFO:teuthology.orchestra.run.smithi124.stdout:Unable to read consumer identity 2023-12-07T02:21:27.542 INFO:teuthology.orchestra.run.smithi196.stdout:Updating Subscription Management repositories. 2023-12-07T02:21:27.542 INFO:teuthology.orchestra.run.smithi196.stdout:Unable to read consumer identity 2023-12-07T02:21:27.703 INFO:teuthology.orchestra.run.smithi124.stdout:Last metadata expiration check: 0:00:01 ago on Thu 07 Dec 2023 02:21:26 AM UTC. 2023-12-07T02:21:27.744 INFO:teuthology.orchestra.run.smithi124.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T02:21:27.778 INFO:teuthology.orchestra.run.smithi124.stderr:Error: No packages marked for reinstall. 2023-12-07T02:21:27.801 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:01 ago on Thu 07 Dec 2023 02:21:26 AM UTC. 2023-12-07T02:21:27.824 DEBUG:teuthology.orchestra.run.smithi124:> sudo yum reinstall -y kernel || true 2023-12-07T02:21:27.842 INFO:teuthology.orchestra.run.smithi196.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T02:21:27.882 INFO:teuthology.orchestra.run.smithi196.stderr:Error: No packages marked for reinstall. 2023-12-07T02:21:27.929 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum reinstall -y kernel || true 2023-12-07T02:21:28.055 INFO:teuthology.orchestra.run.smithi163.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T02:21:28.112 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-07T02:21:28.113 INFO:teuthology.orchestra.run.smithi163.stdout:Nothing to do. 2023-12-07T02:21:28.113 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-07T02:21:28.150 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-07T02:21:28.151 INFO:teuthology.orchestra.run.smithi124.stdout:Unable to read consumer identity 2023-12-07T02:21:28.248 DEBUG:teuthology.orchestra.run.smithi163:> echo no | sudo yum reinstall kernel || true 2023-12-07T02:21:28.256 INFO:teuthology.orchestra.run.smithi196.stdout:Updating Subscription Management repositories. 2023-12-07T02:21:28.257 INFO:teuthology.orchestra.run.smithi196.stdout:Unable to read consumer identity 2023-12-07T02:21:28.402 INFO:teuthology.orchestra.run.smithi124.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 02:21:26 AM UTC. 2023-12-07T02:21:28.442 INFO:teuthology.orchestra.run.smithi124.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T02:21:28.468 INFO:teuthology.orchestra.run.smithi124.stderr:Error: No packages marked for reinstall. 2023-12-07T02:21:28.513 DEBUG:teuthology.orchestra.run.smithi124:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T02:21:28.514 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 02:21:26 AM UTC. 2023-12-07T02:21:28.555 INFO:teuthology.orchestra.run.smithi196.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T02:21:28.578 INFO:teuthology.orchestra.run.smithi196.stderr:Error: No packages marked for reinstall. 2023-12-07T02:21:28.579 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-07T02:21:28.581 INFO:teuthology.orchestra.run.smithi163.stdout:Unable to read consumer identity 2023-12-07T02:21:28.593 INFO:teuthology.orchestra.run.smithi124.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T02:21:28.594 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T02:21:28.594 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T02:21:28.594 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-07T02:21:28.594 DEBUG:teuthology.orchestra.run.smithi124:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T02:21:28.620 INFO:teuthology.orchestra.run.smithi124.stdout:ttyS1 2023-12-07T02:21:28.625 DEBUG:teuthology.orchestra.run.smithi196:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T02:21:28.636 DEBUG:teuthology.parallel:result is None 2023-12-07T02:21:28.705 INFO:teuthology.orchestra.run.smithi196.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T02:21:28.705 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T02:21:28.705 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T02:21:28.706 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-07T02:21:28.706 DEBUG:teuthology.orchestra.run.smithi196:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T02:21:28.742 INFO:teuthology.orchestra.run.smithi196.stdout:ttyS1 2023-12-07T02:21:28.756 DEBUG:teuthology.parallel:result is None 2023-12-07T02:21:28.850 INFO:teuthology.orchestra.run.smithi163.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 02:21:27 AM UTC. 2023-12-07T02:21:28.889 INFO:teuthology.orchestra.run.smithi163.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T02:21:28.933 INFO:teuthology.orchestra.run.smithi163.stderr:Error: No packages marked for reinstall. 2023-12-07T02:21:28.980 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum reinstall -y kernel || true 2023-12-07T02:21:29.312 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-07T02:21:29.312 INFO:teuthology.orchestra.run.smithi163.stdout:Unable to read consumer identity 2023-12-07T02:21:29.568 INFO:teuthology.orchestra.run.smithi163.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 02:21:27 AM UTC. 2023-12-07T02:21:29.610 INFO:teuthology.orchestra.run.smithi163.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T02:21:29.644 INFO:teuthology.orchestra.run.smithi163.stderr:Error: No packages marked for reinstall. 2023-12-07T02:21:29.696 DEBUG:teuthology.orchestra.run.smithi163:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T02:21:29.776 INFO:teuthology.orchestra.run.smithi163.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T02:21:29.777 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T02:21:29.777 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T02:21:29.777 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-07T02:21:29.777 DEBUG:teuthology.orchestra.run.smithi163:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T02:21:29.803 INFO:teuthology.orchestra.run.smithi163.stdout:ttyS1 2023-12-07T02:21:29.818 DEBUG:teuthology.parallel:result is None 2023-12-07T02:21:29.818 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-07T02:21:29.829 INFO:teuthology.task.internal:Creating test directory... 2023-12-07T02:21:29.829 DEBUG:teuthology.orchestra.run.smithi124:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T02:21:29.833 DEBUG:teuthology.orchestra.run.smithi163:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T02:21:29.860 DEBUG:teuthology.orchestra.run.smithi196:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T02:21:29.880 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-07T02:21:29.888 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-07T02:21:29.900 INFO:teuthology.task.internal:Creating archive directory... 2023-12-07T02:21:29.900 DEBUG:teuthology.orchestra.run.smithi124:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T02:21:29.902 DEBUG:teuthology.orchestra.run.smithi163:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T02:21:29.920 DEBUG:teuthology.orchestra.run.smithi196:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T02:21:29.948 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-07T02:21:29.954 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-07T02:21:29.954 DEBUG:teuthology.orchestra.run.smithi124:> 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-07T02:21:29.983 DEBUG:teuthology.orchestra.run.smithi163:> 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-07T02:21:29.986 DEBUG:teuthology.orchestra.run.smithi196:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-07T02:21:30.014 INFO:teuthology.orchestra.run.smithi124.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T02:21:30.027 INFO:teuthology.orchestra.run.smithi124.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T02:21:30.032 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T02:21:30.034 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T02:21:30.043 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T02:21:30.044 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T02:21:30.045 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-07T02:21:30.054 INFO:teuthology.task.internal:Configuring sudo... 2023-12-07T02:21:30.054 DEBUG:teuthology.orchestra.run.smithi124:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T02:21:30.071 DEBUG:teuthology.orchestra.run.smithi163:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T02:21:30.073 DEBUG:teuthology.orchestra.run.smithi196:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T02:21:30.102 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-07T02:21:30.115 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-07T02:21:30.115 DEBUG:teuthology.orchestra.run.smithi124:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T02:21:30.144 DEBUG:teuthology.orchestra.run.smithi163:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T02:21:30.146 DEBUG:teuthology.orchestra.run.smithi196:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T02:21:30.164 DEBUG:teuthology.orchestra.run.smithi124:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T02:21:30.247 DEBUG:teuthology.orchestra.run.smithi124:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T02:21:30.307 DEBUG:teuthology.orchestra.run.smithi124:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T02:21:30.395 DEBUG:teuthology.orchestra.run.smithi124:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T02:21:30.440 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-12-07T02:21:30.440 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T02:21:30.517 DEBUG:teuthology.orchestra.run.smithi163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T02:21:30.559 DEBUG:teuthology.orchestra.run.smithi163:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T02:21:30.611 DEBUG:teuthology.orchestra.run.smithi163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T02:21:30.695 DEBUG:teuthology.orchestra.run.smithi163:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T02:21:30.736 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-12-07T02:21:30.736 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T02:21:30.804 DEBUG:teuthology.orchestra.run.smithi196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T02:21:30.850 DEBUG:teuthology.orchestra.run.smithi196:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T02:21:30.910 DEBUG:teuthology.orchestra.run.smithi196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T02:21:30.992 DEBUG:teuthology.orchestra.run.smithi196:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T02:21:31.040 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2023-12-07T02:21:31.040 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T02:21:31.114 DEBUG:teuthology.orchestra.run.smithi124:> sudo service rsyslog restart 2023-12-07T02:21:31.117 DEBUG:teuthology.orchestra.run.smithi163:> sudo service rsyslog restart 2023-12-07T02:21:31.119 DEBUG:teuthology.orchestra.run.smithi196:> sudo service rsyslog restart 2023-12-07T02:21:31.178 INFO:teuthology.orchestra.run.smithi124.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T02:21:31.199 INFO:teuthology.orchestra.run.smithi163.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T02:21:31.215 INFO:teuthology.orchestra.run.smithi196.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T02:21:31.526 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-07T02:21:31.535 INFO:teuthology.task.internal:Starting timer... 2023-12-07T02:21:31.535 INFO:teuthology.run_tasks:Running task pcp... 2023-12-07T02:21:31.548 INFO:teuthology.run_tasks:Running task selinux... 2023-12-07T02:21:31.558 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-07T02:21:31.558 DEBUG:teuthology.orchestra.run.smithi124:> sudo service auditd rotate 2023-12-07T02:21:31.629 INFO:teuthology.orchestra.run.smithi124.stdout:Rotating logs: 2023-12-07T02:21:31.630 DEBUG:teuthology.orchestra.run.smithi163:> sudo service auditd rotate 2023-12-07T02:21:31.696 INFO:teuthology.orchestra.run.smithi163.stdout:Rotating logs: 2023-12-07T02:21:31.698 DEBUG:teuthology.orchestra.run.smithi196:> sudo service auditd rotate 2023-12-07T02:21:31.757 INFO:teuthology.orchestra.run.smithi196.stdout:Rotating logs: 2023-12-07T02:21:31.758 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-07T02:21:31.758 DEBUG:teuthology.orchestra.run.smithi124:> /usr/sbin/getenforce 2023-12-07T02:21:31.787 INFO:teuthology.orchestra.run.smithi124.stdout:Permissive 2023-12-07T02:21:31.788 DEBUG:teuthology.orchestra.run.smithi163:> /usr/sbin/getenforce 2023-12-07T02:21:31.808 INFO:teuthology.orchestra.run.smithi163.stdout:Permissive 2023-12-07T02:21:31.809 DEBUG:teuthology.orchestra.run.smithi196:> /usr/sbin/getenforce 2023-12-07T02:21:31.828 INFO:teuthology.orchestra.run.smithi196.stdout:Permissive 2023-12-07T02:21:31.828 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi124.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi163.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi196.front.sepia.ceph.com': 'permissive'} 2023-12-07T02:21:31.828 DEBUG:teuthology.orchestra.run.smithi124:> 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-07T02:21:31.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:21:31.858 DEBUG:teuthology.orchestra.run.smithi163:> 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-07T02:21:31.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:21:31.886 DEBUG:teuthology.orchestra.run.smithi196:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-07T02:21:31.913 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:21:31.913 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-07T02:21:31.914 DEBUG:teuthology.orchestra.run.smithi124:> sudo /usr/sbin/setenforce permissive 2023-12-07T02:21:31.940 DEBUG:teuthology.orchestra.run.smithi163:> sudo /usr/sbin/setenforce permissive 2023-12-07T02:21:31.984 DEBUG:teuthology.orchestra.run.smithi196:> sudo /usr/sbin/setenforce permissive 2023-12-07T02:21:32.022 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-07T02:21:32.032 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-07T02:21:32.037 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-07T02:21:32.186 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-07T02:21:32.203 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-07T02:21:32.204 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi124.front.sepia.ceph.com,smithi163.front.sepia.ceph.com,smithi196.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-07T02:31:09.800 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi124.front.sepia.ceph.com'), Remote(name='ubuntu@smithi163.front.sepia.ceph.com'), Remote(name='ubuntu@smithi196.front.sepia.ceph.com')] 2023-12-07T02:31:09.801 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi124.front.sepia.ceph.com' 2023-12-07T02:31:09.802 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi124.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T02:31:09.873 DEBUG:teuthology.orchestra.run.smithi124:> true 2023-12-07T02:31:09.899 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi124.front.sepia.ceph.com' 2023-12-07T02:31:09.899 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-12-07T02:31:09.899 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T02:31:09.968 DEBUG:teuthology.orchestra.run.smithi163:> true 2023-12-07T02:31:10.040 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-12-07T02:31:10.040 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2023-12-07T02:31:10.041 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T02:31:10.110 DEBUG:teuthology.orchestra.run.smithi196:> true 2023-12-07T02:31:10.175 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi196.front.sepia.ceph.com' 2023-12-07T02:31:10.176 INFO:teuthology.run_tasks:Running task clock... 2023-12-07T02:31:10.189 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-07T02:31:10.189 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T02:31:10.189 DEBUG:teuthology.orchestra.run.smithi124:> 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-07T02:31:10.192 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T02:31:10.192 DEBUG:teuthology.orchestra.run.smithi163:> 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-07T02:31:10.194 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T02:31:10.195 DEBUG:teuthology.orchestra.run.smithi196:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T02:31:10.221 INFO:teuthology.orchestra.run.smithi124.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T02:31:10.224 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T02:31:10.236 INFO:teuthology.orchestra.run.smithi124.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T02:31:10.239 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T02:31:10.247 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T02:31:10.261 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T02:31:10.302 INFO:teuthology.orchestra.run.smithi124.stderr:sudo: ntpd: command not found 2023-12-07T02:31:10.312 INFO:teuthology.orchestra.run.smithi163.stderr:sudo: ntpd: command not found 2023-12-07T02:31:10.314 INFO:teuthology.orchestra.run.smithi124.stdout:506 Cannot talk to daemon 2023-12-07T02:31:10.324 INFO:teuthology.orchestra.run.smithi163.stdout:506 Cannot talk to daemon 2023-12-07T02:31:10.328 INFO:teuthology.orchestra.run.smithi124.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T02:31:10.335 INFO:teuthology.orchestra.run.smithi196.stderr:sudo: ntpd: command not found 2023-12-07T02:31:10.339 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T02:31:10.342 INFO:teuthology.orchestra.run.smithi124.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T02:31:10.346 INFO:teuthology.orchestra.run.smithi196.stdout:506 Cannot talk to daemon 2023-12-07T02:31:10.352 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T02:31:10.361 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T02:31:10.374 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T02:31:10.429 INFO:teuthology.orchestra.run.smithi163.stderr:bash: ntpq: command not found 2023-12-07T02:31:10.433 INFO:teuthology.orchestra.run.smithi163.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T02:31:10.433 INFO:teuthology.orchestra.run.smithi163.stdout:=============================================================================== 2023-12-07T02:31:10.433 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:31:10.433 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:31:10.433 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:31:10.433 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:31:10.434 INFO:teuthology.orchestra.run.smithi196.stderr:bash: ntpq: command not found 2023-12-07T02:31:10.434 INFO:teuthology.orchestra.run.smithi124.stderr:bash: ntpq: command not found 2023-12-07T02:31:10.437 INFO:teuthology.orchestra.run.smithi196.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T02:31:10.437 INFO:teuthology.orchestra.run.smithi196.stdout:=============================================================================== 2023-12-07T02:31:10.437 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:31:10.437 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:31:10.437 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:31:10.437 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:31:10.439 INFO:teuthology.orchestra.run.smithi124.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T02:31:10.439 INFO:teuthology.orchestra.run.smithi124.stdout:=============================================================================== 2023-12-07T02:31:10.439 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:31:10.439 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:31:10.439 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:31:10.439 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:31:10.439 INFO:teuthology.run_tasks:Running task pexec... 2023-12-07T02:31:10.448 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-07T02:31:10.449 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi124.front.sepia.ceph.com 2023-12-07T02:31:10.449 DEBUG:teuthology.orchestra.run.smithi124:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T02:31:10.449 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi163.front.sepia.ceph.com 2023-12-07T02:31:10.449 DEBUG:teuthology.orchestra.run.smithi163:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T02:31:10.450 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi196.front.sepia.ceph.com 2023-12-07T02:31:10.450 DEBUG:teuthology.orchestra.run.smithi196:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T02:31:10.848 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-07T02:31:10.848 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-07T02:31:10.849 INFO:teuthology.orchestra.run.smithi196.stdout:Updating Subscription Management repositories. 2023-12-07T02:31:11.610 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 111 kB/s | 4.1 kB 00:00 2023-12-07T02:31:11.623 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 147 kB/s | 4.5 kB 00:00 2023-12-07T02:31:11.629 INFO:teuthology.orchestra.run.smithi196.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 131 kB/s | 4.5 kB 00:00 2023-12-07T02:31:11.823 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 136 kB/s | 4.5 kB 00:00 2023-12-07T02:31:11.927 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 117 kB/s | 4.1 kB 00:00 2023-12-07T02:31:11.935 INFO:teuthology.orchestra.run.smithi196.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 130 kB/s | 4.1 kB 00:00 2023-12-07T02:31:13.790 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2023-12-07T02:31:13.791 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2023-12-07T02:31:13.791 INFO:teuthology.orchestra.run.smithi196.stdout: Package Architecture Version Repository Size 2023-12-07T02:31:13.791 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2023-12-07T02:31:13.791 INFO:teuthology.orchestra.run.smithi196.stdout:Resetting modules: 2023-12-07T02:31:13.791 INFO:teuthology.orchestra.run.smithi196.stdout: container-tools 2023-12-07T02:31:13.791 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-07T02:31:13.792 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2023-12-07T02:31:13.792 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2023-12-07T02:31:13.792 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-07T02:31:13.820 INFO:teuthology.orchestra.run.smithi124.stdout:Dependencies resolved. 2023-12-07T02:31:13.821 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================ 2023-12-07T02:31:13.821 INFO:teuthology.orchestra.run.smithi124.stdout: Package Architecture Version Repository Size 2023-12-07T02:31:13.821 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================ 2023-12-07T02:31:13.821 INFO:teuthology.orchestra.run.smithi124.stdout:Resetting modules: 2023-12-07T02:31:13.821 INFO:teuthology.orchestra.run.smithi124.stdout: container-tools 2023-12-07T02:31:13.821 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T02:31:13.821 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction Summary 2023-12-07T02:31:13.821 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================ 2023-12-07T02:31:13.821 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T02:31:13.893 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-07T02:31:13.894 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-07T02:31:13.894 INFO:teuthology.orchestra.run.smithi163.stdout: Package Architecture Version Repository Size 2023-12-07T02:31:13.894 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-07T02:31:13.894 INFO:teuthology.orchestra.run.smithi163.stdout:Resetting modules: 2023-12-07T02:31:13.894 INFO:teuthology.orchestra.run.smithi163.stdout: container-tools 2023-12-07T02:31:13.894 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T02:31:13.894 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-07T02:31:13.894 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-07T02:31:13.895 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T02:31:17.838 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2023-12-07T02:31:18.062 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-07T02:31:18.112 INFO:teuthology.orchestra.run.smithi124.stdout:Complete! 2023-12-07T02:31:18.287 INFO:teuthology.orchestra.run.smithi196.stdout:Updating Subscription Management repositories. 2023-12-07T02:31:18.526 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-07T02:31:18.564 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-07T02:31:18.890 INFO:teuthology.orchestra.run.smithi196.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 128 kB/s | 4.5 kB 00:00 2023-12-07T02:31:19.184 INFO:teuthology.orchestra.run.smithi196.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 136 kB/s | 4.1 kB 00:00 2023-12-07T02:31:19.196 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 167 kB/s | 4.5 kB 00:00 2023-12-07T02:31:19.208 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 117 kB/s | 4.1 kB 00:00 2023-12-07T02:31:19.416 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 133 kB/s | 4.5 kB 00:00 2023-12-07T02:31:19.494 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 124 kB/s | 4.1 kB 00:00 2023-12-07T02:31:21.097 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2023-12-07T02:31:21.189 INFO:teuthology.orchestra.run.smithi196.stdout:============================================================================================================ 2023-12-07T02:31:21.189 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2023-12-07T02:31:21.189 INFO:teuthology.orchestra.run.smithi196.stdout:============================================================================================================ 2023-12-07T02:31:21.189 INFO:teuthology.orchestra.run.smithi196.stdout:Installing group/module packages: 2023-12-07T02:31:21.189 INFO:teuthology.orchestra.run.smithi196.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-12-07T02:31:21.189 INFO:teuthology.orchestra.run.smithi196.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-07T02:31:21.190 INFO:teuthology.orchestra.run.smithi196.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-07T02:31:21.190 INFO:teuthology.orchestra.run.smithi196.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-12-07T02:31:21.190 INFO:teuthology.orchestra.run.smithi196.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-12-07T02:31:21.190 INFO:teuthology.orchestra.run.smithi196.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-07T02:31:21.190 INFO:teuthology.orchestra.run.smithi196.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-07T02:31:21.190 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2023-12-07T02:31:21.190 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-07T02:31:21.190 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-07T02:31:21.190 INFO:teuthology.orchestra.run.smithi196.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T02:31:21.190 INFO:teuthology.orchestra.run.smithi196.stdout:Installing module profiles: 2023-12-07T02:31:21.190 INFO:teuthology.orchestra.run.smithi196.stdout: container-tools/common 2023-12-07T02:31:21.190 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-07T02:31:21.190 INFO:teuthology.orchestra.run.smithi196.stdout:Enabling module streams: 2023-12-07T02:31:21.191 INFO:teuthology.orchestra.run.smithi196.stdout: container-tools rhel8 2023-12-07T02:31:21.191 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-07T02:31:21.191 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2023-12-07T02:31:21.191 INFO:teuthology.orchestra.run.smithi196.stdout:============================================================================================================ 2023-12-07T02:31:21.191 INFO:teuthology.orchestra.run.smithi196.stdout:Install 10 Packages 2023-12-07T02:31:21.191 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-07T02:31:21.191 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 18 M 2023-12-07T02:31:21.192 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 65 M 2023-12-07T02:31:21.192 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2023-12-07T02:31:21.262 INFO:teuthology.orchestra.run.smithi196.stdout:(1/10): yajl-2.1.0-10.el8.x86_64.rpm 577 kB/s | 41 kB 00:00 2023-12-07T02:31:21.280 INFO:teuthology.orchestra.run.smithi196.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 283 kB/s | 25 kB 00:00 2023-12-07T02:31:21.313 INFO:teuthology.orchestra.run.smithi196.stdout:(3/10): python3-pyxdg-0.25-16.el8.noarch.rpm 773 kB/s | 94 kB 00:00 2023-12-07T02:31:21.330 INFO:teuthology.orchestra.run.smithi196.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 732 kB/s | 49 kB 00:00 2023-12-07T02:31:21.358 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-07T02:31:21.364 INFO:teuthology.orchestra.run.smithi196.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.1 MB/s | 524 kB 00:00 2023-12-07T02:31:21.368 INFO:teuthology.orchestra.run.smithi124.stdout:Dependencies resolved. 2023-12-07T02:31:21.397 INFO:teuthology.orchestra.run.smithi196.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.2 MB/s | 149 kB 00:00 2023-12-07T02:31:21.423 INFO:teuthology.orchestra.run.smithi196.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 3.6 MB/s | 213 kB 00:00 2023-12-07T02:31:21.450 INFO:teuthology.orchestra.run.smithi163.stdout:============================================================================================================ 2023-12-07T02:31:21.451 INFO:teuthology.orchestra.run.smithi163.stdout: Package Arch Version Repository Size 2023-12-07T02:31:21.451 INFO:teuthology.orchestra.run.smithi163.stdout:============================================================================================================ 2023-12-07T02:31:21.451 INFO:teuthology.orchestra.run.smithi163.stdout:Installing group/module packages: 2023-12-07T02:31:21.451 INFO:teuthology.orchestra.run.smithi163.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-07T02:31:21.451 INFO:teuthology.orchestra.run.smithi163.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-07T02:31:21.451 INFO:teuthology.orchestra.run.smithi163.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-07T02:31:21.452 INFO:teuthology.orchestra.run.smithi163.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-07T02:31:21.452 INFO:teuthology.orchestra.run.smithi163.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-07T02:31:21.452 INFO:teuthology.orchestra.run.smithi163.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-07T02:31:21.452 INFO:teuthology.orchestra.run.smithi163.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-07T02:31:21.452 INFO:teuthology.orchestra.run.smithi163.stdout:Installing dependencies: 2023-12-07T02:31:21.452 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-07T02:31:21.453 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-07T02:31:21.453 INFO:teuthology.orchestra.run.smithi163.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T02:31:21.453 INFO:teuthology.orchestra.run.smithi163.stdout:Installing module profiles: 2023-12-07T02:31:21.453 INFO:teuthology.orchestra.run.smithi163.stdout: container-tools/common 2023-12-07T02:31:21.453 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T02:31:21.453 INFO:teuthology.orchestra.run.smithi163.stdout:Enabling module streams: 2023-12-07T02:31:21.453 INFO:teuthology.orchestra.run.smithi163.stdout: container-tools rhel8 2023-12-07T02:31:21.453 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T02:31:21.453 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-07T02:31:21.454 INFO:teuthology.orchestra.run.smithi163.stdout:============================================================================================================ 2023-12-07T02:31:21.454 INFO:teuthology.orchestra.run.smithi163.stdout:Install 10 Packages 2023-12-07T02:31:21.454 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T02:31:21.455 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 18 M 2023-12-07T02:31:21.456 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 65 M 2023-12-07T02:31:21.456 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-12-07T02:31:21.459 INFO:teuthology.orchestra.run.smithi124.stdout:============================================================================================================ 2023-12-07T02:31:21.460 INFO:teuthology.orchestra.run.smithi124.stdout: Package Arch Version Repository Size 2023-12-07T02:31:21.460 INFO:teuthology.orchestra.run.smithi124.stdout:============================================================================================================ 2023-12-07T02:31:21.460 INFO:teuthology.orchestra.run.smithi124.stdout:Installing group/module packages: 2023-12-07T02:31:21.460 INFO:teuthology.orchestra.run.smithi124.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-07T02:31:21.460 INFO:teuthology.orchestra.run.smithi124.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-07T02:31:21.460 INFO:teuthology.orchestra.run.smithi124.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-07T02:31:21.461 INFO:teuthology.orchestra.run.smithi124.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-07T02:31:21.461 INFO:teuthology.orchestra.run.smithi124.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-07T02:31:21.461 INFO:teuthology.orchestra.run.smithi124.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-07T02:31:21.461 INFO:teuthology.orchestra.run.smithi124.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-07T02:31:21.461 INFO:teuthology.orchestra.run.smithi124.stdout:Installing dependencies: 2023-12-07T02:31:21.461 INFO:teuthology.orchestra.run.smithi124.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-07T02:31:21.461 INFO:teuthology.orchestra.run.smithi124.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-07T02:31:21.462 INFO:teuthology.orchestra.run.smithi124.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T02:31:21.462 INFO:teuthology.orchestra.run.smithi124.stdout:Installing module profiles: 2023-12-07T02:31:21.462 INFO:teuthology.orchestra.run.smithi124.stdout: container-tools/common 2023-12-07T02:31:21.462 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T02:31:21.462 INFO:teuthology.orchestra.run.smithi124.stdout:Enabling module streams: 2023-12-07T02:31:21.462 INFO:teuthology.orchestra.run.smithi124.stdout: container-tools rhel8 2023-12-07T02:31:21.462 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T02:31:21.462 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction Summary 2023-12-07T02:31:21.462 INFO:teuthology.orchestra.run.smithi124.stdout:============================================================================================================ 2023-12-07T02:31:21.462 INFO:teuthology.orchestra.run.smithi124.stdout:Install 10 Packages 2023-12-07T02:31:21.462 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T02:31:21.463 INFO:teuthology.orchestra.run.smithi124.stdout:Total download size: 18 M 2023-12-07T02:31:21.463 INFO:teuthology.orchestra.run.smithi124.stdout:Installed size: 65 M 2023-12-07T02:31:21.463 INFO:teuthology.orchestra.run.smithi124.stdout:Downloading Packages: 2023-12-07T02:31:21.532 INFO:teuthology.orchestra.run.smithi196.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 20 MB/s | 2.2 MB 00:00 2023-12-07T02:31:21.532 INFO:teuthology.orchestra.run.smithi163.stdout:(1/10): yajl-2.1.0-10.el8.x86_64.rpm 516 kB/s | 41 kB 00:00 2023-12-07T02:31:21.536 INFO:teuthology.orchestra.run.smithi124.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 1.2 MB/s | 94 kB 00:00 2023-12-07T02:31:21.557 INFO:teuthology.orchestra.run.smithi163.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 238 kB/s | 25 kB 00:00 2023-12-07T02:31:21.562 INFO:teuthology.orchestra.run.smithi124.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 249 kB/s | 25 kB 00:00 2023-12-07T02:31:21.583 INFO:teuthology.orchestra.run.smithi163.stdout:(3/10): python3-pyxdg-0.25-16.el8.noarch.rpm 724 kB/s | 94 kB 00:00 2023-12-07T02:31:21.587 INFO:teuthology.orchestra.run.smithi124.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 327 kB/s | 41 kB 00:00 2023-12-07T02:31:21.608 INFO:teuthology.orchestra.run.smithi163.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 654 kB/s | 49 kB 00:00 2023-12-07T02:31:21.612 INFO:teuthology.orchestra.run.smithi124.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 652 kB/s | 49 kB 00:00 2023-12-07T02:31:21.642 INFO:teuthology.orchestra.run.smithi163.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.1 MB/s | 524 kB 00:00 2023-12-07T02:31:21.648 INFO:teuthology.orchestra.run.smithi196.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 28 MB/s | 7.0 MB 00:00 2023-12-07T02:31:21.655 INFO:teuthology.orchestra.run.smithi124.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 5.6 MB/s | 524 kB 00:00 2023-12-07T02:31:21.667 INFO:teuthology.orchestra.run.smithi163.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-12-07T02:31:21.679 INFO:teuthology.orchestra.run.smithi124.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.2 MB/s | 149 kB 00:00 2023-12-07T02:31:21.692 INFO:teuthology.orchestra.run.smithi163.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.1 MB/s | 213 kB 00:00 2023-12-07T02:31:21.724 INFO:teuthology.orchestra.run.smithi124.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 3.0 MB/s | 213 kB 00:00 2023-12-07T02:31:21.739 INFO:teuthology.orchestra.run.smithi196.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 19 MB/s | 8.0 MB 00:00 2023-12-07T02:31:21.740 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2023-12-07T02:31:21.740 INFO:teuthology.orchestra.run.smithi196.stdout:Total 33 MB/s | 18 MB 00:00 2023-12-07T02:31:21.792 INFO:teuthology.orchestra.run.smithi163.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 22 MB/s | 2.2 MB 00:00 2023-12-07T02:31:21.814 INFO:teuthology.orchestra.run.smithi124.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 25 MB/s | 2.2 MB 00:00 2023-12-07T02:31:21.918 INFO:teuthology.orchestra.run.smithi163.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 28 MB/s | 7.0 MB 00:00 2023-12-07T02:31:21.922 INFO:teuthology.orchestra.run.smithi124.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 29 MB/s | 7.0 MB 00:00 2023-12-07T02:31:21.939 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2023-12-07T02:31:21.957 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2023-12-07T02:31:21.958 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2023-12-07T02:31:22.018 INFO:teuthology.orchestra.run.smithi163.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 18 MB/s | 8.0 MB 00:00 2023-12-07T02:31:22.018 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-12-07T02:31:22.018 INFO:teuthology.orchestra.run.smithi163.stdout:Total 32 MB/s | 18 MB 00:00 2023-12-07T02:31:22.031 INFO:teuthology.orchestra.run.smithi124.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 18 MB/s | 8.0 MB 00:00 2023-12-07T02:31:22.032 INFO:teuthology.orchestra.run.smithi124.stdout:-------------------------------------------------------------------------------- 2023-12-07T02:31:22.032 INFO:teuthology.orchestra.run.smithi124.stdout:Total 32 MB/s | 18 MB 00:00 2023-12-07T02:31:22.142 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2023-12-07T02:31:22.146 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2023-12-07T02:31:22.218 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-12-07T02:31:22.230 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction check 2023-12-07T02:31:22.237 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-12-07T02:31:22.237 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-12-07T02:31:22.248 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction check succeeded. 2023-12-07T02:31:22.249 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction test 2023-12-07T02:31:22.419 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-12-07T02:31:22.424 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-12-07T02:31:22.432 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction test succeeded. 2023-12-07T02:31:22.436 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction 2023-12-07T02:31:22.797 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2023-12-07T02:31:22.956 INFO:teuthology.orchestra.run.smithi124.stdout: Preparing : 1/1 2023-12-07T02:31:22.969 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-12-07T02:31:22.989 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-07T02:31:23.140 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-07T02:31:23.154 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-07T02:31:23.158 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-07T02:31:23.310 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-07T02:31:23.328 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-07T02:31:23.344 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-07T02:31:23.530 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-07T02:31:23.536 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-07T02:31:23.546 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-07T02:31:23.724 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-07T02:31:23.753 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-07T02:31:23.878 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-07T02:31:24.081 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-07T02:31:24.098 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-07T02:31:24.624 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-07T02:31:24.850 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-07T02:31:24.858 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-07T02:31:25.517 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-07T02:31:25.730 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-07T02:31:25.736 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-07T02:31:25.756 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-07T02:31:25.940 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-07T02:31:25.955 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-07T02:31:25.990 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-07T02:31:26.109 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-07T02:31:26.117 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-07T02:31:26.168 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-07T02:31:26.278 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-07T02:31:26.375 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-07T02:31:26.375 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-07T02:31:26.375 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-07T02:31:26.375 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-07T02:31:26.375 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-07T02:31:26.375 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-07T02:31:26.375 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-07T02:31:26.375 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-07T02:31:26.375 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-07T02:31:26.376 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-07T02:31:26.386 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-07T02:31:26.549 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-07T02:31:26.549 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-07T02:31:26.550 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-07T02:31:26.550 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-07T02:31:26.550 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-07T02:31:26.550 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-07T02:31:26.550 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-07T02:31:26.550 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-07T02:31:26.550 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-07T02:31:26.550 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-07T02:31:26.630 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-07T02:31:26.631 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-07T02:31:26.631 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-07T02:31:26.631 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-07T02:31:26.631 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-07T02:31:26.631 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-07T02:31:26.631 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-07T02:31:26.631 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-07T02:31:26.631 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-07T02:31:26.631 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-07T02:31:30.380 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-07T02:31:30.381 INFO:teuthology.orchestra.run.smithi196.stdout:Installed products updated. 2023-12-07T02:31:30.580 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-07T02:31:30.580 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2023-12-07T02:31:30.580 INFO:teuthology.orchestra.run.smithi196.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T02:31:30.580 INFO:teuthology.orchestra.run.smithi196.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-07T02:31:30.580 INFO:teuthology.orchestra.run.smithi196.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T02:31:30.581 INFO:teuthology.orchestra.run.smithi196.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-07T02:31:30.581 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-07T02:31:30.581 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-07T02:31:30.581 INFO:teuthology.orchestra.run.smithi196.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T02:31:30.581 INFO:teuthology.orchestra.run.smithi196.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T02:31:30.581 INFO:teuthology.orchestra.run.smithi196.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-07T02:31:30.581 INFO:teuthology.orchestra.run.smithi196.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T02:31:30.581 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-07T02:31:30.581 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2023-12-07T02:31:30.721 DEBUG:teuthology.parallel:result is None 2023-12-07T02:31:32.037 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-07T02:31:32.037 INFO:teuthology.orchestra.run.smithi163.stdout:Installed products updated. 2023-12-07T02:31:32.071 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-07T02:31:32.071 INFO:teuthology.orchestra.run.smithi124.stdout:Installed products updated. 2023-12-07T02:31:32.234 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T02:31:32.234 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-12-07T02:31:32.234 INFO:teuthology.orchestra.run.smithi163.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T02:31:32.234 INFO:teuthology.orchestra.run.smithi163.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-07T02:31:32.234 INFO:teuthology.orchestra.run.smithi163.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T02:31:32.234 INFO:teuthology.orchestra.run.smithi163.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-07T02:31:32.234 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-07T02:31:32.234 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-07T02:31:32.234 INFO:teuthology.orchestra.run.smithi163.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T02:31:32.234 INFO:teuthology.orchestra.run.smithi163.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T02:31:32.234 INFO:teuthology.orchestra.run.smithi163.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-07T02:31:32.235 INFO:teuthology.orchestra.run.smithi163.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T02:31:32.235 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T02:31:32.235 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-07T02:31:32.272 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T02:31:32.272 INFO:teuthology.orchestra.run.smithi124.stdout:Installed: 2023-12-07T02:31:32.272 INFO:teuthology.orchestra.run.smithi124.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T02:31:32.272 INFO:teuthology.orchestra.run.smithi124.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-07T02:31:32.272 INFO:teuthology.orchestra.run.smithi124.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T02:31:32.272 INFO:teuthology.orchestra.run.smithi124.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-07T02:31:32.272 INFO:teuthology.orchestra.run.smithi124.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-07T02:31:32.272 INFO:teuthology.orchestra.run.smithi124.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-07T02:31:32.272 INFO:teuthology.orchestra.run.smithi124.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T02:31:32.272 INFO:teuthology.orchestra.run.smithi124.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T02:31:32.272 INFO:teuthology.orchestra.run.smithi124.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-07T02:31:32.272 INFO:teuthology.orchestra.run.smithi124.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T02:31:32.273 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T02:31:32.273 INFO:teuthology.orchestra.run.smithi124.stdout:Complete! 2023-12-07T02:31:32.379 DEBUG:teuthology.parallel:result is None 2023-12-07T02:31:32.405 DEBUG:teuthology.parallel:result is None 2023-12-07T02:31:32.405 INFO:teuthology.run_tasks:Running task install... 2023-12-07T02:31:32.414 DEBUG:teuthology.task.install:project ceph 2023-12-07T02:31:32.414 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'f0c322331348463ad8afb13a3a03e833bee1c39c'}} 2023-12-07T02:31:32.414 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'f0c322331348463ad8afb13a3a03e833bee1c39c'} 2023-12-07T02:31:32.414 INFO:teuthology.task.install:Using flavor: default 2023-12-07T02:31:32.420 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-07T02:31:32.420 INFO:teuthology.task.install:extra packages: [] 2023-12-07T02:31:32.420 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': 'f0c322331348463ad8afb13a3a03e833bee1c39c', 'tag': None, 'wait_for_package': False} 2023-12-07T02:31:32.421 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0c322331348463ad8afb13a3a03e833bee1c39c 2023-12-07T02:31:32.423 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': 'f0c322331348463ad8afb13a3a03e833bee1c39c', 'tag': None, 'wait_for_package': False} 2023-12-07T02:31:32.423 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0c322331348463ad8afb13a3a03e833bee1c39c 2023-12-07T02:31:32.424 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': 'f0c322331348463ad8afb13a3a03e833bee1c39c', 'tag': None, 'wait_for_package': False} 2023-12-07T02:31:32.424 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0c322331348463ad8afb13a3a03e833bee1c39c 2023-12-07T02:31:32.579 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/ 2023-12-07T02:31:32.579 INFO:teuthology.task.install.rpm:Package version is 19.0.0-37.gf0c32233 2023-12-07T02:31:32.590 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/ 2023-12-07T02:31:32.590 INFO:teuthology.task.install.rpm:Package version is 19.0.0-37.gf0c32233 2023-12-07T02:31:32.703 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/ 2023-12-07T02:31:32.703 INFO:teuthology.task.install.rpm:Package version is 19.0.0-37.gf0c32233 2023-12-07T02:31:32.959 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T02:31:32.959 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-12-07T02:31:32.959 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T02:31:32.961 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T02:31:32.961 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-12-07T02:31:32.962 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T02:31:32.991 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-07T02:31:32.991 DEBUG:teuthology.orchestra.run.smithi163:> 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/f0c322331348463ad8afb13a3a03e833bee1c39c/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T02:31:32.992 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-07T02:31:32.992 DEBUG:teuthology.orchestra.run.smithi124:> 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/f0c322331348463ad8afb13a3a03e833bee1c39c/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T02:31:33.009 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T02:31:33.009 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2023-12-07T02:31:33.009 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T02:31:33.042 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-07T02:31:33.042 DEBUG:teuthology.orchestra.run.smithi196:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/f0c322331348463ad8afb13a3a03e833bee1c39c/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T02:31:33.060 DEBUG:teuthology.orchestra.run.smithi163:> 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-07T02:31:33.061 DEBUG:teuthology.orchestra.run.smithi124:> 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-07T02:31:33.113 DEBUG:teuthology.orchestra.run.smithi196:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-12-07T02:31:33.138 DEBUG:teuthology.orchestra.run.smithi163:> 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-07T02:31:33.139 DEBUG:teuthology.orchestra.run.smithi124:> 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-07T02:31:33.196 DEBUG:teuthology.orchestra.run.smithi196:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-12-07T02:31:33.204 INFO:teuthology.orchestra.run.smithi163.stdout:check_obsoletes = 1 2023-12-07T02:31:33.205 INFO:teuthology.orchestra.run.smithi124.stdout:check_obsoletes = 1 2023-12-07T02:31:33.206 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum clean all 2023-12-07T02:31:33.207 DEBUG:teuthology.orchestra.run.smithi124:> sudo yum clean all 2023-12-07T02:31:33.264 INFO:teuthology.orchestra.run.smithi196.stdout:check_obsoletes = 1 2023-12-07T02:31:33.266 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum clean all 2023-12-07T02:31:33.576 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-07T02:31:33.578 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-07T02:31:33.639 INFO:teuthology.orchestra.run.smithi196.stdout:Updating Subscription Management repositories. 2023-12-07T02:31:33.993 INFO:teuthology.orchestra.run.smithi124.stdout:44 files removed 2023-12-07T02:31:34.039 DEBUG:teuthology.orchestra.run.smithi124:> sudo yum -y install ceph-radosgw 2023-12-07T02:31:34.060 INFO:teuthology.orchestra.run.smithi163.stdout:44 files removed 2023-12-07T02:31:34.068 INFO:teuthology.orchestra.run.smithi196.stdout:44 files removed 2023-12-07T02:31:34.107 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install ceph-radosgw 2023-12-07T02:31:34.115 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-radosgw 2023-12-07T02:31:34.371 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-07T02:31:34.440 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-07T02:31:34.446 INFO:teuthology.orchestra.run.smithi196.stdout:Updating Subscription Management repositories. 2023-12-07T02:31:35.264 INFO:teuthology.orchestra.run.smithi124.stdout:ceph packages for x86_64 225 kB/s | 81 kB 00:00 2023-12-07T02:31:35.347 INFO:teuthology.orchestra.run.smithi163.stdout:ceph packages for x86_64 237 kB/s | 81 kB 00:00 2023-12-07T02:31:35.433 INFO:teuthology.orchestra.run.smithi196.stdout:ceph packages for x86_64 194 kB/s | 81 kB 00:00 2023-12-07T02:31:35.598 INFO:teuthology.orchestra.run.smithi124.stdout:ceph noarch packages 31 kB/s | 9.5 kB 00:00 2023-12-07T02:31:35.692 INFO:teuthology.orchestra.run.smithi196.stdout:ceph noarch packages 42 kB/s | 9.5 kB 00:00 2023-12-07T02:31:35.706 INFO:teuthology.orchestra.run.smithi163.stdout:ceph noarch packages 29 kB/s | 9.5 kB 00:00 2023-12-07T02:31:35.907 INFO:teuthology.orchestra.run.smithi124.stdout:ceph source packages 5.1 kB/s | 1.5 kB 00:00 2023-12-07T02:31:35.984 INFO:teuthology.orchestra.run.smithi196.stdout:ceph source packages 5.5 kB/s | 1.5 kB 00:00 2023-12-07T02:31:35.990 INFO:teuthology.orchestra.run.smithi163.stdout:ceph source packages 5.6 kB/s | 1.5 kB 00:00 2023-12-07T02:31:36.050 INFO:teuthology.orchestra.run.smithi124.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2023-12-07T02:31:36.132 INFO:teuthology.orchestra.run.smithi163.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2023-12-07T02:31:36.135 INFO:teuthology.orchestra.run.smithi196.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-12-07T02:31:37.229 INFO:teuthology.orchestra.run.smithi196.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2023-12-07T02:31:37.950 INFO:teuthology.orchestra.run.smithi163.stdout:Extra Packages for Enterprise Linux 8.9 MB/s | 16 MB 00:01 2023-12-07T02:31:40.761 INFO:teuthology.orchestra.run.smithi196.stdout:lab-extras 393 kB/s | 24 kB 00:00 2023-12-07T02:31:41.441 INFO:teuthology.orchestra.run.smithi163.stdout:lab-extras 484 kB/s | 24 kB 00:00 2023-12-07T02:31:41.613 INFO:teuthology.orchestra.run.smithi196.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 61 MB/s | 47 MB 00:00 2023-12-07T02:31:42.393 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 60 MB/s | 53 MB 00:00 2023-12-07T02:31:49.546 INFO:teuthology.orchestra.run.smithi196.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 65 MB/s | 53 MB 00:00 2023-12-07T02:31:50.444 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 59 MB/s | 47 MB 00:00 2023-12-07T02:31:53.569 INFO:teuthology.orchestra.run.smithi124.stdout:Extra Packages for Enterprise Linux 933 kB/s | 16 MB 00:17 2023-12-07T02:31:57.100 INFO:teuthology.orchestra.run.smithi124.stdout:lab-extras 338 kB/s | 24 kB 00:00 2023-12-07T02:31:57.961 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 60 MB/s | 47 MB 00:00 2023-12-07T02:32:01.073 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2023-12-07T02:32:01.075 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================================== 2023-12-07T02:32:01.075 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2023-12-07T02:32:01.075 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================================== 2023-12-07T02:32:01.076 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2023-12-07T02:32:01.076 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-radosgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 14 M 2023-12-07T02:32:01.076 INFO:teuthology.orchestra.run.smithi196.stdout:Upgrading: 2023-12-07T02:32:01.076 INFO:teuthology.orchestra.run.smithi196.stdout: librados2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.8 M 2023-12-07T02:32:01.076 INFO:teuthology.orchestra.run.smithi196.stdout: librbd1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.7 M 2023-12-07T02:32:01.076 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2023-12-07T02:32:01.076 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-base x86_64 2:19.0.0-37.gf0c32233.el8 ceph 5.4 M 2023-12-07T02:32:01.076 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 23 M 2023-12-07T02:32:01.076 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-selinux x86_64 2:19.0.0-37.gf0c32233.el8 ceph 24 k 2023-12-07T02:32:01.076 INFO:teuthology.orchestra.run.smithi196.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T02:32:01.076 INFO:teuthology.orchestra.run.smithi196.stdout: libcephfs2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 839 k 2023-12-07T02:32:01.076 INFO:teuthology.orchestra.run.smithi196.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T02:32:01.076 INFO:teuthology.orchestra.run.smithi196.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T02:32:01.076 INFO:teuthology.orchestra.run.smithi196.stdout: libradosstriper1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 517 k 2023-12-07T02:32:01.076 INFO:teuthology.orchestra.run.smithi196.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T02:32:01.077 INFO:teuthology.orchestra.run.smithi196.stdout: librgw2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 6.9 M 2023-12-07T02:32:01.077 INFO:teuthology.orchestra.run.smithi196.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T02:32:01.077 INFO:teuthology.orchestra.run.smithi196.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T02:32:01.077 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ceph-argparse x86_64 2:19.0.0-37.gf0c32233.el8 ceph 45 k 2023-12-07T02:32:01.077 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 128 k 2023-12-07T02:32:01.077 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cephfs x86_64 2:19.0.0-37.gf0c32233.el8 ceph 197 k 2023-12-07T02:32:01.077 INFO:teuthology.orchestra.run.smithi196.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T02:32:01.077 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rados x86_64 2:19.0.0-37.gf0c32233.el8 ceph 372 k 2023-12-07T02:32:01.077 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rbd x86_64 2:19.0.0-37.gf0c32233.el8 ceph 365 k 2023-12-07T02:32:01.077 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 107 k 2023-12-07T02:32:01.077 INFO:teuthology.orchestra.run.smithi196.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T02:32:01.077 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-07T02:32:01.077 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2023-12-07T02:32:01.077 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================================== 2023-12-07T02:32:01.077 INFO:teuthology.orchestra.run.smithi196.stdout:Install 21 Packages 2023-12-07T02:32:01.078 INFO:teuthology.orchestra.run.smithi196.stdout:Upgrade 2 Packages 2023-12-07T02:32:01.078 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-07T02:32:01.078 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 62 M 2023-12-07T02:32:01.078 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2023-12-07T02:32:01.761 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-07T02:32:01.763 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================================== 2023-12-07T02:32:01.764 INFO:teuthology.orchestra.run.smithi163.stdout: Package Arch Version Repository Size 2023-12-07T02:32:01.764 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================================== 2023-12-07T02:32:01.764 INFO:teuthology.orchestra.run.smithi163.stdout:Installing: 2023-12-07T02:32:01.764 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-radosgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 14 M 2023-12-07T02:32:01.764 INFO:teuthology.orchestra.run.smithi163.stdout:Upgrading: 2023-12-07T02:32:01.764 INFO:teuthology.orchestra.run.smithi163.stdout: librados2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.8 M 2023-12-07T02:32:01.764 INFO:teuthology.orchestra.run.smithi163.stdout: librbd1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.7 M 2023-12-07T02:32:01.764 INFO:teuthology.orchestra.run.smithi163.stdout:Installing dependencies: 2023-12-07T02:32:01.764 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-base x86_64 2:19.0.0-37.gf0c32233.el8 ceph 5.4 M 2023-12-07T02:32:01.764 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 23 M 2023-12-07T02:32:01.764 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-selinux x86_64 2:19.0.0-37.gf0c32233.el8 ceph 24 k 2023-12-07T02:32:01.764 INFO:teuthology.orchestra.run.smithi163.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T02:32:01.764 INFO:teuthology.orchestra.run.smithi163.stdout: libcephfs2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 839 k 2023-12-07T02:32:01.764 INFO:teuthology.orchestra.run.smithi163.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T02:32:01.765 INFO:teuthology.orchestra.run.smithi163.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T02:32:01.765 INFO:teuthology.orchestra.run.smithi163.stdout: libradosstriper1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 517 k 2023-12-07T02:32:01.765 INFO:teuthology.orchestra.run.smithi163.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T02:32:01.765 INFO:teuthology.orchestra.run.smithi163.stdout: librgw2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 6.9 M 2023-12-07T02:32:01.765 INFO:teuthology.orchestra.run.smithi163.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T02:32:01.765 INFO:teuthology.orchestra.run.smithi163.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T02:32:01.765 INFO:teuthology.orchestra.run.smithi163.stdout: python3-ceph-argparse x86_64 2:19.0.0-37.gf0c32233.el8 ceph 45 k 2023-12-07T02:32:01.765 INFO:teuthology.orchestra.run.smithi163.stdout: python3-ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 128 k 2023-12-07T02:32:01.765 INFO:teuthology.orchestra.run.smithi163.stdout: python3-cephfs x86_64 2:19.0.0-37.gf0c32233.el8 ceph 197 k 2023-12-07T02:32:01.765 INFO:teuthology.orchestra.run.smithi163.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T02:32:01.765 INFO:teuthology.orchestra.run.smithi163.stdout: python3-rados x86_64 2:19.0.0-37.gf0c32233.el8 ceph 372 k 2023-12-07T02:32:01.765 INFO:teuthology.orchestra.run.smithi163.stdout: python3-rbd x86_64 2:19.0.0-37.gf0c32233.el8 ceph 365 k 2023-12-07T02:32:01.765 INFO:teuthology.orchestra.run.smithi163.stdout: python3-rgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 107 k 2023-12-07T02:32:01.765 INFO:teuthology.orchestra.run.smithi163.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T02:32:01.765 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T02:32:01.766 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-07T02:32:01.766 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================================== 2023-12-07T02:32:01.766 INFO:teuthology.orchestra.run.smithi163.stdout:Install 21 Packages 2023-12-07T02:32:01.766 INFO:teuthology.orchestra.run.smithi163.stdout:Upgrade 2 Packages 2023-12-07T02:32:01.766 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T02:32:01.766 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 62 M 2023-12-07T02:32:01.766 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-12-07T02:32:02.746 INFO:teuthology.orchestra.run.smithi196.stdout:(1/23): ceph-base-19.0.0-37.gf0c32233.el8.x86_6 3.3 MB/s | 5.4 MB 00:01 2023-12-07T02:32:02.888 INFO:teuthology.orchestra.run.smithi196.stdout:(2/23): ceph-selinux-19.0.0-37.gf0c32233.el8.x8 171 kB/s | 24 kB 00:00 2023-12-07T02:32:03.113 INFO:teuthology.orchestra.run.smithi196.stdout:(3/23): libcephfs2-19.0.0-37.gf0c32233.el8.x86_ 3.6 MB/s | 839 kB 00:00 2023-12-07T02:32:03.363 INFO:teuthology.orchestra.run.smithi196.stdout:(4/23): ceph-radosgw-19.0.0-37.gf0c32233.el8.x8 6.1 MB/s | 14 MB 00:02 2023-12-07T02:32:03.388 INFO:teuthology.orchestra.run.smithi196.stdout:(5/23): libradosstriper1-19.0.0-37.gf0c32233.el 1.8 MB/s | 517 kB 00:00 2023-12-07T02:32:03.514 INFO:teuthology.orchestra.run.smithi196.stdout:(6/23): python3-ceph-argparse-19.0.0-37.gf0c322 358 kB/s | 45 kB 00:00 2023-12-07T02:32:03.656 INFO:teuthology.orchestra.run.smithi196.stdout:(7/23): python3-ceph-common-19.0.0-37.gf0c32233 909 kB/s | 128 kB 00:00 2023-12-07T02:32:03.781 INFO:teuthology.orchestra.run.smithi196.stdout:(8/23): python3-cephfs-19.0.0-37.gf0c32233.el8. 1.5 MB/s | 197 kB 00:00 2023-12-07T02:32:03.915 INFO:teuthology.orchestra.run.smithi196.stdout:(9/23): python3-rados-19.0.0-37.gf0c32233.el8.x 2.7 MB/s | 372 kB 00:00 2023-12-07T02:32:04.007 INFO:teuthology.orchestra.run.smithi196.stdout:(10/23): librgw2-19.0.0-37.gf0c32233.el8.x86_64 11 MB/s | 6.9 MB 00:00 2023-12-07T02:32:04.032 INFO:teuthology.orchestra.run.smithi196.stdout:(11/23): python3-rbd-19.0.0-37.gf0c32233.el8.x8 3.1 MB/s | 365 kB 00:00 2023-12-07T02:32:04.107 INFO:teuthology.orchestra.run.smithi196.stdout:(12/23): python3-rgw-19.0.0-37.gf0c32233.el8.x8 1.0 MB/s | 107 kB 00:00 2023-12-07T02:32:04.166 INFO:teuthology.orchestra.run.smithi196.stdout:(13/23): gperftools-libs-2.7-9.el8.x86_64.rpm 2.2 MB/s | 306 kB 00:00 2023-12-07T02:32:04.199 INFO:teuthology.orchestra.run.smithi196.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 639 kB/s | 59 kB 00:00 2023-12-07T02:32:04.216 INFO:teuthology.orchestra.run.smithi196.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.5 MB/s | 75 kB 00:00 2023-12-07T02:32:04.283 INFO:teuthology.orchestra.run.smithi196.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 3.8 MB/s | 259 kB 00:00 2023-12-07T02:32:04.367 INFO:teuthology.orchestra.run.smithi196.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 527 kB/s | 44 kB 00:00 2023-12-07T02:32:04.409 INFO:teuthology.orchestra.run.smithi196.stdout:(18/23): thrift-0.13.0-2.el8.x86_64.rpm 8.3 MB/s | 1.7 MB 00:00 2023-12-07T02:32:04.443 INFO:teuthology.orchestra.run.smithi196.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 4.6 MB/s | 354 kB 00:00 2023-12-07T02:32:04.476 INFO:teuthology.orchestra.run.smithi196.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 701 kB/s | 47 kB 00:00 2023-12-07T02:32:04.935 INFO:teuthology.orchestra.run.smithi196.stdout:(21/23): librbd1-19.0.0-37.gf0c32233.el8.x86_64 8.1 MB/s | 3.7 MB 00:00 2023-12-07T02:32:05.294 INFO:teuthology.orchestra.run.smithi163.stdout:(1/23): ceph-base-19.0.0-37.gf0c32233.el8.x86_6 1.6 MB/s | 5.4 MB 00:03 2023-12-07T02:32:05.310 INFO:teuthology.orchestra.run.smithi196.stdout:(22/23): librados2-19.0.0-37.gf0c32233.el8.x86_ 4.4 MB/s | 3.8 MB 00:00 2023-12-07T02:32:05.369 INFO:teuthology.orchestra.run.smithi163.stdout:(2/23): ceph-selinux-19.0.0-37.gf0c32233.el8.x8 325 kB/s | 24 kB 00:00 2023-12-07T02:32:05.735 INFO:teuthology.orchestra.run.smithi163.stdout:(3/23): libcephfs2-19.0.0-37.gf0c32233.el8.x86_ 2.2 MB/s | 839 kB 00:00 2023-12-07T02:32:05.745 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 68 MB/s | 53 MB 00:00 2023-12-07T02:32:05.961 INFO:teuthology.orchestra.run.smithi163.stdout:(4/23): libradosstriper1-19.0.0-37.gf0c32233.el 2.2 MB/s | 517 kB 00:00 2023-12-07T02:32:06.190 INFO:teuthology.orchestra.run.smithi196.stdout:(23/23): ceph-common-19.0.0-37.gf0c32233.el8.x8 4.4 MB/s | 23 MB 00:05 2023-12-07T02:32:06.193 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2023-12-07T02:32:06.193 INFO:teuthology.orchestra.run.smithi196.stdout:Total 12 MB/s | 62 MB 00:05 2023-12-07T02:32:06.239 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2023-12-07T02:32:06.284 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2023-12-07T02:32:06.285 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2023-12-07T02:32:06.615 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2023-12-07T02:32:06.618 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2023-12-07T02:32:07.194 INFO:teuthology.orchestra.run.smithi163.stdout:(5/23): ceph-radosgw-19.0.0-37.gf0c32233.el8.x8 2.7 MB/s | 14 MB 00:05 2023-12-07T02:32:07.270 INFO:teuthology.orchestra.run.smithi163.stdout:(6/23): python3-ceph-argparse-19.0.0-37.gf0c322 599 kB/s | 45 kB 00:00 2023-12-07T02:32:07.353 INFO:teuthology.orchestra.run.smithi163.stdout:(7/23): python3-ceph-common-19.0.0-37.gf0c32233 1.5 MB/s | 128 kB 00:00 2023-12-07T02:32:07.428 INFO:teuthology.orchestra.run.smithi163.stdout:(8/23): python3-cephfs-19.0.0-37.gf0c32233.el8. 2.6 MB/s | 197 kB 00:00 2023-12-07T02:32:07.562 INFO:teuthology.orchestra.run.smithi163.stdout:(9/23): python3-rados-19.0.0-37.gf0c32233.el8.x 2.7 MB/s | 372 kB 00:00 2023-12-07T02:32:07.704 INFO:teuthology.orchestra.run.smithi163.stdout:(10/23): python3-rbd-19.0.0-37.gf0c32233.el8.x8 2.5 MB/s | 365 kB 00:00 2023-12-07T02:32:07.783 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2023-12-07T02:32:07.787 INFO:teuthology.orchestra.run.smithi163.stdout:(11/23): python3-rgw-19.0.0-37.gf0c32233.el8.x8 1.3 MB/s | 107 kB 00:00 2023-12-07T02:32:08.023 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T02:32:08.246 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T02:32:08.421 INFO:teuthology.orchestra.run.smithi163.stdout:(12/23): librgw2-19.0.0-37.gf0c32233.el8.x86_64 2.8 MB/s | 6.9 MB 00:02 2023-12-07T02:32:08.522 INFO:teuthology.orchestra.run.smithi163.stdout:(13/23): gperftools-libs-2.7-9.el8.x86_64.rpm 417 kB/s | 306 kB 00:00 2023-12-07T02:32:08.655 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T02:32:08.664 INFO:teuthology.orchestra.run.smithi163.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 547 kB/s | 75 kB 00:00 2023-12-07T02:32:08.854 INFO:teuthology.orchestra.run.smithi196.stdout: Upgrading : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T02:32:08.922 INFO:teuthology.orchestra.run.smithi163.stdout:(15/23): liboath-2.6.2-3.el8.x86_64.rpm 117 kB/s | 59 kB 00:00 2023-12-07T02:32:08.951 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T02:32:08.972 INFO:teuthology.orchestra.run.smithi163.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 941 kB/s | 47 kB 00:00 2023-12-07T02:32:09.014 INFO:teuthology.orchestra.run.smithi163.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 6.1 MB/s | 259 kB 00:00 2023-12-07T02:32:09.048 INFO:teuthology.orchestra.run.smithi163.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 1.3 MB/s | 44 kB 00:00 2023-12-07T02:32:09.090 INFO:teuthology.orchestra.run.smithi163.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 8.3 MB/s | 354 kB 00:00 2023-12-07T02:32:09.132 INFO:teuthology.orchestra.run.smithi163.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 3.7 MB/s | 1.7 MB 00:00 2023-12-07T02:32:09.159 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T02:32:09.390 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T02:32:09.738 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T02:32:10.099 INFO:teuthology.orchestra.run.smithi163.stdout:(21/23): librbd1-19.0.0-37.gf0c32233.el8.x86_64 3.8 MB/s | 3.7 MB 00:00 2023-12-07T02:32:10.132 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T02:32:10.216 INFO:teuthology.orchestra.run.smithi163.stdout:(22/23): librados2-19.0.0-37.gf0c32233.el8.x86_ 3.3 MB/s | 3.8 MB 00:01 2023-12-07T02:32:10.321 INFO:teuthology.orchestra.run.smithi196.stdout: Upgrading : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T02:32:10.383 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T02:32:10.586 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-07T02:32:10.787 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T02:32:11.462 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T02:32:11.603 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T02:32:11.671 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T02:32:11.798 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 11/25 2023-12-07T02:32:11.981 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T02:32:12.180 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T02:32:12.183 INFO:teuthology.orchestra.run.smithi163.stdout:(23/23): ceph-common-19.0.0-37.gf0c32233.el8.x8 2.2 MB/s | 23 MB 00:10 2023-12-07T02:32:12.186 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-12-07T02:32:12.187 INFO:teuthology.orchestra.run.smithi163.stdout:Total 5.9 MB/s | 62 MB 00:10 2023-12-07T02:32:12.233 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-12-07T02:32:12.279 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-12-07T02:32:12.279 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-12-07T02:32:12.349 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 14/25 2023-12-07T02:32:12.478 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T02:32:12.550 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T02:32:12.679 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T02:32:12.694 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-12-07T02:32:12.704 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-12-07T02:32:12.842 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T02:32:13.104 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T02:32:13.262 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 19/25 2023-12-07T02:32:14.028 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-12-07T02:32:14.240 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T02:32:14.423 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T02:32:14.834 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T02:32:15.023 INFO:teuthology.orchestra.run.smithi163.stdout: Upgrading : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T02:32:15.106 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T02:32:15.295 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T02:32:15.542 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T02:32:15.747 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T02:32:16.197 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T02:32:16.381 INFO:teuthology.orchestra.run.smithi163.stdout: Upgrading : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T02:32:16.483 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T02:32:16.656 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T02:32:16.723 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T02:32:16.973 INFO:teuthology.orchestra.run.smithi124.stdout:Dependencies resolved. 2023-12-07T02:32:16.976 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================================== 2023-12-07T02:32:16.976 INFO:teuthology.orchestra.run.smithi124.stdout: Package Arch Version Repository Size 2023-12-07T02:32:16.976 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================================== 2023-12-07T02:32:16.976 INFO:teuthology.orchestra.run.smithi124.stdout:Installing: 2023-12-07T02:32:16.976 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-radosgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 14 M 2023-12-07T02:32:16.976 INFO:teuthology.orchestra.run.smithi124.stdout:Upgrading: 2023-12-07T02:32:16.976 INFO:teuthology.orchestra.run.smithi124.stdout: librados2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.8 M 2023-12-07T02:32:16.976 INFO:teuthology.orchestra.run.smithi124.stdout: librbd1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.7 M 2023-12-07T02:32:16.976 INFO:teuthology.orchestra.run.smithi124.stdout:Installing dependencies: 2023-12-07T02:32:16.976 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-base x86_64 2:19.0.0-37.gf0c32233.el8 ceph 5.4 M 2023-12-07T02:32:16.976 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 23 M 2023-12-07T02:32:16.976 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-selinux x86_64 2:19.0.0-37.gf0c32233.el8 ceph 24 k 2023-12-07T02:32:16.976 INFO:teuthology.orchestra.run.smithi124.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T02:32:16.976 INFO:teuthology.orchestra.run.smithi124.stdout: libcephfs2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 839 k 2023-12-07T02:32:16.976 INFO:teuthology.orchestra.run.smithi124.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T02:32:16.977 INFO:teuthology.orchestra.run.smithi124.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T02:32:16.977 INFO:teuthology.orchestra.run.smithi124.stdout: libradosstriper1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 517 k 2023-12-07T02:32:16.977 INFO:teuthology.orchestra.run.smithi124.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T02:32:16.977 INFO:teuthology.orchestra.run.smithi124.stdout: librgw2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 6.9 M 2023-12-07T02:32:16.977 INFO:teuthology.orchestra.run.smithi124.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T02:32:16.977 INFO:teuthology.orchestra.run.smithi124.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T02:32:16.977 INFO:teuthology.orchestra.run.smithi124.stdout: python3-ceph-argparse x86_64 2:19.0.0-37.gf0c32233.el8 ceph 45 k 2023-12-07T02:32:16.977 INFO:teuthology.orchestra.run.smithi124.stdout: python3-ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 128 k 2023-12-07T02:32:16.977 INFO:teuthology.orchestra.run.smithi124.stdout: python3-cephfs x86_64 2:19.0.0-37.gf0c32233.el8 ceph 197 k 2023-12-07T02:32:16.977 INFO:teuthology.orchestra.run.smithi124.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T02:32:16.977 INFO:teuthology.orchestra.run.smithi124.stdout: python3-rados x86_64 2:19.0.0-37.gf0c32233.el8 ceph 372 k 2023-12-07T02:32:16.977 INFO:teuthology.orchestra.run.smithi124.stdout: python3-rbd x86_64 2:19.0.0-37.gf0c32233.el8 ceph 365 k 2023-12-07T02:32:16.977 INFO:teuthology.orchestra.run.smithi124.stdout: python3-rgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 107 k 2023-12-07T02:32:16.977 INFO:teuthology.orchestra.run.smithi124.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T02:32:16.978 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T02:32:16.978 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction Summary 2023-12-07T02:32:16.978 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================================== 2023-12-07T02:32:16.978 INFO:teuthology.orchestra.run.smithi124.stdout:Install 21 Packages 2023-12-07T02:32:16.978 INFO:teuthology.orchestra.run.smithi124.stdout:Upgrade 2 Packages 2023-12-07T02:32:16.978 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T02:32:16.978 INFO:teuthology.orchestra.run.smithi124.stdout:Total download size: 62 M 2023-12-07T02:32:16.978 INFO:teuthology.orchestra.run.smithi124.stdout:Downloading Packages: 2023-12-07T02:32:17.057 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T02:32:17.261 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T02:32:17.522 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-07T02:32:17.672 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T02:32:17.743 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T02:32:17.850 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T02:32:17.909 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 11/25 2023-12-07T02:32:18.066 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T02:32:18.104 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T02:32:18.177 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T02:32:18.311 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T02:32:18.324 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T02:32:18.517 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 14/25 2023-12-07T02:32:18.680 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T02:32:18.748 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T02:32:18.907 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T02:32:19.063 INFO:teuthology.orchestra.run.smithi124.stdout:(1/23): ceph-base-19.0.0-37.gf0c32233.el8.x86_6 2.8 MB/s | 5.4 MB 00:01 2023-12-07T02:32:19.121 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T02:32:19.205 INFO:teuthology.orchestra.run.smithi124.stdout:(2/23): ceph-selinux-19.0.0-37.gf0c32233.el8.x8 171 kB/s | 24 kB 00:00 2023-12-07T02:32:19.359 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T02:32:19.421 INFO:teuthology.orchestra.run.smithi124.stdout:(3/23): libcephfs2-19.0.0-37.gf0c32233.el8.x86_ 3.8 MB/s | 839 kB 00:00 2023-12-07T02:32:19.514 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 19/25 2023-12-07T02:32:19.555 INFO:teuthology.orchestra.run.smithi124.stdout:(4/23): libradosstriper1-19.0.0-37.gf0c32233.el 3.8 MB/s | 517 kB 00:00 2023-12-07T02:32:20.147 INFO:teuthology.orchestra.run.smithi124.stdout:(5/23): ceph-radosgw-19.0.0-37.gf0c32233.el8.x8 4.6 MB/s | 14 MB 00:03 2023-12-07T02:32:20.264 INFO:teuthology.orchestra.run.smithi124.stdout:(6/23): python3-ceph-argparse-19.0.0-37.gf0c322 384 kB/s | 45 kB 00:00 2023-12-07T02:32:20.398 INFO:teuthology.orchestra.run.smithi124.stdout:(7/23): python3-ceph-common-19.0.0-37.gf0c32233 964 kB/s | 128 kB 00:00 2023-12-07T02:32:20.544 INFO:teuthology.orchestra.run.smithi124.stdout:(8/23): python3-cephfs-19.0.0-37.gf0c32233.el8. 1.3 MB/s | 197 kB 00:00 2023-12-07T02:32:20.690 INFO:teuthology.orchestra.run.smithi124.stdout:(9/23): python3-rados-19.0.0-37.gf0c32233.el8.x 2.5 MB/s | 372 kB 00:00 2023-12-07T02:32:20.840 INFO:teuthology.orchestra.run.smithi124.stdout:(10/23): python3-rbd-19.0.0-37.gf0c32233.el8.x8 2.4 MB/s | 365 kB 00:00 2023-12-07T02:32:21.182 INFO:teuthology.orchestra.run.smithi124.stdout:(11/23): ceph-common-19.0.0-37.gf0c32233.el8.x8 5.6 MB/s | 23 MB 00:04 2023-12-07T02:32:21.199 INFO:teuthology.orchestra.run.smithi124.stdout:(12/23): python3-rgw-19.0.0-37.gf0c32233.el8.x8 297 kB/s | 107 kB 00:00 2023-12-07T02:32:21.292 INFO:teuthology.orchestra.run.smithi124.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 642 kB/s | 59 kB 00:00 2023-12-07T02:32:21.333 INFO:teuthology.orchestra.run.smithi124.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 2.0 MB/s | 306 kB 00:00 2023-12-07T02:32:21.359 INFO:teuthology.orchestra.run.smithi124.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.1 MB/s | 75 kB 00:00 2023-12-07T02:32:21.417 INFO:teuthology.orchestra.run.smithi124.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 4.4 MB/s | 259 kB 00:00 2023-12-07T02:32:21.468 INFO:teuthology.orchestra.run.smithi124.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 870 kB/s | 44 kB 00:00 2023-12-07T02:32:21.502 INFO:teuthology.orchestra.run.smithi124.stdout:(18/23): thrift-0.13.0-2.el8.x86_64.rpm 10 MB/s | 1.7 MB 00:00 2023-12-07T02:32:21.527 INFO:teuthology.orchestra.run.smithi124.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 5.9 MB/s | 354 kB 00:00 2023-12-07T02:32:21.652 INFO:teuthology.orchestra.run.smithi124.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 311 kB/s | 47 kB 00:00 2023-12-07T02:32:22.394 INFO:teuthology.orchestra.run.smithi124.stdout:(21/23): librgw2-19.0.0-37.gf0c32233.el8.x86_64 2.4 MB/s | 6.9 MB 00:02 2023-12-07T02:32:22.461 INFO:teuthology.orchestra.run.smithi124.stdout:(22/23): librbd1-19.0.0-37.gf0c32233.el8.x86_64 4.6 MB/s | 3.7 MB 00:00 2023-12-07T02:32:23.212 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T02:32:23.713 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T02:32:23.737 INFO:teuthology.orchestra.run.smithi124.stdout:(23/23): librados2-19.0.0-37.gf0c32233.el8.x86_ 1.7 MB/s | 3.8 MB 00:02 2023-12-07T02:32:23.739 INFO:teuthology.orchestra.run.smithi124.stdout:-------------------------------------------------------------------------------- 2023-12-07T02:32:23.739 INFO:teuthology.orchestra.run.smithi124.stdout:Total 9.1 MB/s | 62 MB 00:06 2023-12-07T02:32:23.786 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction check 2023-12-07T02:32:23.832 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction check succeeded. 2023-12-07T02:32:23.832 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction test 2023-12-07T02:32:24.174 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction test succeeded. 2023-12-07T02:32:24.178 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction 2023-12-07T02:32:24.318 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T02:32:24.543 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T02:32:24.621 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T02:32:24.771 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T02:32:25.346 INFO:teuthology.orchestra.run.smithi124.stdout: Preparing : 1/1 2023-12-07T02:32:25.584 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T02:32:25.806 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T02:32:26.221 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T02:32:26.456 INFO:teuthology.orchestra.run.smithi124.stdout: Upgrading : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T02:32:26.553 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T02:32:26.912 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T02:32:27.176 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T02:32:27.390 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T02:32:27.794 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T02:32:28.015 INFO:teuthology.orchestra.run.smithi124.stdout: Upgrading : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T02:32:28.102 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T02:32:28.299 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-07T02:32:28.489 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T02:32:29.175 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T02:32:29.372 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T02:32:29.434 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T02:32:29.568 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 11/25 2023-12-07T02:32:29.742 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T02:32:29.999 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T02:32:30.210 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 14/25 2023-12-07T02:32:30.414 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T02:32:30.472 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T02:32:30.632 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T02:32:30.819 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T02:32:31.066 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T02:32:31.248 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 19/25 2023-12-07T02:32:35.136 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T02:32:35.372 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T02:32:35.979 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T02:32:36.274 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T02:32:36.342 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T02:32:36.480 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T02:32:36.745 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T02:32:36.745 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /sys 2023-12-07T02:32:36.745 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /proc 2023-12-07T02:32:36.746 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /dev 2023-12-07T02:32:36.746 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /run 2023-12-07T02:32:36.746 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /mnt 2023-12-07T02:32:36.746 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /var/tmp 2023-12-07T02:32:36.746 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /home 2023-12-07T02:32:36.746 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /tmp 2023-12-07T02:32:36.747 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /dev 2023-12-07T02:32:36.747 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-07T02:32:38.150 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T02:32:38.170 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T02:32:38.170 INFO:teuthology.orchestra.run.smithi196.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T02:32:38.334 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T02:32:38.334 INFO:teuthology.orchestra.run.smithi196.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T02:32:38.908 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T02:32:38.908 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 1/25 2023-12-07T02:32:38.909 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2/25 2023-12-07T02:32:38.909 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T02:32:38.909 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T02:32:38.909 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 5/25 2023-12-07T02:32:38.909 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T02:32:38.909 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T02:32:38.909 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 8/25 2023-12-07T02:32:38.909 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 9/25 2023-12-07T02:32:38.909 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T02:32:38.909 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 11/25 2023-12-07T02:32:38.909 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T02:32:38.909 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T02:32:38.909 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T02:32:38.909 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T02:32:38.909 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T02:32:38.910 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T02:32:38.910 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-07T02:32:38.910 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-07T02:32:38.910 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-07T02:32:38.910 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-07T02:32:38.910 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T02:32:38.910 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T02:32:38.910 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 24/25 2023-12-07T02:32:43.382 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T02:32:43.383 INFO:teuthology.orchestra.run.smithi196.stdout:Installed products updated. 2023-12-07T02:32:43.569 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-07T02:32:43.569 INFO:teuthology.orchestra.run.smithi196.stdout:Upgraded: 2023-12-07T02:32:43.569 INFO:teuthology.orchestra.run.smithi196.stdout: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:43.569 INFO:teuthology.orchestra.run.smithi196.stdout: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:43.570 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2023-12-07T02:32:43.570 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:43.570 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:43.570 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:43.570 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:43.570 INFO:teuthology.orchestra.run.smithi196.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T02:32:43.570 INFO:teuthology.orchestra.run.smithi196.stdout: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:43.570 INFO:teuthology.orchestra.run.smithi196.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T02:32:43.570 INFO:teuthology.orchestra.run.smithi196.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T02:32:43.570 INFO:teuthology.orchestra.run.smithi196.stdout: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:43.570 INFO:teuthology.orchestra.run.smithi196.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T02:32:43.570 INFO:teuthology.orchestra.run.smithi196.stdout: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:43.570 INFO:teuthology.orchestra.run.smithi196.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T02:32:43.570 INFO:teuthology.orchestra.run.smithi196.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T02:32:43.570 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:43.571 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:43.571 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:43.571 INFO:teuthology.orchestra.run.smithi196.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T02:32:43.571 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:43.571 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:43.571 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:43.571 INFO:teuthology.orchestra.run.smithi196.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T02:32:43.571 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-07T02:32:43.571 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2023-12-07T02:32:43.726 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T02:32:43.727 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /sys 2023-12-07T02:32:43.727 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /proc 2023-12-07T02:32:43.727 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /dev 2023-12-07T02:32:43.727 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /run 2023-12-07T02:32:43.727 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /mnt 2023-12-07T02:32:43.727 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /var/tmp 2023-12-07T02:32:43.727 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /home 2023-12-07T02:32:43.727 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /tmp 2023-12-07T02:32:43.727 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /dev 2023-12-07T02:32:43.727 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T02:32:43.742 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-test 2023-12-07T02:32:44.092 INFO:teuthology.orchestra.run.smithi196.stdout:Updating Subscription Management repositories. 2023-12-07T02:32:44.780 INFO:teuthology.orchestra.run.smithi196.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 150 kB/s | 4.5 kB 00:00 2023-12-07T02:32:45.092 INFO:teuthology.orchestra.run.smithi196.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 120 kB/s | 4.1 kB 00:00 2023-12-07T02:32:45.139 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T02:32:45.160 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T02:32:45.160 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T02:32:45.336 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T02:32:45.336 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T02:32:45.908 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T02:32:45.908 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 1/25 2023-12-07T02:32:45.908 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2/25 2023-12-07T02:32:45.908 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T02:32:45.908 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T02:32:45.908 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 5/25 2023-12-07T02:32:45.908 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T02:32:45.908 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T02:32:45.908 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 8/25 2023-12-07T02:32:45.908 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 9/25 2023-12-07T02:32:45.908 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T02:32:45.908 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 11/25 2023-12-07T02:32:45.908 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T02:32:45.909 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T02:32:45.909 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T02:32:45.909 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T02:32:45.909 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T02:32:45.909 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T02:32:45.909 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-07T02:32:45.909 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-07T02:32:45.909 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-07T02:32:45.909 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-07T02:32:45.909 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T02:32:45.909 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T02:32:45.909 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 24/25 2023-12-07T02:32:46.618 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2023-12-07T02:32:46.619 INFO:teuthology.orchestra.run.smithi196.stdout:========================================================================================== 2023-12-07T02:32:46.619 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2023-12-07T02:32:46.619 INFO:teuthology.orchestra.run.smithi196.stdout:========================================================================================== 2023-12-07T02:32:46.619 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2023-12-07T02:32:46.619 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-test x86_64 2:19.0.0-37.gf0c32233.el8 ceph 49 M 2023-12-07T02:32:46.619 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2023-12-07T02:32:46.620 INFO:teuthology.orchestra.run.smithi196.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T02:32:46.620 INFO:teuthology.orchestra.run.smithi196.stdout: libcephsqlite x86_64 2:19.0.0-37.gf0c32233.el8 ceph 183 k 2023-12-07T02:32:46.620 INFO:teuthology.orchestra.run.smithi196.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T02:32:46.620 INFO:teuthology.orchestra.run.smithi196.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T02:32:46.620 INFO:teuthology.orchestra.run.smithi196.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T02:32:46.620 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-07T02:32:46.620 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2023-12-07T02:32:46.620 INFO:teuthology.orchestra.run.smithi196.stdout:========================================================================================== 2023-12-07T02:32:46.620 INFO:teuthology.orchestra.run.smithi196.stdout:Install 6 Packages 2023-12-07T02:32:46.620 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-07T02:32:46.621 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 50 M 2023-12-07T02:32:46.621 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 223 M 2023-12-07T02:32:46.621 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2023-12-07T02:32:46.674 INFO:teuthology.orchestra.run.smithi196.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.3 MB/s | 70 kB 00:00 2023-12-07T02:32:46.750 INFO:teuthology.orchestra.run.smithi196.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.7 MB/s | 323 kB 00:00 2023-12-07T02:32:46.792 INFO:teuthology.orchestra.run.smithi196.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-12-07T02:32:46.833 INFO:teuthology.orchestra.run.smithi196.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-07T02:32:46.877 INFO:teuthology.orchestra.run.smithi196.stdout:(5/6): libcephsqlite-19.0.0-37.gf0c32233.el8.x8 720 kB/s | 183 kB 00:00 2023-12-07T02:32:49.449 INFO:teuthology.orchestra.run.smithi196.stdout:(6/6): ceph-test-19.0.0-37.gf0c32233.el8.x86_64 17 MB/s | 49 MB 00:02 2023-12-07T02:32:49.451 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2023-12-07T02:32:49.452 INFO:teuthology.orchestra.run.smithi196.stdout:Total 18 MB/s | 50 MB 00:02 2023-12-07T02:32:49.489 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2023-12-07T02:32:49.510 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2023-12-07T02:32:49.510 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2023-12-07T02:32:49.777 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2023-12-07T02:32:49.780 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2023-12-07T02:32:49.906 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T02:32:49.906 INFO:teuthology.orchestra.run.smithi163.stdout:Installed products updated. 2023-12-07T02:32:50.100 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T02:32:50.100 INFO:teuthology.orchestra.run.smithi163.stdout:Upgraded: 2023-12-07T02:32:50.100 INFO:teuthology.orchestra.run.smithi163.stdout: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:50.101 INFO:teuthology.orchestra.run.smithi163.stdout: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:50.101 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-12-07T02:32:50.101 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:50.101 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:50.101 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:50.101 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:50.101 INFO:teuthology.orchestra.run.smithi163.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T02:32:50.101 INFO:teuthology.orchestra.run.smithi163.stdout: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:50.101 INFO:teuthology.orchestra.run.smithi163.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T02:32:50.101 INFO:teuthology.orchestra.run.smithi163.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T02:32:50.101 INFO:teuthology.orchestra.run.smithi163.stdout: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:50.101 INFO:teuthology.orchestra.run.smithi163.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T02:32:50.101 INFO:teuthology.orchestra.run.smithi163.stdout: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:50.101 INFO:teuthology.orchestra.run.smithi163.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T02:32:50.101 INFO:teuthology.orchestra.run.smithi163.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T02:32:50.102 INFO:teuthology.orchestra.run.smithi163.stdout: python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:50.102 INFO:teuthology.orchestra.run.smithi163.stdout: python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:50.102 INFO:teuthology.orchestra.run.smithi163.stdout: python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:50.102 INFO:teuthology.orchestra.run.smithi163.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T02:32:50.102 INFO:teuthology.orchestra.run.smithi163.stdout: python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:50.102 INFO:teuthology.orchestra.run.smithi163.stdout: python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:50.102 INFO:teuthology.orchestra.run.smithi163.stdout: python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:32:50.102 INFO:teuthology.orchestra.run.smithi163.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T02:32:50.102 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T02:32:50.102 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-07T02:32:50.214 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2023-12-07T02:32:50.278 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install ceph-test 2023-12-07T02:32:50.346 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T02:32:50.452 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T02:32:50.626 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-07T02:32:50.633 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T02:32:50.763 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T02:32:50.911 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T02:32:51.054 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 5/6 2023-12-07T02:32:52.296 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 62 kB/s | 4.1 kB 00:00 2023-12-07T02:32:52.516 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 101 kB/s | 4.5 kB 00:00 2023-12-07T02:32:54.106 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-07T02:32:54.106 INFO:teuthology.orchestra.run.smithi163.stdout:========================================================================================== 2023-12-07T02:32:54.106 INFO:teuthology.orchestra.run.smithi163.stdout: Package Arch Version Repository Size 2023-12-07T02:32:54.106 INFO:teuthology.orchestra.run.smithi163.stdout:========================================================================================== 2023-12-07T02:32:54.106 INFO:teuthology.orchestra.run.smithi163.stdout:Installing: 2023-12-07T02:32:54.107 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-test x86_64 2:19.0.0-37.gf0c32233.el8 ceph 49 M 2023-12-07T02:32:54.107 INFO:teuthology.orchestra.run.smithi163.stdout:Installing dependencies: 2023-12-07T02:32:54.107 INFO:teuthology.orchestra.run.smithi163.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T02:32:54.107 INFO:teuthology.orchestra.run.smithi163.stdout: libcephsqlite x86_64 2:19.0.0-37.gf0c32233.el8 ceph 183 k 2023-12-07T02:32:54.107 INFO:teuthology.orchestra.run.smithi163.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T02:32:54.107 INFO:teuthology.orchestra.run.smithi163.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T02:32:54.107 INFO:teuthology.orchestra.run.smithi163.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T02:32:54.107 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T02:32:54.107 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-07T02:32:54.107 INFO:teuthology.orchestra.run.smithi163.stdout:========================================================================================== 2023-12-07T02:32:54.107 INFO:teuthology.orchestra.run.smithi163.stdout:Install 6 Packages 2023-12-07T02:32:54.107 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T02:32:54.108 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 50 M 2023-12-07T02:32:54.108 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 223 M 2023-12-07T02:32:54.108 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-12-07T02:32:54.155 INFO:teuthology.orchestra.run.smithi163.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.5 MB/s | 70 kB 00:00 2023-12-07T02:32:54.246 INFO:teuthology.orchestra.run.smithi163.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 3.8 MB/s | 323 kB 00:00 2023-12-07T02:32:54.305 INFO:teuthology.orchestra.run.smithi163.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 3.1 MB/s | 187 kB 00:00 2023-12-07T02:32:54.331 INFO:teuthology.orchestra.run.smithi163.stdout:(4/6): libcephsqlite-19.0.0-37.gf0c32233.el8.x8 825 kB/s | 183 kB 00:00 2023-12-07T02:32:54.356 INFO:teuthology.orchestra.run.smithi163.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 3.9 MB/s | 202 kB 00:00 2023-12-07T02:32:55.048 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T02:32:55.048 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /sys 2023-12-07T02:32:55.048 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /proc 2023-12-07T02:32:55.048 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /dev 2023-12-07T02:32:55.048 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /run 2023-12-07T02:32:55.048 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /mnt 2023-12-07T02:32:55.048 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /var/tmp 2023-12-07T02:32:55.048 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /home 2023-12-07T02:32:55.048 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /tmp 2023-12-07T02:32:55.048 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /dev 2023-12-07T02:32:55.048 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T02:32:55.765 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 5/6 2023-12-07T02:32:55.959 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 6/6 2023-12-07T02:32:56.186 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 6/6 2023-12-07T02:32:56.186 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 1/6 2023-12-07T02:32:56.187 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 2/6 2023-12-07T02:32:56.187 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T02:32:56.187 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T02:32:56.187 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T02:32:56.471 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T02:32:56.481 INFO:teuthology.orchestra.run.smithi163.stdout:(6/6): ceph-test-19.0.0-37.gf0c32233.el8.x86_64 21 MB/s | 49 MB 00:02 2023-12-07T02:32:56.483 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-12-07T02:32:56.483 INFO:teuthology.orchestra.run.smithi163.stdout:Total 21 MB/s | 50 MB 00:02 2023-12-07T02:32:56.492 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T02:32:56.492 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T02:32:56.520 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-12-07T02:32:56.542 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-12-07T02:32:56.542 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-12-07T02:32:56.688 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T02:32:56.688 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T02:32:56.807 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-12-07T02:32:56.810 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-12-07T02:32:57.276 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-12-07T02:32:57.284 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T02:32:57.285 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 1/25 2023-12-07T02:32:57.285 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2/25 2023-12-07T02:32:57.285 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T02:32:57.285 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T02:32:57.285 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 5/25 2023-12-07T02:32:57.285 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T02:32:57.285 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T02:32:57.285 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 8/25 2023-12-07T02:32:57.285 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 9/25 2023-12-07T02:32:57.285 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T02:32:57.285 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 11/25 2023-12-07T02:32:57.285 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T02:32:57.285 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T02:32:57.285 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T02:32:57.285 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T02:32:57.286 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T02:32:57.286 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T02:32:57.286 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-07T02:32:57.286 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-07T02:32:57.286 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-07T02:32:57.286 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-07T02:32:57.286 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T02:32:57.286 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T02:32:57.286 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 24/25 2023-12-07T02:32:57.415 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T02:32:57.503 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T02:32:57.686 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T02:32:57.832 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T02:32:57.981 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T02:32:58.115 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 5/6 2023-12-07T02:32:59.863 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T02:32:59.863 INFO:teuthology.orchestra.run.smithi196.stdout:Installed products updated. 2023-12-07T02:33:00.047 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-07T02:33:00.047 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2023-12-07T02:33:00.047 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-07T02:33:00.047 INFO:teuthology.orchestra.run.smithi196.stdout: libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T02:33:00.047 INFO:teuthology.orchestra.run.smithi196.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T02:33:00.047 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-07T02:33:00.047 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2023-12-07T02:33:00.188 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph 2023-12-07T02:33:00.521 INFO:teuthology.orchestra.run.smithi196.stdout:Updating Subscription Management repositories. 2023-12-07T02:33:01.193 INFO:teuthology.orchestra.run.smithi196.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 132 kB/s | 4.5 kB 00:00 2023-12-07T02:33:01.207 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T02:33:01.207 INFO:teuthology.orchestra.run.smithi124.stdout:Installed products updated. 2023-12-07T02:33:01.394 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T02:33:01.394 INFO:teuthology.orchestra.run.smithi124.stdout:Upgraded: 2023-12-07T02:33:01.394 INFO:teuthology.orchestra.run.smithi124.stdout: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:33:01.394 INFO:teuthology.orchestra.run.smithi124.stdout: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:33:01.394 INFO:teuthology.orchestra.run.smithi124.stdout:Installed: 2023-12-07T02:33:01.394 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:33:01.394 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:33:01.394 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:33:01.394 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:33:01.394 INFO:teuthology.orchestra.run.smithi124.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T02:33:01.395 INFO:teuthology.orchestra.run.smithi124.stdout: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:33:01.395 INFO:teuthology.orchestra.run.smithi124.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T02:33:01.395 INFO:teuthology.orchestra.run.smithi124.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T02:33:01.395 INFO:teuthology.orchestra.run.smithi124.stdout: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:33:01.395 INFO:teuthology.orchestra.run.smithi124.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T02:33:01.395 INFO:teuthology.orchestra.run.smithi124.stdout: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:33:01.395 INFO:teuthology.orchestra.run.smithi124.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T02:33:01.395 INFO:teuthology.orchestra.run.smithi124.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T02:33:01.395 INFO:teuthology.orchestra.run.smithi124.stdout: python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:33:01.395 INFO:teuthology.orchestra.run.smithi124.stdout: python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:33:01.395 INFO:teuthology.orchestra.run.smithi124.stdout: python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:33:01.395 INFO:teuthology.orchestra.run.smithi124.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T02:33:01.395 INFO:teuthology.orchestra.run.smithi124.stdout: python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:33:01.395 INFO:teuthology.orchestra.run.smithi124.stdout: python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:33:01.395 INFO:teuthology.orchestra.run.smithi124.stdout: python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:33:01.396 INFO:teuthology.orchestra.run.smithi124.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T02:33:01.396 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T02:33:01.396 INFO:teuthology.orchestra.run.smithi124.stdout:Complete! 2023-12-07T02:33:01.501 INFO:teuthology.orchestra.run.smithi196.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 121 kB/s | 4.1 kB 00:00 2023-12-07T02:33:01.603 DEBUG:teuthology.orchestra.run.smithi124:> sudo yum -y install ceph-test 2023-12-07T02:33:01.952 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-07T02:33:02.737 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 123 kB/s | 4.5 kB 00:00 2023-12-07T02:33:02.830 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 5/6 2023-12-07T02:33:03.045 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 111 kB/s | 4.1 kB 00:00 2023-12-07T02:33:03.053 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 6/6 2023-12-07T02:33:03.070 INFO:teuthology.orchestra.run.smithi196.stderr:Error: 2023-12-07T02:33:03.070 INFO:teuthology.orchestra.run.smithi196.stderr: Problem: conflicting requests 2023-12-07T02:33:03.070 INFO:teuthology.orchestra.run.smithi196.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T02:33:03.070 INFO:teuthology.orchestra.run.smithi196.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-07T02:33:03.161 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:33:03.161 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 smithi196 with status 1: 'sudo yum -y install ceph' 2023-12-07T02:33:03.163 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 smithi196 with status 1: 'sudo yum -y install ceph' 2023-12-07T02:33:03.238 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=0ba67afcf39e413ca930988a41929796 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 smithi196 with status 1: 'sudo yum -y install ceph' 2023-12-07T02:33:03.241 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-07T02:33:03.251 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-07T02:33:03.266 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-07T02:33:03.267 DEBUG:teuthology.orchestra.run.smithi124:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T02:33:03.279 DEBUG:teuthology.orchestra.run.smithi163:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T02:33:03.283 DEBUG:teuthology.orchestra.run.smithi196:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T02:33:03.287 INFO:teuthology.orchestra.run.smithi124.stderr:bash: ntpq: command not found 2023-12-07T02:33:03.287 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 6/6 2023-12-07T02:33:03.288 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 1/6 2023-12-07T02:33:03.288 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 2/6 2023-12-07T02:33:03.288 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T02:33:03.288 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T02:33:03.288 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T02:33:03.290 INFO:teuthology.orchestra.run.smithi124.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T02:33:03.291 INFO:teuthology.orchestra.run.smithi124.stdout:=============================================================================== 2023-12-07T02:33:03.291 INFO:teuthology.orchestra.run.smithi124.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 42 +3225us[+3225us] +/- 80ms 2023-12-07T02:33:03.291 INFO:teuthology.orchestra.run.smithi124.stdout:^* hv02.front.sepia.ceph.com 3 6 37 42 -760us[ -691us] +/- 71ms 2023-12-07T02:33:03.291 INFO:teuthology.orchestra.run.smithi124.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 41 -3058us[-3058us] +/- 93ms 2023-12-07T02:33:03.291 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:33:03.296 INFO:teuthology.orchestra.run.smithi163.stderr:bash: ntpq: command not found 2023-12-07T02:33:03.298 INFO:teuthology.orchestra.run.smithi196.stderr:bash: ntpq: command not found 2023-12-07T02:33:03.300 INFO:teuthology.orchestra.run.smithi163.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T02:33:03.300 INFO:teuthology.orchestra.run.smithi163.stdout:=============================================================================== 2023-12-07T02:33:03.300 INFO:teuthology.orchestra.run.smithi163.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 42 +3353us[+3353us] +/- 80ms 2023-12-07T02:33:03.300 INFO:teuthology.orchestra.run.smithi163.stdout:^* hv02.front.sepia.ceph.com 3 6 37 42 -654us[ -653us] +/- 71ms 2023-12-07T02:33:03.300 INFO:teuthology.orchestra.run.smithi163.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 42 -2911us[-2910us] +/- 93ms 2023-12-07T02:33:03.300 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:33:03.302 INFO:teuthology.orchestra.run.smithi196.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T02:33:03.302 INFO:teuthology.orchestra.run.smithi196.stdout:=============================================================================== 2023-12-07T02:33:03.302 INFO:teuthology.orchestra.run.smithi196.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 42 +3305us[+3297us] +/- 80ms 2023-12-07T02:33:03.302 INFO:teuthology.orchestra.run.smithi196.stdout:^* hv02.front.sepia.ceph.com 3 6 37 41 -678us[ -686us] +/- 71ms 2023-12-07T02:33:03.303 INFO:teuthology.orchestra.run.smithi196.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 42 -2957us[-2964us] +/- 93ms 2023-12-07T02:33:03.303 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T02:33:03.304 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-07T02:33:03.313 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-07T02:33:03.313 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-07T02:33:03.321 DEBUG:teuthology.orchestra.run.smithi124:> 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-07T02:33:03.426 DEBUG:teuthology.orchestra.run.smithi163:> 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-07T02:33:03.535 DEBUG:teuthology.orchestra.run.smithi196:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-07T02:33:03.639 DEBUG:teuthology.orchestra.run.smithi124:> 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-07T02:33:03.669 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:33:03.669 DEBUG:teuthology.orchestra.run.smithi163:> 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-07T02:33:03.702 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:33:03.703 DEBUG:teuthology.orchestra.run.smithi196:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-07T02:33:03.733 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:33:03.734 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-07T02:33:03.743 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-07T02:33:03.805 INFO:teuthology.task.internal:Duration was 692.269922 seconds 2023-12-07T02:33:03.806 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-07T02:33:03.815 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-07T02:33:03.816 DEBUG:teuthology.orchestra.run.smithi124:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T02:33:03.818 DEBUG:teuthology.orchestra.run.smithi163:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T02:33:03.820 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T02:33:03.861 INFO:teuthology.orchestra.run.smithi124.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T02:33:03.864 INFO:teuthology.orchestra.run.smithi163.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T02:33:03.865 INFO:teuthology.orchestra.run.smithi196.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T02:33:04.273 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-07T02:33:04.273 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi124.front.sepia.ceph.com 2023-12-07T02:33:04.273 DEBUG:teuthology.orchestra.run.smithi124:> 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-07T02:33:04.294 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi163.front.sepia.ceph.com 2023-12-07T02:33:04.294 DEBUG:teuthology.orchestra.run.smithi163:> 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-07T02:33:04.315 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi196.front.sepia.ceph.com 2023-12-07T02:33:04.315 DEBUG:teuthology.orchestra.run.smithi196:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-07T02:33:04.338 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-07T02:33:04.338 DEBUG:teuthology.orchestra.run.smithi124:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T02:33:04.340 DEBUG:teuthology.orchestra.run.smithi163:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T02:33:04.358 DEBUG:teuthology.orchestra.run.smithi196:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T02:33:04.417 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-07T02:33:04.417 DEBUG:teuthology.orchestra.run.smithi124:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T02:33:04.419 DEBUG:teuthology.orchestra.run.smithi163:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T02:33:04.437 DEBUG:teuthology.orchestra.run.smithi196:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T02:33:04.525 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-07T02:33:04.534 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-07T02:33:04.534 DEBUG:teuthology.orchestra.run.smithi124:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T02:33:04.571 DEBUG:teuthology.orchestra.run.smithi163:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T02:33:04.607 DEBUG:teuthology.orchestra.run.smithi196:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T02:33:04.641 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-07T02:33:04.655 DEBUG:teuthology.orchestra.run.smithi124:> 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-07T02:33:04.657 DEBUG:teuthology.orchestra.run.smithi163:> 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-07T02:33:04.660 DEBUG:teuthology.orchestra.run.smithi196:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-07T02:33:04.668 INFO:teuthology.orchestra.run.smithi124.stdout:Dependencies resolved. 2023-12-07T02:33:04.669 INFO:teuthology.orchestra.run.smithi124.stdout:========================================================================================== 2023-12-07T02:33:04.670 INFO:teuthology.orchestra.run.smithi124.stdout: Package Arch Version Repository Size 2023-12-07T02:33:04.670 INFO:teuthology.orchestra.run.smithi124.stdout:========================================================================================== 2023-12-07T02:33:04.670 INFO:teuthology.orchestra.run.smithi124.stdout:Installing: 2023-12-07T02:33:04.670 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-test x86_64 2:19.0.0-37.gf0c32233.el8 ceph 49 M 2023-12-07T02:33:04.670 INFO:teuthology.orchestra.run.smithi124.stdout:Installing dependencies: 2023-12-07T02:33:04.670 INFO:teuthology.orchestra.run.smithi124.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T02:33:04.670 INFO:teuthology.orchestra.run.smithi124.stdout: libcephsqlite x86_64 2:19.0.0-37.gf0c32233.el8 ceph 183 k 2023-12-07T02:33:04.670 INFO:teuthology.orchestra.run.smithi124.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T02:33:04.671 INFO:teuthology.orchestra.run.smithi124.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T02:33:04.671 INFO:teuthology.orchestra.run.smithi124.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T02:33:04.671 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T02:33:04.671 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction Summary 2023-12-07T02:33:04.671 INFO:teuthology.orchestra.run.smithi124.stdout:========================================================================================== 2023-12-07T02:33:04.671 INFO:teuthology.orchestra.run.smithi124.stdout:Install 6 Packages 2023-12-07T02:33:04.671 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-07T02:33:04.672 INFO:teuthology.orchestra.run.smithi124.stdout:Total download size: 50 M 2023-12-07T02:33:04.672 INFO:teuthology.orchestra.run.smithi124.stdout:Installed size: 223 M 2023-12-07T02:33:04.672 INFO:teuthology.orchestra.run.smithi124.stdout:Downloading Packages: 2023-12-07T02:33:04.682 INFO:teuthology.orchestra.run.smithi124.stdout:kernel.core_pattern = core 2023-12-07T02:33:04.684 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern = core 2023-12-07T02:33:04.707 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern = core 2023-12-07T02:33:04.712 INFO:teuthology.orchestra.run.smithi124.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.7 MB/s | 70 kB 00:00 2023-12-07T02:33:04.725 DEBUG:teuthology.orchestra.run.smithi124:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T02:33:04.769 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:33:04.770 DEBUG:teuthology.orchestra.run.smithi163:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T02:33:04.785 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:33:04.785 DEBUG:teuthology.orchestra.run.smithi196:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T02:33:04.793 INFO:teuthology.orchestra.run.smithi124.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.4 MB/s | 323 kB 00:00 2023-12-07T02:33:04.801 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:33:04.801 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-07T02:33:04.811 INFO:teuthology.task.internal:Transferring archived files... 2023-12-07T02:33:04.812 DEBUG:teuthology.misc:Transferring archived files from smithi124:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481047/remote/smithi124 2023-12-07T02:33:04.813 DEBUG:teuthology.orchestra.run.smithi124:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T02:33:04.836 INFO:teuthology.orchestra.run.smithi124.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-12-07T02:33:04.856 DEBUG:teuthology.misc:Transferring archived files from smithi163:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481047/remote/smithi163 2023-12-07T02:33:04.856 DEBUG:teuthology.orchestra.run.smithi163:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T02:33:04.901 DEBUG:teuthology.misc:Transferring archived files from smithi196:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481047/remote/smithi196 2023-12-07T02:33:04.902 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T02:33:04.910 INFO:teuthology.orchestra.run.smithi124.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 2.7 MB/s | 202 kB 00:00 2023-12-07T02:33:04.943 INFO:teuthology.task.internal:Removing archive directory... 2023-12-07T02:33:04.943 DEBUG:teuthology.orchestra.run.smithi124:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T02:33:04.944 INFO:teuthology.orchestra.run.smithi124.stdout:(5/6): libcephsqlite-19.0.0-37.gf0c32233.el8.x8 671 kB/s | 183 kB 00:00 2023-12-07T02:33:04.945 DEBUG:teuthology.orchestra.run.smithi163:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T02:33:04.947 DEBUG:teuthology.orchestra.run.smithi196:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T02:33:04.994 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-07T02:33:05.004 INFO:teuthology.task.internal:Not uploading archives. 2023-12-07T02:33:05.004 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-07T02:33:05.013 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-07T02:33:05.013 DEBUG:teuthology.orchestra.run.smithi124:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T02:33:05.016 DEBUG:teuthology.orchestra.run.smithi163:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T02:33:05.017 DEBUG:teuthology.orchestra.run.smithi196:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T02:33:05.030 INFO:teuthology.orchestra.run.smithi124.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 02:33 /home/ubuntu/cephtest 2023-12-07T02:33:05.031 INFO:teuthology.orchestra.run.smithi163.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 02:33 /home/ubuntu/cephtest 2023-12-07T02:33:05.050 INFO:teuthology.orchestra.run.smithi196.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 02:33 /home/ubuntu/cephtest 2023-12-07T02:33:05.052 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-07T02:33:05.061 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-07T02:33:05.081 INFO:teuthology.nuke:Checking targets against current locks 2023-12-07T02:33:05.106 DEBUG:teuthology.nuke:shortname: smithi124 2023-12-07T02:33:05.107 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T02:33:05.129 DEBUG:teuthology.nuke:shortname: smithi163 2023-12-07T02:33:05.129 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T02:33:05.135 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi124.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481047', '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-07 02:15:49.320665', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T02:33:05.152 DEBUG:teuthology.nuke:shortname: smithi196 2023-12-07T02:33:05.153 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T02:33:05.156 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi163.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481047', '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-07 02:15:49.322071', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T02:33:05.176 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi196.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481047', '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-07 02:15:49.323313', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T02:33:05.188 INFO:teuthology.orchestra.console.smithi124:Power off 2023-12-07T02:33:05.188 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T02:33:05.210 DEBUG:teuthology.orchestra.console.smithi124:power off output: Chassis Power Control: Down/Off 2023-12-07T02:33:05.211 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T02:33:05.230 INFO:teuthology.orchestra.console.smithi196:Power off 2023-12-07T02:33:05.231 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T02:33:05.246 INFO:teuthology.orchestra.console.smithi163:Power off 2023-12-07T02:33:05.246 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T02:33:05.254 DEBUG:teuthology.orchestra.console.smithi124:check power output: Chassis Power is on 2023-12-07T02:33:05.254 DEBUG:teuthology.orchestra.console.smithi196:power off output: Chassis Power Control: Down/Off 2023-12-07T02:33:05.255 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T02:33:05.274 DEBUG:teuthology.orchestra.console.smithi163:power off output: Chassis Power Control: Down/Off 2023-12-07T02:33:05.274 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T02:33:05.283 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is on 2023-12-07T02:33:05.298 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is on 2023-12-07T02:33:07.119 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T02:33:07.119 INFO:teuthology.orchestra.run.smithi163.stdout:Installed products updated. 2023-12-07T02:33:07.120 INFO:teuthology.orchestra.run.smithi124.stdout:(6/6): ceph-test-19.0.0-37.gf0c32233.el8.x86_64 20 MB/s | 49 MB 00:02 2023-12-07T02:33:07.123 INFO:teuthology.orchestra.run.smithi124.stdout:-------------------------------------------------------------------------------- 2023-12-07T02:33:07.123 INFO:teuthology.orchestra.run.smithi124.stdout:Total 21 MB/s | 50 MB 00:02 2023-12-07T02:33:07.159 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction check 2023-12-07T02:33:07.181 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction check succeeded. 2023-12-07T02:33:07.181 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction test 2023-12-07T02:33:07.304 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T02:33:07.305 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-12-07T02:33:07.305 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-07T02:33:07.305 INFO:teuthology.orchestra.run.smithi163.stdout: libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T02:33:07.305 INFO:teuthology.orchestra.run.smithi163.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T02:33:07.305 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T02:33:07.305 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-07T02:33:07.446 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install ceph 2023-12-07T02:33:07.447 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction test succeeded. 2023-12-07T02:33:07.450 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction 2023-12-07T02:33:07.781 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-07T02:33:07.892 INFO:teuthology.orchestra.run.smithi124.stdout: Preparing : 1/1 2023-12-07T02:33:08.034 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T02:33:08.106 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T02:33:08.296 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T02:33:08.485 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T02:33:08.633 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T02:33:08.663 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 138 kB/s | 4.1 kB 00:00 2023-12-07T02:33:08.747 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T02:33:08.784 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 5/6 2023-12-07T02:33:09.255 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T02:33:09.284 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T02:33:09.299 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T02:33:09.366 DEBUG:teuthology.orchestra.console.smithi124:check power output: Chassis Power is on 2023-12-07T02:33:09.395 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is on 2023-12-07T02:33:09.410 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is on 2023-12-07T02:33:13.367 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T02:33:13.396 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T02:33:13.411 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T02:33:13.476 DEBUG:teuthology.orchestra.console.smithi124:check power output: Chassis Power is on 2023-12-07T02:33:13.506 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 5/6 2023-12-07T02:33:13.506 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is on 2023-12-07T02:33:13.520 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is off 2023-12-07T02:33:13.621 INFO:teuthology.orchestra.console.smithi163:Power off completed 2023-12-07T02:33:13.756 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 6/6 2023-12-07T02:33:17.478 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T02:33:17.508 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T02:33:17.588 DEBUG:teuthology.orchestra.console.smithi124:check power output: Chassis Power is off 2023-12-07T02:33:17.618 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is off 2023-12-07T02:33:17.689 INFO:teuthology.orchestra.console.smithi124:Power off completed 2023-12-07T02:33:17.719 INFO:teuthology.orchestra.console.smithi196:Power off completed 2023-12-07T02:33:17.824 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: 692.269921541214 failure_reason: 'Command failed on smithi196 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=0ba67afcf39e413ca930988a41929796 status: fail success: false 2023-12-07T02:33:17.824 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T02:33:17.893 INFO:teuthology.run:FAIL