2023-12-09T02:27:11.268 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-09T02:27:11.268 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi --owner scheduled_yuriw@teuthology --verbose --description orch/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/on mon_election/classic task/test_set_mon_crush_locations} --archive /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484651 -- /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484651/orig.config.yaml 2023-12-09T02:27:11.301 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-09T02:27:11.374 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484651 branch: main description: orch/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: '7484651' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-08_19:38:02-orch-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: 8320 sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 sleep_before_teardown: 0 subset: 111/120000 suite: orch 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: smithi067.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi125.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi148.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 0x7fd1ef71bee0>, signals=[15]) 2023-12-09T02:27:12.008 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-09T02:27:12.016 INFO:teuthology.task.internal:Opening connections... 2023-12-09T02:27:12.016 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi067.front.sepia.ceph.com 2023-12-09T02:27:12.018 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:27:12.087 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi125.front.sepia.ceph.com 2023-12-09T02:27:12.088 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi125.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:27:12.155 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi148.front.sepia.ceph.com 2023-12-09T02:27:12.156 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:27:12.220 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-09T02:27:12.229 DEBUG:teuthology.orchestra.run.smithi067:> uname -m 2023-12-09T02:27:12.251 INFO:teuthology.orchestra.run.smithi067.stdout:x86_64 2023-12-09T02:27:12.251 DEBUG:teuthology.orchestra.run.smithi067:> cat /etc/os-release 2023-12-09T02:27:12.311 INFO:teuthology.orchestra.run.smithi067.stdout:NAME="Red Hat Enterprise Linux" 2023-12-09T02:27:12.312 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION="8.6 (Ootpa)" 2023-12-09T02:27:12.312 INFO:teuthology.orchestra.run.smithi067.stdout:ID="rhel" 2023-12-09T02:27:12.312 INFO:teuthology.orchestra.run.smithi067.stdout:ID_LIKE="fedora" 2023-12-09T02:27:12.312 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION_ID="8.6" 2023-12-09T02:27:12.312 INFO:teuthology.orchestra.run.smithi067.stdout:PLATFORM_ID="platform:el8" 2023-12-09T02:27:12.312 INFO:teuthology.orchestra.run.smithi067.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-09T02:27:12.312 INFO:teuthology.orchestra.run.smithi067.stdout:ANSI_COLOR="0;31" 2023-12-09T02:27:12.312 INFO:teuthology.orchestra.run.smithi067.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-09T02:27:12.312 INFO:teuthology.orchestra.run.smithi067.stdout:HOME_URL="https://www.redhat.com/" 2023-12-09T02:27:12.312 INFO:teuthology.orchestra.run.smithi067.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-09T02:27:12.312 INFO:teuthology.orchestra.run.smithi067.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-09T02:27:12.312 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-09T02:27:12.312 INFO:teuthology.orchestra.run.smithi067.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-09T02:27:12.312 INFO:teuthology.orchestra.run.smithi067.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-09T02:27:12.313 INFO:teuthology.orchestra.run.smithi067.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-09T02:27:12.313 INFO:teuthology.orchestra.run.smithi067.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-09T02:27:12.313 INFO:teuthology.lock.ops:Updating smithi067.front.sepia.ceph.com on lock server 2023-12-09T02:27:12.336 DEBUG:teuthology.orchestra.run.smithi125:> uname -m 2023-12-09T02:27:12.356 INFO:teuthology.orchestra.run.smithi125.stdout:x86_64 2023-12-09T02:27:12.356 DEBUG:teuthology.orchestra.run.smithi125:> cat /etc/os-release 2023-12-09T02:27:12.416 INFO:teuthology.orchestra.run.smithi125.stdout:NAME="Red Hat Enterprise Linux" 2023-12-09T02:27:12.416 INFO:teuthology.orchestra.run.smithi125.stdout:VERSION="8.6 (Ootpa)" 2023-12-09T02:27:12.416 INFO:teuthology.orchestra.run.smithi125.stdout:ID="rhel" 2023-12-09T02:27:12.416 INFO:teuthology.orchestra.run.smithi125.stdout:ID_LIKE="fedora" 2023-12-09T02:27:12.417 INFO:teuthology.orchestra.run.smithi125.stdout:VERSION_ID="8.6" 2023-12-09T02:27:12.417 INFO:teuthology.orchestra.run.smithi125.stdout:PLATFORM_ID="platform:el8" 2023-12-09T02:27:12.417 INFO:teuthology.orchestra.run.smithi125.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-09T02:27:12.417 INFO:teuthology.orchestra.run.smithi125.stdout:ANSI_COLOR="0;31" 2023-12-09T02:27:12.417 INFO:teuthology.orchestra.run.smithi125.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-09T02:27:12.417 INFO:teuthology.orchestra.run.smithi125.stdout:HOME_URL="https://www.redhat.com/" 2023-12-09T02:27:12.417 INFO:teuthology.orchestra.run.smithi125.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-09T02:27:12.417 INFO:teuthology.orchestra.run.smithi125.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-09T02:27:12.417 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-09T02:27:12.417 INFO:teuthology.orchestra.run.smithi125.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-09T02:27:12.417 INFO:teuthology.orchestra.run.smithi125.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-09T02:27:12.417 INFO:teuthology.orchestra.run.smithi125.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-09T02:27:12.417 INFO:teuthology.orchestra.run.smithi125.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-09T02:27:12.418 INFO:teuthology.lock.ops:Updating smithi125.front.sepia.ceph.com on lock server 2023-12-09T02:27:12.447 DEBUG:teuthology.orchestra.run.smithi148:> uname -m 2023-12-09T02:27:12.467 INFO:teuthology.orchestra.run.smithi148.stdout:x86_64 2023-12-09T02:27:12.467 DEBUG:teuthology.orchestra.run.smithi148:> cat /etc/os-release 2023-12-09T02:27:12.524 INFO:teuthology.orchestra.run.smithi148.stdout:NAME="Red Hat Enterprise Linux" 2023-12-09T02:27:12.525 INFO:teuthology.orchestra.run.smithi148.stdout:VERSION="8.6 (Ootpa)" 2023-12-09T02:27:12.525 INFO:teuthology.orchestra.run.smithi148.stdout:ID="rhel" 2023-12-09T02:27:12.525 INFO:teuthology.orchestra.run.smithi148.stdout:ID_LIKE="fedora" 2023-12-09T02:27:12.525 INFO:teuthology.orchestra.run.smithi148.stdout:VERSION_ID="8.6" 2023-12-09T02:27:12.525 INFO:teuthology.orchestra.run.smithi148.stdout:PLATFORM_ID="platform:el8" 2023-12-09T02:27:12.525 INFO:teuthology.orchestra.run.smithi148.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-09T02:27:12.525 INFO:teuthology.orchestra.run.smithi148.stdout:ANSI_COLOR="0;31" 2023-12-09T02:27:12.525 INFO:teuthology.orchestra.run.smithi148.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-09T02:27:12.525 INFO:teuthology.orchestra.run.smithi148.stdout:HOME_URL="https://www.redhat.com/" 2023-12-09T02:27:12.525 INFO:teuthology.orchestra.run.smithi148.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-09T02:27:12.525 INFO:teuthology.orchestra.run.smithi148.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-09T02:27:12.525 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-09T02:27:12.525 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-09T02:27:12.525 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-09T02:27:12.526 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-09T02:27:12.526 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-09T02:27:12.526 INFO:teuthology.lock.ops:Updating smithi148.front.sepia.ceph.com on lock server 2023-12-09T02:27:12.544 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-09T02:27:12.553 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-09T02:27:12.560 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-09T02:27:12.561 DEBUG:teuthology.orchestra.run.smithi067:> test '!' -e /home/ubuntu/cephtest 2023-12-09T02:27:12.563 DEBUG:teuthology.orchestra.run.smithi125:> test '!' -e /home/ubuntu/cephtest 2023-12-09T02:27:12.566 DEBUG:teuthology.orchestra.run.smithi148:> test '!' -e /home/ubuntu/cephtest 2023-12-09T02:27:12.584 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-09T02:27:12.591 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-09T02:27:12.592 DEBUG:teuthology.orchestra.run.smithi067:> test -z $(ls -A /var/lib/ceph) 2023-12-09T02:27:12.624 DEBUG:teuthology.orchestra.run.smithi125:> test -z $(ls -A /var/lib/ceph) 2023-12-09T02:27:12.626 DEBUG:teuthology.orchestra.run.smithi148:> test -z $(ls -A /var/lib/ceph) 2023-12-09T02:27:12.675 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-09T02:27:12.755 INFO:teuthology.run_tasks:Running task kernel... 2023-12-09T02:27:12.769 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-09T02:27:12.769 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-09T02:27:12.770 DEBUG:teuthology.orchestra.run.smithi067:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-09T02:27:12.770 DEBUG:teuthology.orchestra.run.smithi125:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-09T02:27:12.771 DEBUG:teuthology.orchestra.run.smithi148:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-09T02:27:12.789 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:27:12.790 DEBUG:teuthology.orchestra.run.smithi125:> uname -r 2023-12-09T02:27:12.790 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:27:12.791 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:27:12.792 DEBUG:teuthology.orchestra.run.smithi148:> uname -r 2023-12-09T02:27:12.792 DEBUG:teuthology.orchestra.run.smithi067:> uname -r 2023-12-09T02:27:12.849 INFO:teuthology.orchestra.run.smithi148.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-09T02:27:12.849 INFO:teuthology.task.kernel:Running kernel on smithi148: 4.18.0-372.9.1.el8.x86_64 2023-12-09T02:27:12.849 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum install -y kernel 2023-12-09T02:27:12.850 INFO:teuthology.orchestra.run.smithi125.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-09T02:27:12.851 INFO:teuthology.task.kernel:Running kernel on smithi125: 4.18.0-372.9.1.el8.x86_64 2023-12-09T02:27:12.851 DEBUG:teuthology.orchestra.run.smithi125:> sudo yum install -y kernel 2023-12-09T02:27:12.852 INFO:teuthology.orchestra.run.smithi067.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-09T02:27:12.852 INFO:teuthology.task.kernel:Running kernel on smithi067: 4.18.0-372.9.1.el8.x86_64 2023-12-09T02:27:12.852 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum install -y kernel 2023-12-09T02:27:14.049 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2023-12-09T02:27:14.049 INFO:teuthology.orchestra.run.smithi148.stdout:Unable to read consumer identity 2023-12-09T02:27:14.076 INFO:teuthology.orchestra.run.smithi125.stdout:Updating Subscription Management repositories. 2023-12-09T02:27:14.076 INFO:teuthology.orchestra.run.smithi125.stdout:Unable to read consumer identity 2023-12-09T02:27:14.118 INFO:teuthology.orchestra.run.smithi067.stdout:Updating Subscription Management repositories. 2023-12-09T02:27:14.118 INFO:teuthology.orchestra.run.smithi067.stdout:Unable to read consumer identity 2023-12-09T02:27:15.550 INFO:teuthology.orchestra.run.smithi125.stdout:Copr repo for python3-asyncssh owned by ceph 17 kB/s | 3.5 kB 00:00 2023-12-09T02:27:15.566 INFO:teuthology.orchestra.run.smithi148.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2023-12-09T02:27:15.588 INFO:teuthology.orchestra.run.smithi067.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-12-09T02:27:16.317 INFO:teuthology.orchestra.run.smithi125.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2023-12-09T02:27:16.425 INFO:teuthology.orchestra.run.smithi148.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2023-12-09T02:27:16.726 INFO:teuthology.orchestra.run.smithi067.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-12-09T02:27:19.859 INFO:teuthology.orchestra.run.smithi125.stdout:lab-extras 453 kB/s | 24 kB 00:00 2023-12-09T02:27:19.933 INFO:teuthology.orchestra.run.smithi148.stdout:lab-extras 450 kB/s | 24 kB 00:00 2023-12-09T02:27:20.489 INFO:teuthology.orchestra.run.smithi067.stdout:lab-extras 421 kB/s | 24 kB 00:00 2023-12-09T02:27:20.611 INFO:teuthology.orchestra.run.smithi125.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-09T02:27:20.627 INFO:teuthology.orchestra.run.smithi148.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-09T02:27:20.654 INFO:teuthology.orchestra.run.smithi125.stdout:Dependencies resolved. 2023-12-09T02:27:20.655 INFO:teuthology.orchestra.run.smithi125.stdout:Nothing to do. 2023-12-09T02:27:20.655 INFO:teuthology.orchestra.run.smithi125.stdout:Complete! 2023-12-09T02:27:20.675 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2023-12-09T02:27:20.676 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2023-12-09T02:27:20.676 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2023-12-09T02:27:20.763 DEBUG:teuthology.orchestra.run.smithi125:> echo no | sudo yum reinstall kernel || true 2023-12-09T02:27:20.804 DEBUG:teuthology.orchestra.run.smithi148:> echo no | sudo yum reinstall kernel || true 2023-12-09T02:27:21.093 INFO:teuthology.orchestra.run.smithi125.stdout:Updating Subscription Management repositories. 2023-12-09T02:27:21.093 INFO:teuthology.orchestra.run.smithi125.stdout:Unable to read consumer identity 2023-12-09T02:27:21.137 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2023-12-09T02:27:21.137 INFO:teuthology.orchestra.run.smithi148.stdout:Unable to read consumer identity 2023-12-09T02:27:21.250 INFO:teuthology.orchestra.run.smithi067.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-09T02:27:21.306 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2023-12-09T02:27:21.307 INFO:teuthology.orchestra.run.smithi067.stdout:Nothing to do. 2023-12-09T02:27:21.307 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2023-12-09T02:27:21.355 INFO:teuthology.orchestra.run.smithi125.stdout:Last metadata expiration check: 0:00:02 ago on Sat 09 Dec 2023 02:27:19 AM UTC. 2023-12-09T02:27:21.399 INFO:teuthology.orchestra.run.smithi125.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T02:27:21.403 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:02 ago on Sat 09 Dec 2023 02:27:19 AM UTC. 2023-12-09T02:27:21.442 DEBUG:teuthology.orchestra.run.smithi067:> echo no | sudo yum reinstall kernel || true 2023-12-09T02:27:21.443 INFO:teuthology.orchestra.run.smithi125.stderr:Error: No packages marked for reinstall. 2023-12-09T02:27:21.444 INFO:teuthology.orchestra.run.smithi148.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T02:27:21.483 INFO:teuthology.orchestra.run.smithi148.stderr:Error: No packages marked for reinstall. 2023-12-09T02:27:21.489 DEBUG:teuthology.orchestra.run.smithi125:> sudo yum reinstall -y kernel || true 2023-12-09T02:27:21.531 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum reinstall -y kernel || true 2023-12-09T02:27:21.795 INFO:teuthology.orchestra.run.smithi067.stdout:Updating Subscription Management repositories. 2023-12-09T02:27:21.796 INFO:teuthology.orchestra.run.smithi067.stdout:Unable to read consumer identity 2023-12-09T02:27:21.820 INFO:teuthology.orchestra.run.smithi125.stdout:Updating Subscription Management repositories. 2023-12-09T02:27:21.820 INFO:teuthology.orchestra.run.smithi125.stdout:Unable to read consumer identity 2023-12-09T02:27:21.861 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2023-12-09T02:27:21.861 INFO:teuthology.orchestra.run.smithi148.stdout:Unable to read consumer identity 2023-12-09T02:27:22.070 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:00:02 ago on Sat 09 Dec 2023 02:27:20 AM UTC. 2023-12-09T02:27:22.077 INFO:teuthology.orchestra.run.smithi125.stdout:Last metadata expiration check: 0:00:03 ago on Sat 09 Dec 2023 02:27:19 AM UTC. 2023-12-09T02:27:22.114 INFO:teuthology.orchestra.run.smithi067.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T02:27:22.116 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:03 ago on Sat 09 Dec 2023 02:27:19 AM UTC. 2023-12-09T02:27:22.120 INFO:teuthology.orchestra.run.smithi125.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T02:27:22.148 INFO:teuthology.orchestra.run.smithi125.stderr:Error: No packages marked for reinstall. 2023-12-09T02:27:22.156 INFO:teuthology.orchestra.run.smithi148.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T02:27:22.175 INFO:teuthology.orchestra.run.smithi067.stderr:Error: No packages marked for reinstall. 2023-12-09T02:27:22.198 INFO:teuthology.orchestra.run.smithi148.stderr:Error: No packages marked for reinstall. 2023-12-09T02:27:22.199 DEBUG:teuthology.orchestra.run.smithi125:> rpm -q kernel | sort -rV | head -n 1 2023-12-09T02:27:22.222 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum reinstall -y kernel || true 2023-12-09T02:27:22.246 DEBUG:teuthology.orchestra.run.smithi148:> rpm -q kernel | sort -rV | head -n 1 2023-12-09T02:27:22.279 INFO:teuthology.orchestra.run.smithi125.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-09T02:27:22.280 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-09T02:27:22.280 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-09T02:27:22.280 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-09T02:27:22.280 DEBUG:teuthology.orchestra.run.smithi125:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-09T02:27:22.315 INFO:teuthology.orchestra.run.smithi125.stdout:ttyS1 2023-12-09T02:27:22.327 INFO:teuthology.orchestra.run.smithi148.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-09T02:27:22.327 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-09T02:27:22.328 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-09T02:27:22.328 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-09T02:27:22.328 DEBUG:teuthology.orchestra.run.smithi148:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-09T02:27:22.329 DEBUG:teuthology.parallel:result is None 2023-12-09T02:27:22.354 INFO:teuthology.orchestra.run.smithi148.stdout:ttyS1 2023-12-09T02:27:22.366 DEBUG:teuthology.parallel:result is None 2023-12-09T02:27:22.571 INFO:teuthology.orchestra.run.smithi067.stdout:Updating Subscription Management repositories. 2023-12-09T02:27:22.571 INFO:teuthology.orchestra.run.smithi067.stdout:Unable to read consumer identity 2023-12-09T02:27:22.856 INFO:teuthology.orchestra.run.smithi067.stdout:Last metadata expiration check: 0:00:02 ago on Sat 09 Dec 2023 02:27:20 AM UTC. 2023-12-09T02:27:22.903 INFO:teuthology.orchestra.run.smithi067.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T02:27:22.938 INFO:teuthology.orchestra.run.smithi067.stderr:Error: No packages marked for reinstall. 2023-12-09T02:27:22.987 DEBUG:teuthology.orchestra.run.smithi067:> rpm -q kernel | sort -rV | head -n 1 2023-12-09T02:27:23.070 INFO:teuthology.orchestra.run.smithi067.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-09T02:27:23.071 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-09T02:27:23.071 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-09T02:27:23.071 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-09T02:27:23.071 DEBUG:teuthology.orchestra.run.smithi067:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-09T02:27:23.105 INFO:teuthology.orchestra.run.smithi067.stdout:ttyS1 2023-12-09T02:27:23.117 DEBUG:teuthology.parallel:result is None 2023-12-09T02:27:23.117 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-09T02:27:23.125 INFO:teuthology.task.internal:Creating test directory... 2023-12-09T02:27:23.125 DEBUG:teuthology.orchestra.run.smithi067:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-09T02:27:23.159 DEBUG:teuthology.orchestra.run.smithi125:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-09T02:27:23.161 DEBUG:teuthology.orchestra.run.smithi148:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-09T02:27:23.180 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-09T02:27:23.188 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-09T02:27:23.197 INFO:teuthology.task.internal:Creating archive directory... 2023-12-09T02:27:23.198 DEBUG:teuthology.orchestra.run.smithi067:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-09T02:27:23.216 DEBUG:teuthology.orchestra.run.smithi125:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-09T02:27:23.218 DEBUG:teuthology.orchestra.run.smithi148:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-09T02:27:23.246 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-09T02:27:23.255 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-09T02:27:23.255 DEBUG:teuthology.orchestra.run.smithi067:> 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-09T02:27:23.273 DEBUG:teuthology.orchestra.run.smithi125:> 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-09T02:27:23.276 DEBUG:teuthology.orchestra.run.smithi148:> 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-09T02:27:23.314 INFO:teuthology.orchestra.run.smithi125.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T02:27:23.319 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T02:27:23.325 INFO:teuthology.orchestra.run.smithi125.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T02:27:23.330 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T02:27:23.337 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T02:27:23.349 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T02:27:23.350 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-09T02:27:23.359 INFO:teuthology.task.internal:Configuring sudo... 2023-12-09T02:27:23.359 DEBUG:teuthology.orchestra.run.smithi067:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-09T02:27:23.362 DEBUG:teuthology.orchestra.run.smithi125:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-09T02:27:23.369 DEBUG:teuthology.orchestra.run.smithi148:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-09T02:27:23.398 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-09T02:27:23.408 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-09T02:27:23.408 DEBUG:teuthology.orchestra.run.smithi067:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-09T02:27:23.429 DEBUG:teuthology.orchestra.run.smithi125:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-09T02:27:23.435 DEBUG:teuthology.orchestra.run.smithi148:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-09T02:27:23.456 DEBUG:teuthology.orchestra.run.smithi067:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T02:27:23.529 DEBUG:teuthology.orchestra.run.smithi067:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T02:27:23.589 DEBUG:teuthology.orchestra.run.smithi067:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T02:27:23.631 DEBUG:teuthology.orchestra.run.smithi067:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T02:27:23.675 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-09T02:27:23.675 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-09T02:27:23.751 DEBUG:teuthology.orchestra.run.smithi125:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T02:27:23.794 DEBUG:teuthology.orchestra.run.smithi125:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T02:27:23.841 DEBUG:teuthology.orchestra.run.smithi125:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T02:27:23.925 DEBUG:teuthology.orchestra.run.smithi125:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T02:27:23.965 DEBUG:teuthology.orchestra.run.smithi125:> set -ex 2023-12-09T02:27:23.965 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-09T02:27:24.039 DEBUG:teuthology.orchestra.run.smithi148:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T02:27:24.086 DEBUG:teuthology.orchestra.run.smithi148:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T02:27:24.156 DEBUG:teuthology.orchestra.run.smithi148:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T02:27:24.200 DEBUG:teuthology.orchestra.run.smithi148:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T02:27:24.244 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2023-12-09T02:27:24.244 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-09T02:27:24.314 DEBUG:teuthology.orchestra.run.smithi067:> sudo service rsyslog restart 2023-12-09T02:27:24.316 DEBUG:teuthology.orchestra.run.smithi125:> sudo service rsyslog restart 2023-12-09T02:27:24.318 DEBUG:teuthology.orchestra.run.smithi148:> sudo service rsyslog restart 2023-12-09T02:27:24.371 INFO:teuthology.orchestra.run.smithi125.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T02:27:24.383 INFO:teuthology.orchestra.run.smithi067.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T02:27:24.413 INFO:teuthology.orchestra.run.smithi148.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T02:27:24.770 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-09T02:27:24.777 INFO:teuthology.task.internal:Starting timer... 2023-12-09T02:27:24.778 INFO:teuthology.run_tasks:Running task pcp... 2023-12-09T02:27:24.814 INFO:teuthology.run_tasks:Running task selinux... 2023-12-09T02:27:24.824 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-09T02:27:24.824 DEBUG:teuthology.orchestra.run.smithi067:> sudo service auditd rotate 2023-12-09T02:27:24.889 INFO:teuthology.orchestra.run.smithi067.stdout:Rotating logs: 2023-12-09T02:27:24.891 DEBUG:teuthology.orchestra.run.smithi125:> sudo service auditd rotate 2023-12-09T02:27:24.955 INFO:teuthology.orchestra.run.smithi125.stdout:Rotating logs: 2023-12-09T02:27:24.956 DEBUG:teuthology.orchestra.run.smithi148:> sudo service auditd rotate 2023-12-09T02:27:25.015 INFO:teuthology.orchestra.run.smithi148.stdout:Rotating logs: 2023-12-09T02:27:25.017 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-09T02:27:25.017 DEBUG:teuthology.orchestra.run.smithi067:> /usr/sbin/getenforce 2023-12-09T02:27:25.041 INFO:teuthology.orchestra.run.smithi067.stdout:Permissive 2023-12-09T02:27:25.041 DEBUG:teuthology.orchestra.run.smithi125:> /usr/sbin/getenforce 2023-12-09T02:27:25.062 INFO:teuthology.orchestra.run.smithi125.stdout:Permissive 2023-12-09T02:27:25.063 DEBUG:teuthology.orchestra.run.smithi148:> /usr/sbin/getenforce 2023-12-09T02:27:25.084 INFO:teuthology.orchestra.run.smithi148.stdout:Permissive 2023-12-09T02:27:25.084 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi067.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi125.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi148.front.sepia.ceph.com': 'permissive'} 2023-12-09T02:27:25.084 DEBUG:teuthology.orchestra.run.smithi067:> 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-09T02:27:25.113 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:27:25.113 DEBUG:teuthology.orchestra.run.smithi125:> 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-09T02:27:25.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:27:25.142 DEBUG:teuthology.orchestra.run.smithi148:> 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-09T02:27:25.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:27:25.170 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-09T02:27:25.170 DEBUG:teuthology.orchestra.run.smithi067:> sudo /usr/sbin/setenforce permissive 2023-12-09T02:27:25.198 DEBUG:teuthology.orchestra.run.smithi125:> sudo /usr/sbin/setenforce permissive 2023-12-09T02:27:25.225 DEBUG:teuthology.orchestra.run.smithi148:> sudo /usr/sbin/setenforce permissive 2023-12-09T02:27:25.253 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-09T02:27:25.263 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-09T02:27:25.263 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-09T02:27:25.280 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-09T02:27:25.281 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi067.front.sepia.ceph.com,smithi125.front.sepia.ceph.com,smithi148.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-09T02:36:48.343 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi067.front.sepia.ceph.com'), Remote(name='ubuntu@smithi125.front.sepia.ceph.com'), Remote(name='ubuntu@smithi148.front.sepia.ceph.com')] 2023-12-09T02:36:48.344 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2023-12-09T02:36:48.345 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:36:48.415 DEBUG:teuthology.orchestra.run.smithi067:> true 2023-12-09T02:36:48.485 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi067.front.sepia.ceph.com' 2023-12-09T02:36:48.485 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi125.front.sepia.ceph.com' 2023-12-09T02:36:48.485 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi125.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:36:48.553 DEBUG:teuthology.orchestra.run.smithi125:> true 2023-12-09T02:36:48.619 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi125.front.sepia.ceph.com' 2023-12-09T02:36:48.620 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2023-12-09T02:36:48.620 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:36:48.689 DEBUG:teuthology.orchestra.run.smithi148:> true 2023-12-09T02:36:48.756 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi148.front.sepia.ceph.com' 2023-12-09T02:36:48.757 INFO:teuthology.run_tasks:Running task clock... 2023-12-09T02:36:48.770 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-09T02:36:48.771 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-09T02:36:48.772 DEBUG:teuthology.orchestra.run.smithi067:> 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-09T02:36:48.775 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-09T02:36:48.775 DEBUG:teuthology.orchestra.run.smithi125:> 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-09T02:36:48.777 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-09T02:36:48.777 DEBUG:teuthology.orchestra.run.smithi148:> 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-09T02:36:48.806 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-09T02:36:48.807 INFO:teuthology.orchestra.run.smithi125.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-09T02:36:48.821 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-09T02:36:48.822 INFO:teuthology.orchestra.run.smithi125.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-09T02:36:48.829 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-09T02:36:48.845 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-09T02:36:48.897 INFO:teuthology.orchestra.run.smithi067.stderr:sudo: ntpd: command not found 2023-12-09T02:36:48.900 INFO:teuthology.orchestra.run.smithi125.stderr:sudo: ntpd: command not found 2023-12-09T02:36:48.910 INFO:teuthology.orchestra.run.smithi067.stdout:506 Cannot talk to daemon 2023-12-09T02:36:48.912 INFO:teuthology.orchestra.run.smithi125.stdout:506 Cannot talk to daemon 2023-12-09T02:36:48.921 INFO:teuthology.orchestra.run.smithi148.stderr:sudo: ntpd: command not found 2023-12-09T02:36:48.924 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-09T02:36:48.926 INFO:teuthology.orchestra.run.smithi125.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-09T02:36:48.933 INFO:teuthology.orchestra.run.smithi148.stdout:506 Cannot talk to daemon 2023-12-09T02:36:48.939 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-09T02:36:48.940 INFO:teuthology.orchestra.run.smithi125.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-09T02:36:48.947 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-09T02:36:48.961 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-09T02:36:49.015 INFO:teuthology.orchestra.run.smithi125.stderr:bash: ntpq: command not found 2023-12-09T02:36:49.018 INFO:teuthology.orchestra.run.smithi125.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T02:36:49.019 INFO:teuthology.orchestra.run.smithi125.stdout:=============================================================================== 2023-12-09T02:36:49.019 INFO:teuthology.orchestra.run.smithi125.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:36:49.019 INFO:teuthology.orchestra.run.smithi125.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:36:49.019 INFO:teuthology.orchestra.run.smithi125.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:36:49.019 INFO:teuthology.orchestra.run.smithi125.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:36:49.021 INFO:teuthology.orchestra.run.smithi067.stderr:bash: ntpq: command not found 2023-12-09T02:36:49.024 INFO:teuthology.orchestra.run.smithi067.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T02:36:49.025 INFO:teuthology.orchestra.run.smithi067.stdout:=============================================================================== 2023-12-09T02:36:49.025 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:36:49.025 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:36:49.025 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:36:49.025 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:36:49.044 INFO:teuthology.orchestra.run.smithi148.stderr:bash: ntpq: command not found 2023-12-09T02:36:49.047 INFO:teuthology.orchestra.run.smithi148.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T02:36:49.047 INFO:teuthology.orchestra.run.smithi148.stdout:=============================================================================== 2023-12-09T02:36:49.047 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:36:49.047 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:36:49.047 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:36:49.047 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:36:49.048 INFO:teuthology.run_tasks:Running task pexec... 2023-12-09T02:36:49.058 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-09T02:36:49.058 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi067.front.sepia.ceph.com 2023-12-09T02:36:49.058 DEBUG:teuthology.orchestra.run.smithi067:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-09T02:36:49.059 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi125.front.sepia.ceph.com 2023-12-09T02:36:49.059 DEBUG:teuthology.orchestra.run.smithi125:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-09T02:36:49.059 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi148.front.sepia.ceph.com 2023-12-09T02:36:49.059 DEBUG:teuthology.orchestra.run.smithi148:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-09T02:36:49.431 INFO:teuthology.orchestra.run.smithi125.stdout:Updating Subscription Management repositories. 2023-12-09T02:36:49.458 INFO:teuthology.orchestra.run.smithi067.stdout:Updating Subscription Management repositories. 2023-12-09T02:36:49.462 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2023-12-09T02:36:50.180 INFO:teuthology.orchestra.run.smithi125.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 163 kB/s | 4.5 kB 00:00 2023-12-09T02:36:50.187 INFO:teuthology.orchestra.run.smithi067.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 154 kB/s | 4.5 kB 00:00 2023-12-09T02:36:50.212 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 162 kB/s | 4.1 kB 00:00 2023-12-09T02:36:50.413 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 172 kB/s | 4.5 kB 00:00 2023-12-09T02:36:50.470 INFO:teuthology.orchestra.run.smithi125.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 162 kB/s | 4.1 kB 00:00 2023-12-09T02:36:50.503 INFO:teuthology.orchestra.run.smithi067.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 143 kB/s | 4.1 kB 00:00 2023-12-09T02:36:52.347 INFO:teuthology.orchestra.run.smithi125.stdout:Dependencies resolved. 2023-12-09T02:36:52.348 INFO:teuthology.orchestra.run.smithi125.stdout:================================================================================ 2023-12-09T02:36:52.348 INFO:teuthology.orchestra.run.smithi125.stdout: Package Architecture Version Repository Size 2023-12-09T02:36:52.348 INFO:teuthology.orchestra.run.smithi125.stdout:================================================================================ 2023-12-09T02:36:52.348 INFO:teuthology.orchestra.run.smithi125.stdout:Resetting modules: 2023-12-09T02:36:52.348 INFO:teuthology.orchestra.run.smithi125.stdout: container-tools 2023-12-09T02:36:52.348 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-09T02:36:52.348 INFO:teuthology.orchestra.run.smithi125.stdout:Transaction Summary 2023-12-09T02:36:52.348 INFO:teuthology.orchestra.run.smithi125.stdout:================================================================================ 2023-12-09T02:36:52.348 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-09T02:36:52.475 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2023-12-09T02:36:52.476 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2023-12-09T02:36:52.476 INFO:teuthology.orchestra.run.smithi148.stdout: Package Architecture Version Repository Size 2023-12-09T02:36:52.476 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2023-12-09T02:36:52.476 INFO:teuthology.orchestra.run.smithi148.stdout:Resetting modules: 2023-12-09T02:36:52.477 INFO:teuthology.orchestra.run.smithi148.stdout: container-tools 2023-12-09T02:36:52.477 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-09T02:36:52.477 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2023-12-09T02:36:52.477 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2023-12-09T02:36:52.477 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-09T02:36:52.658 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2023-12-09T02:36:52.659 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2023-12-09T02:36:52.659 INFO:teuthology.orchestra.run.smithi067.stdout: Package Architecture Version Repository Size 2023-12-09T02:36:52.659 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2023-12-09T02:36:52.659 INFO:teuthology.orchestra.run.smithi067.stdout:Resetting modules: 2023-12-09T02:36:52.659 INFO:teuthology.orchestra.run.smithi067.stdout: container-tools 2023-12-09T02:36:52.659 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-09T02:36:52.659 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2023-12-09T02:36:52.659 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2023-12-09T02:36:52.659 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-09T02:36:56.446 INFO:teuthology.orchestra.run.smithi125.stdout:Complete! 2023-12-09T02:36:56.704 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2023-12-09T02:36:56.865 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2023-12-09T02:36:56.982 INFO:teuthology.orchestra.run.smithi125.stdout:Updating Subscription Management repositories. 2023-12-09T02:36:57.173 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2023-12-09T02:36:57.335 INFO:teuthology.orchestra.run.smithi067.stdout:Updating Subscription Management repositories. 2023-12-09T02:36:57.582 INFO:teuthology.orchestra.run.smithi125.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 156 kB/s | 4.5 kB 00:00 2023-12-09T02:36:57.799 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 150 kB/s | 4.1 kB 00:00 2023-12-09T02:36:57.880 INFO:teuthology.orchestra.run.smithi125.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 156 kB/s | 4.1 kB 00:00 2023-12-09T02:36:57.971 INFO:teuthology.orchestra.run.smithi067.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 156 kB/s | 4.5 kB 00:00 2023-12-09T02:36:57.997 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 177 kB/s | 4.5 kB 00:00 2023-12-09T02:36:58.301 INFO:teuthology.orchestra.run.smithi067.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 124 kB/s | 4.1 kB 00:00 2023-12-09T02:36:59.734 INFO:teuthology.orchestra.run.smithi125.stdout:Dependencies resolved. 2023-12-09T02:36:59.827 INFO:teuthology.orchestra.run.smithi125.stdout:============================================================================================================ 2023-12-09T02:36:59.827 INFO:teuthology.orchestra.run.smithi125.stdout: Package Arch Version Repository Size 2023-12-09T02:36:59.827 INFO:teuthology.orchestra.run.smithi125.stdout:============================================================================================================ 2023-12-09T02:36:59.827 INFO:teuthology.orchestra.run.smithi125.stdout:Installing group/module packages: 2023-12-09T02:36:59.827 INFO:teuthology.orchestra.run.smithi125.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-09T02:36:59.827 INFO:teuthology.orchestra.run.smithi125.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-09T02:36:59.828 INFO:teuthology.orchestra.run.smithi125.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-09T02:36:59.828 INFO:teuthology.orchestra.run.smithi125.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-09T02:36:59.828 INFO:teuthology.orchestra.run.smithi125.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-09T02:36:59.828 INFO:teuthology.orchestra.run.smithi125.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-09T02:36:59.828 INFO:teuthology.orchestra.run.smithi125.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-09T02:36:59.828 INFO:teuthology.orchestra.run.smithi125.stdout:Installing dependencies: 2023-12-09T02:36:59.828 INFO:teuthology.orchestra.run.smithi125.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-09T02:36:59.829 INFO:teuthology.orchestra.run.smithi125.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-09T02:36:59.829 INFO:teuthology.orchestra.run.smithi125.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-09T02:36:59.829 INFO:teuthology.orchestra.run.smithi125.stdout:Installing module profiles: 2023-12-09T02:36:59.829 INFO:teuthology.orchestra.run.smithi125.stdout: container-tools/common 2023-12-09T02:36:59.829 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-09T02:36:59.829 INFO:teuthology.orchestra.run.smithi125.stdout:Enabling module streams: 2023-12-09T02:36:59.829 INFO:teuthology.orchestra.run.smithi125.stdout: container-tools rhel8 2023-12-09T02:36:59.829 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-09T02:36:59.830 INFO:teuthology.orchestra.run.smithi125.stdout:Transaction Summary 2023-12-09T02:36:59.830 INFO:teuthology.orchestra.run.smithi125.stdout:============================================================================================================ 2023-12-09T02:36:59.830 INFO:teuthology.orchestra.run.smithi125.stdout:Install 10 Packages 2023-12-09T02:36:59.830 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-09T02:36:59.831 INFO:teuthology.orchestra.run.smithi125.stdout:Total download size: 18 M 2023-12-09T02:36:59.831 INFO:teuthology.orchestra.run.smithi125.stdout:Installed size: 65 M 2023-12-09T02:36:59.831 INFO:teuthology.orchestra.run.smithi125.stdout:Downloading Packages: 2023-12-09T02:36:59.895 INFO:teuthology.orchestra.run.smithi125.stdout:(1/10): yajl-2.1.0-10.el8.x86_64.rpm 620 kB/s | 41 kB 00:00 2023-12-09T02:36:59.912 INFO:teuthology.orchestra.run.smithi125.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 301 kB/s | 25 kB 00:00 2023-12-09T02:36:59.937 INFO:teuthology.orchestra.run.smithi125.stdout:(3/10): python3-pyxdg-0.25-16.el8.noarch.rpm 869 kB/s | 94 kB 00:00 2023-12-09T02:36:59.954 INFO:teuthology.orchestra.run.smithi125.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 841 kB/s | 49 kB 00:00 2023-12-09T02:36:59.988 INFO:teuthology.orchestra.run.smithi125.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.8 MB/s | 524 kB 00:00 2023-12-09T02:37:00.013 INFO:teuthology.orchestra.run.smithi125.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-12-09T02:37:00.038 INFO:teuthology.orchestra.run.smithi125.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.2 MB/s | 213 kB 00:00 2023-12-09T02:37:00.072 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2023-12-09T02:37:00.130 INFO:teuthology.orchestra.run.smithi125.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-09T02:37:00.167 INFO:teuthology.orchestra.run.smithi148.stdout:============================================================================================================ 2023-12-09T02:37:00.167 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2023-12-09T02:37:00.167 INFO:teuthology.orchestra.run.smithi148.stdout:============================================================================================================ 2023-12-09T02:37:00.167 INFO:teuthology.orchestra.run.smithi148.stdout:Installing group/module packages: 2023-12-09T02:37:00.167 INFO:teuthology.orchestra.run.smithi148.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-09T02:37:00.167 INFO:teuthology.orchestra.run.smithi148.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-09T02:37:00.167 INFO:teuthology.orchestra.run.smithi148.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-09T02:37:00.167 INFO:teuthology.orchestra.run.smithi148.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-09T02:37:00.167 INFO:teuthology.orchestra.run.smithi148.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-09T02:37:00.168 INFO:teuthology.orchestra.run.smithi148.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-09T02:37:00.168 INFO:teuthology.orchestra.run.smithi148.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-09T02:37:00.168 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2023-12-09T02:37:00.168 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-09T02:37:00.168 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-09T02:37:00.168 INFO:teuthology.orchestra.run.smithi148.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-09T02:37:00.168 INFO:teuthology.orchestra.run.smithi148.stdout:Installing module profiles: 2023-12-09T02:37:00.168 INFO:teuthology.orchestra.run.smithi148.stdout: container-tools/common 2023-12-09T02:37:00.168 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-09T02:37:00.168 INFO:teuthology.orchestra.run.smithi148.stdout:Enabling module streams: 2023-12-09T02:37:00.168 INFO:teuthology.orchestra.run.smithi148.stdout: container-tools rhel8 2023-12-09T02:37:00.168 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-09T02:37:00.168 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2023-12-09T02:37:00.168 INFO:teuthology.orchestra.run.smithi148.stdout:============================================================================================================ 2023-12-09T02:37:00.168 INFO:teuthology.orchestra.run.smithi148.stdout:Install 10 Packages 2023-12-09T02:37:00.168 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-09T02:37:00.169 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 18 M 2023-12-09T02:37:00.169 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 65 M 2023-12-09T02:37:00.169 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2023-12-09T02:37:00.238 INFO:teuthology.orchestra.run.smithi148.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 1.3 MB/s | 94 kB 00:00 2023-12-09T02:37:00.247 INFO:teuthology.orchestra.run.smithi125.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 30 MB/s | 7.0 MB 00:00 2023-12-09T02:37:00.255 INFO:teuthology.orchestra.run.smithi148.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 291 kB/s | 25 kB 00:00 2023-12-09T02:37:00.280 INFO:teuthology.orchestra.run.smithi148.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 369 kB/s | 41 kB 00:00 2023-12-09T02:37:00.297 INFO:teuthology.orchestra.run.smithi148.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 841 kB/s | 49 kB 00:00 2023-12-09T02:37:00.330 INFO:teuthology.orchestra.run.smithi148.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.8 MB/s | 524 kB 00:00 2023-12-09T02:37:00.347 INFO:teuthology.orchestra.run.smithi125.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 20 MB/s | 8.0 MB 00:00 2023-12-09T02:37:00.348 INFO:teuthology.orchestra.run.smithi148.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.9 MB/s | 149 kB 00:00 2023-12-09T02:37:00.348 INFO:teuthology.orchestra.run.smithi125.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:37:00.348 INFO:teuthology.orchestra.run.smithi125.stdout:Total 35 MB/s | 18 MB 00:00 2023-12-09T02:37:00.373 INFO:teuthology.orchestra.run.smithi148.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 5.0 MB/s | 213 kB 00:00 2023-12-09T02:37:00.410 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2023-12-09T02:37:00.465 INFO:teuthology.orchestra.run.smithi148.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-09T02:37:00.511 INFO:teuthology.orchestra.run.smithi067.stdout:============================================================================================================ 2023-12-09T02:37:00.511 INFO:teuthology.orchestra.run.smithi067.stdout: Package Arch Version Repository Size 2023-12-09T02:37:00.511 INFO:teuthology.orchestra.run.smithi067.stdout:============================================================================================================ 2023-12-09T02:37:00.512 INFO:teuthology.orchestra.run.smithi067.stdout:Installing group/module packages: 2023-12-09T02:37:00.512 INFO:teuthology.orchestra.run.smithi067.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-09T02:37:00.512 INFO:teuthology.orchestra.run.smithi067.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-09T02:37:00.512 INFO:teuthology.orchestra.run.smithi067.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-09T02:37:00.512 INFO:teuthology.orchestra.run.smithi067.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-09T02:37:00.512 INFO:teuthology.orchestra.run.smithi067.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-09T02:37:00.512 INFO:teuthology.orchestra.run.smithi067.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-09T02:37:00.512 INFO:teuthology.orchestra.run.smithi067.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-09T02:37:00.512 INFO:teuthology.orchestra.run.smithi067.stdout:Installing dependencies: 2023-12-09T02:37:00.512 INFO:teuthology.orchestra.run.smithi067.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-09T02:37:00.512 INFO:teuthology.orchestra.run.smithi067.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-09T02:37:00.512 INFO:teuthology.orchestra.run.smithi067.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-09T02:37:00.512 INFO:teuthology.orchestra.run.smithi067.stdout:Installing module profiles: 2023-12-09T02:37:00.512 INFO:teuthology.orchestra.run.smithi067.stdout: container-tools/common 2023-12-09T02:37:00.512 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-09T02:37:00.513 INFO:teuthology.orchestra.run.smithi067.stdout:Enabling module streams: 2023-12-09T02:37:00.513 INFO:teuthology.orchestra.run.smithi067.stdout: container-tools rhel8 2023-12-09T02:37:00.513 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-09T02:37:00.513 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2023-12-09T02:37:00.513 INFO:teuthology.orchestra.run.smithi067.stdout:============================================================================================================ 2023-12-09T02:37:00.513 INFO:teuthology.orchestra.run.smithi067.stdout:Install 10 Packages 2023-12-09T02:37:00.513 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-09T02:37:00.513 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 18 M 2023-12-09T02:37:00.514 INFO:teuthology.orchestra.run.smithi067.stdout:Installed size: 65 M 2023-12-09T02:37:00.514 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2023-12-09T02:37:00.548 INFO:teuthology.orchestra.run.smithi125.stdout:Running transaction check 2023-12-09T02:37:00.567 INFO:teuthology.orchestra.run.smithi125.stdout:Transaction check succeeded. 2023-12-09T02:37:00.567 INFO:teuthology.orchestra.run.smithi125.stdout:Running transaction test 2023-12-09T02:37:00.582 INFO:teuthology.orchestra.run.smithi148.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 30 MB/s | 7.0 MB 00:00 2023-12-09T02:37:00.593 INFO:teuthology.orchestra.run.smithi067.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 1.2 MB/s | 94 kB 00:00 2023-12-09T02:37:00.618 INFO:teuthology.orchestra.run.smithi067.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 239 kB/s | 25 kB 00:00 2023-12-09T02:37:00.644 INFO:teuthology.orchestra.run.smithi067.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 315 kB/s | 41 kB 00:00 2023-12-09T02:37:00.669 INFO:teuthology.orchestra.run.smithi067.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 653 kB/s | 49 kB 00:00 2023-12-09T02:37:00.690 INFO:teuthology.orchestra.run.smithi148.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 19 MB/s | 8.0 MB 00:00 2023-12-09T02:37:00.691 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:37:00.691 INFO:teuthology.orchestra.run.smithi148.stdout:Total 35 MB/s | 18 MB 00:00 2023-12-09T02:37:00.729 INFO:teuthology.orchestra.run.smithi067.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 4.6 MB/s | 524 kB 00:00 2023-12-09T02:37:00.751 INFO:teuthology.orchestra.run.smithi125.stdout:Transaction test succeeded. 2023-12-09T02:37:00.755 INFO:teuthology.orchestra.run.smithi125.stdout:Running transaction 2023-12-09T02:37:00.761 INFO:teuthology.orchestra.run.smithi067.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 1.6 MB/s | 149 kB 00:00 2023-12-09T02:37:00.786 INFO:teuthology.orchestra.run.smithi067.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 3.6 MB/s | 213 kB 00:00 2023-12-09T02:37:00.887 INFO:teuthology.orchestra.run.smithi067.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-09T02:37:00.892 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2023-12-09T02:37:00.911 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2023-12-09T02:37:00.911 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2023-12-09T02:37:01.029 INFO:teuthology.orchestra.run.smithi067.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 26 MB/s | 7.0 MB 00:00 2023-12-09T02:37:01.093 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2023-12-09T02:37:01.097 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2023-12-09T02:37:01.120 INFO:teuthology.orchestra.run.smithi067.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 17 MB/s | 8.0 MB 00:00 2023-12-09T02:37:01.121 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:37:01.121 INFO:teuthology.orchestra.run.smithi067.stdout:Total 30 MB/s | 18 MB 00:00 2023-12-09T02:37:01.270 INFO:teuthology.orchestra.run.smithi125.stdout: Preparing : 1/1 2023-12-09T02:37:01.329 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2023-12-09T02:37:01.350 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2023-12-09T02:37:01.350 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2023-12-09T02:37:01.458 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-09T02:37:01.545 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2023-12-09T02:37:01.549 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2023-12-09T02:37:01.607 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2023-12-09T02:37:01.646 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-09T02:37:01.805 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-09T02:37:01.857 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-09T02:37:01.997 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-09T02:37:02.068 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-09T02:37:02.096 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2023-12-09T02:37:02.191 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-09T02:37:02.268 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-09T02:37:02.393 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-09T02:37:02.433 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-09T02:37:02.434 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-09T02:37:02.673 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-09T02:37:02.742 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-09T02:37:02.905 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-09T02:37:03.196 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-09T02:37:03.250 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-09T02:37:03.513 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-09T02:37:04.049 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-09T02:37:04.079 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-09T02:37:04.290 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-09T02:37:04.407 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-09T02:37:04.462 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-09T02:37:04.664 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-09T02:37:04.680 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-09T02:37:04.879 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-09T02:37:04.924 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-09T02:37:04.924 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-09T02:37:04.924 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-09T02:37:04.924 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-09T02:37:04.924 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-09T02:37:04.924 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-09T02:37:04.924 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-09T02:37:04.924 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-09T02:37:04.924 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-09T02:37:04.924 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-09T02:37:05.017 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-09T02:37:05.082 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-09T02:37:05.260 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-09T02:37:05.373 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-09T02:37:05.373 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-09T02:37:05.373 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-09T02:37:05.373 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-09T02:37:05.373 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-09T02:37:05.373 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-09T02:37:05.373 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-09T02:37:05.373 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-09T02:37:05.374 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-09T02:37:05.374 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-09T02:37:05.451 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-09T02:37:05.651 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-09T02:37:05.969 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-09T02:37:05.969 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-09T02:37:05.970 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-09T02:37:05.970 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-09T02:37:05.970 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-09T02:37:05.970 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-09T02:37:05.970 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-09T02:37:05.970 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-09T02:37:05.970 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-09T02:37:05.970 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-09T02:37:09.077 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-09T02:37:09.078 INFO:teuthology.orchestra.run.smithi125.stdout:Installed products updated. 2023-12-09T02:37:09.272 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-09T02:37:09.272 INFO:teuthology.orchestra.run.smithi125.stdout:Installed: 2023-12-09T02:37:09.272 INFO:teuthology.orchestra.run.smithi125.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T02:37:09.272 INFO:teuthology.orchestra.run.smithi125.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-09T02:37:09.273 INFO:teuthology.orchestra.run.smithi125.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T02:37:09.273 INFO:teuthology.orchestra.run.smithi125.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-09T02:37:09.273 INFO:teuthology.orchestra.run.smithi125.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-09T02:37:09.273 INFO:teuthology.orchestra.run.smithi125.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-09T02:37:09.273 INFO:teuthology.orchestra.run.smithi125.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T02:37:09.273 INFO:teuthology.orchestra.run.smithi125.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T02:37:09.273 INFO:teuthology.orchestra.run.smithi125.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-09T02:37:09.274 INFO:teuthology.orchestra.run.smithi125.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-09T02:37:09.274 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-09T02:37:09.274 INFO:teuthology.orchestra.run.smithi125.stdout:Complete! 2023-12-09T02:37:09.410 DEBUG:teuthology.parallel:result is None 2023-12-09T02:37:09.606 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-09T02:37:09.606 INFO:teuthology.orchestra.run.smithi148.stdout:Installed products updated. 2023-12-09T02:37:09.796 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-09T02:37:09.796 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2023-12-09T02:37:09.796 INFO:teuthology.orchestra.run.smithi148.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T02:37:09.797 INFO:teuthology.orchestra.run.smithi148.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-09T02:37:09.797 INFO:teuthology.orchestra.run.smithi148.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T02:37:09.797 INFO:teuthology.orchestra.run.smithi148.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-09T02:37:09.797 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-09T02:37:09.797 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-09T02:37:09.797 INFO:teuthology.orchestra.run.smithi148.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T02:37:09.797 INFO:teuthology.orchestra.run.smithi148.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T02:37:09.797 INFO:teuthology.orchestra.run.smithi148.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-09T02:37:09.797 INFO:teuthology.orchestra.run.smithi148.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-09T02:37:09.797 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-09T02:37:09.797 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2023-12-09T02:37:09.938 DEBUG:teuthology.parallel:result is None 2023-12-09T02:37:10.206 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-09T02:37:10.206 INFO:teuthology.orchestra.run.smithi067.stdout:Installed products updated. 2023-12-09T02:37:10.416 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-09T02:37:10.416 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2023-12-09T02:37:10.417 INFO:teuthology.orchestra.run.smithi067.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T02:37:10.417 INFO:teuthology.orchestra.run.smithi067.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-09T02:37:10.417 INFO:teuthology.orchestra.run.smithi067.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T02:37:10.417 INFO:teuthology.orchestra.run.smithi067.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-09T02:37:10.417 INFO:teuthology.orchestra.run.smithi067.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-09T02:37:10.417 INFO:teuthology.orchestra.run.smithi067.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-09T02:37:10.417 INFO:teuthology.orchestra.run.smithi067.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T02:37:10.417 INFO:teuthology.orchestra.run.smithi067.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T02:37:10.417 INFO:teuthology.orchestra.run.smithi067.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-09T02:37:10.417 INFO:teuthology.orchestra.run.smithi067.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-09T02:37:10.417 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-09T02:37:10.417 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2023-12-09T02:37:10.559 DEBUG:teuthology.parallel:result is None 2023-12-09T02:37:10.559 INFO:teuthology.run_tasks:Running task install... 2023-12-09T02:37:10.568 DEBUG:teuthology.task.install:project ceph 2023-12-09T02:37:10.569 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '9dcc13bb80dcc1cdea72b04d80505b4649a2b882'}} 2023-12-09T02:37:10.569 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '9dcc13bb80dcc1cdea72b04d80505b4649a2b882'} 2023-12-09T02:37:10.569 INFO:teuthology.task.install:Using flavor: default 2023-12-09T02:37:10.576 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-09T02:37:10.576 INFO:teuthology.task.install:extra packages: [] 2023-12-09T02:37:10.576 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-09T02:37:10.577 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-09T02:37:10.579 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-09T02:37:10.579 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-09T02:37:10.580 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-09T02:37:10.580 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-09T02:37:10.804 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/ 2023-12-09T02:37:10.804 INFO:teuthology.task.install.rpm:Package version is 19.0.0-44.g9dcc13bb 2023-12-09T02:37:10.812 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/ 2023-12-09T02:37:10.812 INFO:teuthology.task.install.rpm:Package version is 19.0.0-44.g9dcc13bb 2023-12-09T02:37:10.813 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/ 2023-12-09T02:37:10.813 INFO:teuthology.task.install.rpm:Package version is 19.0.0-44.g9dcc13bb 2023-12-09T02:37:10.924 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-09T02:37:10.924 DEBUG:teuthology.orchestra.run.smithi125:> set -ex 2023-12-09T02:37:10.924 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-09T02:37:10.934 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-09T02:37:10.937 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2023-12-09T02:37:10.937 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-09T02:37:10.959 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-09T02:37:10.959 DEBUG:teuthology.orchestra.run.smithi125:> 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-09T02:37:10.965 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-09T02:37:10.965 DEBUG:teuthology.orchestra.run.smithi067:> 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-09T02:37:10.978 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-09T02:37:10.978 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2023-12-09T02:37:10.978 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-09T02:37:11.010 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-09T02:37:11.011 DEBUG:teuthology.orchestra.run.smithi148:> 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-09T02:37:11.033 DEBUG:teuthology.orchestra.run.smithi067:> 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-09T02:37:11.034 DEBUG:teuthology.orchestra.run.smithi125:> 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-09T02:37:11.084 DEBUG:teuthology.orchestra.run.smithi148:> 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-09T02:37:11.111 DEBUG:teuthology.orchestra.run.smithi067:> 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-09T02:37:11.120 DEBUG:teuthology.orchestra.run.smithi125:> 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-09T02:37:11.152 INFO:teuthology.orchestra.run.smithi125.stdout:check_obsoletes = 1 2023-12-09T02:37:11.154 DEBUG:teuthology.orchestra.run.smithi125:> sudo yum clean all 2023-12-09T02:37:11.166 DEBUG:teuthology.orchestra.run.smithi148:> 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-09T02:37:11.178 INFO:teuthology.orchestra.run.smithi067.stdout:check_obsoletes = 1 2023-12-09T02:37:11.179 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum clean all 2023-12-09T02:37:11.234 INFO:teuthology.orchestra.run.smithi148.stdout:check_obsoletes = 1 2023-12-09T02:37:11.236 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum clean all 2023-12-09T02:37:11.541 INFO:teuthology.orchestra.run.smithi125.stdout:Updating Subscription Management repositories. 2023-12-09T02:37:11.570 INFO:teuthology.orchestra.run.smithi067.stdout:Updating Subscription Management repositories. 2023-12-09T02:37:11.612 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2023-12-09T02:37:11.921 INFO:teuthology.orchestra.run.smithi125.stdout:44 files removed 2023-12-09T02:37:11.940 INFO:teuthology.orchestra.run.smithi067.stdout:44 files removed 2023-12-09T02:37:11.966 DEBUG:teuthology.orchestra.run.smithi125:> sudo yum -y install ceph-radosgw 2023-12-09T02:37:11.987 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install ceph-radosgw 2023-12-09T02:37:11.988 INFO:teuthology.orchestra.run.smithi148.stdout:44 files removed 2023-12-09T02:37:12.035 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-radosgw 2023-12-09T02:37:12.299 INFO:teuthology.orchestra.run.smithi125.stdout:Updating Subscription Management repositories. 2023-12-09T02:37:12.339 INFO:teuthology.orchestra.run.smithi067.stdout:Updating Subscription Management repositories. 2023-12-09T02:37:12.365 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2023-12-09T02:37:13.190 INFO:teuthology.orchestra.run.smithi125.stdout:ceph packages for x86_64 281 kB/s | 81 kB 00:00 2023-12-09T02:37:13.243 INFO:teuthology.orchestra.run.smithi148.stdout:ceph packages for x86_64 255 kB/s | 81 kB 00:00 2023-12-09T02:37:13.257 INFO:teuthology.orchestra.run.smithi067.stdout:ceph packages for x86_64 265 kB/s | 81 kB 00:00 2023-12-09T02:37:13.441 INFO:teuthology.orchestra.run.smithi125.stdout:ceph noarch packages 43 kB/s | 9.5 kB 00:00 2023-12-09T02:37:13.607 INFO:teuthology.orchestra.run.smithi067.stdout:ceph noarch packages 30 kB/s | 9.5 kB 00:00 2023-12-09T02:37:13.652 INFO:teuthology.orchestra.run.smithi148.stdout:ceph noarch packages 25 kB/s | 9.5 kB 00:00 2023-12-09T02:37:13.692 INFO:teuthology.orchestra.run.smithi125.stdout:ceph source packages 6.5 kB/s | 1.5 kB 00:00 2023-12-09T02:37:13.834 INFO:teuthology.orchestra.run.smithi125.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2023-12-09T02:37:13.891 INFO:teuthology.orchestra.run.smithi067.stdout:ceph source packages 5.7 kB/s | 1.5 kB 00:00 2023-12-09T02:37:13.911 INFO:teuthology.orchestra.run.smithi148.stdout:ceph source packages 6.3 kB/s | 1.5 kB 00:00 2023-12-09T02:37:14.050 INFO:teuthology.orchestra.run.smithi067.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-09T02:37:14.062 INFO:teuthology.orchestra.run.smithi148.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-12-09T02:37:14.929 INFO:teuthology.orchestra.run.smithi067.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2023-12-09T02:37:14.981 INFO:teuthology.orchestra.run.smithi148.stdout:Extra Packages for Enterprise Linux 18 MB/s | 16 MB 00:00 2023-12-09T02:37:15.268 INFO:teuthology.orchestra.run.smithi125.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-12-09T02:37:18.488 INFO:teuthology.orchestra.run.smithi148.stdout:lab-extras 402 kB/s | 24 kB 00:00 2023-12-09T02:37:18.651 INFO:teuthology.orchestra.run.smithi067.stdout:lab-extras 447 kB/s | 24 kB 00:00 2023-12-09T02:37:18.876 INFO:teuthology.orchestra.run.smithi125.stdout:lab-extras 498 kB/s | 24 kB 00:00 2023-12-09T02:37:19.447 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 60 MB/s | 53 MB 00:00 2023-12-09T02:37:19.653 INFO:teuthology.orchestra.run.smithi067.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 51 MB/s | 47 MB 00:00 2023-12-09T02:37:19.795 INFO:teuthology.orchestra.run.smithi125.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 56 MB/s | 47 MB 00:00 2023-12-09T02:37:27.583 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 56 MB/s | 47 MB 00:00 2023-12-09T02:37:27.904 INFO:teuthology.orchestra.run.smithi125.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 56 MB/s | 53 MB 00:00 2023-12-09T02:37:28.121 INFO:teuthology.orchestra.run.smithi067.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 58 MB/s | 53 MB 00:00 2023-12-09T02:37:38.652 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2023-12-09T02:37:38.654 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================================== 2023-12-09T02:37:38.654 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2023-12-09T02:37:38.654 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================================== 2023-12-09T02:37:38.655 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2023-12-09T02:37:38.655 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-radosgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 14 M 2023-12-09T02:37:38.655 INFO:teuthology.orchestra.run.smithi148.stdout:Upgrading: 2023-12-09T02:37:38.655 INFO:teuthology.orchestra.run.smithi148.stdout: librados2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.8 M 2023-12-09T02:37:38.655 INFO:teuthology.orchestra.run.smithi148.stdout: librbd1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.7 M 2023-12-09T02:37:38.655 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2023-12-09T02:37:38.655 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-base x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 5.4 M 2023-12-09T02:37:38.655 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 23 M 2023-12-09T02:37:38.655 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-selinux x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 24 k 2023-12-09T02:37:38.655 INFO:teuthology.orchestra.run.smithi148.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-09T02:37:38.656 INFO:teuthology.orchestra.run.smithi148.stdout: libcephfs2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 839 k 2023-12-09T02:37:38.656 INFO:teuthology.orchestra.run.smithi148.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-09T02:37:38.656 INFO:teuthology.orchestra.run.smithi148.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-09T02:37:38.656 INFO:teuthology.orchestra.run.smithi148.stdout: libradosstriper1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 517 k 2023-12-09T02:37:38.656 INFO:teuthology.orchestra.run.smithi148.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-09T02:37:38.656 INFO:teuthology.orchestra.run.smithi148.stdout: librgw2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 6.9 M 2023-12-09T02:37:38.657 INFO:teuthology.orchestra.run.smithi148.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-09T02:37:38.657 INFO:teuthology.orchestra.run.smithi148.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-09T02:37:38.657 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ceph-argparse x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 45 k 2023-12-09T02:37:38.657 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 128 k 2023-12-09T02:37:38.657 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cephfs x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 197 k 2023-12-09T02:37:38.657 INFO:teuthology.orchestra.run.smithi148.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-09T02:37:38.657 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rados x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 371 k 2023-12-09T02:37:38.657 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rbd x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 365 k 2023-12-09T02:37:38.657 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 107 k 2023-12-09T02:37:38.657 INFO:teuthology.orchestra.run.smithi148.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-09T02:37:38.657 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-09T02:37:38.657 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2023-12-09T02:37:38.657 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================================== 2023-12-09T02:37:38.657 INFO:teuthology.orchestra.run.smithi148.stdout:Install 21 Packages 2023-12-09T02:37:38.658 INFO:teuthology.orchestra.run.smithi148.stdout:Upgrade 2 Packages 2023-12-09T02:37:38.658 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-09T02:37:38.658 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 62 M 2023-12-09T02:37:38.658 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2023-12-09T02:37:39.325 INFO:teuthology.orchestra.run.smithi125.stdout:Dependencies resolved. 2023-12-09T02:37:39.327 INFO:teuthology.orchestra.run.smithi125.stdout:================================================================================================== 2023-12-09T02:37:39.327 INFO:teuthology.orchestra.run.smithi125.stdout: Package Arch Version Repository Size 2023-12-09T02:37:39.327 INFO:teuthology.orchestra.run.smithi125.stdout:================================================================================================== 2023-12-09T02:37:39.327 INFO:teuthology.orchestra.run.smithi125.stdout:Installing: 2023-12-09T02:37:39.327 INFO:teuthology.orchestra.run.smithi125.stdout: ceph-radosgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 14 M 2023-12-09T02:37:39.327 INFO:teuthology.orchestra.run.smithi125.stdout:Upgrading: 2023-12-09T02:37:39.328 INFO:teuthology.orchestra.run.smithi125.stdout: librados2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.8 M 2023-12-09T02:37:39.328 INFO:teuthology.orchestra.run.smithi125.stdout: librbd1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.7 M 2023-12-09T02:37:39.328 INFO:teuthology.orchestra.run.smithi125.stdout:Installing dependencies: 2023-12-09T02:37:39.328 INFO:teuthology.orchestra.run.smithi125.stdout: ceph-base x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 5.4 M 2023-12-09T02:37:39.328 INFO:teuthology.orchestra.run.smithi125.stdout: ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 23 M 2023-12-09T02:37:39.328 INFO:teuthology.orchestra.run.smithi125.stdout: ceph-selinux x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 24 k 2023-12-09T02:37:39.328 INFO:teuthology.orchestra.run.smithi125.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-09T02:37:39.328 INFO:teuthology.orchestra.run.smithi125.stdout: libcephfs2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 839 k 2023-12-09T02:37:39.328 INFO:teuthology.orchestra.run.smithi125.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-09T02:37:39.328 INFO:teuthology.orchestra.run.smithi125.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-09T02:37:39.328 INFO:teuthology.orchestra.run.smithi125.stdout: libradosstriper1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 517 k 2023-12-09T02:37:39.328 INFO:teuthology.orchestra.run.smithi125.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-09T02:37:39.328 INFO:teuthology.orchestra.run.smithi125.stdout: librgw2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 6.9 M 2023-12-09T02:37:39.329 INFO:teuthology.orchestra.run.smithi125.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-09T02:37:39.329 INFO:teuthology.orchestra.run.smithi125.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-09T02:37:39.329 INFO:teuthology.orchestra.run.smithi125.stdout: python3-ceph-argparse x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 45 k 2023-12-09T02:37:39.329 INFO:teuthology.orchestra.run.smithi125.stdout: python3-ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 128 k 2023-12-09T02:37:39.329 INFO:teuthology.orchestra.run.smithi125.stdout: python3-cephfs x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 197 k 2023-12-09T02:37:39.329 INFO:teuthology.orchestra.run.smithi125.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-09T02:37:39.329 INFO:teuthology.orchestra.run.smithi125.stdout: python3-rados x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 371 k 2023-12-09T02:37:39.329 INFO:teuthology.orchestra.run.smithi125.stdout: python3-rbd x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 365 k 2023-12-09T02:37:39.329 INFO:teuthology.orchestra.run.smithi125.stdout: python3-rgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 107 k 2023-12-09T02:37:39.329 INFO:teuthology.orchestra.run.smithi125.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-09T02:37:39.329 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-09T02:37:39.329 INFO:teuthology.orchestra.run.smithi125.stdout:Transaction Summary 2023-12-09T02:37:39.329 INFO:teuthology.orchestra.run.smithi125.stdout:================================================================================================== 2023-12-09T02:37:39.329 INFO:teuthology.orchestra.run.smithi125.stdout:Install 21 Packages 2023-12-09T02:37:39.330 INFO:teuthology.orchestra.run.smithi125.stdout:Upgrade 2 Packages 2023-12-09T02:37:39.330 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-09T02:37:39.330 INFO:teuthology.orchestra.run.smithi125.stdout:Total download size: 62 M 2023-12-09T02:37:39.330 INFO:teuthology.orchestra.run.smithi125.stdout:Downloading Packages: 2023-12-09T02:37:39.716 INFO:teuthology.orchestra.run.smithi148.stdout:(1/23): ceph-radosgw-19.0.0-44.g9dcc13bb.el8.x8 15 MB/s | 14 MB 00:00 2023-12-09T02:37:39.816 INFO:teuthology.orchestra.run.smithi148.stdout:(2/23): ceph-selinux-19.0.0-44.g9dcc13bb.el8.x8 243 kB/s | 24 kB 00:00 2023-12-09T02:37:40.113 INFO:teuthology.orchestra.run.smithi125.stdout:(1/23): ceph-base-19.0.0-44.g9dcc13bb.el8.x86_6 7.1 MB/s | 5.4 MB 00:00 2023-12-09T02:37:40.171 INFO:teuthology.orchestra.run.smithi125.stdout:(2/23): ceph-selinux-19.0.0-44.g9dcc13bb.el8.x8 418 kB/s | 24 kB 00:00 2023-12-09T02:37:40.313 INFO:teuthology.orchestra.run.smithi125.stdout:(3/23): libcephfs2-19.0.0-44.g9dcc13bb.el8.x86_ 5.8 MB/s | 839 kB 00:00 2023-12-09T02:37:40.405 INFO:teuthology.orchestra.run.smithi125.stdout:(4/23): libradosstriper1-19.0.0-44.g9dcc13bb.el 5.5 MB/s | 517 kB 00:00 2023-12-09T02:37:40.483 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2023-12-09T02:37:40.486 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================================== 2023-12-09T02:37:40.486 INFO:teuthology.orchestra.run.smithi067.stdout: Package Arch Version Repository Size 2023-12-09T02:37:40.486 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================================== 2023-12-09T02:37:40.486 INFO:teuthology.orchestra.run.smithi067.stdout:Installing: 2023-12-09T02:37:40.487 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-radosgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 14 M 2023-12-09T02:37:40.487 INFO:teuthology.orchestra.run.smithi067.stdout:Upgrading: 2023-12-09T02:37:40.487 INFO:teuthology.orchestra.run.smithi067.stdout: librados2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.8 M 2023-12-09T02:37:40.487 INFO:teuthology.orchestra.run.smithi067.stdout: librbd1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.7 M 2023-12-09T02:37:40.487 INFO:teuthology.orchestra.run.smithi067.stdout:Installing dependencies: 2023-12-09T02:37:40.487 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-base x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 5.4 M 2023-12-09T02:37:40.488 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 23 M 2023-12-09T02:37:40.488 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-selinux x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 24 k 2023-12-09T02:37:40.488 INFO:teuthology.orchestra.run.smithi067.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-09T02:37:40.488 INFO:teuthology.orchestra.run.smithi067.stdout: libcephfs2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 839 k 2023-12-09T02:37:40.488 INFO:teuthology.orchestra.run.smithi067.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-09T02:37:40.488 INFO:teuthology.orchestra.run.smithi067.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-09T02:37:40.488 INFO:teuthology.orchestra.run.smithi067.stdout: libradosstriper1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 517 k 2023-12-09T02:37:40.488 INFO:teuthology.orchestra.run.smithi067.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-09T02:37:40.488 INFO:teuthology.orchestra.run.smithi067.stdout: librgw2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 6.9 M 2023-12-09T02:37:40.488 INFO:teuthology.orchestra.run.smithi067.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-09T02:37:40.488 INFO:teuthology.orchestra.run.smithi067.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-09T02:37:40.489 INFO:teuthology.orchestra.run.smithi067.stdout: python3-ceph-argparse x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 45 k 2023-12-09T02:37:40.489 INFO:teuthology.orchestra.run.smithi067.stdout: python3-ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 128 k 2023-12-09T02:37:40.489 INFO:teuthology.orchestra.run.smithi067.stdout: python3-cephfs x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 197 k 2023-12-09T02:37:40.489 INFO:teuthology.orchestra.run.smithi067.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-09T02:37:40.489 INFO:teuthology.orchestra.run.smithi067.stdout: python3-rados x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 371 k 2023-12-09T02:37:40.489 INFO:teuthology.orchestra.run.smithi067.stdout: python3-rbd x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 365 k 2023-12-09T02:37:40.489 INFO:teuthology.orchestra.run.smithi067.stdout: python3-rgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 107 k 2023-12-09T02:37:40.489 INFO:teuthology.orchestra.run.smithi067.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-09T02:37:40.489 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-09T02:37:40.489 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2023-12-09T02:37:40.489 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================================== 2023-12-09T02:37:40.489 INFO:teuthology.orchestra.run.smithi067.stdout:Install 21 Packages 2023-12-09T02:37:40.490 INFO:teuthology.orchestra.run.smithi067.stdout:Upgrade 2 Packages 2023-12-09T02:37:40.490 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-09T02:37:40.490 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 62 M 2023-12-09T02:37:40.490 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2023-12-09T02:37:40.608 INFO:teuthology.orchestra.run.smithi148.stdout:(3/23): ceph-base-19.0.0-44.g9dcc13bb.el8.x86_6 3.0 MB/s | 5.4 MB 00:01 2023-12-09T02:37:40.900 INFO:teuthology.orchestra.run.smithi148.stdout:(4/23): libradosstriper1-19.0.0-44.g9dcc13bb.el 1.7 MB/s | 517 kB 00:00 2023-12-09T02:37:41.180 INFO:teuthology.orchestra.run.smithi125.stdout:(5/23): librgw2-19.0.0-44.g9dcc13bb.el8.x86_64. 8.9 MB/s | 6.9 MB 00:00 2023-12-09T02:37:41.264 INFO:teuthology.orchestra.run.smithi125.stdout:(6/23): python3-ceph-argparse-19.0.0-44.g9dcc13 539 kB/s | 45 kB 00:00 2023-12-09T02:37:41.355 INFO:teuthology.orchestra.run.smithi125.stdout:(7/23): python3-ceph-common-19.0.0-44.g9dcc13bb 1.4 MB/s | 128 kB 00:00 2023-12-09T02:37:41.464 INFO:teuthology.orchestra.run.smithi125.stdout:(8/23): python3-cephfs-19.0.0-44.g9dcc13bb.el8. 1.8 MB/s | 197 kB 00:00 2023-12-09T02:37:41.650 INFO:teuthology.orchestra.run.smithi148.stdout:(5/23): libcephfs2-19.0.0-44.g9dcc13bb.el8.x86_ 457 kB/s | 839 kB 00:01 2023-12-09T02:37:41.792 INFO:teuthology.orchestra.run.smithi148.stdout:(6/23): python3-ceph-argparse-19.0.0-44.g9dcc13 316 kB/s | 45 kB 00:00 2023-12-09T02:37:42.034 INFO:teuthology.orchestra.run.smithi148.stdout:(7/23): python3-ceph-common-19.0.0-44.g9dcc13bb 532 kB/s | 128 kB 00:00 2023-12-09T02:37:42.198 INFO:teuthology.orchestra.run.smithi125.stdout:(9/23): python3-rados-19.0.0-44.g9dcc13bb.el8.x 507 kB/s | 371 kB 00:00 2023-12-09T02:37:42.263 INFO:teuthology.orchestra.run.smithi067.stdout:(1/23): ceph-base-19.0.0-44.g9dcc13bb.el8.x86_6 3.3 MB/s | 5.4 MB 00:01 2023-12-09T02:37:42.276 INFO:teuthology.orchestra.run.smithi148.stdout:(8/23): python3-cephfs-19.0.0-44.g9dcc13bb.el8. 815 kB/s | 197 kB 00:00 2023-12-09T02:37:42.281 INFO:teuthology.orchestra.run.smithi125.stdout:(10/23): python3-rbd-19.0.0-44.g9dcc13bb.el8.x8 4.3 MB/s | 365 kB 00:00 2023-12-09T02:37:42.365 INFO:teuthology.orchestra.run.smithi125.stdout:(11/23): python3-rgw-19.0.0-44.g9dcc13bb.el8.x8 1.3 MB/s | 107 kB 00:00 2023-12-09T02:37:42.372 INFO:teuthology.orchestra.run.smithi067.stdout:(2/23): ceph-selinux-19.0.0-44.g9dcc13bb.el8.x8 224 kB/s | 24 kB 00:00 2023-12-09T02:37:42.647 INFO:teuthology.orchestra.run.smithi067.stdout:(3/23): libcephfs2-19.0.0-44.g9dcc13bb.el8.x86_ 3.0 MB/s | 839 kB 00:00 2023-12-09T02:37:42.681 INFO:teuthology.orchestra.run.smithi125.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 967 kB/s | 306 kB 00:00 2023-12-09T02:37:42.717 INFO:teuthology.orchestra.run.smithi148.stdout:(9/23): python3-rados-19.0.0-44.g9dcc13bb.el8.x 841 kB/s | 371 kB 00:00 2023-12-09T02:37:42.749 INFO:teuthology.orchestra.run.smithi125.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 882 kB/s | 59 kB 00:00 2023-12-09T02:37:42.806 INFO:teuthology.orchestra.run.smithi067.stdout:(4/23): libradosstriper1-19.0.0-44.g9dcc13bb.el 3.2 MB/s | 517 kB 00:00 2023-12-09T02:37:42.815 INFO:teuthology.orchestra.run.smithi125.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.1 MB/s | 75 kB 00:00 2023-12-09T02:37:42.926 INFO:teuthology.orchestra.run.smithi148.stdout:(10/23): librgw2-19.0.0-44.g9dcc13bb.el8.x86_64 3.4 MB/s | 6.9 MB 00:02 2023-12-09T02:37:42.951 INFO:teuthology.orchestra.run.smithi148.stdout:(11/23): python3-rbd-19.0.0-44.g9dcc13bb.el8.x8 1.5 MB/s | 365 kB 00:00 2023-12-09T02:37:42.991 INFO:teuthology.orchestra.run.smithi125.stdout:(15/23): thrift-0.13.0-2.el8.x86_64.rpm 9.9 MB/s | 1.7 MB 00:00 2023-12-09T02:37:43.010 INFO:teuthology.orchestra.run.smithi148.stdout:(12/23): python3-rgw-19.0.0-44.g9dcc13bb.el8.x8 1.2 MB/s | 107 kB 00:00 2023-12-09T02:37:43.052 INFO:teuthology.orchestra.run.smithi148.stdout:(13/23): gperftools-libs-2.7-9.el8.x86_64.rpm 3.0 MB/s | 306 kB 00:00 2023-12-09T02:37:43.075 INFO:teuthology.orchestra.run.smithi125.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 3.0 MB/s | 259 kB 00:00 2023-12-09T02:37:43.077 INFO:teuthology.orchestra.run.smithi148.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 877 kB/s | 59 kB 00:00 2023-12-09T02:37:43.103 INFO:teuthology.orchestra.run.smithi148.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.5 MB/s | 75 kB 00:00 2023-12-09T02:37:43.175 INFO:teuthology.orchestra.run.smithi125.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 440 kB/s | 44 kB 00:00 2023-12-09T02:37:43.178 INFO:teuthology.orchestra.run.smithi148.stdout:(16/23): thrift-0.13.0-2.el8.x86_64.rpm 17 MB/s | 1.7 MB 00:00 2023-12-09T02:37:43.237 INFO:teuthology.orchestra.run.smithi148.stdout:(17/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 350 kB/s | 47 kB 00:00 2023-12-09T02:37:43.342 INFO:teuthology.orchestra.run.smithi125.stdout:(18/23): ceph-radosgw-19.0.0-44.g9dcc13bb.el8.x 3.5 MB/s | 14 MB 00:03 2023-12-09T02:37:43.375 INFO:teuthology.orchestra.run.smithi125.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.7 MB/s | 354 kB 00:00 2023-12-09T02:37:43.504 INFO:teuthology.orchestra.run.smithi148.stdout:(18/23): ceph-common-19.0.0-44.g9dcc13bb.el8.x8 4.8 MB/s | 23 MB 00:04 2023-12-09T02:37:43.557 INFO:teuthology.orchestra.run.smithi148.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 139 kB/s | 44 kB 00:00 2023-12-09T02:37:43.559 INFO:teuthology.orchestra.run.smithi125.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 216 kB/s | 47 kB 00:00 2023-12-09T02:37:43.579 INFO:teuthology.orchestra.run.smithi148.stdout:(20/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 646 kB/s | 259 kB 00:00 2023-12-09T02:37:43.681 INFO:teuthology.orchestra.run.smithi067.stdout:(5/23): librgw2-19.0.0-44.g9dcc13bb.el8.x86_64. 7.9 MB/s | 6.9 MB 00:00 2023-12-09T02:37:43.696 INFO:teuthology.orchestra.run.smithi148.stdout:(21/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.8 MB/s | 354 kB 00:00 2023-12-09T02:37:43.790 INFO:teuthology.orchestra.run.smithi067.stdout:(6/23): python3-ceph-argparse-19.0.0-44.g9dcc13 413 kB/s | 45 kB 00:00 2023-12-09T02:37:43.924 INFO:teuthology.orchestra.run.smithi067.stdout:(7/23): python3-ceph-common-19.0.0-44.g9dcc13bb 964 kB/s | 128 kB 00:00 2023-12-09T02:37:44.040 INFO:teuthology.orchestra.run.smithi067.stdout:(8/23): python3-cephfs-19.0.0-44.g9dcc13bb.el8. 1.6 MB/s | 197 kB 00:00 2023-12-09T02:37:44.042 INFO:teuthology.orchestra.run.smithi125.stdout:(21/23): librados2-19.0.0-44.g9dcc13bb.el8.x86_ 5.7 MB/s | 3.8 MB 00:00 2023-12-09T02:37:44.176 INFO:teuthology.orchestra.run.smithi067.stdout:(9/23): python3-rados-19.0.0-44.g9dcc13bb.el8.x 2.7 MB/s | 371 kB 00:00 2023-12-09T02:37:44.274 INFO:teuthology.orchestra.run.smithi067.stdout:(10/23): python3-rbd-19.0.0-44.g9dcc13bb.el8.x8 3.6 MB/s | 365 kB 00:00 2023-12-09T02:37:44.285 INFO:teuthology.orchestra.run.smithi125.stdout:(22/23): librbd1-19.0.0-44.g9dcc13bb.el8.x86_64 5.1 MB/s | 3.7 MB 00:00 2023-12-09T02:37:44.341 INFO:teuthology.orchestra.run.smithi067.stdout:(11/23): python3-rgw-19.0.0-44.g9dcc13bb.el8.x8 1.6 MB/s | 107 kB 00:00 2023-12-09T02:37:44.380 INFO:teuthology.orchestra.run.smithi148.stdout:(22/23): librbd1-19.0.0-44.g9dcc13bb.el8.x86_64 4.6 MB/s | 3.7 MB 00:00 2023-12-09T02:37:44.530 INFO:teuthology.orchestra.run.smithi148.stdout:(23/23): librados2-19.0.0-44.g9dcc13bb.el8.x86_ 3.9 MB/s | 3.8 MB 00:00 2023-12-09T02:37:44.532 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:37:44.532 INFO:teuthology.orchestra.run.smithi148.stdout:Total 10 MB/s | 62 MB 00:05 2023-12-09T02:37:44.577 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2023-12-09T02:37:44.622 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2023-12-09T02:37:44.623 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2023-12-09T02:37:44.733 INFO:teuthology.orchestra.run.smithi067.stdout:(12/23): ceph-radosgw-19.0.0-44.g9dcc13bb.el8.x 3.4 MB/s | 14 MB 00:04 2023-12-09T02:37:44.966 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2023-12-09T02:37:44.970 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2023-12-09T02:37:45.101 INFO:teuthology.orchestra.run.smithi125.stdout:(23/23): ceph-common-19.0.0-44.g9dcc13bb.el8.x8 3.9 MB/s | 23 MB 00:05 2023-12-09T02:37:45.104 INFO:teuthology.orchestra.run.smithi125.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:37:45.104 INFO:teuthology.orchestra.run.smithi125.stdout:Total 11 MB/s | 62 MB 00:05 2023-12-09T02:37:45.150 INFO:teuthology.orchestra.run.smithi125.stdout:Running transaction check 2023-12-09T02:37:45.195 INFO:teuthology.orchestra.run.smithi125.stdout:Transaction check succeeded. 2023-12-09T02:37:45.195 INFO:teuthology.orchestra.run.smithi125.stdout:Running transaction test 2023-12-09T02:37:45.365 INFO:teuthology.orchestra.run.smithi067.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 94 kB/s | 59 kB 00:00 2023-12-09T02:37:45.442 INFO:teuthology.orchestra.run.smithi067.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 278 kB/s | 306 kB 00:01 2023-12-09T02:37:45.527 INFO:teuthology.orchestra.run.smithi125.stdout:Transaction test succeeded. 2023-12-09T02:37:45.531 INFO:teuthology.orchestra.run.smithi125.stdout:Running transaction 2023-12-09T02:37:45.534 INFO:teuthology.orchestra.run.smithi067.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 446 kB/s | 75 kB 00:00 2023-12-09T02:37:45.910 INFO:teuthology.orchestra.run.smithi067.stdout:(16/23): ceph-common-19.0.0-44.g9dcc13bb.el8.x8 4.3 MB/s | 23 MB 00:05 2023-12-09T02:37:45.943 INFO:teuthology.orchestra.run.smithi067.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 634 kB/s | 259 kB 00:00 2023-12-09T02:37:45.985 INFO:teuthology.orchestra.run.smithi067.stdout:(18/23): thrift-0.13.0-2.el8.x86_64.rpm 3.2 MB/s | 1.7 MB 00:00 2023-12-09T02:37:46.044 INFO:teuthology.orchestra.run.smithi067.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 3.8 MB/s | 354 kB 00:00 2023-12-09T02:37:46.077 INFO:teuthology.orchestra.run.smithi067.stdout:(20/23): python3-prettytable-0.7.2-14.el8.noarc 263 kB/s | 44 kB 00:00 2023-12-09T02:37:46.132 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2023-12-09T02:37:46.203 INFO:teuthology.orchestra.run.smithi067.stdout:(21/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 215 kB/s | 47 kB 00:00 2023-12-09T02:37:46.421 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-09T02:37:46.595 INFO:teuthology.orchestra.run.smithi067.stdout:(22/23): librados2-19.0.0-44.g9dcc13bb.el8.x86_ 7.0 MB/s | 3.8 MB 00:00 2023-12-09T02:37:46.628 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T02:37:46.670 INFO:teuthology.orchestra.run.smithi125.stdout: Preparing : 1/1 2023-12-09T02:37:46.728 INFO:teuthology.orchestra.run.smithi067.stdout:(23/23): librbd1-19.0.0-44.g9dcc13bb.el8.x86_64 5.7 MB/s | 3.7 MB 00:00 2023-12-09T02:37:46.732 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:37:46.732 INFO:teuthology.orchestra.run.smithi067.stdout:Total 9.9 MB/s | 62 MB 00:06 2023-12-09T02:37:46.779 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2023-12-09T02:37:46.829 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2023-12-09T02:37:46.830 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2023-12-09T02:37:46.896 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-09T02:37:47.030 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T02:37:47.093 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T02:37:47.195 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2023-12-09T02:37:47.199 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2023-12-09T02:37:47.253 INFO:teuthology.orchestra.run.smithi148.stdout: Upgrading : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:37:47.346 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:37:47.494 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T02:37:47.567 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T02:37:47.669 INFO:teuthology.orchestra.run.smithi125.stdout: Upgrading : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:37:47.750 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:37:47.797 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-09T02:37:47.932 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T02:37:48.044 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:37:48.196 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-09T02:37:48.434 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:37:48.452 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:37:48.466 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2023-12-09T02:37:48.708 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-09T02:37:48.711 INFO:teuthology.orchestra.run.smithi148.stdout: Upgrading : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:37:48.805 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:37:48.840 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:37:48.948 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T02:37:49.011 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-09T02:37:49.080 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-09T02:37:49.385 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T02:37:49.484 INFO:teuthology.orchestra.run.smithi125.stdout: Upgrading : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:37:49.551 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:37:49.556 INFO:teuthology.orchestra.run.smithi067.stdout: Upgrading : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:37:49.697 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:37:49.758 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-09T02:37:49.878 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-09T02:37:49.894 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T02:37:49.917 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-09T02:37:50.094 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:37:50.122 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-09T02:37:50.150 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:37:50.280 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 11/25 2023-12-09T02:37:50.322 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:37:50.455 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T02:37:50.603 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-09T02:37:50.695 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T02:37:50.759 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:37:50.784 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:37:50.830 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:37:50.889 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 14/25 2023-12-09T02:37:50.969 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 11/25 2023-12-09T02:37:51.060 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T02:37:51.106 INFO:teuthology.orchestra.run.smithi067.stdout: Upgrading : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:37:51.128 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T02:37:51.129 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T02:37:51.160 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:37:51.303 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-09T02:37:51.336 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T02:37:51.407 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-09T02:37:51.521 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 14/25 2023-12-09T02:37:51.622 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-09T02:37:51.683 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T02:37:51.696 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-09T02:37:51.751 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T02:37:51.901 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-09T02:37:51.973 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-09T02:37:52.091 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-09T02:37:52.144 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 19/25 2023-12-09T02:37:52.304 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-09T02:37:52.352 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-09T02:37:52.492 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 19/25 2023-12-09T02:37:52.531 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:37:52.599 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:37:52.718 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 11/25 2023-12-09T02:37:52.901 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T02:37:53.144 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T02:37:53.364 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 14/25 2023-12-09T02:37:53.522 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T02:37:53.630 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T02:37:53.766 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-09T02:37:53.969 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-09T02:37:54.224 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-09T02:37:54.414 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 19/25 2023-12-09T02:37:55.847 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:37:56.085 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:37:56.197 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:37:56.408 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:37:56.675 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:37:56.947 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T02:37:56.990 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:37:57.048 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T02:37:57.239 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T02:37:57.306 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T02:37:57.433 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:37:57.659 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:37:58.421 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:37:58.647 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:37:59.271 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:37:59.603 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T02:37:59.694 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T02:37:59.830 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:38:15.915 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:38:15.916 INFO:teuthology.orchestra.run.smithi125.stdout:skipping the directory /sys 2023-12-09T02:38:15.916 INFO:teuthology.orchestra.run.smithi125.stdout:skipping the directory /proc 2023-12-09T02:38:15.916 INFO:teuthology.orchestra.run.smithi125.stdout:skipping the directory /dev 2023-12-09T02:38:15.916 INFO:teuthology.orchestra.run.smithi125.stdout:skipping the directory /run 2023-12-09T02:38:15.916 INFO:teuthology.orchestra.run.smithi125.stdout:skipping the directory /mnt 2023-12-09T02:38:15.916 INFO:teuthology.orchestra.run.smithi125.stdout:skipping the directory /var/tmp 2023-12-09T02:38:15.916 INFO:teuthology.orchestra.run.smithi125.stdout:skipping the directory /home 2023-12-09T02:38:15.916 INFO:teuthology.orchestra.run.smithi125.stdout:skipping the directory /tmp 2023-12-09T02:38:15.916 INFO:teuthology.orchestra.run.smithi125.stdout:skipping the directory /dev 2023-12-09T02:38:15.916 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-09T02:38:16.149 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:38:16.149 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /sys 2023-12-09T02:38:16.150 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /proc 2023-12-09T02:38:16.150 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /dev 2023-12-09T02:38:16.150 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /run 2023-12-09T02:38:16.150 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /mnt 2023-12-09T02:38:16.150 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /var/tmp 2023-12-09T02:38:16.150 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /home 2023-12-09T02:38:16.150 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /tmp 2023-12-09T02:38:16.150 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /dev 2023-12-09T02:38:16.150 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-09T02:38:17.336 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T02:38:17.357 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T02:38:17.357 INFO:teuthology.orchestra.run.smithi125.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T02:38:17.548 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T02:38:17.548 INFO:teuthology.orchestra.run.smithi125.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:38:17.602 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T02:38:17.623 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T02:38:17.623 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T02:38:17.858 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T02:38:17.859 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:38:18.163 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:38:18.163 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/25 2023-12-09T02:38:18.164 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/25 2023-12-09T02:38:18.164 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:38:18.164 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T02:38:18.164 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/25 2023-12-09T02:38:18.165 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:38:18.165 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:38:18.165 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 8/25 2023-12-09T02:38:18.165 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 9/25 2023-12-09T02:38:18.165 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:38:18.165 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 11/25 2023-12-09T02:38:18.166 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T02:38:18.166 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T02:38:18.166 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-09T02:38:18.166 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-09T02:38:18.166 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-09T02:38:18.166 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-09T02:38:18.167 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-09T02:38:18.167 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-09T02:38:18.167 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-09T02:38:18.167 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-09T02:38:18.167 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:38:18.167 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-09T02:38:18.168 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 24/25 2023-12-09T02:38:18.463 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:38:18.463 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/25 2023-12-09T02:38:18.463 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/25 2023-12-09T02:38:18.463 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:38:18.464 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T02:38:18.464 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/25 2023-12-09T02:38:18.464 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:38:18.464 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:38:18.464 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 8/25 2023-12-09T02:38:18.464 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 9/25 2023-12-09T02:38:18.464 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:38:18.464 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 11/25 2023-12-09T02:38:18.464 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T02:38:18.464 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T02:38:18.464 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-09T02:38:18.464 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-09T02:38:18.464 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-09T02:38:18.464 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-09T02:38:18.464 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-09T02:38:18.465 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-09T02:38:18.465 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-09T02:38:18.465 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-09T02:38:18.465 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:38:18.465 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-09T02:38:18.465 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 24/25 2023-12-09T02:38:19.275 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:38:19.276 INFO:teuthology.orchestra.run.smithi067.stdout:skipping the directory /sys 2023-12-09T02:38:19.276 INFO:teuthology.orchestra.run.smithi067.stdout:skipping the directory /proc 2023-12-09T02:38:19.276 INFO:teuthology.orchestra.run.smithi067.stdout:skipping the directory /dev 2023-12-09T02:38:19.276 INFO:teuthology.orchestra.run.smithi067.stdout:skipping the directory /run 2023-12-09T02:38:19.276 INFO:teuthology.orchestra.run.smithi067.stdout:skipping the directory /mnt 2023-12-09T02:38:19.276 INFO:teuthology.orchestra.run.smithi067.stdout:skipping the directory /var/tmp 2023-12-09T02:38:19.276 INFO:teuthology.orchestra.run.smithi067.stdout:skipping the directory /home 2023-12-09T02:38:19.276 INFO:teuthology.orchestra.run.smithi067.stdout:skipping the directory /tmp 2023-12-09T02:38:19.276 INFO:teuthology.orchestra.run.smithi067.stdout:skipping the directory /dev 2023-12-09T02:38:19.276 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-09T02:38:20.792 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T02:38:20.813 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T02:38:20.813 INFO:teuthology.orchestra.run.smithi067.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T02:38:21.038 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T02:38:21.038 INFO:teuthology.orchestra.run.smithi067.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:38:21.657 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:38:21.657 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/25 2023-12-09T02:38:21.657 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/25 2023-12-09T02:38:21.657 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:38:21.657 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T02:38:21.657 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/25 2023-12-09T02:38:21.657 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:38:21.658 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:38:21.658 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 8/25 2023-12-09T02:38:21.658 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 9/25 2023-12-09T02:38:21.658 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:38:21.658 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 11/25 2023-12-09T02:38:21.658 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T02:38:21.658 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T02:38:21.658 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-09T02:38:21.658 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-09T02:38:21.658 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-09T02:38:21.658 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-09T02:38:21.658 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-09T02:38:21.658 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-09T02:38:21.658 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-09T02:38:21.659 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-09T02:38:21.659 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:38:21.659 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-09T02:38:21.659 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 24/25 2023-12-09T02:38:22.011 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:38:22.011 INFO:teuthology.orchestra.run.smithi125.stdout:Installed products updated. 2023-12-09T02:38:22.206 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-09T02:38:22.206 INFO:teuthology.orchestra.run.smithi125.stdout:Upgraded: 2023-12-09T02:38:22.206 INFO:teuthology.orchestra.run.smithi125.stdout: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.206 INFO:teuthology.orchestra.run.smithi125.stdout: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.206 INFO:teuthology.orchestra.run.smithi125.stdout:Installed: 2023-12-09T02:38:22.206 INFO:teuthology.orchestra.run.smithi125.stdout: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.206 INFO:teuthology.orchestra.run.smithi125.stdout: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.206 INFO:teuthology.orchestra.run.smithi125.stdout: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.207 INFO:teuthology.orchestra.run.smithi125.stdout: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.207 INFO:teuthology.orchestra.run.smithi125.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-09T02:38:22.207 INFO:teuthology.orchestra.run.smithi125.stdout: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.207 INFO:teuthology.orchestra.run.smithi125.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-09T02:38:22.207 INFO:teuthology.orchestra.run.smithi125.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-09T02:38:22.207 INFO:teuthology.orchestra.run.smithi125.stdout: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.207 INFO:teuthology.orchestra.run.smithi125.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-09T02:38:22.207 INFO:teuthology.orchestra.run.smithi125.stdout: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.207 INFO:teuthology.orchestra.run.smithi125.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-09T02:38:22.207 INFO:teuthology.orchestra.run.smithi125.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-09T02:38:22.207 INFO:teuthology.orchestra.run.smithi125.stdout: python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.207 INFO:teuthology.orchestra.run.smithi125.stdout: python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.207 INFO:teuthology.orchestra.run.smithi125.stdout: python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.207 INFO:teuthology.orchestra.run.smithi125.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-09T02:38:22.208 INFO:teuthology.orchestra.run.smithi125.stdout: python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.208 INFO:teuthology.orchestra.run.smithi125.stdout: python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.208 INFO:teuthology.orchestra.run.smithi125.stdout: python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.208 INFO:teuthology.orchestra.run.smithi125.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-09T02:38:22.208 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-09T02:38:22.208 INFO:teuthology.orchestra.run.smithi125.stdout:Complete! 2023-12-09T02:38:22.251 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:38:22.252 INFO:teuthology.orchestra.run.smithi148.stdout:Installed products updated. 2023-12-09T02:38:22.377 DEBUG:teuthology.orchestra.run.smithi125:> sudo yum -y install ceph-test 2023-12-09T02:38:22.447 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-09T02:38:22.448 INFO:teuthology.orchestra.run.smithi148.stdout:Upgraded: 2023-12-09T02:38:22.448 INFO:teuthology.orchestra.run.smithi148.stdout: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.448 INFO:teuthology.orchestra.run.smithi148.stdout: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.448 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2023-12-09T02:38:22.448 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.448 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.448 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.448 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.448 INFO:teuthology.orchestra.run.smithi148.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-09T02:38:22.448 INFO:teuthology.orchestra.run.smithi148.stdout: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.449 INFO:teuthology.orchestra.run.smithi148.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-09T02:38:22.449 INFO:teuthology.orchestra.run.smithi148.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-09T02:38:22.449 INFO:teuthology.orchestra.run.smithi148.stdout: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.449 INFO:teuthology.orchestra.run.smithi148.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-09T02:38:22.449 INFO:teuthology.orchestra.run.smithi148.stdout: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.449 INFO:teuthology.orchestra.run.smithi148.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-09T02:38:22.449 INFO:teuthology.orchestra.run.smithi148.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-09T02:38:22.449 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.449 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.449 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.449 INFO:teuthology.orchestra.run.smithi148.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-09T02:38:22.449 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.450 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.450 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:22.450 INFO:teuthology.orchestra.run.smithi148.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-09T02:38:22.450 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-09T02:38:22.450 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2023-12-09T02:38:22.635 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-test 2023-12-09T02:38:22.725 INFO:teuthology.orchestra.run.smithi125.stdout:Updating Subscription Management repositories. 2023-12-09T02:38:22.983 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2023-12-09T02:38:23.359 INFO:teuthology.orchestra.run.smithi125.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 125 kB/s | 4.5 kB 00:00 2023-12-09T02:38:23.654 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 119 kB/s | 4.1 kB 00:00 2023-12-09T02:38:23.658 INFO:teuthology.orchestra.run.smithi125.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 114 kB/s | 4.1 kB 00:00 2023-12-09T02:38:23.856 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 167 kB/s | 4.5 kB 00:00 2023-12-09T02:38:25.274 INFO:teuthology.orchestra.run.smithi125.stdout:Dependencies resolved. 2023-12-09T02:38:25.275 INFO:teuthology.orchestra.run.smithi125.stdout:========================================================================================== 2023-12-09T02:38:25.275 INFO:teuthology.orchestra.run.smithi125.stdout: Package Arch Version Repository Size 2023-12-09T02:38:25.275 INFO:teuthology.orchestra.run.smithi125.stdout:========================================================================================== 2023-12-09T02:38:25.275 INFO:teuthology.orchestra.run.smithi125.stdout:Installing: 2023-12-09T02:38:25.275 INFO:teuthology.orchestra.run.smithi125.stdout: ceph-test x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 49 M 2023-12-09T02:38:25.276 INFO:teuthology.orchestra.run.smithi125.stdout:Installing dependencies: 2023-12-09T02:38:25.276 INFO:teuthology.orchestra.run.smithi125.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-09T02:38:25.276 INFO:teuthology.orchestra.run.smithi125.stdout: libcephsqlite x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 183 k 2023-12-09T02:38:25.276 INFO:teuthology.orchestra.run.smithi125.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-09T02:38:25.276 INFO:teuthology.orchestra.run.smithi125.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-09T02:38:25.276 INFO:teuthology.orchestra.run.smithi125.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-09T02:38:25.276 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-09T02:38:25.276 INFO:teuthology.orchestra.run.smithi125.stdout:Transaction Summary 2023-12-09T02:38:25.276 INFO:teuthology.orchestra.run.smithi125.stdout:========================================================================================== 2023-12-09T02:38:25.276 INFO:teuthology.orchestra.run.smithi125.stdout:Install 6 Packages 2023-12-09T02:38:25.276 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-09T02:38:25.277 INFO:teuthology.orchestra.run.smithi125.stdout:Total download size: 50 M 2023-12-09T02:38:25.277 INFO:teuthology.orchestra.run.smithi125.stdout:Installed size: 223 M 2023-12-09T02:38:25.277 INFO:teuthology.orchestra.run.smithi125.stdout:Downloading Packages: 2023-12-09T02:38:25.323 INFO:teuthology.orchestra.run.smithi125.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.5 MB/s | 70 kB 00:00 2023-12-09T02:38:25.398 INFO:teuthology.orchestra.run.smithi125.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.8 MB/s | 323 kB 00:00 2023-12-09T02:38:25.429 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2023-12-09T02:38:25.429 INFO:teuthology.orchestra.run.smithi148.stdout:========================================================================================== 2023-12-09T02:38:25.430 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2023-12-09T02:38:25.430 INFO:teuthology.orchestra.run.smithi148.stdout:========================================================================================== 2023-12-09T02:38:25.430 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2023-12-09T02:38:25.430 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-test x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 49 M 2023-12-09T02:38:25.430 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2023-12-09T02:38:25.430 INFO:teuthology.orchestra.run.smithi148.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-09T02:38:25.431 INFO:teuthology.orchestra.run.smithi148.stdout: libcephsqlite x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 183 k 2023-12-09T02:38:25.431 INFO:teuthology.orchestra.run.smithi148.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-09T02:38:25.431 INFO:teuthology.orchestra.run.smithi148.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-09T02:38:25.431 INFO:teuthology.orchestra.run.smithi148.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-09T02:38:25.431 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-09T02:38:25.431 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2023-12-09T02:38:25.432 INFO:teuthology.orchestra.run.smithi148.stdout:========================================================================================== 2023-12-09T02:38:25.432 INFO:teuthology.orchestra.run.smithi148.stdout:Install 6 Packages 2023-12-09T02:38:25.432 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-09T02:38:25.433 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 50 M 2023-12-09T02:38:25.433 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 223 M 2023-12-09T02:38:25.433 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2023-12-09T02:38:25.440 INFO:teuthology.orchestra.run.smithi125.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-12-09T02:38:25.470 INFO:teuthology.orchestra.run.smithi148.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.8 MB/s | 70 kB 00:00 2023-12-09T02:38:25.482 INFO:teuthology.orchestra.run.smithi125.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-09T02:38:25.524 INFO:teuthology.orchestra.run.smithi125.stdout:(5/6): libcephsqlite-19.0.0-44.g9dcc13bb.el8.x8 744 kB/s | 183 kB 00:00 2023-12-09T02:38:25.537 INFO:teuthology.orchestra.run.smithi148.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 5.4 MB/s | 323 kB 00:00 2023-12-09T02:38:25.579 INFO:teuthology.orchestra.run.smithi148.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-12-09T02:38:25.621 INFO:teuthology.orchestra.run.smithi148.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-09T02:38:25.663 INFO:teuthology.orchestra.run.smithi148.stdout:(5/6): libcephsqlite-19.0.0-44.g9dcc13bb.el8.x8 793 kB/s | 183 kB 00:00 2023-12-09T02:38:25.741 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:38:25.741 INFO:teuthology.orchestra.run.smithi067.stdout:Installed products updated. 2023-12-09T02:38:25.945 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-09T02:38:25.945 INFO:teuthology.orchestra.run.smithi067.stdout:Upgraded: 2023-12-09T02:38:25.945 INFO:teuthology.orchestra.run.smithi067.stdout: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:25.945 INFO:teuthology.orchestra.run.smithi067.stdout: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:25.945 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2023-12-09T02:38:25.945 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:25.945 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:25.945 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:25.946 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:25.946 INFO:teuthology.orchestra.run.smithi067.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-09T02:38:25.946 INFO:teuthology.orchestra.run.smithi067.stdout: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:25.946 INFO:teuthology.orchestra.run.smithi067.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-09T02:38:25.946 INFO:teuthology.orchestra.run.smithi067.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-09T02:38:25.946 INFO:teuthology.orchestra.run.smithi067.stdout: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:25.946 INFO:teuthology.orchestra.run.smithi067.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-09T02:38:25.946 INFO:teuthology.orchestra.run.smithi067.stdout: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:25.946 INFO:teuthology.orchestra.run.smithi067.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-09T02:38:25.946 INFO:teuthology.orchestra.run.smithi067.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-09T02:38:25.946 INFO:teuthology.orchestra.run.smithi067.stdout: python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:25.946 INFO:teuthology.orchestra.run.smithi067.stdout: python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:25.946 INFO:teuthology.orchestra.run.smithi067.stdout: python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:25.946 INFO:teuthology.orchestra.run.smithi067.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-09T02:38:25.946 INFO:teuthology.orchestra.run.smithi067.stdout: python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:25.947 INFO:teuthology.orchestra.run.smithi067.stdout: python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:25.947 INFO:teuthology.orchestra.run.smithi067.stdout: python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:25.947 INFO:teuthology.orchestra.run.smithi067.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-09T02:38:25.947 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-09T02:38:25.947 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2023-12-09T02:38:26.120 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install ceph-test 2023-12-09T02:38:26.490 INFO:teuthology.orchestra.run.smithi067.stdout:Updating Subscription Management repositories. 2023-12-09T02:38:27.226 INFO:teuthology.orchestra.run.smithi067.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 115 kB/s | 4.5 kB 00:00 2023-12-09T02:38:27.551 INFO:teuthology.orchestra.run.smithi067.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 103 kB/s | 4.1 kB 00:00 2023-12-09T02:38:28.915 INFO:teuthology.orchestra.run.smithi125.stdout:(6/6): ceph-test-19.0.0-44.g9dcc13bb.el8.x86_64 14 MB/s | 49 MB 00:03 2023-12-09T02:38:28.917 INFO:teuthology.orchestra.run.smithi125.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:38:28.917 INFO:teuthology.orchestra.run.smithi125.stdout:Total 14 MB/s | 50 MB 00:03 2023-12-09T02:38:28.953 INFO:teuthology.orchestra.run.smithi125.stdout:Running transaction check 2023-12-09T02:38:28.974 INFO:teuthology.orchestra.run.smithi125.stdout:Transaction check succeeded. 2023-12-09T02:38:29.022 INFO:teuthology.orchestra.run.smithi125.stdout:Running transaction test 2023-12-09T02:38:29.245 INFO:teuthology.orchestra.run.smithi125.stdout:Transaction test succeeded. 2023-12-09T02:38:29.249 INFO:teuthology.orchestra.run.smithi125.stdout:Running transaction 2023-12-09T02:38:29.260 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2023-12-09T02:38:29.261 INFO:teuthology.orchestra.run.smithi067.stdout:========================================================================================== 2023-12-09T02:38:29.261 INFO:teuthology.orchestra.run.smithi067.stdout: Package Arch Version Repository Size 2023-12-09T02:38:29.261 INFO:teuthology.orchestra.run.smithi067.stdout:========================================================================================== 2023-12-09T02:38:29.261 INFO:teuthology.orchestra.run.smithi067.stdout:Installing: 2023-12-09T02:38:29.261 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-test x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 49 M 2023-12-09T02:38:29.261 INFO:teuthology.orchestra.run.smithi067.stdout:Installing dependencies: 2023-12-09T02:38:29.261 INFO:teuthology.orchestra.run.smithi067.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-09T02:38:29.261 INFO:teuthology.orchestra.run.smithi067.stdout: libcephsqlite x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 183 k 2023-12-09T02:38:29.261 INFO:teuthology.orchestra.run.smithi067.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-09T02:38:29.261 INFO:teuthology.orchestra.run.smithi067.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-09T02:38:29.262 INFO:teuthology.orchestra.run.smithi067.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-09T02:38:29.262 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-09T02:38:29.262 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2023-12-09T02:38:29.262 INFO:teuthology.orchestra.run.smithi067.stdout:========================================================================================== 2023-12-09T02:38:29.262 INFO:teuthology.orchestra.run.smithi067.stdout:Install 6 Packages 2023-12-09T02:38:29.262 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-09T02:38:29.263 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 50 M 2023-12-09T02:38:29.263 INFO:teuthology.orchestra.run.smithi067.stdout:Installed size: 223 M 2023-12-09T02:38:29.263 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2023-12-09T02:38:29.311 INFO:teuthology.orchestra.run.smithi067.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.4 MB/s | 70 kB 00:00 2023-12-09T02:38:29.395 INFO:teuthology.orchestra.run.smithi067.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.2 MB/s | 323 kB 00:00 2023-12-09T02:38:29.413 INFO:teuthology.orchestra.run.smithi148.stdout:(6/6): ceph-test-19.0.0-44.g9dcc13bb.el8.x86_64 12 MB/s | 49 MB 00:03 2023-12-09T02:38:29.415 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:38:29.415 INFO:teuthology.orchestra.run.smithi148.stdout:Total 13 MB/s | 50 MB 00:03 2023-12-09T02:38:29.437 INFO:teuthology.orchestra.run.smithi067.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-12-09T02:38:29.452 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2023-12-09T02:38:29.474 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2023-12-09T02:38:29.474 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2023-12-09T02:38:29.479 INFO:teuthology.orchestra.run.smithi067.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-09T02:38:29.587 INFO:teuthology.orchestra.run.smithi067.stdout:(5/6): libcephsqlite-19.0.0-44.g9dcc13bb.el8.x8 565 kB/s | 183 kB 00:00 2023-12-09T02:38:29.725 INFO:teuthology.orchestra.run.smithi125.stdout: Preparing : 1/1 2023-12-09T02:38:29.747 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2023-12-09T02:38:29.751 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2023-12-09T02:38:29.860 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T02:38:29.950 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T02:38:30.130 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-09T02:38:30.216 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2023-12-09T02:38:30.294 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-09T02:38:30.363 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T02:38:30.434 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-09T02:38:30.451 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T02:38:30.577 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T02:38:30.650 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-09T02:38:30.813 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-09T02:38:30.979 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-09T02:38:31.146 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T02:38:31.796 INFO:teuthology.orchestra.run.smithi067.stdout:(6/6): ceph-test-19.0.0-44.g9dcc13bb.el8.x86_64 20 MB/s | 49 MB 00:02 2023-12-09T02:38:31.798 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:38:31.798 INFO:teuthology.orchestra.run.smithi067.stdout:Total 20 MB/s | 50 MB 00:02 2023-12-09T02:38:31.837 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2023-12-09T02:38:31.860 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2023-12-09T02:38:31.860 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2023-12-09T02:38:32.147 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2023-12-09T02:38:32.151 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2023-12-09T02:38:32.658 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2023-12-09T02:38:32.809 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T02:38:32.896 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T02:38:33.090 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-09T02:38:33.277 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-09T02:38:33.410 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-09T02:38:33.584 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T02:38:35.290 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T02:38:35.540 INFO:teuthology.orchestra.run.smithi125.stdout: Installing : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T02:38:35.753 INFO:teuthology.orchestra.run.smithi125.stdout: Running scriptlet: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T02:38:35.753 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/6 2023-12-09T02:38:35.753 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/6 2023-12-09T02:38:35.753 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-09T02:38:35.754 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-09T02:38:35.754 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-09T02:38:35.909 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T02:38:36.151 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T02:38:36.374 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T02:38:36.374 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/6 2023-12-09T02:38:36.374 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/6 2023-12-09T02:38:36.374 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-09T02:38:36.374 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-09T02:38:36.374 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-09T02:38:38.624 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T02:38:38.872 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T02:38:39.133 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T02:38:39.133 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/6 2023-12-09T02:38:39.133 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/6 2023-12-09T02:38:39.133 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-09T02:38:39.133 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-09T02:38:39.133 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-09T02:38:39.702 INFO:teuthology.orchestra.run.smithi125.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-09T02:38:39.702 INFO:teuthology.orchestra.run.smithi125.stdout:Installed products updated. 2023-12-09T02:38:39.886 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-09T02:38:39.886 INFO:teuthology.orchestra.run.smithi125.stdout:Installed: 2023-12-09T02:38:39.886 INFO:teuthology.orchestra.run.smithi125.stdout: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-09T02:38:39.887 INFO:teuthology.orchestra.run.smithi125.stdout: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-09T02:38:39.887 INFO:teuthology.orchestra.run.smithi125.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-09T02:38:39.887 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-09T02:38:39.887 INFO:teuthology.orchestra.run.smithi125.stdout:Complete! 2023-12-09T02:38:40.011 DEBUG:teuthology.orchestra.run.smithi125:> sudo yum -y install ceph 2023-12-09T02:38:40.148 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-09T02:38:40.148 INFO:teuthology.orchestra.run.smithi148.stdout:Installed products updated. 2023-12-09T02:38:40.333 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-09T02:38:40.333 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2023-12-09T02:38:40.333 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-09T02:38:40.334 INFO:teuthology.orchestra.run.smithi148.stdout: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-09T02:38:40.334 INFO:teuthology.orchestra.run.smithi148.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-09T02:38:40.334 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-12-09T02:38:40.334 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2023-12-09T02:38:40.348 INFO:teuthology.orchestra.run.smithi125.stdout:Updating Subscription Management repositories. 2023-12-09T02:38:40.485 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph 2023-12-09T02:38:40.822 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2023-12-09T02:38:40.998 INFO:teuthology.orchestra.run.smithi125.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 137 kB/s | 4.5 kB 00:00 2023-12-09T02:38:41.309 INFO:teuthology.orchestra.run.smithi125.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 112 kB/s | 4.1 kB 00:00 2023-12-09T02:38:41.523 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 115 kB/s | 4.1 kB 00:00 2023-12-09T02:38:41.737 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 144 kB/s | 4.5 kB 00:00 2023-12-09T02:38:42.838 INFO:teuthology.orchestra.run.smithi125.stderr:Error: 2023-12-09T02:38:42.839 INFO:teuthology.orchestra.run.smithi125.stderr: Problem: conflicting requests 2023-12-09T02:38:42.839 INFO:teuthology.orchestra.run.smithi125.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:42.839 INFO:teuthology.orchestra.run.smithi125.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-09T02:38:42.916 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:38:42.917 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 smithi125 with status 1: 'sudo yum -y install ceph' 2023-12-09T02:38:42.919 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 smithi125 with status 1: 'sudo yum -y install ceph' 2023-12-09T02:38:43.001 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=0ffc75976e5140afb1adc71cbd81663c 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 smithi125 with status 1: 'sudo yum -y install ceph' 2023-12-09T02:38:43.004 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-09T02:38:43.018 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-09T02:38:43.036 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-09T02:38:43.036 DEBUG:teuthology.orchestra.run.smithi067:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-09T02:38:43.050 DEBUG:teuthology.orchestra.run.smithi125:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-09T02:38:43.053 DEBUG:teuthology.orchestra.run.smithi148:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-09T02:38:43.059 INFO:teuthology.orchestra.run.smithi067.stderr:bash: ntpq: command not found 2023-12-09T02:38:43.064 INFO:teuthology.orchestra.run.smithi067.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T02:38:43.064 INFO:teuthology.orchestra.run.smithi067.stdout:=============================================================================== 2023-12-09T02:38:43.064 INFO:teuthology.orchestra.run.smithi067.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 43 +690us[ +690us] +/- 76ms 2023-12-09T02:38:43.064 INFO:teuthology.orchestra.run.smithi067.stdout:^* hv02.front.sepia.ceph.com 3 6 37 44 -191us[ -218us] +/- 63ms 2023-12-09T02:38:43.065 INFO:teuthology.orchestra.run.smithi067.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 44 -324us[ -351us] +/- 71ms 2023-12-09T02:38:43.065 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:38:43.066 INFO:teuthology.orchestra.run.smithi125.stderr:bash: ntpq: command not found 2023-12-09T02:38:43.068 INFO:teuthology.orchestra.run.smithi148.stderr:bash: ntpq: command not found 2023-12-09T02:38:43.070 INFO:teuthology.orchestra.run.smithi125.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T02:38:43.070 INFO:teuthology.orchestra.run.smithi125.stdout:=============================================================================== 2023-12-09T02:38:43.070 INFO:teuthology.orchestra.run.smithi125.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 44 +648us[ +665us] +/- 76ms 2023-12-09T02:38:43.070 INFO:teuthology.orchestra.run.smithi125.stdout:^* hv02.front.sepia.ceph.com 3 6 37 43 -208us[ -191us] +/- 63ms 2023-12-09T02:38:43.070 INFO:teuthology.orchestra.run.smithi125.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 44 -359us[ -342us] +/- 71ms 2023-12-09T02:38:43.071 INFO:teuthology.orchestra.run.smithi125.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:38:43.072 INFO:teuthology.orchestra.run.smithi148.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T02:38:43.072 INFO:teuthology.orchestra.run.smithi148.stdout:=============================================================================== 2023-12-09T02:38:43.072 INFO:teuthology.orchestra.run.smithi148.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 44 +630us[ +637us] +/- 76ms 2023-12-09T02:38:43.072 INFO:teuthology.orchestra.run.smithi148.stdout:^* hv02.front.sepia.ceph.com 3 6 37 43 -209us[ -202us] +/- 63ms 2023-12-09T02:38:43.073 INFO:teuthology.orchestra.run.smithi148.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 44 -358us[ -352us] +/- 71ms 2023-12-09T02:38:43.073 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:38:43.073 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-09T02:38:43.081 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-09T02:38:43.082 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-09T02:38:43.091 DEBUG:teuthology.orchestra.run.smithi067:> 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-09T02:38:43.213 DEBUG:teuthology.orchestra.run.smithi125:> 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-09T02:38:43.259 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-09T02:38:43.259 INFO:teuthology.orchestra.run.smithi067.stdout:Installed products updated. 2023-12-09T02:38:43.303 DEBUG:teuthology.orchestra.run.smithi148:> 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-09T02:38:43.367 INFO:teuthology.orchestra.run.smithi148.stderr:Error: 2023-12-09T02:38:43.367 INFO:teuthology.orchestra.run.smithi148.stderr: Problem: conflicting requests 2023-12-09T02:38:43.367 INFO:teuthology.orchestra.run.smithi148.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:43.368 INFO:teuthology.orchestra.run.smithi148.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-09T02:38:43.404 DEBUG:teuthology.orchestra.run.smithi067:> 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-09T02:38:43.436 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:38:43.437 DEBUG:teuthology.orchestra.run.smithi125:> 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-09T02:38:43.451 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:38:43.464 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-09T02:38:43.464 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2023-12-09T02:38:43.464 INFO:teuthology.orchestra.run.smithi067.stdout: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-09T02:38:43.464 INFO:teuthology.orchestra.run.smithi067.stdout: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-09T02:38:43.465 INFO:teuthology.orchestra.run.smithi067.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-09T02:38:43.465 INFO:teuthology.orchestra.run.smithi067.stdout: 2023-12-09T02:38:43.465 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2023-12-09T02:38:43.468 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:38:43.469 DEBUG:teuthology.orchestra.run.smithi148:> 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-09T02:38:43.499 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:38:43.500 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-09T02:38:43.509 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-09T02:38:43.520 INFO:teuthology.task.internal:Duration was 678.742008 seconds 2023-12-09T02:38:43.520 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-09T02:38:43.529 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-09T02:38:43.529 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-09T02:38:43.531 DEBUG:teuthology.orchestra.run.smithi125:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-09T02:38:43.539 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-09T02:38:43.580 INFO:teuthology.orchestra.run.smithi067.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T02:38:43.582 INFO:teuthology.orchestra.run.smithi125.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T02:38:43.585 INFO:teuthology.orchestra.run.smithi148.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T02:38:43.603 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum -y install ceph 2023-12-09T02:38:43.958 INFO:teuthology.orchestra.run.smithi067.stdout:Updating Subscription Management repositories. 2023-12-09T02:38:43.994 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-09T02:38:43.994 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi067.front.sepia.ceph.com 2023-12-09T02:38:43.994 DEBUG:teuthology.orchestra.run.smithi067:> 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-09T02:38:44.016 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi125.front.sepia.ceph.com 2023-12-09T02:38:44.016 DEBUG:teuthology.orchestra.run.smithi125:> 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-09T02:38:44.039 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi148.front.sepia.ceph.com 2023-12-09T02:38:44.039 DEBUG:teuthology.orchestra.run.smithi148:> 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-09T02:38:44.061 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-09T02:38:44.062 DEBUG:teuthology.orchestra.run.smithi067:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-09T02:38:44.065 DEBUG:teuthology.orchestra.run.smithi125:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-09T02:38:44.081 DEBUG:teuthology.orchestra.run.smithi148:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-09T02:38:44.140 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-09T02:38:44.140 DEBUG:teuthology.orchestra.run.smithi067:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-09T02:38:44.144 DEBUG:teuthology.orchestra.run.smithi125:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-09T02:38:44.160 DEBUG:teuthology.orchestra.run.smithi148:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-09T02:38:44.250 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-09T02:38:44.261 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-09T02:38:44.261 DEBUG:teuthology.orchestra.run.smithi067:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-09T02:38:44.321 DEBUG:teuthology.orchestra.run.smithi125:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-09T02:38:44.363 DEBUG:teuthology.orchestra.run.smithi148:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-09T02:38:44.397 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-09T02:38:44.407 DEBUG:teuthology.orchestra.run.smithi067:> 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-09T02:38:44.410 DEBUG:teuthology.orchestra.run.smithi125:> 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-09T02:38:44.412 DEBUG:teuthology.orchestra.run.smithi148:> 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-09T02:38:44.436 INFO:teuthology.orchestra.run.smithi125.stdout:kernel.core_pattern = core 2023-12-09T02:38:44.437 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern = core 2023-12-09T02:38:44.464 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern = core 2023-12-09T02:38:44.479 DEBUG:teuthology.orchestra.run.smithi067:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-09T02:38:44.514 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:38:44.514 DEBUG:teuthology.orchestra.run.smithi125:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-09T02:38:44.529 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:38:44.530 DEBUG:teuthology.orchestra.run.smithi148:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-09T02:38:44.546 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:38:44.547 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-09T02:38:44.556 INFO:teuthology.task.internal:Transferring archived files... 2023-12-09T02:38:44.558 DEBUG:teuthology.misc:Transferring archived files from smithi067:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484651/remote/smithi067 2023-12-09T02:38:44.559 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-09T02:38:44.608 DEBUG:teuthology.misc:Transferring archived files from smithi125:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484651/remote/smithi125 2023-12-09T02:38:44.609 DEBUG:teuthology.orchestra.run.smithi125:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-09T02:38:44.665 DEBUG:teuthology.misc:Transferring archived files from smithi148:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484651/remote/smithi148 2023-12-09T02:38:44.666 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-09T02:38:44.714 INFO:teuthology.task.internal:Removing archive directory... 2023-12-09T02:38:44.714 DEBUG:teuthology.orchestra.run.smithi067:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-09T02:38:44.716 DEBUG:teuthology.orchestra.run.smithi125:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-09T02:38:44.719 DEBUG:teuthology.orchestra.run.smithi148:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-09T02:38:44.753 INFO:teuthology.orchestra.run.smithi067.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 82 kB/s | 4.5 kB 00:00 2023-12-09T02:38:44.765 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-09T02:38:44.777 INFO:teuthology.task.internal:Not uploading archives. 2023-12-09T02:38:44.778 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-09T02:38:44.787 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-09T02:38:44.787 DEBUG:teuthology.orchestra.run.smithi067:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-09T02:38:44.790 DEBUG:teuthology.orchestra.run.smithi125:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-09T02:38:44.792 DEBUG:teuthology.orchestra.run.smithi148:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-09T02:38:44.805 INFO:teuthology.orchestra.run.smithi067.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 9 02:38 /home/ubuntu/cephtest 2023-12-09T02:38:44.806 INFO:teuthology.orchestra.run.smithi125.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 9 02:38 /home/ubuntu/cephtest 2023-12-09T02:38:44.822 INFO:teuthology.orchestra.run.smithi148.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 9 02:38 /home/ubuntu/cephtest 2023-12-09T02:38:44.823 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-09T02:38:44.834 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-09T02:38:44.904 INFO:teuthology.nuke:Checking targets against current locks 2023-12-09T02:38:44.932 DEBUG:teuthology.nuke:shortname: smithi067 2023-12-09T02:38:44.933 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T02:38:44.957 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi067.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484651', '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 02:22:02.656360', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T02:38:44.962 DEBUG:teuthology.nuke:shortname: smithi125 2023-12-09T02:38:44.962 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T02:38:44.987 DEBUG:teuthology.nuke:shortname: smithi148 2023-12-09T02:38:44.987 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T02:38:44.991 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi125.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484651', '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 02:22:02.654504', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T02:38:45.013 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi148.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484651', '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 02:22:02.658068', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T02:38:45.024 INFO:teuthology.orchestra.console.smithi067:Power off 2023-12-09T02:38:45.024 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-09T02:38:45.050 DEBUG:teuthology.orchestra.console.smithi067:power off output: Chassis Power Control: Down/Off 2023-12-09T02:38:45.050 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:38:45.067 INFO:teuthology.orchestra.console.smithi125:Power off 2023-12-09T02:38:45.068 DEBUG:teuthology.orchestra.console.smithi125:pexpect command: ipmitool -H smithi125.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-09T02:38:45.084 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is on 2023-12-09T02:38:45.093 INFO:teuthology.orchestra.run.smithi067.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 77 kB/s | 4.1 kB 00:00 2023-12-09T02:38:45.098 DEBUG:teuthology.orchestra.console.smithi125:power off output: Chassis Power Control: Down/Off 2023-12-09T02:38:45.098 DEBUG:teuthology.orchestra.console.smithi125:pexpect command: ipmitool -H smithi125.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:38:45.117 INFO:teuthology.orchestra.console.smithi148:Power off 2023-12-09T02:38:45.118 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-09T02:38:45.134 DEBUG:teuthology.orchestra.console.smithi125:check power output: Chassis Power is on 2023-12-09T02:38:45.147 DEBUG:teuthology.orchestra.console.smithi148:power off output: Chassis Power Control: Down/Off 2023-12-09T02:38:45.148 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:38:45.173 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is on 2023-12-09T02:38:46.815 INFO:teuthology.orchestra.run.smithi067.stderr:Error: 2023-12-09T02:38:46.816 INFO:teuthology.orchestra.run.smithi067.stderr: Problem: conflicting requests 2023-12-09T02:38:46.816 INFO:teuthology.orchestra.run.smithi067.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:38:46.816 INFO:teuthology.orchestra.run.smithi067.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-09T02:38:46.905 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:38:49.086 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:38:49.136 DEBUG:teuthology.orchestra.console.smithi125:pexpect command: ipmitool -H smithi125.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:38:49.174 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:38:49.198 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is on 2023-12-09T02:38:49.248 DEBUG:teuthology.orchestra.console.smithi125:check power output: Chassis Power is on 2023-12-09T02:38:49.287 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is on 2023-12-09T02:38:53.202 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:38:53.249 DEBUG:teuthology.orchestra.console.smithi125:pexpect command: ipmitool -H smithi125.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:38:53.288 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:38:53.315 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is on 2023-12-09T02:38:53.361 DEBUG:teuthology.orchestra.console.smithi125:check power output: Chassis Power is on 2023-12-09T02:38:53.399 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is on 2023-12-09T02:38:57.318 DEBUG:teuthology.orchestra.console.smithi067:pexpect command: ipmitool -H smithi067.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:38:57.362 DEBUG:teuthology.orchestra.console.smithi125:pexpect command: ipmitool -H smithi125.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:38:57.401 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:38:57.428 DEBUG:teuthology.orchestra.console.smithi067:check power output: Chassis Power is off 2023-12-09T02:38:57.476 DEBUG:teuthology.orchestra.console.smithi125:check power output: Chassis Power is off 2023-12-09T02:38:57.510 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is off 2023-12-09T02:38:57.530 INFO:teuthology.orchestra.console.smithi067:Power off completed 2023-12-09T02:38:57.577 INFO:teuthology.orchestra.console.smithi125:Power off completed 2023-12-09T02:38:57.611 INFO:teuthology.orchestra.console.smithi148:Power off completed 2023-12-09T02:38:57.716 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/on mon_election/classic task/test_set_mon_crush_locations} duration: 678.7420079708099 failure_reason: 'Command failed on smithi125 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=0ffc75976e5140afb1adc71cbd81663c status: fail success: false 2023-12-09T02:38:57.716 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-09T02:38:57.792 INFO:teuthology.run:FAIL