2023-12-02T07:40:30.538 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-02T07:40:30.539 DEBUG:teuthology.run:Teuthology command: teuthology --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-01_18:06:01-orch-main-distro-default-smithi/7475267 --owner scheduled_yuriw@teuthology --verbose --name yuriw-2023-12-01_18:06:01-orch-main-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-12-01_18:06:01-orch-main-distro-default-smithi/7475267/orig.config.yaml 2023-12-02T07:40:30.569 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-02T07:40:30.640 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-01_18:06:01-orch-main-distro-default-smithi/7475267 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: '7475267' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-01_18:06:01-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: bed7681480ccb0192b91a35e691658867e1e96b7 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: bed7681480ccb0192b91a35e691658867e1e96b7 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: bed7681480ccb0192b91a35e691658867e1e96b7 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - mon.a - mgr.a - - host.b - osd.1 - mon.b - mgr.b - - host.c - osd.2 - mon.c seed: 4558 sha1: bed7681480ccb0192b91a35e691658867e1e96b7 sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_bed7681480ccb0192b91a35e691658867e1e96b7/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: bed7681480ccb0192b91a35e691658867e1e96b7 targets: smithi005.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi019.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi037.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 0x7f6dd304cee0>, signals=[15]) 2023-12-02T07:40:31.208 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-02T07:40:31.214 INFO:teuthology.task.internal:Opening connections... 2023-12-02T07:40:31.214 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi005.front.sepia.ceph.com 2023-12-02T07:40:31.215 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T07:40:31.284 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi019.front.sepia.ceph.com 2023-12-02T07:40:31.285 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T07:40:31.353 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi037.front.sepia.ceph.com 2023-12-02T07:40:31.354 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T07:40:31.421 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-02T07:40:31.428 DEBUG:teuthology.orchestra.run.smithi005:> uname -m 2023-12-02T07:40:31.449 INFO:teuthology.orchestra.run.smithi005.stdout:x86_64 2023-12-02T07:40:31.450 DEBUG:teuthology.orchestra.run.smithi005:> cat /etc/os-release 2023-12-02T07:40:31.510 INFO:teuthology.orchestra.run.smithi005.stdout:NAME="Red Hat Enterprise Linux" 2023-12-02T07:40:31.510 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION="8.6 (Ootpa)" 2023-12-02T07:40:31.510 INFO:teuthology.orchestra.run.smithi005.stdout:ID="rhel" 2023-12-02T07:40:31.510 INFO:teuthology.orchestra.run.smithi005.stdout:ID_LIKE="fedora" 2023-12-02T07:40:31.510 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION_ID="8.6" 2023-12-02T07:40:31.510 INFO:teuthology.orchestra.run.smithi005.stdout:PLATFORM_ID="platform:el8" 2023-12-02T07:40:31.510 INFO:teuthology.orchestra.run.smithi005.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-02T07:40:31.510 INFO:teuthology.orchestra.run.smithi005.stdout:ANSI_COLOR="0;31" 2023-12-02T07:40:31.510 INFO:teuthology.orchestra.run.smithi005.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-02T07:40:31.510 INFO:teuthology.orchestra.run.smithi005.stdout:HOME_URL="https://www.redhat.com/" 2023-12-02T07:40:31.511 INFO:teuthology.orchestra.run.smithi005.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-02T07:40:31.511 INFO:teuthology.orchestra.run.smithi005.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-02T07:40:31.511 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-02T07:40:31.511 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-02T07:40:31.511 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-02T07:40:31.511 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-02T07:40:31.511 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-02T07:40:31.512 INFO:teuthology.lock.ops:Updating smithi005.front.sepia.ceph.com on lock server 2023-12-02T07:40:31.536 DEBUG:teuthology.orchestra.run.smithi019:> uname -m 2023-12-02T07:40:31.557 INFO:teuthology.orchestra.run.smithi019.stdout:x86_64 2023-12-02T07:40:31.557 DEBUG:teuthology.orchestra.run.smithi019:> cat /etc/os-release 2023-12-02T07:40:31.618 INFO:teuthology.orchestra.run.smithi019.stdout:NAME="Red Hat Enterprise Linux" 2023-12-02T07:40:31.618 INFO:teuthology.orchestra.run.smithi019.stdout:VERSION="8.6 (Ootpa)" 2023-12-02T07:40:31.618 INFO:teuthology.orchestra.run.smithi019.stdout:ID="rhel" 2023-12-02T07:40:31.618 INFO:teuthology.orchestra.run.smithi019.stdout:ID_LIKE="fedora" 2023-12-02T07:40:31.618 INFO:teuthology.orchestra.run.smithi019.stdout:VERSION_ID="8.6" 2023-12-02T07:40:31.618 INFO:teuthology.orchestra.run.smithi019.stdout:PLATFORM_ID="platform:el8" 2023-12-02T07:40:31.618 INFO:teuthology.orchestra.run.smithi019.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-02T07:40:31.618 INFO:teuthology.orchestra.run.smithi019.stdout:ANSI_COLOR="0;31" 2023-12-02T07:40:31.619 INFO:teuthology.orchestra.run.smithi019.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-02T07:40:31.619 INFO:teuthology.orchestra.run.smithi019.stdout:HOME_URL="https://www.redhat.com/" 2023-12-02T07:40:31.619 INFO:teuthology.orchestra.run.smithi019.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-02T07:40:31.619 INFO:teuthology.orchestra.run.smithi019.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-02T07:40:31.619 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-02T07:40:31.619 INFO:teuthology.orchestra.run.smithi019.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-02T07:40:31.619 INFO:teuthology.orchestra.run.smithi019.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-02T07:40:31.619 INFO:teuthology.orchestra.run.smithi019.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-02T07:40:31.619 INFO:teuthology.orchestra.run.smithi019.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-02T07:40:31.619 INFO:teuthology.lock.ops:Updating smithi019.front.sepia.ceph.com on lock server 2023-12-02T07:40:31.644 DEBUG:teuthology.orchestra.run.smithi037:> uname -m 2023-12-02T07:40:31.665 INFO:teuthology.orchestra.run.smithi037.stdout:x86_64 2023-12-02T07:40:31.666 DEBUG:teuthology.orchestra.run.smithi037:> cat /etc/os-release 2023-12-02T07:40:31.726 INFO:teuthology.orchestra.run.smithi037.stdout:NAME="Red Hat Enterprise Linux" 2023-12-02T07:40:31.726 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION="8.6 (Ootpa)" 2023-12-02T07:40:31.726 INFO:teuthology.orchestra.run.smithi037.stdout:ID="rhel" 2023-12-02T07:40:31.726 INFO:teuthology.orchestra.run.smithi037.stdout:ID_LIKE="fedora" 2023-12-02T07:40:31.726 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION_ID="8.6" 2023-12-02T07:40:31.726 INFO:teuthology.orchestra.run.smithi037.stdout:PLATFORM_ID="platform:el8" 2023-12-02T07:40:31.726 INFO:teuthology.orchestra.run.smithi037.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-02T07:40:31.727 INFO:teuthology.orchestra.run.smithi037.stdout:ANSI_COLOR="0;31" 2023-12-02T07:40:31.727 INFO:teuthology.orchestra.run.smithi037.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-02T07:40:31.727 INFO:teuthology.orchestra.run.smithi037.stdout:HOME_URL="https://www.redhat.com/" 2023-12-02T07:40:31.727 INFO:teuthology.orchestra.run.smithi037.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-02T07:40:31.727 INFO:teuthology.orchestra.run.smithi037.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-02T07:40:31.727 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-02T07:40:31.727 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-02T07:40:31.727 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-02T07:40:31.727 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-02T07:40:31.727 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-02T07:40:31.727 INFO:teuthology.lock.ops:Updating smithi037.front.sepia.ceph.com on lock server 2023-12-02T07:40:31.752 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-02T07:40:31.761 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-02T07:40:31.799 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-02T07:40:31.799 DEBUG:teuthology.orchestra.run.smithi005:> test '!' -e /home/ubuntu/cephtest 2023-12-02T07:40:31.801 DEBUG:teuthology.orchestra.run.smithi019:> test '!' -e /home/ubuntu/cephtest 2023-12-02T07:40:31.803 DEBUG:teuthology.orchestra.run.smithi037:> test '!' -e /home/ubuntu/cephtest 2023-12-02T07:40:31.822 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-02T07:40:31.828 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-02T07:40:31.828 DEBUG:teuthology.orchestra.run.smithi005:> test -z $(ls -A /var/lib/ceph) 2023-12-02T07:40:31.861 DEBUG:teuthology.orchestra.run.smithi019:> test -z $(ls -A /var/lib/ceph) 2023-12-02T07:40:31.863 DEBUG:teuthology.orchestra.run.smithi037:> test -z $(ls -A /var/lib/ceph) 2023-12-02T07:40:31.894 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-02T07:40:31.971 INFO:teuthology.run_tasks:Running task kernel... 2023-12-02T07:40:31.984 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-02T07:40:31.984 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-02T07:40:31.985 DEBUG:teuthology.orchestra.run.smithi005:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-02T07:40:31.985 DEBUG:teuthology.orchestra.run.smithi019:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-02T07:40:31.986 DEBUG:teuthology.orchestra.run.smithi037:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-02T07:40:32.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T07:40:32.005 DEBUG:teuthology.orchestra.run.smithi019:> uname -r 2023-12-02T07:40:32.005 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T07:40:32.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T07:40:32.006 DEBUG:teuthology.orchestra.run.smithi037:> uname -r 2023-12-02T07:40:32.007 DEBUG:teuthology.orchestra.run.smithi005:> uname -r 2023-12-02T07:40:32.065 INFO:teuthology.orchestra.run.smithi019.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-02T07:40:32.065 INFO:teuthology.task.kernel:Running kernel on smithi019: 4.18.0-372.9.1.el8.x86_64 2023-12-02T07:40:32.065 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum install -y kernel 2023-12-02T07:40:32.067 INFO:teuthology.orchestra.run.smithi005.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-02T07:40:32.067 INFO:teuthology.task.kernel:Running kernel on smithi005: 4.18.0-372.9.1.el8.x86_64 2023-12-02T07:40:32.067 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum install -y kernel 2023-12-02T07:40:32.068 INFO:teuthology.orchestra.run.smithi037.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-02T07:40:32.068 INFO:teuthology.task.kernel:Running kernel on smithi037: 4.18.0-372.9.1.el8.x86_64 2023-12-02T07:40:32.068 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum install -y kernel 2023-12-02T07:40:33.270 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-12-02T07:40:33.270 INFO:teuthology.orchestra.run.smithi005.stdout:Unable to read consumer identity 2023-12-02T07:40:33.314 INFO:teuthology.orchestra.run.smithi019.stdout:Updating Subscription Management repositories. 2023-12-02T07:40:33.314 INFO:teuthology.orchestra.run.smithi019.stdout:Unable to read consumer identity 2023-12-02T07:40:33.411 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2023-12-02T07:40:33.411 INFO:teuthology.orchestra.run.smithi037.stdout:Unable to read consumer identity 2023-12-02T07:40:34.608 INFO:teuthology.orchestra.run.smithi019.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-12-02T07:40:34.723 INFO:teuthology.orchestra.run.smithi005.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2023-12-02T07:40:34.838 INFO:teuthology.orchestra.run.smithi037.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-12-02T07:40:35.599 INFO:teuthology.orchestra.run.smithi005.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2023-12-02T07:40:36.392 INFO:teuthology.orchestra.run.smithi019.stdout:Extra Packages for Enterprise Linux 9.0 MB/s | 16 MB 00:01 2023-12-02T07:40:36.455 INFO:teuthology.orchestra.run.smithi037.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2023-12-02T07:40:39.374 INFO:teuthology.orchestra.run.smithi005.stdout:lab-extras 342 kB/s | 24 kB 00:00 2023-12-02T07:40:40.035 INFO:teuthology.orchestra.run.smithi005.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-02T07:40:40.100 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-12-02T07:40:40.100 INFO:teuthology.orchestra.run.smithi019.stdout:lab-extras 558 kB/s | 24 kB 00:00 2023-12-02T07:40:40.101 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2023-12-02T07:40:40.101 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-12-02T07:40:40.155 INFO:teuthology.orchestra.run.smithi037.stdout:lab-extras 555 kB/s | 24 kB 00:00 2023-12-02T07:40:40.234 DEBUG:teuthology.orchestra.run.smithi005:> echo no | sudo yum reinstall kernel || true 2023-12-02T07:40:40.587 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-12-02T07:40:40.588 INFO:teuthology.orchestra.run.smithi005.stdout:Unable to read consumer identity 2023-12-02T07:40:40.795 INFO:teuthology.orchestra.run.smithi019.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-02T07:40:40.863 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-12-02T07:40:40.864 INFO:teuthology.orchestra.run.smithi019.stdout:Nothing to do. 2023-12-02T07:40:40.864 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-12-02T07:40:40.867 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:01 ago on Sat 02 Dec 2023 07:40:39 AM UTC. 2023-12-02T07:40:40.882 INFO:teuthology.orchestra.run.smithi037.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-02T07:40:40.912 INFO:teuthology.orchestra.run.smithi005.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-02T07:40:40.932 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2023-12-02T07:40:40.934 INFO:teuthology.orchestra.run.smithi037.stdout:Nothing to do. 2023-12-02T07:40:40.934 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2023-12-02T07:40:40.949 INFO:teuthology.orchestra.run.smithi005.stderr:Error: No packages marked for reinstall. 2023-12-02T07:40:40.982 DEBUG:teuthology.orchestra.run.smithi019:> echo no | sudo yum reinstall kernel || true 2023-12-02T07:40:40.997 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum reinstall -y kernel || true 2023-12-02T07:40:41.050 DEBUG:teuthology.orchestra.run.smithi037:> echo no | sudo yum reinstall kernel || true 2023-12-02T07:40:41.333 INFO:teuthology.orchestra.run.smithi019.stdout:Updating Subscription Management repositories. 2023-12-02T07:40:41.333 INFO:teuthology.orchestra.run.smithi019.stdout:Unable to read consumer identity 2023-12-02T07:40:41.344 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-12-02T07:40:41.344 INFO:teuthology.orchestra.run.smithi005.stdout:Unable to read consumer identity 2023-12-02T07:40:41.397 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2023-12-02T07:40:41.397 INFO:teuthology.orchestra.run.smithi037.stdout:Unable to read consumer identity 2023-12-02T07:40:41.609 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:00:01 ago on Sat 02 Dec 2023 07:40:40 AM UTC. 2023-12-02T07:40:41.622 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:02 ago on Sat 02 Dec 2023 07:40:39 AM UTC. 2023-12-02T07:40:41.652 INFO:teuthology.orchestra.run.smithi019.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-02T07:40:41.663 INFO:teuthology.orchestra.run.smithi005.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-02T07:40:41.675 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:00:01 ago on Sat 02 Dec 2023 07:40:40 AM UTC. 2023-12-02T07:40:41.685 INFO:teuthology.orchestra.run.smithi019.stderr:Error: No packages marked for reinstall. 2023-12-02T07:40:41.693 INFO:teuthology.orchestra.run.smithi005.stderr:Error: No packages marked for reinstall. 2023-12-02T07:40:41.721 INFO:teuthology.orchestra.run.smithi037.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-02T07:40:41.732 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum reinstall -y kernel || true 2023-12-02T07:40:41.742 DEBUG:teuthology.orchestra.run.smithi005:> rpm -q kernel | sort -rV | head -n 1 2023-12-02T07:40:41.758 INFO:teuthology.orchestra.run.smithi037.stderr:Error: No packages marked for reinstall. 2023-12-02T07:40:41.805 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum reinstall -y kernel || true 2023-12-02T07:40:41.824 INFO:teuthology.orchestra.run.smithi005.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-02T07:40:41.825 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-02T07:40:41.825 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-02T07:40:41.826 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-02T07:40:41.826 DEBUG:teuthology.orchestra.run.smithi005:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-02T07:40:41.856 INFO:teuthology.orchestra.run.smithi005.stdout:ttyS1 2023-12-02T07:40:41.869 DEBUG:teuthology.parallel:result is None 2023-12-02T07:40:42.081 INFO:teuthology.orchestra.run.smithi019.stdout:Updating Subscription Management repositories. 2023-12-02T07:40:42.081 INFO:teuthology.orchestra.run.smithi019.stdout:Unable to read consumer identity 2023-12-02T07:40:42.153 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2023-12-02T07:40:42.153 INFO:teuthology.orchestra.run.smithi037.stdout:Unable to read consumer identity 2023-12-02T07:40:42.358 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:00:02 ago on Sat 02 Dec 2023 07:40:40 AM UTC. 2023-12-02T07:40:42.401 INFO:teuthology.orchestra.run.smithi019.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-02T07:40:42.417 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:00:02 ago on Sat 02 Dec 2023 07:40:40 AM UTC. 2023-12-02T07:40:42.422 INFO:teuthology.orchestra.run.smithi019.stderr:Error: No packages marked for reinstall. 2023-12-02T07:40:42.459 INFO:teuthology.orchestra.run.smithi037.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-02T07:40:42.475 DEBUG:teuthology.orchestra.run.smithi019:> rpm -q kernel | sort -rV | head -n 1 2023-12-02T07:40:42.492 INFO:teuthology.orchestra.run.smithi037.stderr:Error: No packages marked for reinstall. 2023-12-02T07:40:42.539 DEBUG:teuthology.orchestra.run.smithi037:> rpm -q kernel | sort -rV | head -n 1 2023-12-02T07:40:42.557 INFO:teuthology.orchestra.run.smithi019.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-02T07:40:42.558 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-02T07:40:42.558 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-02T07:40:42.558 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-02T07:40:42.558 DEBUG:teuthology.orchestra.run.smithi019:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-02T07:40:42.592 INFO:teuthology.orchestra.run.smithi019.stdout:ttyS1 2023-12-02T07:40:42.607 DEBUG:teuthology.parallel:result is None 2023-12-02T07:40:42.621 INFO:teuthology.orchestra.run.smithi037.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-02T07:40:42.622 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-02T07:40:42.622 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-02T07:40:42.622 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-02T07:40:42.622 DEBUG:teuthology.orchestra.run.smithi037:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-02T07:40:42.659 INFO:teuthology.orchestra.run.smithi037.stdout:ttyS1 2023-12-02T07:40:42.671 DEBUG:teuthology.parallel:result is None 2023-12-02T07:40:42.671 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-02T07:40:42.679 INFO:teuthology.task.internal:Creating test directory... 2023-12-02T07:40:42.679 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-02T07:40:42.681 DEBUG:teuthology.orchestra.run.smithi019:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-02T07:40:42.683 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-02T07:40:42.729 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-02T07:40:42.736 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-02T07:40:42.756 INFO:teuthology.task.internal:Creating archive directory... 2023-12-02T07:40:42.757 DEBUG:teuthology.orchestra.run.smithi005:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-02T07:40:42.759 DEBUG:teuthology.orchestra.run.smithi019:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-02T07:40:42.761 DEBUG:teuthology.orchestra.run.smithi037:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-02T07:40:42.790 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-02T07:40:42.797 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-02T07:40:42.797 DEBUG:teuthology.orchestra.run.smithi005:> 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-02T07:40:42.820 DEBUG:teuthology.orchestra.run.smithi019:> 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-02T07:40:42.822 DEBUG:teuthology.orchestra.run.smithi037:> 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-02T07:40:42.858 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-02T07:40:42.863 INFO:teuthology.orchestra.run.smithi019.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-02T07:40:42.868 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-02T07:40:42.873 INFO:teuthology.orchestra.run.smithi019.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-02T07:40:42.879 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-02T07:40:42.891 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-02T07:40:42.893 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-02T07:40:42.901 INFO:teuthology.task.internal:Configuring sudo... 2023-12-02T07:40:42.901 DEBUG:teuthology.orchestra.run.smithi005:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-02T07:40:42.903 DEBUG:teuthology.orchestra.run.smithi019:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-02T07:40:42.917 DEBUG:teuthology.orchestra.run.smithi037:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-02T07:40:42.945 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-02T07:40:42.953 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-02T07:40:42.954 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-02T07:40:42.974 DEBUG:teuthology.orchestra.run.smithi019:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-02T07:40:42.985 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-02T07:40:43.002 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-02T07:40:43.077 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-02T07:40:43.132 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-02T07:40:43.217 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-02T07:40:43.262 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-12-02T07:40:43.262 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-02T07:40:43.332 DEBUG:teuthology.orchestra.run.smithi019:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-02T07:40:43.376 DEBUG:teuthology.orchestra.run.smithi019:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-02T07:40:43.426 DEBUG:teuthology.orchestra.run.smithi019:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-02T07:40:43.510 DEBUG:teuthology.orchestra.run.smithi019:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-02T07:40:43.553 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-12-02T07:40:43.553 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-02T07:40:43.621 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-02T07:40:43.667 DEBUG:teuthology.orchestra.run.smithi037:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-02T07:40:43.718 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-02T07:40:43.805 DEBUG:teuthology.orchestra.run.smithi037:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-02T07:40:43.849 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-12-02T07:40:43.849 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-02T07:40:43.919 DEBUG:teuthology.orchestra.run.smithi005:> sudo service rsyslog restart 2023-12-02T07:40:43.922 DEBUG:teuthology.orchestra.run.smithi019:> sudo service rsyslog restart 2023-12-02T07:40:43.924 DEBUG:teuthology.orchestra.run.smithi037:> sudo service rsyslog restart 2023-12-02T07:40:43.979 INFO:teuthology.orchestra.run.smithi019.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-02T07:40:43.984 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-02T07:40:44.006 INFO:teuthology.orchestra.run.smithi037.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-02T07:40:44.461 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-02T07:40:44.469 INFO:teuthology.task.internal:Starting timer... 2023-12-02T07:40:44.469 INFO:teuthology.run_tasks:Running task pcp... 2023-12-02T07:40:44.500 INFO:teuthology.run_tasks:Running task selinux... 2023-12-02T07:40:44.525 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-02T07:40:44.525 DEBUG:teuthology.orchestra.run.smithi005:> sudo service auditd rotate 2023-12-02T07:40:44.591 INFO:teuthology.orchestra.run.smithi005.stdout:Rotating logs: 2023-12-02T07:40:44.592 DEBUG:teuthology.orchestra.run.smithi019:> sudo service auditd rotate 2023-12-02T07:40:44.665 INFO:teuthology.orchestra.run.smithi019.stdout:Rotating logs: 2023-12-02T07:40:44.667 DEBUG:teuthology.orchestra.run.smithi037:> sudo service auditd rotate 2023-12-02T07:40:44.728 INFO:teuthology.orchestra.run.smithi037.stdout:Rotating logs: 2023-12-02T07:40:44.730 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-02T07:40:44.730 DEBUG:teuthology.orchestra.run.smithi005:> /usr/sbin/getenforce 2023-12-02T07:40:44.756 INFO:teuthology.orchestra.run.smithi005.stdout:Permissive 2023-12-02T07:40:44.757 DEBUG:teuthology.orchestra.run.smithi019:> /usr/sbin/getenforce 2023-12-02T07:40:44.780 INFO:teuthology.orchestra.run.smithi019.stdout:Permissive 2023-12-02T07:40:44.780 DEBUG:teuthology.orchestra.run.smithi037:> /usr/sbin/getenforce 2023-12-02T07:40:44.805 INFO:teuthology.orchestra.run.smithi037.stdout:Permissive 2023-12-02T07:40:44.805 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi005.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi019.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi037.front.sepia.ceph.com': 'permissive'} 2023-12-02T07:40:44.805 DEBUG:teuthology.orchestra.run.smithi005:> 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-02T07:40:44.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T07:40:44.835 DEBUG:teuthology.orchestra.run.smithi019:> 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-02T07:40:44.864 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T07:40:44.864 DEBUG:teuthology.orchestra.run.smithi037:> 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-02T07:40:44.892 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T07:40:44.893 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-02T07:40:44.893 DEBUG:teuthology.orchestra.run.smithi005:> sudo /usr/sbin/setenforce permissive 2023-12-02T07:40:44.921 DEBUG:teuthology.orchestra.run.smithi019:> sudo /usr/sbin/setenforce permissive 2023-12-02T07:40:44.948 DEBUG:teuthology.orchestra.run.smithi037:> sudo /usr/sbin/setenforce permissive 2023-12-02T07:40:44.976 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-02T07:40:44.986 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-02T07:40:44.992 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-02T07:40:45.153 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-02T07:40:45.170 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-02T07:40:45.172 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi005.front.sepia.ceph.com,smithi019.front.sepia.ceph.com,smithi037.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-02T07:50:13.917 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi005.front.sepia.ceph.com'), Remote(name='ubuntu@smithi019.front.sepia.ceph.com'), Remote(name='ubuntu@smithi037.front.sepia.ceph.com')] 2023-12-02T07:50:13.918 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-12-02T07:50:13.919 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T07:50:13.989 DEBUG:teuthology.orchestra.run.smithi005:> true 2023-12-02T07:50:14.060 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-12-02T07:50:14.061 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-12-02T07:50:14.062 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T07:50:14.132 DEBUG:teuthology.orchestra.run.smithi019:> true 2023-12-02T07:50:14.206 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-12-02T07:50:14.207 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-12-02T07:50:14.208 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-02T07:50:14.280 DEBUG:teuthology.orchestra.run.smithi037:> true 2023-12-02T07:50:14.355 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-12-02T07:50:14.355 INFO:teuthology.run_tasks:Running task clock... 2023-12-02T07:50:14.371 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-02T07:50:14.371 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-02T07:50:14.372 DEBUG:teuthology.orchestra.run.smithi005:> 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-02T07:50:14.374 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-02T07:50:14.374 DEBUG:teuthology.orchestra.run.smithi019:> 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-02T07:50:14.376 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-02T07:50:14.376 DEBUG:teuthology.orchestra.run.smithi037:> 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-02T07:50:14.410 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-02T07:50:14.412 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-02T07:50:14.426 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-02T07:50:14.429 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-02T07:50:14.431 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-02T07:50:14.448 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-02T07:50:14.502 INFO:teuthology.orchestra.run.smithi005.stderr:sudo: ntpd: command not found 2023-12-02T07:50:14.513 INFO:teuthology.orchestra.run.smithi019.stderr:sudo: ntpd: command not found 2023-12-02T07:50:14.515 INFO:teuthology.orchestra.run.smithi005.stdout:506 Cannot talk to daemon 2023-12-02T07:50:14.523 INFO:teuthology.orchestra.run.smithi037.stderr:sudo: ntpd: command not found 2023-12-02T07:50:14.527 INFO:teuthology.orchestra.run.smithi019.stdout:506 Cannot talk to daemon 2023-12-02T07:50:14.531 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-02T07:50:14.535 INFO:teuthology.orchestra.run.smithi037.stdout:506 Cannot talk to daemon 2023-12-02T07:50:14.543 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-02T07:50:14.546 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-02T07:50:14.551 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-02T07:50:14.559 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-02T07:50:14.565 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-02T07:50:14.612 INFO:teuthology.orchestra.run.smithi005.stderr:bash: ntpq: command not found 2023-12-02T07:50:14.615 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-02T07:50:14.615 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2023-12-02T07:50:14.615 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T07:50:14.615 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T07:50:14.615 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T07:50:14.615 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T07:50:14.627 INFO:teuthology.orchestra.run.smithi037.stderr:bash: ntpq: command not found 2023-12-02T07:50:14.631 INFO:teuthology.orchestra.run.smithi037.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-02T07:50:14.631 INFO:teuthology.orchestra.run.smithi037.stdout:=============================================================================== 2023-12-02T07:50:14.631 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T07:50:14.631 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T07:50:14.631 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T07:50:14.631 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T07:50:14.640 INFO:teuthology.orchestra.run.smithi019.stderr:bash: ntpq: command not found 2023-12-02T07:50:14.645 INFO:teuthology.orchestra.run.smithi019.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-02T07:50:14.645 INFO:teuthology.orchestra.run.smithi019.stdout:=============================================================================== 2023-12-02T07:50:14.645 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T07:50:14.645 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T07:50:14.645 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T07:50:14.645 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T07:50:14.646 INFO:teuthology.run_tasks:Running task pexec... 2023-12-02T07:50:14.655 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-02T07:50:14.656 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi005.front.sepia.ceph.com 2023-12-02T07:50:14.656 DEBUG:teuthology.orchestra.run.smithi005:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-02T07:50:14.656 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi019.front.sepia.ceph.com 2023-12-02T07:50:14.656 DEBUG:teuthology.orchestra.run.smithi019:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-02T07:50:14.657 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi037.front.sepia.ceph.com 2023-12-02T07:50:14.657 DEBUG:teuthology.orchestra.run.smithi037:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-02T07:50:15.048 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-12-02T07:50:15.061 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2023-12-02T07:50:15.077 INFO:teuthology.orchestra.run.smithi019.stdout:Updating Subscription Management repositories. 2023-12-02T07:50:15.911 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:32 ago on Sat 02 Dec 2023 07:48:43 AM UTC. 2023-12-02T07:50:15.922 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:38 ago on Sat 02 Dec 2023 07:48:37 AM UTC. 2023-12-02T07:50:15.950 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:01:38 ago on Sat 02 Dec 2023 07:48:37 AM UTC. 2023-12-02T07:50:17.842 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2023-12-02T07:50:17.843 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2023-12-02T07:50:17.843 INFO:teuthology.orchestra.run.smithi037.stdout: Package Architecture Version Repository Size 2023-12-02T07:50:17.843 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2023-12-02T07:50:17.843 INFO:teuthology.orchestra.run.smithi037.stdout:Resetting modules: 2023-12-02T07:50:17.843 INFO:teuthology.orchestra.run.smithi037.stdout: container-tools 2023-12-02T07:50:17.843 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-02T07:50:17.843 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2023-12-02T07:50:17.843 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2023-12-02T07:50:17.844 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-02T07:50:17.876 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-12-02T07:50:17.877 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-12-02T07:50:17.877 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2023-12-02T07:50:17.877 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-12-02T07:50:17.877 INFO:teuthology.orchestra.run.smithi005.stdout:Resetting modules: 2023-12-02T07:50:17.877 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools 2023-12-02T07:50:17.877 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-02T07:50:17.877 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-12-02T07:50:17.878 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-12-02T07:50:17.878 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-02T07:50:17.953 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-12-02T07:50:17.954 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-12-02T07:50:17.954 INFO:teuthology.orchestra.run.smithi019.stdout: Package Architecture Version Repository Size 2023-12-02T07:50:17.954 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-12-02T07:50:17.954 INFO:teuthology.orchestra.run.smithi019.stdout:Resetting modules: 2023-12-02T07:50:17.955 INFO:teuthology.orchestra.run.smithi019.stdout: container-tools 2023-12-02T07:50:17.955 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-02T07:50:17.955 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-12-02T07:50:17.955 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-12-02T07:50:17.955 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-02T07:50:18.849 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:41 ago on Sat 02 Dec 2023 07:48:37 AM UTC. 2023-12-02T07:50:18.982 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:01:41 ago on Sat 02 Dec 2023 07:48:37 AM UTC. 2023-12-02T07:50:18.998 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:35 ago on Sat 02 Dec 2023 07:48:43 AM UTC. 2023-12-02T07:50:21.386 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2023-12-02T07:50:21.895 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2023-12-02T07:50:22.330 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-12-02T07:50:22.359 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-12-02T07:50:22.804 INFO:teuthology.orchestra.run.smithi019.stdout:Updating Subscription Management repositories. 2023-12-02T07:50:22.811 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:45 ago on Sat 02 Dec 2023 07:48:37 AM UTC. 2023-12-02T07:50:22.845 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-12-02T07:50:23.679 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:01:46 ago on Sat 02 Dec 2023 07:48:37 AM UTC. 2023-12-02T07:50:23.716 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:40 ago on Sat 02 Dec 2023 07:48:43 AM UTC. 2023-12-02T07:50:24.796 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2023-12-02T07:50:24.898 INFO:teuthology.orchestra.run.smithi037.stdout:============================================================================================================ 2023-12-02T07:50:24.898 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2023-12-02T07:50:24.898 INFO:teuthology.orchestra.run.smithi037.stdout:============================================================================================================ 2023-12-02T07:50:24.898 INFO:teuthology.orchestra.run.smithi037.stdout:Installing group/module packages: 2023-12-02T07:50:24.898 INFO:teuthology.orchestra.run.smithi037.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-02T07:50:24.898 INFO:teuthology.orchestra.run.smithi037.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-02T07:50:24.898 INFO:teuthology.orchestra.run.smithi037.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-02T07:50:24.898 INFO:teuthology.orchestra.run.smithi037.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-02T07:50:24.898 INFO:teuthology.orchestra.run.smithi037.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-02T07:50:24.898 INFO:teuthology.orchestra.run.smithi037.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-02T07:50:24.898 INFO:teuthology.orchestra.run.smithi037.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-02T07:50:24.899 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2023-12-02T07:50:24.899 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-02T07:50:24.899 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-02T07:50:24.899 INFO:teuthology.orchestra.run.smithi037.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-02T07:50:24.899 INFO:teuthology.orchestra.run.smithi037.stdout:Installing module profiles: 2023-12-02T07:50:24.899 INFO:teuthology.orchestra.run.smithi037.stdout: container-tools/common 2023-12-02T07:50:24.899 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-02T07:50:24.899 INFO:teuthology.orchestra.run.smithi037.stdout:Enabling module streams: 2023-12-02T07:50:24.899 INFO:teuthology.orchestra.run.smithi037.stdout: container-tools rhel8 2023-12-02T07:50:24.899 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-02T07:50:24.899 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2023-12-02T07:50:24.899 INFO:teuthology.orchestra.run.smithi037.stdout:============================================================================================================ 2023-12-02T07:50:24.899 INFO:teuthology.orchestra.run.smithi037.stdout:Install 10 Packages 2023-12-02T07:50:24.899 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-02T07:50:24.900 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 18 M 2023-12-02T07:50:24.900 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 65 M 2023-12-02T07:50:24.900 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2023-12-02T07:50:24.979 INFO:teuthology.orchestra.run.smithi037.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 1.2 MB/s | 94 kB 00:00 2023-12-02T07:50:25.005 INFO:teuthology.orchestra.run.smithi037.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 239 kB/s | 25 kB 00:00 2023-12-02T07:50:25.030 INFO:teuthology.orchestra.run.smithi037.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 316 kB/s | 41 kB 00:00 2023-12-02T07:50:25.055 INFO:teuthology.orchestra.run.smithi037.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 654 kB/s | 49 kB 00:00 2023-12-02T07:50:25.089 INFO:teuthology.orchestra.run.smithi037.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.1 MB/s | 524 kB 00:00 2023-12-02T07:50:25.114 INFO:teuthology.orchestra.run.smithi037.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-12-02T07:50:25.139 INFO:teuthology.orchestra.run.smithi037.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.1 MB/s | 213 kB 00:00 2023-12-02T07:50:25.266 INFO:teuthology.orchestra.run.smithi037.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 17 MB/s | 2.2 MB 00:00 2023-12-02T07:50:25.382 INFO:teuthology.orchestra.run.smithi037.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 26 MB/s | 7.0 MB 00:00 2023-12-02T07:50:25.474 INFO:teuthology.orchestra.run.smithi037.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 18 MB/s | 8.0 MB 00:00 2023-12-02T07:50:25.474 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2023-12-02T07:50:25.474 INFO:teuthology.orchestra.run.smithi037.stdout:Total 32 MB/s | 18 MB 00:00 2023-12-02T07:50:25.660 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-12-02T07:50:25.663 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-12-02T07:50:25.679 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2023-12-02T07:50:25.700 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2023-12-02T07:50:25.700 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2023-12-02T07:50:25.767 INFO:teuthology.orchestra.run.smithi005.stdout:============================================================================================================ 2023-12-02T07:50:25.767 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2023-12-02T07:50:25.767 INFO:teuthology.orchestra.run.smithi005.stdout:============================================================================================================ 2023-12-02T07:50:25.767 INFO:teuthology.orchestra.run.smithi005.stdout:Installing group/module packages: 2023-12-02T07:50:25.767 INFO:teuthology.orchestra.run.smithi005.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-02T07:50:25.767 INFO:teuthology.orchestra.run.smithi005.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-02T07:50:25.767 INFO:teuthology.orchestra.run.smithi005.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-02T07:50:25.767 INFO:teuthology.orchestra.run.smithi005.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-02T07:50:25.767 INFO:teuthology.orchestra.run.smithi005.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-02T07:50:25.768 INFO:teuthology.orchestra.run.smithi005.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-02T07:50:25.768 INFO:teuthology.orchestra.run.smithi005.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-02T07:50:25.768 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2023-12-02T07:50:25.768 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-02T07:50:25.768 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-02T07:50:25.768 INFO:teuthology.orchestra.run.smithi005.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-02T07:50:25.768 INFO:teuthology.orchestra.run.smithi005.stdout:Installing module profiles: 2023-12-02T07:50:25.768 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools/common 2023-12-02T07:50:25.768 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-02T07:50:25.768 INFO:teuthology.orchestra.run.smithi005.stdout:Enabling module streams: 2023-12-02T07:50:25.768 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools rhel8 2023-12-02T07:50:25.768 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-02T07:50:25.769 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-12-02T07:50:25.769 INFO:teuthology.orchestra.run.smithi005.stdout:============================================================================================================ 2023-12-02T07:50:25.769 INFO:teuthology.orchestra.run.smithi005.stdout:Install 10 Packages 2023-12-02T07:50:25.769 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-02T07:50:25.770 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 18 M 2023-12-02T07:50:25.770 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 65 M 2023-12-02T07:50:25.770 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-12-02T07:50:25.770 INFO:teuthology.orchestra.run.smithi019.stdout:============================================================================================================ 2023-12-02T07:50:25.771 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-12-02T07:50:25.771 INFO:teuthology.orchestra.run.smithi019.stdout:============================================================================================================ 2023-12-02T07:50:25.771 INFO:teuthology.orchestra.run.smithi019.stdout:Installing group/module packages: 2023-12-02T07:50:25.771 INFO:teuthology.orchestra.run.smithi019.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-02T07:50:25.771 INFO:teuthology.orchestra.run.smithi019.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-02T07:50:25.771 INFO:teuthology.orchestra.run.smithi019.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-02T07:50:25.771 INFO:teuthology.orchestra.run.smithi019.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-02T07:50:25.771 INFO:teuthology.orchestra.run.smithi019.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-02T07:50:25.771 INFO:teuthology.orchestra.run.smithi019.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-02T07:50:25.771 INFO:teuthology.orchestra.run.smithi019.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-02T07:50:25.771 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-12-02T07:50:25.771 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-02T07:50:25.771 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-02T07:50:25.771 INFO:teuthology.orchestra.run.smithi019.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-02T07:50:25.771 INFO:teuthology.orchestra.run.smithi019.stdout:Installing module profiles: 2023-12-02T07:50:25.771 INFO:teuthology.orchestra.run.smithi019.stdout: container-tools/common 2023-12-02T07:50:25.771 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-02T07:50:25.772 INFO:teuthology.orchestra.run.smithi019.stdout:Enabling module streams: 2023-12-02T07:50:25.772 INFO:teuthology.orchestra.run.smithi019.stdout: container-tools rhel8 2023-12-02T07:50:25.772 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-02T07:50:25.772 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-12-02T07:50:25.772 INFO:teuthology.orchestra.run.smithi019.stdout:============================================================================================================ 2023-12-02T07:50:25.772 INFO:teuthology.orchestra.run.smithi019.stdout:Install 10 Packages 2023-12-02T07:50:25.772 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-02T07:50:25.772 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 18 M 2023-12-02T07:50:25.772 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 65 M 2023-12-02T07:50:25.772 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-12-02T07:50:25.880 INFO:teuthology.orchestra.run.smithi005.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 848 kB/s | 94 kB 00:00 2023-12-02T07:50:25.893 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2023-12-02T07:50:25.897 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2023-12-02T07:50:25.902 INFO:teuthology.orchestra.run.smithi019.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 714 kB/s | 94 kB 00:00 2023-12-02T07:50:25.905 INFO:teuthology.orchestra.run.smithi005.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 183 kB/s | 25 kB 00:00 2023-12-02T07:50:25.927 INFO:teuthology.orchestra.run.smithi019.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 158 kB/s | 25 kB 00:00 2023-12-02T07:50:25.931 INFO:teuthology.orchestra.run.smithi005.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 253 kB/s | 41 kB 00:00 2023-12-02T07:50:25.952 INFO:teuthology.orchestra.run.smithi019.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 224 kB/s | 41 kB 00:00 2023-12-02T07:50:25.956 INFO:teuthology.orchestra.run.smithi005.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 656 kB/s | 49 kB 00:00 2023-12-02T07:50:25.977 INFO:teuthology.orchestra.run.smithi019.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 655 kB/s | 49 kB 00:00 2023-12-02T07:50:25.990 INFO:teuthology.orchestra.run.smithi005.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.1 MB/s | 524 kB 00:00 2023-12-02T07:50:26.011 INFO:teuthology.orchestra.run.smithi019.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.1 MB/s | 524 kB 00:00 2023-12-02T07:50:26.015 INFO:teuthology.orchestra.run.smithi005.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-12-02T07:50:26.036 INFO:teuthology.orchestra.run.smithi019.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-12-02T07:50:26.040 INFO:teuthology.orchestra.run.smithi005.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.1 MB/s | 213 kB 00:00 2023-12-02T07:50:26.062 INFO:teuthology.orchestra.run.smithi019.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.1 MB/s | 213 kB 00:00 2023-12-02T07:50:26.170 INFO:teuthology.orchestra.run.smithi019.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 20 MB/s | 2.2 MB 00:00 2023-12-02T07:50:26.174 INFO:teuthology.orchestra.run.smithi005.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 16 MB/s | 2.2 MB 00:00 2023-12-02T07:50:26.271 INFO:teuthology.orchestra.run.smithi019.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 30 MB/s | 7.0 MB 00:00 2023-12-02T07:50:26.274 INFO:teuthology.orchestra.run.smithi005.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 27 MB/s | 7.0 MB 00:00 2023-12-02T07:50:26.371 INFO:teuthology.orchestra.run.smithi019.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 19 MB/s | 8.0 MB 00:00 2023-12-02T07:50:26.371 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-12-02T07:50:26.372 INFO:teuthology.orchestra.run.smithi019.stdout:Total 30 MB/s | 18 MB 00:00 2023-12-02T07:50:26.374 INFO:teuthology.orchestra.run.smithi005.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 18 MB/s | 8.0 MB 00:00 2023-12-02T07:50:26.375 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-12-02T07:50:26.375 INFO:teuthology.orchestra.run.smithi005.stdout:Total 30 MB/s | 18 MB 00:00 2023-12-02T07:50:26.418 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2023-12-02T07:50:26.578 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-12-02T07:50:26.581 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-12-02T07:50:26.598 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-12-02T07:50:26.598 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-12-02T07:50:26.601 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-12-02T07:50:26.601 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-12-02T07:50:26.623 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-02T07:50:26.792 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-12-02T07:50:26.796 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-12-02T07:50:26.797 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-12-02T07:50:26.801 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-12-02T07:50:26.803 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-02T07:50:26.993 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-02T07:50:27.211 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-02T07:50:27.309 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-12-02T07:50:27.350 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-12-02T07:50:27.550 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-02T07:50:27.552 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-02T07:50:27.558 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-02T07:50:27.733 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-02T07:50:27.763 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-02T07:50:27.944 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-02T07:50:27.948 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-02T07:50:28.155 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-02T07:50:28.178 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-02T07:50:28.349 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-02T07:50:28.512 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-02T07:50:28.559 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-02T07:50:29.297 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-02T07:50:29.303 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-02T07:50:29.363 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-02T07:50:29.515 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-02T07:50:29.675 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-02T07:50:29.885 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-02T07:50:30.163 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-02T07:50:30.163 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-02T07:50:30.163 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-02T07:50:30.163 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-02T07:50:30.163 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-02T07:50:30.163 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-02T07:50:30.163 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-02T07:50:30.163 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-02T07:50:30.164 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-02T07:50:30.164 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-02T07:50:30.224 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-02T07:50:30.259 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-02T07:50:30.450 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-02T07:50:30.465 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-02T07:50:30.672 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-02T07:50:30.686 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-02T07:50:30.870 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-02T07:50:30.964 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-02T07:50:31.162 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-02T07:50:31.163 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-02T07:50:31.163 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-02T07:50:31.163 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-02T07:50:31.163 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-02T07:50:31.163 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-02T07:50:31.163 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-02T07:50:31.163 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-02T07:50:31.163 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-02T07:50:31.163 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-02T07:50:31.233 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-02T07:50:31.233 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-02T07:50:31.233 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-02T07:50:31.233 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-02T07:50:31.234 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-02T07:50:31.234 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-02T07:50:31.234 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-02T07:50:31.234 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-02T07:50:31.234 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-02T07:50:31.234 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-02T07:50:31.336 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-02T07:50:31.336 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:53 ago on Sat 02 Dec 2023 07:48:37 AM UTC. 2023-12-02T07:50:32.391 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-02T07:50:32.391 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:48 ago on Sat 02 Dec 2023 07:48:43 AM UTC. 2023-12-02T07:50:32.405 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-02T07:50:32.405 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:01:54 ago on Sat 02 Dec 2023 07:48:37 AM UTC. 2023-12-02T07:50:34.358 INFO:teuthology.orchestra.run.smithi037.stdout:Installed products updated. 2023-12-02T07:50:34.583 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-02T07:50:34.583 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2023-12-02T07:50:34.583 INFO:teuthology.orchestra.run.smithi037.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-02T07:50:34.583 INFO:teuthology.orchestra.run.smithi037.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-02T07:50:34.583 INFO:teuthology.orchestra.run.smithi037.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-02T07:50:34.583 INFO:teuthology.orchestra.run.smithi037.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-02T07:50:34.583 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-02T07:50:34.584 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-02T07:50:34.584 INFO:teuthology.orchestra.run.smithi037.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-02T07:50:34.584 INFO:teuthology.orchestra.run.smithi037.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-02T07:50:34.584 INFO:teuthology.orchestra.run.smithi037.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-02T07:50:34.584 INFO:teuthology.orchestra.run.smithi037.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-02T07:50:34.584 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-02T07:50:34.584 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2023-12-02T07:50:34.733 DEBUG:teuthology.parallel:result is None 2023-12-02T07:50:35.858 INFO:teuthology.orchestra.run.smithi005.stdout:Installed products updated. 2023-12-02T07:50:35.866 INFO:teuthology.orchestra.run.smithi019.stdout:Installed products updated. 2023-12-02T07:50:36.078 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-02T07:50:36.078 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-12-02T07:50:36.078 INFO:teuthology.orchestra.run.smithi005.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-02T07:50:36.079 INFO:teuthology.orchestra.run.smithi005.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-02T07:50:36.079 INFO:teuthology.orchestra.run.smithi005.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-02T07:50:36.079 INFO:teuthology.orchestra.run.smithi005.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-02T07:50:36.079 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-02T07:50:36.079 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-02T07:50:36.079 INFO:teuthology.orchestra.run.smithi005.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-02T07:50:36.079 INFO:teuthology.orchestra.run.smithi005.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-02T07:50:36.079 INFO:teuthology.orchestra.run.smithi005.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-02T07:50:36.079 INFO:teuthology.orchestra.run.smithi005.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-02T07:50:36.079 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-02T07:50:36.079 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-12-02T07:50:36.085 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-02T07:50:36.085 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-12-02T07:50:36.086 INFO:teuthology.orchestra.run.smithi019.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-02T07:50:36.086 INFO:teuthology.orchestra.run.smithi019.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-02T07:50:36.086 INFO:teuthology.orchestra.run.smithi019.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-02T07:50:36.086 INFO:teuthology.orchestra.run.smithi019.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-02T07:50:36.086 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-02T07:50:36.086 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-02T07:50:36.086 INFO:teuthology.orchestra.run.smithi019.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-02T07:50:36.086 INFO:teuthology.orchestra.run.smithi019.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-02T07:50:36.086 INFO:teuthology.orchestra.run.smithi019.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-02T07:50:36.086 INFO:teuthology.orchestra.run.smithi019.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-02T07:50:36.086 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-02T07:50:36.086 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-12-02T07:50:36.222 DEBUG:teuthology.parallel:result is None 2023-12-02T07:50:36.230 DEBUG:teuthology.parallel:result is None 2023-12-02T07:50:36.230 INFO:teuthology.run_tasks:Running task install... 2023-12-02T07:50:36.239 DEBUG:teuthology.task.install:project ceph 2023-12-02T07:50:36.239 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'bed7681480ccb0192b91a35e691658867e1e96b7'}} 2023-12-02T07:50:36.240 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'bed7681480ccb0192b91a35e691658867e1e96b7'} 2023-12-02T07:50:36.240 INFO:teuthology.task.install:Using flavor: default 2023-12-02T07:50:36.245 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-02T07:50:36.245 INFO:teuthology.task.install:extra packages: [] 2023-12-02T07:50:36.246 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'bed7681480ccb0192b91a35e691658867e1e96b7', 'tag': None, 'wait_for_package': False} 2023-12-02T07:50:36.246 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=bed7681480ccb0192b91a35e691658867e1e96b7 2023-12-02T07:50:36.248 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'bed7681480ccb0192b91a35e691658867e1e96b7', 'tag': None, 'wait_for_package': False} 2023-12-02T07:50:36.248 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=bed7681480ccb0192b91a35e691658867e1e96b7 2023-12-02T07:50:36.249 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'bed7681480ccb0192b91a35e691658867e1e96b7', 'tag': None, 'wait_for_package': False} 2023-12-02T07:50:36.249 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=bed7681480ccb0192b91a35e691658867e1e96b7 2023-12-02T07:50:36.389 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/main/bed7681480ccb0192b91a35e691658867e1e96b7/centos/8/flavors/default/ 2023-12-02T07:50:36.390 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7631.gbed76814 2023-12-02T07:50:36.412 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/main/bed7681480ccb0192b91a35e691658867e1e96b7/centos/8/flavors/default/ 2023-12-02T07:50:36.412 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7631.gbed76814 2023-12-02T07:50:36.486 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/main/bed7681480ccb0192b91a35e691658867e1e96b7/centos/8/flavors/default/ 2023-12-02T07:50:36.487 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7631.gbed76814 2023-12-02T07:50:36.571 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/main/bed7681480ccb0192b91a35e691658867e1e96b7/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/main/bed7681480ccb0192b91a35e691658867e1e96b7/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/main/bed7681480ccb0192b91a35e691658867e1e96b7/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-02T07:50:36.571 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-12-02T07:50:36.571 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-02T07:50:36.584 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/main/bed7681480ccb0192b91a35e691658867e1e96b7/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/main/bed7681480ccb0192b91a35e691658867e1e96b7/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/main/bed7681480ccb0192b91a35e691658867e1e96b7/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-02T07:50:36.585 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-12-02T07:50:36.585 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-02T07:50:36.588 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/main/bed7681480ccb0192b91a35e691658867e1e96b7/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/main/bed7681480ccb0192b91a35e691658867e1e96b7/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/main/bed7681480ccb0192b91a35e691658867e1e96b7/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-02T07:50:36.588 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-12-02T07:50:36.588 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-02T07:50:36.601 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-02T07:50:36.601 DEBUG:teuthology.orchestra.run.smithi019:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/bed7681480ccb0192b91a35e691658867e1e96b7/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-02T07:50:36.618 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-02T07:50:36.618 DEBUG:teuthology.orchestra.run.smithi037:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/bed7681480ccb0192b91a35e691658867e1e96b7/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-02T07:50:36.619 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-02T07:50:36.619 DEBUG:teuthology.orchestra.run.smithi005:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/bed7681480ccb0192b91a35e691658867e1e96b7/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-02T07:50:36.670 DEBUG:teuthology.orchestra.run.smithi019:> 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-02T07:50:36.689 DEBUG:teuthology.orchestra.run.smithi005:> 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-02T07:50:36.692 DEBUG:teuthology.orchestra.run.smithi037:> 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-02T07:50:36.750 DEBUG:teuthology.orchestra.run.smithi019:> 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-02T07:50:36.768 DEBUG:teuthology.orchestra.run.smithi005:> 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-02T07:50:36.775 DEBUG:teuthology.orchestra.run.smithi037:> 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-02T07:50:36.819 INFO:teuthology.orchestra.run.smithi019.stdout:check_obsoletes = 1 2023-12-02T07:50:36.820 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum clean all 2023-12-02T07:50:36.836 INFO:teuthology.orchestra.run.smithi005.stdout:check_obsoletes = 1 2023-12-02T07:50:36.837 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum clean all 2023-12-02T07:50:36.845 INFO:teuthology.orchestra.run.smithi037.stdout:check_obsoletes = 1 2023-12-02T07:50:36.847 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum clean all 2023-12-02T07:50:37.213 INFO:teuthology.orchestra.run.smithi019.stdout:Updating Subscription Management repositories. 2023-12-02T07:50:37.230 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-12-02T07:50:37.244 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2023-12-02T07:50:37.565 INFO:teuthology.orchestra.run.smithi019.stdout:44 files removed 2023-12-02T07:50:37.575 INFO:teuthology.orchestra.run.smithi005.stdout:44 files removed 2023-12-02T07:50:37.583 INFO:teuthology.orchestra.run.smithi037.stdout:44 files removed 2023-12-02T07:50:37.614 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph-radosgw 2023-12-02T07:50:37.622 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-radosgw 2023-12-02T07:50:37.631 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-radosgw 2023-12-02T07:50:37.966 INFO:teuthology.orchestra.run.smithi019.stdout:Updating Subscription Management repositories. 2023-12-02T07:50:37.973 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-12-02T07:50:37.981 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2023-12-02T07:50:38.885 INFO:teuthology.orchestra.run.smithi037.stdout:ceph packages for x86_64 265 kB/s | 81 kB 00:00 2023-12-02T07:50:38.917 INFO:teuthology.orchestra.run.smithi005.stdout:ceph packages for x86_64 249 kB/s | 81 kB 00:00 2023-12-02T07:50:38.937 INFO:teuthology.orchestra.run.smithi019.stdout:ceph packages for x86_64 237 kB/s | 81 kB 00:00 2023-12-02T07:50:39.227 INFO:teuthology.orchestra.run.smithi037.stdout:ceph noarch packages 31 kB/s | 9.5 kB 00:00 2023-12-02T07:50:39.310 INFO:teuthology.orchestra.run.smithi005.stdout:ceph noarch packages 27 kB/s | 9.5 kB 00:00 2023-12-02T07:50:39.340 INFO:teuthology.orchestra.run.smithi019.stdout:ceph noarch packages 26 kB/s | 9.5 kB 00:00 2023-12-02T07:50:39.486 INFO:teuthology.orchestra.run.smithi037.stdout:ceph source packages 6.3 kB/s | 1.5 kB 00:00 2023-12-02T07:50:39.674 INFO:teuthology.orchestra.run.smithi019.stdout:ceph source packages 4.8 kB/s | 1.5 kB 00:00 2023-12-02T07:50:39.761 INFO:teuthology.orchestra.run.smithi005.stdout:ceph source packages 3.5 kB/s | 1.5 kB 00:00 2023-12-02T07:50:39.778 INFO:teuthology.orchestra.run.smithi037.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2023-12-02T07:50:39.816 INFO:teuthology.orchestra.run.smithi019.stdout:Copr repo for python3-asyncssh owned by ceph 29 kB/s | 3.5 kB 00:00 2023-12-02T07:50:39.937 INFO:teuthology.orchestra.run.smithi005.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-02T07:50:41.362 INFO:teuthology.orchestra.run.smithi037.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2023-12-02T07:50:42.012 INFO:teuthology.orchestra.run.smithi005.stdout:Extra Packages for Enterprise Linux 7.8 MB/s | 16 MB 00:02 2023-12-02T07:50:42.103 INFO:teuthology.orchestra.run.smithi019.stdout:Extra Packages for Enterprise Linux 7.0 MB/s | 16 MB 00:02 2023-12-02T07:50:45.138 INFO:teuthology.orchestra.run.smithi037.stdout:lab-extras 403 kB/s | 24 kB 00:00 2023-12-02T07:50:45.695 INFO:teuthology.orchestra.run.smithi005.stdout:lab-extras 352 kB/s | 24 kB 00:00 2023-12-02T07:50:45.875 INFO:teuthology.orchestra.run.smithi019.stdout:lab-extras 432 kB/s | 24 kB 00:00 2023-12-02T07:50:46.147 INFO:teuthology.orchestra.run.smithi037.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 57 MB/s | 53 MB 00:00 2023-12-02T07:50:46.663 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 59 MB/s | 53 MB 00:00 2023-12-02T07:50:46.852 INFO:teuthology.orchestra.run.smithi019.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 59 MB/s | 53 MB 00:00 2023-12-02T07:50:54.757 INFO:teuthology.orchestra.run.smithi037.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 54 MB/s | 47 MB 00:00 2023-12-02T07:50:55.331 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 59 MB/s | 47 MB 00:00 2023-12-02T07:50:55.494 INFO:teuthology.orchestra.run.smithi019.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 57 MB/s | 47 MB 00:00 2023-12-02T07:51:06.486 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2023-12-02T07:51:06.489 INFO:teuthology.orchestra.run.smithi037.stdout:==================================================================================================== 2023-12-02T07:51:06.489 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2023-12-02T07:51:06.489 INFO:teuthology.orchestra.run.smithi037.stdout:==================================================================================================== 2023-12-02T07:51:06.489 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2023-12-02T07:51:06.489 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-radosgw x86_64 2:18.0.0-7631.gbed76814.el8 ceph 14 M 2023-12-02T07:51:06.490 INFO:teuthology.orchestra.run.smithi037.stdout:Upgrading: 2023-12-02T07:51:06.490 INFO:teuthology.orchestra.run.smithi037.stdout: librados2 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 3.8 M 2023-12-02T07:51:06.490 INFO:teuthology.orchestra.run.smithi037.stdout: librbd1 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 3.7 M 2023-12-02T07:51:06.490 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2023-12-02T07:51:06.490 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-base x86_64 2:18.0.0-7631.gbed76814.el8 ceph 5.4 M 2023-12-02T07:51:06.490 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-common x86_64 2:18.0.0-7631.gbed76814.el8 ceph 23 M 2023-12-02T07:51:06.490 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-selinux x86_64 2:18.0.0-7631.gbed76814.el8 ceph 24 k 2023-12-02T07:51:06.490 INFO:teuthology.orchestra.run.smithi037.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-02T07:51:06.490 INFO:teuthology.orchestra.run.smithi037.stdout: libcephfs2 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 839 k 2023-12-02T07:51:06.490 INFO:teuthology.orchestra.run.smithi037.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-02T07:51:06.490 INFO:teuthology.orchestra.run.smithi037.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-02T07:51:06.490 INFO:teuthology.orchestra.run.smithi037.stdout: libradosstriper1 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 517 k 2023-12-02T07:51:06.490 INFO:teuthology.orchestra.run.smithi037.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-02T07:51:06.491 INFO:teuthology.orchestra.run.smithi037.stdout: librgw2 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 6.9 M 2023-12-02T07:51:06.491 INFO:teuthology.orchestra.run.smithi037.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-02T07:51:06.491 INFO:teuthology.orchestra.run.smithi037.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-02T07:51:06.491 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ceph-argparse x86_64 2:18.0.0-7631.gbed76814.el8 ceph 45 k 2023-12-02T07:51:06.491 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ceph-common x86_64 2:18.0.0-7631.gbed76814.el8 ceph 128 k 2023-12-02T07:51:06.491 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cephfs x86_64 2:18.0.0-7631.gbed76814.el8 ceph 197 k 2023-12-02T07:51:06.491 INFO:teuthology.orchestra.run.smithi037.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-02T07:51:06.491 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rados x86_64 2:18.0.0-7631.gbed76814.el8 ceph 371 k 2023-12-02T07:51:06.491 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rbd x86_64 2:18.0.0-7631.gbed76814.el8 ceph 365 k 2023-12-02T07:51:06.491 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rgw x86_64 2:18.0.0-7631.gbed76814.el8 ceph 107 k 2023-12-02T07:51:06.491 INFO:teuthology.orchestra.run.smithi037.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-02T07:51:06.491 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-02T07:51:06.491 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2023-12-02T07:51:06.491 INFO:teuthology.orchestra.run.smithi037.stdout:==================================================================================================== 2023-12-02T07:51:06.491 INFO:teuthology.orchestra.run.smithi037.stdout:Install 21 Packages 2023-12-02T07:51:06.492 INFO:teuthology.orchestra.run.smithi037.stdout:Upgrade 2 Packages 2023-12-02T07:51:06.492 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-02T07:51:06.492 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 62 M 2023-12-02T07:51:06.492 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2023-12-02T07:51:07.253 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-12-02T07:51:07.256 INFO:teuthology.orchestra.run.smithi005.stdout:==================================================================================================== 2023-12-02T07:51:07.256 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2023-12-02T07:51:07.256 INFO:teuthology.orchestra.run.smithi005.stdout:==================================================================================================== 2023-12-02T07:51:07.256 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2023-12-02T07:51:07.256 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-radosgw x86_64 2:18.0.0-7631.gbed76814.el8 ceph 14 M 2023-12-02T07:51:07.256 INFO:teuthology.orchestra.run.smithi005.stdout:Upgrading: 2023-12-02T07:51:07.256 INFO:teuthology.orchestra.run.smithi005.stdout: librados2 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 3.8 M 2023-12-02T07:51:07.256 INFO:teuthology.orchestra.run.smithi005.stdout: librbd1 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 3.7 M 2023-12-02T07:51:07.256 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2023-12-02T07:51:07.256 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-base x86_64 2:18.0.0-7631.gbed76814.el8 ceph 5.4 M 2023-12-02T07:51:07.256 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-common x86_64 2:18.0.0-7631.gbed76814.el8 ceph 23 M 2023-12-02T07:51:07.257 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-selinux x86_64 2:18.0.0-7631.gbed76814.el8 ceph 24 k 2023-12-02T07:51:07.257 INFO:teuthology.orchestra.run.smithi005.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-02T07:51:07.257 INFO:teuthology.orchestra.run.smithi005.stdout: libcephfs2 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 839 k 2023-12-02T07:51:07.257 INFO:teuthology.orchestra.run.smithi005.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-02T07:51:07.257 INFO:teuthology.orchestra.run.smithi005.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-02T07:51:07.257 INFO:teuthology.orchestra.run.smithi005.stdout: libradosstriper1 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 517 k 2023-12-02T07:51:07.257 INFO:teuthology.orchestra.run.smithi005.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-02T07:51:07.257 INFO:teuthology.orchestra.run.smithi005.stdout: librgw2 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 6.9 M 2023-12-02T07:51:07.257 INFO:teuthology.orchestra.run.smithi005.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-02T07:51:07.257 INFO:teuthology.orchestra.run.smithi005.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-02T07:51:07.257 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ceph-argparse x86_64 2:18.0.0-7631.gbed76814.el8 ceph 45 k 2023-12-02T07:51:07.257 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ceph-common x86_64 2:18.0.0-7631.gbed76814.el8 ceph 128 k 2023-12-02T07:51:07.257 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cephfs x86_64 2:18.0.0-7631.gbed76814.el8 ceph 197 k 2023-12-02T07:51:07.257 INFO:teuthology.orchestra.run.smithi005.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-02T07:51:07.257 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rados x86_64 2:18.0.0-7631.gbed76814.el8 ceph 371 k 2023-12-02T07:51:07.258 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rbd x86_64 2:18.0.0-7631.gbed76814.el8 ceph 365 k 2023-12-02T07:51:07.258 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rgw x86_64 2:18.0.0-7631.gbed76814.el8 ceph 107 k 2023-12-02T07:51:07.258 INFO:teuthology.orchestra.run.smithi005.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-02T07:51:07.258 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-02T07:51:07.258 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-12-02T07:51:07.258 INFO:teuthology.orchestra.run.smithi005.stdout:==================================================================================================== 2023-12-02T07:51:07.258 INFO:teuthology.orchestra.run.smithi005.stdout:Install 21 Packages 2023-12-02T07:51:07.258 INFO:teuthology.orchestra.run.smithi005.stdout:Upgrade 2 Packages 2023-12-02T07:51:07.258 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-02T07:51:07.259 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 62 M 2023-12-02T07:51:07.259 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-12-02T07:51:07.472 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-12-02T07:51:07.474 INFO:teuthology.orchestra.run.smithi019.stdout:==================================================================================================== 2023-12-02T07:51:07.474 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-12-02T07:51:07.475 INFO:teuthology.orchestra.run.smithi019.stdout:==================================================================================================== 2023-12-02T07:51:07.475 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-12-02T07:51:07.475 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-radosgw x86_64 2:18.0.0-7631.gbed76814.el8 ceph 14 M 2023-12-02T07:51:07.475 INFO:teuthology.orchestra.run.smithi019.stdout:Upgrading: 2023-12-02T07:51:07.475 INFO:teuthology.orchestra.run.smithi019.stdout: librados2 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 3.8 M 2023-12-02T07:51:07.475 INFO:teuthology.orchestra.run.smithi019.stdout: librbd1 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 3.7 M 2023-12-02T07:51:07.475 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-12-02T07:51:07.475 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-base x86_64 2:18.0.0-7631.gbed76814.el8 ceph 5.4 M 2023-12-02T07:51:07.475 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-common x86_64 2:18.0.0-7631.gbed76814.el8 ceph 23 M 2023-12-02T07:51:07.475 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-selinux x86_64 2:18.0.0-7631.gbed76814.el8 ceph 24 k 2023-12-02T07:51:07.475 INFO:teuthology.orchestra.run.smithi019.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-02T07:51:07.475 INFO:teuthology.orchestra.run.smithi019.stdout: libcephfs2 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 839 k 2023-12-02T07:51:07.475 INFO:teuthology.orchestra.run.smithi019.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-02T07:51:07.476 INFO:teuthology.orchestra.run.smithi019.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-02T07:51:07.476 INFO:teuthology.orchestra.run.smithi019.stdout: libradosstriper1 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 517 k 2023-12-02T07:51:07.476 INFO:teuthology.orchestra.run.smithi019.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-02T07:51:07.476 INFO:teuthology.orchestra.run.smithi019.stdout: librgw2 x86_64 2:18.0.0-7631.gbed76814.el8 ceph 6.9 M 2023-12-02T07:51:07.476 INFO:teuthology.orchestra.run.smithi019.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-02T07:51:07.476 INFO:teuthology.orchestra.run.smithi019.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-02T07:51:07.476 INFO:teuthology.orchestra.run.smithi019.stdout: python3-ceph-argparse x86_64 2:18.0.0-7631.gbed76814.el8 ceph 45 k 2023-12-02T07:51:07.476 INFO:teuthology.orchestra.run.smithi019.stdout: python3-ceph-common x86_64 2:18.0.0-7631.gbed76814.el8 ceph 128 k 2023-12-02T07:51:07.476 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cephfs x86_64 2:18.0.0-7631.gbed76814.el8 ceph 197 k 2023-12-02T07:51:07.476 INFO:teuthology.orchestra.run.smithi019.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-02T07:51:07.476 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rados x86_64 2:18.0.0-7631.gbed76814.el8 ceph 371 k 2023-12-02T07:51:07.476 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rbd x86_64 2:18.0.0-7631.gbed76814.el8 ceph 365 k 2023-12-02T07:51:07.476 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rgw x86_64 2:18.0.0-7631.gbed76814.el8 ceph 107 k 2023-12-02T07:51:07.476 INFO:teuthology.orchestra.run.smithi019.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-02T07:51:07.476 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-02T07:51:07.477 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-12-02T07:51:07.477 INFO:teuthology.orchestra.run.smithi019.stdout:==================================================================================================== 2023-12-02T07:51:07.477 INFO:teuthology.orchestra.run.smithi019.stdout:Install 21 Packages 2023-12-02T07:51:07.477 INFO:teuthology.orchestra.run.smithi019.stdout:Upgrade 2 Packages 2023-12-02T07:51:07.477 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-02T07:51:07.477 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 62 M 2023-12-02T07:51:07.477 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-12-02T07:51:07.958 INFO:teuthology.orchestra.run.smithi037.stdout:(1/23): ceph-radosgw-18.0.0-7631.gbed76814.el8. 11 MB/s | 14 MB 00:01 2023-12-02T07:51:08.008 INFO:teuthology.orchestra.run.smithi037.stdout:(2/23): ceph-selinux-18.0.0-7631.gbed76814.el8. 492 kB/s | 24 kB 00:00 2023-12-02T07:51:08.100 INFO:teuthology.orchestra.run.smithi037.stdout:(3/23): libcephfs2-18.0.0-7631.gbed76814.el8.x8 8.9 MB/s | 839 kB 00:00 2023-12-02T07:51:08.167 INFO:teuthology.orchestra.run.smithi037.stdout:(4/23): libradosstriper1-18.0.0-7631.gbed76814. 7.6 MB/s | 517 kB 00:00 2023-12-02T07:51:08.725 INFO:teuthology.orchestra.run.smithi037.stdout:(5/23): librgw2-18.0.0-7631.gbed76814.el8.x86_6 12 MB/s | 6.9 MB 00:00 2023-12-02T07:51:08.786 INFO:teuthology.orchestra.run.smithi037.stdout:(6/23): python3-ceph-argparse-18.0.0-7631.gbed7 769 kB/s | 45 kB 00:00 2023-12-02T07:51:08.851 INFO:teuthology.orchestra.run.smithi037.stdout:(7/23): ceph-base-18.0.0-7631.gbed76814.el8.x86 2.5 MB/s | 5.4 MB 00:02 2023-12-02T07:51:08.876 INFO:teuthology.orchestra.run.smithi037.stdout:(8/23): python3-ceph-common-18.0.0-7631.gbed768 1.4 MB/s | 128 kB 00:00 2023-12-02T07:51:08.973 INFO:teuthology.orchestra.run.smithi037.stdout:(9/23): python3-rados-18.0.0-7631.gbed76814.el8 3.8 MB/s | 371 kB 00:00 2023-12-02T07:51:09.002 INFO:teuthology.orchestra.run.smithi037.stdout:(10/23): python3-cephfs-18.0.0-7631.gbed76814.e 1.3 MB/s | 197 kB 00:00 2023-12-02T07:51:09.027 INFO:teuthology.orchestra.run.smithi037.stdout:(11/23): python3-rbd-18.0.0-7631.gbed76814.el8. 6.6 MB/s | 365 kB 00:00 2023-12-02T07:51:09.057 INFO:teuthology.orchestra.run.smithi005.stdout:(1/23): ceph-radosgw-18.0.0-7631.gbed76814.el8. 8.1 MB/s | 14 MB 00:01 2023-12-02T07:51:09.094 INFO:teuthology.orchestra.run.smithi037.stdout:(12/23): python3-rgw-18.0.0-7631.gbed76814.el8. 1.1 MB/s | 107 kB 00:00 2023-12-02T07:51:09.098 INFO:teuthology.orchestra.run.smithi005.stdout:(2/23): ceph-selinux-18.0.0-7631.gbed76814.el8. 590 kB/s | 24 kB 00:00 2023-12-02T07:51:09.174 INFO:teuthology.orchestra.run.smithi005.stdout:(3/23): libcephfs2-18.0.0-7631.gbed76814.el8.x8 11 MB/s | 839 kB 00:00 2023-12-02T07:51:09.232 INFO:teuthology.orchestra.run.smithi005.stdout:(4/23): libradosstriper1-18.0.0-7631.gbed76814. 8.7 MB/s | 517 kB 00:00 2023-12-02T07:51:09.445 INFO:teuthology.orchestra.run.smithi037.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 168 kB/s | 59 kB 00:00 2023-12-02T07:51:09.562 INFO:teuthology.orchestra.run.smithi037.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 573 kB/s | 306 kB 00:00 2023-12-02T07:51:09.609 INFO:teuthology.orchestra.run.smithi037.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 458 kB/s | 75 kB 00:00 2023-12-02T07:51:09.648 INFO:teuthology.orchestra.run.smithi005.stdout:(5/23): librgw2-18.0.0-7631.gbed76814.el8.x86_6 17 MB/s | 6.9 MB 00:00 2023-12-02T07:51:09.687 INFO:teuthology.orchestra.run.smithi037.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 601 kB/s | 47 kB 00:00 2023-12-02T07:51:09.700 INFO:teuthology.orchestra.run.smithi005.stdout:(6/23): python3-ceph-argparse-18.0.0-7631.gbed7 880 kB/s | 45 kB 00:00 2023-12-02T07:51:09.729 INFO:teuthology.orchestra.run.smithi037.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 6.1 MB/s | 259 kB 00:00 2023-12-02T07:51:09.750 INFO:teuthology.orchestra.run.smithi005.stdout:(7/23): python3-ceph-common-18.0.0-7631.gbed768 2.5 MB/s | 128 kB 00:00 2023-12-02T07:51:09.763 INFO:teuthology.orchestra.run.smithi037.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 1.3 MB/s | 44 kB 00:00 2023-12-02T07:51:09.792 INFO:teuthology.orchestra.run.smithi005.stdout:(8/23): python3-cephfs-18.0.0-7631.gbed76814.el 4.6 MB/s | 197 kB 00:00 2023-12-02T07:51:09.813 INFO:teuthology.orchestra.run.smithi037.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 6.9 MB/s | 354 kB 00:00 2023-12-02T07:51:09.842 INFO:teuthology.orchestra.run.smithi005.stdout:(9/23): python3-rados-18.0.0-7631.gbed76814.el8 7.2 MB/s | 371 kB 00:00 2023-12-02T07:51:09.893 INFO:teuthology.orchestra.run.smithi005.stdout:(10/23): python3-rbd-18.0.0-7631.gbed76814.el8. 7.1 MB/s | 365 kB 00:00 2023-12-02T07:51:09.934 INFO:teuthology.orchestra.run.smithi005.stdout:(11/23): python3-rgw-18.0.0-7631.gbed76814.el8. 2.5 MB/s | 107 kB 00:00 2023-12-02T07:51:10.055 INFO:teuthology.orchestra.run.smithi037.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 3.5 MB/s | 1.7 MB 00:00 2023-12-02T07:51:10.185 INFO:teuthology.orchestra.run.smithi005.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.2 MB/s | 306 kB 00:00 2023-12-02T07:51:10.218 INFO:teuthology.orchestra.run.smithi005.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 1.7 MB/s | 59 kB 00:00 2023-12-02T07:51:10.269 INFO:teuthology.orchestra.run.smithi005.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.5 MB/s | 75 kB 00:00 2023-12-02T07:51:10.355 INFO:teuthology.orchestra.run.smithi037.stdout:(21/23): librbd1-18.0.0-7631.gbed76814.el8.x86_ 12 MB/s | 3.7 MB 00:00 2023-12-02T07:51:10.537 INFO:teuthology.orchestra.run.smithi005.stdout:(15/23): thrift-0.13.0-2.el8.x86_64.rpm 6.5 MB/s | 1.7 MB 00:00 2023-12-02T07:51:10.603 INFO:teuthology.orchestra.run.smithi005.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 723 kB/s | 47 kB 00:00 2023-12-02T07:51:10.644 INFO:teuthology.orchestra.run.smithi005.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 6.1 MB/s | 259 kB 00:00 2023-12-02T07:51:10.678 INFO:teuthology.orchestra.run.smithi005.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 1.3 MB/s | 44 kB 00:00 2023-12-02T07:51:10.720 INFO:teuthology.orchestra.run.smithi005.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 8.3 MB/s | 354 kB 00:00 2023-12-02T07:51:10.839 INFO:teuthology.orchestra.run.smithi037.stdout:(22/23): librados2-18.0.0-7631.gbed76814.el8.x8 3.7 MB/s | 3.8 MB 00:01 2023-12-02T07:51:11.020 INFO:teuthology.orchestra.run.smithi005.stdout:(20/23): librados2-18.0.0-7631.gbed76814.el8.x8 13 MB/s | 3.8 MB 00:00 2023-12-02T07:51:11.128 INFO:teuthology.orchestra.run.smithi019.stdout:(1/23): ceph-base-18.0.0-7631.gbed76814.el8.x86 1.6 MB/s | 5.4 MB 00:03 2023-12-02T07:51:11.220 INFO:teuthology.orchestra.run.smithi019.stdout:(2/23): ceph-selinux-18.0.0-7631.gbed76814.el8. 267 kB/s | 24 kB 00:00 2023-12-02T07:51:11.254 INFO:teuthology.orchestra.run.smithi005.stdout:(21/23): librbd1-18.0.0-7631.gbed76814.el8.x86_ 16 MB/s | 3.7 MB 00:00 2023-12-02T07:51:11.545 INFO:teuthology.orchestra.run.smithi019.stdout:(3/23): libcephfs2-18.0.0-7631.gbed76814.el8.x8 2.5 MB/s | 839 kB 00:00 2023-12-02T07:51:11.762 INFO:teuthology.orchestra.run.smithi019.stdout:(4/23): libradosstriper1-18.0.0-7631.gbed76814. 2.3 MB/s | 517 kB 00:00 2023-12-02T07:51:12.308 INFO:teuthology.orchestra.run.smithi005.stdout:(22/23): ceph-base-18.0.0-7631.gbed76814.el8.x8 1.1 MB/s | 5.4 MB 00:04 2023-12-02T07:51:13.712 INFO:teuthology.orchestra.run.smithi019.stdout:(5/23): librgw2-18.0.0-7631.gbed76814.el8.x86_6 3.5 MB/s | 6.9 MB 00:01 2023-12-02T07:51:13.731 INFO:teuthology.orchestra.run.smithi037.stdout:(23/23): ceph-common-18.0.0-7631.gbed76814.el8. 3.2 MB/s | 23 MB 00:07 2023-12-02T07:51:13.735 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2023-12-02T07:51:13.735 INFO:teuthology.orchestra.run.smithi037.stdout:Total 8.5 MB/s | 62 MB 00:07 2023-12-02T07:51:13.771 INFO:teuthology.orchestra.run.smithi019.stdout:(6/23): python3-ceph-argparse-18.0.0-7631.gbed7 774 kB/s | 45 kB 00:00 2023-12-02T07:51:13.783 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2023-12-02T07:51:13.833 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2023-12-02T07:51:13.833 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2023-12-02T07:51:13.946 INFO:teuthology.orchestra.run.smithi019.stdout:(7/23): ceph-radosgw-18.0.0-7631.gbed76814.el8. 2.2 MB/s | 14 MB 00:06 2023-12-02T07:51:13.972 INFO:teuthology.orchestra.run.smithi019.stdout:(8/23): python3-ceph-common-18.0.0-7631.gbed768 641 kB/s | 128 kB 00:00 2023-12-02T07:51:14.047 INFO:teuthology.orchestra.run.smithi019.stdout:(9/23): python3-cephfs-18.0.0-7631.gbed76814.el 1.9 MB/s | 197 kB 00:00 2023-12-02T07:51:14.105 INFO:teuthology.orchestra.run.smithi019.stdout:(10/23): python3-rados-18.0.0-7631.gbed76814.el 2.7 MB/s | 371 kB 00:00 2023-12-02T07:51:14.164 INFO:teuthology.orchestra.run.smithi019.stdout:(11/23): python3-rgw-18.0.0-7631.gbed76814.el8. 1.8 MB/s | 107 kB 00:00 2023-12-02T07:51:14.188 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2023-12-02T07:51:14.192 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2023-12-02T07:51:14.206 INFO:teuthology.orchestra.run.smithi019.stdout:(12/23): python3-rbd-18.0.0-7631.gbed76814.el8. 2.2 MB/s | 365 kB 00:00 2023-12-02T07:51:14.465 INFO:teuthology.orchestra.run.smithi019.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 228 kB/s | 59 kB 00:00 2023-12-02T07:51:14.715 INFO:teuthology.orchestra.run.smithi019.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 556 kB/s | 306 kB 00:00 2023-12-02T07:51:14.765 INFO:teuthology.orchestra.run.smithi019.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 250 kB/s | 75 kB 00:00 2023-12-02T07:51:14.824 INFO:teuthology.orchestra.run.smithi019.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 798 kB/s | 47 kB 00:00 2023-12-02T07:51:14.866 INFO:teuthology.orchestra.run.smithi019.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 6.1 MB/s | 259 kB 00:00 2023-12-02T07:51:14.908 INFO:teuthology.orchestra.run.smithi019.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 1.0 MB/s | 44 kB 00:00 2023-12-02T07:51:14.958 INFO:teuthology.orchestra.run.smithi019.stdout:(19/23): thrift-0.13.0-2.el8.x86_64.rpm 7.1 MB/s | 1.7 MB 00:00 2023-12-02T07:51:14.992 INFO:teuthology.orchestra.run.smithi019.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 4.1 MB/s | 354 kB 00:00 2023-12-02T07:51:15.408 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2023-12-02T07:51:15.820 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-02T07:51:16.009 INFO:teuthology.orchestra.run.smithi019.stdout:(21/23): librados2-18.0.0-7631.gbed76814.el8.x8 3.6 MB/s | 3.8 MB 00:01 2023-12-02T07:51:16.057 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-02T07:51:16.058 INFO:teuthology.orchestra.run.smithi019.stdout:(22/23): librbd1-18.0.0-7631.gbed76814.el8.x86_ 3.5 MB/s | 3.7 MB 00:01 2023-12-02T07:51:16.501 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-02T07:51:16.707 INFO:teuthology.orchestra.run.smithi037.stdout: Upgrading : librados2-2:18.0.0-7631.gbed76814.el8.x86_64 3/25 2023-12-02T07:51:16.787 INFO:teuthology.orchestra.run.smithi005.stdout:(23/23): ceph-common-18.0.0-7631.gbed76814.el8. 2.4 MB/s | 23 MB 00:09 2023-12-02T07:51:16.790 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-12-02T07:51:16.791 INFO:teuthology.orchestra.run.smithi005.stdout:Total 6.5 MB/s | 62 MB 00:09 2023-12-02T07:51:16.808 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librados2-2:18.0.0-7631.gbed76814.el8.x86_64 3/25 2023-12-02T07:51:16.839 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-12-02T07:51:16.889 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-12-02T07:51:16.890 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-12-02T07:51:16.997 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-rados-2:18.0.0-7631.gbed76814.el8.x86_64 4/25 2023-12-02T07:51:17.231 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-02T07:51:17.256 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-12-02T07:51:17.260 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-12-02T07:51:17.457 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libcephfs2-2:18.0.0-7631.gbed76814.el8.x86_64 6/25 2023-12-02T07:51:17.891 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: libcephfs2-2:18.0.0-7631.gbed76814.el8.x86_64 6/25 2023-12-02T07:51:18.132 INFO:teuthology.orchestra.run.smithi037.stdout: Upgrading : librbd1-2:18.0.0-7631.gbed76814.el8.x86_64 7/25 2023-12-02T07:51:18.209 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librbd1-2:18.0.0-7631.gbed76814.el8.x86_64 7/25 2023-12-02T07:51:18.398 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-02T07:51:18.449 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-02T07:51:18.461 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-12-02T07:51:18.714 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-02T07:51:18.899 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-02T07:51:19.059 INFO:teuthology.orchestra.run.smithi019.stdout:(23/23): ceph-common-18.0.0-7631.gbed76814.el8. 2.0 MB/s | 23 MB 00:11 2023-12-02T07:51:19.063 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-12-02T07:51:19.063 INFO:teuthology.orchestra.run.smithi019.stdout:Total 5.3 MB/s | 62 MB 00:11 2023-12-02T07:51:19.111 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-12-02T07:51:19.160 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-12-02T07:51:19.160 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-12-02T07:51:19.280 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-02T07:51:19.360 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-02T07:51:19.440 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : librgw2-2:18.0.0-7631.gbed76814.el8.x86_64 10/25 2023-12-02T07:51:19.512 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librgw2-2:18.0.0-7631.gbed76814.el8.x86_64 10/25 2023-12-02T07:51:19.523 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-12-02T07:51:19.527 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-12-02T07:51:19.590 INFO:teuthology.orchestra.run.smithi005.stdout: Upgrading : librados2-2:18.0.0-7631.gbed76814.el8.x86_64 3/25 2023-12-02T07:51:19.636 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-ceph-argparse-2:18.0.0-7631.gbed76814.el8. 11/25 2023-12-02T07:51:19.690 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librados2-2:18.0.0-7631.gbed76814.el8.x86_64 3/25 2023-12-02T07:51:19.778 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-cephfs-2:18.0.0-7631.gbed76814.el8.x86_64 12/25 2023-12-02T07:51:19.905 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-rados-2:18.0.0-7631.gbed76814.el8.x86_64 4/25 2023-12-02T07:51:20.021 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-rgw-2:18.0.0-7631.gbed76814.el8.x86_64 13/25 2023-12-02T07:51:20.132 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-02T07:51:20.223 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-rbd-2:18.0.0-7631.gbed76814.el8.x86_64 14/25 2023-12-02T07:51:20.299 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libcephfs2-2:18.0.0-7631.gbed76814.el8.x86_64 6/25 2023-12-02T07:51:20.356 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libradosstriper1-2:18.0.0-7631.gbed76814.el8.x86_6 15/25 2023-12-02T07:51:20.417 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7631.gbed76814.el8.x86_6 15/25 2023-12-02T07:51:20.576 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-02T07:51:20.765 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-02T07:51:20.837 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-12-02T07:51:20.901 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: libcephfs2-2:18.0.0-7631.gbed76814.el8.x86_64 6/25 2023-12-02T07:51:20.983 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-02T07:51:21.072 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-02T07:51:21.124 INFO:teuthology.orchestra.run.smithi005.stdout: Upgrading : librbd1-2:18.0.0-7631.gbed76814.el8.x86_64 7/25 2023-12-02T07:51:21.157 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-ceph-common-2:18.0.0-7631.gbed76814.el8.x8 19/25 2023-12-02T07:51:21.247 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librbd1-2:18.0.0-7631.gbed76814.el8.x86_64 7/25 2023-12-02T07:51:21.260 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-02T07:51:21.432 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-02T07:51:21.487 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-02T07:51:21.684 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-02T07:51:21.885 INFO:teuthology.orchestra.run.smithi019.stdout: Upgrading : librados2-2:18.0.0-7631.gbed76814.el8.x86_64 3/25 2023-12-02T07:51:21.986 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: librados2-2:18.0.0-7631.gbed76814.el8.x86_64 3/25 2023-12-02T07:51:22.183 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-rados-2:18.0.0-7631.gbed76814.el8.x86_64 4/25 2023-12-02T07:51:22.341 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-02T07:51:22.468 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-02T07:51:22.538 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : librgw2-2:18.0.0-7631.gbed76814.el8.x86_64 10/25 2023-12-02T07:51:22.607 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librgw2-2:18.0.0-7631.gbed76814.el8.x86_64 10/25 2023-12-02T07:51:22.676 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : libcephfs2-2:18.0.0-7631.gbed76814.el8.x86_64 6/25 2023-12-02T07:51:22.744 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-ceph-argparse-2:18.0.0-7631.gbed76814.el8. 11/25 2023-12-02T07:51:22.902 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-cephfs-2:18.0.0-7631.gbed76814.el8.x86_64 12/25 2023-12-02T07:51:23.119 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: libcephfs2-2:18.0.0-7631.gbed76814.el8.x86_64 6/25 2023-12-02T07:51:23.127 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-rgw-2:18.0.0-7631.gbed76814.el8.x86_64 13/25 2023-12-02T07:51:23.314 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-rbd-2:18.0.0-7631.gbed76814.el8.x86_64 14/25 2023-12-02T07:51:23.335 INFO:teuthology.orchestra.run.smithi019.stdout: Upgrading : librbd1-2:18.0.0-7631.gbed76814.el8.x86_64 7/25 2023-12-02T07:51:23.428 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: librbd1-2:18.0.0-7631.gbed76814.el8.x86_64 7/25 2023-12-02T07:51:23.481 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libradosstriper1-2:18.0.0-7631.gbed76814.el8.x86_6 15/25 2023-12-02T07:51:23.546 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7631.gbed76814.el8.x86_6 15/25 2023-12-02T07:51:23.610 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-02T07:51:23.675 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-02T07:51:23.683 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-02T07:51:23.874 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-02T07:51:24.124 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-02T07:51:24.324 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-ceph-common-2:18.0.0-7631.gbed76814.el8.x8 19/25 2023-12-02T07:51:24.492 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-02T07:51:24.660 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : librgw2-2:18.0.0-7631.gbed76814.el8.x86_64 10/25 2023-12-02T07:51:24.748 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: librgw2-2:18.0.0-7631.gbed76814.el8.x86_64 10/25 2023-12-02T07:51:25.104 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 20/25 2023-12-02T07:51:25.148 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-ceph-argparse-2:18.0.0-7631.gbed76814.el8. 11/25 2023-12-02T07:51:25.297 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-cephfs-2:18.0.0-7631.gbed76814.el8.x86_64 12/25 2023-12-02T07:51:25.298 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 20/25 2023-12-02T07:51:25.498 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-rgw-2:18.0.0-7631.gbed76814.el8.x86_64 13/25 2023-12-02T07:51:25.710 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-rbd-2:18.0.0-7631.gbed76814.el8.x86_64 14/25 2023-12-02T07:51:25.901 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : libradosstriper1-2:18.0.0-7631.gbed76814.el8.x86_6 15/25 2023-12-02T07:51:25.919 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 20/25 2023-12-02T07:51:25.976 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7631.gbed76814.el8.x86_6 15/25 2023-12-02T07:51:26.129 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-02T07:51:26.166 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-base-2:18.0.0-7631.gbed76814.el8.x86_64 21/25 2023-12-02T07:51:26.266 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-base-2:18.0.0-7631.gbed76814.el8.x86_64 21/25 2023-12-02T07:51:26.305 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-02T07:51:26.561 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-02T07:51:26.718 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-ceph-common-2:18.0.0-7631.gbed76814.el8.x8 19/25 2023-12-02T07:51:27.039 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-selinux-2:18.0.0-7631.gbed76814.el8.x86_64 22/25 2023-12-02T07:51:28.763 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 20/25 2023-12-02T07:51:28.998 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 20/25 2023-12-02T07:51:29.610 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 20/25 2023-12-02T07:51:29.864 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-base-2:18.0.0-7631.gbed76814.el8.x86_64 21/25 2023-12-02T07:51:29.956 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-base-2:18.0.0-7631.gbed76814.el8.x86_64 21/25 2023-12-02T07:51:30.089 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-selinux-2:18.0.0-7631.gbed76814.el8.x86_64 22/25 2023-12-02T07:51:30.680 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 20/25 2023-12-02T07:51:30.884 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 20/25 2023-12-02T07:51:31.498 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 20/25 2023-12-02T07:51:31.738 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-base-2:18.0.0-7631.gbed76814.el8.x86_64 21/25 2023-12-02T07:51:31.823 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-base-2:18.0.0-7631.gbed76814.el8.x86_64 21/25 2023-12-02T07:51:31.959 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-selinux-2:18.0.0-7631.gbed76814.el8.x86_64 22/25 2023-12-02T07:51:46.291 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7631.gbed76814.el8.x86_64 22/25 2023-12-02T07:51:46.292 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /sys 2023-12-02T07:51:46.292 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /proc 2023-12-02T07:51:46.292 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /dev 2023-12-02T07:51:46.292 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /run 2023-12-02T07:51:46.292 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /mnt 2023-12-02T07:51:46.292 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /var/tmp 2023-12-02T07:51:46.292 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /home 2023-12-02T07:51:46.292 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /tmp 2023-12-02T07:51:46.292 INFO:teuthology.orchestra.run.smithi037.stdout:skipping the directory /dev 2023-12-02T07:51:46.292 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-02T07:51:47.763 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-radosgw-2:18.0.0-7631.gbed76814.el8.x86_64 23/25 2023-12-02T07:51:47.784 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7631.gbed76814.el8.x86_64 23/25 2023-12-02T07:51:47.784 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-02T07:51:47.981 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-02T07:51:47.981 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-02T07:51:48.569 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-02T07:51:48.569 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-base-2:18.0.0-7631.gbed76814.el8.x86_64 1/25 2023-12-02T07:51:48.569 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 2/25 2023-12-02T07:51:48.569 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-radosgw-2:18.0.0-7631.gbed76814.el8.x86_64 3/25 2023-12-02T07:51:48.569 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-selinux-2:18.0.0-7631.gbed76814.el8.x86_64 4/25 2023-12-02T07:51:48.570 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libcephfs2-2:18.0.0-7631.gbed76814.el8.x86_64 5/25 2023-12-02T07:51:48.570 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libradosstriper1-2:18.0.0-7631.gbed76814.el8.x86_6 6/25 2023-12-02T07:51:48.570 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librgw2-2:18.0.0-7631.gbed76814.el8.x86_64 7/25 2023-12-02T07:51:48.570 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7631.gbed76814.el8. 8/25 2023-12-02T07:51:48.570 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-ceph-common-2:18.0.0-7631.gbed76814.el8.x8 9/25 2023-12-02T07:51:48.570 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-cephfs-2:18.0.0-7631.gbed76814.el8.x86_64 10/25 2023-12-02T07:51:48.570 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-rados-2:18.0.0-7631.gbed76814.el8.x86_64 11/25 2023-12-02T07:51:48.570 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-rbd-2:18.0.0-7631.gbed76814.el8.x86_64 12/25 2023-12-02T07:51:48.570 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-rgw-2:18.0.0-7631.gbed76814.el8.x86_64 13/25 2023-12-02T07:51:48.570 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-02T07:51:48.570 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-02T07:51:48.570 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-02T07:51:48.570 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-02T07:51:48.570 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-02T07:51:48.571 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-02T07:51:48.571 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-02T07:51:48.571 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-02T07:51:48.571 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librados2-2:18.0.0-7631.gbed76814.el8.x86_64 22/25 2023-12-02T07:51:48.571 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-02T07:51:48.571 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librbd1-2:18.0.0-7631.gbed76814.el8.x86_64 24/25 2023-12-02T07:51:49.584 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7631.gbed76814.el8.x86_64 22/25 2023-12-02T07:51:49.584 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /sys 2023-12-02T07:51:49.584 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /proc 2023-12-02T07:51:49.584 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /dev 2023-12-02T07:51:49.584 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /run 2023-12-02T07:51:49.584 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /mnt 2023-12-02T07:51:49.584 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /var/tmp 2023-12-02T07:51:49.584 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /home 2023-12-02T07:51:49.584 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /tmp 2023-12-02T07:51:49.584 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /dev 2023-12-02T07:51:49.585 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-02T07:51:49.917 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-02T07:51:49.917 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:00:55 ago on Sat 02 Dec 2023 07:50:54 AM UTC. 2023-12-02T07:51:51.052 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-radosgw-2:18.0.0-7631.gbed76814.el8.x86_64 23/25 2023-12-02T07:51:51.074 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7631.gbed76814.el8.x86_64 23/25 2023-12-02T07:51:51.074 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-02T07:51:51.280 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-02T07:51:51.280 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-02T07:51:51.372 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7631.gbed76814.el8.x86_64 22/25 2023-12-02T07:51:51.373 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /sys 2023-12-02T07:51:51.373 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /proc 2023-12-02T07:51:51.373 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /dev 2023-12-02T07:51:51.373 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /run 2023-12-02T07:51:51.373 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /mnt 2023-12-02T07:51:51.373 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /var/tmp 2023-12-02T07:51:51.373 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /home 2023-12-02T07:51:51.373 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /tmp 2023-12-02T07:51:51.373 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /dev 2023-12-02T07:51:51.373 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-02T07:51:51.872 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-02T07:51:51.872 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-base-2:18.0.0-7631.gbed76814.el8.x86_64 1/25 2023-12-02T07:51:51.872 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 2/25 2023-12-02T07:51:51.872 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-radosgw-2:18.0.0-7631.gbed76814.el8.x86_64 3/25 2023-12-02T07:51:51.872 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-selinux-2:18.0.0-7631.gbed76814.el8.x86_64 4/25 2023-12-02T07:51:51.872 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libcephfs2-2:18.0.0-7631.gbed76814.el8.x86_64 5/25 2023-12-02T07:51:51.873 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libradosstriper1-2:18.0.0-7631.gbed76814.el8.x86_6 6/25 2023-12-02T07:51:51.873 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librgw2-2:18.0.0-7631.gbed76814.el8.x86_64 7/25 2023-12-02T07:51:51.873 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7631.gbed76814.el8. 8/25 2023-12-02T07:51:51.873 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-ceph-common-2:18.0.0-7631.gbed76814.el8.x8 9/25 2023-12-02T07:51:51.873 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-cephfs-2:18.0.0-7631.gbed76814.el8.x86_64 10/25 2023-12-02T07:51:51.873 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-rados-2:18.0.0-7631.gbed76814.el8.x86_64 11/25 2023-12-02T07:51:51.874 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-rbd-2:18.0.0-7631.gbed76814.el8.x86_64 12/25 2023-12-02T07:51:51.874 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-rgw-2:18.0.0-7631.gbed76814.el8.x86_64 13/25 2023-12-02T07:51:51.874 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-02T07:51:51.874 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-02T07:51:51.874 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-02T07:51:51.874 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-02T07:51:51.875 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-02T07:51:51.875 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-02T07:51:51.875 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-02T07:51:51.875 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-02T07:51:51.875 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librados2-2:18.0.0-7631.gbed76814.el8.x86_64 22/25 2023-12-02T07:51:51.875 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-02T07:51:51.876 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librbd1-2:18.0.0-7631.gbed76814.el8.x86_64 24/25 2023-12-02T07:51:52.355 INFO:teuthology.orchestra.run.smithi037.stdout:Installed products updated. 2023-12-02T07:51:52.559 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-02T07:51:52.559 INFO:teuthology.orchestra.run.smithi037.stdout:Upgraded: 2023-12-02T07:51:52.559 INFO:teuthology.orchestra.run.smithi037.stdout: librados2-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:52.559 INFO:teuthology.orchestra.run.smithi037.stdout: librbd1-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:52.559 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2023-12-02T07:51:52.559 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-base-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:52.559 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:52.559 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-radosgw-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:52.560 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-selinux-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:52.560 INFO:teuthology.orchestra.run.smithi037.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-02T07:51:52.560 INFO:teuthology.orchestra.run.smithi037.stdout: libcephfs2-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:52.560 INFO:teuthology.orchestra.run.smithi037.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-02T07:51:52.560 INFO:teuthology.orchestra.run.smithi037.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-02T07:51:52.560 INFO:teuthology.orchestra.run.smithi037.stdout: libradosstriper1-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:52.560 INFO:teuthology.orchestra.run.smithi037.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-02T07:51:52.560 INFO:teuthology.orchestra.run.smithi037.stdout: librgw2-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:52.560 INFO:teuthology.orchestra.run.smithi037.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-02T07:51:52.560 INFO:teuthology.orchestra.run.smithi037.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-02T07:51:52.560 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ceph-argparse-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:52.560 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:52.560 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cephfs-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:52.561 INFO:teuthology.orchestra.run.smithi037.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-02T07:51:52.561 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rados-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:52.561 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rbd-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:52.561 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rgw-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:52.561 INFO:teuthology.orchestra.run.smithi037.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-02T07:51:52.561 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-02T07:51:52.561 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2023-12-02T07:51:52.731 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph-test 2023-12-02T07:51:52.836 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-radosgw-2:18.0.0-7631.gbed76814.el8.x86_64 23/25 2023-12-02T07:51:52.857 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7631.gbed76814.el8.x86_64 23/25 2023-12-02T07:51:52.857 INFO:teuthology.orchestra.run.smithi019.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-02T07:51:53.075 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-02T07:51:53.075 INFO:teuthology.orchestra.run.smithi019.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-02T07:51:53.100 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2023-12-02T07:51:53.264 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-02T07:51:53.264 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:59 ago on Sat 02 Dec 2023 07:50:54 AM UTC. 2023-12-02T07:51:53.669 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-02T07:51:53.669 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-base-2:18.0.0-7631.gbed76814.el8.x86_64 1/25 2023-12-02T07:51:53.669 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 2/25 2023-12-02T07:51:53.670 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-radosgw-2:18.0.0-7631.gbed76814.el8.x86_64 3/25 2023-12-02T07:51:53.670 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-selinux-2:18.0.0-7631.gbed76814.el8.x86_64 4/25 2023-12-02T07:51:53.670 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : libcephfs2-2:18.0.0-7631.gbed76814.el8.x86_64 5/25 2023-12-02T07:51:53.670 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : libradosstriper1-2:18.0.0-7631.gbed76814.el8.x86_6 6/25 2023-12-02T07:51:53.670 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librgw2-2:18.0.0-7631.gbed76814.el8.x86_64 7/25 2023-12-02T07:51:53.670 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7631.gbed76814.el8. 8/25 2023-12-02T07:51:53.670 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-ceph-common-2:18.0.0-7631.gbed76814.el8.x8 9/25 2023-12-02T07:51:53.670 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-cephfs-2:18.0.0-7631.gbed76814.el8.x86_64 10/25 2023-12-02T07:51:53.670 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-rados-2:18.0.0-7631.gbed76814.el8.x86_64 11/25 2023-12-02T07:51:53.670 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-rbd-2:18.0.0-7631.gbed76814.el8.x86_64 12/25 2023-12-02T07:51:53.670 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-rgw-2:18.0.0-7631.gbed76814.el8.x86_64 13/25 2023-12-02T07:51:53.670 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-02T07:51:53.671 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-02T07:51:53.671 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-02T07:51:53.671 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-02T07:51:53.671 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-02T07:51:53.671 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-02T07:51:53.671 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-02T07:51:53.671 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-02T07:51:53.671 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librados2-2:18.0.0-7631.gbed76814.el8.x86_64 22/25 2023-12-02T07:51:53.671 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-02T07:51:53.671 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librbd1-2:18.0.0-7631.gbed76814.el8.x86_64 24/25 2023-12-02T07:51:53.940 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:00:59 ago on Sat 02 Dec 2023 07:50:54 AM UTC. 2023-12-02T07:51:55.096 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-02T07:51:55.096 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:01:01 ago on Sat 02 Dec 2023 07:50:54 AM UTC. 2023-12-02T07:51:55.488 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2023-12-02T07:51:55.489 INFO:teuthology.orchestra.run.smithi037.stdout:============================================================================================ 2023-12-02T07:51:55.490 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2023-12-02T07:51:55.490 INFO:teuthology.orchestra.run.smithi037.stdout:============================================================================================ 2023-12-02T07:51:55.490 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2023-12-02T07:51:55.490 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-test x86_64 2:18.0.0-7631.gbed76814.el8 ceph 49 M 2023-12-02T07:51:55.490 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2023-12-02T07:51:55.490 INFO:teuthology.orchestra.run.smithi037.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-02T07:51:55.490 INFO:teuthology.orchestra.run.smithi037.stdout: libcephsqlite x86_64 2:18.0.0-7631.gbed76814.el8 ceph 183 k 2023-12-02T07:51:55.490 INFO:teuthology.orchestra.run.smithi037.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-02T07:51:55.490 INFO:teuthology.orchestra.run.smithi037.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-02T07:51:55.490 INFO:teuthology.orchestra.run.smithi037.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-02T07:51:55.490 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-02T07:51:55.491 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2023-12-02T07:51:55.491 INFO:teuthology.orchestra.run.smithi037.stdout:============================================================================================ 2023-12-02T07:51:55.491 INFO:teuthology.orchestra.run.smithi037.stdout:Install 6 Packages 2023-12-02T07:51:55.491 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-02T07:51:55.491 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 50 M 2023-12-02T07:51:55.491 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 223 M 2023-12-02T07:51:55.492 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2023-12-02T07:51:55.532 INFO:teuthology.orchestra.run.smithi037.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.7 MB/s | 70 kB 00:00 2023-12-02T07:51:55.607 INFO:teuthology.orchestra.run.smithi037.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.2 MB/s | 323 kB 00:00 2023-12-02T07:51:55.649 INFO:teuthology.orchestra.run.smithi037.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.5 MB/s | 187 kB 00:00 2023-12-02T07:51:55.691 INFO:teuthology.orchestra.run.smithi037.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-02T07:51:55.833 INFO:teuthology.orchestra.run.smithi037.stdout:(5/6): libcephsqlite-18.0.0-7631.gbed76814.el8. 537 kB/s | 183 kB 00:00 2023-12-02T07:51:56.121 INFO:teuthology.orchestra.run.smithi005.stdout:Installed products updated. 2023-12-02T07:51:56.331 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-02T07:51:56.332 INFO:teuthology.orchestra.run.smithi005.stdout:Upgraded: 2023-12-02T07:51:56.332 INFO:teuthology.orchestra.run.smithi005.stdout: librados2-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:56.332 INFO:teuthology.orchestra.run.smithi005.stdout: librbd1-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:56.332 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-12-02T07:51:56.332 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-base-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:56.332 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:56.332 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-radosgw-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:56.332 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-selinux-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:56.332 INFO:teuthology.orchestra.run.smithi005.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-02T07:51:56.332 INFO:teuthology.orchestra.run.smithi005.stdout: libcephfs2-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:56.332 INFO:teuthology.orchestra.run.smithi005.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-02T07:51:56.332 INFO:teuthology.orchestra.run.smithi005.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-02T07:51:56.332 INFO:teuthology.orchestra.run.smithi005.stdout: libradosstriper1-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:56.333 INFO:teuthology.orchestra.run.smithi005.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-02T07:51:56.333 INFO:teuthology.orchestra.run.smithi005.stdout: librgw2-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:56.333 INFO:teuthology.orchestra.run.smithi005.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-02T07:51:56.333 INFO:teuthology.orchestra.run.smithi005.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-02T07:51:56.333 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ceph-argparse-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:56.333 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:56.333 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cephfs-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:56.333 INFO:teuthology.orchestra.run.smithi005.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-02T07:51:56.333 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rados-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:56.333 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rbd-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:56.333 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rgw-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:56.333 INFO:teuthology.orchestra.run.smithi005.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-02T07:51:56.333 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-02T07:51:56.333 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-12-02T07:51:56.512 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-test 2023-12-02T07:51:56.882 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2023-12-02T07:51:57.815 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:03 ago on Sat 02 Dec 2023 07:50:54 AM UTC. 2023-12-02T07:51:57.951 INFO:teuthology.orchestra.run.smithi019.stdout:Installed products updated. 2023-12-02T07:51:58.157 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-02T07:51:58.157 INFO:teuthology.orchestra.run.smithi019.stdout:Upgraded: 2023-12-02T07:51:58.157 INFO:teuthology.orchestra.run.smithi019.stdout: librados2-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:58.157 INFO:teuthology.orchestra.run.smithi019.stdout: librbd1-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:58.158 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-12-02T07:51:58.158 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-base-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:58.158 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:58.158 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-radosgw-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:58.158 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-selinux-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:58.158 INFO:teuthology.orchestra.run.smithi019.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-02T07:51:58.158 INFO:teuthology.orchestra.run.smithi019.stdout: libcephfs2-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:58.158 INFO:teuthology.orchestra.run.smithi019.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-02T07:51:58.158 INFO:teuthology.orchestra.run.smithi019.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-02T07:51:58.158 INFO:teuthology.orchestra.run.smithi019.stdout: libradosstriper1-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:58.158 INFO:teuthology.orchestra.run.smithi019.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-02T07:51:58.158 INFO:teuthology.orchestra.run.smithi019.stdout: librgw2-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:58.158 INFO:teuthology.orchestra.run.smithi019.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-02T07:51:58.158 INFO:teuthology.orchestra.run.smithi019.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-02T07:51:58.158 INFO:teuthology.orchestra.run.smithi019.stdout: python3-ceph-argparse-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:58.159 INFO:teuthology.orchestra.run.smithi019.stdout: python3-ceph-common-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:58.159 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cephfs-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:58.159 INFO:teuthology.orchestra.run.smithi019.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-02T07:51:58.159 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rados-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:58.159 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rbd-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:58.159 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rgw-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:51:58.159 INFO:teuthology.orchestra.run.smithi019.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-02T07:51:58.159 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-02T07:51:58.159 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-12-02T07:51:58.327 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph-test 2023-12-02T07:51:58.697 INFO:teuthology.orchestra.run.smithi019.stdout:Updating Subscription Management repositories. 2023-12-02T07:51:59.360 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-12-02T07:51:59.361 INFO:teuthology.orchestra.run.smithi005.stdout:============================================================================================ 2023-12-02T07:51:59.361 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2023-12-02T07:51:59.361 INFO:teuthology.orchestra.run.smithi005.stdout:============================================================================================ 2023-12-02T07:51:59.361 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2023-12-02T07:51:59.362 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-test x86_64 2:18.0.0-7631.gbed76814.el8 ceph 49 M 2023-12-02T07:51:59.362 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2023-12-02T07:51:59.362 INFO:teuthology.orchestra.run.smithi005.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-02T07:51:59.362 INFO:teuthology.orchestra.run.smithi005.stdout: libcephsqlite x86_64 2:18.0.0-7631.gbed76814.el8 ceph 183 k 2023-12-02T07:51:59.362 INFO:teuthology.orchestra.run.smithi005.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-02T07:51:59.362 INFO:teuthology.orchestra.run.smithi005.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-02T07:51:59.362 INFO:teuthology.orchestra.run.smithi005.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-02T07:51:59.362 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-02T07:51:59.362 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-12-02T07:51:59.362 INFO:teuthology.orchestra.run.smithi005.stdout:============================================================================================ 2023-12-02T07:51:59.362 INFO:teuthology.orchestra.run.smithi005.stdout:Install 6 Packages 2023-12-02T07:51:59.363 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-12-02T07:51:59.364 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 50 M 2023-12-02T07:51:59.364 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 223 M 2023-12-02T07:51:59.364 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-12-02T07:51:59.393 INFO:teuthology.orchestra.run.smithi005.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.3 MB/s | 70 kB 00:00 2023-12-02T07:51:59.477 INFO:teuthology.orchestra.run.smithi005.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.0 MB/s | 323 kB 00:00 2023-12-02T07:51:59.527 INFO:teuthology.orchestra.run.smithi005.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 3.7 MB/s | 187 kB 00:00 2023-12-02T07:51:59.569 INFO:teuthology.orchestra.run.smithi005.stdout:(4/6): libcephsqlite-18.0.0-7631.gbed76814.el8. 892 kB/s | 183 kB 00:00 2023-12-02T07:51:59.587 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:01:05 ago on Sat 02 Dec 2023 07:50:54 AM UTC. 2023-12-02T07:51:59.616 INFO:teuthology.orchestra.run.smithi005.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 2.2 MB/s | 202 kB 00:00 2023-12-02T07:52:01.136 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-12-02T07:52:01.137 INFO:teuthology.orchestra.run.smithi019.stdout:============================================================================================ 2023-12-02T07:52:01.137 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-12-02T07:52:01.137 INFO:teuthology.orchestra.run.smithi019.stdout:============================================================================================ 2023-12-02T07:52:01.137 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-12-02T07:52:01.137 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-test x86_64 2:18.0.0-7631.gbed76814.el8 ceph 49 M 2023-12-02T07:52:01.137 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-12-02T07:52:01.137 INFO:teuthology.orchestra.run.smithi019.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-02T07:52:01.137 INFO:teuthology.orchestra.run.smithi019.stdout: libcephsqlite x86_64 2:18.0.0-7631.gbed76814.el8 ceph 183 k 2023-12-02T07:52:01.137 INFO:teuthology.orchestra.run.smithi019.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-02T07:52:01.137 INFO:teuthology.orchestra.run.smithi019.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-02T07:52:01.137 INFO:teuthology.orchestra.run.smithi019.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-02T07:52:01.137 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-02T07:52:01.138 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-12-02T07:52:01.138 INFO:teuthology.orchestra.run.smithi019.stdout:============================================================================================ 2023-12-02T07:52:01.138 INFO:teuthology.orchestra.run.smithi019.stdout:Install 6 Packages 2023-12-02T07:52:01.138 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-02T07:52:01.138 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 50 M 2023-12-02T07:52:01.138 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 223 M 2023-12-02T07:52:01.138 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-12-02T07:52:01.180 INFO:teuthology.orchestra.run.smithi019.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.7 MB/s | 70 kB 00:00 2023-12-02T07:52:01.263 INFO:teuthology.orchestra.run.smithi019.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.0 MB/s | 323 kB 00:00 2023-12-02T07:52:01.363 INFO:teuthology.orchestra.run.smithi019.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.8 MB/s | 187 kB 00:00 2023-12-02T07:52:01.441 INFO:teuthology.orchestra.run.smithi037.stdout:(6/6): ceph-test-18.0.0-7631.gbed76814.el8.x86_ 8.3 MB/s | 49 MB 00:05 2023-12-02T07:52:01.443 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2023-12-02T07:52:01.443 INFO:teuthology.orchestra.run.smithi037.stdout:Total 8.5 MB/s | 50 MB 00:05 2023-12-02T07:52:01.481 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2023-12-02T07:52:01.504 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2023-12-02T07:52:01.504 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2023-12-02T07:52:01.514 INFO:teuthology.orchestra.run.smithi019.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 1.3 MB/s | 202 kB 00:00 2023-12-02T07:52:01.580 INFO:teuthology.orchestra.run.smithi019.stdout:(5/6): libcephsqlite-18.0.0-7631.gbed76814.el8. 414 kB/s | 183 kB 00:00 2023-12-02T07:52:01.791 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2023-12-02T07:52:01.795 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2023-12-02T07:52:02.262 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2023-12-02T07:52:02.384 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-02T07:52:02.466 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-02T07:52:02.633 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-02T07:52:02.802 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-02T07:52:03.051 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-02T07:52:03.184 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : libcephsqlite-2:18.0.0-7631.gbed76814.el8.x86_64 5/6 2023-12-02T07:52:04.022 INFO:teuthology.orchestra.run.smithi019.stdout:(6/6): ceph-test-18.0.0-7631.gbed76814.el8.x86_ 17 MB/s | 49 MB 00:02 2023-12-02T07:52:04.024 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-12-02T07:52:04.024 INFO:teuthology.orchestra.run.smithi019.stdout:Total 17 MB/s | 50 MB 00:02 2023-12-02T07:52:04.063 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-12-02T07:52:04.086 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-12-02T07:52:04.087 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-12-02T07:52:04.373 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-12-02T07:52:04.378 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-12-02T07:52:04.846 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-12-02T07:52:04.996 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-02T07:52:05.085 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-02T07:52:05.269 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-02T07:52:05.414 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-02T07:52:05.562 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-02T07:52:05.737 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : libcephsqlite-2:18.0.0-7631.gbed76814.el8.x86_64 5/6 2023-12-02T07:52:08.226 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7631.gbed76814.el8.x86_64 5/6 2023-12-02T07:52:08.423 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : ceph-test-2:18.0.0-7631.gbed76814.el8.x86_64 6/6 2023-12-02T07:52:08.685 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: ceph-test-2:18.0.0-7631.gbed76814.el8.x86_64 6/6 2023-12-02T07:52:08.686 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : ceph-test-2:18.0.0-7631.gbed76814.el8.x86_64 1/6 2023-12-02T07:52:08.686 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libcephsqlite-2:18.0.0-7631.gbed76814.el8.x86_64 2/6 2023-12-02T07:52:08.686 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-02T07:52:08.686 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-02T07:52:08.686 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-02T07:52:09.778 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-02T07:52:09.778 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:15 ago on Sat 02 Dec 2023 07:50:54 AM UTC. 2023-12-02T07:52:10.759 INFO:teuthology.orchestra.run.smithi005.stdout:(6/6): ceph-test-18.0.0-7631.gbed76814.el8.x86_ 4.3 MB/s | 49 MB 00:11 2023-12-02T07:52:10.761 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-12-02T07:52:10.761 INFO:teuthology.orchestra.run.smithi005.stdout:Total 4.4 MB/s | 50 MB 00:11 2023-12-02T07:52:10.774 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7631.gbed76814.el8.x86_64 5/6 2023-12-02T07:52:10.800 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-12-02T07:52:10.823 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-12-02T07:52:10.824 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-12-02T07:52:10.984 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-test-2:18.0.0-7631.gbed76814.el8.x86_64 6/6 2023-12-02T07:52:11.111 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-12-02T07:52:11.115 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-12-02T07:52:11.219 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-test-2:18.0.0-7631.gbed76814.el8.x86_64 6/6 2023-12-02T07:52:11.219 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-test-2:18.0.0-7631.gbed76814.el8.x86_64 1/6 2023-12-02T07:52:11.219 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : libcephsqlite-2:18.0.0-7631.gbed76814.el8.x86_64 2/6 2023-12-02T07:52:11.220 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-02T07:52:11.220 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-02T07:52:11.220 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-02T07:52:11.611 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-12-02T07:52:11.750 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-02T07:52:11.817 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-02T07:52:11.997 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-02T07:52:12.175 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-02T07:52:12.315 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-02T07:52:12.345 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-02T07:52:12.345 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:01:18 ago on Sat 02 Dec 2023 07:50:54 AM UTC. 2023-12-02T07:52:12.440 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libcephsqlite-2:18.0.0-7631.gbed76814.el8.x86_64 5/6 2023-12-02T07:52:12.442 INFO:teuthology.orchestra.run.smithi037.stdout:Installed products updated. 2023-12-02T07:52:12.644 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-02T07:52:12.644 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2023-12-02T07:52:12.644 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-test-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:52:12.644 INFO:teuthology.orchestra.run.smithi037.stdout: jq-1.6-3.el8.x86_64 2023-12-02T07:52:12.644 INFO:teuthology.orchestra.run.smithi037.stdout: libcephsqlite-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:52:12.645 INFO:teuthology.orchestra.run.smithi037.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-02T07:52:12.645 INFO:teuthology.orchestra.run.smithi037.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-02T07:52:12.645 INFO:teuthology.orchestra.run.smithi037.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-02T07:52:12.645 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-12-02T07:52:12.645 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2023-12-02T07:52:12.780 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum -y install ceph 2023-12-02T07:52:13.134 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2023-12-02T07:52:14.037 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:20 ago on Sat 02 Dec 2023 07:50:54 AM UTC. 2023-12-02T07:52:15.566 INFO:teuthology.orchestra.run.smithi037.stderr:Error: 2023-12-02T07:52:15.566 INFO:teuthology.orchestra.run.smithi037.stderr: Problem: conflicting requests 2023-12-02T07:52:15.566 INFO:teuthology.orchestra.run.smithi037.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:52:15.566 INFO:teuthology.orchestra.run.smithi037.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-02T07:52:15.648 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T07:52:15.649 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 smithi037 with status 1: 'sudo yum -y install ceph' 2023-12-02T07:52:15.651 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 smithi037 with status 1: 'sudo yum -y install ceph' 2023-12-02T07:52:15.727 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=6daf7cfd5b5c4bbb9bc20fed67296e96 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 smithi037 with status 1: 'sudo yum -y install ceph' 2023-12-02T07:52:15.731 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-02T07:52:15.743 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-02T07:52:15.789 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-02T07:52:15.789 DEBUG:teuthology.orchestra.run.smithi005:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-02T07:52:15.812 DEBUG:teuthology.orchestra.run.smithi019:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-02T07:52:15.816 DEBUG:teuthology.orchestra.run.smithi037:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-02T07:52:15.820 INFO:teuthology.orchestra.run.smithi005.stderr:bash: ntpq: command not found 2023-12-02T07:52:15.822 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-02T07:52:15.822 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2023-12-02T07:52:15.823 INFO:teuthology.orchestra.run.smithi005.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 50 +1572us[+1572us] +/- 82ms 2023-12-02T07:52:15.823 INFO:teuthology.orchestra.run.smithi005.stdout:^* hv02.front.sepia.ceph.com 3 6 37 50 -1933us[-1934us] +/- 56ms 2023-12-02T07:52:15.823 INFO:teuthology.orchestra.run.smithi005.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 49 +1625us[+1625us] +/- 98ms 2023-12-02T07:52:15.823 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T07:52:15.832 INFO:teuthology.orchestra.run.smithi037.stderr:bash: ntpq: command not found 2023-12-02T07:52:15.834 INFO:teuthology.orchestra.run.smithi019.stderr:bash: ntpq: command not found 2023-12-02T07:52:15.837 INFO:teuthology.orchestra.run.smithi037.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-02T07:52:15.837 INFO:teuthology.orchestra.run.smithi037.stdout:=============================================================================== 2023-12-02T07:52:15.837 INFO:teuthology.orchestra.run.smithi037.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 50 +1542us[+1556us] +/- 82ms 2023-12-02T07:52:15.837 INFO:teuthology.orchestra.run.smithi037.stdout:^* hv02.front.sepia.ceph.com 3 6 37 49 -1962us[-1948us] +/- 56ms 2023-12-02T07:52:15.837 INFO:teuthology.orchestra.run.smithi037.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 50 +1593us[+1607us] +/- 97ms 2023-12-02T07:52:15.837 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T07:52:15.839 INFO:teuthology.orchestra.run.smithi019.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-02T07:52:15.839 INFO:teuthology.orchestra.run.smithi019.stdout:=============================================================================== 2023-12-02T07:52:15.839 INFO:teuthology.orchestra.run.smithi019.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 50 +1560us[+1618us] +/- 82ms 2023-12-02T07:52:15.839 INFO:teuthology.orchestra.run.smithi019.stdout:^* hv02.front.sepia.ceph.com 3 6 37 50 -1963us[-1905us] +/- 56ms 2023-12-02T07:52:15.839 INFO:teuthology.orchestra.run.smithi019.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 50 +1552us[+1610us] +/- 97ms 2023-12-02T07:52:15.840 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-02T07:52:15.841 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-02T07:52:15.850 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-02T07:52:15.850 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-02T07:52:15.881 DEBUG:teuthology.orchestra.run.smithi005:> 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-02T07:52:15.977 DEBUG:teuthology.orchestra.run.smithi019:> 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-02T07:52:16.081 DEBUG:teuthology.orchestra.run.smithi037:> 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-02T07:52:16.178 DEBUG:teuthology.orchestra.run.smithi005:> 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-02T07:52:16.209 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T07:52:16.209 DEBUG:teuthology.orchestra.run.smithi019:> 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-02T07:52:16.243 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T07:52:16.244 DEBUG:teuthology.orchestra.run.smithi037:> 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-02T07:52:16.275 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T07:52:16.276 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-02T07:52:16.286 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-02T07:52:16.332 INFO:teuthology.task.internal:Duration was 691.862511 seconds 2023-12-02T07:52:16.332 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-02T07:52:16.365 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-02T07:52:16.365 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-02T07:52:16.368 DEBUG:teuthology.orchestra.run.smithi019:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-02T07:52:16.370 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-02T07:52:16.413 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-02T07:52:16.418 INFO:teuthology.orchestra.run.smithi037.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-02T07:52:16.419 INFO:teuthology.orchestra.run.smithi019.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-02T07:52:16.733 INFO:teuthology.orchestra.run.smithi019.stdout:Installed products updated. 2023-12-02T07:52:16.841 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-02T07:52:16.841 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi005.front.sepia.ceph.com 2023-12-02T07:52:16.841 DEBUG:teuthology.orchestra.run.smithi005:> 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-02T07:52:16.863 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi019.front.sepia.ceph.com 2023-12-02T07:52:16.863 DEBUG:teuthology.orchestra.run.smithi019:> 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-02T07:52:16.885 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi037.front.sepia.ceph.com 2023-12-02T07:52:16.885 DEBUG:teuthology.orchestra.run.smithi037:> 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-02T07:52:16.908 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-02T07:52:16.909 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-02T07:52:16.911 DEBUG:teuthology.orchestra.run.smithi019:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-02T07:52:16.928 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-02T07:52:16.940 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-02T07:52:16.940 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-12-02T07:52:16.940 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-test-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:52:16.940 INFO:teuthology.orchestra.run.smithi019.stdout: jq-1.6-3.el8.x86_64 2023-12-02T07:52:16.941 INFO:teuthology.orchestra.run.smithi019.stdout: libcephsqlite-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:52:16.941 INFO:teuthology.orchestra.run.smithi019.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-02T07:52:16.941 INFO:teuthology.orchestra.run.smithi019.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-02T07:52:16.941 INFO:teuthology.orchestra.run.smithi019.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-02T07:52:16.941 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-02T07:52:16.941 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-12-02T07:52:16.990 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-02T07:52:16.990 DEBUG:teuthology.orchestra.run.smithi005:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-02T07:52:16.992 DEBUG:teuthology.orchestra.run.smithi019:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-02T07:52:17.008 DEBUG:teuthology.orchestra.run.smithi037:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-02T07:52:17.081 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph 2023-12-02T07:52:17.117 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-02T07:52:17.127 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-02T07:52:17.127 DEBUG:teuthology.orchestra.run.smithi005:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-02T07:52:17.161 DEBUG:teuthology.orchestra.run.smithi019:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-02T07:52:17.198 DEBUG:teuthology.orchestra.run.smithi037:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-02T07:52:17.236 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-02T07:52:17.245 DEBUG:teuthology.orchestra.run.smithi005:> 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-02T07:52:17.248 DEBUG:teuthology.orchestra.run.smithi019:> 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-02T07:52:17.251 DEBUG:teuthology.orchestra.run.smithi037:> 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-02T07:52:17.273 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = core 2023-12-02T07:52:17.302 INFO:teuthology.orchestra.run.smithi019.stdout:kernel.core_pattern = core 2023-12-02T07:52:17.326 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = core 2023-12-02T07:52:17.341 DEBUG:teuthology.orchestra.run.smithi005:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-02T07:52:17.357 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T07:52:17.358 DEBUG:teuthology.orchestra.run.smithi019:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-02T07:52:17.374 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T07:52:17.375 DEBUG:teuthology.orchestra.run.smithi037:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-02T07:52:17.397 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T07:52:17.398 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-02T07:52:17.409 INFO:teuthology.task.internal:Transferring archived files... 2023-12-02T07:52:17.410 DEBUG:teuthology.misc:Transferring archived files from smithi005:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-01_18:06:01-orch-main-distro-default-smithi/7475267/remote/smithi005 2023-12-02T07:52:17.411 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-02T07:52:17.438 INFO:teuthology.orchestra.run.smithi019.stdout:Updating Subscription Management repositories. 2023-12-02T07:52:17.478 DEBUG:teuthology.misc:Transferring archived files from smithi019:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-01_18:06:01-orch-main-distro-default-smithi/7475267/remote/smithi019 2023-12-02T07:52:17.479 DEBUG:teuthology.orchestra.run.smithi019:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-02T07:52:17.511 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7631.gbed76814.el8.x86_64 5/6 2023-12-02T07:52:17.530 DEBUG:teuthology.misc:Transferring archived files from smithi037:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-01_18:06:01-orch-main-distro-default-smithi/7475267/remote/smithi037 2023-12-02T07:52:17.530 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-02T07:52:17.627 INFO:teuthology.task.internal:Removing archive directory... 2023-12-02T07:52:17.628 DEBUG:teuthology.orchestra.run.smithi005:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-02T07:52:17.630 DEBUG:teuthology.orchestra.run.smithi019:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-02T07:52:17.632 DEBUG:teuthology.orchestra.run.smithi037:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-02T07:52:17.649 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-02T07:52:17.660 INFO:teuthology.task.internal:Not uploading archives. 2023-12-02T07:52:17.660 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-02T07:52:17.734 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-02T07:52:17.734 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-02T07:52:17.735 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-test-2:18.0.0-7631.gbed76814.el8.x86_64 6/6 2023-12-02T07:52:17.737 DEBUG:teuthology.orchestra.run.smithi019:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-02T07:52:17.739 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-02T07:52:17.751 INFO:teuthology.orchestra.run.smithi005.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 2 07:52 /home/ubuntu/cephtest 2023-12-02T07:52:17.754 INFO:teuthology.orchestra.run.smithi019.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 2 07:52 /home/ubuntu/cephtest 2023-12-02T07:52:17.756 INFO:teuthology.orchestra.run.smithi037.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 2 07:52 /home/ubuntu/cephtest 2023-12-02T07:52:17.757 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-02T07:52:17.766 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-02T07:52:17.832 INFO:teuthology.nuke:Checking targets against current locks 2023-12-02T07:52:17.854 DEBUG:teuthology.nuke:shortname: smithi005 2023-12-02T07:52:17.855 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-02T07:52:17.880 DEBUG:teuthology.nuke:shortname: smithi019 2023-12-02T07:52:17.881 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-02T07:52:17.886 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi005.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_18:06:01-orch-main-distro-default-smithi/7475267', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-02 07:35:37.754016', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-02T07:52:17.907 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi019.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_18:06:01-orch-main-distro-default-smithi/7475267', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-02 07:35:37.750986', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-02T07:52:17.913 DEBUG:teuthology.nuke:shortname: smithi037 2023-12-02T07:52:17.913 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-02T07:52:17.943 INFO:teuthology.orchestra.console.smithi005:Power off 2023-12-02T07:52:17.944 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-02T07:52:17.958 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi037.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_18:06:01-orch-main-distro-default-smithi/7475267', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-02 07:35:37.752632', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-02T07:52:17.968 DEBUG:teuthology.orchestra.console.smithi005:power off output: Chassis Power Control: Down/Off 2023-12-02T07:52:17.968 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T07:52:17.979 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-test-2:18.0.0-7631.gbed76814.el8.x86_64 6/6 2023-12-02T07:52:17.980 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-test-2:18.0.0-7631.gbed76814.el8.x86_64 1/6 2023-12-02T07:52:17.980 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libcephsqlite-2:18.0.0-7631.gbed76814.el8.x86_64 2/6 2023-12-02T07:52:17.980 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-02T07:52:17.980 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-02T07:52:17.980 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-02T07:52:17.993 INFO:teuthology.orchestra.console.smithi019:Power off 2023-12-02T07:52:17.994 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-02T07:52:18.009 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is on 2023-12-02T07:52:18.021 DEBUG:teuthology.orchestra.console.smithi019:power off output: Chassis Power Control: Down/Off 2023-12-02T07:52:18.021 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T07:52:18.037 INFO:teuthology.orchestra.console.smithi037:Power off 2023-12-02T07:52:18.038 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-02T07:52:18.048 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is on 2023-12-02T07:52:18.061 DEBUG:teuthology.orchestra.console.smithi037:power off output: Chassis Power Control: Down/Off 2023-12-02T07:52:18.061 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T07:52:18.086 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2023-12-02T07:52:18.953 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:01:24 ago on Sat 02 Dec 2023 07:50:54 AM UTC. 2023-12-02T07:52:19.082 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-02T07:52:19.083 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:25 ago on Sat 02 Dec 2023 07:50:54 AM UTC. 2023-12-02T07:52:20.507 INFO:teuthology.orchestra.run.smithi019.stderr:Error: 2023-12-02T07:52:20.507 INFO:teuthology.orchestra.run.smithi019.stderr: Problem: conflicting requests 2023-12-02T07:52:20.507 INFO:teuthology.orchestra.run.smithi019.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7631.gbed76814.el8.x86_64 2023-12-02T07:52:20.508 INFO:teuthology.orchestra.run.smithi019.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-02T07:52:20.597 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-02T07:52:21.145 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-02T07:52:22.009 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T07:52:22.049 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T07:52:22.088 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T07:52:22.124 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is on 2023-12-02T07:52:22.160 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is on 2023-12-02T07:52:22.200 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2023-12-02T07:52:26.126 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T07:52:26.161 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T07:52:26.200 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T07:52:26.237 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is off 2023-12-02T07:52:26.273 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is on 2023-12-02T07:52:26.310 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is off 2023-12-02T07:52:26.339 INFO:teuthology.orchestra.console.smithi005:Power off completed 2023-12-02T07:52:26.411 INFO:teuthology.orchestra.console.smithi037:Power off completed 2023-12-02T07:52:30.274 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-02T07:52:30.385 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is off 2023-12-02T07:52:30.485 INFO:teuthology.orchestra.console.smithi019:Power off completed 2023-12-02T07:52:30.590 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: 691.8625109195709 failure_reason: 'Command failed on smithi037 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=6daf7cfd5b5c4bbb9bc20fed67296e96 status: fail success: false 2023-12-02T07:52:30.590 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-02T07:52:30.671 INFO:teuthology.run:FAIL