2023-12-09T04:48:02.700 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-09T04:48:02.701 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/on mon_election/classic task/test_set_mon_crush_locations} --verbose --owner scheduled_yuriw@teuthology --name yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484896 -- /home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484896/orig.config.yaml 2023-12-09T04:48:02.733 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-09T04:48:02.808 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484896 branch: main description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/on mon_election/classic task/test_set_mon_crush_locations} email: yweinste@redhat.com first_in_suite: false job_id: '7484896' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: main ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 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: 4878 sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_9dcc13bb80dcc1cdea72b04d80505b4649a2b882/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 targets: smithi046.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi073.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi186.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 0x7f48cceddee0>, signals=[15]) 2023-12-09T04:48:03.361 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-09T04:48:03.367 INFO:teuthology.task.internal:Opening connections... 2023-12-09T04:48:03.367 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi046.front.sepia.ceph.com 2023-12-09T04:48:03.369 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T04:48:03.439 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi073.front.sepia.ceph.com 2023-12-09T04:48:03.439 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T04:48:03.506 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi186.front.sepia.ceph.com 2023-12-09T04:48:03.507 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T04:48:03.573 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-09T04:48:03.580 DEBUG:teuthology.orchestra.run.smithi046:> uname -m 2023-12-09T04:48:03.602 INFO:teuthology.orchestra.run.smithi046.stdout:x86_64 2023-12-09T04:48:03.602 DEBUG:teuthology.orchestra.run.smithi046:> cat /etc/os-release 2023-12-09T04:48:03.662 INFO:teuthology.orchestra.run.smithi046.stdout:NAME="Red Hat Enterprise Linux" 2023-12-09T04:48:03.662 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION="8.6 (Ootpa)" 2023-12-09T04:48:03.662 INFO:teuthology.orchestra.run.smithi046.stdout:ID="rhel" 2023-12-09T04:48:03.662 INFO:teuthology.orchestra.run.smithi046.stdout:ID_LIKE="fedora" 2023-12-09T04:48:03.662 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION_ID="8.6" 2023-12-09T04:48:03.663 INFO:teuthology.orchestra.run.smithi046.stdout:PLATFORM_ID="platform:el8" 2023-12-09T04:48:03.663 INFO:teuthology.orchestra.run.smithi046.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-09T04:48:03.663 INFO:teuthology.orchestra.run.smithi046.stdout:ANSI_COLOR="0;31" 2023-12-09T04:48:03.663 INFO:teuthology.orchestra.run.smithi046.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-09T04:48:03.663 INFO:teuthology.orchestra.run.smithi046.stdout:HOME_URL="https://www.redhat.com/" 2023-12-09T04:48:03.663 INFO:teuthology.orchestra.run.smithi046.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-09T04:48:03.663 INFO:teuthology.orchestra.run.smithi046.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-09T04:48:03.663 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-09T04:48:03.663 INFO:teuthology.orchestra.run.smithi046.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-09T04:48:03.663 INFO:teuthology.orchestra.run.smithi046.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-09T04:48:03.663 INFO:teuthology.orchestra.run.smithi046.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-09T04:48:03.663 INFO:teuthology.orchestra.run.smithi046.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-09T04:48:03.664 INFO:teuthology.lock.ops:Updating smithi046.front.sepia.ceph.com on lock server 2023-12-09T04:48:03.688 DEBUG:teuthology.orchestra.run.smithi073:> uname -m 2023-12-09T04:48:03.708 INFO:teuthology.orchestra.run.smithi073.stdout:x86_64 2023-12-09T04:48:03.708 DEBUG:teuthology.orchestra.run.smithi073:> cat /etc/os-release 2023-12-09T04:48:03.767 INFO:teuthology.orchestra.run.smithi073.stdout:NAME="Red Hat Enterprise Linux" 2023-12-09T04:48:03.767 INFO:teuthology.orchestra.run.smithi073.stdout:VERSION="8.6 (Ootpa)" 2023-12-09T04:48:03.767 INFO:teuthology.orchestra.run.smithi073.stdout:ID="rhel" 2023-12-09T04:48:03.767 INFO:teuthology.orchestra.run.smithi073.stdout:ID_LIKE="fedora" 2023-12-09T04:48:03.767 INFO:teuthology.orchestra.run.smithi073.stdout:VERSION_ID="8.6" 2023-12-09T04:48:03.767 INFO:teuthology.orchestra.run.smithi073.stdout:PLATFORM_ID="platform:el8" 2023-12-09T04:48:03.767 INFO:teuthology.orchestra.run.smithi073.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-09T04:48:03.767 INFO:teuthology.orchestra.run.smithi073.stdout:ANSI_COLOR="0;31" 2023-12-09T04:48:03.767 INFO:teuthology.orchestra.run.smithi073.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-09T04:48:03.768 INFO:teuthology.orchestra.run.smithi073.stdout:HOME_URL="https://www.redhat.com/" 2023-12-09T04:48:03.768 INFO:teuthology.orchestra.run.smithi073.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-09T04:48:03.768 INFO:teuthology.orchestra.run.smithi073.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-09T04:48:03.768 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-09T04:48:03.768 INFO:teuthology.orchestra.run.smithi073.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-09T04:48:03.768 INFO:teuthology.orchestra.run.smithi073.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-09T04:48:03.768 INFO:teuthology.orchestra.run.smithi073.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-09T04:48:03.768 INFO:teuthology.orchestra.run.smithi073.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-09T04:48:03.768 INFO:teuthology.lock.ops:Updating smithi073.front.sepia.ceph.com on lock server 2023-12-09T04:48:03.787 DEBUG:teuthology.orchestra.run.smithi186:> uname -m 2023-12-09T04:48:03.807 INFO:teuthology.orchestra.run.smithi186.stdout:x86_64 2023-12-09T04:48:03.808 DEBUG:teuthology.orchestra.run.smithi186:> cat /etc/os-release 2023-12-09T04:48:03.867 INFO:teuthology.orchestra.run.smithi186.stdout:NAME="Red Hat Enterprise Linux" 2023-12-09T04:48:03.867 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION="8.6 (Ootpa)" 2023-12-09T04:48:03.867 INFO:teuthology.orchestra.run.smithi186.stdout:ID="rhel" 2023-12-09T04:48:03.867 INFO:teuthology.orchestra.run.smithi186.stdout:ID_LIKE="fedora" 2023-12-09T04:48:03.867 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION_ID="8.6" 2023-12-09T04:48:03.867 INFO:teuthology.orchestra.run.smithi186.stdout:PLATFORM_ID="platform:el8" 2023-12-09T04:48:03.868 INFO:teuthology.orchestra.run.smithi186.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-09T04:48:03.868 INFO:teuthology.orchestra.run.smithi186.stdout:ANSI_COLOR="0;31" 2023-12-09T04:48:03.868 INFO:teuthology.orchestra.run.smithi186.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-09T04:48:03.868 INFO:teuthology.orchestra.run.smithi186.stdout:HOME_URL="https://www.redhat.com/" 2023-12-09T04:48:03.868 INFO:teuthology.orchestra.run.smithi186.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-09T04:48:03.868 INFO:teuthology.orchestra.run.smithi186.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-09T04:48:03.868 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-12-09T04:48:03.868 INFO:teuthology.orchestra.run.smithi186.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-09T04:48:03.868 INFO:teuthology.orchestra.run.smithi186.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-09T04:48:03.868 INFO:teuthology.orchestra.run.smithi186.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-09T04:48:03.868 INFO:teuthology.orchestra.run.smithi186.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-09T04:48:03.868 INFO:teuthology.lock.ops:Updating smithi186.front.sepia.ceph.com on lock server 2023-12-09T04:48:03.887 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-09T04:48:03.897 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-09T04:48:03.952 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-09T04:48:03.952 DEBUG:teuthology.orchestra.run.smithi046:> test '!' -e /home/ubuntu/cephtest 2023-12-09T04:48:03.955 DEBUG:teuthology.orchestra.run.smithi073:> test '!' -e /home/ubuntu/cephtest 2023-12-09T04:48:03.957 DEBUG:teuthology.orchestra.run.smithi186:> test '!' -e /home/ubuntu/cephtest 2023-12-09T04:48:03.976 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-09T04:48:03.982 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-09T04:48:03.982 DEBUG:teuthology.orchestra.run.smithi046:> test -z $(ls -A /var/lib/ceph) 2023-12-09T04:48:04.015 DEBUG:teuthology.orchestra.run.smithi073:> test -z $(ls -A /var/lib/ceph) 2023-12-09T04:48:04.017 DEBUG:teuthology.orchestra.run.smithi186:> test -z $(ls -A /var/lib/ceph) 2023-12-09T04:48:04.050 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-09T04:48:04.128 INFO:teuthology.run_tasks:Running task kernel... 2023-12-09T04:48:04.142 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-09T04:48:04.142 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-09T04:48:04.143 DEBUG:teuthology.orchestra.run.smithi046:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-09T04:48:04.143 DEBUG:teuthology.orchestra.run.smithi073:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-09T04:48:04.144 DEBUG:teuthology.orchestra.run.smithi186:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-09T04:48:04.162 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:48:04.162 DEBUG:teuthology.orchestra.run.smithi186:> uname -r 2023-12-09T04:48:04.163 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:48:04.164 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:48:04.164 DEBUG:teuthology.orchestra.run.smithi046:> uname -r 2023-12-09T04:48:04.165 DEBUG:teuthology.orchestra.run.smithi073:> uname -r 2023-12-09T04:48:04.221 INFO:teuthology.orchestra.run.smithi186.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-09T04:48:04.222 INFO:teuthology.task.kernel:Running kernel on smithi186: 4.18.0-372.9.1.el8.x86_64 2023-12-09T04:48:04.222 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum install -y kernel 2023-12-09T04:48:04.223 INFO:teuthology.orchestra.run.smithi073.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-09T04:48:04.223 INFO:teuthology.task.kernel:Running kernel on smithi073: 4.18.0-372.9.1.el8.x86_64 2023-12-09T04:48:04.224 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum install -y kernel 2023-12-09T04:48:04.225 INFO:teuthology.orchestra.run.smithi046.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-09T04:48:04.225 INFO:teuthology.task.kernel:Running kernel on smithi046: 4.18.0-372.9.1.el8.x86_64 2023-12-09T04:48:04.225 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum install -y kernel 2023-12-09T04:48:05.374 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-12-09T04:48:05.374 INFO:teuthology.orchestra.run.smithi186.stdout:Unable to read consumer identity 2023-12-09T04:48:05.503 INFO:teuthology.orchestra.run.smithi046.stdout:Updating Subscription Management repositories. 2023-12-09T04:48:05.504 INFO:teuthology.orchestra.run.smithi046.stdout:Unable to read consumer identity 2023-12-09T04:48:05.585 INFO:teuthology.orchestra.run.smithi073.stdout:Updating Subscription Management repositories. 2023-12-09T04:48:05.585 INFO:teuthology.orchestra.run.smithi073.stdout:Unable to read consumer identity 2023-12-09T04:48:06.797 INFO:teuthology.orchestra.run.smithi186.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-09T04:48:06.952 INFO:teuthology.orchestra.run.smithi046.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-09T04:48:07.140 INFO:teuthology.orchestra.run.smithi073.stdout:Copr repo for python3-asyncssh owned by ceph 14 kB/s | 3.5 kB 00:00 2023-12-09T04:48:07.581 INFO:teuthology.orchestra.run.smithi186.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2023-12-09T04:48:08.173 INFO:teuthology.orchestra.run.smithi073.stdout:Extra Packages for Enterprise Linux 16 MB/s | 16 MB 00:01 2023-12-09T04:48:08.603 INFO:teuthology.orchestra.run.smithi046.stdout:Extra Packages for Enterprise Linux 9.8 MB/s | 16 MB 00:01 2023-12-09T04:48:11.081 INFO:teuthology.orchestra.run.smithi186.stdout:lab-extras 585 kB/s | 24 kB 00:00 2023-12-09T04:48:11.749 INFO:teuthology.orchestra.run.smithi073.stdout:lab-extras 299 kB/s | 24 kB 00:00 2023-12-09T04:48:11.750 INFO:teuthology.orchestra.run.smithi186.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-09T04:48:11.808 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-12-09T04:48:11.809 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2023-12-09T04:48:11.809 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-12-09T04:48:11.912 DEBUG:teuthology.orchestra.run.smithi186:> echo no | sudo yum reinstall kernel || true 2023-12-09T04:48:12.243 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-12-09T04:48:12.243 INFO:teuthology.orchestra.run.smithi186.stdout:Unable to read consumer identity 2023-12-09T04:48:12.370 INFO:teuthology.orchestra.run.smithi046.stdout:lab-extras 543 kB/s | 24 kB 00:00 2023-12-09T04:48:12.476 INFO:teuthology.orchestra.run.smithi073.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-09T04:48:12.505 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:00:01 ago on Sat 09 Dec 2023 04:48:11 AM UTC. 2023-12-09T04:48:12.530 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2023-12-09T04:48:12.531 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2023-12-09T04:48:12.531 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2023-12-09T04:48:12.546 INFO:teuthology.orchestra.run.smithi186.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T04:48:12.585 INFO:teuthology.orchestra.run.smithi186.stderr:Error: No packages marked for reinstall. 2023-12-09T04:48:12.631 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum reinstall -y kernel || true 2023-12-09T04:48:12.685 DEBUG:teuthology.orchestra.run.smithi073:> echo no | sudo yum reinstall kernel || true 2023-12-09T04:48:12.960 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-12-09T04:48:12.961 INFO:teuthology.orchestra.run.smithi186.stdout:Unable to read consumer identity 2023-12-09T04:48:13.060 INFO:teuthology.orchestra.run.smithi073.stdout:Updating Subscription Management repositories. 2023-12-09T04:48:13.060 INFO:teuthology.orchestra.run.smithi073.stdout:Unable to read consumer identity 2023-12-09T04:48:13.068 INFO:teuthology.orchestra.run.smithi046.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-09T04:48:13.123 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2023-12-09T04:48:13.125 INFO:teuthology.orchestra.run.smithi046.stdout:Nothing to do. 2023-12-09T04:48:13.125 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2023-12-09T04:48:13.222 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:00:02 ago on Sat 09 Dec 2023 04:48:11 AM UTC. 2023-12-09T04:48:13.237 DEBUG:teuthology.orchestra.run.smithi046:> echo no | sudo yum reinstall kernel || true 2023-12-09T04:48:13.262 INFO:teuthology.orchestra.run.smithi186.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T04:48:13.287 INFO:teuthology.orchestra.run.smithi186.stderr:Error: No packages marked for reinstall. 2023-12-09T04:48:13.321 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:00:02 ago on Sat 09 Dec 2023 04:48:11 AM UTC. 2023-12-09T04:48:13.333 DEBUG:teuthology.orchestra.run.smithi186:> rpm -q kernel | sort -rV | head -n 1 2023-12-09T04:48:13.362 INFO:teuthology.orchestra.run.smithi073.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T04:48:13.401 INFO:teuthology.orchestra.run.smithi073.stderr:Error: No packages marked for reinstall. 2023-12-09T04:48:13.414 INFO:teuthology.orchestra.run.smithi186.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-09T04:48:13.414 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-09T04:48:13.414 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-09T04:48:13.414 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-09T04:48:13.414 DEBUG:teuthology.orchestra.run.smithi186:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-09T04:48:13.440 INFO:teuthology.orchestra.run.smithi186.stdout:ttyS1 2023-12-09T04:48:13.447 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum reinstall -y kernel || true 2023-12-09T04:48:13.452 DEBUG:teuthology.parallel:result is None 2023-12-09T04:48:13.590 INFO:teuthology.orchestra.run.smithi046.stdout:Updating Subscription Management repositories. 2023-12-09T04:48:13.590 INFO:teuthology.orchestra.run.smithi046.stdout:Unable to read consumer identity 2023-12-09T04:48:13.777 INFO:teuthology.orchestra.run.smithi073.stdout:Updating Subscription Management repositories. 2023-12-09T04:48:13.777 INFO:teuthology.orchestra.run.smithi073.stdout:Unable to read consumer identity 2023-12-09T04:48:13.864 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:00:01 ago on Sat 09 Dec 2023 04:48:12 AM UTC. 2023-12-09T04:48:13.910 INFO:teuthology.orchestra.run.smithi046.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T04:48:13.955 INFO:teuthology.orchestra.run.smithi046.stderr:Error: No packages marked for reinstall. 2023-12-09T04:48:14.002 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum reinstall -y kernel || true 2023-12-09T04:48:14.031 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:00:03 ago on Sat 09 Dec 2023 04:48:11 AM UTC. 2023-12-09T04:48:14.071 INFO:teuthology.orchestra.run.smithi073.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T04:48:14.104 INFO:teuthology.orchestra.run.smithi073.stderr:Error: No packages marked for reinstall. 2023-12-09T04:48:14.150 DEBUG:teuthology.orchestra.run.smithi073:> rpm -q kernel | sort -rV | head -n 1 2023-12-09T04:48:14.230 INFO:teuthology.orchestra.run.smithi073.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-09T04:48:14.231 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-09T04:48:14.231 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-09T04:48:14.231 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-09T04:48:14.231 DEBUG:teuthology.orchestra.run.smithi073:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-09T04:48:14.257 INFO:teuthology.orchestra.run.smithi073.stdout:ttyS1 2023-12-09T04:48:14.274 DEBUG:teuthology.parallel:result is None 2023-12-09T04:48:14.351 INFO:teuthology.orchestra.run.smithi046.stdout:Updating Subscription Management repositories. 2023-12-09T04:48:14.351 INFO:teuthology.orchestra.run.smithi046.stdout:Unable to read consumer identity 2023-12-09T04:48:14.619 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:00:02 ago on Sat 09 Dec 2023 04:48:12 AM UTC. 2023-12-09T04:48:14.662 INFO:teuthology.orchestra.run.smithi046.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T04:48:14.691 INFO:teuthology.orchestra.run.smithi046.stderr:Error: No packages marked for reinstall. 2023-12-09T04:48:14.739 DEBUG:teuthology.orchestra.run.smithi046:> rpm -q kernel | sort -rV | head -n 1 2023-12-09T04:48:14.822 INFO:teuthology.orchestra.run.smithi046.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-09T04:48:14.823 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-09T04:48:14.823 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-09T04:48:14.823 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-09T04:48:14.823 DEBUG:teuthology.orchestra.run.smithi046:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-09T04:48:14.856 INFO:teuthology.orchestra.run.smithi046.stdout:ttyS1 2023-12-09T04:48:14.872 DEBUG:teuthology.parallel:result is None 2023-12-09T04:48:14.873 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-09T04:48:14.881 INFO:teuthology.task.internal:Creating test directory... 2023-12-09T04:48:14.882 DEBUG:teuthology.orchestra.run.smithi046:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-09T04:48:14.917 DEBUG:teuthology.orchestra.run.smithi073:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-09T04:48:14.919 DEBUG:teuthology.orchestra.run.smithi186:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-09T04:48:14.939 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-09T04:48:14.946 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-09T04:48:14.953 INFO:teuthology.task.internal:Creating archive directory... 2023-12-09T04:48:14.954 DEBUG:teuthology.orchestra.run.smithi046:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-09T04:48:14.972 DEBUG:teuthology.orchestra.run.smithi073:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-09T04:48:14.977 DEBUG:teuthology.orchestra.run.smithi186:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-09T04:48:15.014 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-09T04:48:15.020 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-09T04:48:15.020 DEBUG:teuthology.orchestra.run.smithi046:> 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-09T04:48:15.030 DEBUG:teuthology.orchestra.run.smithi073:> 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-09T04:48:15.052 DEBUG:teuthology.orchestra.run.smithi186:> 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-09T04:48:15.056 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T04:48:15.066 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T04:48:15.077 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T04:48:15.088 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T04:48:15.093 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T04:48:15.105 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T04:48:15.106 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-09T04:48:15.113 INFO:teuthology.task.internal:Configuring sudo... 2023-12-09T04:48:15.113 DEBUG:teuthology.orchestra.run.smithi046:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-09T04:48:15.115 DEBUG:teuthology.orchestra.run.smithi073:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-09T04:48:15.131 DEBUG:teuthology.orchestra.run.smithi186:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-09T04:48:15.175 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-09T04:48:15.183 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-09T04:48:15.183 DEBUG:teuthology.orchestra.run.smithi046:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-09T04:48:15.185 DEBUG:teuthology.orchestra.run.smithi073:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-09T04:48:15.198 DEBUG:teuthology.orchestra.run.smithi186:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-09T04:48:15.233 DEBUG:teuthology.orchestra.run.smithi046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T04:48:15.287 DEBUG:teuthology.orchestra.run.smithi046:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T04:48:15.332 DEBUG:teuthology.orchestra.run.smithi046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T04:48:15.417 DEBUG:teuthology.orchestra.run.smithi046:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T04:48:15.464 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2023-12-09T04:48:15.464 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-09T04:48:15.534 DEBUG:teuthology.orchestra.run.smithi073:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T04:48:15.578 DEBUG:teuthology.orchestra.run.smithi073:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T04:48:15.625 DEBUG:teuthology.orchestra.run.smithi073:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T04:48:15.710 DEBUG:teuthology.orchestra.run.smithi073:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T04:48:15.751 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-09T04:48:15.752 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-09T04:48:15.818 DEBUG:teuthology.orchestra.run.smithi186:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T04:48:15.869 DEBUG:teuthology.orchestra.run.smithi186:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T04:48:15.922 DEBUG:teuthology.orchestra.run.smithi186:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T04:48:16.008 DEBUG:teuthology.orchestra.run.smithi186:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T04:48:16.053 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2023-12-09T04:48:16.053 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-09T04:48:16.122 DEBUG:teuthology.orchestra.run.smithi046:> sudo service rsyslog restart 2023-12-09T04:48:16.125 DEBUG:teuthology.orchestra.run.smithi073:> sudo service rsyslog restart 2023-12-09T04:48:16.127 DEBUG:teuthology.orchestra.run.smithi186:> sudo service rsyslog restart 2023-12-09T04:48:16.185 INFO:teuthology.orchestra.run.smithi046.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T04:48:16.187 INFO:teuthology.orchestra.run.smithi073.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T04:48:16.215 INFO:teuthology.orchestra.run.smithi186.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T04:48:16.571 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-09T04:48:16.582 INFO:teuthology.task.internal:Starting timer... 2023-12-09T04:48:16.582 INFO:teuthology.run_tasks:Running task pcp... 2023-12-09T04:48:16.591 INFO:teuthology.run_tasks:Running task selinux... 2023-12-09T04:48:16.600 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-09T04:48:16.600 DEBUG:teuthology.orchestra.run.smithi046:> sudo service auditd rotate 2023-12-09T04:48:16.659 INFO:teuthology.orchestra.run.smithi046.stdout:Rotating logs: 2023-12-09T04:48:16.661 DEBUG:teuthology.orchestra.run.smithi073:> sudo service auditd rotate 2023-12-09T04:48:16.724 INFO:teuthology.orchestra.run.smithi073.stdout:Rotating logs: 2023-12-09T04:48:16.726 DEBUG:teuthology.orchestra.run.smithi186:> sudo service auditd rotate 2023-12-09T04:48:16.779 INFO:teuthology.orchestra.run.smithi186.stdout:Rotating logs: 2023-12-09T04:48:16.781 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-09T04:48:16.781 DEBUG:teuthology.orchestra.run.smithi046:> /usr/sbin/getenforce 2023-12-09T04:48:16.803 INFO:teuthology.orchestra.run.smithi046.stdout:Permissive 2023-12-09T04:48:16.804 DEBUG:teuthology.orchestra.run.smithi073:> /usr/sbin/getenforce 2023-12-09T04:48:16.826 INFO:teuthology.orchestra.run.smithi073.stdout:Permissive 2023-12-09T04:48:16.826 DEBUG:teuthology.orchestra.run.smithi186:> /usr/sbin/getenforce 2023-12-09T04:48:16.852 INFO:teuthology.orchestra.run.smithi186.stdout:Permissive 2023-12-09T04:48:16.853 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi046.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi073.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi186.front.sepia.ceph.com': 'permissive'} 2023-12-09T04:48:16.853 DEBUG:teuthology.orchestra.run.smithi046:> 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-09T04:48:16.880 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:48:16.881 DEBUG:teuthology.orchestra.run.smithi073:> 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-09T04:48:16.907 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:48:16.908 DEBUG:teuthology.orchestra.run.smithi186:> 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-09T04:48:16.935 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:48:16.935 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-09T04:48:16.936 DEBUG:teuthology.orchestra.run.smithi046:> sudo /usr/sbin/setenforce permissive 2023-12-09T04:48:16.965 DEBUG:teuthology.orchestra.run.smithi073:> sudo /usr/sbin/setenforce permissive 2023-12-09T04:48:16.991 DEBUG:teuthology.orchestra.run.smithi186:> sudo /usr/sbin/setenforce permissive 2023-12-09T04:48:17.018 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-09T04:48:17.028 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-09T04:48:17.028 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-09T04:48:17.046 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-09T04:48:17.047 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi046.front.sepia.ceph.com,smithi073.front.sepia.ceph.com,smithi186.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-09T04:57:33.309 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi046.front.sepia.ceph.com'), Remote(name='ubuntu@smithi073.front.sepia.ceph.com'), Remote(name='ubuntu@smithi186.front.sepia.ceph.com')] 2023-12-09T04:57:33.310 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2023-12-09T04:57:33.311 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T04:57:33.383 DEBUG:teuthology.orchestra.run.smithi046:> true 2023-12-09T04:57:33.452 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi046.front.sepia.ceph.com' 2023-12-09T04:57:33.453 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-12-09T04:57:33.453 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T04:57:33.523 DEBUG:teuthology.orchestra.run.smithi073:> true 2023-12-09T04:57:33.593 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-12-09T04:57:33.594 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2023-12-09T04:57:33.594 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T04:57:33.703 DEBUG:teuthology.orchestra.run.smithi186:> true 2023-12-09T04:57:33.730 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi186.front.sepia.ceph.com' 2023-12-09T04:57:33.731 INFO:teuthology.run_tasks:Running task clock... 2023-12-09T04:57:33.744 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-09T04:57:33.744 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-09T04:57:33.744 DEBUG:teuthology.orchestra.run.smithi046:> 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-09T04:57:33.747 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-09T04:57:33.747 DEBUG:teuthology.orchestra.run.smithi073:> 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-09T04:57:33.749 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-09T04:57:33.749 DEBUG:teuthology.orchestra.run.smithi186:> 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-09T04:57:33.782 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-09T04:57:33.783 INFO:teuthology.orchestra.run.smithi046.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-09T04:57:33.796 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-09T04:57:33.799 INFO:teuthology.orchestra.run.smithi046.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-09T04:57:33.804 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-09T04:57:33.820 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-09T04:57:33.864 INFO:teuthology.orchestra.run.smithi073.stderr:sudo: ntpd: command not found 2023-12-09T04:57:33.869 INFO:teuthology.orchestra.run.smithi046.stderr:sudo: ntpd: command not found 2023-12-09T04:57:33.876 INFO:teuthology.orchestra.run.smithi073.stdout:506 Cannot talk to daemon 2023-12-09T04:57:33.882 INFO:teuthology.orchestra.run.smithi046.stdout:506 Cannot talk to daemon 2023-12-09T04:57:33.883 INFO:teuthology.orchestra.run.smithi186.stderr:sudo: ntpd: command not found 2023-12-09T04:57:33.891 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-09T04:57:33.895 INFO:teuthology.orchestra.run.smithi186.stdout:506 Cannot talk to daemon 2023-12-09T04:57:33.897 INFO:teuthology.orchestra.run.smithi046.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-09T04:57:33.905 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-09T04:57:33.909 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-09T04:57:33.913 INFO:teuthology.orchestra.run.smithi046.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-09T04:57:33.923 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-09T04:57:33.977 INFO:teuthology.orchestra.run.smithi073.stderr:bash: ntpq: command not found 2023-12-09T04:57:33.981 INFO:teuthology.orchestra.run.smithi073.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T04:57:33.981 INFO:teuthology.orchestra.run.smithi073.stdout:=============================================================================== 2023-12-09T04:57:33.981 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:57:33.981 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:57:33.981 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:57:33.982 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:57:33.987 INFO:teuthology.orchestra.run.smithi046.stderr:bash: ntpq: command not found 2023-12-09T04:57:33.988 INFO:teuthology.orchestra.run.smithi186.stderr:bash: ntpq: command not found 2023-12-09T04:57:33.990 INFO:teuthology.orchestra.run.smithi046.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T04:57:33.991 INFO:teuthology.orchestra.run.smithi046.stdout:=============================================================================== 2023-12-09T04:57:33.991 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:57:33.991 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:57:33.991 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:57:33.991 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:57:33.992 INFO:teuthology.orchestra.run.smithi186.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T04:57:33.992 INFO:teuthology.orchestra.run.smithi186.stdout:=============================================================================== 2023-12-09T04:57:33.992 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:57:33.992 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:57:33.993 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:57:33.993 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:57:33.993 INFO:teuthology.run_tasks:Running task pexec... 2023-12-09T04:57:34.007 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-09T04:57:34.007 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi046.front.sepia.ceph.com 2023-12-09T04:57:34.008 DEBUG:teuthology.orchestra.run.smithi046:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-09T04:57:34.008 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi073.front.sepia.ceph.com 2023-12-09T04:57:34.008 DEBUG:teuthology.orchestra.run.smithi073:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-09T04:57:34.009 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi186.front.sepia.ceph.com 2023-12-09T04:57:34.009 DEBUG:teuthology.orchestra.run.smithi186:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-09T04:57:34.394 INFO:teuthology.orchestra.run.smithi073.stdout:Updating Subscription Management repositories. 2023-12-09T04:57:34.407 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-12-09T04:57:34.424 INFO:teuthology.orchestra.run.smithi046.stdout:Updating Subscription Management repositories. 2023-12-09T04:57:35.116 INFO:teuthology.orchestra.run.smithi073.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 129 kB/s | 4.5 kB 00:00 2023-12-09T04:57:35.138 INFO:teuthology.orchestra.run.smithi186.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 132 kB/s | 4.5 kB 00:00 2023-12-09T04:57:35.147 INFO:teuthology.orchestra.run.smithi046.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 117 kB/s | 4.5 kB 00:00 2023-12-09T04:57:35.425 INFO:teuthology.orchestra.run.smithi073.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 113 kB/s | 4.1 kB 00:00 2023-12-09T04:57:35.445 INFO:teuthology.orchestra.run.smithi186.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 122 kB/s | 4.1 kB 00:00 2023-12-09T04:57:35.461 INFO:teuthology.orchestra.run.smithi046.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 116 kB/s | 4.1 kB 00:00 2023-12-09T04:57:37.301 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2023-12-09T04:57:37.302 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2023-12-09T04:57:37.302 INFO:teuthology.orchestra.run.smithi073.stdout: Package Architecture Version Repository Size 2023-12-09T04:57:37.302 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2023-12-09T04:57:37.302 INFO:teuthology.orchestra.run.smithi073.stdout:Resetting modules: 2023-12-09T04:57:37.302 INFO:teuthology.orchestra.run.smithi073.stdout: container-tools 2023-12-09T04:57:37.302 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-09T04:57:37.302 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2023-12-09T04:57:37.302 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2023-12-09T04:57:37.302 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-09T04:57:37.433 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-12-09T04:57:37.434 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-12-09T04:57:37.434 INFO:teuthology.orchestra.run.smithi186.stdout: Package Architecture Version Repository Size 2023-12-09T04:57:37.434 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-12-09T04:57:37.434 INFO:teuthology.orchestra.run.smithi186.stdout:Resetting modules: 2023-12-09T04:57:37.434 INFO:teuthology.orchestra.run.smithi186.stdout: container-tools 2023-12-09T04:57:37.434 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-12-09T04:57:37.434 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2023-12-09T04:57:37.434 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2023-12-09T04:57:37.434 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-12-09T04:57:37.567 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2023-12-09T04:57:37.568 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2023-12-09T04:57:37.568 INFO:teuthology.orchestra.run.smithi046.stdout: Package Architecture Version Repository Size 2023-12-09T04:57:37.568 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2023-12-09T04:57:37.568 INFO:teuthology.orchestra.run.smithi046.stdout:Resetting modules: 2023-12-09T04:57:37.569 INFO:teuthology.orchestra.run.smithi046.stdout: container-tools 2023-12-09T04:57:37.569 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-09T04:57:37.569 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2023-12-09T04:57:37.569 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2023-12-09T04:57:37.569 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-09T04:57:41.157 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2023-12-09T04:57:41.621 INFO:teuthology.orchestra.run.smithi073.stdout:Updating Subscription Management repositories. 2023-12-09T04:57:41.676 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-12-09T04:57:41.851 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2023-12-09T04:57:42.126 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-12-09T04:57:42.302 INFO:teuthology.orchestra.run.smithi073.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 121 kB/s | 4.5 kB 00:00 2023-12-09T04:57:42.356 INFO:teuthology.orchestra.run.smithi046.stdout:Updating Subscription Management repositories. 2023-12-09T04:57:42.600 INFO:teuthology.orchestra.run.smithi073.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 153 kB/s | 4.1 kB 00:00 2023-12-09T04:57:42.781 INFO:teuthology.orchestra.run.smithi186.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 129 kB/s | 4.5 kB 00:00 2023-12-09T04:57:43.058 INFO:teuthology.orchestra.run.smithi046.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 115 kB/s | 4.5 kB 00:00 2023-12-09T04:57:43.083 INFO:teuthology.orchestra.run.smithi186.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 147 kB/s | 4.1 kB 00:00 2023-12-09T04:57:43.373 INFO:teuthology.orchestra.run.smithi046.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 139 kB/s | 4.1 kB 00:00 2023-12-09T04:57:44.484 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2023-12-09T04:57:44.578 INFO:teuthology.orchestra.run.smithi073.stdout:============================================================================================================ 2023-12-09T04:57:44.578 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2023-12-09T04:57:44.578 INFO:teuthology.orchestra.run.smithi073.stdout:============================================================================================================ 2023-12-09T04:57:44.578 INFO:teuthology.orchestra.run.smithi073.stdout:Installing group/module packages: 2023-12-09T04:57:44.578 INFO:teuthology.orchestra.run.smithi073.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-09T04:57:44.578 INFO:teuthology.orchestra.run.smithi073.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-09T04:57:44.579 INFO:teuthology.orchestra.run.smithi073.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-09T04:57:44.579 INFO:teuthology.orchestra.run.smithi073.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-09T04:57:44.579 INFO:teuthology.orchestra.run.smithi073.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-09T04:57:44.579 INFO:teuthology.orchestra.run.smithi073.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-09T04:57:44.579 INFO:teuthology.orchestra.run.smithi073.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-09T04:57:44.579 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2023-12-09T04:57:44.579 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-09T04:57:44.579 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-09T04:57:44.579 INFO:teuthology.orchestra.run.smithi073.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-09T04:57:44.579 INFO:teuthology.orchestra.run.smithi073.stdout:Installing module profiles: 2023-12-09T04:57:44.579 INFO:teuthology.orchestra.run.smithi073.stdout: container-tools/common 2023-12-09T04:57:44.579 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-09T04:57:44.579 INFO:teuthology.orchestra.run.smithi073.stdout:Enabling module streams: 2023-12-09T04:57:44.579 INFO:teuthology.orchestra.run.smithi073.stdout: container-tools rhel8 2023-12-09T04:57:44.580 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-09T04:57:44.580 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2023-12-09T04:57:44.580 INFO:teuthology.orchestra.run.smithi073.stdout:============================================================================================================ 2023-12-09T04:57:44.580 INFO:teuthology.orchestra.run.smithi073.stdout:Install 10 Packages 2023-12-09T04:57:44.580 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-09T04:57:44.580 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 18 M 2023-12-09T04:57:44.580 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 65 M 2023-12-09T04:57:44.580 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2023-12-09T04:57:44.665 INFO:teuthology.orchestra.run.smithi073.stdout:(1/10): yajl-2.1.0-10.el8.x86_64.rpm 480 kB/s | 41 kB 00:00 2023-12-09T04:57:44.691 INFO:teuthology.orchestra.run.smithi073.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 226 kB/s | 25 kB 00:00 2023-12-09T04:57:44.716 INFO:teuthology.orchestra.run.smithi073.stdout:(3/10): python3-pyxdg-0.25-16.el8.noarch.rpm 693 kB/s | 94 kB 00:00 2023-12-09T04:57:44.741 INFO:teuthology.orchestra.run.smithi073.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 654 kB/s | 49 kB 00:00 2023-12-09T04:57:44.775 INFO:teuthology.orchestra.run.smithi073.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.1 MB/s | 524 kB 00:00 2023-12-09T04:57:44.800 INFO:teuthology.orchestra.run.smithi073.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-12-09T04:57:44.842 INFO:teuthology.orchestra.run.smithi073.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 3.1 MB/s | 213 kB 00:00 2023-12-09T04:57:44.959 INFO:teuthology.orchestra.run.smithi073.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 19 MB/s | 2.2 MB 00:00 2023-12-09T04:57:45.059 INFO:teuthology.orchestra.run.smithi073.stdout:(9/10): buildah-1.26.2-1.module+el8.6.0+16771+2 23 MB/s | 8.0 MB 00:00 2023-12-09T04:57:45.091 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-12-09T04:57:45.142 INFO:teuthology.orchestra.run.smithi073.stdout:(10/10): skopeo-1.9.1-1.module+el8.6.0+16771+28 20 MB/s | 7.0 MB 00:00 2023-12-09T04:57:45.143 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2023-12-09T04:57:45.143 INFO:teuthology.orchestra.run.smithi073.stdout:Total 32 MB/s | 18 MB 00:00 2023-12-09T04:57:45.183 INFO:teuthology.orchestra.run.smithi186.stdout:============================================================================================================ 2023-12-09T04:57:45.183 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2023-12-09T04:57:45.183 INFO:teuthology.orchestra.run.smithi186.stdout:============================================================================================================ 2023-12-09T04:57:45.183 INFO:teuthology.orchestra.run.smithi186.stdout:Installing group/module packages: 2023-12-09T04:57:45.183 INFO:teuthology.orchestra.run.smithi186.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-09T04:57:45.183 INFO:teuthology.orchestra.run.smithi186.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-09T04:57:45.183 INFO:teuthology.orchestra.run.smithi186.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-09T04:57:45.183 INFO:teuthology.orchestra.run.smithi186.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-09T04:57:45.183 INFO:teuthology.orchestra.run.smithi186.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-09T04:57:45.183 INFO:teuthology.orchestra.run.smithi186.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-09T04:57:45.184 INFO:teuthology.orchestra.run.smithi186.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-09T04:57:45.184 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2023-12-09T04:57:45.184 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-09T04:57:45.184 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-09T04:57:45.184 INFO:teuthology.orchestra.run.smithi186.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-09T04:57:45.184 INFO:teuthology.orchestra.run.smithi186.stdout:Installing module profiles: 2023-12-09T04:57:45.184 INFO:teuthology.orchestra.run.smithi186.stdout: container-tools/common 2023-12-09T04:57:45.184 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-12-09T04:57:45.184 INFO:teuthology.orchestra.run.smithi186.stdout:Enabling module streams: 2023-12-09T04:57:45.184 INFO:teuthology.orchestra.run.smithi186.stdout: container-tools rhel8 2023-12-09T04:57:45.184 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-12-09T04:57:45.184 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2023-12-09T04:57:45.184 INFO:teuthology.orchestra.run.smithi186.stdout:============================================================================================================ 2023-12-09T04:57:45.184 INFO:teuthology.orchestra.run.smithi186.stdout:Install 10 Packages 2023-12-09T04:57:45.184 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-12-09T04:57:45.185 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 18 M 2023-12-09T04:57:45.185 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 65 M 2023-12-09T04:57:45.185 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2023-12-09T04:57:45.271 INFO:teuthology.orchestra.run.smithi186.stdout:(1/10): yajl-2.1.0-10.el8.x86_64.rpm 476 kB/s | 41 kB 00:00 2023-12-09T04:57:45.296 INFO:teuthology.orchestra.run.smithi186.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 224 kB/s | 25 kB 00:00 2023-12-09T04:57:45.344 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2023-12-09T04:57:45.346 INFO:teuthology.orchestra.run.smithi186.stdout:(3/10): udica-0.2.6-4.module+el8.6.0+16771+28df 657 kB/s | 49 kB 00:00 2023-12-09T04:57:45.363 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2023-12-09T04:57:45.363 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2023-12-09T04:57:45.372 INFO:teuthology.orchestra.run.smithi186.stdout:(4/10): python3-pyxdg-0.25-16.el8.noarch.rpm 503 kB/s | 94 kB 00:00 2023-12-09T04:57:45.406 INFO:teuthology.orchestra.run.smithi186.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 4.7 MB/s | 524 kB 00:00 2023-12-09T04:57:45.439 INFO:teuthology.orchestra.run.smithi186.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.2 MB/s | 149 kB 00:00 2023-12-09T04:57:45.465 INFO:teuthology.orchestra.run.smithi186.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 3.5 MB/s | 213 kB 00:00 2023-12-09T04:57:45.525 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2023-12-09T04:57:45.546 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2023-12-09T04:57:45.550 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2023-12-09T04:57:45.565 INFO:teuthology.orchestra.run.smithi186.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-09T04:57:45.624 INFO:teuthology.orchestra.run.smithi046.stdout:============================================================================================================ 2023-12-09T04:57:45.624 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2023-12-09T04:57:45.624 INFO:teuthology.orchestra.run.smithi046.stdout:============================================================================================================ 2023-12-09T04:57:45.624 INFO:teuthology.orchestra.run.smithi046.stdout:Installing group/module packages: 2023-12-09T04:57:45.624 INFO:teuthology.orchestra.run.smithi046.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-09T04:57:45.624 INFO:teuthology.orchestra.run.smithi046.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-09T04:57:45.624 INFO:teuthology.orchestra.run.smithi046.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-09T04:57:45.624 INFO:teuthology.orchestra.run.smithi046.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-09T04:57:45.624 INFO:teuthology.orchestra.run.smithi046.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-09T04:57:45.624 INFO:teuthology.orchestra.run.smithi046.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-09T04:57:45.624 INFO:teuthology.orchestra.run.smithi046.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-09T04:57:45.624 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2023-12-09T04:57:45.625 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-09T04:57:45.625 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-09T04:57:45.625 INFO:teuthology.orchestra.run.smithi046.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-09T04:57:45.625 INFO:teuthology.orchestra.run.smithi046.stdout:Installing module profiles: 2023-12-09T04:57:45.625 INFO:teuthology.orchestra.run.smithi046.stdout: container-tools/common 2023-12-09T04:57:45.625 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-09T04:57:45.625 INFO:teuthology.orchestra.run.smithi046.stdout:Enabling module streams: 2023-12-09T04:57:45.625 INFO:teuthology.orchestra.run.smithi046.stdout: container-tools rhel8 2023-12-09T04:57:45.625 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-09T04:57:45.625 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2023-12-09T04:57:45.625 INFO:teuthology.orchestra.run.smithi046.stdout:============================================================================================================ 2023-12-09T04:57:45.625 INFO:teuthology.orchestra.run.smithi046.stdout:Install 10 Packages 2023-12-09T04:57:45.625 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-09T04:57:45.626 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 18 M 2023-12-09T04:57:45.626 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 65 M 2023-12-09T04:57:45.626 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2023-12-09T04:57:45.682 INFO:teuthology.orchestra.run.smithi186.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 29 MB/s | 7.0 MB 00:00 2023-12-09T04:57:45.743 INFO:teuthology.orchestra.run.smithi046.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 803 kB/s | 94 kB 00:00 2023-12-09T04:57:45.769 INFO:teuthology.orchestra.run.smithi046.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 174 kB/s | 25 kB 00:00 2023-12-09T04:57:45.773 INFO:teuthology.orchestra.run.smithi186.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 19 MB/s | 8.0 MB 00:00 2023-12-09T04:57:45.774 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2023-12-09T04:57:45.774 INFO:teuthology.orchestra.run.smithi186.stdout:Total 31 MB/s | 18 MB 00:00 2023-12-09T04:57:45.794 INFO:teuthology.orchestra.run.smithi046.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 244 kB/s | 41 kB 00:00 2023-12-09T04:57:45.819 INFO:teuthology.orchestra.run.smithi046.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 653 kB/s | 49 kB 00:00 2023-12-09T04:57:45.854 INFO:teuthology.orchestra.run.smithi046.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.1 MB/s | 524 kB 00:00 2023-12-09T04:57:45.878 INFO:teuthology.orchestra.run.smithi046.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-12-09T04:57:45.912 INFO:teuthology.orchestra.run.smithi046.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 3.5 MB/s | 213 kB 00:00 2023-12-09T04:57:45.978 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2023-12-09T04:57:45.998 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2023-12-09T04:57:45.998 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2023-12-09T04:57:46.004 INFO:teuthology.orchestra.run.smithi046.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 24 MB/s | 2.2 MB 00:00 2023-12-09T04:57:46.090 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2023-12-09T04:57:46.146 INFO:teuthology.orchestra.run.smithi046.stdout:(9/10): buildah-1.26.2-1.module+el8.6.0+16771+2 23 MB/s | 8.0 MB 00:00 2023-12-09T04:57:46.180 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2023-12-09T04:57:46.184 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2023-12-09T04:57:46.254 INFO:teuthology.orchestra.run.smithi046.stdout:(10/10): skopeo-1.9.1-1.module+el8.6.0+16771+28 19 MB/s | 7.0 MB 00:00 2023-12-09T04:57:46.255 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2023-12-09T04:57:46.255 INFO:teuthology.orchestra.run.smithi046.stdout:Total 29 MB/s | 18 MB 00:00 2023-12-09T04:57:46.257 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-09T04:57:46.464 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2023-12-09T04:57:46.468 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-09T04:57:46.484 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2023-12-09T04:57:46.484 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2023-12-09T04:57:46.678 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2023-12-09T04:57:46.682 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2023-12-09T04:57:46.696 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-09T04:57:46.697 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2023-12-09T04:57:46.866 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-09T04:57:46.929 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-09T04:57:47.019 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-09T04:57:47.197 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-09T04:57:47.198 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2023-12-09T04:57:47.287 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-09T04:57:47.387 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-09T04:57:47.413 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-09T04:57:47.548 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-09T04:57:47.748 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-09T04:57:47.771 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-09T04:57:47.976 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-09T04:57:48.066 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-09T04:57:48.373 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-09T04:57:48.562 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-09T04:57:48.978 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-09T04:57:49.162 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-09T04:57:49.241 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-09T04:57:49.420 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-09T04:57:49.434 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-09T04:57:49.602 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-09T04:57:49.633 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-09T04:57:49.843 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-09T04:57:49.892 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-09T04:57:49.892 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-09T04:57:49.892 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-09T04:57:49.892 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-09T04:57:49.892 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-09T04:57:49.892 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-09T04:57:49.892 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-09T04:57:49.892 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-09T04:57:49.893 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-09T04:57:49.893 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-09T04:57:50.020 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-09T04:57:50.042 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-09T04:57:50.268 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-09T04:57:50.268 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-09T04:57:50.268 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-09T04:57:50.268 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-09T04:57:50.269 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-09T04:57:50.269 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-09T04:57:50.269 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-09T04:57:50.269 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-09T04:57:50.269 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-09T04:57:50.269 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-09T04:57:50.271 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-09T04:57:50.438 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-09T04:57:50.641 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-09T04:57:50.913 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-09T04:57:50.914 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-09T04:57:50.914 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-09T04:57:50.914 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-09T04:57:50.914 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-09T04:57:50.914 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-09T04:57:50.914 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-09T04:57:50.914 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-09T04:57:50.914 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-09T04:57:50.914 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-09T04:57:54.248 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-09T04:57:54.248 INFO:teuthology.orchestra.run.smithi073.stdout:Installed products updated. 2023-12-09T04:57:54.448 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-09T04:57:54.448 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2023-12-09T04:57:54.448 INFO:teuthology.orchestra.run.smithi073.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T04:57:54.448 INFO:teuthology.orchestra.run.smithi073.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-09T04:57:54.449 INFO:teuthology.orchestra.run.smithi073.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T04:57:54.449 INFO:teuthology.orchestra.run.smithi073.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-09T04:57:54.449 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-09T04:57:54.449 INFO:teuthology.orchestra.run.smithi073.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-09T04:57:54.449 INFO:teuthology.orchestra.run.smithi073.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T04:57:54.449 INFO:teuthology.orchestra.run.smithi073.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T04:57:54.449 INFO:teuthology.orchestra.run.smithi073.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-09T04:57:54.449 INFO:teuthology.orchestra.run.smithi073.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-09T04:57:54.449 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-09T04:57:54.449 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2023-12-09T04:57:54.621 DEBUG:teuthology.parallel:result is None 2023-12-09T04:57:54.780 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-09T04:57:54.780 INFO:teuthology.orchestra.run.smithi186.stdout:Installed products updated. 2023-12-09T04:57:54.976 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-12-09T04:57:54.976 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2023-12-09T04:57:54.976 INFO:teuthology.orchestra.run.smithi186.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T04:57:54.976 INFO:teuthology.orchestra.run.smithi186.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-09T04:57:54.976 INFO:teuthology.orchestra.run.smithi186.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T04:57:54.977 INFO:teuthology.orchestra.run.smithi186.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-09T04:57:54.977 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-09T04:57:54.977 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-09T04:57:54.977 INFO:teuthology.orchestra.run.smithi186.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T04:57:54.977 INFO:teuthology.orchestra.run.smithi186.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T04:57:54.977 INFO:teuthology.orchestra.run.smithi186.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-09T04:57:54.977 INFO:teuthology.orchestra.run.smithi186.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-09T04:57:54.978 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-12-09T04:57:54.978 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-12-09T04:57:55.114 DEBUG:teuthology.parallel:result is None 2023-12-09T04:57:55.222 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-09T04:57:55.222 INFO:teuthology.orchestra.run.smithi046.stdout:Installed products updated. 2023-12-09T04:57:55.433 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-09T04:57:55.434 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2023-12-09T04:57:55.434 INFO:teuthology.orchestra.run.smithi046.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T04:57:55.434 INFO:teuthology.orchestra.run.smithi046.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-09T04:57:55.434 INFO:teuthology.orchestra.run.smithi046.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T04:57:55.434 INFO:teuthology.orchestra.run.smithi046.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-09T04:57:55.434 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-09T04:57:55.434 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-09T04:57:55.434 INFO:teuthology.orchestra.run.smithi046.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T04:57:55.434 INFO:teuthology.orchestra.run.smithi046.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T04:57:55.434 INFO:teuthology.orchestra.run.smithi046.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-09T04:57:55.434 INFO:teuthology.orchestra.run.smithi046.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-09T04:57:55.434 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-09T04:57:55.434 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2023-12-09T04:57:55.580 DEBUG:teuthology.parallel:result is None 2023-12-09T04:57:55.580 INFO:teuthology.run_tasks:Running task install... 2023-12-09T04:57:55.590 DEBUG:teuthology.task.install:project ceph 2023-12-09T04:57:55.590 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '9dcc13bb80dcc1cdea72b04d80505b4649a2b882'}} 2023-12-09T04:57:55.590 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '9dcc13bb80dcc1cdea72b04d80505b4649a2b882'} 2023-12-09T04:57:55.590 INFO:teuthology.task.install:Using flavor: default 2023-12-09T04:57:55.597 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-09T04:57:55.597 INFO:teuthology.task.install:extra packages: [] 2023-12-09T04:57:55.597 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': '9dcc13bb80dcc1cdea72b04d80505b4649a2b882', 'tag': None, 'wait_for_package': False} 2023-12-09T04:57:55.598 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T04:57:55.599 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': '9dcc13bb80dcc1cdea72b04d80505b4649a2b882', 'tag': None, 'wait_for_package': False} 2023-12-09T04:57:55.600 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T04:57:55.601 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': '9dcc13bb80dcc1cdea72b04d80505b4649a2b882', 'tag': None, 'wait_for_package': False} 2023-12-09T04:57:55.601 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T04:57:55.742 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/ 2023-12-09T04:57:55.742 INFO:teuthology.task.install.rpm:Package version is 19.0.0-44.g9dcc13bb 2023-12-09T04:57:55.759 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/ 2023-12-09T04:57:55.759 INFO:teuthology.task.install.rpm:Package version is 19.0.0-44.g9dcc13bb 2023-12-09T04:57:55.819 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/ 2023-12-09T04:57:55.819 INFO:teuthology.task.install.rpm:Package version is 19.0.0-44.g9dcc13bb 2023-12-09T04:57:55.860 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-09T04:57:55.860 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2023-12-09T04:57:55.860 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-09T04:57:55.897 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-09T04:57:55.898 DEBUG:teuthology.orchestra.run.smithi046:> 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/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-09T04:57:55.931 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-09T04:57:55.932 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-12-09T04:57:55.932 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-09T04:57:55.967 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-09T04:57:55.967 DEBUG:teuthology.orchestra.run.smithi073:> 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/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-09T04:57:55.968 DEBUG:teuthology.orchestra.run.smithi046:> 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-09T04:57:55.996 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-09T04:57:55.996 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2023-12-09T04:57:55.996 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-09T04:57:56.029 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-09T04:57:56.029 DEBUG:teuthology.orchestra.run.smithi186:> 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/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-09T04:57:56.042 DEBUG:teuthology.orchestra.run.smithi073:> 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-09T04:57:56.048 DEBUG:teuthology.orchestra.run.smithi046:> 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-09T04:57:56.102 DEBUG:teuthology.orchestra.run.smithi186:> 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-09T04:57:56.115 INFO:teuthology.orchestra.run.smithi046.stdout:check_obsoletes = 1 2023-12-09T04:57:56.116 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum clean all 2023-12-09T04:57:56.126 DEBUG:teuthology.orchestra.run.smithi073:> 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-09T04:57:56.158 INFO:teuthology.orchestra.run.smithi073.stdout:check_obsoletes = 1 2023-12-09T04:57:56.160 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum clean all 2023-12-09T04:57:56.185 DEBUG:teuthology.orchestra.run.smithi186:> 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-09T04:57:56.254 INFO:teuthology.orchestra.run.smithi186.stdout:check_obsoletes = 1 2023-12-09T04:57:56.255 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum clean all 2023-12-09T04:57:56.510 INFO:teuthology.orchestra.run.smithi046.stdout:Updating Subscription Management repositories. 2023-12-09T04:57:56.545 INFO:teuthology.orchestra.run.smithi073.stdout:Updating Subscription Management repositories. 2023-12-09T04:57:56.632 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-12-09T04:57:57.111 INFO:teuthology.orchestra.run.smithi046.stdout:44 files removed 2023-12-09T04:57:57.162 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph-radosgw 2023-12-09T04:57:57.251 INFO:teuthology.orchestra.run.smithi073.stdout:44 files removed 2023-12-09T04:57:57.299 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-radosgw 2023-12-09T04:57:57.344 INFO:teuthology.orchestra.run.smithi186.stdout:44 files removed 2023-12-09T04:57:57.394 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-radosgw 2023-12-09T04:57:57.513 INFO:teuthology.orchestra.run.smithi046.stdout:Updating Subscription Management repositories. 2023-12-09T04:57:57.629 INFO:teuthology.orchestra.run.smithi073.stdout:Updating Subscription Management repositories. 2023-12-09T04:57:57.729 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-12-09T04:57:59.017 INFO:teuthology.orchestra.run.smithi046.stdout:ceph packages for x86_64 269 kB/s | 81 kB 00:00 2023-12-09T04:57:59.070 INFO:teuthology.orchestra.run.smithi073.stdout:ceph packages for x86_64 223 kB/s | 81 kB 00:00 2023-12-09T04:57:59.226 INFO:teuthology.orchestra.run.smithi186.stdout:ceph packages for x86_64 240 kB/s | 81 kB 00:00 2023-12-09T04:57:59.368 INFO:teuthology.orchestra.run.smithi046.stdout:ceph noarch packages 30 kB/s | 9.5 kB 00:00 2023-12-09T04:57:59.463 INFO:teuthology.orchestra.run.smithi073.stdout:ceph noarch packages 26 kB/s | 9.5 kB 00:00 2023-12-09T04:57:59.584 INFO:teuthology.orchestra.run.smithi186.stdout:ceph noarch packages 29 kB/s | 9.5 kB 00:00 2023-12-09T04:57:59.677 INFO:teuthology.orchestra.run.smithi046.stdout:ceph source packages 5.2 kB/s | 1.5 kB 00:00 2023-12-09T04:57:59.819 INFO:teuthology.orchestra.run.smithi046.stdout:Copr repo for python3-asyncssh owned by ceph 29 kB/s | 3.5 kB 00:00 2023-12-09T04:57:59.868 INFO:teuthology.orchestra.run.smithi186.stdout:ceph source packages 5.7 kB/s | 1.5 kB 00:00 2023-12-09T04:57:59.872 INFO:teuthology.orchestra.run.smithi073.stdout:ceph source packages 3.8 kB/s | 1.5 kB 00:00 2023-12-09T04:57:59.997 INFO:teuthology.orchestra.run.smithi073.stdout:Copr repo for python3-asyncssh owned by ceph 33 kB/s | 3.5 kB 00:00 2023-12-09T04:58:00.002 INFO:teuthology.orchestra.run.smithi186.stdout:Copr repo for python3-asyncssh owned by ceph 30 kB/s | 3.5 kB 00:00 2023-12-09T04:58:01.260 INFO:teuthology.orchestra.run.smithi073.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-12-09T04:58:01.337 INFO:teuthology.orchestra.run.smithi186.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2023-12-09T04:58:01.914 INFO:teuthology.orchestra.run.smithi046.stdout:Extra Packages for Enterprise Linux 7.7 MB/s | 16 MB 00:02 2023-12-09T04:58:04.815 INFO:teuthology.orchestra.run.smithi073.stdout:lab-extras 382 kB/s | 24 kB 00:00 2023-12-09T04:58:04.912 INFO:teuthology.orchestra.run.smithi186.stdout:lab-extras 386 kB/s | 24 kB 00:00 2023-12-09T04:58:05.595 INFO:teuthology.orchestra.run.smithi046.stdout:lab-extras 393 kB/s | 24 kB 00:00 2023-12-09T04:58:06.075 INFO:teuthology.orchestra.run.smithi073.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 40 MB/s | 47 MB 00:01 2023-12-09T04:58:06.181 INFO:teuthology.orchestra.run.smithi186.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 40 MB/s | 47 MB 00:01 2023-12-09T04:58:06.848 INFO:teuthology.orchestra.run.smithi046.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 40 MB/s | 47 MB 00:01 2023-12-09T04:58:14.426 INFO:teuthology.orchestra.run.smithi073.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 42 MB/s | 53 MB 00:01 2023-12-09T04:58:14.749 INFO:teuthology.orchestra.run.smithi186.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 44 MB/s | 53 MB 00:01 2023-12-09T04:58:15.607 INFO:teuthology.orchestra.run.smithi046.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 42 MB/s | 53 MB 00:01 2023-12-09T04:58:25.594 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2023-12-09T04:58:25.596 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================================== 2023-12-09T04:58:25.596 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2023-12-09T04:58:25.596 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================================== 2023-12-09T04:58:25.596 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2023-12-09T04:58:25.596 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-radosgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 14 M 2023-12-09T04:58:25.597 INFO:teuthology.orchestra.run.smithi073.stdout:Upgrading: 2023-12-09T04:58:25.597 INFO:teuthology.orchestra.run.smithi073.stdout: librados2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.8 M 2023-12-09T04:58:25.597 INFO:teuthology.orchestra.run.smithi073.stdout: librbd1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.7 M 2023-12-09T04:58:25.597 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2023-12-09T04:58:25.597 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-base x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 5.4 M 2023-12-09T04:58:25.597 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 23 M 2023-12-09T04:58:25.597 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-selinux x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 24 k 2023-12-09T04:58:25.597 INFO:teuthology.orchestra.run.smithi073.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-09T04:58:25.597 INFO:teuthology.orchestra.run.smithi073.stdout: libcephfs2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 839 k 2023-12-09T04:58:25.597 INFO:teuthology.orchestra.run.smithi073.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-09T04:58:25.597 INFO:teuthology.orchestra.run.smithi073.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-09T04:58:25.597 INFO:teuthology.orchestra.run.smithi073.stdout: libradosstriper1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 517 k 2023-12-09T04:58:25.597 INFO:teuthology.orchestra.run.smithi073.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-09T04:58:25.597 INFO:teuthology.orchestra.run.smithi073.stdout: librgw2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 6.9 M 2023-12-09T04:58:25.597 INFO:teuthology.orchestra.run.smithi073.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-09T04:58:25.598 INFO:teuthology.orchestra.run.smithi073.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-09T04:58:25.598 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ceph-argparse x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 45 k 2023-12-09T04:58:25.598 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 128 k 2023-12-09T04:58:25.598 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cephfs x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 197 k 2023-12-09T04:58:25.598 INFO:teuthology.orchestra.run.smithi073.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-09T04:58:25.598 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rados x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 371 k 2023-12-09T04:58:25.598 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rbd x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 365 k 2023-12-09T04:58:25.598 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 107 k 2023-12-09T04:58:25.598 INFO:teuthology.orchestra.run.smithi073.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-09T04:58:25.598 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-09T04:58:25.598 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2023-12-09T04:58:25.598 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================================== 2023-12-09T04:58:25.598 INFO:teuthology.orchestra.run.smithi073.stdout:Install 21 Packages 2023-12-09T04:58:25.598 INFO:teuthology.orchestra.run.smithi073.stdout:Upgrade 2 Packages 2023-12-09T04:58:25.599 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-09T04:58:25.599 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 62 M 2023-12-09T04:58:25.599 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2023-12-09T04:58:26.100 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-12-09T04:58:26.102 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================================== 2023-12-09T04:58:26.102 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2023-12-09T04:58:26.102 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================================== 2023-12-09T04:58:26.103 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2023-12-09T04:58:26.103 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-radosgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 14 M 2023-12-09T04:58:26.103 INFO:teuthology.orchestra.run.smithi186.stdout:Upgrading: 2023-12-09T04:58:26.103 INFO:teuthology.orchestra.run.smithi186.stdout: librados2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.8 M 2023-12-09T04:58:26.103 INFO:teuthology.orchestra.run.smithi186.stdout: librbd1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.7 M 2023-12-09T04:58:26.103 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2023-12-09T04:58:26.103 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-base x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 5.4 M 2023-12-09T04:58:26.103 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 23 M 2023-12-09T04:58:26.103 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-selinux x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 24 k 2023-12-09T04:58:26.103 INFO:teuthology.orchestra.run.smithi186.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-09T04:58:26.103 INFO:teuthology.orchestra.run.smithi186.stdout: libcephfs2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 839 k 2023-12-09T04:58:26.104 INFO:teuthology.orchestra.run.smithi186.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-09T04:58:26.104 INFO:teuthology.orchestra.run.smithi186.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-09T04:58:26.104 INFO:teuthology.orchestra.run.smithi186.stdout: libradosstriper1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 517 k 2023-12-09T04:58:26.104 INFO:teuthology.orchestra.run.smithi186.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-09T04:58:26.104 INFO:teuthology.orchestra.run.smithi186.stdout: librgw2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 6.9 M 2023-12-09T04:58:26.104 INFO:teuthology.orchestra.run.smithi186.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-09T04:58:26.104 INFO:teuthology.orchestra.run.smithi186.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-09T04:58:26.104 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-argparse x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 45 k 2023-12-09T04:58:26.104 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 128 k 2023-12-09T04:58:26.104 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cephfs x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 197 k 2023-12-09T04:58:26.104 INFO:teuthology.orchestra.run.smithi186.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-09T04:58:26.104 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rados x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 371 k 2023-12-09T04:58:26.105 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rbd x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 365 k 2023-12-09T04:58:26.105 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 107 k 2023-12-09T04:58:26.105 INFO:teuthology.orchestra.run.smithi186.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-09T04:58:26.105 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-12-09T04:58:26.105 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2023-12-09T04:58:26.105 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================================== 2023-12-09T04:58:26.105 INFO:teuthology.orchestra.run.smithi186.stdout:Install 21 Packages 2023-12-09T04:58:26.105 INFO:teuthology.orchestra.run.smithi186.stdout:Upgrade 2 Packages 2023-12-09T04:58:26.105 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-12-09T04:58:26.106 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 62 M 2023-12-09T04:58:26.106 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2023-12-09T04:58:27.160 INFO:teuthology.orchestra.run.smithi073.stdout:(1/23): ceph-common-19.0.0-44.g9dcc13bb.el8.x86 16 MB/s | 23 MB 00:01 2023-12-09T04:58:27.227 INFO:teuthology.orchestra.run.smithi073.stdout:(2/23): ceph-selinux-19.0.0-44.g9dcc13bb.el8.x8 365 kB/s | 24 kB 00:00 2023-12-09T04:58:27.310 INFO:teuthology.orchestra.run.smithi073.stdout:(3/23): ceph-base-19.0.0-44.g9dcc13bb.el8.x86_6 3.4 MB/s | 5.4 MB 00:01 2023-12-09T04:58:27.361 INFO:teuthology.orchestra.run.smithi073.stdout:(4/23): libcephfs2-19.0.0-44.g9dcc13bb.el8.x86_ 6.1 MB/s | 839 kB 00:00 2023-12-09T04:58:27.502 INFO:teuthology.orchestra.run.smithi073.stdout:(5/23): libradosstriper1-19.0.0-44.g9dcc13bb.el 2.6 MB/s | 517 kB 00:00 2023-12-09T04:58:27.609 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2023-12-09T04:58:27.612 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================================== 2023-12-09T04:58:27.612 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2023-12-09T04:58:27.612 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================================== 2023-12-09T04:58:27.612 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2023-12-09T04:58:27.612 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-radosgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 14 M 2023-12-09T04:58:27.612 INFO:teuthology.orchestra.run.smithi046.stdout:Upgrading: 2023-12-09T04:58:27.612 INFO:teuthology.orchestra.run.smithi046.stdout: librados2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.8 M 2023-12-09T04:58:27.612 INFO:teuthology.orchestra.run.smithi046.stdout: librbd1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.7 M 2023-12-09T04:58:27.612 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2023-12-09T04:58:27.612 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-base x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 5.4 M 2023-12-09T04:58:27.612 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 23 M 2023-12-09T04:58:27.612 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-selinux x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 24 k 2023-12-09T04:58:27.612 INFO:teuthology.orchestra.run.smithi046.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-09T04:58:27.613 INFO:teuthology.orchestra.run.smithi046.stdout: libcephfs2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 839 k 2023-12-09T04:58:27.613 INFO:teuthology.orchestra.run.smithi046.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-09T04:58:27.613 INFO:teuthology.orchestra.run.smithi046.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-09T04:58:27.613 INFO:teuthology.orchestra.run.smithi046.stdout: libradosstriper1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 517 k 2023-12-09T04:58:27.613 INFO:teuthology.orchestra.run.smithi046.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-09T04:58:27.613 INFO:teuthology.orchestra.run.smithi046.stdout: librgw2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 6.9 M 2023-12-09T04:58:27.613 INFO:teuthology.orchestra.run.smithi046.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-09T04:58:27.613 INFO:teuthology.orchestra.run.smithi046.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-09T04:58:27.613 INFO:teuthology.orchestra.run.smithi046.stdout: python3-ceph-argparse x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 45 k 2023-12-09T04:58:27.613 INFO:teuthology.orchestra.run.smithi046.stdout: python3-ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 128 k 2023-12-09T04:58:27.613 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cephfs x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 197 k 2023-12-09T04:58:27.613 INFO:teuthology.orchestra.run.smithi046.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-09T04:58:27.613 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rados x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 371 k 2023-12-09T04:58:27.613 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rbd x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 365 k 2023-12-09T04:58:27.614 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 107 k 2023-12-09T04:58:27.614 INFO:teuthology.orchestra.run.smithi046.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-09T04:58:27.614 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-09T04:58:27.614 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2023-12-09T04:58:27.614 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================================== 2023-12-09T04:58:27.614 INFO:teuthology.orchestra.run.smithi046.stdout:Install 21 Packages 2023-12-09T04:58:27.614 INFO:teuthology.orchestra.run.smithi046.stdout:Upgrade 2 Packages 2023-12-09T04:58:27.614 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-09T04:58:27.614 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 62 M 2023-12-09T04:58:27.615 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2023-12-09T04:58:27.620 INFO:teuthology.orchestra.run.smithi073.stdout:(6/23): python3-ceph-argparse-19.0.0-44.g9dcc13 383 kB/s | 45 kB 00:00 2023-12-09T04:58:27.763 INFO:teuthology.orchestra.run.smithi073.stdout:(7/23): python3-ceph-common-19.0.0-44.g9dcc13bb 896 kB/s | 128 kB 00:00 2023-12-09T04:58:27.929 INFO:teuthology.orchestra.run.smithi073.stdout:(8/23): librgw2-19.0.0-44.g9dcc13bb.el8.x86_64. 12 MB/s | 6.9 MB 00:00 2023-12-09T04:58:27.955 INFO:teuthology.orchestra.run.smithi073.stdout:(9/23): python3-cephfs-19.0.0-44.g9dcc13bb.el8. 1.0 MB/s | 197 kB 00:00 2023-12-09T04:58:27.988 INFO:teuthology.orchestra.run.smithi073.stdout:(10/23): python3-rados-19.0.0-44.g9dcc13bb.el8. 6.2 MB/s | 371 kB 00:00 2023-12-09T04:58:27.998 INFO:teuthology.orchestra.run.smithi186.stdout:(1/23): ceph-base-19.0.0-44.g9dcc13bb.el8.x86_6 3.4 MB/s | 5.4 MB 00:01 2023-12-09T04:58:28.060 INFO:teuthology.orchestra.run.smithi073.stdout:(11/23): python3-rbd-19.0.0-44.g9dcc13bb.el8.x8 3.4 MB/s | 365 kB 00:00 2023-12-09T04:58:28.073 INFO:teuthology.orchestra.run.smithi186.stdout:(2/23): ceph-selinux-19.0.0-44.g9dcc13bb.el8.x8 324 kB/s | 24 kB 00:00 2023-12-09T04:58:28.096 INFO:teuthology.orchestra.run.smithi073.stdout:(12/23): python3-rgw-19.0.0-44.g9dcc13bb.el8.x8 982 kB/s | 107 kB 00:00 2023-12-09T04:58:28.188 INFO:teuthology.orchestra.run.smithi073.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 642 kB/s | 59 kB 00:00 2023-12-09T04:58:28.230 INFO:teuthology.orchestra.run.smithi073.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.8 MB/s | 306 kB 00:00 2023-12-09T04:58:28.255 INFO:teuthology.orchestra.run.smithi073.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.1 MB/s | 75 kB 00:00 2023-12-09T04:58:28.314 INFO:teuthology.orchestra.run.smithi073.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 4.3 MB/s | 259 kB 00:00 2023-12-09T04:58:28.357 INFO:teuthology.orchestra.run.smithi186.stdout:(3/23): libcephfs2-19.0.0-44.g9dcc13bb.el8.x86_ 2.9 MB/s | 839 kB 00:00 2023-12-09T04:58:28.381 INFO:teuthology.orchestra.run.smithi073.stdout:(17/23): thrift-0.13.0-2.el8.x86_64.rpm 12 MB/s | 1.7 MB 00:00 2023-12-09T04:58:28.390 INFO:teuthology.orchestra.run.smithi046.stdout:(1/23): ceph-base-19.0.0-44.g9dcc13bb.el8.x86_6 7.5 MB/s | 5.4 MB 00:00 2023-12-09T04:58:28.398 INFO:teuthology.orchestra.run.smithi073.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 526 kB/s | 44 kB 00:00 2023-12-09T04:58:28.440 INFO:teuthology.orchestra.run.smithi046.stdout:(2/23): ceph-selinux-19.0.0-44.g9dcc13bb.el8.x8 488 kB/s | 24 kB 00:00 2023-12-09T04:58:28.448 INFO:teuthology.orchestra.run.smithi073.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 5.2 MB/s | 354 kB 00:00 2023-12-09T04:58:28.457 INFO:teuthology.orchestra.run.smithi186.stdout:(4/23): libradosstriper1-19.0.0-44.g9dcc13bb.el 5.1 MB/s | 517 kB 00:00 2023-12-09T04:58:28.465 INFO:teuthology.orchestra.run.smithi073.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 762 kB/s | 47 kB 00:00 2023-12-09T04:58:28.524 INFO:teuthology.orchestra.run.smithi046.stdout:(3/23): libcephfs2-19.0.0-44.g9dcc13bb.el8.x86_ 9.8 MB/s | 839 kB 00:00 2023-12-09T04:58:28.632 INFO:teuthology.orchestra.run.smithi046.stdout:(4/23): libradosstriper1-19.0.0-44.g9dcc13bb.el 4.7 MB/s | 517 kB 00:00 2023-12-09T04:58:29.227 INFO:teuthology.orchestra.run.smithi073.stdout:(21/23): librbd1-19.0.0-44.g9dcc13bb.el8.x86_64 4.9 MB/s | 3.7 MB 00:00 2023-12-09T04:58:29.467 INFO:teuthology.orchestra.run.smithi046.stdout:(5/23): librgw2-19.0.0-44.g9dcc13bb.el8.x86_64. 8.3 MB/s | 6.9 MB 00:00 2023-12-09T04:58:29.516 INFO:teuthology.orchestra.run.smithi046.stdout:(6/23): python3-ceph-argparse-19.0.0-44.g9dcc13 903 kB/s | 45 kB 00:00 2023-12-09T04:58:29.549 INFO:teuthology.orchestra.run.smithi073.stdout:(22/23): librados2-19.0.0-44.g9dcc13bb.el8.x86_ 3.4 MB/s | 3.8 MB 00:01 2023-12-09T04:58:29.566 INFO:teuthology.orchestra.run.smithi046.stdout:(7/23): python3-ceph-common-19.0.0-44.g9dcc13bb 2.5 MB/s | 128 kB 00:00 2023-12-09T04:58:29.617 INFO:teuthology.orchestra.run.smithi046.stdout:(8/23): python3-cephfs-19.0.0-44.g9dcc13bb.el8. 3.9 MB/s | 197 kB 00:00 2023-12-09T04:58:29.684 INFO:teuthology.orchestra.run.smithi046.stdout:(9/23): python3-rados-19.0.0-44.g9dcc13bb.el8.x 5.5 MB/s | 371 kB 00:00 2023-12-09T04:58:29.742 INFO:teuthology.orchestra.run.smithi046.stdout:(10/23): python3-rbd-19.0.0-44.g9dcc13bb.el8.x8 6.1 MB/s | 365 kB 00:00 2023-12-09T04:58:29.792 INFO:teuthology.orchestra.run.smithi046.stdout:(11/23): python3-rgw-19.0.0-44.g9dcc13bb.el8.x8 2.1 MB/s | 107 kB 00:00 2023-12-09T04:58:29.899 INFO:teuthology.orchestra.run.smithi186.stdout:(5/23): librgw2-19.0.0-44.g9dcc13bb.el8.x86_64. 4.8 MB/s | 6.9 MB 00:01 2023-12-09T04:58:29.949 INFO:teuthology.orchestra.run.smithi186.stdout:(6/23): python3-ceph-argparse-19.0.0-44.g9dcc13 898 kB/s | 45 kB 00:00 2023-12-09T04:58:29.999 INFO:teuthology.orchestra.run.smithi186.stdout:(7/23): python3-ceph-common-19.0.0-44.g9dcc13bb 2.5 MB/s | 128 kB 00:00 2023-12-09T04:58:30.050 INFO:teuthology.orchestra.run.smithi186.stdout:(8/23): python3-cephfs-19.0.0-44.g9dcc13bb.el8. 3.9 MB/s | 197 kB 00:00 2023-12-09T04:58:30.141 INFO:teuthology.orchestra.run.smithi186.stdout:(9/23): python3-rados-19.0.0-44.g9dcc13bb.el8.x 4.0 MB/s | 371 kB 00:00 2023-12-09T04:58:30.217 INFO:teuthology.orchestra.run.smithi186.stdout:(10/23): python3-rbd-19.0.0-44.g9dcc13bb.el8.x8 4.8 MB/s | 365 kB 00:00 2023-12-09T04:58:30.267 INFO:teuthology.orchestra.run.smithi186.stdout:(11/23): python3-rgw-19.0.0-44.g9dcc13bb.el8.x8 2.1 MB/s | 107 kB 00:00 2023-12-09T04:58:30.319 INFO:teuthology.orchestra.run.smithi046.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 583 kB/s | 306 kB 00:00 2023-12-09T04:58:30.402 INFO:teuthology.orchestra.run.smithi046.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 707 kB/s | 59 kB 00:00 2023-12-09T04:58:30.504 INFO:teuthology.orchestra.run.smithi046.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 738 kB/s | 75 kB 00:00 2023-12-09T04:58:30.728 INFO:teuthology.orchestra.run.smithi046.stdout:(15/23): thrift-0.13.0-2.el8.x86_64.rpm 7.8 MB/s | 1.7 MB 00:00 2023-12-09T04:58:30.735 INFO:teuthology.orchestra.run.smithi186.stdout:(12/23): ceph-common-19.0.0-44.g9dcc13bb.el8.x8 5.2 MB/s | 23 MB 00:04 2023-12-09T04:58:30.786 INFO:teuthology.orchestra.run.smithi046.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 4.4 MB/s | 259 kB 00:00 2023-12-09T04:58:30.793 INFO:teuthology.orchestra.run.smithi186.stdout:(13/23): gperftools-libs-2.7-9.el8.x86_64.rpm 583 kB/s | 306 kB 00:00 2023-12-09T04:58:30.828 INFO:teuthology.orchestra.run.smithi046.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 1.0 MB/s | 44 kB 00:00 2023-12-09T04:58:30.860 INFO:teuthology.orchestra.run.smithi186.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.2 MB/s | 75 kB 00:00 2023-12-09T04:58:30.878 INFO:teuthology.orchestra.run.smithi046.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 6.9 MB/s | 354 kB 00:00 2023-12-09T04:58:30.920 INFO:teuthology.orchestra.run.smithi046.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 1.1 MB/s | 47 kB 00:00 2023-12-09T04:58:31.019 INFO:teuthology.orchestra.run.smithi186.stdout:(15/23): liboath-2.6.2-3.el8.x86_64.rpm 207 kB/s | 59 kB 00:00 2023-12-09T04:58:31.069 INFO:teuthology.orchestra.run.smithi186.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 5.1 MB/s | 259 kB 00:00 2023-12-09T04:58:31.102 INFO:teuthology.orchestra.run.smithi186.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 1.3 MB/s | 44 kB 00:00 2023-12-09T04:58:31.153 INFO:teuthology.orchestra.run.smithi186.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 6.9 MB/s | 354 kB 00:00 2023-12-09T04:58:31.186 INFO:teuthology.orchestra.run.smithi186.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 1.4 MB/s | 47 kB 00:00 2023-12-09T04:58:31.279 INFO:teuthology.orchestra.run.smithi046.stdout:(20/23): librados2-19.0.0-44.g9dcc13bb.el8.x86_ 11 MB/s | 3.8 MB 00:00 2023-12-09T04:58:31.613 INFO:teuthology.orchestra.run.smithi046.stdout:(21/23): librbd1-19.0.0-44.g9dcc13bb.el8.x86_64 11 MB/s | 3.7 MB 00:00 2023-12-09T04:58:31.786 INFO:teuthology.orchestra.run.smithi186.stdout:(20/23): librados2-19.0.0-44.g9dcc13bb.el8.x86_ 6.3 MB/s | 3.8 MB 00:00 2023-12-09T04:58:31.854 INFO:teuthology.orchestra.run.smithi186.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 1.7 MB/s | 1.7 MB 00:00 2023-12-09T04:58:31.974 INFO:teuthology.orchestra.run.smithi073.stdout:(23/23): ceph-radosgw-19.0.0-44.g9dcc13bb.el8.x 2.2 MB/s | 14 MB 00:06 2023-12-09T04:58:31.978 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2023-12-09T04:58:31.978 INFO:teuthology.orchestra.run.smithi073.stdout:Total 9.6 MB/s | 62 MB 00:06 2023-12-09T04:58:32.025 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2023-12-09T04:58:32.070 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2023-12-09T04:58:32.070 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2023-12-09T04:58:32.171 INFO:teuthology.orchestra.run.smithi186.stdout:(22/23): ceph-radosgw-19.0.0-44.g9dcc13bb.el8.x 2.4 MB/s | 14 MB 00:05 2023-12-09T04:58:32.287 INFO:teuthology.orchestra.run.smithi186.stdout:(23/23): librbd1-19.0.0-44.g9dcc13bb.el8.x86_64 7.4 MB/s | 3.7 MB 00:00 2023-12-09T04:58:32.291 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2023-12-09T04:58:32.292 INFO:teuthology.orchestra.run.smithi186.stdout:Total 9.9 MB/s | 62 MB 00:06 2023-12-09T04:58:32.340 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2023-12-09T04:58:32.386 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2023-12-09T04:58:32.386 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2023-12-09T04:58:32.424 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2023-12-09T04:58:32.428 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2023-12-09T04:58:32.734 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2023-12-09T04:58:32.738 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2023-12-09T04:58:32.863 INFO:teuthology.orchestra.run.smithi046.stdout:(22/23): ceph-radosgw-19.0.0-44.g9dcc13bb.el8.x 2.7 MB/s | 14 MB 00:05 2023-12-09T04:58:33.634 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2023-12-09T04:58:33.880 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-09T04:58:33.934 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2023-12-09T04:58:34.124 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T04:58:34.181 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-09T04:58:34.366 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T04:58:34.518 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T04:58:34.765 INFO:teuthology.orchestra.run.smithi073.stdout: Upgrading : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T04:58:34.771 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T04:58:34.858 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T04:58:34.941 INFO:teuthology.orchestra.run.smithi186.stdout: Upgrading : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T04:58:35.045 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T04:58:35.054 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T04:58:35.263 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T04:58:35.325 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-09T04:58:35.509 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-09T04:58:35.565 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T04:58:35.682 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T04:58:35.705 INFO:teuthology.orchestra.run.smithi046.stdout:(23/23): ceph-common-19.0.0-44.g9dcc13bb.el8.x8 2.8 MB/s | 23 MB 00:08 2023-12-09T04:58:35.710 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2023-12-09T04:58:35.710 INFO:teuthology.orchestra.run.smithi046.stdout:Total 7.6 MB/s | 62 MB 00:08 2023-12-09T04:58:35.759 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2023-12-09T04:58:35.809 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2023-12-09T04:58:35.810 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2023-12-09T04:58:35.972 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T04:58:36.096 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T04:58:36.177 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2023-12-09T04:58:36.182 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2023-12-09T04:58:36.231 INFO:teuthology.orchestra.run.smithi073.stdout: Upgrading : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T04:58:36.331 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T04:58:36.425 INFO:teuthology.orchestra.run.smithi186.stdout: Upgrading : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T04:58:36.478 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T04:58:36.529 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-09T04:58:36.714 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-09T04:58:36.731 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-09T04:58:36.899 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-09T04:58:37.402 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-09T04:58:37.414 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2023-12-09T04:58:37.563 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-09T04:58:37.581 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T04:58:37.610 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-09T04:58:37.653 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T04:58:37.707 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T04:58:37.774 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T04:58:37.811 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T04:58:37.816 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 11/25 2023-12-09T04:58:37.943 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 11/25 2023-12-09T04:58:38.027 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T04:58:38.085 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T04:58:38.236 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T04:58:38.241 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T04:58:38.275 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T04:58:38.436 INFO:teuthology.orchestra.run.smithi046.stdout: Upgrading : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T04:58:38.445 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 14/25 2023-12-09T04:58:38.477 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 14/25 2023-12-09T04:58:38.531 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T04:58:38.623 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T04:58:38.664 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T04:58:38.695 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T04:58:38.732 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T04:58:38.776 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T04:58:38.816 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-09T04:58:38.907 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-09T04:58:38.976 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-09T04:58:39.018 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-09T04:58:39.089 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-09T04:58:39.233 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-09T04:58:39.244 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T04:58:39.368 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-09T04:58:39.382 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 19/25 2023-12-09T04:58:39.677 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T04:58:39.877 INFO:teuthology.orchestra.run.smithi046.stdout: Upgrading : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T04:58:39.944 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T04:58:39.981 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 19/25 2023-12-09T04:58:40.120 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-09T04:58:40.336 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-09T04:58:41.217 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-09T04:58:41.361 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T04:58:41.433 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T04:58:41.564 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 11/25 2023-12-09T04:58:41.740 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T04:58:41.965 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T04:58:42.185 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 14/25 2023-12-09T04:58:42.335 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T04:58:42.397 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T04:58:42.530 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-09T04:58:42.748 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-09T04:58:42.962 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-09T04:58:43.096 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T04:58:43.144 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 19/25 2023-12-09T04:58:43.290 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T04:58:43.814 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T04:58:43.868 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T04:58:44.065 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T04:58:44.110 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T04:58:44.176 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T04:58:44.348 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T04:58:44.654 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T04:58:44.947 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T04:58:45.139 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T04:58:45.571 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T04:58:47.260 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T04:58:47.494 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T04:58:48.107 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T04:58:48.349 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T04:58:48.435 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T04:58:48.610 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T04:59:02.902 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T04:59:02.903 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /sys 2023-12-09T04:59:02.903 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /proc 2023-12-09T04:59:02.903 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /dev 2023-12-09T04:59:02.903 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /run 2023-12-09T04:59:02.903 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /mnt 2023-12-09T04:59:02.903 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /var/tmp 2023-12-09T04:59:02.903 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /home 2023-12-09T04:59:02.903 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /tmp 2023-12-09T04:59:02.903 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /dev 2023-12-09T04:59:02.903 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-12-09T04:59:04.281 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T04:59:04.282 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /sys 2023-12-09T04:59:04.282 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /proc 2023-12-09T04:59:04.282 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /dev 2023-12-09T04:59:04.282 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /run 2023-12-09T04:59:04.282 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /mnt 2023-12-09T04:59:04.283 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /var/tmp 2023-12-09T04:59:04.283 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /home 2023-12-09T04:59:04.283 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /tmp 2023-12-09T04:59:04.283 INFO:teuthology.orchestra.run.smithi073.stdout:skipping the directory /dev 2023-12-09T04:59:04.283 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-09T04:59:04.307 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T04:59:04.328 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T04:59:04.328 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T04:59:04.539 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T04:59:04.539 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T04:59:05.119 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T04:59:05.119 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/25 2023-12-09T04:59:05.119 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/25 2023-12-09T04:59:05.119 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T04:59:05.119 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T04:59:05.119 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/25 2023-12-09T04:59:05.119 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T04:59:05.120 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T04:59:05.120 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 8/25 2023-12-09T04:59:05.120 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 9/25 2023-12-09T04:59:05.120 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T04:59:05.120 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 11/25 2023-12-09T04:59:05.120 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T04:59:05.120 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T04:59:05.120 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-09T04:59:05.120 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-09T04:59:05.120 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-09T04:59:05.120 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-09T04:59:05.120 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-09T04:59:05.120 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-09T04:59:05.120 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-09T04:59:05.121 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-09T04:59:05.121 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T04:59:05.121 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-09T04:59:05.121 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 24/25 2023-12-09T04:59:05.752 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T04:59:05.772 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T04:59:05.772 INFO:teuthology.orchestra.run.smithi073.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T04:59:05.979 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T04:59:05.979 INFO:teuthology.orchestra.run.smithi073.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T04:59:06.587 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T04:59:06.587 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/25 2023-12-09T04:59:06.587 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/25 2023-12-09T04:59:06.587 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T04:59:06.587 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T04:59:06.587 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/25 2023-12-09T04:59:06.587 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T04:59:06.588 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T04:59:06.588 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 8/25 2023-12-09T04:59:06.588 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 9/25 2023-12-09T04:59:06.588 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T04:59:06.588 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 11/25 2023-12-09T04:59:06.588 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T04:59:06.588 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T04:59:06.588 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-09T04:59:06.588 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-09T04:59:06.588 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-09T04:59:06.588 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-09T04:59:06.588 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-09T04:59:06.588 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-09T04:59:06.588 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-09T04:59:06.588 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-09T04:59:06.589 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T04:59:06.589 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-09T04:59:06.589 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 24/25 2023-12-09T04:59:07.903 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T04:59:07.903 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /sys 2023-12-09T04:59:07.904 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /proc 2023-12-09T04:59:07.904 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /dev 2023-12-09T04:59:07.904 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /run 2023-12-09T04:59:07.904 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /mnt 2023-12-09T04:59:07.904 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /var/tmp 2023-12-09T04:59:07.904 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /home 2023-12-09T04:59:07.904 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /tmp 2023-12-09T04:59:07.904 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /dev 2023-12-09T04:59:07.904 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-09T04:59:08.959 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T04:59:08.960 INFO:teuthology.orchestra.run.smithi186.stdout:Installed products updated. 2023-12-09T04:59:09.152 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-12-09T04:59:09.152 INFO:teuthology.orchestra.run.smithi186.stdout:Upgraded: 2023-12-09T04:59:09.152 INFO:teuthology.orchestra.run.smithi186.stdout: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:09.152 INFO:teuthology.orchestra.run.smithi186.stdout: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:09.152 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2023-12-09T04:59:09.152 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:09.152 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:09.152 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:09.153 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:09.153 INFO:teuthology.orchestra.run.smithi186.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-09T04:59:09.153 INFO:teuthology.orchestra.run.smithi186.stdout: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:09.153 INFO:teuthology.orchestra.run.smithi186.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-09T04:59:09.153 INFO:teuthology.orchestra.run.smithi186.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-09T04:59:09.153 INFO:teuthology.orchestra.run.smithi186.stdout: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:09.153 INFO:teuthology.orchestra.run.smithi186.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-09T04:59:09.153 INFO:teuthology.orchestra.run.smithi186.stdout: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:09.153 INFO:teuthology.orchestra.run.smithi186.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-09T04:59:09.153 INFO:teuthology.orchestra.run.smithi186.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-09T04:59:09.153 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:09.153 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:09.153 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:09.153 INFO:teuthology.orchestra.run.smithi186.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-09T04:59:09.153 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:09.154 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:09.154 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:09.154 INFO:teuthology.orchestra.run.smithi186.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-09T04:59:09.154 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-12-09T04:59:09.154 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-12-09T04:59:09.327 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-test 2023-12-09T04:59:09.413 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T04:59:09.435 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T04:59:09.436 INFO:teuthology.orchestra.run.smithi046.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T04:59:09.610 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T04:59:09.610 INFO:teuthology.orchestra.run.smithi046.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T04:59:09.675 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-12-09T04:59:10.221 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T04:59:10.221 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/25 2023-12-09T04:59:10.221 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/25 2023-12-09T04:59:10.221 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T04:59:10.222 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T04:59:10.222 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/25 2023-12-09T04:59:10.222 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T04:59:10.222 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T04:59:10.222 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 8/25 2023-12-09T04:59:10.222 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 9/25 2023-12-09T04:59:10.222 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T04:59:10.222 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 11/25 2023-12-09T04:59:10.222 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T04:59:10.222 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T04:59:10.222 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-09T04:59:10.222 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-09T04:59:10.222 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-09T04:59:10.222 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-09T04:59:10.223 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-09T04:59:10.223 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-09T04:59:10.223 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-09T04:59:10.223 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-09T04:59:10.223 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T04:59:10.223 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-09T04:59:10.223 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 24/25 2023-12-09T04:59:10.379 INFO:teuthology.orchestra.run.smithi186.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 125 kB/s | 4.5 kB 00:00 2023-12-09T04:59:10.450 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T04:59:10.451 INFO:teuthology.orchestra.run.smithi073.stdout:Installed products updated. 2023-12-09T04:59:10.641 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-09T04:59:10.641 INFO:teuthology.orchestra.run.smithi073.stdout:Upgraded: 2023-12-09T04:59:10.641 INFO:teuthology.orchestra.run.smithi073.stdout: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:10.641 INFO:teuthology.orchestra.run.smithi073.stdout: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:10.641 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2023-12-09T04:59:10.641 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:10.641 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:10.642 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:10.642 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:10.642 INFO:teuthology.orchestra.run.smithi073.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-09T04:59:10.642 INFO:teuthology.orchestra.run.smithi073.stdout: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:10.642 INFO:teuthology.orchestra.run.smithi073.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-09T04:59:10.642 INFO:teuthology.orchestra.run.smithi073.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-09T04:59:10.642 INFO:teuthology.orchestra.run.smithi073.stdout: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:10.642 INFO:teuthology.orchestra.run.smithi073.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-09T04:59:10.643 INFO:teuthology.orchestra.run.smithi073.stdout: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:10.643 INFO:teuthology.orchestra.run.smithi073.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-09T04:59:10.643 INFO:teuthology.orchestra.run.smithi073.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-09T04:59:10.643 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:10.643 INFO:teuthology.orchestra.run.smithi073.stdout: python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:10.643 INFO:teuthology.orchestra.run.smithi073.stdout: python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:10.643 INFO:teuthology.orchestra.run.smithi073.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-09T04:59:10.643 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:10.644 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:10.644 INFO:teuthology.orchestra.run.smithi073.stdout: python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:10.644 INFO:teuthology.orchestra.run.smithi073.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-09T04:59:10.644 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-09T04:59:10.644 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2023-12-09T04:59:10.687 INFO:teuthology.orchestra.run.smithi186.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 116 kB/s | 4.1 kB 00:00 2023-12-09T04:59:10.833 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph-test 2023-12-09T04:59:11.182 INFO:teuthology.orchestra.run.smithi073.stdout:Updating Subscription Management repositories. 2023-12-09T04:59:11.844 INFO:teuthology.orchestra.run.smithi073.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 125 kB/s | 4.5 kB 00:00 2023-12-09T04:59:12.143 INFO:teuthology.orchestra.run.smithi073.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 113 kB/s | 4.1 kB 00:00 2023-12-09T04:59:12.335 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2023-12-09T04:59:12.337 INFO:teuthology.orchestra.run.smithi186.stdout:========================================================================================== 2023-12-09T04:59:12.337 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2023-12-09T04:59:12.337 INFO:teuthology.orchestra.run.smithi186.stdout:========================================================================================== 2023-12-09T04:59:12.337 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2023-12-09T04:59:12.337 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-test x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 49 M 2023-12-09T04:59:12.337 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2023-12-09T04:59:12.337 INFO:teuthology.orchestra.run.smithi186.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-09T04:59:12.337 INFO:teuthology.orchestra.run.smithi186.stdout: libcephsqlite x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 183 k 2023-12-09T04:59:12.337 INFO:teuthology.orchestra.run.smithi186.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-09T04:59:12.338 INFO:teuthology.orchestra.run.smithi186.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-09T04:59:12.338 INFO:teuthology.orchestra.run.smithi186.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-09T04:59:12.338 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-12-09T04:59:12.338 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2023-12-09T04:59:12.338 INFO:teuthology.orchestra.run.smithi186.stdout:========================================================================================== 2023-12-09T04:59:12.338 INFO:teuthology.orchestra.run.smithi186.stdout:Install 6 Packages 2023-12-09T04:59:12.338 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-12-09T04:59:12.338 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 50 M 2023-12-09T04:59:12.338 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 223 M 2023-12-09T04:59:12.338 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2023-12-09T04:59:12.368 INFO:teuthology.orchestra.run.smithi186.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.2 MB/s | 70 kB 00:00 2023-12-09T04:59:12.435 INFO:teuthology.orchestra.run.smithi186.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 5.1 MB/s | 323 kB 00:00 2023-12-09T04:59:12.477 INFO:teuthology.orchestra.run.smithi186.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.5 MB/s | 187 kB 00:00 2023-12-09T04:59:12.519 INFO:teuthology.orchestra.run.smithi186.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.8 MB/s | 202 kB 00:00 2023-12-09T04:59:12.646 INFO:teuthology.orchestra.run.smithi186.stdout:(5/6): libcephsqlite-19.0.0-44.g9dcc13bb.el8.x8 597 kB/s | 183 kB 00:00 2023-12-09T04:59:13.755 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2023-12-09T04:59:13.756 INFO:teuthology.orchestra.run.smithi073.stdout:========================================================================================== 2023-12-09T04:59:13.756 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2023-12-09T04:59:13.756 INFO:teuthology.orchestra.run.smithi073.stdout:========================================================================================== 2023-12-09T04:59:13.756 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2023-12-09T04:59:13.756 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-test x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 49 M 2023-12-09T04:59:13.756 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2023-12-09T04:59:13.756 INFO:teuthology.orchestra.run.smithi073.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-09T04:59:13.756 INFO:teuthology.orchestra.run.smithi073.stdout: libcephsqlite x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 183 k 2023-12-09T04:59:13.756 INFO:teuthology.orchestra.run.smithi073.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-09T04:59:13.757 INFO:teuthology.orchestra.run.smithi073.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-09T04:59:13.757 INFO:teuthology.orchestra.run.smithi073.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-09T04:59:13.757 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-09T04:59:13.757 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2023-12-09T04:59:13.757 INFO:teuthology.orchestra.run.smithi073.stdout:========================================================================================== 2023-12-09T04:59:13.757 INFO:teuthology.orchestra.run.smithi073.stdout:Install 6 Packages 2023-12-09T04:59:13.757 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-09T04:59:13.757 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 50 M 2023-12-09T04:59:13.758 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 223 M 2023-12-09T04:59:13.758 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2023-12-09T04:59:13.857 INFO:teuthology.orchestra.run.smithi073.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 702 kB/s | 70 kB 00:00 2023-12-09T04:59:13.941 INFO:teuthology.orchestra.run.smithi073.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.2 MB/s | 323 kB 00:00 2023-12-09T04:59:13.991 INFO:teuthology.orchestra.run.smithi073.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 3.7 MB/s | 187 kB 00:00 2023-12-09T04:59:14.033 INFO:teuthology.orchestra.run.smithi073.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-09T04:59:14.242 INFO:teuthology.orchestra.run.smithi073.stdout:(5/6): libcephsqlite-19.0.0-44.g9dcc13bb.el8.x8 379 kB/s | 183 kB 00:00 2023-12-09T04:59:14.446 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T04:59:14.446 INFO:teuthology.orchestra.run.smithi046.stdout:Installed products updated. 2023-12-09T04:59:14.657 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-09T04:59:14.657 INFO:teuthology.orchestra.run.smithi046.stdout:Upgraded: 2023-12-09T04:59:14.657 INFO:teuthology.orchestra.run.smithi046.stdout: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:14.658 INFO:teuthology.orchestra.run.smithi046.stdout: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:14.658 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2023-12-09T04:59:14.658 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:14.658 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:14.658 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:14.658 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:14.658 INFO:teuthology.orchestra.run.smithi046.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-09T04:59:14.658 INFO:teuthology.orchestra.run.smithi046.stdout: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:14.658 INFO:teuthology.orchestra.run.smithi046.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-09T04:59:14.658 INFO:teuthology.orchestra.run.smithi046.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-09T04:59:14.658 INFO:teuthology.orchestra.run.smithi046.stdout: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:14.658 INFO:teuthology.orchestra.run.smithi046.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-09T04:59:14.658 INFO:teuthology.orchestra.run.smithi046.stdout: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:14.658 INFO:teuthology.orchestra.run.smithi046.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-09T04:59:14.659 INFO:teuthology.orchestra.run.smithi046.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-09T04:59:14.659 INFO:teuthology.orchestra.run.smithi046.stdout: python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:14.659 INFO:teuthology.orchestra.run.smithi046.stdout: python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:14.659 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:14.659 INFO:teuthology.orchestra.run.smithi046.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-09T04:59:14.659 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:14.659 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:14.659 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:14.659 INFO:teuthology.orchestra.run.smithi046.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-09T04:59:14.659 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-09T04:59:14.659 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2023-12-09T04:59:14.777 INFO:teuthology.orchestra.run.smithi186.stdout:(6/6): ceph-test-19.0.0-44.g9dcc13bb.el8.x86_64 20 MB/s | 49 MB 00:02 2023-12-09T04:59:14.780 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2023-12-09T04:59:14.780 INFO:teuthology.orchestra.run.smithi186.stdout:Total 21 MB/s | 50 MB 00:02 2023-12-09T04:59:14.818 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2023-12-09T04:59:14.839 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2023-12-09T04:59:14.840 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2023-12-09T04:59:14.848 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph-test 2023-12-09T04:59:15.112 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2023-12-09T04:59:15.116 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2023-12-09T04:59:15.220 INFO:teuthology.orchestra.run.smithi046.stdout:Updating Subscription Management repositories. 2023-12-09T04:59:15.560 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2023-12-09T04:59:15.668 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T04:59:15.736 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T04:59:15.900 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-09T04:59:15.944 INFO:teuthology.orchestra.run.smithi046.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 109 kB/s | 4.5 kB 00:00 2023-12-09T04:59:16.052 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-09T04:59:16.175 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-09T04:59:16.269 INFO:teuthology.orchestra.run.smithi046.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 99 kB/s | 4.1 kB 00:00 2023-12-09T04:59:16.310 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T04:59:16.650 INFO:teuthology.orchestra.run.smithi073.stdout:(6/6): ceph-test-19.0.0-44.g9dcc13bb.el8.x86_64 17 MB/s | 49 MB 00:02 2023-12-09T04:59:16.652 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2023-12-09T04:59:16.652 INFO:teuthology.orchestra.run.smithi073.stdout:Total 17 MB/s | 50 MB 00:02 2023-12-09T04:59:16.689 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2023-12-09T04:59:16.713 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2023-12-09T04:59:16.713 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2023-12-09T04:59:16.981 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2023-12-09T04:59:16.985 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2023-12-09T04:59:17.477 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2023-12-09T04:59:17.608 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T04:59:17.702 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T04:59:17.912 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-09T04:59:17.960 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2023-12-09T04:59:17.961 INFO:teuthology.orchestra.run.smithi046.stdout:========================================================================================== 2023-12-09T04:59:17.962 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2023-12-09T04:59:17.962 INFO:teuthology.orchestra.run.smithi046.stdout:========================================================================================== 2023-12-09T04:59:17.962 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2023-12-09T04:59:17.962 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-test x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 49 M 2023-12-09T04:59:17.962 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2023-12-09T04:59:17.962 INFO:teuthology.orchestra.run.smithi046.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-09T04:59:17.962 INFO:teuthology.orchestra.run.smithi046.stdout: libcephsqlite x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 183 k 2023-12-09T04:59:17.962 INFO:teuthology.orchestra.run.smithi046.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-09T04:59:17.962 INFO:teuthology.orchestra.run.smithi046.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-09T04:59:17.962 INFO:teuthology.orchestra.run.smithi046.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-09T04:59:17.962 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-09T04:59:17.962 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2023-12-09T04:59:17.962 INFO:teuthology.orchestra.run.smithi046.stdout:========================================================================================== 2023-12-09T04:59:17.962 INFO:teuthology.orchestra.run.smithi046.stdout:Install 6 Packages 2023-12-09T04:59:17.963 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-09T04:59:17.963 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 50 M 2023-12-09T04:59:17.963 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 223 M 2023-12-09T04:59:17.963 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2023-12-09T04:59:17.994 INFO:teuthology.orchestra.run.smithi046.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.3 MB/s | 70 kB 00:00 2023-12-09T04:59:18.069 INFO:teuthology.orchestra.run.smithi046.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.2 MB/s | 323 kB 00:00 2023-12-09T04:59:18.092 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-09T04:59:18.111 INFO:teuthology.orchestra.run.smithi046.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.5 MB/s | 187 kB 00:00 2023-12-09T04:59:18.153 INFO:teuthology.orchestra.run.smithi046.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-09T04:59:18.241 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-09T04:59:18.278 INFO:teuthology.orchestra.run.smithi046.stdout:(5/6): libcephsqlite-19.0.0-44.g9dcc13bb.el8.x8 583 kB/s | 183 kB 00:00 2023-12-09T04:59:18.400 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T04:59:20.503 INFO:teuthology.orchestra.run.smithi046.stdout:(6/6): ceph-test-19.0.0-44.g9dcc13bb.el8.x86_64 19 MB/s | 49 MB 00:02 2023-12-09T04:59:20.505 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2023-12-09T04:59:20.506 INFO:teuthology.orchestra.run.smithi046.stdout:Total 20 MB/s | 50 MB 00:02 2023-12-09T04:59:20.545 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2023-12-09T04:59:20.568 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2023-12-09T04:59:20.568 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2023-12-09T04:59:20.854 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2023-12-09T04:59:20.858 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2023-12-09T04:59:21.057 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T04:59:21.340 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T04:59:21.360 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2023-12-09T04:59:21.514 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T04:59:21.565 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T04:59:21.565 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/6 2023-12-09T04:59:21.566 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/6 2023-12-09T04:59:21.566 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-09T04:59:21.566 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-09T04:59:21.566 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-09T04:59:21.606 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T04:59:21.779 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-09T04:59:21.949 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-09T04:59:22.089 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-09T04:59:22.214 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T04:59:23.121 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T04:59:23.413 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T04:59:23.622 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T04:59:23.622 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/6 2023-12-09T04:59:23.622 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/6 2023-12-09T04:59:23.622 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-09T04:59:23.622 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-09T04:59:23.622 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-09T04:59:25.935 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-09T04:59:25.935 INFO:teuthology.orchestra.run.smithi186.stdout:Installed products updated. 2023-12-09T04:59:26.121 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-12-09T04:59:26.121 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2023-12-09T04:59:26.121 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-09T04:59:26.121 INFO:teuthology.orchestra.run.smithi186.stdout: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-09T04:59:26.122 INFO:teuthology.orchestra.run.smithi186.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-09T04:59:26.122 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-12-09T04:59:26.122 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2023-12-09T04:59:26.250 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph 2023-12-09T04:59:26.588 INFO:teuthology.orchestra.run.smithi186.stdout:Updating Subscription Management repositories. 2023-12-09T04:59:27.284 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T04:59:27.321 INFO:teuthology.orchestra.run.smithi186.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 129 kB/s | 4.5 kB 00:00 2023-12-09T04:59:27.439 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-09T04:59:27.439 INFO:teuthology.orchestra.run.smithi073.stdout:Installed products updated. 2023-12-09T04:59:27.519 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T04:59:27.621 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-09T04:59:27.621 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2023-12-09T04:59:27.622 INFO:teuthology.orchestra.run.smithi073.stdout: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-09T04:59:27.622 INFO:teuthology.orchestra.run.smithi073.stdout: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-09T04:59:27.622 INFO:teuthology.orchestra.run.smithi073.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-09T04:59:27.622 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-12-09T04:59:27.622 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2023-12-09T04:59:27.628 INFO:teuthology.orchestra.run.smithi186.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 122 kB/s | 4.1 kB 00:00 2023-12-09T04:59:27.756 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T04:59:27.756 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/6 2023-12-09T04:59:27.756 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/6 2023-12-09T04:59:27.756 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-09T04:59:27.756 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-09T04:59:27.756 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-09T04:59:27.780 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum -y install ceph 2023-12-09T04:59:28.113 INFO:teuthology.orchestra.run.smithi073.stdout:Updating Subscription Management repositories. 2023-12-09T04:59:28.864 INFO:teuthology.orchestra.run.smithi073.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 153 kB/s | 4.5 kB 00:00 2023-12-09T04:59:29.171 INFO:teuthology.orchestra.run.smithi073.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 111 kB/s | 4.1 kB 00:00 2023-12-09T04:59:29.183 INFO:teuthology.orchestra.run.smithi186.stderr:Error: 2023-12-09T04:59:29.184 INFO:teuthology.orchestra.run.smithi186.stderr: Problem: conflicting requests 2023-12-09T04:59:29.184 INFO:teuthology.orchestra.run.smithi186.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:29.184 INFO:teuthology.orchestra.run.smithi186.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-09T04:59:29.263 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:59:29.264 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 smithi186 with status 1: 'sudo yum -y install ceph' 2023-12-09T04:59:29.266 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 smithi186 with status 1: 'sudo yum -y install ceph' 2023-12-09T04:59:29.350 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=b1ff976aadb64c81a6bed16924a1957f 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 smithi186 with status 1: 'sudo yum -y install ceph' 2023-12-09T04:59:29.354 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-09T04:59:29.368 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-09T04:59:29.379 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-09T04:59:29.380 DEBUG:teuthology.orchestra.run.smithi046:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-09T04:59:29.407 DEBUG:teuthology.orchestra.run.smithi073:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-09T04:59:29.411 DEBUG:teuthology.orchestra.run.smithi186:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-09T04:59:29.413 INFO:teuthology.orchestra.run.smithi046.stderr:bash: ntpq: command not found 2023-12-09T04:59:29.417 INFO:teuthology.orchestra.run.smithi046.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T04:59:29.417 INFO:teuthology.orchestra.run.smithi046.stdout:=============================================================================== 2023-12-09T04:59:29.417 INFO:teuthology.orchestra.run.smithi046.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 45 +1464us[+1464us] +/- 92ms 2023-12-09T04:59:29.417 INFO:teuthology.orchestra.run.smithi046.stdout:^* hv02.front.sepia.ceph.com 3 6 37 45 -853us[ -851us] +/- 68ms 2023-12-09T04:59:29.417 INFO:teuthology.orchestra.run.smithi046.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 45 -223us[ -223us] +/- 72ms 2023-12-09T04:59:29.418 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:59:29.426 INFO:teuthology.orchestra.run.smithi073.stderr:bash: ntpq: command not found 2023-12-09T04:59:29.427 INFO:teuthology.orchestra.run.smithi186.stderr:bash: ntpq: command not found 2023-12-09T04:59:29.427 INFO:teuthology.orchestra.run.smithi073.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T04:59:29.428 INFO:teuthology.orchestra.run.smithi073.stdout:=============================================================================== 2023-12-09T04:59:29.428 INFO:teuthology.orchestra.run.smithi073.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 44 +1502us[+1502us] +/- 92ms 2023-12-09T04:59:29.428 INFO:teuthology.orchestra.run.smithi073.stdout:^* hv02.front.sepia.ceph.com 3 6 37 45 -888us[ -894us] +/- 68ms 2023-12-09T04:59:29.428 INFO:teuthology.orchestra.run.smithi073.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 44 -224us[ -224us] +/- 72ms 2023-12-09T04:59:29.428 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:59:29.433 INFO:teuthology.orchestra.run.smithi186.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T04:59:29.433 INFO:teuthology.orchestra.run.smithi186.stdout:=============================================================================== 2023-12-09T04:59:29.433 INFO:teuthology.orchestra.run.smithi186.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 44 +1482us[+1501us] +/- 92ms 2023-12-09T04:59:29.433 INFO:teuthology.orchestra.run.smithi186.stdout:^* hv02.front.sepia.ceph.com 3 6 37 44 -889us[ -870us] +/- 68ms 2023-12-09T04:59:29.433 INFO:teuthology.orchestra.run.smithi186.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 44 -212us[ -193us] +/- 72ms 2023-12-09T04:59:29.433 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:59:29.434 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-09T04:59:29.447 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-09T04:59:29.448 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-09T04:59:29.461 DEBUG:teuthology.orchestra.run.smithi046:> 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-09T04:59:29.570 DEBUG:teuthology.orchestra.run.smithi073:> 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-09T04:59:29.660 DEBUG:teuthology.orchestra.run.smithi186:> 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-09T04:59:29.760 DEBUG:teuthology.orchestra.run.smithi046:> 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-09T04:59:29.791 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:59:29.792 DEBUG:teuthology.orchestra.run.smithi073:> 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-09T04:59:29.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:59:29.823 DEBUG:teuthology.orchestra.run.smithi186:> 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-09T04:59:29.854 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:59:29.855 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-09T04:59:29.864 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-09T04:59:29.877 INFO:teuthology.task.internal:Duration was 673.294924 seconds 2023-12-09T04:59:29.877 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-09T04:59:29.892 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-09T04:59:29.893 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-09T04:59:29.895 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-09T04:59:29.897 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-09T04:59:29.940 INFO:teuthology.orchestra.run.smithi073.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T04:59:29.940 INFO:teuthology.orchestra.run.smithi046.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T04:59:29.942 INFO:teuthology.orchestra.run.smithi186.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T04:59:30.221 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-09T04:59:30.222 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi046.front.sepia.ceph.com 2023-12-09T04:59:30.222 DEBUG:teuthology.orchestra.run.smithi046:> 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-09T04:59:30.246 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi073.front.sepia.ceph.com 2023-12-09T04:59:30.247 DEBUG:teuthology.orchestra.run.smithi073:> 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-09T04:59:30.269 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi186.front.sepia.ceph.com 2023-12-09T04:59:30.269 DEBUG:teuthology.orchestra.run.smithi186:> 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-09T04:59:30.291 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-09T04:59:30.291 DEBUG:teuthology.orchestra.run.smithi046:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-09T04:59:30.293 DEBUG:teuthology.orchestra.run.smithi073:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-09T04:59:30.311 DEBUG:teuthology.orchestra.run.smithi186:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-09T04:59:30.369 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-09T04:59:30.369 DEBUG:teuthology.orchestra.run.smithi046:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-09T04:59:30.372 DEBUG:teuthology.orchestra.run.smithi073:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-09T04:59:30.389 DEBUG:teuthology.orchestra.run.smithi186:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-09T04:59:30.476 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-09T04:59:30.485 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-09T04:59:30.486 DEBUG:teuthology.orchestra.run.smithi046:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-09T04:59:30.520 DEBUG:teuthology.orchestra.run.smithi073:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-09T04:59:30.554 DEBUG:teuthology.orchestra.run.smithi186:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-09T04:59:30.616 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-09T04:59:30.627 DEBUG:teuthology.orchestra.run.smithi046:> 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-09T04:59:30.629 DEBUG:teuthology.orchestra.run.smithi073:> 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-09T04:59:30.631 DEBUG:teuthology.orchestra.run.smithi186:> 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-09T04:59:30.655 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern = core 2023-12-09T04:59:30.656 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern = core 2023-12-09T04:59:30.657 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern = core 2023-12-09T04:59:30.686 DEBUG:teuthology.orchestra.run.smithi046:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-09T04:59:30.730 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:59:30.730 DEBUG:teuthology.orchestra.run.smithi073:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-09T04:59:30.745 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:59:30.746 DEBUG:teuthology.orchestra.run.smithi186:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-09T04:59:30.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:59:30.763 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-09T04:59:30.775 INFO:teuthology.task.internal:Transferring archived files... 2023-12-09T04:59:30.776 DEBUG:teuthology.misc:Transferring archived files from smithi046:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484896/remote/smithi046 2023-12-09T04:59:30.778 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-09T04:59:30.824 DEBUG:teuthology.misc:Transferring archived files from smithi073:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484896/remote/smithi073 2023-12-09T04:59:30.825 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-09T04:59:30.826 INFO:teuthology.orchestra.run.smithi073.stderr:Error: 2023-12-09T04:59:30.826 INFO:teuthology.orchestra.run.smithi073.stderr: Problem: conflicting requests 2023-12-09T04:59:30.826 INFO:teuthology.orchestra.run.smithi073.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:59:30.827 INFO:teuthology.orchestra.run.smithi073.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-09T04:59:30.870 DEBUG:teuthology.misc:Transferring archived files from smithi186:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484896/remote/smithi186 2023-12-09T04:59:30.871 DEBUG:teuthology.orchestra.run.smithi186:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-09T04:59:30.912 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:59:30.919 INFO:teuthology.task.internal:Removing archive directory... 2023-12-09T04:59:30.919 DEBUG:teuthology.orchestra.run.smithi046:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-09T04:59:30.922 DEBUG:teuthology.orchestra.run.smithi073:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-09T04:59:30.925 DEBUG:teuthology.orchestra.run.smithi186:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-09T04:59:30.971 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-09T04:59:30.984 INFO:teuthology.task.internal:Not uploading archives. 2023-12-09T04:59:30.984 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-09T04:59:31.007 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-09T04:59:31.007 DEBUG:teuthology.orchestra.run.smithi046:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-09T04:59:31.009 DEBUG:teuthology.orchestra.run.smithi073:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-09T04:59:31.011 DEBUG:teuthology.orchestra.run.smithi186:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-09T04:59:31.024 INFO:teuthology.orchestra.run.smithi046.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 9 04:59 /home/ubuntu/cephtest 2023-12-09T04:59:31.025 INFO:teuthology.orchestra.run.smithi073.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 9 04:59 /home/ubuntu/cephtest 2023-12-09T04:59:31.027 INFO:teuthology.orchestra.run.smithi186.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 9 04:59 /home/ubuntu/cephtest 2023-12-09T04:59:31.029 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-09T04:59:31.042 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-09T04:59:31.068 INFO:teuthology.nuke:Checking targets against current locks 2023-12-09T04:59:31.096 DEBUG:teuthology.nuke:shortname: smithi046 2023-12-09T04:59:31.097 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T04:59:31.122 DEBUG:teuthology.nuke:shortname: smithi073 2023-12-09T04:59:31.122 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T04:59:31.127 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi046.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484896', '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-09 04:42:46.067910', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T04:59:31.144 DEBUG:teuthology.nuke:shortname: smithi186 2023-12-09T04:59:31.145 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T04:59:31.152 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi073.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484896', '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-09 04:42:46.069028', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T04:59:31.164 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi186.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484896', '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-09 04:42:46.066094', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T04:59:31.178 INFO:teuthology.orchestra.console.smithi046:Power off 2023-12-09T04:59:31.179 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-09T04:59:31.204 DEBUG:teuthology.orchestra.console.smithi046:power off output: Chassis Power Control: Down/Off 2023-12-09T04:59:31.204 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:59:31.226 INFO:teuthology.orchestra.console.smithi186:Power off 2023-12-09T04:59:31.226 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-09T04:59:31.244 INFO:teuthology.orchestra.console.smithi073:Power off 2023-12-09T04:59:31.244 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-09T04:59:31.253 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2023-12-09T04:59:31.254 DEBUG:teuthology.orchestra.console.smithi186:power off output: Chassis Power Control: Down/Off 2023-12-09T04:59:31.254 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:59:31.275 DEBUG:teuthology.orchestra.console.smithi073:power off output: Chassis Power Control: Down/Off 2023-12-09T04:59:31.276 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:59:31.286 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is on 2023-12-09T04:59:31.304 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is on 2023-12-09T04:59:34.156 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-09T04:59:34.156 INFO:teuthology.orchestra.run.smithi046.stdout:Installed products updated. 2023-12-09T04:59:34.358 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-09T04:59:34.358 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2023-12-09T04:59:34.359 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-09T04:59:34.359 INFO:teuthology.orchestra.run.smithi046.stdout: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-09T04:59:34.359 INFO:teuthology.orchestra.run.smithi046.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-09T04:59:34.359 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-09T04:59:34.359 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2023-12-09T04:59:34.514 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph 2023-12-09T04:59:34.869 INFO:teuthology.orchestra.run.smithi046.stdout:Updating Subscription Management repositories. 2023-12-09T04:59:35.190 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T04:59:35.254 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:59:35.287 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:59:35.305 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:59:35.366 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2023-12-09T04:59:35.399 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is on 2023-12-09T04:59:35.417 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is on 2023-12-09T04:59:39.370 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:59:39.400 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:59:39.418 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:59:39.480 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2023-12-09T04:59:39.511 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is off 2023-12-09T04:59:39.530 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is off 2023-12-09T04:59:39.612 INFO:teuthology.orchestra.console.smithi186:Power off completed 2023-12-09T04:59:39.631 INFO:teuthology.orchestra.console.smithi073:Power off completed 2023-12-09T04:59:43.482 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:59:43.595 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is off 2023-12-09T04:59:43.696 INFO:teuthology.orchestra.console.smithi046:Power off completed 2023-12-09T04:59:43.800 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: 673.2949237823486 failure_reason: 'Command failed on smithi186 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=b1ff976aadb64c81a6bed16924a1957f status: fail success: false 2023-12-09T04:59:43.800 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-09T04:59:43.883 INFO:teuthology.run:FAIL