2024-04-23T16:11:37.853 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-23T16:11:37.853 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_set_mon_crush_locations} --archive /home/teuthworker/archive/yuriw-2024-04-23_14:14:08-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7669764 --name yuriw-2024-04-23_14:14:08-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2024-04-23_14:14:08-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7669764/orig.config.yaml 2024-04-23T16:11:37.885 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-23T16:11:37.969 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-04-23_14:14:08-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7669764 branch: wip-yuri3-testing-2024-04-05-0825 description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_set_mon_crush_locations} email: yweinste@redhat.com first_in_suite: false job_id: '7669764' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-04-23_14:14:08-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri3-testing-2024-04-05-0825 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false 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\) - MON_DOWN - POOL_APP_NOT_ENABLED - mon down - mons down - out of quorum log-only-match: - CEPHADM_ sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri3-testing-2024-04-05-0825 sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb owner: scheduled_yuriw@teuthology priority: 99 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: 3753 sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2024-04-05-0825 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_5d349943c59c9485df060d6adb0594f3940ec0eb/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb targets: smithi087.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD3O5lsEDfJ2k71mRWtplLDqQJHI2yOvIBonQ/38QNiJ/yZOFtcyj2BEYZ0D3Pukc97OartWinzI3V7PffzkKS0= smithi129.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNgyB83zEPCa0zTD7M+KaQpHXrwapk/ZzZwphTEf8w0+CQlNklIcRMOxbHByvDG2YPRfCzTX4OHzh2l+Ew4KOww= smithi171.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDf+bmE1s/Gzi/0YT6jlX40lVHeMZCHpy72Hb9qzJXzTLfJsaFE12aw4tJ5XeK04ly8I/56+QA+42i4BWVqXXWY= tasks: - 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 0x7f2235846f70>, signals=[15]) 2024-04-23T16:11:38.483 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-23T16:11:38.489 INFO:teuthology.task.internal:Opening connections... 2024-04-23T16:11:38.489 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi087.front.sepia.ceph.com 2024-04-23T16:11:38.491 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T16:11:38.574 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi129.front.sepia.ceph.com 2024-04-23T16:11:38.575 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T16:11:38.650 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi171.front.sepia.ceph.com 2024-04-23T16:11:38.650 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T16:11:38.727 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-23T16:11:38.735 DEBUG:teuthology.orchestra.run.smithi087:> uname -m 2024-04-23T16:11:38.753 INFO:teuthology.orchestra.run.smithi087.stdout:x86_64 2024-04-23T16:11:38.754 DEBUG:teuthology.orchestra.run.smithi087:> cat /etc/os-release 2024-04-23T16:11:38.810 INFO:teuthology.orchestra.run.smithi087.stdout:NAME="CentOS Stream" 2024-04-23T16:11:38.810 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION="9" 2024-04-23T16:11:38.810 INFO:teuthology.orchestra.run.smithi087.stdout:ID="centos" 2024-04-23T16:11:38.811 INFO:teuthology.orchestra.run.smithi087.stdout:ID_LIKE="rhel fedora" 2024-04-23T16:11:38.811 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION_ID="9" 2024-04-23T16:11:38.811 INFO:teuthology.orchestra.run.smithi087.stdout:PLATFORM_ID="platform:el9" 2024-04-23T16:11:38.811 INFO:teuthology.orchestra.run.smithi087.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-23T16:11:38.811 INFO:teuthology.orchestra.run.smithi087.stdout:ANSI_COLOR="0;31" 2024-04-23T16:11:38.811 INFO:teuthology.orchestra.run.smithi087.stdout:LOGO="fedora-logo-icon" 2024-04-23T16:11:38.811 INFO:teuthology.orchestra.run.smithi087.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-23T16:11:38.811 INFO:teuthology.orchestra.run.smithi087.stdout:HOME_URL="https://centos.org/" 2024-04-23T16:11:38.811 INFO:teuthology.orchestra.run.smithi087.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-23T16:11:38.811 INFO:teuthology.orchestra.run.smithi087.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-23T16:11:38.811 INFO:teuthology.orchestra.run.smithi087.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-23T16:11:38.812 INFO:teuthology.lock.ops:Updating smithi087.front.sepia.ceph.com on lock server 2024-04-23T16:11:38.838 DEBUG:teuthology.orchestra.run.smithi129:> uname -m 2024-04-23T16:11:38.856 INFO:teuthology.orchestra.run.smithi129.stdout:x86_64 2024-04-23T16:11:38.857 DEBUG:teuthology.orchestra.run.smithi129:> cat /etc/os-release 2024-04-23T16:11:38.914 INFO:teuthology.orchestra.run.smithi129.stdout:NAME="CentOS Stream" 2024-04-23T16:11:38.914 INFO:teuthology.orchestra.run.smithi129.stdout:VERSION="9" 2024-04-23T16:11:38.914 INFO:teuthology.orchestra.run.smithi129.stdout:ID="centos" 2024-04-23T16:11:38.914 INFO:teuthology.orchestra.run.smithi129.stdout:ID_LIKE="rhel fedora" 2024-04-23T16:11:38.914 INFO:teuthology.orchestra.run.smithi129.stdout:VERSION_ID="9" 2024-04-23T16:11:38.915 INFO:teuthology.orchestra.run.smithi129.stdout:PLATFORM_ID="platform:el9" 2024-04-23T16:11:38.915 INFO:teuthology.orchestra.run.smithi129.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-23T16:11:38.915 INFO:teuthology.orchestra.run.smithi129.stdout:ANSI_COLOR="0;31" 2024-04-23T16:11:38.915 INFO:teuthology.orchestra.run.smithi129.stdout:LOGO="fedora-logo-icon" 2024-04-23T16:11:38.915 INFO:teuthology.orchestra.run.smithi129.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-23T16:11:38.915 INFO:teuthology.orchestra.run.smithi129.stdout:HOME_URL="https://centos.org/" 2024-04-23T16:11:38.915 INFO:teuthology.orchestra.run.smithi129.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-23T16:11:38.915 INFO:teuthology.orchestra.run.smithi129.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-23T16:11:38.915 INFO:teuthology.orchestra.run.smithi129.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-23T16:11:38.915 INFO:teuthology.lock.ops:Updating smithi129.front.sepia.ceph.com on lock server 2024-04-23T16:11:38.939 DEBUG:teuthology.orchestra.run.smithi171:> uname -m 2024-04-23T16:11:38.957 INFO:teuthology.orchestra.run.smithi171.stdout:x86_64 2024-04-23T16:11:38.958 DEBUG:teuthology.orchestra.run.smithi171:> cat /etc/os-release 2024-04-23T16:11:39.015 INFO:teuthology.orchestra.run.smithi171.stdout:NAME="CentOS Stream" 2024-04-23T16:11:39.015 INFO:teuthology.orchestra.run.smithi171.stdout:VERSION="9" 2024-04-23T16:11:39.015 INFO:teuthology.orchestra.run.smithi171.stdout:ID="centos" 2024-04-23T16:11:39.015 INFO:teuthology.orchestra.run.smithi171.stdout:ID_LIKE="rhel fedora" 2024-04-23T16:11:39.015 INFO:teuthology.orchestra.run.smithi171.stdout:VERSION_ID="9" 2024-04-23T16:11:39.015 INFO:teuthology.orchestra.run.smithi171.stdout:PLATFORM_ID="platform:el9" 2024-04-23T16:11:39.015 INFO:teuthology.orchestra.run.smithi171.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-23T16:11:39.015 INFO:teuthology.orchestra.run.smithi171.stdout:ANSI_COLOR="0;31" 2024-04-23T16:11:39.015 INFO:teuthology.orchestra.run.smithi171.stdout:LOGO="fedora-logo-icon" 2024-04-23T16:11:39.016 INFO:teuthology.orchestra.run.smithi171.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-23T16:11:39.016 INFO:teuthology.orchestra.run.smithi171.stdout:HOME_URL="https://centos.org/" 2024-04-23T16:11:39.016 INFO:teuthology.orchestra.run.smithi171.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-23T16:11:39.016 INFO:teuthology.orchestra.run.smithi171.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-23T16:11:39.016 INFO:teuthology.orchestra.run.smithi171.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-23T16:11:39.016 INFO:teuthology.lock.ops:Updating smithi171.front.sepia.ceph.com on lock server 2024-04-23T16:11:39.038 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-23T16:11:39.047 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-23T16:11:39.055 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-23T16:11:39.055 DEBUG:teuthology.orchestra.run.smithi087:> test '!' -e /home/ubuntu/cephtest 2024-04-23T16:11:39.058 DEBUG:teuthology.orchestra.run.smithi129:> test '!' -e /home/ubuntu/cephtest 2024-04-23T16:11:39.061 DEBUG:teuthology.orchestra.run.smithi171:> test '!' -e /home/ubuntu/cephtest 2024-04-23T16:11:39.078 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-23T16:11:39.086 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-23T16:11:39.086 DEBUG:teuthology.orchestra.run.smithi087:> test -z $(ls -A /var/lib/ceph) 2024-04-23T16:11:39.115 DEBUG:teuthology.orchestra.run.smithi129:> test -z $(ls -A /var/lib/ceph) 2024-04-23T16:11:39.117 DEBUG:teuthology.orchestra.run.smithi171:> test -z $(ls -A /var/lib/ceph) 2024-04-23T16:11:39.216 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-23T16:11:39.293 INFO:teuthology.run_tasks:Running task kernel... 2024-04-23T16:11:39.314 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-23T16:11:39.315 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-23T16:11:39.315 DEBUG:teuthology.orchestra.run.smithi087:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-23T16:11:39.316 DEBUG:teuthology.orchestra.run.smithi129:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-23T16:11:39.317 DEBUG:teuthology.orchestra.run.smithi171:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-23T16:11:39.333 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T16:11:39.334 DEBUG:teuthology.orchestra.run.smithi129:> uname -r 2024-04-23T16:11:39.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T16:11:39.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T16:11:39.336 DEBUG:teuthology.orchestra.run.smithi087:> uname -r 2024-04-23T16:11:39.336 DEBUG:teuthology.orchestra.run.smithi171:> uname -r 2024-04-23T16:11:39.392 INFO:teuthology.orchestra.run.smithi129.stdout:5.14.0-437.el9.x86_64 2024-04-23T16:11:39.392 INFO:teuthology.task.kernel:Running kernel on smithi129: 5.14.0-437.el9.x86_64 2024-04-23T16:11:39.392 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum install -y kernel 2024-04-23T16:11:39.393 INFO:teuthology.orchestra.run.smithi171.stdout:5.14.0-437.el9.x86_64 2024-04-23T16:11:39.393 INFO:teuthology.task.kernel:Running kernel on smithi171: 5.14.0-437.el9.x86_64 2024-04-23T16:11:39.394 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum install -y kernel 2024-04-23T16:11:39.395 INFO:teuthology.orchestra.run.smithi087.stdout:5.14.0-437.el9.x86_64 2024-04-23T16:11:39.395 INFO:teuthology.task.kernel:Running kernel on smithi087: 5.14.0-437.el9.x86_64 2024-04-23T16:11:39.395 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum install -y kernel 2024-04-23T16:11:41.641 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.0 MB 00:00 2024-04-23T16:11:42.656 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 9 - BaseOS 4.9 MB/s | 8.0 MB 00:01 2024-04-23T16:11:42.874 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 9 - BaseOS 4.4 MB/s | 8.0 MB 00:01 2024-04-23T16:11:43.416 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - AppStream 26 MB/s | 19 MB 00:00 2024-04-23T16:11:45.791 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 9 - AppStream 10 MB/s | 19 MB 00:01 2024-04-23T16:11:46.873 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 9 - AppStream 6.0 MB/s | 19 MB 00:03 2024-04-23T16:11:47.717 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - CRB 8.2 MB/s | 6.2 MB 00:00 2024-04-23T16:11:49.543 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - Extras packages 34 kB/s | 16 kB 00:00 2024-04-23T16:11:50.108 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 9 - CRB 8.6 MB/s | 6.2 MB 00:00 2024-04-23T16:11:51.842 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 9 - Extras packages 41 kB/s | 16 kB 00:00 2024-04-23T16:11:52.149 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 9 - CRB 3.6 MB/s | 6.2 MB 00:01 2024-04-23T16:11:52.430 INFO:teuthology.orchestra.run.smithi171.stdout:Extra Packages for Enterprise Linux 7.6 MB/s | 21 MB 00:02 2024-04-23T16:11:52.921 INFO:teuthology.orchestra.run.smithi129.stdout:Extra Packages for Enterprise Linux 22 MB/s | 21 MB 00:00 2024-04-23T16:11:53.741 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 9 - Extras packages 70 kB/s | 16 kB 00:00 2024-04-23T16:11:54.659 INFO:teuthology.orchestra.run.smithi087.stdout:Extra Packages for Enterprise Linux 26 MB/s | 21 MB 00:00 2024-04-23T16:11:57.527 INFO:teuthology.orchestra.run.smithi171.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-04-23T16:11:57.969 INFO:teuthology.orchestra.run.smithi129.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-04-23T16:11:59.408 INFO:teuthology.orchestra.run.smithi171.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-23T16:11:59.408 INFO:teuthology.orchestra.run.smithi171.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-23T16:11:59.504 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-23T16:11:59.505 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-04-23T16:11:59.505 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-23T16:11:59.604 DEBUG:teuthology.orchestra.run.smithi171:> echo no | sudo yum reinstall kernel || true 2024-04-23T16:11:59.626 INFO:teuthology.orchestra.run.smithi087.stdout:lab-extras 35 kB/s | 1.7 kB 00:00 2024-04-23T16:11:59.825 INFO:teuthology.orchestra.run.smithi129.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-23T16:11:59.825 INFO:teuthology.orchestra.run.smithi129.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-23T16:11:59.917 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-23T16:11:59.918 INFO:teuthology.orchestra.run.smithi129.stdout:Nothing to do. 2024-04-23T16:11:59.918 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-23T16:12:00.031 DEBUG:teuthology.orchestra.run.smithi129:> echo no | sudo yum reinstall kernel || true 2024-04-23T16:12:00.098 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:00:03 ago on Tue 23 Apr 2024 04:11:57 PM UTC. 2024-04-23T16:12:00.216 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-23T16:12:00.232 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-23T16:12:00.232 INFO:teuthology.orchestra.run.smithi171.stdout: Package Architecture Version Repository Size 2024-04-23T16:12:00.232 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-23T16:12:00.232 INFO:teuthology.orchestra.run.smithi171.stdout:Reinstalling: 2024-04-23T16:12:00.232 INFO:teuthology.orchestra.run.smithi171.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-23T16:12:00.232 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-23T16:12:00.233 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-04-23T16:12:00.233 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-23T16:12:00.233 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-23T16:12:00.233 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 255 k 2024-04-23T16:12:00.233 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 0 2024-04-23T16:12:00.233 INFO:teuthology.orchestra.run.smithi171.stderr:Operation aborted. 2024-04-23T16:12:00.283 INFO:teuthology.orchestra.run.smithi171.stdout:Is this ok [y/N]: 2024-04-23T16:12:00.283 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum reinstall -y kernel || true 2024-04-23T16:12:00.567 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:00:03 ago on Tue 23 Apr 2024 04:11:57 PM UTC. 2024-04-23T16:12:00.686 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-23T16:12:00.702 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-23T16:12:00.702 INFO:teuthology.orchestra.run.smithi129.stdout: Package Architecture Version Repository Size 2024-04-23T16:12:00.702 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-23T16:12:00.702 INFO:teuthology.orchestra.run.smithi129.stdout:Reinstalling: 2024-04-23T16:12:00.702 INFO:teuthology.orchestra.run.smithi129.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-23T16:12:00.702 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:12:00.702 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-04-23T16:12:00.703 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-23T16:12:00.703 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:12:00.703 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 255 k 2024-04-23T16:12:00.703 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 0 2024-04-23T16:12:00.703 INFO:teuthology.orchestra.run.smithi129.stderr:Operation aborted. 2024-04-23T16:12:00.751 INFO:teuthology.orchestra.run.smithi129.stdout:Is this ok [y/N]: 2024-04-23T16:12:00.752 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum reinstall -y kernel || true 2024-04-23T16:12:00.774 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:00:03 ago on Tue 23 Apr 2024 04:11:57 PM UTC. 2024-04-23T16:12:00.891 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-23T16:12:00.892 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-23T16:12:00.892 INFO:teuthology.orchestra.run.smithi171.stdout: Package Architecture Version Repository Size 2024-04-23T16:12:00.893 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-23T16:12:00.893 INFO:teuthology.orchestra.run.smithi171.stdout:Reinstalling: 2024-04-23T16:12:00.893 INFO:teuthology.orchestra.run.smithi171.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-23T16:12:00.893 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-23T16:12:00.893 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-04-23T16:12:00.893 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-23T16:12:00.893 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-23T16:12:00.893 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 255 k 2024-04-23T16:12:00.893 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 0 2024-04-23T16:12:00.893 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-04-23T16:12:01.179 INFO:teuthology.orchestra.run.smithi171.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.5 MB/s | 255 kB 00:00 2024-04-23T16:12:01.179 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-04-23T16:12:01.179 INFO:teuthology.orchestra.run.smithi171.stdout:Total 890 kB/s | 255 kB 00:00 2024-04-23T16:12:01.201 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-04-23T16:12:01.245 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:00:04 ago on Tue 23 Apr 2024 04:11:57 PM UTC. 2024-04-23T16:12:01.361 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-23T16:12:01.362 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-23T16:12:01.362 INFO:teuthology.orchestra.run.smithi129.stdout: Package Architecture Version Repository Size 2024-04-23T16:12:01.362 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-23T16:12:01.362 INFO:teuthology.orchestra.run.smithi129.stdout:Reinstalling: 2024-04-23T16:12:01.362 INFO:teuthology.orchestra.run.smithi129.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-23T16:12:01.363 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:12:01.363 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-04-23T16:12:01.363 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-23T16:12:01.363 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:12:01.363 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 255 k 2024-04-23T16:12:01.363 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 0 2024-04-23T16:12:01.363 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-04-23T16:12:01.384 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-04-23T16:12:01.385 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-04-23T16:12:01.389 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-04-23T16:12:01.390 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-04-23T16:12:01.474 INFO:teuthology.orchestra.run.smithi087.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-23T16:12:01.474 INFO:teuthology.orchestra.run.smithi087.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-23T16:12:01.519 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-04-23T16:12:01.566 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-04-23T16:12:01.566 INFO:teuthology.orchestra.run.smithi087.stdout:Nothing to do. 2024-04-23T16:12:01.567 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-04-23T16:12:01.580 INFO:teuthology.orchestra.run.smithi171.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-23T16:12:01.580 INFO:teuthology.orchestra.run.smithi171.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-23T16:12:01.684 DEBUG:teuthology.orchestra.run.smithi087:> echo no | sudo yum reinstall kernel || true 2024-04-23T16:12:02.183 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:00:03 ago on Tue 23 Apr 2024 04:11:59 PM UTC. 2024-04-23T16:12:02.241 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-23T16:12:02.241 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-23T16:12:02.305 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-04-23T16:12:02.322 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-04-23T16:12:02.322 INFO:teuthology.orchestra.run.smithi087.stdout: Package Architecture Version Repository Size 2024-04-23T16:12:02.322 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-04-23T16:12:02.322 INFO:teuthology.orchestra.run.smithi087.stdout:Reinstalling: 2024-04-23T16:12:02.322 INFO:teuthology.orchestra.run.smithi087.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-23T16:12:02.322 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:12:02.322 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-04-23T16:12:02.322 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-04-23T16:12:02.322 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:12:02.322 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 255 k 2024-04-23T16:12:02.322 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 0 2024-04-23T16:12:02.323 INFO:teuthology.orchestra.run.smithi087.stderr:Operation aborted. 2024-04-23T16:12:02.385 INFO:teuthology.orchestra.run.smithi087.stdout:Is this ok [y/N]: 2024-04-23T16:12:02.385 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum reinstall -y kernel || true 2024-04-23T16:12:02.652 INFO:teuthology.orchestra.run.smithi129.stdout:kernel-5.14.0-437.el9.x86_64.rpm 256 kB/s | 255 kB 00:00 2024-04-23T16:12:02.652 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-04-23T16:12:02.652 INFO:teuthology.orchestra.run.smithi129.stdout:Total 199 kB/s | 255 kB 00:01 2024-04-23T16:12:02.663 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-04-23T16:12:02.844 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-04-23T16:12:02.844 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-04-23T16:12:02.849 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-04-23T16:12:02.850 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-04-23T16:12:02.873 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:00:03 ago on Tue 23 Apr 2024 04:11:59 PM UTC. 2024-04-23T16:12:02.908 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-23T16:12:02.908 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-23T16:12:02.908 INFO:teuthology.orchestra.run.smithi171.stdout:Reinstalled: 2024-04-23T16:12:02.908 INFO:teuthology.orchestra.run.smithi171.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-23T16:12:02.909 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-23T16:12:02.909 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-23T16:12:02.979 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-04-23T16:12:02.989 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-04-23T16:12:02.989 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-04-23T16:12:02.989 INFO:teuthology.orchestra.run.smithi087.stdout: Package Architecture Version Repository Size 2024-04-23T16:12:02.990 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-04-23T16:12:02.990 INFO:teuthology.orchestra.run.smithi087.stdout:Reinstalling: 2024-04-23T16:12:02.990 INFO:teuthology.orchestra.run.smithi087.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-23T16:12:02.990 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:12:02.990 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-04-23T16:12:02.990 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-04-23T16:12:02.990 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:12:02.990 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 255 k 2024-04-23T16:12:02.990 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 0 2024-04-23T16:12:02.990 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2024-04-23T16:12:03.063 INFO:teuthology.orchestra.run.smithi129.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-23T16:12:03.063 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-23T16:12:03.083 DEBUG:teuthology.orchestra.run.smithi171:> rpm -q kernel | sort -rV | head -n 1 2024-04-23T16:12:03.129 INFO:teuthology.orchestra.run.smithi171.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-23T16:12:03.130 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-23T16:12:03.130 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-23T16:12:03.130 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-23T16:12:03.130 DEBUG:teuthology.orchestra.run.smithi171:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-23T16:12:03.156 INFO:teuthology.orchestra.run.smithi171.stdout:ttyS1 2024-04-23T16:12:03.175 DEBUG:teuthology.parallel:result is None 2024-04-23T16:12:03.261 INFO:teuthology.orchestra.run.smithi087.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.2 MB/s | 255 kB 00:00 2024-04-23T16:12:03.261 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-04-23T16:12:03.261 INFO:teuthology.orchestra.run.smithi087.stdout:Total 940 kB/s | 255 kB 00:00 2024-04-23T16:12:03.278 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-04-23T16:12:03.462 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-04-23T16:12:03.463 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-04-23T16:12:03.468 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-04-23T16:12:03.468 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-04-23T16:12:03.598 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-04-23T16:12:03.671 INFO:teuthology.orchestra.run.smithi087.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-23T16:12:03.671 INFO:teuthology.orchestra.run.smithi087.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-23T16:12:03.767 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-23T16:12:03.767 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-23T16:12:04.356 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-23T16:12:04.356 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-23T16:12:04.460 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-23T16:12:04.460 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:12:04.461 INFO:teuthology.orchestra.run.smithi129.stdout:Reinstalled: 2024-04-23T16:12:04.461 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-23T16:12:04.461 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:12:04.461 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-23T16:12:04.624 DEBUG:teuthology.orchestra.run.smithi129:> rpm -q kernel | sort -rV | head -n 1 2024-04-23T16:12:04.670 INFO:teuthology.orchestra.run.smithi129.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-23T16:12:04.671 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-23T16:12:04.671 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-23T16:12:04.671 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-23T16:12:04.671 DEBUG:teuthology.orchestra.run.smithi129:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-23T16:12:04.703 INFO:teuthology.orchestra.run.smithi129.stdout:ttyS1 2024-04-23T16:12:04.722 DEBUG:teuthology.parallel:result is None 2024-04-23T16:12:05.091 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-23T16:12:05.091 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:12:05.092 INFO:teuthology.orchestra.run.smithi087.stdout:Reinstalled: 2024-04-23T16:12:05.092 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-23T16:12:05.092 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:12:05.092 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-04-23T16:12:05.265 DEBUG:teuthology.orchestra.run.smithi087:> rpm -q kernel | sort -rV | head -n 1 2024-04-23T16:12:05.313 INFO:teuthology.orchestra.run.smithi087.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-23T16:12:05.313 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-23T16:12:05.313 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-23T16:12:05.313 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-23T16:12:05.313 DEBUG:teuthology.orchestra.run.smithi087:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-23T16:12:05.347 INFO:teuthology.orchestra.run.smithi087.stdout:ttyS1 2024-04-23T16:12:05.370 DEBUG:teuthology.parallel:result is None 2024-04-23T16:12:05.370 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-23T16:12:05.380 INFO:teuthology.task.internal:Creating test directory... 2024-04-23T16:12:05.380 DEBUG:teuthology.orchestra.run.smithi087:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-23T16:12:05.412 DEBUG:teuthology.orchestra.run.smithi129:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-23T16:12:05.418 DEBUG:teuthology.orchestra.run.smithi171:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-23T16:12:05.436 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-23T16:12:05.448 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-23T16:12:05.462 INFO:teuthology.task.internal:Creating archive directory... 2024-04-23T16:12:05.462 DEBUG:teuthology.orchestra.run.smithi087:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-23T16:12:05.467 DEBUG:teuthology.orchestra.run.smithi129:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-23T16:12:05.477 DEBUG:teuthology.orchestra.run.smithi171:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-23T16:12:05.580 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-23T16:12:05.589 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-23T16:12:05.590 DEBUG:teuthology.orchestra.run.smithi087:> 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 2024-04-23T16:12:05.592 DEBUG:teuthology.orchestra.run.smithi129:> 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 2024-04-23T16:12:05.595 DEBUG:teuthology.orchestra.run.smithi171:> 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 2024-04-23T16:12:05.620 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-23T16:12:05.629 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-23T16:12:05.629 INFO:teuthology.orchestra.run.smithi129.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-23T16:12:05.632 INFO:teuthology.orchestra.run.smithi171.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-23T16:12:05.643 INFO:teuthology.orchestra.run.smithi129.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-23T16:12:05.645 INFO:teuthology.orchestra.run.smithi171.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-23T16:12:05.645 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-23T16:12:05.657 INFO:teuthology.task.internal:Configuring sudo... 2024-04-23T16:12:05.657 DEBUG:teuthology.orchestra.run.smithi087:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-23T16:12:05.674 DEBUG:teuthology.orchestra.run.smithi129:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-23T16:12:05.686 DEBUG:teuthology.orchestra.run.smithi171:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-23T16:12:05.712 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-23T16:12:05.726 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-23T16:12:05.726 DEBUG:teuthology.orchestra.run.smithi087:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-23T16:12:05.738 DEBUG:teuthology.orchestra.run.smithi129:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-23T16:12:05.752 DEBUG:teuthology.orchestra.run.smithi171:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-23T16:12:05.768 DEBUG:teuthology.orchestra.run.smithi087:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-23T16:12:05.834 DEBUG:teuthology.orchestra.run.smithi087:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-23T16:12:05.881 DEBUG:teuthology.orchestra.run.smithi087:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-23T16:12:05.967 DEBUG:teuthology.orchestra.run.smithi087:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-23T16:12:06.006 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-23T16:12:06.006 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-23T16:12:06.069 DEBUG:teuthology.orchestra.run.smithi129:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-23T16:12:06.114 DEBUG:teuthology.orchestra.run.smithi129:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-23T16:12:06.163 DEBUG:teuthology.orchestra.run.smithi129:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-23T16:12:06.248 DEBUG:teuthology.orchestra.run.smithi129:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-23T16:12:06.291 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-04-23T16:12:06.291 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-23T16:12:06.359 DEBUG:teuthology.orchestra.run.smithi171:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-23T16:12:06.409 DEBUG:teuthology.orchestra.run.smithi171:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-23T16:12:06.466 DEBUG:teuthology.orchestra.run.smithi171:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-23T16:12:06.550 DEBUG:teuthology.orchestra.run.smithi171:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-23T16:12:06.594 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-04-23T16:12:06.594 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-23T16:12:06.660 DEBUG:teuthology.orchestra.run.smithi087:> sudo service rsyslog restart 2024-04-23T16:12:06.662 DEBUG:teuthology.orchestra.run.smithi129:> sudo service rsyslog restart 2024-04-23T16:12:06.665 DEBUG:teuthology.orchestra.run.smithi171:> sudo service rsyslog restart 2024-04-23T16:12:06.696 INFO:teuthology.orchestra.run.smithi087.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-23T16:12:06.699 INFO:teuthology.orchestra.run.smithi129.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-23T16:12:06.744 INFO:teuthology.orchestra.run.smithi171.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-23T16:12:07.126 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-23T16:12:07.133 INFO:teuthology.task.internal:Starting timer... 2024-04-23T16:12:07.133 INFO:teuthology.run_tasks:Running task pcp... 2024-04-23T16:12:07.150 INFO:teuthology.run_tasks:Running task selinux... 2024-04-23T16:12:07.163 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-23T16:12:07.164 DEBUG:teuthology.orchestra.run.smithi087:> sudo service auditd rotate 2024-04-23T16:12:07.219 INFO:teuthology.orchestra.run.smithi087.stdout:Rotating logs: 2024-04-23T16:12:07.220 DEBUG:teuthology.orchestra.run.smithi129:> sudo service auditd rotate 2024-04-23T16:12:07.275 INFO:teuthology.orchestra.run.smithi129.stdout:Rotating logs: 2024-04-23T16:12:07.277 DEBUG:teuthology.orchestra.run.smithi171:> sudo service auditd rotate 2024-04-23T16:12:07.331 INFO:teuthology.orchestra.run.smithi171.stdout:Rotating logs: 2024-04-23T16:12:07.332 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-23T16:12:07.333 DEBUG:teuthology.orchestra.run.smithi087:> /usr/sbin/getenforce 2024-04-23T16:12:07.356 INFO:teuthology.orchestra.run.smithi087.stdout:Permissive 2024-04-23T16:12:07.356 DEBUG:teuthology.orchestra.run.smithi129:> /usr/sbin/getenforce 2024-04-23T16:12:07.375 INFO:teuthology.orchestra.run.smithi129.stdout:Permissive 2024-04-23T16:12:07.375 DEBUG:teuthology.orchestra.run.smithi171:> /usr/sbin/getenforce 2024-04-23T16:12:07.410 INFO:teuthology.orchestra.run.smithi171.stdout:Permissive 2024-04-23T16:12:07.411 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi087.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi129.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi171.front.sepia.ceph.com': 'permissive'} 2024-04-23T16:12:07.411 DEBUG:teuthology.orchestra.run.smithi087:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-23T16:12:07.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T16:12:07.437 DEBUG:teuthology.orchestra.run.smithi129:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-23T16:12:07.463 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T16:12:07.463 DEBUG:teuthology.orchestra.run.smithi171:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-23T16:12:07.491 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T16:12:07.491 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-23T16:12:07.492 DEBUG:teuthology.orchestra.run.smithi087:> sudo /usr/sbin/setenforce permissive 2024-04-23T16:12:07.516 DEBUG:teuthology.orchestra.run.smithi129:> sudo /usr/sbin/setenforce permissive 2024-04-23T16:12:07.541 DEBUG:teuthology.orchestra.run.smithi171:> sudo /usr/sbin/setenforce permissive 2024-04-23T16:12:07.605 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-23T16:12:07.615 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-23T16:12:07.646 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'}]}] 2024-04-23T16:12:07.648 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi087.front.sepia.ceph.com,smithi129.front.sepia.ceph.com,smithi171.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-23T16:15:44.139 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi087.front.sepia.ceph.com'), Remote(name='ubuntu@smithi129.front.sepia.ceph.com'), Remote(name='ubuntu@smithi171.front.sepia.ceph.com')] 2024-04-23T16:15:44.140 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-04-23T16:15:44.141 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T16:15:44.218 DEBUG:teuthology.orchestra.run.smithi087:> true 2024-04-23T16:15:44.297 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-04-23T16:15:44.297 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-04-23T16:15:44.298 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T16:15:44.371 DEBUG:teuthology.orchestra.run.smithi129:> true 2024-04-23T16:15:44.450 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-04-23T16:15:44.450 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-04-23T16:15:44.451 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-23T16:15:44.525 DEBUG:teuthology.orchestra.run.smithi171:> true 2024-04-23T16:15:44.607 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-04-23T16:15:44.608 INFO:teuthology.run_tasks:Running task clock... 2024-04-23T16:15:44.618 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-23T16:15:44.619 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-23T16:15:44.619 DEBUG:teuthology.orchestra.run.smithi087:> 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 2024-04-23T16:15:44.621 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-23T16:15:44.621 DEBUG:teuthology.orchestra.run.smithi129:> 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 2024-04-23T16:15:44.624 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-23T16:15:44.624 DEBUG:teuthology.orchestra.run.smithi171:> 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 2024-04-23T16:15:44.649 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-23T16:15:44.652 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-23T16:15:44.662 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-23T16:15:44.665 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-23T16:15:44.679 INFO:teuthology.orchestra.run.smithi171.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-23T16:15:44.684 INFO:teuthology.orchestra.run.smithi087.stderr:sudo: ntpd: command not found 2024-04-23T16:15:44.689 INFO:teuthology.orchestra.run.smithi129.stderr:sudo: ntpd: command not found 2024-04-23T16:15:44.694 INFO:teuthology.orchestra.run.smithi171.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-23T16:15:44.695 INFO:teuthology.orchestra.run.smithi087.stdout:506 Cannot talk to daemon 2024-04-23T16:15:44.699 INFO:teuthology.orchestra.run.smithi129.stdout:506 Cannot talk to daemon 2024-04-23T16:15:44.708 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-23T16:15:44.712 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-23T16:15:44.719 INFO:teuthology.orchestra.run.smithi171.stderr:sudo: ntpd: command not found 2024-04-23T16:15:44.721 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-23T16:15:44.726 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-23T16:15:44.730 INFO:teuthology.orchestra.run.smithi171.stdout:506 Cannot talk to daemon 2024-04-23T16:15:44.744 INFO:teuthology.orchestra.run.smithi171.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-23T16:15:44.757 INFO:teuthology.orchestra.run.smithi171.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-23T16:15:44.772 INFO:teuthology.orchestra.run.smithi087.stderr:bash: line 1: ntpq: command not found 2024-04-23T16:15:44.775 INFO:teuthology.orchestra.run.smithi087.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-23T16:15:44.775 INFO:teuthology.orchestra.run.smithi087.stdout:=============================================================================== 2024-04-23T16:15:44.775 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T16:15:44.776 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T16:15:44.776 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T16:15:44.776 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T16:15:44.779 INFO:teuthology.orchestra.run.smithi129.stderr:bash: line 1: ntpq: command not found 2024-04-23T16:15:44.783 INFO:teuthology.orchestra.run.smithi129.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-23T16:15:44.783 INFO:teuthology.orchestra.run.smithi129.stdout:=============================================================================== 2024-04-23T16:15:44.783 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T16:15:44.783 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T16:15:44.783 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T16:15:44.783 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T16:15:44.813 INFO:teuthology.orchestra.run.smithi171.stderr:bash: line 1: ntpq: command not found 2024-04-23T16:15:44.817 INFO:teuthology.orchestra.run.smithi171.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-23T16:15:44.817 INFO:teuthology.orchestra.run.smithi171.stdout:=============================================================================== 2024-04-23T16:15:44.817 INFO:teuthology.orchestra.run.smithi171.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T16:15:44.817 INFO:teuthology.orchestra.run.smithi171.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T16:15:44.817 INFO:teuthology.orchestra.run.smithi171.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T16:15:44.817 INFO:teuthology.orchestra.run.smithi171.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T16:15:44.818 INFO:teuthology.run_tasks:Running task install... 2024-04-23T16:15:44.829 DEBUG:teuthology.task.install:project ceph 2024-04-23T16:15:44.829 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '5d349943c59c9485df060d6adb0594f3940ec0eb'}} 2024-04-23T16:15:44.829 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '5d349943c59c9485df060d6adb0594f3940ec0eb'} 2024-04-23T16:15:44.829 INFO:teuthology.task.install:Using flavor: default 2024-04-23T16:15:44.835 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']} 2024-04-23T16:15:44.835 INFO:teuthology.task.install:extra packages: [] 2024-04-23T16:15:44.836 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': '5d349943c59c9485df060d6adb0594f3940ec0eb', 'tag': None, 'wait_for_package': False} 2024-04-23T16:15:44.836 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5d349943c59c9485df060d6adb0594f3940ec0eb 2024-04-23T16:15:44.839 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': '5d349943c59c9485df060d6adb0594f3940ec0eb', 'tag': None, 'wait_for_package': False} 2024-04-23T16:15:44.839 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5d349943c59c9485df060d6adb0594f3940ec0eb 2024-04-23T16:15:44.840 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': '5d349943c59c9485df060d6adb0594f3940ec0eb', 'tag': None, 'wait_for_package': False} 2024-04-23T16:15:44.840 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5d349943c59c9485df060d6adb0594f3940ec0eb 2024-04-23T16:15:45.003 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/ 2024-04-23T16:15:45.003 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3211.g5d349943 2024-04-23T16:15:45.079 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/ 2024-04-23T16:15:45.079 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3211.g5d349943 2024-04-23T16:15:45.082 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/ 2024-04-23T16:15:45.083 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3211.g5d349943 2024-04-23T16:15:45.287 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-23T16:15:45.287 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-04-23T16:15:45.287 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-23T16:15:45.312 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 2024-04-23T16:15:45.312 DEBUG:teuthology.orchestra.run.smithi129:> 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/5d349943c59c9485df060d6adb0594f3940ec0eb/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-23T16:15:45.371 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-23T16:15:45.371 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-23T16:15:45.371 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-23T16:15:45.377 DEBUG:teuthology.orchestra.run.smithi129:> 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 2024-04-23T16:15:45.397 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 2024-04-23T16:15:45.397 DEBUG:teuthology.orchestra.run.smithi087:> 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/5d349943c59c9485df060d6adb0594f3940ec0eb/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-23T16:15:45.446 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-23T16:15:45.446 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-04-23T16:15:45.446 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-23T16:15:45.451 DEBUG:teuthology.orchestra.run.smithi129:> 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 2024-04-23T16:15:45.463 DEBUG:teuthology.orchestra.run.smithi087:> 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 2024-04-23T16:15:45.474 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 2024-04-23T16:15:45.474 DEBUG:teuthology.orchestra.run.smithi171:> 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/5d349943c59c9485df060d6adb0594f3940ec0eb/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-23T16:15:45.514 INFO:teuthology.orchestra.run.smithi129.stdout:check_obsoletes = 1 2024-04-23T16:15:45.516 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum clean all 2024-04-23T16:15:45.536 DEBUG:teuthology.orchestra.run.smithi087:> 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 2024-04-23T16:15:45.542 DEBUG:teuthology.orchestra.run.smithi171:> 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 2024-04-23T16:15:45.598 INFO:teuthology.orchestra.run.smithi087.stdout:check_obsoletes = 1 2024-04-23T16:15:45.600 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum clean all 2024-04-23T16:15:45.617 DEBUG:teuthology.orchestra.run.smithi171:> 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 2024-04-23T16:15:45.682 INFO:teuthology.orchestra.run.smithi171.stdout:check_obsoletes = 1 2024-04-23T16:15:45.683 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum clean all 2024-04-23T16:15:45.743 INFO:teuthology.orchestra.run.smithi129.stdout:48 files removed 2024-04-23T16:15:45.770 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install ceph-radosgw 2024-04-23T16:15:45.823 INFO:teuthology.orchestra.run.smithi087.stdout:48 files removed 2024-04-23T16:15:45.849 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install ceph-radosgw 2024-04-23T16:15:45.910 INFO:teuthology.orchestra.run.smithi171.stdout:48 files removed 2024-04-23T16:15:45.936 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-radosgw 2024-04-23T16:15:46.481 INFO:teuthology.orchestra.run.smithi129.stdout:ceph packages for x86_64 184 kB/s | 83 kB 00:00 2024-04-23T16:15:46.575 INFO:teuthology.orchestra.run.smithi087.stdout:ceph packages for x86_64 178 kB/s | 83 kB 00:00 2024-04-23T16:15:47.006 INFO:teuthology.orchestra.run.smithi129.stdout:ceph noarch packages 35 kB/s | 17 kB 00:00 2024-04-23T16:15:47.484 INFO:teuthology.orchestra.run.smithi087.stdout:ceph noarch packages 19 kB/s | 17 kB 00:00 2024-04-23T16:15:47.717 INFO:teuthology.orchestra.run.smithi171.stdout:ceph packages for x86_64 55 kB/s | 83 kB 00:01 2024-04-23T16:15:47.790 INFO:teuthology.orchestra.run.smithi129.stdout:ceph source packages 3.1 kB/s | 2.3 kB 00:00 2024-04-23T16:15:47.951 INFO:teuthology.orchestra.run.smithi087.stdout:ceph source packages 5.4 kB/s | 2.3 kB 00:00 2024-04-23T16:15:48.167 INFO:teuthology.orchestra.run.smithi171.stdout:ceph noarch packages 42 kB/s | 17 kB 00:00 2024-04-23T16:15:48.493 INFO:teuthology.orchestra.run.smithi171.stdout:ceph source packages 8.1 kB/s | 2.3 kB 00:00 2024-04-23T16:15:48.745 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.0 MB 00:00 2024-04-23T16:15:49.682 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 9 - BaseOS 4.3 MB/s | 8.0 MB 00:01 2024-04-23T16:15:49.920 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - BaseOS 5.8 MB/s | 8.0 MB 00:01 2024-04-23T16:15:52.533 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 9 - AppStream 11 MB/s | 19 MB 00:01 2024-04-23T16:15:52.687 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - AppStream 11 MB/s | 19 MB 00:01 2024-04-23T16:15:52.928 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 9 - AppStream 6.1 MB/s | 19 MB 00:03 2024-04-23T16:15:57.512 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 9 - CRB 5.9 MB/s | 6.2 MB 00:01 2024-04-23T16:15:57.767 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 9 - CRB 3.7 MB/s | 6.2 MB 00:01 2024-04-23T16:15:59.264 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 9 - Extras packages 26 kB/s | 16 kB 00:00 2024-04-23T16:15:59.477 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 9 - Extras packages 29 kB/s | 16 kB 00:00 2024-04-23T16:16:01.111 INFO:teuthology.orchestra.run.smithi129.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-04-23T16:16:01.166 INFO:teuthology.orchestra.run.smithi087.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-04-23T16:16:04.454 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - CRB 776 kB/s | 6.2 MB 00:08 2024-04-23T16:16:06.181 INFO:teuthology.orchestra.run.smithi087.stdout:lab-extras 41 kB/s | 1.7 kB 00:00 2024-04-23T16:16:06.194 INFO:teuthology.orchestra.run.smithi129.stdout:lab-extras 21 kB/s | 1.7 kB 00:00 2024-04-23T16:16:06.440 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - Extras packages 19 kB/s | 16 kB 00:00 2024-04-23T16:16:08.288 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-04-23T16:16:08.290 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-04-23T16:16:08.290 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repository Size 2024-04-23T16:16:08.290 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-04-23T16:16:08.290 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2024-04-23T16:16:08.290 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-radosgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 11 M 2024-04-23T16:16:08.290 INFO:teuthology.orchestra.run.smithi087.stdout:Upgrading: 2024-04-23T16:16:08.291 INFO:teuthology.orchestra.run.smithi087.stdout: librados2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.4 M 2024-04-23T16:16:08.291 INFO:teuthology.orchestra.run.smithi087.stdout: librbd1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.1 M 2024-04-23T16:16:08.291 INFO:teuthology.orchestra.run.smithi087.stdout:Installing dependencies: 2024-04-23T16:16:08.291 INFO:teuthology.orchestra.run.smithi087.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-23T16:16:08.291 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-base x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-23T16:16:08.291 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 21 M 2024-04-23T16:16:08.291 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-selinux x86_64 2:19.0.0-3211.g5d349943.el7 ceph 25 k 2024-04-23T16:16:08.291 INFO:teuthology.orchestra.run.smithi087.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-23T16:16:08.291 INFO:teuthology.orchestra.run.smithi087.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-23T16:16:08.291 INFO:teuthology.orchestra.run.smithi087.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-23T16:16:08.291 INFO:teuthology.orchestra.run.smithi087.stdout: libcephfs2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 748 k 2024-04-23T16:16:08.291 INFO:teuthology.orchestra.run.smithi087.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-23T16:16:08.291 INFO:teuthology.orchestra.run.smithi087.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-23T16:16:08.291 INFO:teuthology.orchestra.run.smithi087.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-23T16:16:08.292 INFO:teuthology.orchestra.run.smithi087.stdout: libradosstriper1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 501 k 2024-04-23T16:16:08.292 INFO:teuthology.orchestra.run.smithi087.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-23T16:16:08.292 INFO:teuthology.orchestra.run.smithi087.stdout: librgw2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-23T16:16:08.292 INFO:teuthology.orchestra.run.smithi087.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-23T16:16:08.292 INFO:teuthology.orchestra.run.smithi087.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-23T16:16:08.292 INFO:teuthology.orchestra.run.smithi087.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-23T16:16:08.292 INFO:teuthology.orchestra.run.smithi087.stdout: python3-ceph-argparse x86_64 2:19.0.0-3211.g5d349943.el7 ceph 45 k 2024-04-23T16:16:08.292 INFO:teuthology.orchestra.run.smithi087.stdout: python3-ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 135 k 2024-04-23T16:16:08.292 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cephfs x86_64 2:19.0.0-3211.g5d349943.el7 ceph 161 k 2024-04-23T16:16:08.292 INFO:teuthology.orchestra.run.smithi087.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-23T16:16:08.292 INFO:teuthology.orchestra.run.smithi087.stdout: python3-rados x86_64 2:19.0.0-3211.g5d349943.el7 ceph 321 k 2024-04-23T16:16:08.292 INFO:teuthology.orchestra.run.smithi087.stdout: python3-rbd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 298 k 2024-04-23T16:16:08.292 INFO:teuthology.orchestra.run.smithi087.stdout: python3-rgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 99 k 2024-04-23T16:16:08.292 INFO:teuthology.orchestra.run.smithi087.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-23T16:16:08.292 INFO:teuthology.orchestra.run.smithi087.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-23T16:16:08.292 INFO:teuthology.orchestra.run.smithi087.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-23T16:16:08.293 INFO:teuthology.orchestra.run.smithi087.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-23T16:16:08.293 INFO:teuthology.orchestra.run.smithi087.stdout:Installing weak dependencies: 2024-04-23T16:16:08.293 INFO:teuthology.orchestra.run.smithi087.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-23T16:16:08.293 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:16:08.293 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-04-23T16:16:08.293 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-04-23T16:16:08.293 INFO:teuthology.orchestra.run.smithi087.stdout:Install 30 Packages 2024-04-23T16:16:08.293 INFO:teuthology.orchestra.run.smithi087.stdout:Upgrade 2 Packages 2024-04-23T16:16:08.293 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:16:08.293 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 60 M 2024-04-23T16:16:08.294 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2024-04-23T16:16:08.322 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-23T16:16:08.325 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-23T16:16:08.325 INFO:teuthology.orchestra.run.smithi129.stdout: Package Arch Version Repository Size 2024-04-23T16:16:08.325 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-23T16:16:08.325 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2024-04-23T16:16:08.325 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-radosgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 11 M 2024-04-23T16:16:08.325 INFO:teuthology.orchestra.run.smithi129.stdout:Upgrading: 2024-04-23T16:16:08.325 INFO:teuthology.orchestra.run.smithi129.stdout: librados2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.4 M 2024-04-23T16:16:08.325 INFO:teuthology.orchestra.run.smithi129.stdout: librbd1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.1 M 2024-04-23T16:16:08.325 INFO:teuthology.orchestra.run.smithi129.stdout:Installing dependencies: 2024-04-23T16:16:08.325 INFO:teuthology.orchestra.run.smithi129.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-23T16:16:08.326 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-base x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-23T16:16:08.326 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 21 M 2024-04-23T16:16:08.326 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-selinux x86_64 2:19.0.0-3211.g5d349943.el7 ceph 25 k 2024-04-23T16:16:08.326 INFO:teuthology.orchestra.run.smithi129.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-23T16:16:08.326 INFO:teuthology.orchestra.run.smithi129.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-23T16:16:08.326 INFO:teuthology.orchestra.run.smithi129.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-23T16:16:08.326 INFO:teuthology.orchestra.run.smithi129.stdout: libcephfs2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 748 k 2024-04-23T16:16:08.326 INFO:teuthology.orchestra.run.smithi129.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-23T16:16:08.326 INFO:teuthology.orchestra.run.smithi129.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-23T16:16:08.326 INFO:teuthology.orchestra.run.smithi129.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-23T16:16:08.326 INFO:teuthology.orchestra.run.smithi129.stdout: libradosstriper1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 501 k 2024-04-23T16:16:08.326 INFO:teuthology.orchestra.run.smithi129.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-23T16:16:08.327 INFO:teuthology.orchestra.run.smithi129.stdout: librgw2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-23T16:16:08.327 INFO:teuthology.orchestra.run.smithi129.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-23T16:16:08.327 INFO:teuthology.orchestra.run.smithi129.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-23T16:16:08.327 INFO:teuthology.orchestra.run.smithi129.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-23T16:16:08.327 INFO:teuthology.orchestra.run.smithi129.stdout: python3-ceph-argparse x86_64 2:19.0.0-3211.g5d349943.el7 ceph 45 k 2024-04-23T16:16:08.327 INFO:teuthology.orchestra.run.smithi129.stdout: python3-ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 135 k 2024-04-23T16:16:08.327 INFO:teuthology.orchestra.run.smithi129.stdout: python3-cephfs x86_64 2:19.0.0-3211.g5d349943.el7 ceph 161 k 2024-04-23T16:16:08.327 INFO:teuthology.orchestra.run.smithi129.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-23T16:16:08.327 INFO:teuthology.orchestra.run.smithi129.stdout: python3-rados x86_64 2:19.0.0-3211.g5d349943.el7 ceph 321 k 2024-04-23T16:16:08.327 INFO:teuthology.orchestra.run.smithi129.stdout: python3-rbd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 298 k 2024-04-23T16:16:08.327 INFO:teuthology.orchestra.run.smithi129.stdout: python3-rgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 99 k 2024-04-23T16:16:08.327 INFO:teuthology.orchestra.run.smithi129.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-23T16:16:08.327 INFO:teuthology.orchestra.run.smithi129.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-23T16:16:08.327 INFO:teuthology.orchestra.run.smithi129.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-23T16:16:08.328 INFO:teuthology.orchestra.run.smithi129.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-23T16:16:08.328 INFO:teuthology.orchestra.run.smithi129.stdout:Installing weak dependencies: 2024-04-23T16:16:08.328 INFO:teuthology.orchestra.run.smithi129.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-23T16:16:08.328 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:16:08.328 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-04-23T16:16:08.328 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-23T16:16:08.328 INFO:teuthology.orchestra.run.smithi129.stdout:Install 30 Packages 2024-04-23T16:16:08.328 INFO:teuthology.orchestra.run.smithi129.stdout:Upgrade 2 Packages 2024-04-23T16:16:08.328 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:16:08.329 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 60 M 2024-04-23T16:16:08.329 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-04-23T16:16:09.665 INFO:teuthology.orchestra.run.smithi087.stdout:(1/32): ceph-radosgw-19.0.0-3211.g5d349943.el7. 12 MB/s | 11 MB 00:00 2024-04-23T16:16:09.707 INFO:teuthology.orchestra.run.smithi087.stdout:(2/32): ceph-selinux-19.0.0-3211.g5d349943.el7. 609 kB/s | 25 kB 00:00 2024-04-23T16:16:09.841 INFO:teuthology.orchestra.run.smithi087.stdout:(3/32): libcephfs2-19.0.0-3211.g5d349943.el7.x8 5.5 MB/s | 748 kB 00:00 2024-04-23T16:16:09.949 INFO:teuthology.orchestra.run.smithi087.stdout:(4/32): libradosstriper1-19.0.0-3211.g5d349943. 4.5 MB/s | 501 kB 00:00 2024-04-23T16:16:11.016 INFO:teuthology.orchestra.run.smithi087.stdout:(5/32): librgw2-19.0.0-3211.g5d349943.el7.x86_6 5.0 MB/s | 5.4 MB 00:01 2024-04-23T16:16:11.066 INFO:teuthology.orchestra.run.smithi087.stdout:(6/32): python3-ceph-argparse-19.0.0-3211.g5d34 908 kB/s | 45 kB 00:00 2024-04-23T16:16:11.103 INFO:teuthology.orchestra.run.smithi129.stdout:(1/32): ceph-radosgw-19.0.0-3211.g5d349943.el7. 4.7 MB/s | 11 MB 00:02 2024-04-23T16:16:11.125 INFO:teuthology.orchestra.run.smithi087.stdout:(7/32): python3-ceph-common-19.0.0-3211.g5d3499 2.3 MB/s | 135 kB 00:00 2024-04-23T16:16:11.162 INFO:teuthology.orchestra.run.smithi129.stdout:(2/32): ceph-selinux-19.0.0-3211.g5d349943.el7. 433 kB/s | 25 kB 00:00 2024-04-23T16:16:11.192 INFO:teuthology.orchestra.run.smithi087.stdout:(8/32): python3-cephfs-19.0.0-3211.g5d349943.el 2.4 MB/s | 161 kB 00:00 2024-04-23T16:16:11.275 INFO:teuthology.orchestra.run.smithi087.stdout:(9/32): python3-rados-19.0.0-3211.g5d349943.el7 3.8 MB/s | 321 kB 00:00 2024-04-23T16:16:11.329 INFO:teuthology.orchestra.run.smithi129.stdout:(3/32): libcephfs2-19.0.0-3211.g5d349943.el7.x8 4.4 MB/s | 748 kB 00:00 2024-04-23T16:16:11.351 INFO:teuthology.orchestra.run.smithi087.stdout:(10/32): python3-rbd-19.0.0-3211.g5d349943.el7. 3.9 MB/s | 298 kB 00:00 2024-04-23T16:16:11.401 INFO:teuthology.orchestra.run.smithi087.stdout:(11/32): python3-rgw-19.0.0-3211.g5d349943.el7. 1.9 MB/s | 99 kB 00:00 2024-04-23T16:16:11.630 INFO:teuthology.orchestra.run.smithi129.stdout:(4/32): ceph-common-19.0.0-3211.g5d349943.el7.x 7.6 MB/s | 21 MB 00:02 2024-04-23T16:16:11.663 INFO:teuthology.orchestra.run.smithi129.stdout:(5/32): libradosstriper1-19.0.0-3211.g5d349943. 1.5 MB/s | 501 kB 00:00 2024-04-23T16:16:11.685 INFO:teuthology.orchestra.run.smithi087.stdout:(12/32): ceph-base-19.0.0-3211.g5d349943.el7.x8 1.8 MB/s | 5.4 MB 00:02 2024-04-23T16:16:11.705 INFO:teuthology.orchestra.run.smithi129.stdout:(6/32): python3-ceph-argparse-19.0.0-3211.g5d34 1.1 MB/s | 45 kB 00:00 2024-04-23T16:16:11.709 INFO:teuthology.orchestra.run.smithi087.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 346 kB/s | 107 kB 00:00 2024-04-23T16:16:11.763 INFO:teuthology.orchestra.run.smithi129.stdout:(7/32): python3-ceph-common-19.0.0-3211.g5d3499 2.3 MB/s | 135 kB 00:00 2024-04-23T16:16:11.777 INFO:teuthology.orchestra.run.smithi087.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 679 kB/s | 45 kB 00:00 2024-04-23T16:16:11.822 INFO:teuthology.orchestra.run.smithi129.stdout:(8/32): python3-cephfs-19.0.0-3211.g5d349943.el 2.7 MB/s | 161 kB 00:00 2024-04-23T16:16:11.889 INFO:teuthology.orchestra.run.smithi129.stdout:(9/32): python3-rados-19.0.0-3211.g5d349943.el7 4.7 MB/s | 321 kB 00:00 2024-04-23T16:16:11.952 INFO:teuthology.orchestra.run.smithi087.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 600 kB/s | 160 kB 00:00 2024-04-23T16:16:11.989 INFO:teuthology.orchestra.run.smithi129.stdout:(10/32): librgw2-19.0.0-3211.g5d349943.el7.x86_ 15 MB/s | 5.4 MB 00:00 2024-04-23T16:16:12.019 INFO:teuthology.orchestra.run.smithi087.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 2.7 MB/s | 662 kB 00:00 2024-04-23T16:16:12.056 INFO:teuthology.orchestra.run.smithi129.stdout:(11/32): ceph-base-19.0.0-3211.g5d349943.el7.x8 1.7 MB/s | 5.4 MB 00:03 2024-04-23T16:16:12.061 INFO:teuthology.orchestra.run.smithi087.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 1.0 MB/s | 42 kB 00:00 2024-04-23T16:16:12.081 INFO:teuthology.orchestra.run.smithi129.stdout:(12/32): python3-rgw-19.0.0-3211.g5d349943.el7. 1.1 MB/s | 99 kB 00:00 2024-04-23T16:16:12.086 INFO:teuthology.orchestra.run.smithi087.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.1 MB/s | 292 kB 00:00 2024-04-23T16:16:12.106 INFO:teuthology.orchestra.run.smithi129.stdout:(13/32): python3-rbd-19.0.0-3211.g5d349943.el7. 1.3 MB/s | 298 kB 00:00 2024-04-23T16:16:12.128 INFO:teuthology.orchestra.run.smithi087.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 3.2 MB/s | 221 kB 00:00 2024-04-23T16:16:12.153 INFO:teuthology.orchestra.run.smithi087.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 537 kB/s | 36 kB 00:00 2024-04-23T16:16:12.178 INFO:teuthology.orchestra.run.smithi087.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 945 kB/s | 47 kB 00:00 2024-04-23T16:16:12.629 INFO:teuthology.orchestra.run.smithi087.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 650 kB/s | 309 kB 00:00 2024-04-23T16:16:12.721 INFO:teuthology.orchestra.run.smithi087.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 284 kB/s | 26 kB 00:00 2024-04-23T16:16:12.796 INFO:teuthology.orchestra.run.smithi087.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 648 kB/s | 49 kB 00:00 2024-04-23T16:16:12.832 INFO:teuthology.orchestra.run.smithi129.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 62 kB/s | 45 kB 00:00 2024-04-23T16:16:12.879 INFO:teuthology.orchestra.run.smithi087.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 810 kB/s | 67 kB 00:00 2024-04-23T16:16:12.898 INFO:teuthology.orchestra.run.smithi129.stdout:(15/32): boost-program-options-1.75.0-8.el9.x86 127 kB/s | 107 kB 00:00 2024-04-23T16:16:13.099 INFO:teuthology.orchestra.run.smithi129.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 157 kB/s | 160 kB 00:01 2024-04-23T16:16:13.297 INFO:teuthology.orchestra.run.smithi087.stdout:(26/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.0 MB/s | 838 kB 00:00 2024-04-23T16:16:13.413 INFO:teuthology.orchestra.run.smithi087.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 1.6 MB/s | 192 kB 00:00 2024-04-23T16:16:13.816 INFO:teuthology.orchestra.run.smithi129.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 61 kB/s | 42 kB 00:00 2024-04-23T16:16:13.930 INFO:teuthology.orchestra.run.smithi087.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 2.5 MB/s | 4.4 MB 00:01 2024-04-23T16:16:13.949 INFO:teuthology.orchestra.run.smithi129.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 278 kB/s | 292 kB 00:01 2024-04-23T16:16:13.972 INFO:teuthology.orchestra.run.smithi087.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 2.8 MB/s | 1.6 MB 00:00 2024-04-23T16:16:14.326 INFO:teuthology.orchestra.run.smithi087.stdout:(30/32): librbd1-19.0.0-3211.g5d349943.el7.x86_ 9.0 MB/s | 3.1 MB 00:00 2024-04-23T16:16:14.425 INFO:teuthology.orchestra.run.smithi129.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 416 kB/s | 662 kB 00:01 2024-04-23T16:16:14.558 INFO:teuthology.orchestra.run.smithi129.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 59 kB/s | 36 kB 00:00 2024-04-23T16:16:14.564 INFO:teuthology.orchestra.run.smithi087.stdout:(31/32): librados2-19.0.0-3211.g5d349943.el7.x8 5.4 MB/s | 3.4 MB 00:00 2024-04-23T16:16:14.767 INFO:teuthology.orchestra.run.smithi129.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 232 kB/s | 221 kB 00:00 2024-04-23T16:16:15.075 INFO:teuthology.orchestra.run.smithi129.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 598 kB/s | 309 kB 00:00 2024-04-23T16:16:15.101 INFO:teuthology.orchestra.run.smithi129.stdout:(23/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 70 kB/s | 47 kB 00:00 2024-04-23T16:16:15.273 INFO:teuthology.orchestra.run.smithi087.stdout:(32/32): ceph-common-19.0.0-3211.g5d349943.el7. 3.3 MB/s | 21 MB 00:06 2024-04-23T16:16:15.276 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-04-23T16:16:15.276 INFO:teuthology.orchestra.run.smithi087.stdout:Total 8.6 MB/s | 60 MB 00:06 2024-04-23T16:16:15.343 INFO:teuthology.orchestra.run.smithi129.stdout:(24/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 98 kB/s | 26 kB 00:00 2024-04-23T16:16:15.375 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-04-23T16:16:15.412 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-04-23T16:16:15.412 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-04-23T16:16:15.451 INFO:teuthology.orchestra.run.smithi129.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 139 kB/s | 49 kB 00:00 2024-04-23T16:16:15.627 INFO:teuthology.orchestra.run.smithi129.stdout:(26/32): libarrow-9.0.0-10.el9.x86_64.rpm 5.1 MB/s | 4.4 MB 00:00 2024-04-23T16:16:15.694 INFO:teuthology.orchestra.run.smithi129.stdout:(27/32): libunwind-1.6.2-1.el9.x86_64.rpm 192 kB/s | 67 kB 00:00 2024-04-23T16:16:15.877 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-04-23T16:16:15.878 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-04-23T16:16:16.061 INFO:teuthology.orchestra.run.smithi129.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 442 kB/s | 192 kB 00:00 2024-04-23T16:16:16.129 INFO:teuthology.orchestra.run.smithi129.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 1.2 MB/s | 838 kB 00:00 2024-04-23T16:16:16.403 INFO:teuthology.orchestra.run.smithi129.stdout:(30/32): librbd1-19.0.0-3211.g5d349943.el7.x86_ 11 MB/s | 3.1 MB 00:00 2024-04-23T16:16:16.445 INFO:teuthology.orchestra.run.smithi129.stdout:(31/32): thrift-0.15.0-2.el9.x86_64.rpm 2.1 MB/s | 1.6 MB 00:00 2024-04-23T16:16:17.343 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-04-23T16:16:17.441 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-23T16:16:17.510 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-23T16:16:17.539 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-23T16:16:17.574 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-23T16:16:17.593 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-23T16:16:17.703 INFO:teuthology.orchestra.run.smithi129.stdout:(32/32): librados2-19.0.0-3211.g5d349943.el7.x8 2.1 MB/s | 3.4 MB 00:01 2024-04-23T16:16:17.707 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-04-23T16:16:17.707 INFO:teuthology.orchestra.run.smithi129.stdout:Total 6.4 MB/s | 60 MB 00:09 2024-04-23T16:16:17.796 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-23T16:16:17.810 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-04-23T16:16:17.846 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-04-23T16:16:17.847 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-04-23T16:16:17.858 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-23T16:16:18.194 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-23T16:16:18.308 INFO:teuthology.orchestra.run.smithi087.stdout: Upgrading : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-23T16:16:18.311 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-04-23T16:16:18.312 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-04-23T16:16:18.409 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-23T16:16:18.498 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 8/34 2024-04-23T16:16:18.526 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-23T16:16:18.589 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-23T16:16:18.618 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-23T16:16:18.661 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 11/34 2024-04-23T16:16:18.738 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-23T16:16:18.762 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-23T16:16:18.809 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-23T16:16:18.843 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-23T16:16:18.952 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-23T16:16:18.986 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-23T16:16:19.026 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-23T16:16:19.052 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-23T16:16:19.080 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-23T16:16:19.105 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-23T16:16:19.417 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-23T16:16:19.460 INFO:teuthology.orchestra.run.smithi087.stdout: Upgrading : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-23T16:16:19.550 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-23T16:16:19.581 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 23/34 2024-04-23T16:16:19.617 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-23T16:16:19.780 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-04-23T16:16:19.862 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-23T16:16:19.891 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-23T16:16:19.916 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-23T16:16:19.939 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-23T16:16:19.958 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-23T16:16:20.099 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-23T16:16:20.129 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-23T16:16:20.147 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-23T16:16:20.183 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-23T16:16:20.210 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-23T16:16:20.260 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 27/34 2024-04-23T16:16:20.289 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 28/34 2024-04-23T16:16:20.540 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-23T16:16:20.660 INFO:teuthology.orchestra.run.smithi129.stdout: Upgrading : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-23T16:16:20.752 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-23T16:16:20.852 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 8/34 2024-04-23T16:16:20.878 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-23T16:16:20.941 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-23T16:16:20.978 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-23T16:16:21.022 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 11/34 2024-04-23T16:16:21.100 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-23T16:16:21.122 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-23T16:16:21.178 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-23T16:16:21.203 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-23T16:16:21.315 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-23T16:16:21.346 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-23T16:16:21.386 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-23T16:16:21.412 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-23T16:16:21.441 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-23T16:16:21.473 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-23T16:16:21.793 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-23T16:16:21.828 INFO:teuthology.orchestra.run.smithi129.stdout: Upgrading : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-23T16:16:21.917 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-23T16:16:21.949 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 23/34 2024-04-23T16:16:21.984 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-23T16:16:22.463 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-23T16:16:22.488 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-23T16:16:22.549 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-23T16:16:22.560 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-23T16:16:22.577 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-23T16:16:22.637 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 27/34 2024-04-23T16:16:22.667 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 28/34 2024-04-23T16:16:23.120 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-23T16:16:23.156 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-23T16:16:23.245 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-23T16:16:23.245 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-23T16:16:23.245 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-23T16:16:23.245 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:16:23.273 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-23T16:16:24.968 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-23T16:16:25.005 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-23T16:16:25.547 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-23T16:16:25.592 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-23T16:16:25.684 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-23T16:16:25.685 INFO:teuthology.orchestra.run.smithi129.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-23T16:16:25.685 INFO:teuthology.orchestra.run.smithi129.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-23T16:16:25.685 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:16:25.718 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-23T16:16:26.618 INFO:teuthology.orchestra.run.smithi171.stdout:Extra Packages for Enterprise Linux 1.0 MB/s | 21 MB 00:20 2024-04-23T16:16:31.687 INFO:teuthology.orchestra.run.smithi171.stdout:lab-extras 11 kB/s | 1.7 kB 00:00 2024-04-23T16:16:32.802 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-23T16:16:32.802 INFO:teuthology.orchestra.run.smithi087.stdout:skipping the directory /sys 2024-04-23T16:16:32.802 INFO:teuthology.orchestra.run.smithi087.stdout:skipping the directory /proc 2024-04-23T16:16:32.802 INFO:teuthology.orchestra.run.smithi087.stdout:skipping the directory /mnt 2024-04-23T16:16:32.802 INFO:teuthology.orchestra.run.smithi087.stdout:skipping the directory /var/tmp 2024-04-23T16:16:32.802 INFO:teuthology.orchestra.run.smithi087.stdout:skipping the directory /home 2024-04-23T16:16:32.803 INFO:teuthology.orchestra.run.smithi087.stdout:skipping the directory /root 2024-04-23T16:16:32.803 INFO:teuthology.orchestra.run.smithi087.stdout:skipping the directory /tmp 2024-04-23T16:16:32.803 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:16:33.789 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-23T16:16:33.791 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-23T16:16:33.791 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-04-23T16:16:33.791 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-23T16:16:33.792 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-04-23T16:16:33.792 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-radosgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 11 M 2024-04-23T16:16:33.792 INFO:teuthology.orchestra.run.smithi171.stdout:Upgrading: 2024-04-23T16:16:33.792 INFO:teuthology.orchestra.run.smithi171.stdout: librados2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.4 M 2024-04-23T16:16:33.792 INFO:teuthology.orchestra.run.smithi171.stdout: librbd1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.1 M 2024-04-23T16:16:33.792 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-04-23T16:16:33.792 INFO:teuthology.orchestra.run.smithi171.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-23T16:16:33.792 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-base x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-23T16:16:33.792 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 21 M 2024-04-23T16:16:33.792 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-selinux x86_64 2:19.0.0-3211.g5d349943.el7 ceph 25 k 2024-04-23T16:16:33.792 INFO:teuthology.orchestra.run.smithi171.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-23T16:16:33.792 INFO:teuthology.orchestra.run.smithi171.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-23T16:16:33.793 INFO:teuthology.orchestra.run.smithi171.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-23T16:16:33.793 INFO:teuthology.orchestra.run.smithi171.stdout: libcephfs2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 748 k 2024-04-23T16:16:33.793 INFO:teuthology.orchestra.run.smithi171.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-23T16:16:33.793 INFO:teuthology.orchestra.run.smithi171.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-23T16:16:33.793 INFO:teuthology.orchestra.run.smithi171.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-23T16:16:33.793 INFO:teuthology.orchestra.run.smithi171.stdout: libradosstriper1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 501 k 2024-04-23T16:16:33.793 INFO:teuthology.orchestra.run.smithi171.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-23T16:16:33.793 INFO:teuthology.orchestra.run.smithi171.stdout: librgw2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-23T16:16:33.793 INFO:teuthology.orchestra.run.smithi171.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-23T16:16:33.793 INFO:teuthology.orchestra.run.smithi171.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-23T16:16:33.793 INFO:teuthology.orchestra.run.smithi171.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-23T16:16:33.793 INFO:teuthology.orchestra.run.smithi171.stdout: python3-ceph-argparse x86_64 2:19.0.0-3211.g5d349943.el7 ceph 45 k 2024-04-23T16:16:33.794 INFO:teuthology.orchestra.run.smithi171.stdout: python3-ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 135 k 2024-04-23T16:16:33.794 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cephfs x86_64 2:19.0.0-3211.g5d349943.el7 ceph 161 k 2024-04-23T16:16:33.794 INFO:teuthology.orchestra.run.smithi171.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-23T16:16:33.794 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rados x86_64 2:19.0.0-3211.g5d349943.el7 ceph 321 k 2024-04-23T16:16:33.794 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rbd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 298 k 2024-04-23T16:16:33.794 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 99 k 2024-04-23T16:16:33.794 INFO:teuthology.orchestra.run.smithi171.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-23T16:16:33.794 INFO:teuthology.orchestra.run.smithi171.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-23T16:16:33.794 INFO:teuthology.orchestra.run.smithi171.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-23T16:16:33.794 INFO:teuthology.orchestra.run.smithi171.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-23T16:16:33.794 INFO:teuthology.orchestra.run.smithi171.stdout:Installing weak dependencies: 2024-04-23T16:16:33.794 INFO:teuthology.orchestra.run.smithi171.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-23T16:16:33.794 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-23T16:16:33.795 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-04-23T16:16:33.795 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-23T16:16:33.795 INFO:teuthology.orchestra.run.smithi171.stdout:Install 30 Packages 2024-04-23T16:16:33.795 INFO:teuthology.orchestra.run.smithi171.stdout:Upgrade 2 Packages 2024-04-23T16:16:33.795 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-23T16:16:33.795 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 60 M 2024-04-23T16:16:33.795 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-04-23T16:16:33.798 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-23T16:16:33.823 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-23T16:16:33.823 INFO:teuthology.orchestra.run.smithi087.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T16:16:33.823 INFO:teuthology.orchestra.run.smithi087.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-23T16:16:33.823 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-23T16:16:33.823 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-23T16:16:33.823 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:16:33.825 INFO:teuthology.orchestra.run.smithi087.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-23T16:16:33.910 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-23T16:16:33.910 INFO:teuthology.orchestra.run.smithi087.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-23T16:16:35.061 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-23T16:16:35.061 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 1/34 2024-04-23T16:16:35.062 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2/34 2024-04-23T16:16:35.062 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 3/34 2024-04-23T16:16:35.062 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 4/34 2024-04-23T16:16:35.062 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 5/34 2024-04-23T16:16:35.062 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 6/34 2024-04-23T16:16:35.062 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-23T16:16:35.062 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 8/34 2024-04-23T16:16:35.062 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 9/34 2024-04-23T16:16:35.062 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 10/34 2024-04-23T16:16:35.062 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 11/34 2024-04-23T16:16:35.062 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-23T16:16:35.062 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 13/34 2024-04-23T16:16:35.062 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-23T16:16:35.063 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-23T16:16:35.063 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-23T16:16:35.063 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-23T16:16:35.063 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-23T16:16:35.063 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-23T16:16:35.063 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-23T16:16:35.063 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-23T16:16:35.063 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-23T16:16:35.063 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-23T16:16:35.063 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-23T16:16:35.063 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-23T16:16:35.063 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-23T16:16:35.063 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-23T16:16:35.063 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-23T16:16:35.064 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-23T16:16:35.064 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-23T16:16:35.064 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-23T16:16:35.064 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-23T16:16:35.064 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 33/34 2024-04-23T16:16:35.122 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-23T16:16:35.123 INFO:teuthology.orchestra.run.smithi129.stdout:skipping the directory /sys 2024-04-23T16:16:35.123 INFO:teuthology.orchestra.run.smithi129.stdout:skipping the directory /proc 2024-04-23T16:16:35.123 INFO:teuthology.orchestra.run.smithi129.stdout:skipping the directory /mnt 2024-04-23T16:16:35.123 INFO:teuthology.orchestra.run.smithi129.stdout:skipping the directory /var/tmp 2024-04-23T16:16:35.123 INFO:teuthology.orchestra.run.smithi129.stdout:skipping the directory /home 2024-04-23T16:16:35.123 INFO:teuthology.orchestra.run.smithi129.stdout:skipping the directory /root 2024-04-23T16:16:35.123 INFO:teuthology.orchestra.run.smithi129.stdout:skipping the directory /tmp 2024-04-23T16:16:35.123 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:16:35.280 INFO:teuthology.orchestra.run.smithi171.stdout:(1/32): ceph-radosgw-19.0.0-3211.g5d349943.el7. 11 MB/s | 11 MB 00:00 2024-04-23T16:16:35.330 INFO:teuthology.orchestra.run.smithi171.stdout:(2/32): ceph-selinux-19.0.0-3211.g5d349943.el7. 505 kB/s | 25 kB 00:00 2024-04-23T16:16:35.438 INFO:teuthology.orchestra.run.smithi171.stdout:(3/32): libcephfs2-19.0.0-3211.g5d349943.el7.x8 6.7 MB/s | 748 kB 00:00 2024-04-23T16:16:35.530 INFO:teuthology.orchestra.run.smithi171.stdout:(4/32): ceph-base-19.0.0-3211.g5d349943.el7.x86 4.3 MB/s | 5.4 MB 00:01 2024-04-23T16:16:35.564 INFO:teuthology.orchestra.run.smithi171.stdout:(5/32): libradosstriper1-19.0.0-3211.g5d349943. 3.9 MB/s | 501 kB 00:00 2024-04-23T16:16:35.622 INFO:teuthology.orchestra.run.smithi171.stdout:(6/32): python3-ceph-argparse-19.0.0-3211.g5d34 776 kB/s | 45 kB 00:00 2024-04-23T16:16:35.664 INFO:teuthology.orchestra.run.smithi171.stdout:(7/32): python3-ceph-common-19.0.0-3211.g5d3499 3.2 MB/s | 135 kB 00:00 2024-04-23T16:16:35.706 INFO:teuthology.orchestra.run.smithi171.stdout:(8/32): python3-cephfs-19.0.0-3211.g5d349943.el 3.8 MB/s | 161 kB 00:00 2024-04-23T16:16:35.757 INFO:teuthology.orchestra.run.smithi171.stdout:(9/32): python3-rados-19.0.0-3211.g5d349943.el7 6.3 MB/s | 321 kB 00:00 2024-04-23T16:16:35.815 INFO:teuthology.orchestra.run.smithi171.stdout:(10/32): python3-rbd-19.0.0-3211.g5d349943.el7. 5.0 MB/s | 298 kB 00:00 2024-04-23T16:16:35.859 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-23T16:16:35.859 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:16:35.859 INFO:teuthology.orchestra.run.smithi087.stdout:Upgraded: 2024-04-23T16:16:35.859 INFO:teuthology.orchestra.run.smithi087.stdout: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:35.860 INFO:teuthology.orchestra.run.smithi087.stdout: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:35.860 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2024-04-23T16:16:35.860 INFO:teuthology.orchestra.run.smithi087.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-23T16:16:35.860 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:35.860 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:35.860 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:35.860 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:35.860 INFO:teuthology.orchestra.run.smithi087.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-23T16:16:35.860 INFO:teuthology.orchestra.run.smithi087.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-23T16:16:35.860 INFO:teuthology.orchestra.run.smithi087.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-23T16:16:35.860 INFO:teuthology.orchestra.run.smithi087.stdout: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:35.860 INFO:teuthology.orchestra.run.smithi087.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-23T16:16:35.860 INFO:teuthology.orchestra.run.smithi087.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-23T16:16:35.861 INFO:teuthology.orchestra.run.smithi087.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-23T16:16:35.861 INFO:teuthology.orchestra.run.smithi087.stdout: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:35.861 INFO:teuthology.orchestra.run.smithi087.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-23T16:16:35.861 INFO:teuthology.orchestra.run.smithi087.stdout: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:35.861 INFO:teuthology.orchestra.run.smithi087.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-23T16:16:35.861 INFO:teuthology.orchestra.run.smithi087.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-23T16:16:35.861 INFO:teuthology.orchestra.run.smithi087.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-23T16:16:35.861 INFO:teuthology.orchestra.run.smithi087.stdout: python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:35.861 INFO:teuthology.orchestra.run.smithi087.stdout: python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:35.861 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:35.861 INFO:teuthology.orchestra.run.smithi087.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-23T16:16:35.861 INFO:teuthology.orchestra.run.smithi087.stdout: python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:35.861 INFO:teuthology.orchestra.run.smithi087.stdout: python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:35.861 INFO:teuthology.orchestra.run.smithi087.stdout: python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:35.861 INFO:teuthology.orchestra.run.smithi087.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-23T16:16:35.862 INFO:teuthology.orchestra.run.smithi087.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-23T16:16:35.862 INFO:teuthology.orchestra.run.smithi087.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-23T16:16:35.862 INFO:teuthology.orchestra.run.smithi087.stdout: re2-1:20211101-3.el9.x86_64 2024-04-23T16:16:35.862 INFO:teuthology.orchestra.run.smithi087.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-23T16:16:35.862 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:16:35.862 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-04-23T16:16:35.882 INFO:teuthology.orchestra.run.smithi171.stdout:(11/32): python3-rgw-19.0.0-3211.g5d349943.el7. 1.5 MB/s | 99 kB 00:00 2024-04-23T16:16:36.065 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-23T16:16:36.082 INFO:teuthology.orchestra.run.smithi171.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 535 kB/s | 107 kB 00:00 2024-04-23T16:16:36.094 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-23T16:16:36.094 INFO:teuthology.orchestra.run.smithi129.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T16:16:36.094 INFO:teuthology.orchestra.run.smithi129.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-23T16:16:36.094 INFO:teuthology.orchestra.run.smithi129.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-23T16:16:36.094 INFO:teuthology.orchestra.run.smithi129.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-23T16:16:36.094 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:16:36.096 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-23T16:16:36.152 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install ceph-test 2024-04-23T16:16:36.166 INFO:teuthology.orchestra.run.smithi171.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.9 MB/s | 160 kB 00:00 2024-04-23T16:16:36.185 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-23T16:16:36.185 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-23T16:16:36.224 INFO:teuthology.orchestra.run.smithi171.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 780 kB/s | 45 kB 00:00 2024-04-23T16:16:36.325 INFO:teuthology.orchestra.run.smithi171.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 6.5 MB/s | 662 kB 00:00 2024-04-23T16:16:36.400 INFO:teuthology.orchestra.run.smithi171.stdout:(16/32): librgw2-19.0.0-3211.g5d349943.el7.x86_ 6.2 MB/s | 5.4 MB 00:00 2024-04-23T16:16:36.425 INFO:teuthology.orchestra.run.smithi171.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.8 MB/s | 292 kB 00:00 2024-04-23T16:16:36.484 INFO:teuthology.orchestra.run.smithi171.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 3.7 MB/s | 221 kB 00:00 2024-04-23T16:16:36.543 INFO:teuthology.orchestra.run.smithi171.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 616 kB/s | 36 kB 00:00 2024-04-23T16:16:36.568 INFO:teuthology.orchestra.run.smithi171.stdout:(20/32): python3-prettytable-0.7.2-27.el9.noarc 252 kB/s | 42 kB 00:00 2024-04-23T16:16:36.686 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:00:30 ago on Tue 23 Apr 2024 04:16:06 PM UTC. 2024-04-23T16:16:36.768 INFO:teuthology.orchestra.run.smithi171.stdout:(21/32): ceph-common-19.0.0-3211.g5d349943.el7. 8.5 MB/s | 21 MB 00:02 2024-04-23T16:16:36.794 INFO:teuthology.orchestra.run.smithi171.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 189 kB/s | 47 kB 00:00 2024-04-23T16:16:36.810 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-04-23T16:16:36.811 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-04-23T16:16:36.811 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repository Size 2024-04-23T16:16:36.811 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-04-23T16:16:36.811 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2024-04-23T16:16:36.811 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-test x86_64 2:19.0.0-3211.g5d349943.el7 ceph 49 M 2024-04-23T16:16:36.811 INFO:teuthology.orchestra.run.smithi087.stdout:Installing dependencies: 2024-04-23T16:16:36.811 INFO:teuthology.orchestra.run.smithi087.stdout: libcephsqlite x86_64 2:19.0.0-3211.g5d349943.el7 ceph 163 k 2024-04-23T16:16:36.811 INFO:teuthology.orchestra.run.smithi087.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-23T16:16:36.811 INFO:teuthology.orchestra.run.smithi087.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-23T16:16:36.811 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:16:36.811 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-04-23T16:16:36.812 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-04-23T16:16:36.812 INFO:teuthology.orchestra.run.smithi087.stdout:Install 4 Packages 2024-04-23T16:16:36.812 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:16:36.812 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 50 M 2024-04-23T16:16:36.812 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 210 M 2024-04-23T16:16:36.812 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2024-04-23T16:16:36.977 INFO:teuthology.orchestra.run.smithi171.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 196 kB/s | 26 kB 00:00 2024-04-23T16:16:37.027 INFO:teuthology.orchestra.run.smithi171.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 673 kB/s | 309 kB 00:00 2024-04-23T16:16:37.050 INFO:teuthology.orchestra.run.smithi087.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.8 MB/s | 305 kB 00:00 2024-04-23T16:16:37.078 INFO:teuthology.orchestra.run.smithi171.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 482 kB/s | 49 kB 00:00 2024-04-23T16:16:37.101 INFO:teuthology.orchestra.run.smithi087.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 64 kB 00:00 2024-04-23T16:16:37.103 INFO:teuthology.orchestra.run.smithi171.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 886 kB/s | 67 kB 00:00 2024-04-23T16:16:37.163 INFO:teuthology.orchestra.run.smithi087.stdout:(3/4): libcephsqlite-19.0.0-3211.g5d349943.el7. 594 kB/s | 163 kB 00:00 2024-04-23T16:16:37.179 INFO:teuthology.orchestra.run.smithi171.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.5 MB/s | 192 kB 00:00 2024-04-23T16:16:37.304 INFO:teuthology.orchestra.run.smithi171.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.6 MB/s | 838 kB 00:00 2024-04-23T16:16:37.466 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-23T16:16:37.467 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 1/34 2024-04-23T16:16:37.467 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2/34 2024-04-23T16:16:37.467 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 3/34 2024-04-23T16:16:37.467 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 4/34 2024-04-23T16:16:37.467 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 5/34 2024-04-23T16:16:37.467 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 6/34 2024-04-23T16:16:37.467 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-23T16:16:37.467 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 8/34 2024-04-23T16:16:37.467 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 9/34 2024-04-23T16:16:37.467 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 10/34 2024-04-23T16:16:37.467 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 11/34 2024-04-23T16:16:37.467 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-23T16:16:37.467 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 13/34 2024-04-23T16:16:37.468 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-23T16:16:37.468 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-23T16:16:37.468 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-23T16:16:37.468 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-23T16:16:37.468 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-23T16:16:37.468 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-23T16:16:37.468 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-23T16:16:37.468 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-23T16:16:37.468 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-23T16:16:37.468 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-23T16:16:37.468 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-23T16:16:37.468 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-23T16:16:37.468 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-23T16:16:37.468 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-23T16:16:37.468 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-23T16:16:37.469 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-23T16:16:37.469 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-23T16:16:37.469 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-23T16:16:37.469 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-23T16:16:37.470 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 33/34 2024-04-23T16:16:37.579 INFO:teuthology.orchestra.run.smithi171.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 4.0 MB/s | 1.6 MB 00:00 2024-04-23T16:16:37.930 INFO:teuthology.orchestra.run.smithi171.stdout:(30/32): libarrow-9.0.0-10.el9.x86_64.rpm 3.8 MB/s | 4.4 MB 00:01 2024-04-23T16:16:38.030 INFO:teuthology.orchestra.run.smithi171.stdout:(31/32): librados2-19.0.0-3211.g5d349943.el7.x8 4.7 MB/s | 3.4 MB 00:00 2024-04-23T16:16:38.227 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-23T16:16:38.227 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:16:38.228 INFO:teuthology.orchestra.run.smithi129.stdout:Upgraded: 2024-04-23T16:16:38.228 INFO:teuthology.orchestra.run.smithi129.stdout: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:38.228 INFO:teuthology.orchestra.run.smithi129.stdout: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:38.228 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-04-23T16:16:38.228 INFO:teuthology.orchestra.run.smithi129.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-23T16:16:38.228 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:38.228 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:38.228 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:38.228 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:38.228 INFO:teuthology.orchestra.run.smithi129.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-23T16:16:38.229 INFO:teuthology.orchestra.run.smithi129.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-23T16:16:38.229 INFO:teuthology.orchestra.run.smithi129.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-23T16:16:38.229 INFO:teuthology.orchestra.run.smithi129.stdout: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:38.229 INFO:teuthology.orchestra.run.smithi129.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-23T16:16:38.229 INFO:teuthology.orchestra.run.smithi129.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-23T16:16:38.229 INFO:teuthology.orchestra.run.smithi129.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-23T16:16:38.229 INFO:teuthology.orchestra.run.smithi129.stdout: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:38.229 INFO:teuthology.orchestra.run.smithi129.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-23T16:16:38.229 INFO:teuthology.orchestra.run.smithi129.stdout: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:38.229 INFO:teuthology.orchestra.run.smithi129.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-23T16:16:38.229 INFO:teuthology.orchestra.run.smithi129.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-23T16:16:38.229 INFO:teuthology.orchestra.run.smithi129.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-23T16:16:38.229 INFO:teuthology.orchestra.run.smithi129.stdout: python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:38.229 INFO:teuthology.orchestra.run.smithi129.stdout: python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:38.230 INFO:teuthology.orchestra.run.smithi129.stdout: python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:38.230 INFO:teuthology.orchestra.run.smithi129.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-23T16:16:38.230 INFO:teuthology.orchestra.run.smithi129.stdout: python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:38.230 INFO:teuthology.orchestra.run.smithi129.stdout: python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:38.230 INFO:teuthology.orchestra.run.smithi129.stdout: python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:38.230 INFO:teuthology.orchestra.run.smithi129.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-23T16:16:38.230 INFO:teuthology.orchestra.run.smithi129.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-23T16:16:38.230 INFO:teuthology.orchestra.run.smithi129.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-23T16:16:38.230 INFO:teuthology.orchestra.run.smithi129.stdout: re2-1:20211101-3.el9.x86_64 2024-04-23T16:16:38.230 INFO:teuthology.orchestra.run.smithi129.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-23T16:16:38.230 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:16:38.230 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-23T16:16:38.281 INFO:teuthology.orchestra.run.smithi171.stdout:(32/32): librbd1-19.0.0-3211.g5d349943.el7.x86_ 4.5 MB/s | 3.1 MB 00:00 2024-04-23T16:16:38.285 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-04-23T16:16:38.285 INFO:teuthology.orchestra.run.smithi171.stdout:Total 13 MB/s | 60 MB 00:04 2024-04-23T16:16:38.375 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-04-23T16:16:38.411 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-04-23T16:16:38.411 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-04-23T16:16:38.530 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install ceph-test 2024-04-23T16:16:38.881 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-04-23T16:16:38.881 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-04-23T16:16:39.064 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:00:33 ago on Tue 23 Apr 2024 04:16:06 PM UTC. 2024-04-23T16:16:39.187 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-23T16:16:39.188 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-23T16:16:39.188 INFO:teuthology.orchestra.run.smithi129.stdout: Package Arch Version Repository Size 2024-04-23T16:16:39.188 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-23T16:16:39.188 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2024-04-23T16:16:39.188 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-test x86_64 2:19.0.0-3211.g5d349943.el7 ceph 49 M 2024-04-23T16:16:39.188 INFO:teuthology.orchestra.run.smithi129.stdout:Installing dependencies: 2024-04-23T16:16:39.188 INFO:teuthology.orchestra.run.smithi129.stdout: libcephsqlite x86_64 2:19.0.0-3211.g5d349943.el7 ceph 163 k 2024-04-23T16:16:39.189 INFO:teuthology.orchestra.run.smithi129.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-23T16:16:39.189 INFO:teuthology.orchestra.run.smithi129.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-23T16:16:39.189 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:16:39.189 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-04-23T16:16:39.189 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-23T16:16:39.189 INFO:teuthology.orchestra.run.smithi129.stdout:Install 4 Packages 2024-04-23T16:16:39.189 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:16:39.190 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 50 M 2024-04-23T16:16:39.190 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 210 M 2024-04-23T16:16:39.190 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-04-23T16:16:39.505 INFO:teuthology.orchestra.run.smithi087.stdout:(4/4): ceph-test-19.0.0-3211.g5d349943.el7.x86_ 19 MB/s | 49 MB 00:02 2024-04-23T16:16:39.509 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-04-23T16:16:39.510 INFO:teuthology.orchestra.run.smithi087.stdout:Total 18 MB/s | 50 MB 00:02 2024-04-23T16:16:39.534 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-04-23T16:16:39.554 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-04-23T16:16:39.554 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-04-23T16:16:39.620 INFO:teuthology.orchestra.run.smithi129.stdout:(1/4): libcephsqlite-19.0.0-3211.g5d349943.el7. 615 kB/s | 163 kB 00:00 2024-04-23T16:16:39.926 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-04-23T16:16:39.927 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-04-23T16:16:39.990 INFO:teuthology.orchestra.run.smithi129.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 480 kB/s | 305 kB 00:00 2024-04-23T16:16:40.024 INFO:teuthology.orchestra.run.smithi129.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 158 kB/s | 64 kB 00:00 2024-04-23T16:16:40.348 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-04-23T16:16:40.430 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-23T16:16:40.451 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-04-23T16:16:40.460 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-23T16:16:40.485 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-23T16:16:40.508 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-23T16:16:40.530 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-23T16:16:40.545 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-23T16:16:40.595 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-23T16:16:40.623 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-23T16:16:40.733 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-23T16:16:40.788 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-23T16:16:41.117 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-23T16:16:41.221 INFO:teuthology.orchestra.run.smithi171.stdout: Upgrading : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-23T16:16:41.313 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-23T16:16:41.403 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 8/34 2024-04-23T16:16:41.431 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-23T16:16:41.493 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-23T16:16:41.522 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-23T16:16:41.566 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 11/34 2024-04-23T16:16:41.635 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-23T16:16:41.658 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-23T16:16:41.722 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-23T16:16:41.748 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-23T16:16:41.756 INFO:teuthology.orchestra.run.smithi129.stdout:(4/4): ceph-test-19.0.0-3211.g5d349943.el7.x86_ 20 MB/s | 49 MB 00:02 2024-04-23T16:16:41.758 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-04-23T16:16:41.758 INFO:teuthology.orchestra.run.smithi129.stdout:Total 19 MB/s | 50 MB 00:02 2024-04-23T16:16:41.784 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-04-23T16:16:41.804 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-04-23T16:16:41.804 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-04-23T16:16:41.859 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-23T16:16:41.890 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-23T16:16:41.930 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-23T16:16:41.955 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-23T16:16:41.985 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-23T16:16:42.018 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-23T16:16:42.176 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-04-23T16:16:42.176 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-04-23T16:16:42.328 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-23T16:16:42.372 INFO:teuthology.orchestra.run.smithi171.stdout: Upgrading : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-23T16:16:42.462 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-23T16:16:42.493 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 23/34 2024-04-23T16:16:42.528 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-23T16:16:42.705 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-04-23T16:16:42.783 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-23T16:16:42.821 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-23T16:16:42.849 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-23T16:16:43.006 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-23T16:16:43.041 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-23T16:16:43.112 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-23T16:16:43.189 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 27/34 2024-04-23T16:16:43.218 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 28/34 2024-04-23T16:16:45.241 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-23T16:16:45.321 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-23T16:16:45.447 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-23T16:16:45.481 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-23T16:16:46.022 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-23T16:16:46.060 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-23T16:16:46.134 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-23T16:16:46.134 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-23T16:16:46.135 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-23T16:16:46.135 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-23T16:16:46.169 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-23T16:16:47.460 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-23T16:16:47.529 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-23T16:16:47.700 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-23T16:16:47.700 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 1/4 2024-04-23T16:16:47.700 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2/4 2024-04-23T16:16:47.700 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-23T16:16:47.958 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-23T16:16:47.958 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:16:47.958 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2024-04-23T16:16:47.958 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:47.958 INFO:teuthology.orchestra.run.smithi087.stdout: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:47.958 INFO:teuthology.orchestra.run.smithi087.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-23T16:16:47.958 INFO:teuthology.orchestra.run.smithi087.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-23T16:16:47.958 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:16:47.958 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-04-23T16:16:48.231 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install ceph 2024-04-23T16:16:48.753 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:00:42 ago on Tue 23 Apr 2024 04:16:06 PM UTC. 2024-04-23T16:16:48.884 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-04-23T16:16:48.887 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-04-23T16:16:48.887 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repository Size 2024-04-23T16:16:48.887 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-04-23T16:16:48.887 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2024-04-23T16:16:48.887 INFO:teuthology.orchestra.run.smithi087.stdout: ceph x86_64 2:19.0.0-3211.g5d349943.el7 ceph 6.6 k 2024-04-23T16:16:48.887 INFO:teuthology.orchestra.run.smithi087.stdout:Installing dependencies: 2024-04-23T16:16:48.888 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mds x86_64 2:19.0.0-3211.g5d349943.el7 ceph 2.4 M 2024-04-23T16:16:48.888 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mgr x86_64 2:19.0.0-3211.g5d349943.el7 ceph 1.5 M 2024-04-23T16:16:48.888 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3211.g5d349943.el7 ceph-noarch 249 k 2024-04-23T16:16:48.888 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mon x86_64 2:19.0.0-3211.g5d349943.el7 ceph 4.7 M 2024-04-23T16:16:48.888 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-osd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 17 M 2024-04-23T16:16:48.888 INFO:teuthology.orchestra.run.smithi087.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-23T16:16:48.888 INFO:teuthology.orchestra.run.smithi087.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-23T16:16:48.888 INFO:teuthology.orchestra.run.smithi087.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-23T16:16:48.888 INFO:teuthology.orchestra.run.smithi087.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-23T16:16:48.888 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-23T16:16:48.888 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-23T16:16:48.888 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-23T16:16:48.888 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-23T16:16:48.888 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-23T16:16:48.888 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-23T16:16:48.888 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco-collections 2024-04-23T16:16:48.889 INFO:teuthology.orchestra.run.smithi087.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-23T16:16:48.889 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-23T16:16:48.889 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-23T16:16:48.889 INFO:teuthology.orchestra.run.smithi087.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-23T16:16:48.889 INFO:teuthology.orchestra.run.smithi087.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-23T16:16:48.889 INFO:teuthology.orchestra.run.smithi087.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-23T16:16:48.889 INFO:teuthology.orchestra.run.smithi087.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-23T16:16:48.889 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-23T16:16:48.889 INFO:teuthology.orchestra.run.smithi087.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-23T16:16:48.889 INFO:teuthology.orchestra.run.smithi087.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-23T16:16:48.889 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-23T16:16:48.889 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-23T16:16:48.889 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-23T16:16:48.889 INFO:teuthology.orchestra.run.smithi087.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-23T16:16:48.890 INFO:teuthology.orchestra.run.smithi087.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-23T16:16:48.890 INFO:teuthology.orchestra.run.smithi087.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-23T16:16:48.890 INFO:teuthology.orchestra.run.smithi087.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-23T16:16:48.890 INFO:teuthology.orchestra.run.smithi087.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-23T16:16:48.890 INFO:teuthology.orchestra.run.smithi087.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-23T16:16:48.890 INFO:teuthology.orchestra.run.smithi087.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-23T16:16:48.890 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:16:48.890 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-04-23T16:16:48.890 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-04-23T16:16:48.890 INFO:teuthology.orchestra.run.smithi087.stdout:Install 36 Packages 2024-04-23T16:16:48.890 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:16:48.891 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 30 M 2024-04-23T16:16:48.891 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 107 M 2024-04-23T16:16:48.891 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2024-04-23T16:16:50.009 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-23T16:16:50.009 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 1/4 2024-04-23T16:16:50.009 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2/4 2024-04-23T16:16:50.009 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-23T16:16:50.198 INFO:teuthology.orchestra.run.smithi087.stdout:(1/36): ceph-19.0.0-3211.g5d349943.el7.x86_64.r 23 kB/s | 6.6 kB 00:00 2024-04-23T16:16:50.293 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-23T16:16:50.293 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:16:50.293 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-04-23T16:16:50.293 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:50.293 INFO:teuthology.orchestra.run.smithi129.stdout: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:50.293 INFO:teuthology.orchestra.run.smithi129.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-23T16:16:50.293 INFO:teuthology.orchestra.run.smithi129.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-23T16:16:50.293 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:16:50.293 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-23T16:16:50.298 INFO:teuthology.orchestra.run.smithi087.stdout:(2/36): ceph-mgr-19.0.0-3211.g5d349943.el7.x86_ 3.9 MB/s | 1.5 MB 00:00 2024-04-23T16:16:50.542 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install ceph 2024-04-23T16:16:51.081 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:00:45 ago on Tue 23 Apr 2024 04:16:06 PM UTC. 2024-04-23T16:16:51.140 INFO:teuthology.orchestra.run.smithi087.stdout:(3/36): ceph-osd-19.0.0-3211.g5d349943.el7.x86_ 20 MB/s | 17 MB 00:00 2024-04-23T16:16:51.209 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-23T16:16:51.211 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-23T16:16:51.211 INFO:teuthology.orchestra.run.smithi129.stdout: Package Arch Version Repository Size 2024-04-23T16:16:51.211 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-23T16:16:51.211 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2024-04-23T16:16:51.212 INFO:teuthology.orchestra.run.smithi129.stdout: ceph x86_64 2:19.0.0-3211.g5d349943.el7 ceph 6.6 k 2024-04-23T16:16:51.212 INFO:teuthology.orchestra.run.smithi129.stdout:Installing dependencies: 2024-04-23T16:16:51.212 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-mds x86_64 2:19.0.0-3211.g5d349943.el7 ceph 2.4 M 2024-04-23T16:16:51.212 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-mgr x86_64 2:19.0.0-3211.g5d349943.el7 ceph 1.5 M 2024-04-23T16:16:51.212 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3211.g5d349943.el7 ceph-noarch 249 k 2024-04-23T16:16:51.212 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-mon x86_64 2:19.0.0-3211.g5d349943.el7 ceph 4.7 M 2024-04-23T16:16:51.212 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-osd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 17 M 2024-04-23T16:16:51.212 INFO:teuthology.orchestra.run.smithi129.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-23T16:16:51.212 INFO:teuthology.orchestra.run.smithi129.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-23T16:16:51.212 INFO:teuthology.orchestra.run.smithi129.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-23T16:16:51.212 INFO:teuthology.orchestra.run.smithi129.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-23T16:16:51.212 INFO:teuthology.orchestra.run.smithi129.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-23T16:16:51.212 INFO:teuthology.orchestra.run.smithi129.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-23T16:16:51.212 INFO:teuthology.orchestra.run.smithi129.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-23T16:16:51.213 INFO:teuthology.orchestra.run.smithi129.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-23T16:16:51.213 INFO:teuthology.orchestra.run.smithi129.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-23T16:16:51.213 INFO:teuthology.orchestra.run.smithi129.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-23T16:16:51.213 INFO:teuthology.orchestra.run.smithi129.stdout: python3-jaraco-collections 2024-04-23T16:16:51.213 INFO:teuthology.orchestra.run.smithi129.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-23T16:16:51.213 INFO:teuthology.orchestra.run.smithi129.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-23T16:16:51.213 INFO:teuthology.orchestra.run.smithi129.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-23T16:16:51.213 INFO:teuthology.orchestra.run.smithi129.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-23T16:16:51.213 INFO:teuthology.orchestra.run.smithi129.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-23T16:16:51.213 INFO:teuthology.orchestra.run.smithi129.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-23T16:16:51.213 INFO:teuthology.orchestra.run.smithi129.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-23T16:16:51.213 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-23T16:16:51.213 INFO:teuthology.orchestra.run.smithi129.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-23T16:16:51.213 INFO:teuthology.orchestra.run.smithi129.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-23T16:16:51.214 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-23T16:16:51.214 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-23T16:16:51.214 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-23T16:16:51.214 INFO:teuthology.orchestra.run.smithi129.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-23T16:16:51.214 INFO:teuthology.orchestra.run.smithi129.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-23T16:16:51.214 INFO:teuthology.orchestra.run.smithi129.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-23T16:16:51.214 INFO:teuthology.orchestra.run.smithi129.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-23T16:16:51.214 INFO:teuthology.orchestra.run.smithi129.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-23T16:16:51.214 INFO:teuthology.orchestra.run.smithi129.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-23T16:16:51.214 INFO:teuthology.orchestra.run.smithi129.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-23T16:16:51.214 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:16:51.214 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-04-23T16:16:51.214 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-23T16:16:51.214 INFO:teuthology.orchestra.run.smithi129.stdout:Install 36 Packages 2024-04-23T16:16:51.215 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:16:51.215 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 30 M 2024-04-23T16:16:51.215 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 107 M 2024-04-23T16:16:51.215 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-04-23T16:16:51.399 INFO:teuthology.orchestra.run.smithi087.stdout:(4/36): ceph-mds-19.0.0-3211.g5d349943.el7.x86_ 1.6 MB/s | 2.4 MB 00:01 2024-04-23T16:16:51.424 INFO:teuthology.orchestra.run.smithi087.stdout:(5/36): ceph-mgr-modules-core-19.0.0-3211.g5d34 877 kB/s | 249 kB 00:00 2024-04-23T16:16:51.533 INFO:teuthology.orchestra.run.smithi087.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.9 MB/s | 253 kB 00:00 2024-04-23T16:16:51.575 INFO:teuthology.orchestra.run.smithi087.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-04-23T16:16:51.616 INFO:teuthology.orchestra.run.smithi087.stdout:(8/36): python3-cryptography-36.0.1-4.el9.x86_6 6.4 MB/s | 1.2 MB 00:00 2024-04-23T16:16:51.642 INFO:teuthology.orchestra.run.smithi087.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.0 MB/s | 135 kB 00:00 2024-04-23T16:16:51.667 INFO:teuthology.orchestra.run.smithi087.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 2.4 MB/s | 125 kB 00:00 2024-04-23T16:16:51.692 INFO:teuthology.orchestra.run.smithi087.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-04-23T16:16:51.834 INFO:teuthology.orchestra.run.smithi087.stdout:(12/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.2 MB/s | 172 kB 00:00 2024-04-23T16:16:51.901 INFO:teuthology.orchestra.run.smithi087.stdout:(13/36): ceph-mon-19.0.0-3211.g5d349943.el7.x86 2.8 MB/s | 4.7 MB 00:01 2024-04-23T16:16:51.926 INFO:teuthology.orchestra.run.smithi087.stdout:(14/36): lua-5.4.4-4.el9.x86_64.rpm 727 kB/s | 188 kB 00:00 2024-04-23T16:16:51.943 INFO:teuthology.orchestra.run.smithi087.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 319 kB/s | 35 kB 00:00 2024-04-23T16:16:51.977 INFO:teuthology.orchestra.run.smithi087.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 671 kB/s | 22 kB 00:00 2024-04-23T16:16:51.994 INFO:teuthology.orchestra.run.smithi087.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 830 kB/s | 42 kB 00:00 2024-04-23T16:16:52.019 INFO:teuthology.orchestra.run.smithi087.stdout:(18/36): python3-pytz-2021.1-5.el9.noarch.rpm 434 kB/s | 51 kB 00:00 2024-04-23T16:16:52.273 INFO:teuthology.orchestra.run.smithi129.stdout:(1/36): ceph-19.0.0-3211.g5d349943.el7.x86_64.r 37 kB/s | 6.6 kB 00:00 2024-04-23T16:16:52.328 INFO:teuthology.orchestra.run.smithi087.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 130 kB/s | 43 kB 00:00 2024-04-23T16:16:52.428 INFO:teuthology.orchestra.run.smithi087.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 335 kB/s | 151 kB 00:00 2024-04-23T16:16:52.453 INFO:teuthology.orchestra.run.smithi087.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 396 kB/s | 172 kB 00:00 2024-04-23T16:16:52.473 INFO:teuthology.orchestra.run.smithi129.stdout:(2/36): ceph-mds-19.0.0-3211.g5d349943.el7.x86_ 6.2 MB/s | 2.4 MB 00:00 2024-04-23T16:16:52.612 INFO:teuthology.orchestra.run.smithi087.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 58 kB/s | 11 kB 00:00 2024-04-23T16:16:52.699 INFO:teuthology.orchestra.run.smithi129.stdout:(3/36): ceph-mgr-19.0.0-3211.g5d349943.el7.x86_ 2.5 MB/s | 1.5 MB 00:00 2024-04-23T16:16:52.704 INFO:teuthology.orchestra.run.smithi087.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 71 kB/s | 18 kB 00:00 2024-04-23T16:16:52.808 INFO:teuthology.orchestra.run.smithi129.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3211.g5d34 2.2 MB/s | 249 kB 00:00 2024-04-23T16:16:52.879 INFO:teuthology.orchestra.run.smithi087.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 87 kB/s | 23 kB 00:00 2024-04-23T16:16:52.938 INFO:teuthology.orchestra.run.smithi087.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 588 kB/s | 358 kB 00:00 2024-04-23T16:16:52.958 INFO:teuthology.orchestra.run.smithi129.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.6 MB/s | 253 kB 00:00 2024-04-23T16:16:52.971 INFO:teuthology.orchestra.run.smithi087.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 73 kB/s | 19 kB 00:00 2024-04-23T16:16:53.100 INFO:teuthology.orchestra.run.smithi129.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 8.7 MB/s | 1.2 MB 00:00 2024-04-23T16:16:53.142 INFO:teuthology.orchestra.run.smithi129.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-04-23T16:16:53.155 INFO:teuthology.orchestra.run.smithi087.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 71 kB/s | 20 kB 00:00 2024-04-23T16:16:53.191 INFO:teuthology.orchestra.run.smithi129.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.7 MB/s | 135 kB 00:00 2024-04-23T16:16:53.250 INFO:teuthology.orchestra.run.smithi129.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.1 MB/s | 125 kB 00:00 2024-04-23T16:16:53.288 INFO:teuthology.orchestra.run.smithi087.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 132 kB/s | 46 kB 00:00 2024-04-23T16:16:53.322 INFO:teuthology.orchestra.run.smithi087.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 225 kB/s | 79 kB 00:00 2024-04-23T16:16:53.409 INFO:teuthology.orchestra.run.smithi129.stdout:(10/36): ceph-osd-19.0.0-3211.g5d349943.el7.x86 18 MB/s | 17 MB 00:00 2024-04-23T16:16:53.467 INFO:teuthology.orchestra.run.smithi129.stdout:(11/36): ceph-mon-19.0.0-3211.g5d349943.el7.x86 3.9 MB/s | 4.7 MB 00:01 2024-04-23T16:16:53.493 INFO:teuthology.orchestra.run.smithi129.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 885 kB/s | 215 kB 00:00 2024-04-23T16:16:53.555 INFO:teuthology.orchestra.run.smithi087.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 61 kB/s | 16 kB 00:00 2024-04-23T16:16:53.664 INFO:teuthology.orchestra.run.smithi087.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 535 kB/s | 272 kB 00:00 2024-04-23T16:16:53.690 INFO:teuthology.orchestra.run.smithi087.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 245 kB/s | 90 kB 00:00 2024-04-23T16:16:53.840 INFO:teuthology.orchestra.run.smithi087.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 126 kB/s | 36 kB 00:00 2024-04-23T16:16:54.093 INFO:teuthology.orchestra.run.smithi129.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 58 kB/s | 35 kB 00:00 2024-04-23T16:16:54.098 INFO:teuthology.orchestra.run.smithi087.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 77 kB/s | 20 kB 00:00 2024-04-23T16:16:54.165 INFO:teuthology.orchestra.run.smithi087.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 459 kB/s | 230 kB 00:00 2024-04-23T16:16:54.291 INFO:teuthology.orchestra.run.smithi087.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 711 kB/s | 427 kB 00:00 2024-04-23T16:16:54.294 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-04-23T16:16:54.294 INFO:teuthology.orchestra.run.smithi087.stdout:Total 5.6 MB/s | 30 MB 00:05 2024-04-23T16:16:54.310 INFO:teuthology.orchestra.run.smithi129.stdout:(14/36): lua-5.4.4-4.el9.x86_64.rpm 209 kB/s | 188 kB 00:00 2024-04-23T16:16:54.335 INFO:teuthology.orchestra.run.smithi129.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 198 kB/s | 172 kB 00:00 2024-04-23T16:16:54.431 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-04-23T16:16:54.469 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-04-23T16:16:54.469 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-04-23T16:16:54.619 INFO:teuthology.orchestra.run.smithi129.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 87 kB/s | 22 kB 00:00 2024-04-23T16:16:54.752 INFO:teuthology.orchestra.run.smithi129.stdout:(17/36): python3-pytz-2021.1-5.el9.noarch.rpm 77 kB/s | 51 kB 00:00 2024-04-23T16:16:54.765 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-04-23T16:16:54.766 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-04-23T16:16:54.886 INFO:teuthology.orchestra.run.smithi129.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 566 kB/s | 151 kB 00:00 2024-04-23T16:16:54.919 INFO:teuthology.orchestra.run.smithi129.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 261 kB/s | 43 kB 00:00 2024-04-23T16:16:54.936 INFO:teuthology.orchestra.run.smithi129.stdout:(20/36): python3-toml-0.10.2-6.el9.noarch.rpm 66 kB/s | 42 kB 00:00 2024-04-23T16:16:54.961 INFO:teuthology.orchestra.run.smithi129.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.2 MB/s | 172 kB 00:00 2024-04-23T16:16:55.028 INFO:teuthology.orchestra.run.smithi129.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 3.2 MB/s | 358 kB 00:00 2024-04-23T16:16:55.045 INFO:teuthology.orchestra.run.smithi129.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 98 kB/s | 11 kB 00:00 2024-04-23T16:16:55.062 INFO:teuthology.orchestra.run.smithi129.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 176 kB/s | 18 kB 00:00 2024-04-23T16:16:55.096 INFO:teuthology.orchestra.run.smithi129.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 465 kB/s | 23 kB 00:00 2024-04-23T16:16:55.121 INFO:teuthology.orchestra.run.smithi129.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 259 kB/s | 19 kB 00:00 2024-04-23T16:16:55.146 INFO:teuthology.orchestra.run.smithi129.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 234 kB/s | 20 kB 00:00 2024-04-23T16:16:55.171 INFO:teuthology.orchestra.run.smithi129.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 613 kB/s | 46 kB 00:00 2024-04-23T16:16:55.197 INFO:teuthology.orchestra.run.smithi129.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-04-23T16:16:55.247 INFO:teuthology.orchestra.run.smithi129.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.7 MB/s | 272 kB 00:00 2024-04-23T16:16:55.272 INFO:teuthology.orchestra.run.smithi129.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 164 kB/s | 16 kB 00:00 2024-04-23T16:16:55.322 INFO:teuthology.orchestra.run.smithi129.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 720 kB/s | 90 kB 00:00 2024-04-23T16:16:55.348 INFO:teuthology.orchestra.run.smithi129.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 357 kB/s | 36 kB 00:00 2024-04-23T16:16:55.390 INFO:teuthology.orchestra.run.smithi129.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.4 MB/s | 230 kB 00:00 2024-04-23T16:16:55.465 INFO:teuthology.orchestra.run.smithi129.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.9 MB/s | 427 kB 00:00 2024-04-23T16:16:55.490 INFO:teuthology.orchestra.run.smithi129.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 140 kB/s | 20 kB 00:00 2024-04-23T16:16:55.494 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-04-23T16:16:55.494 INFO:teuthology.orchestra.run.smithi129.stdout:Total 7.0 MB/s | 30 MB 00:04 2024-04-23T16:16:55.621 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-23T16:16:55.621 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /sys 2024-04-23T16:16:55.622 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /proc 2024-04-23T16:16:55.622 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /mnt 2024-04-23T16:16:55.622 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /var/tmp 2024-04-23T16:16:55.622 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /home 2024-04-23T16:16:55.622 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /root 2024-04-23T16:16:55.622 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /tmp 2024-04-23T16:16:55.622 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-23T16:16:55.630 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-04-23T16:16:55.669 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-04-23T16:16:55.669 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-04-23T16:16:55.965 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-04-23T16:16:55.966 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-04-23T16:16:56.000 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-04-23T16:16:56.060 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-23T16:16:56.092 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-23T16:16:56.120 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-23T16:16:56.191 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-23T16:16:56.236 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-23T16:16:56.269 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-23T16:16:56.360 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-23T16:16:56.439 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-23T16:16:56.480 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-23T16:16:56.515 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-23T16:16:56.545 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-23T16:16:56.578 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-23T16:16:56.579 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-23T16:16:56.603 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-23T16:16:56.603 INFO:teuthology.orchestra.run.smithi171.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T16:16:56.603 INFO:teuthology.orchestra.run.smithi171.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-23T16:16:56.603 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-23T16:16:56.603 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-23T16:16:56.603 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-23T16:16:56.605 INFO:teuthology.orchestra.run.smithi171.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-23T16:16:56.612 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-23T16:16:56.653 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-23T16:16:56.697 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-23T16:16:56.698 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-23T16:16:56.698 INFO:teuthology.orchestra.run.smithi171.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-23T16:16:56.731 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-23T16:16:56.769 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-23T16:16:56.842 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-23T16:16:56.979 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-23T16:16:57.061 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-23T16:16:57.113 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-23T16:16:57.160 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-23T16:16:57.209 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-23T16:16:57.222 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-04-23T16:16:57.265 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-23T16:16:57.293 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-23T16:16:57.326 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-23T16:16:57.354 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-23T16:16:57.427 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-23T16:16:57.450 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-23T16:16:57.470 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-23T16:16:57.498 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-23T16:16:57.502 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-23T16:16:57.575 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-23T16:16:57.596 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-23T16:16:57.665 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-23T16:16:57.682 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-23T16:16:57.705 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-23T16:16:57.729 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-23T16:16:57.764 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-23T16:16:57.794 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-23T16:16:57.821 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-23T16:16:57.828 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-23T16:16:57.862 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-23T16:16:57.903 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-23T16:16:57.926 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-23T16:16:57.926 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 1/34 2024-04-23T16:16:57.926 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2/34 2024-04-23T16:16:57.927 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 3/34 2024-04-23T16:16:57.927 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 4/34 2024-04-23T16:16:57.927 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 5/34 2024-04-23T16:16:57.927 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 6/34 2024-04-23T16:16:57.927 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-23T16:16:57.927 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 8/34 2024-04-23T16:16:57.927 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 9/34 2024-04-23T16:16:57.927 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 10/34 2024-04-23T16:16:57.927 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 11/34 2024-04-23T16:16:57.927 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-23T16:16:57.927 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 13/34 2024-04-23T16:16:57.927 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-23T16:16:57.927 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-23T16:16:57.928 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-23T16:16:57.928 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-23T16:16:57.928 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-23T16:16:57.928 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-23T16:16:57.928 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-23T16:16:57.928 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-23T16:16:57.928 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-23T16:16:57.928 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-23T16:16:57.928 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-23T16:16:57.928 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-23T16:16:57.928 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-23T16:16:57.928 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-23T16:16:57.929 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-23T16:16:57.929 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-23T16:16:57.929 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-23T16:16:57.929 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-23T16:16:57.929 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-23T16:16:57.929 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 33/34 2024-04-23T16:16:57.946 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-23T16:16:57.979 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 31/36 2024-04-23T16:16:57.980 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-23T16:16:58.007 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-23T16:16:58.018 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-23T16:16:58.032 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-23T16:16:58.033 INFO:teuthology.orchestra.run.smithi087.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T16:16:58.033 INFO:teuthology.orchestra.run.smithi087.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-23T16:16:58.033 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-23T16:16:58.033 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-23T16:16:58.033 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:16:58.093 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-23T16:16:58.233 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-23T16:16:58.319 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-23T16:16:58.380 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-23T16:16:58.418 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-23T16:16:58.474 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-23T16:16:58.531 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-23T16:16:58.710 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-23T16:16:58.710 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-23T16:16:58.710 INFO:teuthology.orchestra.run.smithi171.stdout:Upgraded: 2024-04-23T16:16:58.710 INFO:teuthology.orchestra.run.smithi171.stdout: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:58.710 INFO:teuthology.orchestra.run.smithi171.stdout: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:58.710 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-04-23T16:16:58.710 INFO:teuthology.orchestra.run.smithi171.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-23T16:16:58.710 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:58.710 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:58.711 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:58.711 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:58.711 INFO:teuthology.orchestra.run.smithi171.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-23T16:16:58.711 INFO:teuthology.orchestra.run.smithi171.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-23T16:16:58.711 INFO:teuthology.orchestra.run.smithi171.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-23T16:16:58.711 INFO:teuthology.orchestra.run.smithi171.stdout: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:58.711 INFO:teuthology.orchestra.run.smithi171.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-23T16:16:58.711 INFO:teuthology.orchestra.run.smithi171.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-23T16:16:58.711 INFO:teuthology.orchestra.run.smithi171.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-23T16:16:58.711 INFO:teuthology.orchestra.run.smithi171.stdout: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:58.711 INFO:teuthology.orchestra.run.smithi171.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-23T16:16:58.711 INFO:teuthology.orchestra.run.smithi171.stdout: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:58.711 INFO:teuthology.orchestra.run.smithi171.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-23T16:16:58.711 INFO:teuthology.orchestra.run.smithi171.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-23T16:16:58.711 INFO:teuthology.orchestra.run.smithi171.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-23T16:16:58.712 INFO:teuthology.orchestra.run.smithi171.stdout: python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:58.712 INFO:teuthology.orchestra.run.smithi171.stdout: python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:58.712 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:58.712 INFO:teuthology.orchestra.run.smithi171.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-23T16:16:58.712 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:58.712 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:58.712 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:16:58.712 INFO:teuthology.orchestra.run.smithi171.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-23T16:16:58.712 INFO:teuthology.orchestra.run.smithi171.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-23T16:16:58.712 INFO:teuthology.orchestra.run.smithi171.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-23T16:16:58.712 INFO:teuthology.orchestra.run.smithi171.stdout: re2-1:20211101-3.el9.x86_64 2024-04-23T16:16:58.712 INFO:teuthology.orchestra.run.smithi171.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-23T16:16:58.712 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-23T16:16:58.712 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-23T16:16:58.717 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-23T16:16:58.763 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-23T16:16:58.833 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-23T16:16:58.923 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-23T16:16:58.961 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-test 2024-04-23T16:16:58.970 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-23T16:16:59.086 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-23T16:16:59.244 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 31/36 2024-04-23T16:16:59.272 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-23T16:16:59.297 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-23T16:16:59.297 INFO:teuthology.orchestra.run.smithi129.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T16:16:59.298 INFO:teuthology.orchestra.run.smithi129.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-23T16:16:59.298 INFO:teuthology.orchestra.run.smithi129.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-23T16:16:59.298 INFO:teuthology.orchestra.run.smithi129.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-23T16:16:59.298 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:16:59.475 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-23T16:16:59.500 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-23T16:16:59.500 INFO:teuthology.orchestra.run.smithi087.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T16:16:59.501 INFO:teuthology.orchestra.run.smithi087.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-23T16:16:59.501 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-23T16:16:59.501 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-23T16:16:59.501 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:16:59.501 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:00:28 ago on Tue 23 Apr 2024 04:16:31 PM UTC. 2024-04-23T16:16:59.622 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-23T16:16:59.622 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-23T16:16:59.622 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-04-23T16:16:59.622 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-23T16:16:59.622 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-04-23T16:16:59.622 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-test x86_64 2:19.0.0-3211.g5d349943.el7 ceph 49 M 2024-04-23T16:16:59.623 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-04-23T16:16:59.623 INFO:teuthology.orchestra.run.smithi171.stdout: libcephsqlite x86_64 2:19.0.0-3211.g5d349943.el7 ceph 163 k 2024-04-23T16:16:59.623 INFO:teuthology.orchestra.run.smithi171.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-23T16:16:59.623 INFO:teuthology.orchestra.run.smithi171.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-23T16:16:59.623 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-23T16:16:59.623 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-04-23T16:16:59.623 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-23T16:16:59.623 INFO:teuthology.orchestra.run.smithi171.stdout:Install 4 Packages 2024-04-23T16:16:59.623 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-23T16:16:59.624 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 50 M 2024-04-23T16:16:59.624 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 210 M 2024-04-23T16:16:59.624 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-04-23T16:16:59.913 INFO:teuthology.orchestra.run.smithi171.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.8 MB/s | 305 kB 00:00 2024-04-23T16:16:59.951 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-23T16:16:59.963 INFO:teuthology.orchestra.run.smithi171.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 64 kB 00:00 2024-04-23T16:16:59.974 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-23T16:16:59.974 INFO:teuthology.orchestra.run.smithi087.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T16:16:59.974 INFO:teuthology.orchestra.run.smithi087.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-23T16:16:59.974 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-23T16:16:59.974 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-23T16:16:59.975 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:17:00.022 INFO:teuthology.orchestra.run.smithi171.stdout:(3/4): libcephsqlite-19.0.0-3211.g5d349943.el7. 595 kB/s | 163 kB 00:00 2024-04-23T16:17:00.193 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-23T16:17:00.216 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-23T16:17:00.216 INFO:teuthology.orchestra.run.smithi087.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T16:17:00.216 INFO:teuthology.orchestra.run.smithi087.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-23T16:17:00.216 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-23T16:17:00.216 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-23T16:17:00.216 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:17:00.281 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-23T16:17:00.740 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-23T16:17:00.766 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-23T16:17:00.766 INFO:teuthology.orchestra.run.smithi129.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T16:17:00.766 INFO:teuthology.orchestra.run.smithi129.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-23T16:17:00.766 INFO:teuthology.orchestra.run.smithi129.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-23T16:17:00.766 INFO:teuthology.orchestra.run.smithi129.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-23T16:17:00.766 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:17:01.207 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-23T16:17:01.230 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-23T16:17:01.230 INFO:teuthology.orchestra.run.smithi129.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T16:17:01.230 INFO:teuthology.orchestra.run.smithi129.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-23T16:17:01.230 INFO:teuthology.orchestra.run.smithi129.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-23T16:17:01.230 INFO:teuthology.orchestra.run.smithi129.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-23T16:17:01.230 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:17:01.458 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-23T16:17:01.481 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-23T16:17:01.481 INFO:teuthology.orchestra.run.smithi129.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T16:17:01.481 INFO:teuthology.orchestra.run.smithi129.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-23T16:17:01.481 INFO:teuthology.orchestra.run.smithi129.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-23T16:17:01.481 INFO:teuthology.orchestra.run.smithi129.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-23T16:17:01.481 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:17:01.544 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-23T16:17:02.060 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-23T16:17:02.061 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 1/36 2024-04-23T16:17:02.061 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2/36 2024-04-23T16:17:02.061 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 3/36 2024-04-23T16:17:02.061 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 4/36 2024-04-23T16:17:02.061 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 5/36 2024-04-23T16:17:02.061 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 6/36 2024-04-23T16:17:02.061 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-23T16:17:02.061 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-23T16:17:02.061 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-23T16:17:02.061 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-23T16:17:02.061 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-23T16:17:02.061 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-23T16:17:02.062 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-23T16:17:02.062 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-23T16:17:02.062 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-23T16:17:02.062 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-23T16:17:02.062 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-23T16:17:02.062 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-23T16:17:02.062 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-23T16:17:02.062 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-23T16:17:02.062 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-23T16:17:02.062 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-23T16:17:02.062 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-23T16:17:02.062 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-23T16:17:02.062 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-23T16:17:02.062 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-23T16:17:02.063 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-23T16:17:02.063 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-23T16:17:02.063 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-23T16:17:02.063 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-23T16:17:02.063 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-23T16:17:02.064 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-23T16:17:02.064 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-23T16:17:02.064 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-23T16:17:02.064 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-23T16:17:02.550 INFO:teuthology.orchestra.run.smithi171.stdout:(4/4): ceph-test-19.0.0-3211.g5d349943.el7.x86_ 17 MB/s | 49 MB 00:02 2024-04-23T16:17:02.552 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-04-23T16:17:02.553 INFO:teuthology.orchestra.run.smithi171.stdout:Total 17 MB/s | 50 MB 00:02 2024-04-23T16:17:02.579 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-04-23T16:17:02.599 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-04-23T16:17:02.599 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-04-23T16:17:02.970 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-04-23T16:17:02.970 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-04-23T16:17:03.104 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-23T16:17:03.104 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:17:03.104 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2024-04-23T16:17:03.104 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:17:03.104 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:17:03.104 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:17:03.105 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7.noarch 2024-04-23T16:17:03.105 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:17:03.105 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:17:03.105 INFO:teuthology.orchestra.run.smithi087.stdout: lua-5.4.4-4.el9.x86_64 2024-04-23T16:17:03.105 INFO:teuthology.orchestra.run.smithi087.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-23T16:17:03.105 INFO:teuthology.orchestra.run.smithi087.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-23T16:17:03.105 INFO:teuthology.orchestra.run.smithi087.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-23T16:17:03.105 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-23T16:17:03.105 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-23T16:17:03.105 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-23T16:17:03.105 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-23T16:17:03.105 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-23T16:17:03.105 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-23T16:17:03.105 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-23T16:17:03.106 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-23T16:17:03.106 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-23T16:17:03.106 INFO:teuthology.orchestra.run.smithi087.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-23T16:17:03.106 INFO:teuthology.orchestra.run.smithi087.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-23T16:17:03.106 INFO:teuthology.orchestra.run.smithi087.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-23T16:17:03.106 INFO:teuthology.orchestra.run.smithi087.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-23T16:17:03.106 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-23T16:17:03.106 INFO:teuthology.orchestra.run.smithi087.stdout: python3-ply-3.11-14.el9.noarch 2024-04-23T16:17:03.106 INFO:teuthology.orchestra.run.smithi087.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-23T16:17:03.106 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-23T16:17:03.106 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-23T16:17:03.106 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-23T16:17:03.106 INFO:teuthology.orchestra.run.smithi087.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-23T16:17:03.106 INFO:teuthology.orchestra.run.smithi087.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-23T16:17:03.107 INFO:teuthology.orchestra.run.smithi087.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-23T16:17:03.107 INFO:teuthology.orchestra.run.smithi087.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-23T16:17:03.107 INFO:teuthology.orchestra.run.smithi087.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-23T16:17:03.107 INFO:teuthology.orchestra.run.smithi087.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-23T16:17:03.107 INFO:teuthology.orchestra.run.smithi087.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-23T16:17:03.107 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:17:03.107 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-04-23T16:17:03.285 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-23T16:17:03.285 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 1/36 2024-04-23T16:17:03.286 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2/36 2024-04-23T16:17:03.286 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 3/36 2024-04-23T16:17:03.286 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 4/36 2024-04-23T16:17:03.286 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 5/36 2024-04-23T16:17:03.286 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 6/36 2024-04-23T16:17:03.286 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-23T16:17:03.286 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-23T16:17:03.286 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-23T16:17:03.286 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-23T16:17:03.286 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-23T16:17:03.287 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-23T16:17:03.287 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-23T16:17:03.287 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-23T16:17:03.287 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-23T16:17:03.287 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-23T16:17:03.287 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-23T16:17:03.287 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-23T16:17:03.287 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-23T16:17:03.287 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-23T16:17:03.287 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-23T16:17:03.287 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-23T16:17:03.287 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-23T16:17:03.287 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-23T16:17:03.287 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-23T16:17:03.287 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-23T16:17:03.288 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-23T16:17:03.289 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-23T16:17:03.289 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-23T16:17:03.289 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-23T16:17:03.289 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-23T16:17:03.289 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-23T16:17:03.289 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-23T16:17:03.289 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-23T16:17:03.289 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-23T16:17:03.440 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install ceph-base 2024-04-23T16:17:03.492 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-04-23T16:17:03.568 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-23T16:17:03.608 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-23T16:17:03.636 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-23T16:17:03.954 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:00:57 ago on Tue 23 Apr 2024 04:16:06 PM UTC. 2024-04-23T16:17:04.032 INFO:teuthology.orchestra.run.smithi087.stdout:Package ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 is already installed. 2024-04-23T16:17:04.072 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-04-23T16:17:04.074 INFO:teuthology.orchestra.run.smithi087.stdout:Nothing to do. 2024-04-23T16:17:04.074 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-04-23T16:17:04.135 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install cephadm 2024-04-23T16:17:04.180 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-23T16:17:04.180 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:17:04.180 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-04-23T16:17:04.180 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:17:04.180 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:17:04.180 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:17:04.180 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7.noarch 2024-04-23T16:17:04.180 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:17:04.180 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:17:04.180 INFO:teuthology.orchestra.run.smithi129.stdout: lua-5.4.4-4.el9.x86_64 2024-04-23T16:17:04.181 INFO:teuthology.orchestra.run.smithi129.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-23T16:17:04.181 INFO:teuthology.orchestra.run.smithi129.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-23T16:17:04.181 INFO:teuthology.orchestra.run.smithi129.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-23T16:17:04.181 INFO:teuthology.orchestra.run.smithi129.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-23T16:17:04.181 INFO:teuthology.orchestra.run.smithi129.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-23T16:17:04.181 INFO:teuthology.orchestra.run.smithi129.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-23T16:17:04.181 INFO:teuthology.orchestra.run.smithi129.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-23T16:17:04.181 INFO:teuthology.orchestra.run.smithi129.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-23T16:17:04.181 INFO:teuthology.orchestra.run.smithi129.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-23T16:17:04.181 INFO:teuthology.orchestra.run.smithi129.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-23T16:17:04.181 INFO:teuthology.orchestra.run.smithi129.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-23T16:17:04.181 INFO:teuthology.orchestra.run.smithi129.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-23T16:17:04.181 INFO:teuthology.orchestra.run.smithi129.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-23T16:17:04.181 INFO:teuthology.orchestra.run.smithi129.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-23T16:17:04.182 INFO:teuthology.orchestra.run.smithi129.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-23T16:17:04.182 INFO:teuthology.orchestra.run.smithi129.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-23T16:17:04.182 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-23T16:17:04.182 INFO:teuthology.orchestra.run.smithi129.stdout: python3-ply-3.11-14.el9.noarch 2024-04-23T16:17:04.182 INFO:teuthology.orchestra.run.smithi129.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-23T16:17:04.182 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-23T16:17:04.182 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-23T16:17:04.182 INFO:teuthology.orchestra.run.smithi129.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-23T16:17:04.182 INFO:teuthology.orchestra.run.smithi129.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-23T16:17:04.182 INFO:teuthology.orchestra.run.smithi129.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-23T16:17:04.182 INFO:teuthology.orchestra.run.smithi129.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-23T16:17:04.182 INFO:teuthology.orchestra.run.smithi129.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-23T16:17:04.182 INFO:teuthology.orchestra.run.smithi129.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-23T16:17:04.182 INFO:teuthology.orchestra.run.smithi129.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-23T16:17:04.183 INFO:teuthology.orchestra.run.smithi129.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-23T16:17:04.183 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:17:04.183 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-23T16:17:04.564 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install ceph-base 2024-04-23T16:17:04.641 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:00:58 ago on Tue 23 Apr 2024 04:16:06 PM UTC. 2024-04-23T16:17:04.762 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-04-23T16:17:04.763 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-04-23T16:17:04.763 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repository Size 2024-04-23T16:17:04.763 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-04-23T16:17:04.763 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2024-04-23T16:17:04.764 INFO:teuthology.orchestra.run.smithi087.stdout: cephadm noarch 2:19.0.0-3211.g5d349943.el9 ceph-noarch 762 k 2024-04-23T16:17:04.764 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:17:04.764 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-04-23T16:17:04.764 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-04-23T16:17:04.764 INFO:teuthology.orchestra.run.smithi087.stdout:Install 1 Package 2024-04-23T16:17:04.764 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:17:04.764 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 762 k 2024-04-23T16:17:04.764 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 769 k 2024-04-23T16:17:04.764 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2024-04-23T16:17:05.078 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:00:59 ago on Tue 23 Apr 2024 04:16:06 PM UTC. 2024-04-23T16:17:05.159 INFO:teuthology.orchestra.run.smithi129.stdout:Package ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 is already installed. 2024-04-23T16:17:05.200 INFO:teuthology.orchestra.run.smithi087.stdout:cephadm-19.0.0-3211.g5d349943.el9.noarch.rpm 1.7 MB/s | 762 kB 00:00 2024-04-23T16:17:05.201 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-23T16:17:05.201 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-04-23T16:17:05.201 INFO:teuthology.orchestra.run.smithi087.stdout:Total 1.7 MB/s | 762 kB 00:00 2024-04-23T16:17:05.201 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-04-23T16:17:05.201 INFO:teuthology.orchestra.run.smithi129.stdout:Nothing to do. 2024-04-23T16:17:05.202 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-23T16:17:05.206 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-04-23T16:17:05.206 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-04-23T16:17:05.212 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-04-23T16:17:05.212 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-04-23T16:17:05.268 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install cephadm 2024-04-23T16:17:05.283 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-04-23T16:17:05.748 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-23T16:17:05.775 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:00:59 ago on Tue 23 Apr 2024 04:16:06 PM UTC. 2024-04-23T16:17:05.836 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-23T16:17:05.894 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-23T16:17:05.894 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-23T16:17:05.894 INFO:teuthology.orchestra.run.smithi129.stdout: Package Arch Version Repository Size 2024-04-23T16:17:05.895 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-23T16:17:05.895 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2024-04-23T16:17:05.895 INFO:teuthology.orchestra.run.smithi129.stdout: cephadm noarch 2:19.0.0-3211.g5d349943.el9 ceph-noarch 762 k 2024-04-23T16:17:05.895 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:17:05.895 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-04-23T16:17:05.895 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-23T16:17:05.895 INFO:teuthology.orchestra.run.smithi129.stdout:Install 1 Package 2024-04-23T16:17:05.895 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:17:05.895 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 762 k 2024-04-23T16:17:05.895 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 769 k 2024-04-23T16:17:05.895 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-04-23T16:17:06.146 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-23T16:17:06.324 INFO:teuthology.orchestra.run.smithi129.stdout:cephadm-19.0.0-3211.g5d349943.el9.noarch.rpm 1.7 MB/s | 762 kB 00:00 2024-04-23T16:17:06.324 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-04-23T16:17:06.324 INFO:teuthology.orchestra.run.smithi129.stdout:Total 1.7 MB/s | 762 kB 00:00 2024-04-23T16:17:06.324 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-04-23T16:17:06.329 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-04-23T16:17:06.329 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-04-23T16:17:06.335 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-04-23T16:17:06.335 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-04-23T16:17:06.356 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-23T16:17:06.357 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:17:06.357 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2024-04-23T16:17:06.357 INFO:teuthology.orchestra.run.smithi087.stdout: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 2024-04-23T16:17:06.357 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:17:06.357 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-04-23T16:17:06.405 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-04-23T16:17:06.560 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install ceph-immutable-object-cache 2024-04-23T16:17:06.846 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-23T16:17:06.925 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-23T16:17:07.076 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:01 ago on Tue 23 Apr 2024 04:16:06 PM UTC. 2024-04-23T16:17:07.197 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-04-23T16:17:07.197 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-04-23T16:17:07.197 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repo Size 2024-04-23T16:17:07.197 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-04-23T16:17:07.198 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2024-04-23T16:17:07.198 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3211.g5d349943.el7 ceph 145 k 2024-04-23T16:17:07.198 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:17:07.198 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-04-23T16:17:07.198 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-04-23T16:17:07.198 INFO:teuthology.orchestra.run.smithi087.stdout:Install 1 Package 2024-04-23T16:17:07.198 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:17:07.198 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 145 k 2024-04-23T16:17:07.198 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 435 k 2024-04-23T16:17:07.198 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2024-04-23T16:17:07.251 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-23T16:17:07.414 INFO:teuthology.orchestra.run.smithi087.stdout:ceph-immutable-object-cache-19.0.0-3211.g5d3499 670 kB/s | 145 kB 00:00 2024-04-23T16:17:07.415 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-04-23T16:17:07.415 INFO:teuthology.orchestra.run.smithi087.stdout:Total 665 kB/s | 145 kB 00:00 2024-04-23T16:17:07.415 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-04-23T16:17:07.423 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-04-23T16:17:07.423 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-04-23T16:17:07.467 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-23T16:17:07.467 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:17:07.467 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-04-23T16:17:07.467 INFO:teuthology.orchestra.run.smithi129.stdout: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 2024-04-23T16:17:07.467 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:17:07.467 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-23T16:17:07.480 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-04-23T16:17:07.480 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-04-23T16:17:07.626 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-04-23T16:17:07.685 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install ceph-immutable-object-cache 2024-04-23T16:17:07.707 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-23T16:17:07.731 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-23T16:17:07.731 INFO:teuthology.orchestra.run.smithi087.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T16:17:07.731 INFO:teuthology.orchestra.run.smithi087.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-23T16:17:07.731 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:17:08.200 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:02 ago on Tue 23 Apr 2024 04:16:06 PM UTC. 2024-04-23T16:17:08.257 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-23T16:17:08.320 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-23T16:17:08.321 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-23T16:17:08.321 INFO:teuthology.orchestra.run.smithi129.stdout: Package Arch Version Repo Size 2024-04-23T16:17:08.321 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-23T16:17:08.321 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2024-04-23T16:17:08.321 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3211.g5d349943.el7 ceph 145 k 2024-04-23T16:17:08.321 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:17:08.321 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-04-23T16:17:08.321 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-04-23T16:17:08.321 INFO:teuthology.orchestra.run.smithi129.stdout:Install 1 Package 2024-04-23T16:17:08.322 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:17:08.322 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 145 k 2024-04-23T16:17:08.322 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 435 k 2024-04-23T16:17:08.322 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-04-23T16:17:08.383 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-23T16:17:08.545 INFO:teuthology.orchestra.run.smithi129.stdout:ceph-immutable-object-cache-19.0.0-3211.g5d3499 649 kB/s | 145 kB 00:00 2024-04-23T16:17:08.546 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-04-23T16:17:08.546 INFO:teuthology.orchestra.run.smithi129.stdout:Total 643 kB/s | 145 kB 00:00 2024-04-23T16:17:08.546 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-04-23T16:17:08.554 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-04-23T16:17:08.554 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-04-23T16:17:08.611 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-04-23T16:17:08.611 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-04-23T16:17:08.640 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-23T16:17:08.640 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:17:08.640 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2024-04-23T16:17:08.640 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-immutable-object-cache-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:17:08.641 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-23T16:17:08.641 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-04-23T16:17:08.756 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-04-23T16:17:08.841 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install ceph-mgr 2024-04-23T16:17:08.846 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-23T16:17:08.870 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-23T16:17:08.870 INFO:teuthology.orchestra.run.smithi129.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-23T16:17:08.870 INFO:teuthology.orchestra.run.smithi129.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-23T16:17:08.870 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:17:09.347 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:03 ago on Tue 23 Apr 2024 04:16:06 PM UTC. 2024-04-23T16:17:09.428 INFO:teuthology.orchestra.run.smithi087.stdout:Package ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 is already installed. 2024-04-23T16:17:09.471 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-04-23T16:17:09.472 INFO:teuthology.orchestra.run.smithi087.stdout:Nothing to do. 2024-04-23T16:17:09.473 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-04-23T16:17:09.535 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install ceph-mgr-dashboard 2024-04-23T16:17:09.766 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-23T16:17:09.767 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:17:09.767 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-04-23T16:17:09.767 INFO:teuthology.orchestra.run.smithi129.stdout: ceph-immutable-object-cache-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:17:09.767 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-04-23T16:17:09.767 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-23T16:17:09.980 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install ceph-mgr 2024-04-23T16:17:10.039 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:04 ago on Tue 23 Apr 2024 04:16:06 PM UTC. 2024-04-23T16:17:10.168 INFO:teuthology.orchestra.run.smithi087.stderr:Error: 2024-04-23T16:17:10.168 INFO:teuthology.orchestra.run.smithi087.stderr: Problem: cannot install the best candidate for the job 2024-04-23T16:17:10.168 INFO:teuthology.orchestra.run.smithi087.stderr: - nothing provides ceph-mgr = 2:19.0.0-3211.g5d349943.el9 needed by ceph-mgr-dashboard-2:19.0.0-3211.g5d349943.el9.noarch from ceph-noarch 2024-04-23T16:17:10.169 INFO:teuthology.orchestra.run.smithi087.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2024-04-23T16:17:10.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T16:17:10.204 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi087 with status 1: 'sudo yum -y install ceph-mgr-dashboard' 2024-04-23T16:17:10.206 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi087 with status 1: 'sudo yum -y install ceph-mgr-dashboard' 2024-04-23T16:17:10.428 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=cdea1c295e664eb5b13fd52d1120738a Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi087 with status 1: 'sudo yum -y install ceph-mgr-dashboard' 2024-04-23T16:17:10.432 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-23T16:17:10.441 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-23T16:17:10.461 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-23T16:17:10.461 DEBUG:teuthology.orchestra.run.smithi087:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-23T16:17:10.475 DEBUG:teuthology.orchestra.run.smithi129:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-23T16:17:10.477 DEBUG:teuthology.orchestra.run.smithi171:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-23T16:17:10.479 INFO:teuthology.orchestra.run.smithi087.stderr:bash: line 1: ntpq: command not found 2024-04-23T16:17:10.483 INFO:teuthology.orchestra.run.smithi087.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-23T16:17:10.483 INFO:teuthology.orchestra.run.smithi087.stdout:=============================================================================== 2024-04-23T16:17:10.483 INFO:teuthology.orchestra.run.smithi087.stdout:^- hv01.front.sepia.ceph.com 2 6 37 14 +2081us[+2081us] +/- 576ms 2024-04-23T16:17:10.483 INFO:teuthology.orchestra.run.smithi087.stdout:^* hv02.front.sepia.ceph.com 3 6 37 14 -311us[ -313us] +/- 56ms 2024-04-23T16:17:10.483 INFO:teuthology.orchestra.run.smithi087.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 14 +465us[ +465us] +/- 87ms 2024-04-23T16:17:10.484 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T16:17:10.488 INFO:teuthology.orchestra.run.smithi129.stderr:bash: line 1: ntpq: command not found 2024-04-23T16:17:10.490 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:04 ago on Tue 23 Apr 2024 04:16:06 PM UTC. 2024-04-23T16:17:10.491 INFO:teuthology.orchestra.run.smithi129.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-23T16:17:10.491 INFO:teuthology.orchestra.run.smithi129.stdout:=============================================================================== 2024-04-23T16:17:10.492 INFO:teuthology.orchestra.run.smithi129.stdout:^- hv01.front.sepia.ceph.com 2 6 37 15 +2106us[+2106us] +/- 576ms 2024-04-23T16:17:10.492 INFO:teuthology.orchestra.run.smithi129.stdout:^* hv02.front.sepia.ceph.com 3 6 37 15 -318us[ -336us] +/- 56ms 2024-04-23T16:17:10.492 INFO:teuthology.orchestra.run.smithi129.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 15 +500us[ +482us] +/- 87ms 2024-04-23T16:17:10.492 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T16:17:10.495 INFO:teuthology.orchestra.run.smithi171.stderr:bash: line 1: ntpq: command not found 2024-04-23T16:17:10.499 INFO:teuthology.orchestra.run.smithi171.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-23T16:17:10.499 INFO:teuthology.orchestra.run.smithi171.stdout:=============================================================================== 2024-04-23T16:17:10.499 INFO:teuthology.orchestra.run.smithi171.stdout:^- hv01.front.sepia.ceph.com 2 6 37 14 +2141us[+2141us] +/- 576ms 2024-04-23T16:17:10.499 INFO:teuthology.orchestra.run.smithi171.stdout:^* hv02.front.sepia.ceph.com 3 6 37 15 -291us[ -334us] +/- 56ms 2024-04-23T16:17:10.499 INFO:teuthology.orchestra.run.smithi171.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 14 +514us[ +514us] +/- 87ms 2024-04-23T16:17:10.500 INFO:teuthology.orchestra.run.smithi171.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-23T16:17:10.501 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-23T16:17:10.509 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-23T16:17:10.509 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-23T16:17:10.518 DEBUG:teuthology.orchestra.run.smithi087:> 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 2024-04-23T16:17:10.571 INFO:teuthology.orchestra.run.smithi129.stdout:Package ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 is already installed. 2024-04-23T16:17:10.579 DEBUG:teuthology.orchestra.run.smithi129:> 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 2024-04-23T16:17:10.615 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-04-23T16:17:10.617 INFO:teuthology.orchestra.run.smithi129.stdout:Nothing to do. 2024-04-23T16:17:10.617 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-04-23T16:17:10.659 DEBUG:teuthology.orchestra.run.smithi171:> 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 2024-04-23T16:17:10.685 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum -y install ceph-mgr-dashboard 2024-04-23T16:17:10.717 DEBUG:teuthology.orchestra.run.smithi087:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-23T16:17:10.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T16:17:10.743 DEBUG:teuthology.orchestra.run.smithi129:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-23T16:17:10.794 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T16:17:10.795 DEBUG:teuthology.orchestra.run.smithi171:> 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 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-23T16:17:10.806 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-23T16:17:10.806 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 1/4 2024-04-23T16:17:10.806 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2/4 2024-04-23T16:17:10.806 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-23T16:17:10.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T16:17:10.824 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-23T16:17:10.832 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-23T16:17:10.841 INFO:teuthology.task.internal:Duration was 303.707385 seconds 2024-04-23T16:17:10.841 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-23T16:17:10.850 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-23T16:17:10.851 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-23T16:17:10.853 DEBUG:teuthology.orchestra.run.smithi129:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-23T16:17:10.855 DEBUG:teuthology.orchestra.run.smithi171:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-23T16:17:10.886 INFO:teuthology.orchestra.run.smithi087.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-23T16:17:10.890 INFO:teuthology.orchestra.run.smithi129.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-23T16:17:10.902 INFO:teuthology.orchestra.run.smithi171.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-23T16:17:11.077 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-23T16:17:11.077 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-23T16:17:11.078 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-04-23T16:17:11.078 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:17:11.078 INFO:teuthology.orchestra.run.smithi171.stdout: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-23T16:17:11.078 INFO:teuthology.orchestra.run.smithi171.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-23T16:17:11.078 INFO:teuthology.orchestra.run.smithi171.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-23T16:17:11.078 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-23T16:17:11.078 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-23T16:17:11.241 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:05 ago on Tue 23 Apr 2024 04:16:06 PM UTC. 2024-04-23T16:17:11.372 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph 2024-04-23T16:17:11.374 INFO:teuthology.orchestra.run.smithi129.stderr:Error: 2024-04-23T16:17:11.374 INFO:teuthology.orchestra.run.smithi129.stderr: Problem: cannot install the best candidate for the job 2024-04-23T16:17:11.374 INFO:teuthology.orchestra.run.smithi129.stderr: - nothing provides ceph-mgr = 2:19.0.0-3211.g5d349943.el9 needed by ceph-mgr-dashboard-2:19.0.0-3211.g5d349943.el9.noarch from ceph-noarch 2024-04-23T16:17:11.374 INFO:teuthology.orchestra.run.smithi129.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2024-04-23T16:17:11.376 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-23T16:17:11.376 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi087.front.sepia.ceph.com 2024-04-23T16:17:11.376 DEBUG:teuthology.orchestra.run.smithi087:> 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 2024-04-23T16:17:11.406 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T16:17:11.437 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi129.front.sepia.ceph.com 2024-04-23T16:17:11.437 DEBUG:teuthology.orchestra.run.smithi129:> 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 2024-04-23T16:17:11.479 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi171.front.sepia.ceph.com 2024-04-23T16:17:11.479 DEBUG:teuthology.orchestra.run.smithi171:> 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 2024-04-23T16:17:11.503 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-23T16:17:11.504 DEBUG:teuthology.orchestra.run.smithi087:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-23T16:17:11.506 DEBUG:teuthology.orchestra.run.smithi129:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-23T16:17:11.521 DEBUG:teuthology.orchestra.run.smithi171:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-23T16:17:11.568 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-23T16:17:11.569 DEBUG:teuthology.orchestra.run.smithi087:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-23T16:17:11.571 DEBUG:teuthology.orchestra.run.smithi129:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-23T16:17:11.586 DEBUG:teuthology.orchestra.run.smithi171:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-23T16:17:11.713 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-23T16:17:11.723 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-23T16:17:11.723 DEBUG:teuthology.orchestra.run.smithi087:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-23T16:17:11.746 DEBUG:teuthology.orchestra.run.smithi129:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-23T16:17:11.769 DEBUG:teuthology.orchestra.run.smithi171:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-23T16:17:11.793 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-23T16:17:11.803 DEBUG:teuthology.orchestra.run.smithi087:> 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 2024-04-23T16:17:11.805 DEBUG:teuthology.orchestra.run.smithi129:> 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 2024-04-23T16:17:11.812 DEBUG:teuthology.orchestra.run.smithi171:> 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 2024-04-23T16:17:11.824 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern = core 2024-04-23T16:17:11.832 INFO:teuthology.orchestra.run.smithi129.stdout:kernel.core_pattern = core 2024-04-23T16:17:11.855 INFO:teuthology.orchestra.run.smithi171.stdout:kernel.core_pattern = core 2024-04-23T16:17:11.887 DEBUG:teuthology.orchestra.run.smithi087:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-23T16:17:11.901 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T16:17:11.901 DEBUG:teuthology.orchestra.run.smithi129:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-23T16:17:11.914 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T16:17:11.915 DEBUG:teuthology.orchestra.run.smithi171:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-23T16:17:11.921 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:00:40 ago on Tue 23 Apr 2024 04:16:31 PM UTC. 2024-04-23T16:17:11.934 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-23T16:17:11.934 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-23T16:17:11.944 INFO:teuthology.task.internal:Transferring archived files... 2024-04-23T16:17:11.946 DEBUG:teuthology.misc:Transferring archived files from smithi087:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-23_14:14:08-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7669764/remote/smithi087 2024-04-23T16:17:11.947 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-23T16:17:12.003 DEBUG:teuthology.misc:Transferring archived files from smithi129:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-23_14:14:08-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7669764/remote/smithi129 2024-04-23T16:17:12.004 DEBUG:teuthology.orchestra.run.smithi129:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-23T16:17:12.047 DEBUG:teuthology.misc:Transferring archived files from smithi171:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-23_14:14:08-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7669764/remote/smithi171 2024-04-23T16:17:12.048 DEBUG:teuthology.orchestra.run.smithi171:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-23T16:17:12.048 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-23T16:17:12.049 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-23T16:17:12.049 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-04-23T16:17:12.049 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-23T16:17:12.049 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-04-23T16:17:12.049 INFO:teuthology.orchestra.run.smithi171.stdout: ceph x86_64 2:19.0.0-3211.g5d349943.el7 ceph 6.6 k 2024-04-23T16:17:12.049 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-04-23T16:17:12.049 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mds x86_64 2:19.0.0-3211.g5d349943.el7 ceph 2.4 M 2024-04-23T16:17:12.050 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr x86_64 2:19.0.0-3211.g5d349943.el7 ceph 1.5 M 2024-04-23T16:17:12.050 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3211.g5d349943.el7 ceph-noarch 249 k 2024-04-23T16:17:12.050 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mon x86_64 2:19.0.0-3211.g5d349943.el7 ceph 4.7 M 2024-04-23T16:17:12.050 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-osd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 17 M 2024-04-23T16:17:12.050 INFO:teuthology.orchestra.run.smithi171.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-23T16:17:12.050 INFO:teuthology.orchestra.run.smithi171.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-23T16:17:12.050 INFO:teuthology.orchestra.run.smithi171.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-23T16:17:12.050 INFO:teuthology.orchestra.run.smithi171.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-23T16:17:12.051 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-23T16:17:12.051 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-23T16:17:12.051 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-23T16:17:12.051 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-23T16:17:12.051 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-23T16:17:12.051 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-23T16:17:12.051 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco-collections 2024-04-23T16:17:12.051 INFO:teuthology.orchestra.run.smithi171.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-23T16:17:12.051 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-23T16:17:12.051 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-23T16:17:12.052 INFO:teuthology.orchestra.run.smithi171.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-23T16:17:12.052 INFO:teuthology.orchestra.run.smithi171.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-23T16:17:12.052 INFO:teuthology.orchestra.run.smithi171.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-23T16:17:12.052 INFO:teuthology.orchestra.run.smithi171.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-23T16:17:12.052 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-23T16:17:12.052 INFO:teuthology.orchestra.run.smithi171.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-23T16:17:12.052 INFO:teuthology.orchestra.run.smithi171.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-23T16:17:12.052 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-23T16:17:12.052 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-23T16:17:12.053 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-23T16:17:12.053 INFO:teuthology.orchestra.run.smithi171.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-23T16:17:12.053 INFO:teuthology.orchestra.run.smithi171.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-23T16:17:12.053 INFO:teuthology.orchestra.run.smithi171.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-23T16:17:12.053 INFO:teuthology.orchestra.run.smithi171.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-23T16:17:12.053 INFO:teuthology.orchestra.run.smithi171.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-23T16:17:12.053 INFO:teuthology.orchestra.run.smithi171.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-23T16:17:12.053 INFO:teuthology.orchestra.run.smithi171.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-23T16:17:12.053 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-23T16:17:12.054 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-04-23T16:17:12.054 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-23T16:17:12.054 INFO:teuthology.orchestra.run.smithi171.stdout:Install 36 Packages 2024-04-23T16:17:12.054 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-23T16:17:12.055 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 30 M 2024-04-23T16:17:12.055 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 107 M 2024-04-23T16:17:12.055 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-04-23T16:17:12.099 INFO:teuthology.task.internal:Removing archive directory... 2024-04-23T16:17:12.100 DEBUG:teuthology.orchestra.run.smithi087:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-23T16:17:12.102 DEBUG:teuthology.orchestra.run.smithi129:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-23T16:17:12.104 DEBUG:teuthology.orchestra.run.smithi171:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-23T16:17:12.149 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-23T16:17:12.162 INFO:teuthology.task.internal:Not uploading archives. 2024-04-23T16:17:12.162 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-23T16:17:12.172 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-23T16:17:12.172 DEBUG:teuthology.orchestra.run.smithi087:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-23T16:17:12.174 DEBUG:teuthology.orchestra.run.smithi129:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-23T16:17:12.177 DEBUG:teuthology.orchestra.run.smithi171:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-23T16:17:12.186 INFO:teuthology.orchestra.run.smithi087.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 23 16:17 /home/ubuntu/cephtest 2024-04-23T16:17:12.190 INFO:teuthology.orchestra.run.smithi129.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 23 16:17 /home/ubuntu/cephtest 2024-04-23T16:17:12.204 INFO:teuthology.orchestra.run.smithi171.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 23 16:17 /home/ubuntu/cephtest 2024-04-23T16:17:12.205 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-23T16:17:12.215 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-23T16:17:12.235 INFO:teuthology.nuke:Checking targets against current locks 2024-04-23T16:17:12.261 DEBUG:teuthology.nuke:shortname: smithi087 2024-04-23T16:17:12.261 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-23T16:17:12.286 DEBUG:teuthology.nuke:shortname: smithi129 2024-04-23T16:17:12.286 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-23T16:17:12.291 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi087.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-23_14:14:08-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7669764', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-23 16:06:33.542656', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD3O5lsEDfJ2k71mRWtplLDqQJHI2yOvIBonQ/38QNiJ/yZOFtcyj2BEYZ0D3Pukc97OartWinzI3V7PffzkKS0='} 2024-04-23T16:17:12.315 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi129.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-23_14:14:08-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7669764', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-23 16:06:33.540468', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNgyB83zEPCa0zTD7M+KaQpHXrwapk/ZzZwphTEf8w0+CQlNklIcRMOxbHByvDG2YPRfCzTX4OHzh2l+Ew4KOww='} 2024-04-23T16:17:12.319 DEBUG:teuthology.nuke:shortname: smithi171 2024-04-23T16:17:12.320 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-23T16:17:12.344 INFO:teuthology.orchestra.console.smithi087:Power off 2024-04-23T16:17:12.344 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-23T16:17:12.358 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi171.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-23_14:14:08-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7669764', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-23 16:06:33.544234', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDf+bmE1s/Gzi/0YT6jlX40lVHeMZCHpy72Hb9qzJXzTLfJsaFE12aw4tJ5XeK04ly8I/56+QA+42i4BWVqXXWY='} 2024-04-23T16:17:12.369 DEBUG:teuthology.orchestra.console.smithi087:power off output: Chassis Power Control: Down/Off 2024-04-23T16:17:12.369 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T16:17:12.399 INFO:teuthology.orchestra.console.smithi129:Power off 2024-04-23T16:17:12.399 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-23T16:17:12.408 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is on 2024-04-23T16:17:12.423 DEBUG:teuthology.orchestra.console.smithi129:power off output: Chassis Power Control: Down/Off 2024-04-23T16:17:12.424 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T16:17:12.441 INFO:teuthology.orchestra.console.smithi171:Power off 2024-04-23T16:17:12.442 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-23T16:17:12.451 DEBUG:teuthology.orchestra.console.smithi129:check power output: Chassis Power is on 2024-04-23T16:17:12.465 DEBUG:teuthology.orchestra.console.smithi171:power off output: Chassis Power Control: Down/Off 2024-04-23T16:17:12.465 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T16:17:12.489 DEBUG:teuthology.orchestra.console.smithi171:check power output: Chassis Power is on 2024-04-23T16:17:12.938 INFO:teuthology.orchestra.run.smithi171.stdout:(1/36): ceph-19.0.0-3211.g5d349943.el7.x86_64.r 24 kB/s | 6.6 kB 00:00 2024-04-23T16:17:13.271 INFO:teuthology.orchestra.run.smithi171.stdout:(2/36): ceph-mgr-19.0.0-3211.g5d349943.el7.x86_ 2.5 MB/s | 1.5 MB 00:00 2024-04-23T16:17:13.696 INFO:teuthology.orchestra.run.smithi171.stdout:(3/36): ceph-mon-19.0.0-3211.g5d349943.el7.x86_ 6.2 MB/s | 4.7 MB 00:00 2024-04-23T16:17:13.805 INFO:teuthology.orchestra.run.smithi171.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3211.g5d34 2.2 MB/s | 249 kB 00:00 2024-04-23T16:17:14.222 INFO:teuthology.orchestra.run.smithi171.stdout:(5/36): ceph-osd-19.0.0-3211.g5d349943.el7.x86_ 18 MB/s | 17 MB 00:00 2024-04-23T16:17:14.280 INFO:teuthology.orchestra.run.smithi171.stdout:(6/36): ceph-mds-19.0.0-3211.g5d349943.el7.x86_ 1.5 MB/s | 2.4 MB 00:01 2024-04-23T16:17:14.322 INFO:teuthology.orchestra.run.smithi171.stdout:(7/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 490 kB/s | 253 kB 00:00 2024-04-23T16:17:14.431 INFO:teuthology.orchestra.run.smithi171.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.2 MB/s | 135 kB 00:00 2024-04-23T16:17:14.540 INFO:teuthology.orchestra.run.smithi171.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.1 MB/s | 125 kB 00:00 2024-04-23T16:17:14.648 INFO:teuthology.orchestra.run.smithi171.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.9 MB/s | 215 kB 00:00 2024-04-23T16:17:14.773 INFO:teuthology.orchestra.run.smithi171.stdout:(11/36): python3-ply-3.11-14.el9.noarch.rpm 216 kB/s | 106 kB 00:00 2024-04-23T16:17:14.799 INFO:teuthology.orchestra.run.smithi171.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 188 kB 00:00 2024-04-23T16:17:14.849 INFO:teuthology.orchestra.run.smithi171.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 696 kB/s | 35 kB 00:00 2024-04-23T16:17:14.899 INFO:teuthology.orchestra.run.smithi171.stdout:(14/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-04-23T16:17:14.924 INFO:teuthology.orchestra.run.smithi171.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-04-23T16:17:14.950 INFO:teuthology.orchestra.run.smithi171.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 832 kB/s | 42 kB 00:00 2024-04-23T16:17:15.033 INFO:teuthology.orchestra.run.smithi171.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 206 kB/s | 22 kB 00:00 2024-04-23T16:17:15.076 INFO:teuthology.orchestra.run.smithi171.stdout:(18/36): python3-cryptography-36.0.1-4.el9.x86_ 1.4 MB/s | 1.2 MB 00:00 2024-04-23T16:17:15.243 INFO:teuthology.orchestra.run.smithi171.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 208 kB/s | 43 kB 00:00 2024-04-23T16:17:15.268 INFO:teuthology.orchestra.run.smithi171.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 476 kB/s | 151 kB 00:00 2024-04-23T16:17:15.326 INFO:teuthology.orchestra.run.smithi171.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 686 kB/s | 172 kB 00:00 2024-04-23T16:17:15.351 INFO:teuthology.orchestra.run.smithi171.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 128 kB/s | 11 kB 00:00 2024-04-23T16:17:15.377 INFO:teuthology.orchestra.run.smithi171.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.6 MB/s | 358 kB 00:00 2024-04-23T16:17:15.402 INFO:teuthology.orchestra.run.smithi171.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 234 kB/s | 18 kB 00:00 2024-04-23T16:17:15.427 INFO:teuthology.orchestra.run.smithi171.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 307 kB/s | 23 kB 00:00 2024-04-23T16:17:15.452 INFO:teuthology.orchestra.run.smithi171.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 257 kB/s | 19 kB 00:00 2024-04-23T16:17:15.478 INFO:teuthology.orchestra.run.smithi171.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 260 kB/s | 20 kB 00:00 2024-04-23T16:17:15.503 INFO:teuthology.orchestra.run.smithi171.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 614 kB/s | 46 kB 00:00 2024-04-23T16:17:15.528 INFO:teuthology.orchestra.run.smithi171.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-04-23T16:17:15.570 INFO:teuthology.orchestra.run.smithi171.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 246 kB/s | 16 kB 00:00 2024-04-23T16:17:15.596 INFO:teuthology.orchestra.run.smithi171.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.3 MB/s | 90 kB 00:00 2024-04-23T16:17:15.638 INFO:teuthology.orchestra.run.smithi171.stdout:(32/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.7 MB/s | 272 kB 00:00 2024-04-23T16:17:15.663 INFO:teuthology.orchestra.run.smithi171.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 388 kB/s | 36 kB 00:00 2024-04-23T16:17:15.688 INFO:teuthology.orchestra.run.smithi171.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-04-23T16:17:15.730 INFO:teuthology.orchestra.run.smithi171.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 298 kB/s | 20 kB 00:00 2024-04-23T16:17:15.755 INFO:teuthology.orchestra.run.smithi171.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.6 MB/s | 427 kB 00:00 2024-04-23T16:17:15.757 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-04-23T16:17:15.757 INFO:teuthology.orchestra.run.smithi171.stdout:Total 8.1 MB/s | 30 MB 00:03 2024-04-23T16:17:15.896 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-04-23T16:17:15.935 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-04-23T16:17:15.935 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-04-23T16:17:16.228 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-04-23T16:17:16.228 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-04-23T16:17:16.410 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T16:17:16.452 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T16:17:16.490 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T16:17:16.501 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-23T16:17:16.520 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is on 2024-04-23T16:17:16.562 DEBUG:teuthology.orchestra.console.smithi129:check power output: Chassis Power is on 2024-04-23T16:17:16.600 DEBUG:teuthology.orchestra.console.smithi171:check power output: Chassis Power is on 2024-04-23T16:17:20.525 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T16:17:20.563 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T16:17:20.600 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T16:17:20.636 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is off 2024-04-23T16:17:20.673 DEBUG:teuthology.orchestra.console.smithi129:check power output: Chassis Power is off 2024-04-23T16:17:20.710 DEBUG:teuthology.orchestra.console.smithi171:check power output: Chassis Power is on 2024-04-23T16:17:20.737 INFO:teuthology.orchestra.console.smithi087:Power off completed 2024-04-23T16:17:20.774 INFO:teuthology.orchestra.console.smithi129:Power off completed 2024-04-23T16:17:24.717 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-23T16:17:24.828 DEBUG:teuthology.orchestra.console.smithi171:check power output: Chassis Power is off 2024-04-23T16:17:24.929 INFO:teuthology.orchestra.console.smithi171:Power off completed 2024-04-23T16:17:25.033 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_set_mon_crush_locations} duration: 303.7073848247528 failure_reason: 'Command failed on smithi087 with status 1: ''sudo yum -y install ceph-mgr-dashboard''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=cdea1c295e664eb5b13fd52d1120738a status: fail success: false 2024-04-23T16:17:25.033 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-23T16:17:25.119 INFO:teuthology.run:FAIL