2024-04-30T01:15:07.800 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-30T01:15:07.800 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --verbose --name yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi --description rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} --archive /home/teuthworker/archive/yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7679570 -- /home/teuthworker/archive/yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7679570/orig.config.yaml 2024-04-30T01:15:07.830 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-30T01:15:07.948 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7679570 branch: wip-yuriw-testing-20240419.202307-squid description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} email: null first_in_suite: false job_id: '7679570' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuriw-testing-20240419.202307-squid 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 log-only-match: - CEPHADM_ sha1: 1e75c287b590db4c67b42cb1c95b9323fa8d03bc ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 1e75c287b590db4c67b42cb1c95b9323fa8d03bc selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuriw-testing-20240419.202307-squid sha1: 1e75c287b590db4c67b42cb1c95b9323fa8d03bc owner: scheduled_yuriw@teuthology priority: 99 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 1177 sha1: 1e75c287b590db4c67b42cb1c95b9323fa8d03bc sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuriw-testing-20240419.202307-squid suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_1e75c287b590db4c67b42cb1c95b9323fa8d03bc/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 1e75c287b590db4c67b42cb1c95b9323fa8d03bc targets: smithi008.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLsVh8NP7m0cvHiv/v65ZGB1x9f3dHUS/V0XbbT690MwWE1tNsp/Zhf73nn4fbh1uUCSIGqvjcaMSj1E9GGReGM= smithi071.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKeYoQboCHB0icMtwTHXrP+hlYU/b9oQ6ag3Gd3Zk4OiROOJr2JbZgH8FWrtyM7kjPJBtJ9teG/hAOlItjRsW68= smithi165.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD08anaHsQrgP2LOw0oiZPT46qAaozSBM43jmc+qjXcsO0y4qUlTiDtkoeLqSkuZF7R+xZ9TQFAP5CubOXHoNi0= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-29_21:11:03 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-30T01:15:07.948 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_1e75c287b590db4c67b42cb1c95b9323fa8d03bc/qa; will attempt to use it 2024-04-30T01:15:07.949 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_1e75c287b590db4c67b42cb1c95b9323fa8d03bc/qa/tasks 2024-04-30T01:15:07.949 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-30T01:15:07.951 INFO:teuthology.task.internal:Checking packages... 2024-04-30T01:15:07.977 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '1e75c287b590db4c67b42cb1c95b9323fa8d03bc' 2024-04-30T01:15:07.977 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-30T01:15:07.978 INFO:teuthology.packaging:ref: None 2024-04-30T01:15:07.978 INFO:teuthology.packaging:tag: None 2024-04-30T01:15:07.978 INFO:teuthology.packaging:branch: wip-yuriw-testing-20240419.202307-squid 2024-04-30T01:15:07.978 INFO:teuthology.packaging:sha1: 1e75c287b590db4c67b42cb1c95b9323fa8d03bc 2024-04-30T01:15:07.978 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuriw-testing-20240419.202307-squid 2024-04-30T01:15:08.342 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2405.g1e75c287 2024-04-30T01:15:08.344 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-30T01:15:08.350 INFO:teuthology.task.internal:no buildpackages task found 2024-04-30T01:15:08.351 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-30T01:15:08.357 INFO:teuthology.task.internal:Saving configuration 2024-04-30T01:15:08.369 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-30T01:15:08.375 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-30T01:15:08.409 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi008.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7679570', '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-30 01:08:29.074343', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLsVh8NP7m0cvHiv/v65ZGB1x9f3dHUS/V0XbbT690MwWE1tNsp/Zhf73nn4fbh1uUCSIGqvjcaMSj1E9GGReGM='} 2024-04-30T01:15:08.442 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7679570', '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-30 01:08:29.076709', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKeYoQboCHB0icMtwTHXrP+hlYU/b9oQ6ag3Gd3Zk4OiROOJr2JbZgH8FWrtyM7kjPJBtJ9teG/hAOlItjRsW68='} 2024-04-30T01:15:08.493 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi165.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7679570', '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-30 01:08:29.075564', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD08anaHsQrgP2LOw0oiZPT46qAaozSBM43jmc+qjXcsO0y4qUlTiDtkoeLqSkuZF7R+xZ9TQFAP5CubOXHoNi0='} 2024-04-30T01:15:08.493 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-30T01:15:08.499 INFO:teuthology.task.internal:roles: ubuntu@smithi008.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-30T01:15:08.499 INFO:teuthology.task.internal:roles: ubuntu@smithi071.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-30T01:15:08.499 INFO:teuthology.task.internal:roles: ubuntu@smithi165.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-30T01:15:08.499 INFO:teuthology.run_tasks:Running task console_log... 2024-04-30T01:15:08.676 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f7e24ae2f70>, signals=[15]) 2024-04-30T01:15:08.677 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-30T01:15:08.683 INFO:teuthology.task.internal:Opening connections... 2024-04-30T01:15:08.683 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi008.front.sepia.ceph.com 2024-04-30T01:15:08.685 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-30T01:15:08.819 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi071.front.sepia.ceph.com 2024-04-30T01:15:08.820 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-30T01:15:08.927 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi165.front.sepia.ceph.com 2024-04-30T01:15:08.927 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-30T01:15:09.008 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-30T01:15:09.021 DEBUG:teuthology.orchestra.run.smithi008:> uname -m 2024-04-30T01:15:09.040 INFO:teuthology.orchestra.run.smithi008.stdout:x86_64 2024-04-30T01:15:09.041 DEBUG:teuthology.orchestra.run.smithi008:> cat /etc/os-release 2024-04-30T01:15:09.098 INFO:teuthology.orchestra.run.smithi008.stdout:NAME="CentOS Stream" 2024-04-30T01:15:09.099 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION="9" 2024-04-30T01:15:09.099 INFO:teuthology.orchestra.run.smithi008.stdout:ID="centos" 2024-04-30T01:15:09.099 INFO:teuthology.orchestra.run.smithi008.stdout:ID_LIKE="rhel fedora" 2024-04-30T01:15:09.099 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION_ID="9" 2024-04-30T01:15:09.099 INFO:teuthology.orchestra.run.smithi008.stdout:PLATFORM_ID="platform:el9" 2024-04-30T01:15:09.099 INFO:teuthology.orchestra.run.smithi008.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-30T01:15:09.099 INFO:teuthology.orchestra.run.smithi008.stdout:ANSI_COLOR="0;31" 2024-04-30T01:15:09.099 INFO:teuthology.orchestra.run.smithi008.stdout:LOGO="fedora-logo-icon" 2024-04-30T01:15:09.099 INFO:teuthology.orchestra.run.smithi008.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-30T01:15:09.099 INFO:teuthology.orchestra.run.smithi008.stdout:HOME_URL="https://centos.org/" 2024-04-30T01:15:09.099 INFO:teuthology.orchestra.run.smithi008.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-30T01:15:09.099 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-30T01:15:09.100 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-30T01:15:09.100 INFO:teuthology.lock.ops:Updating smithi008.front.sepia.ceph.com on lock server 2024-04-30T01:15:09.166 DEBUG:teuthology.orchestra.run.smithi071:> uname -m 2024-04-30T01:15:09.184 INFO:teuthology.orchestra.run.smithi071.stdout:x86_64 2024-04-30T01:15:09.184 DEBUG:teuthology.orchestra.run.smithi071:> cat /etc/os-release 2024-04-30T01:15:09.241 INFO:teuthology.orchestra.run.smithi071.stdout:NAME="CentOS Stream" 2024-04-30T01:15:09.241 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION="9" 2024-04-30T01:15:09.241 INFO:teuthology.orchestra.run.smithi071.stdout:ID="centos" 2024-04-30T01:15:09.241 INFO:teuthology.orchestra.run.smithi071.stdout:ID_LIKE="rhel fedora" 2024-04-30T01:15:09.241 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_ID="9" 2024-04-30T01:15:09.241 INFO:teuthology.orchestra.run.smithi071.stdout:PLATFORM_ID="platform:el9" 2024-04-30T01:15:09.241 INFO:teuthology.orchestra.run.smithi071.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-30T01:15:09.241 INFO:teuthology.orchestra.run.smithi071.stdout:ANSI_COLOR="0;31" 2024-04-30T01:15:09.242 INFO:teuthology.orchestra.run.smithi071.stdout:LOGO="fedora-logo-icon" 2024-04-30T01:15:09.242 INFO:teuthology.orchestra.run.smithi071.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-30T01:15:09.242 INFO:teuthology.orchestra.run.smithi071.stdout:HOME_URL="https://centos.org/" 2024-04-30T01:15:09.242 INFO:teuthology.orchestra.run.smithi071.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-30T01:15:09.242 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-30T01:15:09.242 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-30T01:15:09.242 INFO:teuthology.lock.ops:Updating smithi071.front.sepia.ceph.com on lock server 2024-04-30T01:15:09.308 DEBUG:teuthology.orchestra.run.smithi165:> uname -m 2024-04-30T01:15:09.326 INFO:teuthology.orchestra.run.smithi165.stdout:x86_64 2024-04-30T01:15:09.326 DEBUG:teuthology.orchestra.run.smithi165:> cat /etc/os-release 2024-04-30T01:15:09.383 INFO:teuthology.orchestra.run.smithi165.stdout:NAME="CentOS Stream" 2024-04-30T01:15:09.383 INFO:teuthology.orchestra.run.smithi165.stdout:VERSION="9" 2024-04-30T01:15:09.383 INFO:teuthology.orchestra.run.smithi165.stdout:ID="centos" 2024-04-30T01:15:09.383 INFO:teuthology.orchestra.run.smithi165.stdout:ID_LIKE="rhel fedora" 2024-04-30T01:15:09.383 INFO:teuthology.orchestra.run.smithi165.stdout:VERSION_ID="9" 2024-04-30T01:15:09.383 INFO:teuthology.orchestra.run.smithi165.stdout:PLATFORM_ID="platform:el9" 2024-04-30T01:15:09.383 INFO:teuthology.orchestra.run.smithi165.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-30T01:15:09.383 INFO:teuthology.orchestra.run.smithi165.stdout:ANSI_COLOR="0;31" 2024-04-30T01:15:09.383 INFO:teuthology.orchestra.run.smithi165.stdout:LOGO="fedora-logo-icon" 2024-04-30T01:15:09.384 INFO:teuthology.orchestra.run.smithi165.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-30T01:15:09.384 INFO:teuthology.orchestra.run.smithi165.stdout:HOME_URL="https://centos.org/" 2024-04-30T01:15:09.384 INFO:teuthology.orchestra.run.smithi165.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-30T01:15:09.384 INFO:teuthology.orchestra.run.smithi165.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-30T01:15:09.384 INFO:teuthology.orchestra.run.smithi165.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-30T01:15:09.384 INFO:teuthology.lock.ops:Updating smithi165.front.sepia.ceph.com on lock server 2024-04-30T01:15:09.433 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-30T01:15:09.442 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-30T01:15:09.448 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-30T01:15:09.448 DEBUG:teuthology.orchestra.run.smithi008:> test '!' -e /home/ubuntu/cephtest 2024-04-30T01:15:09.451 DEBUG:teuthology.orchestra.run.smithi071:> test '!' -e /home/ubuntu/cephtest 2024-04-30T01:15:09.453 DEBUG:teuthology.orchestra.run.smithi165:> test '!' -e /home/ubuntu/cephtest 2024-04-30T01:15:09.469 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-30T01:15:09.475 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-30T01:15:09.476 DEBUG:teuthology.orchestra.run.smithi008:> test -z $(ls -A /var/lib/ceph) 2024-04-30T01:15:09.508 DEBUG:teuthology.orchestra.run.smithi071:> test -z $(ls -A /var/lib/ceph) 2024-04-30T01:15:09.510 DEBUG:teuthology.orchestra.run.smithi165:> test -z $(ls -A /var/lib/ceph) 2024-04-30T01:15:09.613 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-30T01:15:09.712 INFO:teuthology.run_tasks:Running task kernel... 2024-04-30T01:15:09.727 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-30T01:15:09.727 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-30T01:15:09.727 DEBUG:teuthology.orchestra.run.smithi008:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-30T01:15:09.728 DEBUG:teuthology.orchestra.run.smithi071:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-30T01:15:09.728 DEBUG:teuthology.orchestra.run.smithi165:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-30T01:15:09.744 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T01:15:09.745 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2024-04-30T01:15:09.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T01:15:09.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T01:15:09.747 DEBUG:teuthology.orchestra.run.smithi008:> uname -r 2024-04-30T01:15:09.747 DEBUG:teuthology.orchestra.run.smithi165:> uname -r 2024-04-30T01:15:09.802 INFO:teuthology.orchestra.run.smithi071.stdout:5.14.0-437.el9.x86_64 2024-04-30T01:15:09.803 INFO:teuthology.task.kernel:Running kernel on smithi071: 5.14.0-437.el9.x86_64 2024-04-30T01:15:09.803 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum install -y kernel 2024-04-30T01:15:09.804 INFO:teuthology.orchestra.run.smithi008.stdout:5.14.0-437.el9.x86_64 2024-04-30T01:15:09.805 INFO:teuthology.orchestra.run.smithi165.stdout:5.14.0-437.el9.x86_64 2024-04-30T01:15:09.805 INFO:teuthology.task.kernel:Running kernel on smithi008: 5.14.0-437.el9.x86_64 2024-04-30T01:15:09.805 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum install -y kernel 2024-04-30T01:15:09.805 INFO:teuthology.task.kernel:Running kernel on smithi165: 5.14.0-437.el9.x86_64 2024-04-30T01:15:09.805 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum install -y kernel 2024-04-30T01:15:15.643 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - BaseOS 1.9 MB/s | 8.0 MB 00:04 2024-04-30T01:15:18.052 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - BaseOS 1.2 MB/s | 8.0 MB 00:06 2024-04-30T01:15:18.706 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS Stream 9 - BaseOS 1.1 MB/s | 8.0 MB 00:07 2024-04-30T01:15:21.585 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - AppStream 7.9 MB/s | 19 MB 00:02 2024-04-30T01:15:23.222 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS Stream 9 - AppStream 5.5 MB/s | 19 MB 00:03 2024-04-30T01:15:27.645 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - AppStream 1.7 MB/s | 19 MB 00:10 2024-04-30T01:15:28.256 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS Stream 9 - CRB 4.4 MB/s | 6.2 MB 00:01 2024-04-30T01:15:30.639 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - CRB 1.2 MB/s | 6.2 MB 00:05 2024-04-30T01:15:32.504 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS Stream 9 - Extras packages 5.6 kB/s | 16 kB 00:02 2024-04-30T01:15:33.018 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - Extras packages 14 kB/s | 16 kB 00:01 2024-04-30T01:15:36.681 INFO:teuthology.orchestra.run.smithi008.stdout:Extra Packages for Enterprise Linux 5.9 MB/s | 21 MB 00:03 2024-04-30T01:15:37.237 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - CRB 1.0 MB/s | 6.2 MB 00:05 2024-04-30T01:15:37.521 INFO:teuthology.orchestra.run.smithi165.stdout:Extra Packages for Enterprise Linux 4.3 MB/s | 21 MB 00:04 2024-04-30T01:15:38.618 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - Extras packages 69 kB/s | 16 kB 00:00 2024-04-30T01:15:40.822 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 10 MB/s | 21 MB 00:02 2024-04-30T01:15:41.919 INFO:teuthology.orchestra.run.smithi008.stdout:lab-extras 45 kB/s | 1.7 kB 00:00 2024-04-30T01:15:42.107 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:00:01 ago on Tue 30 Apr 2024 01:15:41 AM UTC. 2024-04-30T01:15:42.629 INFO:teuthology.orchestra.run.smithi165.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-04-30T01:15:43.809 INFO:teuthology.orchestra.run.smithi008.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-30T01:15:43.809 INFO:teuthology.orchestra.run.smithi008.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-30T01:15:43.913 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-04-30T01:15:43.914 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-04-30T01:15:43.914 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-04-30T01:15:44.027 DEBUG:teuthology.orchestra.run.smithi008:> echo no | sudo yum reinstall kernel || true 2024-04-30T01:15:44.535 INFO:teuthology.orchestra.run.smithi165.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-30T01:15:44.535 INFO:teuthology.orchestra.run.smithi165.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-30T01:15:44.551 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:00:03 ago on Tue 30 Apr 2024 01:15:41 AM UTC. 2024-04-30T01:15:44.625 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-04-30T01:15:44.626 INFO:teuthology.orchestra.run.smithi165.stdout:Nothing to do. 2024-04-30T01:15:44.626 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-04-30T01:15:44.684 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-04-30T01:15:44.694 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-04-30T01:15:44.694 INFO:teuthology.orchestra.run.smithi008.stdout: Package Architecture Version Repository Size 2024-04-30T01:15:44.695 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-04-30T01:15:44.695 INFO:teuthology.orchestra.run.smithi008.stdout:Reinstalling: 2024-04-30T01:15:44.695 INFO:teuthology.orchestra.run.smithi008.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-30T01:15:44.695 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-04-30T01:15:44.695 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-04-30T01:15:44.695 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-04-30T01:15:44.695 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-04-30T01:15:44.695 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 255 k 2024-04-30T01:15:44.696 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 0 2024-04-30T01:15:44.696 INFO:teuthology.orchestra.run.smithi008.stderr:Operation aborted. 2024-04-30T01:15:44.740 DEBUG:teuthology.orchestra.run.smithi165:> echo no | sudo yum reinstall kernel || true 2024-04-30T01:15:44.748 INFO:teuthology.orchestra.run.smithi008.stdout:Is this ok [y/N]: 2024-04-30T01:15:44.749 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum reinstall -y kernel || true 2024-04-30T01:15:45.246 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:00:03 ago on Tue 30 Apr 2024 01:15:42 AM UTC. 2024-04-30T01:15:45.267 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:00:04 ago on Tue 30 Apr 2024 01:15:41 AM UTC. 2024-04-30T01:15:45.371 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-04-30T01:15:45.385 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-04-30T01:15:45.386 INFO:teuthology.orchestra.run.smithi165.stdout: Package Architecture Version Repository Size 2024-04-30T01:15:45.386 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-04-30T01:15:45.386 INFO:teuthology.orchestra.run.smithi165.stdout:Reinstalling: 2024-04-30T01:15:45.386 INFO:teuthology.orchestra.run.smithi165.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-30T01:15:45.386 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:15:45.386 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-04-30T01:15:45.386 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-04-30T01:15:45.386 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:15:45.386 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 255 k 2024-04-30T01:15:45.386 INFO:teuthology.orchestra.run.smithi165.stdout:Installed size: 0 2024-04-30T01:15:45.387 INFO:teuthology.orchestra.run.smithi165.stderr:Operation aborted. 2024-04-30T01:15:45.387 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-04-30T01:15:45.387 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-04-30T01:15:45.388 INFO:teuthology.orchestra.run.smithi008.stdout: Package Architecture Version Repository Size 2024-04-30T01:15:45.388 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-04-30T01:15:45.388 INFO:teuthology.orchestra.run.smithi008.stdout:Reinstalling: 2024-04-30T01:15:45.388 INFO:teuthology.orchestra.run.smithi008.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-30T01:15:45.388 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-04-30T01:15:45.388 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-04-30T01:15:45.388 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-04-30T01:15:45.388 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-04-30T01:15:45.388 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 255 k 2024-04-30T01:15:45.388 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 0 2024-04-30T01:15:45.388 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-04-30T01:15:45.440 INFO:teuthology.orchestra.run.smithi165.stdout:Is this ok [y/N]: 2024-04-30T01:15:45.441 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum reinstall -y kernel || true 2024-04-30T01:15:45.786 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-04-30T01:15:45.936 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:00:03 ago on Tue 30 Apr 2024 01:15:42 AM UTC. 2024-04-30T01:15:46.022 INFO:teuthology.orchestra.run.smithi008.stdout:kernel-5.14.0-437.el9.x86_64.rpm 437 kB/s | 255 kB 00:00 2024-04-30T01:15:46.022 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:15:46.022 INFO:teuthology.orchestra.run.smithi008.stdout:Total 402 kB/s | 255 kB 00:00 2024-04-30T01:15:46.040 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-04-30T01:15:46.052 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-04-30T01:15:46.053 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-04-30T01:15:46.053 INFO:teuthology.orchestra.run.smithi165.stdout: Package Architecture Version Repository Size 2024-04-30T01:15:46.053 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-04-30T01:15:46.053 INFO:teuthology.orchestra.run.smithi165.stdout:Reinstalling: 2024-04-30T01:15:46.053 INFO:teuthology.orchestra.run.smithi165.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-30T01:15:46.053 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:15:46.053 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-04-30T01:15:46.053 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-04-30T01:15:46.053 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:15:46.053 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 255 k 2024-04-30T01:15:46.053 INFO:teuthology.orchestra.run.smithi165.stdout:Installed size: 0 2024-04-30T01:15:46.053 INFO:teuthology.orchestra.run.smithi165.stdout:Downloading Packages: 2024-04-30T01:15:46.236 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-04-30T01:15:46.236 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-04-30T01:15:46.241 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-04-30T01:15:46.242 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-04-30T01:15:46.379 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-04-30T01:15:46.456 INFO:teuthology.orchestra.run.smithi008.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-30T01:15:46.456 INFO:teuthology.orchestra.run.smithi008.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T01:15:46.781 INFO:teuthology.orchestra.run.smithi165.stdout:kernel-5.14.0-437.el9.x86_64.rpm 418 kB/s | 255 kB 00:00 2024-04-30T01:15:46.781 INFO:teuthology.orchestra.run.smithi165.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:15:46.781 INFO:teuthology.orchestra.run.smithi165.stdout:Total 350 kB/s | 255 kB 00:00 2024-04-30T01:15:46.812 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-04-30T01:15:47.002 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-04-30T01:15:47.002 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-04-30T01:15:47.008 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-04-30T01:15:47.008 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-04-30T01:15:47.121 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T01:15:47.121 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-30T01:15:47.153 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-04-30T01:15:47.232 INFO:teuthology.orchestra.run.smithi165.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-30T01:15:47.232 INFO:teuthology.orchestra.run.smithi165.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T01:15:47.659 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-30T01:15:47.659 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-30T01:15:47.751 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-30T01:15:47.752 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-30T01:15:47.752 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-30T01:15:47.834 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T01:15:47.835 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-04-30T01:15:47.835 INFO:teuthology.orchestra.run.smithi008.stdout:Reinstalled: 2024-04-30T01:15:47.835 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-30T01:15:47.835 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-04-30T01:15:47.835 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-04-30T01:15:47.874 DEBUG:teuthology.orchestra.run.smithi071:> echo no | sudo yum reinstall kernel || true 2024-04-30T01:15:47.908 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T01:15:47.908 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-30T01:15:48.010 DEBUG:teuthology.orchestra.run.smithi008:> rpm -q kernel | sort -rV | head -n 1 2024-04-30T01:15:48.059 INFO:teuthology.orchestra.run.smithi008.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-30T01:15:48.060 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-30T01:15:48.060 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-30T01:15:48.060 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-30T01:15:48.060 DEBUG:teuthology.orchestra.run.smithi008:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-30T01:15:48.087 INFO:teuthology.orchestra.run.smithi008.stdout:ttyS1 2024-04-30T01:15:48.115 DEBUG:teuthology.parallel:result is None 2024-04-30T01:15:48.378 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:03 ago on Tue 30 Apr 2024 01:15:45 AM UTC. 2024-04-30T01:15:48.506 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-30T01:15:48.520 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:15:48.520 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-04-30T01:15:48.520 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:15:48.520 INFO:teuthology.orchestra.run.smithi071.stdout:Reinstalling: 2024-04-30T01:15:48.520 INFO:teuthology.orchestra.run.smithi071.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-30T01:15:48.520 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:15:48.520 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-30T01:15:48.520 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:15:48.521 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:15:48.521 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 255 k 2024-04-30T01:15:48.521 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 0 2024-04-30T01:15:48.521 INFO:teuthology.orchestra.run.smithi071.stderr:Operation aborted. 2024-04-30T01:15:48.585 INFO:teuthology.orchestra.run.smithi071.stdout:Is this ok [y/N]: 2024-04-30T01:15:48.586 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum reinstall -y kernel || true 2024-04-30T01:15:48.600 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T01:15:48.601 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:15:48.601 INFO:teuthology.orchestra.run.smithi165.stdout:Reinstalled: 2024-04-30T01:15:48.601 INFO:teuthology.orchestra.run.smithi165.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-30T01:15:48.601 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:15:48.601 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-04-30T01:15:48.768 DEBUG:teuthology.orchestra.run.smithi165:> rpm -q kernel | sort -rV | head -n 1 2024-04-30T01:15:48.816 INFO:teuthology.orchestra.run.smithi165.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-30T01:15:48.816 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-30T01:15:48.816 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-30T01:15:48.816 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-30T01:15:48.816 DEBUG:teuthology.orchestra.run.smithi165:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-30T01:15:48.896 INFO:teuthology.orchestra.run.smithi165.stdout:ttyS1 2024-04-30T01:15:48.913 DEBUG:teuthology.parallel:result is None 2024-04-30T01:15:49.078 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:04 ago on Tue 30 Apr 2024 01:15:45 AM UTC. 2024-04-30T01:15:49.193 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-30T01:15:49.194 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:15:49.194 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-04-30T01:15:49.194 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:15:49.194 INFO:teuthology.orchestra.run.smithi071.stdout:Reinstalling: 2024-04-30T01:15:49.194 INFO:teuthology.orchestra.run.smithi071.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-30T01:15:49.194 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:15:49.194 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-30T01:15:49.194 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:15:49.195 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:15:49.195 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 255 k 2024-04-30T01:15:49.195 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 0 2024-04-30T01:15:49.195 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-30T01:15:49.855 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-5.14.0-437.el9.x86_64.rpm 413 kB/s | 255 kB 00:00 2024-04-30T01:15:49.855 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:15:49.855 INFO:teuthology.orchestra.run.smithi071.stdout:Total 386 kB/s | 255 kB 00:00 2024-04-30T01:15:49.874 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-30T01:15:50.073 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-30T01:15:50.073 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-30T01:15:50.078 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-30T01:15:50.079 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-30T01:15:50.207 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-30T01:15:50.289 INFO:teuthology.orchestra.run.smithi071.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-30T01:15:50.289 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T01:15:50.929 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T01:15:50.929 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-30T01:15:51.629 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-30T01:15:51.629 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:15:51.629 INFO:teuthology.orchestra.run.smithi071.stdout:Reinstalled: 2024-04-30T01:15:51.629 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-30T01:15:51.629 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:15:51.629 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-30T01:15:51.826 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2024-04-30T01:15:51.876 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-30T01:15:51.876 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-30T01:15:51.876 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-30T01:15:51.877 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-30T01:15:51.877 DEBUG:teuthology.orchestra.run.smithi071:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-30T01:15:51.909 INFO:teuthology.orchestra.run.smithi071.stdout:ttyS1 2024-04-30T01:15:51.932 DEBUG:teuthology.parallel:result is None 2024-04-30T01:15:51.933 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-30T01:15:51.940 INFO:teuthology.task.internal:Creating test directory... 2024-04-30T01:15:51.940 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-30T01:15:51.943 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-30T01:15:51.975 DEBUG:teuthology.orchestra.run.smithi165:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-30T01:15:51.993 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-30T01:15:52.001 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-30T01:15:52.007 INFO:teuthology.task.internal:Creating archive directory... 2024-04-30T01:15:52.008 DEBUG:teuthology.orchestra.run.smithi008:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-30T01:15:52.011 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-30T01:15:52.030 DEBUG:teuthology.orchestra.run.smithi165:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-30T01:15:52.070 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-30T01:15:52.078 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-30T01:15:52.079 DEBUG:teuthology.orchestra.run.smithi008:> 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-30T01:15:52.086 DEBUG:teuthology.orchestra.run.smithi071:> 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-30T01:15:52.095 DEBUG:teuthology.orchestra.run.smithi165:> 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-30T01:15:52.121 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-30T01:15:52.121 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-30T01:15:52.134 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-30T01:15:52.134 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-30T01:15:52.142 INFO:teuthology.orchestra.run.smithi165.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-30T01:15:52.153 INFO:teuthology.orchestra.run.smithi165.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-30T01:15:52.155 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-30T01:15:52.166 INFO:teuthology.task.internal:Configuring sudo... 2024-04-30T01:15:52.167 DEBUG:teuthology.orchestra.run.smithi008:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-30T01:15:52.177 DEBUG:teuthology.orchestra.run.smithi071:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-30T01:15:52.179 DEBUG:teuthology.orchestra.run.smithi165:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-30T01:15:52.221 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-30T01:15:52.237 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-30T01:15:52.237 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-30T01:15:52.245 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-30T01:15:52.248 DEBUG:teuthology.orchestra.run.smithi165:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-30T01:15:52.278 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-30T01:15:52.354 DEBUG:teuthology.orchestra.run.smithi008:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-30T01:15:52.401 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-30T01:15:52.495 DEBUG:teuthology.orchestra.run.smithi008:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-30T01:15:52.530 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-04-30T01:15:52.530 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-30T01:15:52.595 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-30T01:15:52.645 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-30T01:15:52.685 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-30T01:15:52.777 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-30T01:15:52.806 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-30T01:15:52.806 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-30T01:15:52.869 DEBUG:teuthology.orchestra.run.smithi165:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-30T01:15:52.925 DEBUG:teuthology.orchestra.run.smithi165:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-30T01:15:52.964 DEBUG:teuthology.orchestra.run.smithi165:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-30T01:15:53.059 DEBUG:teuthology.orchestra.run.smithi165:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-30T01:15:53.098 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-04-30T01:15:53.098 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-30T01:15:53.164 DEBUG:teuthology.orchestra.run.smithi008:> sudo service rsyslog restart 2024-04-30T01:15:53.168 DEBUG:teuthology.orchestra.run.smithi071:> sudo service rsyslog restart 2024-04-30T01:15:53.171 DEBUG:teuthology.orchestra.run.smithi165:> sudo service rsyslog restart 2024-04-30T01:15:53.202 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-30T01:15:53.205 INFO:teuthology.orchestra.run.smithi008.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-30T01:15:53.248 INFO:teuthology.orchestra.run.smithi165.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-30T01:15:53.662 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-30T01:15:53.672 INFO:teuthology.task.internal:Starting timer... 2024-04-30T01:15:53.673 INFO:teuthology.run_tasks:Running task pcp... 2024-04-30T01:15:53.689 INFO:teuthology.run_tasks:Running task selinux... 2024-04-30T01:15:53.698 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-30T01:15:53.698 DEBUG:teuthology.orchestra.run.smithi008:> sudo service auditd rotate 2024-04-30T01:15:53.769 INFO:teuthology.orchestra.run.smithi008.stdout:Rotating logs: 2024-04-30T01:15:53.769 DEBUG:teuthology.orchestra.run.smithi071:> sudo service auditd rotate 2024-04-30T01:15:53.828 INFO:teuthology.orchestra.run.smithi071.stdout:Rotating logs: 2024-04-30T01:15:53.830 DEBUG:teuthology.orchestra.run.smithi165:> sudo service auditd rotate 2024-04-30T01:15:53.889 INFO:teuthology.orchestra.run.smithi165.stdout:Rotating logs: 2024-04-30T01:15:53.889 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-30T01:15:53.889 DEBUG:teuthology.orchestra.run.smithi008:> /usr/sbin/getenforce 2024-04-30T01:15:53.926 INFO:teuthology.orchestra.run.smithi008.stdout:Permissive 2024-04-30T01:15:53.926 DEBUG:teuthology.orchestra.run.smithi071:> /usr/sbin/getenforce 2024-04-30T01:15:53.946 INFO:teuthology.orchestra.run.smithi071.stdout:Permissive 2024-04-30T01:15:53.946 DEBUG:teuthology.orchestra.run.smithi165:> /usr/sbin/getenforce 2024-04-30T01:15:53.969 INFO:teuthology.orchestra.run.smithi165.stdout:Permissive 2024-04-30T01:15:53.969 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi008.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi071.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi165.front.sepia.ceph.com': 'permissive'} 2024-04-30T01:15:53.970 DEBUG:teuthology.orchestra.run.smithi008:> 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-30T01:15:53.996 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T01:15:53.996 DEBUG:teuthology.orchestra.run.smithi071:> 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-30T01:15:54.020 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T01:15:54.021 DEBUG:teuthology.orchestra.run.smithi165:> 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-30T01:15:54.045 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T01:15:54.046 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-30T01:15:54.046 DEBUG:teuthology.orchestra.run.smithi008:> sudo /usr/sbin/setenforce permissive 2024-04-30T01:15:54.075 DEBUG:teuthology.orchestra.run.smithi071:> sudo /usr/sbin/setenforce permissive 2024-04-30T01:15:54.100 DEBUG:teuthology.orchestra.run.smithi165:> sudo /usr/sbin/setenforce permissive 2024-04-30T01:15:54.130 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-30T01:15:54.140 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-30T01:15:54.181 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-30T01:15:54.182 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi008.front.sepia.ceph.com,smithi071.front.sepia.ceph.com,smithi165.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-30T01:19:43.197 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi008.front.sepia.ceph.com'), Remote(name='ubuntu@smithi071.front.sepia.ceph.com'), Remote(name='ubuntu@smithi165.front.sepia.ceph.com')] 2024-04-30T01:19:43.198 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-04-30T01:19:43.199 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-30T01:19:43.285 DEBUG:teuthology.orchestra.run.smithi008:> true 2024-04-30T01:19:43.362 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-04-30T01:19:43.362 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-04-30T01:19:43.363 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-30T01:19:43.485 DEBUG:teuthology.orchestra.run.smithi071:> true 2024-04-30T01:19:43.573 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-04-30T01:19:43.573 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-04-30T01:19:43.573 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-30T01:19:43.689 DEBUG:teuthology.orchestra.run.smithi165:> true 2024-04-30T01:19:43.775 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-04-30T01:19:43.776 INFO:teuthology.run_tasks:Running task clock... 2024-04-30T01:19:43.791 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-30T01:19:43.792 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-30T01:19:43.792 DEBUG:teuthology.orchestra.run.smithi008:> 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-30T01:19:43.795 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-30T01:19:43.795 DEBUG:teuthology.orchestra.run.smithi071:> 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-30T01:19:43.798 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-30T01:19:43.798 DEBUG:teuthology.orchestra.run.smithi165:> 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-30T01:19:43.824 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-30T01:19:43.825 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-30T01:19:43.837 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-30T01:19:43.841 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-30T01:19:43.847 INFO:teuthology.orchestra.run.smithi165.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-30T01:19:43.860 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: ntpd: command not found 2024-04-30T01:19:43.863 INFO:teuthology.orchestra.run.smithi165.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-30T01:19:43.866 INFO:teuthology.orchestra.run.smithi008.stderr:sudo: ntpd: command not found 2024-04-30T01:19:43.870 INFO:teuthology.orchestra.run.smithi071.stdout:506 Cannot talk to daemon 2024-04-30T01:19:43.878 INFO:teuthology.orchestra.run.smithi008.stdout:506 Cannot talk to daemon 2024-04-30T01:19:43.883 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-30T01:19:43.886 INFO:teuthology.orchestra.run.smithi165.stderr:sudo: ntpd: command not found 2024-04-30T01:19:43.892 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-30T01:19:43.896 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-30T01:19:43.897 INFO:teuthology.orchestra.run.smithi165.stdout:506 Cannot talk to daemon 2024-04-30T01:19:43.906 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-30T01:19:43.911 INFO:teuthology.orchestra.run.smithi165.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-30T01:19:43.924 INFO:teuthology.orchestra.run.smithi165.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-30T01:19:43.946 INFO:teuthology.orchestra.run.smithi071.stderr:bash: line 1: ntpq: command not found 2024-04-30T01:19:43.949 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-30T01:19:43.949 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-04-30T01:19:43.949 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:19:43.950 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:19:43.950 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:19:43.950 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:19:43.962 INFO:teuthology.orchestra.run.smithi008.stderr:bash: line 1: ntpq: command not found 2024-04-30T01:19:43.966 INFO:teuthology.orchestra.run.smithi008.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-30T01:19:43.966 INFO:teuthology.orchestra.run.smithi008.stdout:=============================================================================== 2024-04-30T01:19:43.966 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:19:43.966 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:19:43.967 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:19:43.967 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:19:43.988 INFO:teuthology.orchestra.run.smithi165.stderr:bash: line 1: ntpq: command not found 2024-04-30T01:19:43.992 INFO:teuthology.orchestra.run.smithi165.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-30T01:19:43.992 INFO:teuthology.orchestra.run.smithi165.stdout:=============================================================================== 2024-04-30T01:19:43.992 INFO:teuthology.orchestra.run.smithi165.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:19:43.992 INFO:teuthology.orchestra.run.smithi165.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:19:43.992 INFO:teuthology.orchestra.run.smithi165.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:19:43.992 INFO:teuthology.orchestra.run.smithi165.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:19:43.993 INFO:teuthology.run_tasks:Running task install... 2024-04-30T01:19:44.002 DEBUG:teuthology.task.install:project ceph 2024-04-30T01:19:44.002 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '1e75c287b590db4c67b42cb1c95b9323fa8d03bc'}} 2024-04-30T01:19:44.002 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '1e75c287b590db4c67b42cb1c95b9323fa8d03bc'} 2024-04-30T01:19:44.002 INFO:teuthology.task.install:Using flavor: default 2024-04-30T01:19:44.008 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-30T01:19:44.008 INFO:teuthology.task.install:extra packages: [] 2024-04-30T01:19:44.008 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': '1e75c287b590db4c67b42cb1c95b9323fa8d03bc', 'tag': None, 'wait_for_package': False} 2024-04-30T01:19:44.009 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=1e75c287b590db4c67b42cb1c95b9323fa8d03bc 2024-04-30T01:19:44.011 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': '1e75c287b590db4c67b42cb1c95b9323fa8d03bc', 'tag': None, 'wait_for_package': False} 2024-04-30T01:19:44.011 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=1e75c287b590db4c67b42cb1c95b9323fa8d03bc 2024-04-30T01:19:44.012 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': '1e75c287b590db4c67b42cb1c95b9323fa8d03bc', 'tag': None, 'wait_for_package': False} 2024-04-30T01:19:44.012 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=1e75c287b590db4c67b42cb1c95b9323fa8d03bc 2024-04-30T01:19:44.237 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.202307-squid/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/centos/9/flavors/default/ 2024-04-30T01:19:44.237 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2405.g1e75c287 2024-04-30T01:19:44.249 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.202307-squid/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/centos/9/flavors/default/ 2024-04-30T01:19:44.249 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2405.g1e75c287 2024-04-30T01:19:44.361 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.202307-squid/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.202307-squid/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.202307-squid/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-30T01:19:44.361 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-04-30T01:19:44.361 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-30T01:19:44.389 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-30T01:19:44.389 DEBUG:teuthology.orchestra.run.smithi008:> 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/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-30T01:19:44.455 DEBUG:teuthology.orchestra.run.smithi008:> 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-30T01:19:44.522 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.202307-squid/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/centos/9/flavors/default/ 2024-04-30T01:19:44.522 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2405.g1e75c287 2024-04-30T01:19:44.534 DEBUG:teuthology.orchestra.run.smithi008:> 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-30T01:19:44.574 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.202307-squid/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.202307-squid/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.202307-squid/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-30T01:19:44.574 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-30T01:19:44.574 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-30T01:19:44.599 INFO:teuthology.orchestra.run.smithi008.stdout:check_obsoletes = 1 2024-04-30T01:19:44.601 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum clean all 2024-04-30T01:19:44.601 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-04-30T01:19:44.601 DEBUG:teuthology.orchestra.run.smithi071:> 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/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-30T01:19:44.667 DEBUG:teuthology.orchestra.run.smithi071:> 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-30T01:19:44.741 DEBUG:teuthology.orchestra.run.smithi071:> 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-30T01:19:44.805 INFO:teuthology.orchestra.run.smithi071.stdout:check_obsoletes = 1 2024-04-30T01:19:44.806 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum clean all 2024-04-30T01:19:44.832 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.202307-squid/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.202307-squid/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240419.202307-squid/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-30T01:19:44.832 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-04-30T01:19:44.832 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-30T01:19:44.834 INFO:teuthology.orchestra.run.smithi008.stdout:48 files removed 2024-04-30T01:19:44.861 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-30T01:19:44.861 DEBUG:teuthology.orchestra.run.smithi165:> 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/1e75c287b590db4c67b42cb1c95b9323fa8d03bc/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-30T01:19:44.862 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-radosgw 2024-04-30T01:19:44.930 DEBUG:teuthology.orchestra.run.smithi165:> 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-30T01:19:45.006 DEBUG:teuthology.orchestra.run.smithi165:> 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-30T01:19:45.029 INFO:teuthology.orchestra.run.smithi071.stdout:48 files removed 2024-04-30T01:19:45.056 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-radosgw 2024-04-30T01:19:45.070 INFO:teuthology.orchestra.run.smithi165.stdout:check_obsoletes = 1 2024-04-30T01:19:45.072 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum clean all 2024-04-30T01:19:45.302 INFO:teuthology.orchestra.run.smithi165.stdout:48 files removed 2024-04-30T01:19:45.329 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install ceph-radosgw 2024-04-30T01:19:45.695 INFO:teuthology.orchestra.run.smithi008.stdout:ceph packages for x86_64 149 kB/s | 83 kB 00:00 2024-04-30T01:19:46.093 INFO:teuthology.orchestra.run.smithi071.stdout:ceph packages for x86_64 107 kB/s | 83 kB 00:00 2024-04-30T01:19:46.121 INFO:teuthology.orchestra.run.smithi165.stdout:ceph packages for x86_64 157 kB/s | 83 kB 00:00 2024-04-30T01:19:46.396 INFO:teuthology.orchestra.run.smithi008.stdout:ceph noarch packages 25 kB/s | 17 kB 00:00 2024-04-30T01:19:46.785 INFO:teuthology.orchestra.run.smithi071.stdout:ceph noarch packages 26 kB/s | 17 kB 00:00 2024-04-30T01:19:46.796 INFO:teuthology.orchestra.run.smithi165.stdout:ceph noarch packages 26 kB/s | 17 kB 00:00 2024-04-30T01:19:47.063 INFO:teuthology.orchestra.run.smithi008.stdout:ceph source packages 3.8 kB/s | 2.4 kB 00:00 2024-04-30T01:19:47.247 INFO:teuthology.orchestra.run.smithi165.stdout:ceph source packages 5.7 kB/s | 2.4 kB 00:00 2024-04-30T01:19:47.427 INFO:teuthology.orchestra.run.smithi071.stdout:ceph source packages 3.9 kB/s | 2.4 kB 00:00 2024-04-30T01:19:51.216 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS Stream 9 - BaseOS 2.0 MB/s | 8.0 MB 00:03 2024-04-30T01:19:51.318 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - BaseOS 1.9 MB/s | 8.0 MB 00:04 2024-04-30T01:19:52.387 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - BaseOS 1.6 MB/s | 8.0 MB 00:04 2024-04-30T01:19:56.072 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - AppStream 7.2 MB/s | 19 MB 00:02 2024-04-30T01:19:58.244 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - AppStream 3.3 MB/s | 19 MB 00:05 2024-04-30T01:20:01.221 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS Stream 9 - AppStream 2.1 MB/s | 19 MB 00:08 2024-04-30T01:20:01.557 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - CRB 3.2 MB/s | 6.2 MB 00:01 2024-04-30T01:20:03.104 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - Extras packages 40 kB/s | 16 kB 00:00 2024-04-30T01:20:05.730 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - CRB 1.6 MB/s | 6.2 MB 00:03 2024-04-30T01:20:06.521 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS Stream 9 - CRB 3.5 MB/s | 6.2 MB 00:01 2024-04-30T01:20:07.203 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - Extras packages 58 kB/s | 16 kB 00:00 2024-04-30T01:20:08.135 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS Stream 9 - Extras packages 36 kB/s | 16 kB 00:00 2024-04-30T01:20:20.729 INFO:teuthology.orchestra.run.smithi008.stdout:Extra Packages for Enterprise Linux 1.6 MB/s | 21 MB 00:13 2024-04-30T01:20:23.532 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 1.0 MB/s | 21 MB 00:20 2024-04-30T01:20:26.106 INFO:teuthology.orchestra.run.smithi008.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-04-30T01:20:28.299 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-04-30T01:20:28.301 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-04-30T01:20:28.302 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-04-30T01:20:28.302 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-04-30T01:20:28.302 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-04-30T01:20:28.302 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-radosgw x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 10 M 2024-04-30T01:20:28.302 INFO:teuthology.orchestra.run.smithi008.stdout:Upgrading: 2024-04-30T01:20:28.302 INFO:teuthology.orchestra.run.smithi008.stdout: librados2 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 3.4 M 2024-04-30T01:20:28.302 INFO:teuthology.orchestra.run.smithi008.stdout: librbd1 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 3.1 M 2024-04-30T01:20:28.302 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-04-30T01:20:28.302 INFO:teuthology.orchestra.run.smithi008.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-30T01:20:28.302 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-base x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 5.4 M 2024-04-30T01:20:28.302 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-common x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 21 M 2024-04-30T01:20:28.302 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-selinux x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 25 k 2024-04-30T01:20:28.303 INFO:teuthology.orchestra.run.smithi008.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-30T01:20:28.303 INFO:teuthology.orchestra.run.smithi008.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-04-30T01:20:28.303 INFO:teuthology.orchestra.run.smithi008.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-04-30T01:20:28.303 INFO:teuthology.orchestra.run.smithi008.stdout: libcephfs2 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 746 k 2024-04-30T01:20:28.303 INFO:teuthology.orchestra.run.smithi008.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-30T01:20:28.303 INFO:teuthology.orchestra.run.smithi008.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-30T01:20:28.303 INFO:teuthology.orchestra.run.smithi008.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-30T01:20:28.303 INFO:teuthology.orchestra.run.smithi008.stdout: libradosstriper1 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 501 k 2024-04-30T01:20:28.303 INFO:teuthology.orchestra.run.smithi008.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-30T01:20:28.303 INFO:teuthology.orchestra.run.smithi008.stdout: librgw2 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 5.3 M 2024-04-30T01:20:28.303 INFO:teuthology.orchestra.run.smithi008.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-30T01:20:28.304 INFO:teuthology.orchestra.run.smithi008.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-30T01:20:28.304 INFO:teuthology.orchestra.run.smithi008.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-04-30T01:20:28.304 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ceph-argparse x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 45 k 2024-04-30T01:20:28.304 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ceph-common x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 133 k 2024-04-30T01:20:28.304 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cephfs x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 161 k 2024-04-30T01:20:28.304 INFO:teuthology.orchestra.run.smithi008.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-30T01:20:28.304 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rados x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 320 k 2024-04-30T01:20:28.304 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rbd x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 298 k 2024-04-30T01:20:28.304 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rgw x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 99 k 2024-04-30T01:20:28.304 INFO:teuthology.orchestra.run.smithi008.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-30T01:20:28.304 INFO:teuthology.orchestra.run.smithi008.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-30T01:20:28.304 INFO:teuthology.orchestra.run.smithi008.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-30T01:20:28.304 INFO:teuthology.orchestra.run.smithi008.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-30T01:20:28.304 INFO:teuthology.orchestra.run.smithi008.stdout:Installing weak dependencies: 2024-04-30T01:20:28.304 INFO:teuthology.orchestra.run.smithi008.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-30T01:20:28.305 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-04-30T01:20:28.305 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-04-30T01:20:28.305 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-04-30T01:20:28.305 INFO:teuthology.orchestra.run.smithi008.stdout:Install 30 Packages 2024-04-30T01:20:28.305 INFO:teuthology.orchestra.run.smithi008.stdout:Upgrade 2 Packages 2024-04-30T01:20:28.305 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-04-30T01:20:28.305 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 60 M 2024-04-30T01:20:28.305 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-04-30T01:20:28.496 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 26 kB/s | 1.7 kB 00:00 2024-04-30T01:20:30.650 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-30T01:20:30.652 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:20:30.652 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-30T01:20:30.652 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:20:30.652 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-30T01:20:30.652 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-radosgw x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 10 M 2024-04-30T01:20:30.653 INFO:teuthology.orchestra.run.smithi071.stdout:Upgrading: 2024-04-30T01:20:30.653 INFO:teuthology.orchestra.run.smithi071.stdout: librados2 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 3.4 M 2024-04-30T01:20:30.653 INFO:teuthology.orchestra.run.smithi071.stdout: librbd1 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 3.1 M 2024-04-30T01:20:30.653 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-30T01:20:30.653 INFO:teuthology.orchestra.run.smithi071.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-30T01:20:30.653 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-base x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 5.4 M 2024-04-30T01:20:30.653 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-common x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 21 M 2024-04-30T01:20:30.653 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-selinux x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 25 k 2024-04-30T01:20:30.653 INFO:teuthology.orchestra.run.smithi071.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-30T01:20:30.653 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-04-30T01:20:30.653 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-04-30T01:20:30.653 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs2 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 746 k 2024-04-30T01:20:30.653 INFO:teuthology.orchestra.run.smithi071.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-30T01:20:30.654 INFO:teuthology.orchestra.run.smithi071.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-30T01:20:30.654 INFO:teuthology.orchestra.run.smithi071.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-30T01:20:30.654 INFO:teuthology.orchestra.run.smithi071.stdout: libradosstriper1 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 501 k 2024-04-30T01:20:30.654 INFO:teuthology.orchestra.run.smithi071.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-30T01:20:30.654 INFO:teuthology.orchestra.run.smithi071.stdout: librgw2 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 5.3 M 2024-04-30T01:20:30.654 INFO:teuthology.orchestra.run.smithi071.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-30T01:20:30.654 INFO:teuthology.orchestra.run.smithi071.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-30T01:20:30.654 INFO:teuthology.orchestra.run.smithi071.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-04-30T01:20:30.654 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-argparse x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 45 k 2024-04-30T01:20:30.654 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-common x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 133 k 2024-04-30T01:20:30.654 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cephfs x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 161 k 2024-04-30T01:20:30.654 INFO:teuthology.orchestra.run.smithi071.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-30T01:20:30.654 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rados x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 320 k 2024-04-30T01:20:30.654 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rbd x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 298 k 2024-04-30T01:20:30.655 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rgw x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 99 k 2024-04-30T01:20:30.655 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-30T01:20:30.655 INFO:teuthology.orchestra.run.smithi071.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-30T01:20:30.655 INFO:teuthology.orchestra.run.smithi071.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-30T01:20:30.655 INFO:teuthology.orchestra.run.smithi071.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-30T01:20:30.655 INFO:teuthology.orchestra.run.smithi071.stdout:Installing weak dependencies: 2024-04-30T01:20:30.655 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-30T01:20:30.655 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:20:30.655 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-30T01:20:30.655 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:20:30.655 INFO:teuthology.orchestra.run.smithi071.stdout:Install 30 Packages 2024-04-30T01:20:30.655 INFO:teuthology.orchestra.run.smithi071.stdout:Upgrade 2 Packages 2024-04-30T01:20:30.655 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:20:30.656 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 60 M 2024-04-30T01:20:30.656 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-30T01:20:32.090 INFO:teuthology.orchestra.run.smithi165.stdout:Extra Packages for Enterprise Linux 900 kB/s | 21 MB 00:23 2024-04-30T01:20:37.077 INFO:teuthology.orchestra.run.smithi165.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-04-30T01:20:38.315 INFO:teuthology.orchestra.run.smithi008.stdout:(1/32): ceph-base-19.0.0-2405.g1e75c287.el7.x86 569 kB/s | 5.4 MB 00:09 2024-04-30T01:20:38.424 INFO:teuthology.orchestra.run.smithi008.stdout:(2/32): ceph-selinux-19.0.0-2405.g1e75c287.el7. 232 kB/s | 25 kB 00:00 2024-04-30T01:20:39.266 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-04-30T01:20:39.268 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-04-30T01:20:39.268 INFO:teuthology.orchestra.run.smithi165.stdout: Package Arch Version Repository Size 2024-04-30T01:20:39.268 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-04-30T01:20:39.268 INFO:teuthology.orchestra.run.smithi165.stdout:Installing: 2024-04-30T01:20:39.268 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-radosgw x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 10 M 2024-04-30T01:20:39.268 INFO:teuthology.orchestra.run.smithi165.stdout:Upgrading: 2024-04-30T01:20:39.268 INFO:teuthology.orchestra.run.smithi165.stdout: librados2 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 3.4 M 2024-04-30T01:20:39.268 INFO:teuthology.orchestra.run.smithi165.stdout: librbd1 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 3.1 M 2024-04-30T01:20:39.268 INFO:teuthology.orchestra.run.smithi165.stdout:Installing dependencies: 2024-04-30T01:20:39.269 INFO:teuthology.orchestra.run.smithi165.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-30T01:20:39.269 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-base x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 5.4 M 2024-04-30T01:20:39.269 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-common x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 21 M 2024-04-30T01:20:39.269 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-selinux x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 25 k 2024-04-30T01:20:39.269 INFO:teuthology.orchestra.run.smithi165.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-30T01:20:39.269 INFO:teuthology.orchestra.run.smithi165.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-04-30T01:20:39.269 INFO:teuthology.orchestra.run.smithi165.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-04-30T01:20:39.269 INFO:teuthology.orchestra.run.smithi165.stdout: libcephfs2 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 746 k 2024-04-30T01:20:39.269 INFO:teuthology.orchestra.run.smithi165.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-30T01:20:39.269 INFO:teuthology.orchestra.run.smithi165.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-30T01:20:39.269 INFO:teuthology.orchestra.run.smithi165.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-30T01:20:39.269 INFO:teuthology.orchestra.run.smithi165.stdout: libradosstriper1 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 501 k 2024-04-30T01:20:39.269 INFO:teuthology.orchestra.run.smithi165.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-30T01:20:39.269 INFO:teuthology.orchestra.run.smithi165.stdout: librgw2 x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 5.3 M 2024-04-30T01:20:39.270 INFO:teuthology.orchestra.run.smithi165.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-30T01:20:39.270 INFO:teuthology.orchestra.run.smithi165.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-30T01:20:39.270 INFO:teuthology.orchestra.run.smithi165.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-04-30T01:20:39.270 INFO:teuthology.orchestra.run.smithi165.stdout: python3-ceph-argparse x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 45 k 2024-04-30T01:20:39.270 INFO:teuthology.orchestra.run.smithi165.stdout: python3-ceph-common x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 133 k 2024-04-30T01:20:39.270 INFO:teuthology.orchestra.run.smithi165.stdout: python3-cephfs x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 161 k 2024-04-30T01:20:39.270 INFO:teuthology.orchestra.run.smithi165.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-30T01:20:39.270 INFO:teuthology.orchestra.run.smithi165.stdout: python3-rados x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 320 k 2024-04-30T01:20:39.270 INFO:teuthology.orchestra.run.smithi165.stdout: python3-rbd x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 298 k 2024-04-30T01:20:39.270 INFO:teuthology.orchestra.run.smithi165.stdout: python3-rgw x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 99 k 2024-04-30T01:20:39.270 INFO:teuthology.orchestra.run.smithi165.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-30T01:20:39.270 INFO:teuthology.orchestra.run.smithi165.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-30T01:20:39.270 INFO:teuthology.orchestra.run.smithi165.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-30T01:20:39.270 INFO:teuthology.orchestra.run.smithi165.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-30T01:20:39.270 INFO:teuthology.orchestra.run.smithi165.stdout:Installing weak dependencies: 2024-04-30T01:20:39.271 INFO:teuthology.orchestra.run.smithi165.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-30T01:20:39.271 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:20:39.271 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-04-30T01:20:39.271 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-04-30T01:20:39.271 INFO:teuthology.orchestra.run.smithi165.stdout:Install 30 Packages 2024-04-30T01:20:39.271 INFO:teuthology.orchestra.run.smithi165.stdout:Upgrade 2 Packages 2024-04-30T01:20:39.271 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:20:39.271 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 60 M 2024-04-30T01:20:39.271 INFO:teuthology.orchestra.run.smithi165.stdout:Downloading Packages: 2024-04-30T01:20:39.949 INFO:teuthology.orchestra.run.smithi008.stdout:(3/32): libcephfs2-19.0.0-2405.g1e75c287.el7.x8 489 kB/s | 746 kB 00:01 2024-04-30T01:20:41.057 INFO:teuthology.orchestra.run.smithi008.stdout:(4/32): libradosstriper1-19.0.0-2405.g1e75c287. 452 kB/s | 501 kB 00:01 2024-04-30T01:20:45.836 INFO:teuthology.orchestra.run.smithi071.stdout:(1/32): ceph-base-19.0.0-2405.g1e75c287.el7.x86 366 kB/s | 5.4 MB 00:14 2024-04-30T01:20:45.936 INFO:teuthology.orchestra.run.smithi071.stdout:(2/32): ceph-selinux-19.0.0-2405.g1e75c287.el7. 252 kB/s | 25 kB 00:00 2024-04-30T01:20:47.178 INFO:teuthology.orchestra.run.smithi071.stdout:(3/32): libcephfs2-19.0.0-2405.g1e75c287.el7.x8 601 kB/s | 746 kB 00:01 2024-04-30T01:20:48.120 INFO:teuthology.orchestra.run.smithi071.stdout:(4/32): libradosstriper1-19.0.0-2405.g1e75c287. 532 kB/s | 501 kB 00:00 2024-04-30T01:20:48.465 INFO:teuthology.orchestra.run.smithi008.stdout:(5/32): ceph-radosgw-19.0.0-2405.g1e75c287.el7. 530 kB/s | 10 MB 00:19 2024-04-30T01:20:48.640 INFO:teuthology.orchestra.run.smithi008.stdout:(6/32): python3-ceph-argparse-19.0.0-2405.g1e75 258 kB/s | 45 kB 00:00 2024-04-30T01:20:48.766 INFO:teuthology.orchestra.run.smithi008.stdout:(7/32): librgw2-19.0.0-2405.g1e75c287.el7.x86_6 706 kB/s | 5.3 MB 00:07 2024-04-30T01:20:48.983 INFO:teuthology.orchestra.run.smithi008.stdout:(8/32): python3-ceph-common-19.0.0-2405.g1e75c2 389 kB/s | 133 kB 00:00 2024-04-30T01:20:49.008 INFO:teuthology.orchestra.run.smithi008.stdout:(9/32): python3-cephfs-19.0.0-2405.g1e75c287.el 668 kB/s | 161 kB 00:00 2024-04-30T01:20:49.400 INFO:teuthology.orchestra.run.smithi008.stdout:(10/32): python3-rbd-19.0.0-2405.g1e75c287.el7. 760 kB/s | 298 kB 00:00 2024-04-30T01:20:49.575 INFO:teuthology.orchestra.run.smithi008.stdout:(11/32): python3-rgw-19.0.0-2405.g1e75c287.el7. 568 kB/s | 99 kB 00:00 2024-04-30T01:20:49.600 INFO:teuthology.orchestra.run.smithi008.stdout:(12/32): python3-rados-19.0.0-2405.g1e75c287.el 518 kB/s | 320 kB 00:00 2024-04-30T01:20:50.017 INFO:teuthology.orchestra.run.smithi008.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 242 kB/s | 107 kB 00:00 2024-04-30T01:20:50.118 INFO:teuthology.orchestra.run.smithi008.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 310 kB/s | 160 kB 00:00 2024-04-30T01:20:50.143 INFO:teuthology.orchestra.run.smithi008.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 360 kB/s | 45 kB 00:00 2024-04-30T01:20:50.410 INFO:teuthology.orchestra.run.smithi008.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.1 MB/s | 292 kB 00:00 2024-04-30T01:20:50.469 INFO:teuthology.orchestra.run.smithi008.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.8 MB/s | 662 kB 00:00 2024-04-30T01:20:50.511 INFO:teuthology.orchestra.run.smithi008.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 421 kB/s | 42 kB 00:00 2024-04-30T01:20:50.578 INFO:teuthology.orchestra.run.smithi008.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.0 MB/s | 221 kB 00:00 2024-04-30T01:20:50.611 INFO:teuthology.orchestra.run.smithi008.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 358 kB/s | 36 kB 00:00 2024-04-30T01:20:50.678 INFO:teuthology.orchestra.run.smithi008.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 472 kB/s | 47 kB 00:00 2024-04-30T01:20:51.079 INFO:teuthology.orchestra.run.smithi008.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 661 kB/s | 309 kB 00:00 2024-04-30T01:20:51.154 INFO:teuthology.orchestra.run.smithi008.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 348 kB/s | 26 kB 00:00 2024-04-30T01:20:51.229 INFO:teuthology.orchestra.run.smithi008.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 653 kB/s | 49 kB 00:00 2024-04-30T01:20:51.338 INFO:teuthology.orchestra.run.smithi008.stdout:(25/32): libarrow-9.0.0-11.el9.x86_64.rpm 7.0 MB/s | 4.4 MB 00:00 2024-04-30T01:20:51.363 INFO:teuthology.orchestra.run.smithi008.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 512 kB/s | 67 kB 00:00 2024-04-30T01:20:51.505 INFO:teuthology.orchestra.run.smithi008.stdout:(27/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 4.9 MB/s | 839 kB 00:00 2024-04-30T01:20:51.530 INFO:teuthology.orchestra.run.smithi008.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.1 MB/s | 192 kB 00:00 2024-04-30T01:20:51.647 INFO:teuthology.orchestra.run.smithi008.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 11 MB/s | 1.6 MB 00:00 2024-04-30T01:20:54.519 INFO:teuthology.orchestra.run.smithi071.stdout:(5/32): librgw2-19.0.0-2405.g1e75c287.el7.x86_6 851 kB/s | 5.3 MB 00:06 2024-04-30T01:20:54.603 INFO:teuthology.orchestra.run.smithi071.stdout:(6/32): python3-ceph-argparse-19.0.0-2405.g1e75 543 kB/s | 45 kB 00:00 2024-04-30T01:20:54.770 INFO:teuthology.orchestra.run.smithi071.stdout:(7/32): python3-ceph-common-19.0.0-2405.g1e75c2 799 kB/s | 133 kB 00:00 2024-04-30T01:20:54.928 INFO:teuthology.orchestra.run.smithi071.stdout:(8/32): python3-cephfs-19.0.0-2405.g1e75c287.el 1.0 MB/s | 161 kB 00:00 2024-04-30T01:20:55.167 INFO:teuthology.orchestra.run.smithi165.stdout:(1/32): ceph-base-19.0.0-2405.g1e75c287.el7.x86 349 kB/s | 5.4 MB 00:15 2024-04-30T01:20:55.228 INFO:teuthology.orchestra.run.smithi071.stdout:(9/32): python3-rados-19.0.0-2405.g1e75c287.el7 1.0 MB/s | 320 kB 00:00 2024-04-30T01:20:55.276 INFO:teuthology.orchestra.run.smithi165.stdout:(2/32): ceph-selinux-19.0.0-2405.g1e75c287.el7. 232 kB/s | 25 kB 00:00 2024-04-30T01:20:55.306 INFO:teuthology.orchestra.run.smithi008.stdout:(30/32): librados2-19.0.0-2405.g1e75c287.el7.x8 918 kB/s | 3.4 MB 00:03 2024-04-30T01:20:55.529 INFO:teuthology.orchestra.run.smithi071.stdout:(10/32): python3-rbd-19.0.0-2405.g1e75c287.el7. 992 kB/s | 298 kB 00:00 2024-04-30T01:20:55.704 INFO:teuthology.orchestra.run.smithi071.stdout:(11/32): python3-rgw-19.0.0-2405.g1e75c287.el7. 568 kB/s | 99 kB 00:00 2024-04-30T01:20:56.164 INFO:teuthology.orchestra.run.smithi008.stdout:(31/32): librbd1-19.0.0-2405.g1e75c287.el7.x86_ 711 kB/s | 3.1 MB 00:04 2024-04-30T01:20:56.229 INFO:teuthology.orchestra.run.smithi071.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 204 kB/s | 107 kB 00:00 2024-04-30T01:20:56.234 INFO:teuthology.orchestra.run.smithi165.stdout:(3/32): ceph-radosgw-19.0.0-2405.g1e75c287.el7. 625 kB/s | 10 MB 00:16 2024-04-30T01:20:56.526 INFO:teuthology.orchestra.run.smithi165.stdout:(4/32): libradosstriper1-19.0.0-2405.g1e75c287. 1.7 MB/s | 501 kB 00:00 2024-04-30T01:20:56.596 INFO:teuthology.orchestra.run.smithi071.stdout:(13/32): ceph-radosgw-19.0.0-2405.g1e75c287.el7 407 kB/s | 10 MB 00:25 2024-04-30T01:20:56.655 INFO:teuthology.orchestra.run.smithi071.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 377 kB/s | 160 kB 00:00 2024-04-30T01:20:56.935 INFO:teuthology.orchestra.run.smithi165.stdout:(5/32): libcephfs2-19.0.0-2405.g1e75c287.el7.x8 450 kB/s | 746 kB 00:01 2024-04-30T01:20:57.038 INFO:teuthology.orchestra.run.smithi071.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 102 kB/s | 45 kB 00:00 2024-04-30T01:20:57.051 INFO:teuthology.orchestra.run.smithi165.stdout:(6/32): python3-ceph-argparse-19.0.0-2405.g1e75 387 kB/s | 45 kB 00:00 2024-04-30T01:20:57.335 INFO:teuthology.orchestra.run.smithi165.stdout:(7/32): python3-ceph-common-19.0.0-2405.g1e75c2 469 kB/s | 133 kB 00:00 2024-04-30T01:20:57.647 INFO:teuthology.orchestra.run.smithi071.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 481 kB/s | 292 kB 00:00 2024-04-30T01:20:57.702 INFO:teuthology.orchestra.run.smithi165.stdout:(8/32): python3-cephfs-19.0.0-2405.g1e75c287.el 441 kB/s | 161 kB 00:00 2024-04-30T01:20:58.114 INFO:teuthology.orchestra.run.smithi071.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 91 kB/s | 42 kB 00:00 2024-04-30T01:20:58.243 INFO:teuthology.orchestra.run.smithi165.stdout:(9/32): python3-rados-19.0.0-2405.g1e75c287.el7 591 kB/s | 320 kB 00:00 2024-04-30T01:20:58.314 INFO:teuthology.orchestra.run.smithi071.stdout:(18/32): librdkafka-1.6.1-102.el9.x86_64.rpm 399 kB/s | 662 kB 00:01 2024-04-30T01:20:58.623 INFO:teuthology.orchestra.run.smithi071.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 434 kB/s | 221 kB 00:00 2024-04-30T01:20:58.648 INFO:teuthology.orchestra.run.smithi071.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 107 kB/s | 36 kB 00:00 2024-04-30T01:20:58.802 INFO:teuthology.orchestra.run.smithi165.stdout:(10/32): python3-rbd-19.0.0-2405.g1e75c287.el7. 533 kB/s | 298 kB 00:00 2024-04-30T01:20:58.948 INFO:teuthology.orchestra.run.smithi071.stdout:(21/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.0 MB/s | 309 kB 00:00 2024-04-30T01:20:58.994 INFO:teuthology.orchestra.run.smithi165.stdout:(11/32): python3-rgw-19.0.0-2405.g1e75c287.el7. 519 kB/s | 99 kB 00:00 2024-04-30T01:20:59.007 INFO:teuthology.orchestra.run.smithi071.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 123 kB/s | 47 kB 00:00 2024-04-30T01:20:59.061 INFO:teuthology.orchestra.run.smithi165.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 1.6 MB/s | 107 kB 00:00 2024-04-30T01:20:59.161 INFO:teuthology.orchestra.run.smithi165.stdout:(13/32): librgw2-19.0.0-2405.g1e75c287.el7.x86_ 2.0 MB/s | 5.3 MB 00:02 2024-04-30T01:20:59.186 INFO:teuthology.orchestra.run.smithi165.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.3 MB/s | 160 kB 00:00 2024-04-30T01:20:59.207 INFO:teuthology.orchestra.run.smithi071.stdout:(23/32): libarrow-9.0.0-11.el9.x86_64.rpm 17 MB/s | 4.4 MB 00:00 2024-04-30T01:20:59.228 INFO:teuthology.orchestra.run.smithi165.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 676 kB/s | 45 kB 00:00 2024-04-30T01:20:59.232 INFO:teuthology.orchestra.run.smithi071.stdout:(24/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 115 kB/s | 26 kB 00:00 2024-04-30T01:20:59.258 INFO:teuthology.orchestra.run.smithi071.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 966 kB/s | 49 kB 00:00 2024-04-30T01:20:59.303 INFO:teuthology.orchestra.run.smithi165.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 5.5 MB/s | 662 kB 00:00 2024-04-30T01:20:59.316 INFO:teuthology.orchestra.run.smithi071.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 803 kB/s | 67 kB 00:00 2024-04-30T01:20:59.328 INFO:teuthology.orchestra.run.smithi165.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.9 MB/s | 292 kB 00:00 2024-04-30T01:20:59.350 INFO:teuthology.orchestra.run.smithi071.stdout:(27/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 8.9 MB/s | 839 kB 00:00 2024-04-30T01:20:59.371 INFO:teuthology.orchestra.run.smithi165.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 631 kB/s | 42 kB 00:00 2024-04-30T01:20:59.404 INFO:teuthology.orchestra.run.smithi165.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.9 MB/s | 221 kB 00:00 2024-04-30T01:20:59.409 INFO:teuthology.orchestra.run.smithi071.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 2.0 MB/s | 192 kB 00:00 2024-04-30T01:20:59.446 INFO:teuthology.orchestra.run.smithi165.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 477 kB/s | 36 kB 00:00 2024-04-30T01:20:59.459 INFO:teuthology.orchestra.run.smithi071.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 15 MB/s | 1.6 MB 00:00 2024-04-30T01:20:59.463 INFO:teuthology.orchestra.run.smithi165.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 807 kB/s | 47 kB 00:00 2024-04-30T01:20:59.763 INFO:teuthology.orchestra.run.smithi165.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 975 kB/s | 309 kB 00:00 2024-04-30T01:20:59.839 INFO:teuthology.orchestra.run.smithi165.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 346 kB/s | 26 kB 00:00 2024-04-30T01:20:59.939 INFO:teuthology.orchestra.run.smithi165.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 487 kB/s | 49 kB 00:00 2024-04-30T01:21:00.031 INFO:teuthology.orchestra.run.smithi165.stdout:(25/32): libarrow-9.0.0-11.el9.x86_64.rpm 7.8 MB/s | 4.4 MB 00:00 2024-04-30T01:21:00.051 INFO:teuthology.orchestra.run.smithi071.stdout:(30/32): ceph-common-19.0.0-2405.g1e75c287.el7. 736 kB/s | 21 MB 00:29 2024-04-30T01:21:00.139 INFO:teuthology.orchestra.run.smithi165.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 336 kB/s | 67 kB 00:00 2024-04-30T01:21:00.173 INFO:teuthology.orchestra.run.smithi165.stdout:(27/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 5.8 MB/s | 839 kB 00:00 2024-04-30T01:21:00.215 INFO:teuthology.orchestra.run.smithi165.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 2.5 MB/s | 192 kB 00:00 2024-04-30T01:21:00.307 INFO:teuthology.orchestra.run.smithi165.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 12 MB/s | 1.6 MB 00:00 2024-04-30T01:21:01.956 INFO:teuthology.orchestra.run.smithi008.stdout:(32/32): ceph-common-19.0.0-2405.g1e75c287.el7. 646 kB/s | 21 MB 00:33 2024-04-30T01:21:01.962 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:21:01.962 INFO:teuthology.orchestra.run.smithi008.stdout:Total 1.8 MB/s | 60 MB 00:33 2024-04-30T01:21:02.059 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-04-30T01:21:02.101 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-04-30T01:21:02.101 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-04-30T01:21:02.589 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-04-30T01:21:02.589 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-04-30T01:21:02.767 INFO:teuthology.orchestra.run.smithi071.stdout:(31/32): librados2-19.0.0-2405.g1e75c287.el7.x8 1.0 MB/s | 3.4 MB 00:03 2024-04-30T01:21:03.698 INFO:teuthology.orchestra.run.smithi165.stdout:(30/32): librbd1-19.0.0-2405.g1e75c287.el7.x86_ 947 kB/s | 3.1 MB 00:03 2024-04-30T01:21:04.094 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-04-30T01:21:04.190 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-30T01:21:04.219 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-30T01:21:04.244 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-30T01:21:04.267 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-30T01:21:04.287 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-30T01:21:04.426 INFO:teuthology.orchestra.run.smithi071.stdout:(32/32): librbd1-19.0.0-2405.g1e75c287.el7.x86_ 647 kB/s | 3.1 MB 00:04 2024-04-30T01:21:04.430 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:21:04.430 INFO:teuthology.orchestra.run.smithi071.stdout:Total 1.8 MB/s | 60 MB 00:33 2024-04-30T01:21:04.485 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-30T01:21:04.524 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-30T01:21:04.539 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-30T01:21:04.562 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-30T01:21:04.562 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-30T01:21:04.944 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-30T01:21:04.996 INFO:teuthology.orchestra.run.smithi008.stdout: Upgrading : librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 7/34 2024-04-30T01:21:05.027 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-30T01:21:05.028 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-30T01:21:05.089 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 7/34 2024-04-30T01:21:05.178 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-rados-2:19.0.0-2405.g1e75c287.el7.x86_64 8/34 2024-04-30T01:21:05.206 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 9/34 2024-04-30T01:21:05.252 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 9/34 2024-04-30T01:21:05.281 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-30T01:21:05.290 INFO:teuthology.orchestra.run.smithi165.stdout:(31/32): librados2-19.0.0-2405.g1e75c287.el7.x8 683 kB/s | 3.4 MB 00:05 2024-04-30T01:21:05.325 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-ceph-argparse-2:19.0.0-2405.g1e75c287.el7. 11/34 2024-04-30T01:21:05.404 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-cephfs-2:19.0.0-2405.g1e75c287.el7.x86_64 12/34 2024-04-30T01:21:05.434 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_6 13/34 2024-04-30T01:21:05.498 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_6 13/34 2024-04-30T01:21:05.532 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-30T01:21:05.634 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-30T01:21:05.666 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-04-30T01:21:05.707 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-30T01:21:05.740 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-30T01:21:05.769 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-04-30T01:21:05.802 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-30T01:21:06.131 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-30T01:21:06.173 INFO:teuthology.orchestra.run.smithi008.stdout: Upgrading : librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 22/34 2024-04-30T01:21:06.264 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 22/34 2024-04-30T01:21:06.294 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-rbd-2:19.0.0-2405.g1e75c287.el7.x86_64 23/34 2024-04-30T01:21:06.331 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-30T01:21:06.496 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-30T01:21:06.515 INFO:teuthology.orchestra.run.smithi165.stdout:(32/32): ceph-common-19.0.0-2405.g1e75c287.el7. 794 kB/s | 21 MB 00:27 2024-04-30T01:21:06.519 INFO:teuthology.orchestra.run.smithi165.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:21:06.519 INFO:teuthology.orchestra.run.smithi165.stdout:Total 2.2 MB/s | 60 MB 00:27 2024-04-30T01:21:06.576 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-30T01:21:06.605 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-30T01:21:06.613 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-04-30T01:21:06.631 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-30T01:21:06.651 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-04-30T01:21:06.651 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-04-30T01:21:06.654 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-30T01:21:06.678 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-30T01:21:06.828 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-04-30T01:21:06.867 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 26/34 2024-04-30T01:21:06.873 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-30T01:21:06.935 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-30T01:21:06.939 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 26/34 2024-04-30T01:21:07.019 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-rgw-2:19.0.0-2405.g1e75c287.el7.x86_64 27/34 2024-04-30T01:21:07.061 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-ceph-common-2:19.0.0-2405.g1e75c287.el7.x8 28/34 2024-04-30T01:21:07.117 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-04-30T01:21:07.117 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-04-30T01:21:07.314 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-30T01:21:07.368 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 7/34 2024-04-30T01:21:07.442 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 7/34 2024-04-30T01:21:07.531 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rados-2:19.0.0-2405.g1e75c287.el7.x86_64 8/34 2024-04-30T01:21:07.562 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 9/34 2024-04-30T01:21:07.624 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 9/34 2024-04-30T01:21:07.653 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-30T01:21:07.697 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-ceph-argparse-2:19.0.0-2405.g1e75c287.el7. 11/34 2024-04-30T01:21:07.765 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cephfs-2:19.0.0-2405.g1e75c287.el7.x86_64 12/34 2024-04-30T01:21:07.789 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_6 13/34 2024-04-30T01:21:07.853 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_6 13/34 2024-04-30T01:21:07.887 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-30T01:21:07.995 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-30T01:21:08.022 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-04-30T01:21:08.053 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-30T01:21:08.079 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-30T01:21:08.108 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-04-30T01:21:08.141 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-30T01:21:08.454 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-30T01:21:08.495 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 22/34 2024-04-30T01:21:08.584 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 22/34 2024-04-30T01:21:08.594 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-04-30T01:21:08.617 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rbd-2:19.0.0-2405.g1e75c287.el7.x86_64 23/34 2024-04-30T01:21:08.653 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-30T01:21:08.682 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-30T01:21:08.711 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-30T01:21:08.736 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-30T01:21:08.759 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-30T01:21:08.778 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-30T01:21:08.976 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-30T01:21:09.040 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-30T01:21:09.133 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-04-30T01:21:09.157 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 26/34 2024-04-30T01:21:09.248 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 26/34 2024-04-30T01:21:09.322 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rgw-2:19.0.0-2405.g1e75c287.el7.x86_64 27/34 2024-04-30T01:21:09.359 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-ceph-common-2:19.0.0-2405.g1e75c287.el7.x8 28/34 2024-04-30T01:21:09.367 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-30T01:21:09.480 INFO:teuthology.orchestra.run.smithi165.stdout: Upgrading : librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 7/34 2024-04-30T01:21:09.529 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 29/34 2024-04-30T01:21:09.566 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 29/34 2024-04-30T01:21:09.571 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 7/34 2024-04-30T01:21:09.658 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-rados-2:19.0.0-2405.g1e75c287.el7.x86_64 8/34 2024-04-30T01:21:09.689 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 9/34 2024-04-30T01:21:09.734 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 9/34 2024-04-30T01:21:09.764 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-30T01:21:09.807 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-ceph-argparse-2:19.0.0-2405.g1e75c287.el7. 11/34 2024-04-30T01:21:09.885 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-cephfs-2:19.0.0-2405.g1e75c287.el7.x86_64 12/34 2024-04-30T01:21:09.908 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_6 13/34 2024-04-30T01:21:09.972 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_6 13/34 2024-04-30T01:21:10.006 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-30T01:21:10.115 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-30T01:21:10.133 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 29/34 2024-04-30T01:21:10.148 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-04-30T01:21:10.170 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 30/34 2024-04-30T01:21:10.188 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-30T01:21:10.213 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-30T01:21:10.243 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-04-30T01:21:10.265 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 30/34 2024-04-30T01:21:10.265 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-30T01:21:10.265 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-30T01:21:10.265 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-04-30T01:21:10.275 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-30T01:21:10.296 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 31/34 2024-04-30T01:21:10.591 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-30T01:21:10.630 INFO:teuthology.orchestra.run.smithi165.stdout: Upgrading : librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 22/34 2024-04-30T01:21:10.720 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 22/34 2024-04-30T01:21:10.751 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-rbd-2:19.0.0-2405.g1e75c287.el7.x86_64 23/34 2024-04-30T01:21:10.787 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-30T01:21:11.259 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-04-30T01:21:11.290 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 26/34 2024-04-30T01:21:11.361 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 26/34 2024-04-30T01:21:11.431 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-rgw-2:19.0.0-2405.g1e75c287.el7.x86_64 27/34 2024-04-30T01:21:11.468 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-ceph-common-2:19.0.0-2405.g1e75c287.el7.x8 28/34 2024-04-30T01:21:11.549 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 29/34 2024-04-30T01:21:11.648 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 29/34 2024-04-30T01:21:12.187 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 29/34 2024-04-30T01:21:12.226 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 30/34 2024-04-30T01:21:12.326 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 30/34 2024-04-30T01:21:12.326 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-30T01:21:12.327 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-30T01:21:12.327 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:21:12.353 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 31/34 2024-04-30T01:21:13.797 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 29/34 2024-04-30T01:21:13.861 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 29/34 2024-04-30T01:21:14.407 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 29/34 2024-04-30T01:21:14.442 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 30/34 2024-04-30T01:21:14.530 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 30/34 2024-04-30T01:21:14.531 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-30T01:21:14.531 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-30T01:21:14.531 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:21:14.559 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 31/34 2024-04-30T01:21:20.105 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 31/34 2024-04-30T01:21:20.105 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /sys 2024-04-30T01:21:20.105 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /proc 2024-04-30T01:21:20.105 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /mnt 2024-04-30T01:21:20.105 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /var/tmp 2024-04-30T01:21:20.105 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /home 2024-04-30T01:21:20.105 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /root 2024-04-30T01:21:20.106 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /tmp 2024-04-30T01:21:20.106 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-04-30T01:21:21.081 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 32/34 2024-04-30T01:21:21.106 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 32/34 2024-04-30T01:21:21.106 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:21:21.106 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-30T01:21:21.106 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-30T01:21:21.106 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-30T01:21:21.107 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-04-30T01:21:21.108 INFO:teuthology.orchestra.run.smithi008.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-30T01:21:21.176 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-30T01:21:21.176 INFO:teuthology.orchestra.run.smithi008.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T01:21:21.555 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 31/34 2024-04-30T01:21:21.555 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /sys 2024-04-30T01:21:21.555 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /proc 2024-04-30T01:21:21.555 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /mnt 2024-04-30T01:21:21.555 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /var/tmp 2024-04-30T01:21:21.555 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /home 2024-04-30T01:21:21.555 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /root 2024-04-30T01:21:21.556 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /tmp 2024-04-30T01:21:21.556 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:21:22.401 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T01:21:22.402 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 1/34 2024-04-30T01:21:22.402 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 2/34 2024-04-30T01:21:22.402 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 3/34 2024-04-30T01:21:22.402 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 4/34 2024-04-30T01:21:22.402 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 5/34 2024-04-30T01:21:22.402 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_6 6/34 2024-04-30T01:21:22.402 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 7/34 2024-04-30T01:21:22.402 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2405.g1e75c287.el7. 8/34 2024-04-30T01:21:22.402 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-ceph-common-2:19.0.0-2405.g1e75c287.el7.x8 9/34 2024-04-30T01:21:22.402 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-cephfs-2:19.0.0-2405.g1e75c287.el7.x86_64 10/34 2024-04-30T01:21:22.402 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-rados-2:19.0.0-2405.g1e75c287.el7.x86_64 11/34 2024-04-30T01:21:22.403 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-rbd-2:19.0.0-2405.g1e75c287.el7.x86_64 12/34 2024-04-30T01:21:22.403 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-rgw-2:19.0.0-2405.g1e75c287.el7.x86_64 13/34 2024-04-30T01:21:22.403 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-30T01:21:22.403 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-30T01:21:22.403 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-30T01:21:22.403 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-30T01:21:22.403 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-30T01:21:22.403 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-30T01:21:22.403 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-30T01:21:22.403 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-30T01:21:22.403 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-30T01:21:22.403 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-30T01:21:22.403 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-04-30T01:21:22.403 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-04-30T01:21:22.403 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-30T01:21:22.404 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-30T01:21:22.404 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-04-30T01:21:22.404 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-30T01:21:22.404 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-30T01:21:22.404 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 31/34 2024-04-30T01:21:22.404 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-30T01:21:22.404 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 33/34 2024-04-30T01:21:22.514 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 32/34 2024-04-30T01:21:22.541 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 32/34 2024-04-30T01:21:22.542 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:21:22.542 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-30T01:21:22.542 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-30T01:21:22.542 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-30T01:21:22.542 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:21:22.544 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-30T01:21:22.633 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-30T01:21:22.633 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T01:21:23.223 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T01:21:23.223 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-04-30T01:21:23.223 INFO:teuthology.orchestra.run.smithi008.stdout:Upgraded: 2024-04-30T01:21:23.223 INFO:teuthology.orchestra.run.smithi008.stdout: librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:23.223 INFO:teuthology.orchestra.run.smithi008.stdout: librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:23.223 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-04-30T01:21:23.223 INFO:teuthology.orchestra.run.smithi008.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-30T01:21:23.223 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:23.224 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:23.224 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:23.224 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:23.224 INFO:teuthology.orchestra.run.smithi008.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-30T01:21:23.224 INFO:teuthology.orchestra.run.smithi008.stdout: libarrow-9.0.0-11.el9.x86_64 2024-04-30T01:21:23.224 INFO:teuthology.orchestra.run.smithi008.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-04-30T01:21:23.224 INFO:teuthology.orchestra.run.smithi008.stdout: libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:23.224 INFO:teuthology.orchestra.run.smithi008.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-30T01:21:23.224 INFO:teuthology.orchestra.run.smithi008.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-30T01:21:23.224 INFO:teuthology.orchestra.run.smithi008.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-30T01:21:23.224 INFO:teuthology.orchestra.run.smithi008.stdout: libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:23.224 INFO:teuthology.orchestra.run.smithi008.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-30T01:21:23.224 INFO:teuthology.orchestra.run.smithi008.stdout: librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:23.224 INFO:teuthology.orchestra.run.smithi008.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-30T01:21:23.224 INFO:teuthology.orchestra.run.smithi008.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-30T01:21:23.224 INFO:teuthology.orchestra.run.smithi008.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-04-30T01:21:23.224 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ceph-argparse-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:23.225 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:23.225 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cephfs-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:23.225 INFO:teuthology.orchestra.run.smithi008.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-30T01:21:23.225 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rados-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:23.225 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rbd-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:23.225 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rgw-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:23.225 INFO:teuthology.orchestra.run.smithi008.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-30T01:21:23.225 INFO:teuthology.orchestra.run.smithi008.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-30T01:21:23.225 INFO:teuthology.orchestra.run.smithi008.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-30T01:21:23.225 INFO:teuthology.orchestra.run.smithi008.stdout: re2-1:20211101-3.el9.x86_64 2024-04-30T01:21:23.225 INFO:teuthology.orchestra.run.smithi008.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-30T01:21:23.225 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-04-30T01:21:23.225 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-04-30T01:21:23.477 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-test 2024-04-30T01:21:23.827 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 31/34 2024-04-30T01:21:23.827 INFO:teuthology.orchestra.run.smithi165.stdout:skipping the directory /sys 2024-04-30T01:21:23.827 INFO:teuthology.orchestra.run.smithi165.stdout:skipping the directory /proc 2024-04-30T01:21:23.827 INFO:teuthology.orchestra.run.smithi165.stdout:skipping the directory /mnt 2024-04-30T01:21:23.827 INFO:teuthology.orchestra.run.smithi165.stdout:skipping the directory /var/tmp 2024-04-30T01:21:23.827 INFO:teuthology.orchestra.run.smithi165.stdout:skipping the directory /home 2024-04-30T01:21:23.827 INFO:teuthology.orchestra.run.smithi165.stdout:skipping the directory /root 2024-04-30T01:21:23.827 INFO:teuthology.orchestra.run.smithi165.stdout:skipping the directory /tmp 2024-04-30T01:21:23.827 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:21:23.849 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T01:21:23.849 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 1/34 2024-04-30T01:21:23.850 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 2/34 2024-04-30T01:21:23.850 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 3/34 2024-04-30T01:21:23.850 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 4/34 2024-04-30T01:21:23.850 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 5/34 2024-04-30T01:21:23.850 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_6 6/34 2024-04-30T01:21:23.850 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 7/34 2024-04-30T01:21:23.850 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2405.g1e75c287.el7. 8/34 2024-04-30T01:21:23.850 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-ceph-common-2:19.0.0-2405.g1e75c287.el7.x8 9/34 2024-04-30T01:21:23.850 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cephfs-2:19.0.0-2405.g1e75c287.el7.x86_64 10/34 2024-04-30T01:21:23.850 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rados-2:19.0.0-2405.g1e75c287.el7.x86_64 11/34 2024-04-30T01:21:23.850 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rbd-2:19.0.0-2405.g1e75c287.el7.x86_64 12/34 2024-04-30T01:21:23.850 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rgw-2:19.0.0-2405.g1e75c287.el7.x86_64 13/34 2024-04-30T01:21:23.850 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-30T01:21:23.850 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-30T01:21:23.850 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-30T01:21:23.851 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-30T01:21:23.851 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-30T01:21:23.851 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-30T01:21:23.851 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-30T01:21:23.851 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-30T01:21:23.851 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-30T01:21:23.851 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-30T01:21:23.851 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-04-30T01:21:23.851 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-04-30T01:21:23.851 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-30T01:21:23.851 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-30T01:21:23.851 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-04-30T01:21:23.851 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-30T01:21:23.852 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-30T01:21:23.852 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 31/34 2024-04-30T01:21:23.852 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-30T01:21:23.852 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 33/34 2024-04-30T01:21:24.028 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:00:58 ago on Tue 30 Apr 2024 01:20:26 AM UTC. 2024-04-30T01:21:24.156 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-04-30T01:21:24.157 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-04-30T01:21:24.157 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-04-30T01:21:24.157 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-04-30T01:21:24.157 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-04-30T01:21:24.157 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-test x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 48 M 2024-04-30T01:21:24.157 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-04-30T01:21:24.157 INFO:teuthology.orchestra.run.smithi008.stdout: libcephsqlite x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 163 k 2024-04-30T01:21:24.157 INFO:teuthology.orchestra.run.smithi008.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-30T01:21:24.158 INFO:teuthology.orchestra.run.smithi008.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-30T01:21:24.158 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-04-30T01:21:24.158 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-04-30T01:21:24.158 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-04-30T01:21:24.158 INFO:teuthology.orchestra.run.smithi008.stdout:Install 4 Packages 2024-04-30T01:21:24.158 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-04-30T01:21:24.158 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 49 M 2024-04-30T01:21:24.159 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 207 M 2024-04-30T01:21:24.159 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-04-30T01:21:24.561 INFO:teuthology.orchestra.run.smithi008.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 857 kB/s | 305 kB 00:00 2024-04-30T01:21:24.615 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T01:21:24.615 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:21:24.615 INFO:teuthology.orchestra.run.smithi071.stdout:Upgraded: 2024-04-30T01:21:24.615 INFO:teuthology.orchestra.run.smithi071.stdout: librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:24.615 INFO:teuthology.orchestra.run.smithi071.stdout: librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:24.615 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-30T01:21:24.615 INFO:teuthology.orchestra.run.smithi071.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-30T01:21:24.615 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:24.615 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:24.615 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:24.616 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:24.616 INFO:teuthology.orchestra.run.smithi071.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-30T01:21:24.616 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow-9.0.0-11.el9.x86_64 2024-04-30T01:21:24.616 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-04-30T01:21:24.616 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:24.616 INFO:teuthology.orchestra.run.smithi071.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-30T01:21:24.616 INFO:teuthology.orchestra.run.smithi071.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-30T01:21:24.616 INFO:teuthology.orchestra.run.smithi071.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-30T01:21:24.616 INFO:teuthology.orchestra.run.smithi071.stdout: libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:24.616 INFO:teuthology.orchestra.run.smithi071.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-30T01:21:24.616 INFO:teuthology.orchestra.run.smithi071.stdout: librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:24.616 INFO:teuthology.orchestra.run.smithi071.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-30T01:21:24.617 INFO:teuthology.orchestra.run.smithi071.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-30T01:21:24.617 INFO:teuthology.orchestra.run.smithi071.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-04-30T01:21:24.617 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-argparse-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:24.617 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:24.617 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cephfs-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:24.617 INFO:teuthology.orchestra.run.smithi071.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-30T01:21:24.617 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rados-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:24.617 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rbd-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:24.617 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rgw-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:24.617 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-30T01:21:24.617 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-30T01:21:24.617 INFO:teuthology.orchestra.run.smithi071.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-30T01:21:24.617 INFO:teuthology.orchestra.run.smithi071.stdout: re2-1:20211101-3.el9.x86_64 2024-04-30T01:21:24.617 INFO:teuthology.orchestra.run.smithi071.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-30T01:21:24.617 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:21:24.618 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-30T01:21:24.662 INFO:teuthology.orchestra.run.smithi008.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 634 kB/s | 64 kB 00:00 2024-04-30T01:21:24.747 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 32/34 2024-04-30T01:21:24.771 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 32/34 2024-04-30T01:21:24.771 INFO:teuthology.orchestra.run.smithi165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:21:24.771 INFO:teuthology.orchestra.run.smithi165.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-30T01:21:24.771 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-30T01:21:24.771 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-30T01:21:24.771 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:21:24.773 INFO:teuthology.orchestra.run.smithi165.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-30T01:21:24.858 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-30T01:21:24.858 INFO:teuthology.orchestra.run.smithi165.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T01:21:24.911 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-test 2024-04-30T01:21:25.167 INFO:teuthology.orchestra.run.smithi008.stdout:(3/4): libcephsqlite-19.0.0-2405.g1e75c287.el7. 170 kB/s | 163 kB 00:00 2024-04-30T01:21:25.448 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:57 ago on Tue 30 Apr 2024 01:20:28 AM UTC. 2024-04-30T01:21:25.571 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-30T01:21:25.572 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:21:25.572 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-30T01:21:25.572 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:21:25.572 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-30T01:21:25.572 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-test x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 48 M 2024-04-30T01:21:25.572 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-30T01:21:25.572 INFO:teuthology.orchestra.run.smithi071.stdout: libcephsqlite x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 163 k 2024-04-30T01:21:25.572 INFO:teuthology.orchestra.run.smithi071.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-30T01:21:25.572 INFO:teuthology.orchestra.run.smithi071.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-30T01:21:25.572 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:21:25.572 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-30T01:21:25.572 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:21:25.573 INFO:teuthology.orchestra.run.smithi071.stdout:Install 4 Packages 2024-04-30T01:21:25.573 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:21:25.573 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 49 M 2024-04-30T01:21:25.573 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 207 M 2024-04-30T01:21:25.573 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-30T01:21:26.080 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T01:21:26.080 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 1/34 2024-04-30T01:21:26.081 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 2/34 2024-04-30T01:21:26.081 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 3/34 2024-04-30T01:21:26.081 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 4/34 2024-04-30T01:21:26.081 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 5/34 2024-04-30T01:21:26.081 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_6 6/34 2024-04-30T01:21:26.081 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 7/34 2024-04-30T01:21:26.081 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2405.g1e75c287.el7. 8/34 2024-04-30T01:21:26.081 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-ceph-common-2:19.0.0-2405.g1e75c287.el7.x8 9/34 2024-04-30T01:21:26.081 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-cephfs-2:19.0.0-2405.g1e75c287.el7.x86_64 10/34 2024-04-30T01:21:26.081 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-rados-2:19.0.0-2405.g1e75c287.el7.x86_64 11/34 2024-04-30T01:21:26.081 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-rbd-2:19.0.0-2405.g1e75c287.el7.x86_64 12/34 2024-04-30T01:21:26.081 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-rgw-2:19.0.0-2405.g1e75c287.el7.x86_64 13/34 2024-04-30T01:21:26.081 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-30T01:21:26.082 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-30T01:21:26.082 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-30T01:21:26.082 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-30T01:21:26.082 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-30T01:21:26.082 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-30T01:21:26.082 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-30T01:21:26.082 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-30T01:21:26.082 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-30T01:21:26.082 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-30T01:21:26.082 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-04-30T01:21:26.082 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-04-30T01:21:26.082 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-30T01:21:26.082 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-30T01:21:26.082 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-04-30T01:21:26.083 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-30T01:21:26.083 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-30T01:21:26.083 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 31/34 2024-04-30T01:21:26.083 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-30T01:21:26.083 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 33/34 2024-04-30T01:21:26.583 INFO:teuthology.orchestra.run.smithi071.stdout:(1/4): libcephsqlite-19.0.0-2405.g1e75c287.el7. 223 kB/s | 163 kB 00:00 2024-04-30T01:21:26.633 INFO:teuthology.orchestra.run.smithi071.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 389 kB/s | 305 kB 00:00 2024-04-30T01:21:26.888 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-30T01:21:26.888 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:21:26.888 INFO:teuthology.orchestra.run.smithi165.stdout:Upgraded: 2024-04-30T01:21:26.888 INFO:teuthology.orchestra.run.smithi165.stdout: librados2-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:26.888 INFO:teuthology.orchestra.run.smithi165.stdout: librbd1-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:26.888 INFO:teuthology.orchestra.run.smithi165.stdout:Installed: 2024-04-30T01:21:26.888 INFO:teuthology.orchestra.run.smithi165.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-30T01:21:26.888 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:26.888 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:26.888 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-radosgw-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:26.889 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-selinux-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:26.889 INFO:teuthology.orchestra.run.smithi165.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-30T01:21:26.889 INFO:teuthology.orchestra.run.smithi165.stdout: libarrow-9.0.0-11.el9.x86_64 2024-04-30T01:21:26.889 INFO:teuthology.orchestra.run.smithi165.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-04-30T01:21:26.889 INFO:teuthology.orchestra.run.smithi165.stdout: libcephfs2-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:26.889 INFO:teuthology.orchestra.run.smithi165.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-30T01:21:26.889 INFO:teuthology.orchestra.run.smithi165.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-30T01:21:26.889 INFO:teuthology.orchestra.run.smithi165.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-30T01:21:26.889 INFO:teuthology.orchestra.run.smithi165.stdout: libradosstriper1-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:26.889 INFO:teuthology.orchestra.run.smithi165.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-30T01:21:26.889 INFO:teuthology.orchestra.run.smithi165.stdout: librgw2-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:26.889 INFO:teuthology.orchestra.run.smithi165.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-30T01:21:26.889 INFO:teuthology.orchestra.run.smithi165.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-30T01:21:26.889 INFO:teuthology.orchestra.run.smithi165.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-04-30T01:21:26.889 INFO:teuthology.orchestra.run.smithi165.stdout: python3-ceph-argparse-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:26.890 INFO:teuthology.orchestra.run.smithi165.stdout: python3-ceph-common-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:26.890 INFO:teuthology.orchestra.run.smithi165.stdout: python3-cephfs-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:26.890 INFO:teuthology.orchestra.run.smithi165.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-30T01:21:26.890 INFO:teuthology.orchestra.run.smithi165.stdout: python3-rados-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:26.890 INFO:teuthology.orchestra.run.smithi165.stdout: python3-rbd-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:26.890 INFO:teuthology.orchestra.run.smithi165.stdout: python3-rgw-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:21:26.890 INFO:teuthology.orchestra.run.smithi165.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-30T01:21:26.890 INFO:teuthology.orchestra.run.smithi165.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-30T01:21:26.890 INFO:teuthology.orchestra.run.smithi165.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-30T01:21:26.890 INFO:teuthology.orchestra.run.smithi165.stdout: re2-1:20211101-3.el9.x86_64 2024-04-30T01:21:26.890 INFO:teuthology.orchestra.run.smithi165.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-30T01:21:26.890 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:21:26.890 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-04-30T01:21:27.104 INFO:teuthology.orchestra.run.smithi071.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 122 kB/s | 64 kB 00:00 2024-04-30T01:21:27.202 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install ceph-test 2024-04-30T01:21:27.741 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:00:50 ago on Tue 30 Apr 2024 01:20:37 AM UTC. 2024-04-30T01:21:27.864 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-04-30T01:21:27.864 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-04-30T01:21:27.864 INFO:teuthology.orchestra.run.smithi165.stdout: Package Arch Version Repository Size 2024-04-30T01:21:27.865 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-04-30T01:21:27.865 INFO:teuthology.orchestra.run.smithi165.stdout:Installing: 2024-04-30T01:21:27.865 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-test x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 48 M 2024-04-30T01:21:27.865 INFO:teuthology.orchestra.run.smithi165.stdout:Installing dependencies: 2024-04-30T01:21:27.865 INFO:teuthology.orchestra.run.smithi165.stdout: libcephsqlite x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 163 k 2024-04-30T01:21:27.865 INFO:teuthology.orchestra.run.smithi165.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-30T01:21:27.865 INFO:teuthology.orchestra.run.smithi165.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-30T01:21:27.865 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:21:27.865 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-04-30T01:21:27.865 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-04-30T01:21:27.865 INFO:teuthology.orchestra.run.smithi165.stdout:Install 4 Packages 2024-04-30T01:21:27.865 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:21:27.866 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 49 M 2024-04-30T01:21:27.866 INFO:teuthology.orchestra.run.smithi165.stdout:Installed size: 207 M 2024-04-30T01:21:27.866 INFO:teuthology.orchestra.run.smithi165.stdout:Downloading Packages: 2024-04-30T01:21:28.878 INFO:teuthology.orchestra.run.smithi165.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 427 kB/s | 305 kB 00:00 2024-04-30T01:21:29.006 INFO:teuthology.orchestra.run.smithi165.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 501 kB/s | 64 kB 00:00 2024-04-30T01:21:29.105 INFO:teuthology.orchestra.run.smithi165.stdout:(3/4): libcephsqlite-19.0.0-2405.g1e75c287.el7. 174 kB/s | 163 kB 00:00 2024-04-30T01:22:02.549 INFO:teuthology.orchestra.run.smithi071.stdout:(4/4): ceph-test-19.0.0-2405.g1e75c287.el7.x86_ 1.3 MB/s | 48 MB 00:36 2024-04-30T01:22:02.551 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:22:02.551 INFO:teuthology.orchestra.run.smithi071.stdout:Total 1.3 MB/s | 49 MB 00:36 2024-04-30T01:22:02.576 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-30T01:22:02.596 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-30T01:22:02.596 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-30T01:22:02.960 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-30T01:22:02.960 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-30T01:22:03.473 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-30T01:22:03.549 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-30T01:22:03.589 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-30T01:22:03.617 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 3/4 2024-04-30T01:22:08.111 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 3/4 2024-04-30T01:22:08.265 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 4/4 2024-04-30T01:22:10.550 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 4/4 2024-04-30T01:22:10.550 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 1/4 2024-04-30T01:22:10.550 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 2/4 2024-04-30T01:22:10.550 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-30T01:22:10.823 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-30T01:22:10.823 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:22:10.823 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-30T01:22:10.823 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:22:10.823 INFO:teuthology.orchestra.run.smithi071.stdout: libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:22:10.823 INFO:teuthology.orchestra.run.smithi071.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-30T01:22:10.823 INFO:teuthology.orchestra.run.smithi071.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-30T01:22:10.823 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:22:10.823 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-30T01:22:11.124 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph 2024-04-30T01:22:11.642 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:43 ago on Tue 30 Apr 2024 01:20:28 AM UTC. 2024-04-30T01:22:11.767 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-30T01:22:11.770 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:22:11.770 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-30T01:22:11.770 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:22:11.770 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-30T01:22:11.770 INFO:teuthology.orchestra.run.smithi071.stdout: ceph x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 6.6 k 2024-04-30T01:22:11.770 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-30T01:22:11.770 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mds x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 2.4 M 2024-04-30T01:22:11.770 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 1.5 M 2024-04-30T01:22:11.771 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2405.g1e75c287.el7 ceph-noarch 249 k 2024-04-30T01:22:11.771 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mon x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 4.7 M 2024-04-30T01:22:11.771 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-osd x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 17 M 2024-04-30T01:22:11.771 INFO:teuthology.orchestra.run.smithi071.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-30T01:22:11.771 INFO:teuthology.orchestra.run.smithi071.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-30T01:22:11.771 INFO:teuthology.orchestra.run.smithi071.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-30T01:22:11.771 INFO:teuthology.orchestra.run.smithi071.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-30T01:22:11.771 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-30T01:22:11.771 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-30T01:22:11.771 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-30T01:22:11.771 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-30T01:22:11.771 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-30T01:22:11.772 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-30T01:22:11.772 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-collections 2024-04-30T01:22:11.772 INFO:teuthology.orchestra.run.smithi071.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-30T01:22:11.772 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-30T01:22:11.772 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-30T01:22:11.772 INFO:teuthology.orchestra.run.smithi071.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-30T01:22:11.772 INFO:teuthology.orchestra.run.smithi071.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-30T01:22:11.772 INFO:teuthology.orchestra.run.smithi071.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-30T01:22:11.772 INFO:teuthology.orchestra.run.smithi071.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-30T01:22:11.772 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-30T01:22:11.772 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-30T01:22:11.772 INFO:teuthology.orchestra.run.smithi071.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-30T01:22:11.772 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-30T01:22:11.772 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-30T01:22:11.772 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-30T01:22:11.773 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-30T01:22:11.773 INFO:teuthology.orchestra.run.smithi071.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-30T01:22:11.773 INFO:teuthology.orchestra.run.smithi071.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-30T01:22:11.773 INFO:teuthology.orchestra.run.smithi071.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-30T01:22:11.773 INFO:teuthology.orchestra.run.smithi071.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-30T01:22:11.773 INFO:teuthology.orchestra.run.smithi071.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-30T01:22:11.773 INFO:teuthology.orchestra.run.smithi071.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-30T01:22:11.773 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:22:11.773 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-30T01:22:11.773 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:22:11.773 INFO:teuthology.orchestra.run.smithi071.stdout:Install 36 Packages 2024-04-30T01:22:11.773 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:22:11.774 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 30 M 2024-04-30T01:22:11.774 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 107 M 2024-04-30T01:22:11.774 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-30T01:22:12.951 INFO:teuthology.orchestra.run.smithi071.stdout:(1/36): ceph-19.0.0-2405.g1e75c287.el7.x86_64.r 18 kB/s | 6.6 kB 00:00 2024-04-30T01:22:14.326 INFO:teuthology.orchestra.run.smithi071.stdout:(2/36): ceph-mgr-19.0.0-2405.g1e75c287.el7.x86_ 884 kB/s | 1.5 MB 00:01 2024-04-30T01:22:15.676 INFO:teuthology.orchestra.run.smithi165.stdout:(4/4): ceph-test-19.0.0-2405.g1e75c287.el7.x86_ 1.0 MB/s | 48 MB 00:47 2024-04-30T01:22:15.678 INFO:teuthology.orchestra.run.smithi165.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:22:15.678 INFO:teuthology.orchestra.run.smithi165.stdout:Total 1.0 MB/s | 49 MB 00:47 2024-04-30T01:22:15.703 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-04-30T01:22:15.723 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-04-30T01:22:15.723 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-04-30T01:22:15.893 INFO:teuthology.orchestra.run.smithi071.stdout:(3/36): ceph-mds-19.0.0-2405.g1e75c287.el7.x86_ 733 kB/s | 2.4 MB 00:03 2024-04-30T01:22:16.094 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-04-30T01:22:16.094 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-04-30T01:22:16.143 INFO:teuthology.orchestra.run.smithi071.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2405.g1e75 996 kB/s | 249 kB 00:00 2024-04-30T01:22:16.612 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-04-30T01:22:16.676 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-30T01:22:16.716 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-30T01:22:16.745 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 3/4 2024-04-30T01:22:17.310 INFO:teuthology.orchestra.run.smithi071.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 217 kB/s | 253 kB 00:01 2024-04-30T01:22:19.752 INFO:teuthology.orchestra.run.smithi071.stdout:(6/36): ceph-mon-19.0.0-2405.g1e75c287.el7.x86_ 706 kB/s | 4.7 MB 00:06 2024-04-30T01:22:19.793 INFO:teuthology.orchestra.run.smithi071.stdout:(7/36): python3-cryptography-36.0.1-4.el9.x86_6 506 kB/s | 1.2 MB 00:02 2024-04-30T01:22:20.585 INFO:teuthology.orchestra.run.smithi071.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 128 kB/s | 106 kB 00:00 2024-04-30T01:22:20.661 INFO:teuthology.orchestra.run.smithi071.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 156 kB/s | 135 kB 00:00 2024-04-30T01:22:21.265 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 3/4 2024-04-30T01:22:21.420 INFO:teuthology.orchestra.run.smithi071.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 150 kB/s | 125 kB 00:00 2024-04-30T01:22:21.423 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 4/4 2024-04-30T01:22:21.578 INFO:teuthology.orchestra.run.smithi071.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 188 kB 00:00 2024-04-30T01:22:21.603 INFO:teuthology.orchestra.run.smithi071.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 228 kB/s | 215 kB 00:00 2024-04-30T01:22:21.787 INFO:teuthology.orchestra.run.smithi071.stdout:(13/36): ceph-osd-19.0.0-2405.g1e75c287.el7.x86 2.3 MB/s | 17 MB 00:07 2024-04-30T01:22:21.812 INFO:teuthology.orchestra.run.smithi071.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 736 kB/s | 172 kB 00:00 2024-04-30T01:22:21.846 INFO:teuthology.orchestra.run.smithi071.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 144 kB/s | 35 kB 00:00 2024-04-30T01:22:21.862 INFO:teuthology.orchestra.run.smithi071.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 833 kB/s | 42 kB 00:00 2024-04-30T01:22:21.888 INFO:teuthology.orchestra.run.smithi071.stdout:(17/36): python3-pytz-2021.1-5.el9.noarch.rpm 507 kB/s | 51 kB 00:00 2024-04-30T01:22:21.988 INFO:teuthology.orchestra.run.smithi071.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 434 kB/s | 43 kB 00:00 2024-04-30T01:22:22.030 INFO:teuthology.orchestra.run.smithi071.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 903 kB/s | 151 kB 00:00 2024-04-30T01:22:22.089 INFO:teuthology.orchestra.run.smithi071.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.7 MB/s | 172 kB 00:00 2024-04-30T01:22:22.122 INFO:teuthology.orchestra.run.smithi071.stdout:(21/36): lua-devel-5.4.4-4.el9.x86_64.rpm 81 kB/s | 22 kB 00:00 2024-04-30T01:22:22.139 INFO:teuthology.orchestra.run.smithi071.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 213 kB/s | 11 kB 00:00 2024-04-30T01:22:22.165 INFO:teuthology.orchestra.run.smithi071.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.6 MB/s | 358 kB 00:00 2024-04-30T01:22:22.190 INFO:teuthology.orchestra.run.smithi071.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 263 kB/s | 18 kB 00:00 2024-04-30T01:22:22.215 INFO:teuthology.orchestra.run.smithi071.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 388 kB/s | 19 kB 00:00 2024-04-30T01:22:22.241 INFO:teuthology.orchestra.run.smithi071.stdout:(26/36): python3-jaraco-collections-3.0.0-8.el9 229 kB/s | 23 kB 00:00 2024-04-30T01:22:22.266 INFO:teuthology.orchestra.run.smithi071.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 260 kB/s | 20 kB 00:00 2024-04-30T01:22:22.291 INFO:teuthology.orchestra.run.smithi071.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 614 kB/s | 46 kB 00:00 2024-04-30T01:22:22.325 INFO:teuthology.orchestra.run.smithi071.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 941 kB/s | 79 kB 00:00 2024-04-30T01:22:22.350 INFO:teuthology.orchestra.run.smithi071.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 280 kB/s | 16 kB 00:00 2024-04-30T01:22:22.375 INFO:teuthology.orchestra.run.smithi071.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.4 MB/s | 272 kB 00:00 2024-04-30T01:22:22.401 INFO:teuthology.orchestra.run.smithi071.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-04-30T01:22:22.426 INFO:teuthology.orchestra.run.smithi071.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 473 kB/s | 36 kB 00:00 2024-04-30T01:22:22.510 INFO:teuthology.orchestra.run.smithi071.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.7 MB/s | 230 kB 00:00 2024-04-30T01:22:22.535 INFO:teuthology.orchestra.run.smithi071.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 184 kB/s | 20 kB 00:00 2024-04-30T01:22:22.560 INFO:teuthology.orchestra.run.smithi071.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.6 MB/s | 427 kB 00:00 2024-04-30T01:22:22.562 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:22:22.562 INFO:teuthology.orchestra.run.smithi071.stdout:Total 2.8 MB/s | 30 MB 00:10 2024-04-30T01:22:22.701 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-30T01:22:22.740 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-30T01:22:22.741 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-30T01:22:23.033 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-30T01:22:23.034 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-30T01:22:23.649 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 4/4 2024-04-30T01:22:23.649 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 1/4 2024-04-30T01:22:23.649 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 2/4 2024-04-30T01:22:23.649 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-30T01:22:23.920 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-30T01:22:23.920 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:22:23.920 INFO:teuthology.orchestra.run.smithi165.stdout:Installed: 2024-04-30T01:22:23.920 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:22:23.920 INFO:teuthology.orchestra.run.smithi165.stdout: libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:22:23.920 INFO:teuthology.orchestra.run.smithi165.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-30T01:22:23.920 INFO:teuthology.orchestra.run.smithi165.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-30T01:22:23.920 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:22:23.920 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-04-30T01:22:24.217 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install ceph 2024-04-30T01:22:24.279 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-30T01:22:24.346 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-30T01:22:24.379 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-30T01:22:24.415 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-30T01:22:24.487 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-30T01:22:24.606 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-30T01:22:24.639 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-30T01:22:24.739 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-30T01:22:24.740 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:01:47 ago on Tue 30 Apr 2024 01:20:37 AM UTC. 2024-04-30T01:22:24.817 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-30T01:22:24.858 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-30T01:22:24.866 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-04-30T01:22:24.868 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-04-30T01:22:24.868 INFO:teuthology.orchestra.run.smithi165.stdout: Package Arch Version Repository Size 2024-04-30T01:22:24.868 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-04-30T01:22:24.868 INFO:teuthology.orchestra.run.smithi165.stdout:Installing: 2024-04-30T01:22:24.868 INFO:teuthology.orchestra.run.smithi165.stdout: ceph x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 6.6 k 2024-04-30T01:22:24.869 INFO:teuthology.orchestra.run.smithi165.stdout:Installing dependencies: 2024-04-30T01:22:24.869 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mds x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 2.4 M 2024-04-30T01:22:24.869 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mgr x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 1.5 M 2024-04-30T01:22:24.869 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2405.g1e75c287.el7 ceph-noarch 249 k 2024-04-30T01:22:24.869 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mon x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 4.7 M 2024-04-30T01:22:24.869 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-osd x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 17 M 2024-04-30T01:22:24.869 INFO:teuthology.orchestra.run.smithi165.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-30T01:22:24.869 INFO:teuthology.orchestra.run.smithi165.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-30T01:22:24.869 INFO:teuthology.orchestra.run.smithi165.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-30T01:22:24.869 INFO:teuthology.orchestra.run.smithi165.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-30T01:22:24.869 INFO:teuthology.orchestra.run.smithi165.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-30T01:22:24.869 INFO:teuthology.orchestra.run.smithi165.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-30T01:22:24.869 INFO:teuthology.orchestra.run.smithi165.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-30T01:22:24.870 INFO:teuthology.orchestra.run.smithi165.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-30T01:22:24.870 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-30T01:22:24.870 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-30T01:22:24.870 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco-collections 2024-04-30T01:22:24.870 INFO:teuthology.orchestra.run.smithi165.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-30T01:22:24.870 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-30T01:22:24.870 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-30T01:22:24.870 INFO:teuthology.orchestra.run.smithi165.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-30T01:22:24.870 INFO:teuthology.orchestra.run.smithi165.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-30T01:22:24.870 INFO:teuthology.orchestra.run.smithi165.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-30T01:22:24.870 INFO:teuthology.orchestra.run.smithi165.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-30T01:22:24.870 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-30T01:22:24.871 INFO:teuthology.orchestra.run.smithi165.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-30T01:22:24.871 INFO:teuthology.orchestra.run.smithi165.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-30T01:22:24.871 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-30T01:22:24.871 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-30T01:22:24.871 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-30T01:22:24.871 INFO:teuthology.orchestra.run.smithi165.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-30T01:22:24.871 INFO:teuthology.orchestra.run.smithi165.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-30T01:22:24.871 INFO:teuthology.orchestra.run.smithi165.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-30T01:22:24.871 INFO:teuthology.orchestra.run.smithi165.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-30T01:22:24.871 INFO:teuthology.orchestra.run.smithi165.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-30T01:22:24.871 INFO:teuthology.orchestra.run.smithi165.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-30T01:22:24.871 INFO:teuthology.orchestra.run.smithi165.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-30T01:22:24.871 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:22:24.871 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-04-30T01:22:24.872 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-04-30T01:22:24.872 INFO:teuthology.orchestra.run.smithi165.stdout:Install 36 Packages 2024-04-30T01:22:24.872 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:22:24.872 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 30 M 2024-04-30T01:22:24.872 INFO:teuthology.orchestra.run.smithi165.stdout:Installed size: 107 M 2024-04-30T01:22:24.873 INFO:teuthology.orchestra.run.smithi165.stdout:Downloading Packages: 2024-04-30T01:22:24.893 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-30T01:22:24.931 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-30T01:22:24.967 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-30T01:22:25.000 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-30T01:22:25.040 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-30T01:22:25.075 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-30T01:22:25.110 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-30T01:22:25.148 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-30T01:22:25.221 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-30T01:22:25.359 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-30T01:22:25.440 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-30T01:22:25.502 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-30T01:22:25.540 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-30T01:22:25.542 INFO:teuthology.orchestra.run.smithi008.stdout:(4/4): ceph-test-19.0.0-2405.g1e75c287.el7.x86_ 806 kB/s | 48 MB 01:01 2024-04-30T01:22:25.544 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:22:25.544 INFO:teuthology.orchestra.run.smithi008.stdout:Total 814 kB/s | 49 MB 01:01 2024-04-30T01:22:25.568 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-04-30T01:22:25.589 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-30T01:22:25.592 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-04-30T01:22:25.592 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-04-30T01:22:25.644 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-30T01:22:25.661 INFO:teuthology.orchestra.run.smithi165.stdout:(1/36): ceph-19.0.0-2405.g1e75c287.el7.x86_64.r 32 kB/s | 6.6 kB 00:00 2024-04-30T01:22:25.830 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-30T01:22:25.877 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-30T01:22:25.956 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-30T01:22:25.961 INFO:teuthology.orchestra.run.smithi165.stdout:(2/36): ceph-mgr-19.0.0-2405.g1e75c287.el7.x86_ 2.9 MB/s | 1.5 MB 00:00 2024-04-30T01:22:25.976 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-04-30T01:22:25.976 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-04-30T01:22:26.045 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-30T01:22:26.085 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-30T01:22:26.203 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-30T01:22:26.358 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2405.g1e75c287.el7. 31/36 2024-04-30T01:22:26.388 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 32/36 2024-04-30T01:22:26.413 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 32/36 2024-04-30T01:22:26.413 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:22:26.413 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-30T01:22:26.413 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-30T01:22:26.413 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-30T01:22:26.413 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:22:26.514 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-04-30T01:22:26.553 INFO:teuthology.orchestra.run.smithi165.stdout:(3/36): ceph-mds-19.0.0-2405.g1e75c287.el7.x86_ 2.1 MB/s | 2.4 MB 00:01 2024-04-30T01:22:26.610 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-30T01:22:26.658 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-30T01:22:26.678 INFO:teuthology.orchestra.run.smithi165.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2405.g1e75 1.9 MB/s | 249 kB 00:00 2024-04-30T01:22:26.685 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 3/4 2024-04-30T01:22:27.062 INFO:teuthology.orchestra.run.smithi165.stdout:(5/36): ceph-osd-19.0.0-2405.g1e75c287.el7.x86_ 15 MB/s | 17 MB 00:01 2024-04-30T01:22:27.141 INFO:teuthology.orchestra.run.smithi165.stdout:(6/36): ceph-mon-19.0.0-2405.g1e75c287.el7.x86_ 3.2 MB/s | 4.7 MB 00:01 2024-04-30T01:22:27.337 INFO:teuthology.orchestra.run.smithi165.stdout:(7/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 384 kB/s | 253 kB 00:00 2024-04-30T01:22:27.563 INFO:teuthology.orchestra.run.smithi165.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 253 kB/s | 106 kB 00:00 2024-04-30T01:22:27.754 INFO:teuthology.orchestra.run.smithi165.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 651 kB/s | 125 kB 00:00 2024-04-30T01:22:27.839 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 33/36 2024-04-30T01:22:27.855 INFO:teuthology.orchestra.run.smithi165.stdout:(10/36): python3-pycparser-2.20-6.el9.noarch.rp 261 kB/s | 135 kB 00:00 2024-04-30T01:22:27.865 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 33/36 2024-04-30T01:22:27.865 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:22:27.865 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-30T01:22:27.865 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-30T01:22:27.865 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-30T01:22:27.865 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:22:27.938 INFO:teuthology.orchestra.run.smithi165.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.1 MB/s | 215 kB 00:00 2024-04-30T01:22:28.005 INFO:teuthology.orchestra.run.smithi165.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 1.3 MB/s | 1.2 MB 00:00 2024-04-30T01:22:28.315 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 34/36 2024-04-30T01:22:28.338 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 34/36 2024-04-30T01:22:28.338 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:22:28.338 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-30T01:22:28.338 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-30T01:22:28.338 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-30T01:22:28.338 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:22:28.565 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 35/36 2024-04-30T01:22:28.589 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 35/36 2024-04-30T01:22:28.589 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:22:28.589 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-30T01:22:28.589 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-30T01:22:28.589 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-30T01:22:28.589 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:22:28.652 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 36/36 2024-04-30T01:22:28.674 INFO:teuthology.orchestra.run.smithi165.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 52 kB/s | 35 kB 00:00 2024-04-30T01:22:28.805 INFO:teuthology.orchestra.run.smithi165.stdout:(14/36): lua-5.4.4-4.el9.x86_64.rpm 198 kB/s | 188 kB 00:00 2024-04-30T01:22:28.856 INFO:teuthology.orchestra.run.smithi165.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 188 kB/s | 172 kB 00:00 2024-04-30T01:22:28.998 INFO:teuthology.orchestra.run.smithi165.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 158 kB/s | 22 kB 00:00 2024-04-30T01:22:29.381 INFO:teuthology.orchestra.run.smithi165.stdout:(17/36): luarocks-3.9.2-1.el9.noarch.rpm 394 kB/s | 151 kB 00:00 2024-04-30T01:22:29.406 INFO:teuthology.orchestra.run.smithi165.stdout:(18/36): python3-pytz-2021.1-5.el9.noarch.rpm 69 kB/s | 51 kB 00:00 2024-04-30T01:22:29.482 INFO:teuthology.orchestra.run.smithi165.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 433 kB/s | 43 kB 00:00 2024-04-30T01:22:29.507 INFO:teuthology.orchestra.run.smithi165.stdout:(20/36): python3-toml-0.10.2-6.el9.noarch.rpm 59 kB/s | 42 kB 00:00 2024-04-30T01:22:29.649 INFO:teuthology.orchestra.run.smithi165.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.1 MB/s | 358 kB 00:00 2024-04-30T01:22:29.674 INFO:teuthology.orchestra.run.smithi165.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 64 kB/s | 11 kB 00:00 2024-04-30T01:22:29.749 INFO:teuthology.orchestra.run.smithi165.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 176 kB/s | 18 kB 00:00 2024-04-30T01:22:29.775 INFO:teuthology.orchestra.run.smithi165.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 230 kB/s | 23 kB 00:00 2024-04-30T01:22:29.800 INFO:teuthology.orchestra.run.smithi165.stdout:(25/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 437 kB/s | 172 kB 00:00 2024-04-30T01:22:29.834 INFO:teuthology.orchestra.run.smithi165.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 231 kB/s | 19 kB 00:00 2024-04-30T01:22:29.867 INFO:teuthology.orchestra.run.smithi165.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 213 kB/s | 20 kB 00:00 2024-04-30T01:22:29.892 INFO:teuthology.orchestra.run.smithi165.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 503 kB/s | 46 kB 00:00 2024-04-30T01:22:29.934 INFO:teuthology.orchestra.run.smithi165.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 785 kB/s | 79 kB 00:00 2024-04-30T01:22:29.976 INFO:teuthology.orchestra.run.smithi165.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 196 kB/s | 16 kB 00:00 2024-04-30T01:22:30.035 INFO:teuthology.orchestra.run.smithi165.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 898 kB/s | 90 kB 00:00 2024-04-30T01:22:30.118 INFO:teuthology.orchestra.run.smithi165.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 252 kB/s | 36 kB 00:00 2024-04-30T01:22:30.143 INFO:teuthology.orchestra.run.smithi165.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 986 kB/s | 272 kB 00:00 2024-04-30T01:22:30.169 INFO:teuthology.orchestra.run.smithi165.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.7 MB/s | 230 kB 00:00 2024-04-30T01:22:30.236 INFO:teuthology.orchestra.run.smithi165.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 217 kB/s | 20 kB 00:00 2024-04-30T01:22:30.294 INFO:teuthology.orchestra.run.smithi165.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.4 MB/s | 427 kB 00:00 2024-04-30T01:22:30.299 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 36/36 2024-04-30T01:22:30.300 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 1/36 2024-04-30T01:22:30.300 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 2/36 2024-04-30T01:22:30.300 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 3/36 2024-04-30T01:22:30.300 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 4/36 2024-04-30T01:22:30.300 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 5/36 2024-04-30T01:22:30.300 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2405.g1e75c287.el7. 6/36 2024-04-30T01:22:30.300 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-30T01:22:30.300 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-30T01:22:30.300 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-30T01:22:30.300 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-30T01:22:30.300 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-30T01:22:30.300 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-30T01:22:30.300 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-30T01:22:30.300 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-30T01:22:30.301 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-30T01:22:30.301 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-30T01:22:30.301 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-30T01:22:30.301 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-30T01:22:30.301 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-30T01:22:30.301 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-30T01:22:30.301 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-30T01:22:30.301 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-30T01:22:30.301 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-30T01:22:30.301 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-30T01:22:30.301 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-30T01:22:30.301 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-30T01:22:30.301 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-30T01:22:30.301 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-30T01:22:30.302 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-30T01:22:30.302 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-30T01:22:30.302 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-30T01:22:30.302 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-30T01:22:30.302 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-30T01:22:30.302 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-30T01:22:30.302 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-30T01:22:30.303 INFO:teuthology.orchestra.run.smithi165.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:22:30.303 INFO:teuthology.orchestra.run.smithi165.stdout:Total 5.6 MB/s | 30 MB 00:05 2024-04-30T01:22:30.436 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-04-30T01:22:30.475 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-04-30T01:22:30.475 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-04-30T01:22:30.770 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-04-30T01:22:30.770 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-04-30T01:22:31.214 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-30T01:22:31.214 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:22:31.214 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-30T01:22:31.214 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:22:31.214 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:22:31.214 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:22:31.214 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-modules-core-2:19.0.0-2405.g1e75c287.el7.noarch 2024-04-30T01:22:31.214 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:22:31.214 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:22:31.214 INFO:teuthology.orchestra.run.smithi071.stdout: lua-5.4.4-4.el9.x86_64 2024-04-30T01:22:31.215 INFO:teuthology.orchestra.run.smithi071.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-30T01:22:31.215 INFO:teuthology.orchestra.run.smithi071.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-30T01:22:31.215 INFO:teuthology.orchestra.run.smithi071.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-30T01:22:31.215 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-30T01:22:31.215 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-30T01:22:31.215 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-30T01:22:31.215 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-30T01:22:31.215 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-30T01:22:31.215 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-30T01:22:31.215 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-30T01:22:31.215 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-30T01:22:31.215 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-30T01:22:31.215 INFO:teuthology.orchestra.run.smithi071.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-30T01:22:31.216 INFO:teuthology.orchestra.run.smithi071.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-30T01:22:31.216 INFO:teuthology.orchestra.run.smithi071.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-30T01:22:31.216 INFO:teuthology.orchestra.run.smithi071.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-30T01:22:31.216 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-30T01:22:31.216 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ply-3.11-14.el9.noarch 2024-04-30T01:22:31.216 INFO:teuthology.orchestra.run.smithi071.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-30T01:22:31.216 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-30T01:22:31.216 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-30T01:22:31.216 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-30T01:22:31.216 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-30T01:22:31.216 INFO:teuthology.orchestra.run.smithi071.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-30T01:22:31.216 INFO:teuthology.orchestra.run.smithi071.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-30T01:22:31.216 INFO:teuthology.orchestra.run.smithi071.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-30T01:22:31.217 INFO:teuthology.orchestra.run.smithi071.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-30T01:22:31.217 INFO:teuthology.orchestra.run.smithi071.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-30T01:22:31.217 INFO:teuthology.orchestra.run.smithi071.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-30T01:22:31.217 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:22:31.217 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-30T01:22:31.520 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 3/4 2024-04-30T01:22:31.581 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-base 2024-04-30T01:22:31.592 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 4/4 2024-04-30T01:22:32.008 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-04-30T01:22:32.055 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-30T01:22:32.088 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-30T01:22:32.100 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:02:04 ago on Tue 30 Apr 2024 01:20:28 AM UTC. 2024-04-30T01:22:32.115 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-30T01:22:32.178 INFO:teuthology.orchestra.run.smithi071.stdout:Package ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 is already installed. 2024-04-30T01:22:32.186 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-30T01:22:32.219 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-30T01:22:32.220 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-30T01:22:32.221 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-30T01:22:32.239 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-30T01:22:32.272 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-30T01:22:32.293 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install cephadm 2024-04-30T01:22:32.364 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-30T01:22:32.451 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-30T01:22:32.493 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-30T01:22:32.527 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-30T01:22:32.557 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-30T01:22:32.591 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-30T01:22:32.624 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-30T01:22:32.656 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-30T01:22:32.691 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-30T01:22:32.725 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-30T01:22:32.763 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-30T01:22:32.790 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:02:04 ago on Tue 30 Apr 2024 01:20:28 AM UTC. 2024-04-30T01:22:32.837 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-30T01:22:32.909 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-30T01:22:32.909 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:22:32.909 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-30T01:22:32.909 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:22:32.910 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-30T01:22:32.910 INFO:teuthology.orchestra.run.smithi071.stdout: cephadm noarch 2:19.0.0-2405.g1e75c287.el9 ceph-noarch 762 k 2024-04-30T01:22:32.910 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:22:32.910 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-30T01:22:32.910 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:22:32.910 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-30T01:22:32.910 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:22:32.911 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 762 k 2024-04-30T01:22:32.911 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 768 k 2024-04-30T01:22:32.911 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-30T01:22:32.975 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-30T01:22:33.054 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-30T01:22:33.108 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-30T01:22:33.146 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-30T01:22:33.190 INFO:teuthology.orchestra.run.smithi071.stdout:cephadm-19.0.0-2405.g1e75c287.el9.noarch.rpm 2.7 MB/s | 762 kB 00:00 2024-04-30T01:22:33.191 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:22:33.191 INFO:teuthology.orchestra.run.smithi071.stdout:Total 2.7 MB/s | 762 kB 00:00 2024-04-30T01:22:33.191 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-30T01:22:33.195 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-30T01:22:33.196 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-30T01:22:33.196 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-30T01:22:33.202 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-30T01:22:33.202 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-30T01:22:33.262 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-30T01:22:33.275 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-30T01:22:33.446 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-30T01:22:33.491 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-30T01:22:33.569 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-30T01:22:33.659 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-30T01:22:33.699 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-30T01:22:33.699 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-30T01:22:33.776 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-30T01:22:33.816 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-30T01:22:33.878 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 4/4 2024-04-30T01:22:33.878 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 1/4 2024-04-30T01:22:33.879 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 2/4 2024-04-30T01:22:33.879 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-30T01:22:33.981 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2405.g1e75c287.el7. 31/36 2024-04-30T01:22:34.009 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 32/36 2024-04-30T01:22:34.035 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 32/36 2024-04-30T01:22:34.035 INFO:teuthology.orchestra.run.smithi165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:22:34.035 INFO:teuthology.orchestra.run.smithi165.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-30T01:22:34.035 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-30T01:22:34.035 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-30T01:22:34.035 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:22:34.084 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-30T01:22:34.167 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-30T01:22:34.167 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-04-30T01:22:34.168 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-04-30T01:22:34.168 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-test-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:22:34.168 INFO:teuthology.orchestra.run.smithi008.stdout: libcephsqlite-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:22:34.168 INFO:teuthology.orchestra.run.smithi008.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-30T01:22:34.168 INFO:teuthology.orchestra.run.smithi008.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-30T01:22:34.168 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-04-30T01:22:34.168 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-04-30T01:22:34.316 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-30T01:22:34.317 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:22:34.317 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-30T01:22:34.317 INFO:teuthology.orchestra.run.smithi071.stdout: cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 2024-04-30T01:22:34.317 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:22:34.317 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-30T01:22:34.440 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph 2024-04-30T01:22:34.526 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-immutable-object-cache 2024-04-30T01:22:34.971 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:02:08 ago on Tue 30 Apr 2024 01:20:26 AM UTC. 2024-04-30T01:22:35.044 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:02:07 ago on Tue 30 Apr 2024 01:20:28 AM UTC. 2024-04-30T01:22:35.099 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-04-30T01:22:35.102 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-04-30T01:22:35.102 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-04-30T01:22:35.102 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-04-30T01:22:35.102 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-04-30T01:22:35.102 INFO:teuthology.orchestra.run.smithi008.stdout: ceph x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 6.6 k 2024-04-30T01:22:35.102 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-04-30T01:22:35.103 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mds x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 2.4 M 2024-04-30T01:22:35.103 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 1.5 M 2024-04-30T01:22:35.103 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2405.g1e75c287.el7 ceph-noarch 249 k 2024-04-30T01:22:35.103 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mon x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 4.7 M 2024-04-30T01:22:35.103 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-osd x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 17 M 2024-04-30T01:22:35.103 INFO:teuthology.orchestra.run.smithi008.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-30T01:22:35.103 INFO:teuthology.orchestra.run.smithi008.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-30T01:22:35.103 INFO:teuthology.orchestra.run.smithi008.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-30T01:22:35.103 INFO:teuthology.orchestra.run.smithi008.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-30T01:22:35.103 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-30T01:22:35.103 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-30T01:22:35.103 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-30T01:22:35.103 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-30T01:22:35.103 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-30T01:22:35.103 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-30T01:22:35.104 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-collections 2024-04-30T01:22:35.104 INFO:teuthology.orchestra.run.smithi008.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-30T01:22:35.104 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-30T01:22:35.104 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-30T01:22:35.104 INFO:teuthology.orchestra.run.smithi008.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-30T01:22:35.104 INFO:teuthology.orchestra.run.smithi008.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-30T01:22:35.104 INFO:teuthology.orchestra.run.smithi008.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-30T01:22:35.104 INFO:teuthology.orchestra.run.smithi008.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-30T01:22:35.104 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-30T01:22:35.104 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-30T01:22:35.104 INFO:teuthology.orchestra.run.smithi008.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-30T01:22:35.104 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-30T01:22:35.104 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-30T01:22:35.104 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-30T01:22:35.105 INFO:teuthology.orchestra.run.smithi008.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-30T01:22:35.105 INFO:teuthology.orchestra.run.smithi008.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-30T01:22:35.105 INFO:teuthology.orchestra.run.smithi008.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-30T01:22:35.105 INFO:teuthology.orchestra.run.smithi008.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-30T01:22:35.105 INFO:teuthology.orchestra.run.smithi008.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-30T01:22:35.105 INFO:teuthology.orchestra.run.smithi008.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-30T01:22:35.105 INFO:teuthology.orchestra.run.smithi008.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-30T01:22:35.105 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-04-30T01:22:35.105 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-04-30T01:22:35.105 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-04-30T01:22:35.105 INFO:teuthology.orchestra.run.smithi008.stdout:Install 36 Packages 2024-04-30T01:22:35.105 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-04-30T01:22:35.106 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 30 M 2024-04-30T01:22:35.106 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 107 M 2024-04-30T01:22:35.106 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-04-30T01:22:35.169 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-30T01:22:35.169 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:22:35.169 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2024-04-30T01:22:35.169 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:22:35.169 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-30T01:22:35.170 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 145 k 2024-04-30T01:22:35.170 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:22:35.170 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-30T01:22:35.170 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-30T01:22:35.170 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-04-30T01:22:35.170 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:22:35.170 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 145 k 2024-04-30T01:22:35.170 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 436 k 2024-04-30T01:22:35.171 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-30T01:22:35.398 INFO:teuthology.orchestra.run.smithi071.stdout:ceph-immutable-object-cache-19.0.0-2405.g1e75c2 635 kB/s | 145 kB 00:00 2024-04-30T01:22:35.399 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:22:35.399 INFO:teuthology.orchestra.run.smithi071.stdout:Total 631 kB/s | 145 kB 00:00 2024-04-30T01:22:35.399 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-30T01:22:35.407 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-30T01:22:35.407 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-30T01:22:35.464 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-30T01:22:35.464 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-30T01:22:35.476 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 33/36 2024-04-30T01:22:35.503 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 33/36 2024-04-30T01:22:35.503 INFO:teuthology.orchestra.run.smithi165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:22:35.503 INFO:teuthology.orchestra.run.smithi165.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-30T01:22:35.503 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-30T01:22:35.503 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-30T01:22:35.503 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:22:35.612 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-30T01:22:35.682 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287. 1/1 2024-04-30T01:22:35.707 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287. 1/1 2024-04-30T01:22:35.707 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:22:35.707 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-30T01:22:35.707 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:22:35.735 INFO:teuthology.orchestra.run.smithi008.stdout:(1/36): ceph-19.0.0-2405.g1e75c287.el7.x86_64.r 30 kB/s | 6.6 kB 00:00 2024-04-30T01:22:35.944 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 34/36 2024-04-30T01:22:35.967 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 34/36 2024-04-30T01:22:35.967 INFO:teuthology.orchestra.run.smithi165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:22:35.967 INFO:teuthology.orchestra.run.smithi165.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-30T01:22:35.967 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-30T01:22:35.968 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-30T01:22:35.968 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:22:36.094 INFO:teuthology.orchestra.run.smithi008.stdout:(2/36): ceph-mgr-19.0.0-2405.g1e75c287.el7.x86_ 2.6 MB/s | 1.5 MB 00:00 2024-04-30T01:22:36.152 INFO:teuthology.orchestra.run.smithi008.stdout:(3/36): ceph-mds-19.0.0-2405.g1e75c287.el7.x86_ 3.7 MB/s | 2.4 MB 00:00 2024-04-30T01:22:36.194 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 35/36 2024-04-30T01:22:36.217 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 35/36 2024-04-30T01:22:36.218 INFO:teuthology.orchestra.run.smithi165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:22:36.218 INFO:teuthology.orchestra.run.smithi165.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-30T01:22:36.218 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-30T01:22:36.218 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-30T01:22:36.218 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:22:36.281 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 36/36 2024-04-30T01:22:36.402 INFO:teuthology.orchestra.run.smithi008.stdout:(4/36): ceph-mon-19.0.0-2405.g1e75c287.el7.x86_ 7.0 MB/s | 4.7 MB 00:00 2024-04-30T01:22:36.428 INFO:teuthology.orchestra.run.smithi008.stdout:(5/36): ceph-mgr-modules-core-19.0.0-2405.g1e75 905 kB/s | 249 kB 00:00 2024-04-30T01:22:36.560 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287. 1/1 2024-04-30T01:22:36.560 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:22:36.560 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-30T01:22:36.560 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:22:36.560 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-30T01:22:36.560 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-30T01:22:36.570 INFO:teuthology.orchestra.run.smithi008.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.5 MB/s | 253 kB 00:00 2024-04-30T01:22:36.620 INFO:teuthology.orchestra.run.smithi008.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.1 MB/s | 106 kB 00:00 2024-04-30T01:22:36.654 INFO:teuthology.orchestra.run.smithi008.stdout:(8/36): python3-cryptography-36.0.1-4.el9.x86_6 5.4 MB/s | 1.2 MB 00:00 2024-04-30T01:22:36.679 INFO:teuthology.orchestra.run.smithi008.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.3 MB/s | 135 kB 00:00 2024-04-30T01:22:36.704 INFO:teuthology.orchestra.run.smithi008.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 2.4 MB/s | 125 kB 00:00 2024-04-30T01:22:36.729 INFO:teuthology.orchestra.run.smithi008.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-04-30T01:22:36.777 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr 2024-04-30T01:22:37.021 INFO:teuthology.orchestra.run.smithi008.stdout:(12/36): ceph-osd-19.0.0-2405.g1e75c287.el7.x86 18 MB/s | 17 MB 00:00 2024-04-30T01:22:37.113 INFO:teuthology.orchestra.run.smithi008.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 461 kB/s | 188 kB 00:00 2024-04-30T01:22:37.138 INFO:teuthology.orchestra.run.smithi008.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 421 kB/s | 172 kB 00:00 2024-04-30T01:22:37.164 INFO:teuthology.orchestra.run.smithi008.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 244 kB/s | 35 kB 00:00 2024-04-30T01:22:37.197 INFO:teuthology.orchestra.run.smithi008.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 871 kB/s | 51 kB 00:00 2024-04-30T01:22:37.223 INFO:teuthology.orchestra.run.smithi008.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 497 kB/s | 42 kB 00:00 2024-04-30T01:22:37.292 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:02:09 ago on Tue 30 Apr 2024 01:20:28 AM UTC. 2024-04-30T01:22:37.372 INFO:teuthology.orchestra.run.smithi071.stdout:Package ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 is already installed. 2024-04-30T01:22:37.413 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-30T01:22:37.414 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-30T01:22:37.414 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-30T01:22:37.415 INFO:teuthology.orchestra.run.smithi008.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 789 kB/s | 151 kB 00:00 2024-04-30T01:22:37.440 INFO:teuthology.orchestra.run.smithi008.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 200 kB/s | 43 kB 00:00 2024-04-30T01:22:37.482 INFO:teuthology.orchestra.run.smithi008.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.5 MB/s | 172 kB 00:00 2024-04-30T01:22:37.483 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr-dashboard 2024-04-30T01:22:37.532 INFO:teuthology.orchestra.run.smithi008.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 3.8 MB/s | 358 kB 00:00 2024-04-30T01:22:37.557 INFO:teuthology.orchestra.run.smithi008.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 218 kB/s | 11 kB 00:00 2024-04-30T01:22:37.582 INFO:teuthology.orchestra.run.smithi008.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 353 kB/s | 18 kB 00:00 2024-04-30T01:22:37.608 INFO:teuthology.orchestra.run.smithi008.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 461 kB/s | 23 kB 00:00 2024-04-30T01:22:37.633 INFO:teuthology.orchestra.run.smithi008.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 384 kB/s | 19 kB 00:00 2024-04-30T01:22:37.659 INFO:teuthology.orchestra.run.smithi008.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 397 kB/s | 20 kB 00:00 2024-04-30T01:22:37.684 INFO:teuthology.orchestra.run.smithi008.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 921 kB/s | 46 kB 00:00 2024-04-30T01:22:37.709 INFO:teuthology.orchestra.run.smithi008.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-04-30T01:22:37.734 INFO:teuthology.orchestra.run.smithi008.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 5.3 MB/s | 272 kB 00:00 2024-04-30T01:22:37.760 INFO:teuthology.orchestra.run.smithi008.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 328 kB/s | 16 kB 00:00 2024-04-30T01:22:37.785 INFO:teuthology.orchestra.run.smithi008.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-04-30T01:22:37.810 INFO:teuthology.orchestra.run.smithi008.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 717 kB/s | 36 kB 00:00 2024-04-30T01:22:37.835 INFO:teuthology.orchestra.run.smithi008.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 4.5 MB/s | 230 kB 00:00 2024-04-30T01:22:37.861 INFO:teuthology.orchestra.run.smithi008.stdout:(34/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 8.3 MB/s | 427 kB 00:00 2024-04-30T01:22:37.886 INFO:teuthology.orchestra.run.smithi008.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 399 kB/s | 20 kB 00:00 2024-04-30T01:22:37.911 INFO:teuthology.orchestra.run.smithi008.stdout:(36/36): lua-devel-5.4.4-4.el9.x86_64.rpm 30 kB/s | 22 kB 00:00 2024-04-30T01:22:37.915 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:22:37.915 INFO:teuthology.orchestra.run.smithi008.stdout:Total 11 MB/s | 30 MB 00:02 2024-04-30T01:22:37.990 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:02:09 ago on Tue 30 Apr 2024 01:20:28 AM UTC. 2024-04-30T01:22:38.028 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 36/36 2024-04-30T01:22:38.028 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 1/36 2024-04-30T01:22:38.028 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 2/36 2024-04-30T01:22:38.028 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 3/36 2024-04-30T01:22:38.028 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 4/36 2024-04-30T01:22:38.028 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 5/36 2024-04-30T01:22:38.028 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2405.g1e75c287.el7. 6/36 2024-04-30T01:22:38.028 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-30T01:22:38.028 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-30T01:22:38.028 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-30T01:22:38.028 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-30T01:22:38.028 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-30T01:22:38.028 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-30T01:22:38.029 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-30T01:22:38.029 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-30T01:22:38.029 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-30T01:22:38.029 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-30T01:22:38.029 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-30T01:22:38.029 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-30T01:22:38.029 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-30T01:22:38.029 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-30T01:22:38.029 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-30T01:22:38.029 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-30T01:22:38.029 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-30T01:22:38.029 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-30T01:22:38.029 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-30T01:22:38.031 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-30T01:22:38.031 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-30T01:22:38.031 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-30T01:22:38.031 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-30T01:22:38.031 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-30T01:22:38.031 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-30T01:22:38.031 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-30T01:22:38.031 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-30T01:22:38.031 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-30T01:22:38.031 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-30T01:22:38.049 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-04-30T01:22:38.092 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-04-30T01:22:38.092 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-04-30T01:22:38.124 INFO:teuthology.orchestra.run.smithi071.stderr:Error: 2024-04-30T01:22:38.124 INFO:teuthology.orchestra.run.smithi071.stderr: Problem: cannot install the best candidate for the job 2024-04-30T01:22:38.124 INFO:teuthology.orchestra.run.smithi071.stderr: - nothing provides ceph-mgr = 2:19.0.0-2405.g1e75c287.el9 needed by ceph-mgr-dashboard-2:19.0.0-2405.g1e75c287.el9.noarch from ceph-noarch 2024-04-30T01:22:38.125 INFO:teuthology.orchestra.run.smithi071.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2024-04-30T01:22:38.159 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T01:22:38.160 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 smithi071 with status 1: 'sudo yum -y install ceph-mgr-dashboard' 2024-04-30T01:22:38.162 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 smithi071 with status 1: 'sudo yum -y install ceph-mgr-dashboard' 2024-04-30T01:22:38.372 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=4cdc845917ca461b9a936222d55185a5 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 smithi071 with status 1: 'sudo yum -y install ceph-mgr-dashboard' 2024-04-30T01:22:38.375 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-30T01:22:38.383 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-30T01:22:38.404 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-30T01:22:38.404 DEBUG:teuthology.orchestra.run.smithi008:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-30T01:22:38.417 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-04-30T01:22:38.417 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-04-30T01:22:38.425 DEBUG:teuthology.orchestra.run.smithi071:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-30T01:22:38.428 DEBUG:teuthology.orchestra.run.smithi165:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-30T01:22:38.430 INFO:teuthology.orchestra.run.smithi008.stderr:bash: line 1: ntpq: command not found 2024-04-30T01:22:38.435 INFO:teuthology.orchestra.run.smithi008.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-30T01:22:38.435 INFO:teuthology.orchestra.run.smithi008.stdout:=============================================================================== 2024-04-30T01:22:38.435 INFO:teuthology.orchestra.run.smithi008.stdout:^* hv01.front.sepia.ceph.com 3 6 77 38 +869us[ +844us] +/- 53ms 2024-04-30T01:22:38.435 INFO:teuthology.orchestra.run.smithi008.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 38 -477us[ -501us] +/- 57ms 2024-04-30T01:22:38.435 INFO:teuthology.orchestra.run.smithi008.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 38 -605us[ -629us] +/- 72ms 2024-04-30T01:22:38.435 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:22:38.439 INFO:teuthology.orchestra.run.smithi071.stderr:bash: line 1: ntpq: command not found 2024-04-30T01:22:38.443 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-30T01:22:38.443 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-04-30T01:22:38.443 INFO:teuthology.orchestra.run.smithi071.stdout:^* hv01.front.sepia.ceph.com 3 6 77 38 +880us[ +873us] +/- 53ms 2024-04-30T01:22:38.443 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 39 -471us[ -478us] +/- 57ms 2024-04-30T01:22:38.443 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 38 -597us[ -604us] +/- 72ms 2024-04-30T01:22:38.443 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:22:38.444 INFO:teuthology.orchestra.run.smithi165.stderr:bash: line 1: ntpq: command not found 2024-04-30T01:22:38.449 INFO:teuthology.orchestra.run.smithi165.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-30T01:22:38.449 INFO:teuthology.orchestra.run.smithi165.stdout:=============================================================================== 2024-04-30T01:22:38.449 INFO:teuthology.orchestra.run.smithi165.stdout:^* hv01.front.sepia.ceph.com 3 6 77 39 +871us[ +871us] +/- 53ms 2024-04-30T01:22:38.450 INFO:teuthology.orchestra.run.smithi165.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 39 -470us[ -470us] +/- 57ms 2024-04-30T01:22:38.450 INFO:teuthology.orchestra.run.smithi165.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 38 -595us[ -595us] +/- 72ms 2024-04-30T01:22:38.450 INFO:teuthology.orchestra.run.smithi165.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-30T01:22:38.450 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-30T01:22:38.458 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-30T01:22:38.458 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-30T01:22:38.466 DEBUG:teuthology.orchestra.run.smithi008:> 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-30T01:22:38.531 DEBUG:teuthology.orchestra.run.smithi071:> 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-30T01:22:38.584 DEBUG:teuthology.orchestra.run.smithi165:> 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-30T01:22:38.649 DEBUG:teuthology.orchestra.run.smithi008:> 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-30T01:22:38.676 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T01:22:38.676 DEBUG:teuthology.orchestra.run.smithi071:> 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-30T01:22:38.701 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T01:22:38.702 DEBUG:teuthology.orchestra.run.smithi165:> 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-30T01:22:38.727 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T01:22:38.727 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-30T01:22:38.736 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-30T01:22:38.743 INFO:teuthology.task.internal:Duration was 405.070544 seconds 2024-04-30T01:22:38.743 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-30T01:22:38.751 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-30T01:22:38.751 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-30T01:22:38.753 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-30T01:22:38.755 DEBUG:teuthology.orchestra.run.smithi165:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-30T01:22:38.788 INFO:teuthology.orchestra.run.smithi008.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-30T01:22:38.790 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-30T01:22:38.805 INFO:teuthology.orchestra.run.smithi165.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-30T01:22:38.832 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-30T01:22:38.832 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:22:38.832 INFO:teuthology.orchestra.run.smithi165.stdout:Installed: 2024-04-30T01:22:38.832 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:22:38.832 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:22:38.832 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:22:38.832 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mgr-modules-core-2:19.0.0-2405.g1e75c287.el7.noarch 2024-04-30T01:22:38.833 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:22:38.833 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:22:38.833 INFO:teuthology.orchestra.run.smithi165.stdout: lua-5.4.4-4.el9.x86_64 2024-04-30T01:22:38.833 INFO:teuthology.orchestra.run.smithi165.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-30T01:22:38.833 INFO:teuthology.orchestra.run.smithi165.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-30T01:22:38.833 INFO:teuthology.orchestra.run.smithi165.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-30T01:22:38.833 INFO:teuthology.orchestra.run.smithi165.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-30T01:22:38.833 INFO:teuthology.orchestra.run.smithi165.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-30T01:22:38.833 INFO:teuthology.orchestra.run.smithi165.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-30T01:22:38.834 INFO:teuthology.orchestra.run.smithi165.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-30T01:22:38.834 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-30T01:22:38.834 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-30T01:22:38.834 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-30T01:22:38.834 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-30T01:22:38.834 INFO:teuthology.orchestra.run.smithi165.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-30T01:22:38.834 INFO:teuthology.orchestra.run.smithi165.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-30T01:22:38.834 INFO:teuthology.orchestra.run.smithi165.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-30T01:22:38.835 INFO:teuthology.orchestra.run.smithi165.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-30T01:22:38.835 INFO:teuthology.orchestra.run.smithi165.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-30T01:22:38.835 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-30T01:22:38.835 INFO:teuthology.orchestra.run.smithi165.stdout: python3-ply-3.11-14.el9.noarch 2024-04-30T01:22:38.835 INFO:teuthology.orchestra.run.smithi165.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-30T01:22:38.835 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-30T01:22:38.835 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-30T01:22:38.835 INFO:teuthology.orchestra.run.smithi165.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-30T01:22:38.835 INFO:teuthology.orchestra.run.smithi165.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-30T01:22:38.836 INFO:teuthology.orchestra.run.smithi165.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-30T01:22:38.836 INFO:teuthology.orchestra.run.smithi165.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-30T01:22:38.836 INFO:teuthology.orchestra.run.smithi165.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-30T01:22:38.836 INFO:teuthology.orchestra.run.smithi165.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-30T01:22:38.836 INFO:teuthology.orchestra.run.smithi165.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-30T01:22:38.836 INFO:teuthology.orchestra.run.smithi165.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-30T01:22:38.836 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:22:38.836 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-04-30T01:22:39.118 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-30T01:22:39.118 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi008.front.sepia.ceph.com 2024-04-30T01:22:39.118 DEBUG:teuthology.orchestra.run.smithi008:> 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-30T01:22:39.183 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi071.front.sepia.ceph.com 2024-04-30T01:22:39.184 DEBUG:teuthology.orchestra.run.smithi071:> 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-30T01:22:39.205 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi165.front.sepia.ceph.com 2024-04-30T01:22:39.205 DEBUG:teuthology.orchestra.run.smithi165:> 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-30T01:22:39.232 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-30T01:22:39.233 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-30T01:22:39.234 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install ceph-base 2024-04-30T01:22:39.236 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-30T01:22:39.247 DEBUG:teuthology.orchestra.run.smithi165:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-30T01:22:39.298 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-30T01:22:39.298 DEBUG:teuthology.orchestra.run.smithi008:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-30T01:22:39.301 DEBUG:teuthology.orchestra.run.smithi071:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-30T01:22:39.311 DEBUG:teuthology.orchestra.run.smithi165:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-30T01:22:39.425 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-30T01:22:39.435 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-30T01:22:39.435 DEBUG:teuthology.orchestra.run.smithi008:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-30T01:22:39.460 DEBUG:teuthology.orchestra.run.smithi071:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-30T01:22:39.482 DEBUG:teuthology.orchestra.run.smithi165:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-30T01:22:39.518 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-30T01:22:39.527 DEBUG:teuthology.orchestra.run.smithi008:> 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-30T01:22:39.529 DEBUG:teuthology.orchestra.run.smithi071:> 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-30T01:22:39.531 DEBUG:teuthology.orchestra.run.smithi165:> 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-30T01:22:39.549 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = core 2024-04-30T01:22:39.550 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = core 2024-04-30T01:22:39.581 INFO:teuthology.orchestra.run.smithi165.stdout:kernel.core_pattern = core 2024-04-30T01:22:39.605 DEBUG:teuthology.orchestra.run.smithi008:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-30T01:22:39.625 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T01:22:39.625 DEBUG:teuthology.orchestra.run.smithi071:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-30T01:22:39.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T01:22:39.639 DEBUG:teuthology.orchestra.run.smithi165:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-30T01:22:39.659 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T01:22:39.659 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-30T01:22:39.669 INFO:teuthology.task.internal:Transferring archived files... 2024-04-30T01:22:39.670 DEBUG:teuthology.misc:Transferring archived files from smithi008:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7679570/remote/smithi008 2024-04-30T01:22:39.671 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-30T01:22:39.724 DEBUG:teuthology.misc:Transferring archived files from smithi071:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7679570/remote/smithi071 2024-04-30T01:22:39.725 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-30T01:22:39.737 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-04-30T01:22:39.764 DEBUG:teuthology.misc:Transferring archived files from smithi165:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7679570/remote/smithi165 2024-04-30T01:22:39.765 DEBUG:teuthology.orchestra.run.smithi165:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-30T01:22:39.799 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-30T01:22:39.805 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:02:02 ago on Tue 30 Apr 2024 01:20:37 AM UTC. 2024-04-30T01:22:39.815 INFO:teuthology.task.internal:Removing archive directory... 2024-04-30T01:22:39.816 DEBUG:teuthology.orchestra.run.smithi008:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-30T01:22:39.818 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-30T01:22:39.820 DEBUG:teuthology.orchestra.run.smithi165:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-30T01:22:39.840 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-30T01:22:39.865 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-30T01:22:39.874 INFO:teuthology.task.internal:Not uploading archives. 2024-04-30T01:22:39.874 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-30T01:22:39.883 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-30T01:22:39.883 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-30T01:22:39.883 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-30T01:22:39.885 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-30T01:22:39.887 INFO:teuthology.orchestra.run.smithi165.stdout:Package ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 is already installed. 2024-04-30T01:22:39.887 DEBUG:teuthology.orchestra.run.smithi165:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-30T01:22:39.898 INFO:teuthology.orchestra.run.smithi008.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 30 01:22 /home/ubuntu/cephtest 2024-04-30T01:22:39.899 INFO:teuthology.orchestra.run.smithi071.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 30 01:22 /home/ubuntu/cephtest 2024-04-30T01:22:39.902 INFO:teuthology.orchestra.run.smithi165.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 30 01:22 /home/ubuntu/cephtest 2024-04-30T01:22:39.903 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-30T01:22:39.915 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-30T01:22:39.933 INFO:teuthology.nuke:Checking targets against current locks 2024-04-30T01:22:39.945 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-30T01:22:39.946 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-04-30T01:22:39.946 INFO:teuthology.orchestra.run.smithi165.stdout:Nothing to do. 2024-04-30T01:22:39.946 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-04-30T01:22:39.968 DEBUG:teuthology.nuke:shortname: smithi008 2024-04-30T01:22:39.969 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-30T01:22:39.989 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-30T01:22:40.007 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install cephadm 2024-04-30T01:22:40.011 DEBUG:teuthology.nuke:shortname: smithi071 2024-04-30T01:22:40.011 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-30T01:22:40.033 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-30T01:22:40.033 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi008.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7679570', '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-30 01:08:29.074343', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLsVh8NP7m0cvHiv/v65ZGB1x9f3dHUS/V0XbbT690MwWE1tNsp/Zhf73nn4fbh1uUCSIGqvjcaMSj1E9GGReGM='} 2024-04-30T01:22:40.051 DEBUG:teuthology.nuke:shortname: smithi165 2024-04-30T01:22:40.052 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-30T01:22:40.074 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7679570', '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-30 01:08:29.076709', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKeYoQboCHB0icMtwTHXrP+hlYU/b9oQ6ag3Gd3Zk4OiROOJr2JbZgH8FWrtyM7kjPJBtJ9teG/hAOlItjRsW68='} 2024-04-30T01:22:40.095 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi165.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-29_21:11:03-rados-wip-yuriw-testing-20240419.202307-squid-distro-default-smithi/7679570', '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-30 01:08:29.075564', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD08anaHsQrgP2LOw0oiZPT46qAaozSBM43jmc+qjXcsO0y4qUlTiDtkoeLqSkuZF7R+xZ9TQFAP5CubOXHoNi0='} 2024-04-30T01:22:40.114 INFO:teuthology.orchestra.console.smithi008:Power off 2024-04-30T01:22:40.114 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-30T01:22:40.125 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-30T01:22:40.166 DEBUG:teuthology.orchestra.console.smithi008:power off output: Chassis Power Control: Down/Off 2024-04-30T01:22:40.166 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T01:22:40.182 INFO:teuthology.orchestra.console.smithi071:Power off 2024-04-30T01:22:40.182 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-30T01:22:40.195 INFO:teuthology.orchestra.console.smithi165:Power off 2024-04-30T01:22:40.195 DEBUG:teuthology.orchestra.console.smithi165:pexpect command: ipmitool -H smithi165.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-30T01:22:40.204 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-30T01:22:40.205 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is on 2024-04-30T01:22:40.212 DEBUG:teuthology.orchestra.console.smithi071:power off output: Chassis Power Control: Down/Off 2024-04-30T01:22:40.212 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T01:22:40.243 DEBUG:teuthology.orchestra.console.smithi165:power off output: Chassis Power Control: Down/Off 2024-04-30T01:22:40.243 DEBUG:teuthology.orchestra.console.smithi165:pexpect command: ipmitool -H smithi165.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T01:22:40.249 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2024-04-30T01:22:40.251 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-30T01:22:40.273 DEBUG:teuthology.orchestra.console.smithi165:check power output: Chassis Power is on 2024-04-30T01:22:40.280 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-30T01:22:40.310 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-30T01:22:40.344 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-30T01:22:40.377 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-30T01:22:40.419 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-30T01:22:40.462 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-30T01:22:40.496 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-30T01:22:40.534 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-30T01:22:40.556 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:02:03 ago on Tue 30 Apr 2024 01:20:37 AM UTC. 2024-04-30T01:22:40.611 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-30T01:22:40.676 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-04-30T01:22:40.677 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-04-30T01:22:40.677 INFO:teuthology.orchestra.run.smithi165.stdout: Package Arch Version Repository Size 2024-04-30T01:22:40.677 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-04-30T01:22:40.677 INFO:teuthology.orchestra.run.smithi165.stdout:Installing: 2024-04-30T01:22:40.677 INFO:teuthology.orchestra.run.smithi165.stdout: cephadm noarch 2:19.0.0-2405.g1e75c287.el9 ceph-noarch 762 k 2024-04-30T01:22:40.677 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:22:40.677 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-04-30T01:22:40.677 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-04-30T01:22:40.678 INFO:teuthology.orchestra.run.smithi165.stdout:Install 1 Package 2024-04-30T01:22:40.678 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:22:40.678 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 762 k 2024-04-30T01:22:40.678 INFO:teuthology.orchestra.run.smithi165.stdout:Installed size: 768 k 2024-04-30T01:22:40.679 INFO:teuthology.orchestra.run.smithi165.stdout:Downloading Packages: 2024-04-30T01:22:40.764 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-30T01:22:40.846 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-30T01:22:40.905 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-30T01:22:40.942 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-30T01:22:41.001 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-30T01:22:41.065 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-30T01:22:41.077 INFO:teuthology.orchestra.run.smithi165.stdout:cephadm-19.0.0-2405.g1e75c287.el9.noarch.rpm 1.9 MB/s | 762 kB 00:00 2024-04-30T01:22:41.077 INFO:teuthology.orchestra.run.smithi165.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:22:41.078 INFO:teuthology.orchestra.run.smithi165.stdout:Total 1.9 MB/s | 762 kB 00:00 2024-04-30T01:22:41.078 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-04-30T01:22:41.083 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-04-30T01:22:41.083 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-04-30T01:22:41.089 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-04-30T01:22:41.089 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-04-30T01:22:41.162 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-04-30T01:22:41.264 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-30T01:22:41.313 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-30T01:22:41.396 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-30T01:22:41.485 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-30T01:22:41.521 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-30T01:22:41.552 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-30T01:22:41.646 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-30T01:22:41.647 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-30T01:22:41.818 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2405.g1e75c287.el7. 31/36 2024-04-30T01:22:41.847 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 32/36 2024-04-30T01:22:41.875 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 32/36 2024-04-30T01:22:41.875 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:22:41.875 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-30T01:22:41.875 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-30T01:22:41.876 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-30T01:22:41.876 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-04-30T01:22:42.008 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-30T01:22:42.227 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 1/1 2024-04-30T01:22:42.227 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:22:42.227 INFO:teuthology.orchestra.run.smithi165.stdout:Installed: 2024-04-30T01:22:42.228 INFO:teuthology.orchestra.run.smithi165.stdout: cephadm-2:19.0.0-2405.g1e75c287.el9.noarch 2024-04-30T01:22:42.228 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:22:42.228 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-04-30T01:22:42.463 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install ceph-immutable-object-cache 2024-04-30T01:22:42.988 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:02:05 ago on Tue 30 Apr 2024 01:20:37 AM UTC. 2024-04-30T01:22:43.113 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-04-30T01:22:43.113 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-04-30T01:22:43.114 INFO:teuthology.orchestra.run.smithi165.stdout: Package Arch Version Repo Size 2024-04-30T01:22:43.114 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-04-30T01:22:43.114 INFO:teuthology.orchestra.run.smithi165.stdout:Installing: 2024-04-30T01:22:43.114 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2405.g1e75c287.el7 ceph 145 k 2024-04-30T01:22:43.114 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:22:43.114 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-04-30T01:22:43.114 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-04-30T01:22:43.115 INFO:teuthology.orchestra.run.smithi165.stdout:Install 1 Package 2024-04-30T01:22:43.115 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:22:43.115 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 145 k 2024-04-30T01:22:43.115 INFO:teuthology.orchestra.run.smithi165.stdout:Installed size: 436 k 2024-04-30T01:22:43.115 INFO:teuthology.orchestra.run.smithi165.stdout:Downloading Packages: 2024-04-30T01:22:43.407 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 33/36 2024-04-30T01:22:43.415 INFO:teuthology.orchestra.run.smithi165.stdout:ceph-immutable-object-cache-19.0.0-2405.g1e75c2 482 kB/s | 145 kB 00:00 2024-04-30T01:22:43.416 INFO:teuthology.orchestra.run.smithi165.stdout:-------------------------------------------------------------------------------- 2024-04-30T01:22:43.416 INFO:teuthology.orchestra.run.smithi165.stdout:Total 479 kB/s | 145 kB 00:00 2024-04-30T01:22:43.417 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-04-30T01:22:43.424 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-04-30T01:22:43.424 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-04-30T01:22:43.434 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 33/36 2024-04-30T01:22:43.435 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:22:43.435 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-30T01:22:43.435 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-30T01:22:43.435 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-30T01:22:43.435 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-04-30T01:22:43.480 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-04-30T01:22:43.482 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-04-30T01:22:43.630 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-04-30T01:22:43.716 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287. 1/1 2024-04-30T01:22:43.740 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287. 1/1 2024-04-30T01:22:43.740 INFO:teuthology.orchestra.run.smithi165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:22:43.741 INFO:teuthology.orchestra.run.smithi165.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-30T01:22:43.741 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:22:43.899 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 34/36 2024-04-30T01:22:43.923 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 34/36 2024-04-30T01:22:43.923 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:22:43.923 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-30T01:22:43.924 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-30T01:22:43.924 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-30T01:22:43.924 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-04-30T01:22:44.158 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 35/36 2024-04-30T01:22:44.182 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 35/36 2024-04-30T01:22:44.183 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-30T01:22:44.183 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-30T01:22:44.183 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-30T01:22:44.183 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-30T01:22:44.183 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-04-30T01:22:44.206 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T01:22:44.248 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 36/36 2024-04-30T01:22:44.251 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T01:22:44.273 DEBUG:teuthology.orchestra.console.smithi165:pexpect command: ipmitool -H smithi165.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T01:22:44.316 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is on 2024-04-30T01:22:44.360 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2024-04-30T01:22:44.383 DEBUG:teuthology.orchestra.console.smithi165:check power output: Chassis Power is on 2024-04-30T01:22:44.592 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287. 1/1 2024-04-30T01:22:44.592 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:22:44.592 INFO:teuthology.orchestra.run.smithi165.stdout:Installed: 2024-04-30T01:22:44.593 INFO:teuthology.orchestra.run.smithi165.stdout: ceph-immutable-object-cache-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:22:44.593 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-04-30T01:22:44.593 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-04-30T01:22:44.827 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install ceph-mgr 2024-04-30T01:22:45.343 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:02:08 ago on Tue 30 Apr 2024 01:20:37 AM UTC. 2024-04-30T01:22:45.423 INFO:teuthology.orchestra.run.smithi165.stdout:Package ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 is already installed. 2024-04-30T01:22:45.465 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-04-30T01:22:45.466 INFO:teuthology.orchestra.run.smithi165.stdout:Nothing to do. 2024-04-30T01:22:45.466 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-04-30T01:22:45.543 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum -y install ceph-mgr-dashboard 2024-04-30T01:22:46.057 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:02:09 ago on Tue 30 Apr 2024 01:20:37 AM UTC. 2024-04-30T01:22:46.092 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 36/36 2024-04-30T01:22:46.092 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 1/36 2024-04-30T01:22:46.092 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 2/36 2024-04-30T01:22:46.093 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 3/36 2024-04-30T01:22:46.093 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 4/36 2024-04-30T01:22:46.093 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 5/36 2024-04-30T01:22:46.093 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2405.g1e75c287.el7. 6/36 2024-04-30T01:22:46.093 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-30T01:22:46.093 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-30T01:22:46.093 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-30T01:22:46.093 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-30T01:22:46.093 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-30T01:22:46.094 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-30T01:22:46.094 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-30T01:22:46.094 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-30T01:22:46.094 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-30T01:22:46.094 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-30T01:22:46.094 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-30T01:22:46.094 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-30T01:22:46.094 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-30T01:22:46.095 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-30T01:22:46.095 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-30T01:22:46.095 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-30T01:22:46.095 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-30T01:22:46.095 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-30T01:22:46.095 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-30T01:22:46.095 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-30T01:22:46.095 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-30T01:22:46.095 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-30T01:22:46.096 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-30T01:22:46.096 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-30T01:22:46.096 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-30T01:22:46.096 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-30T01:22:46.096 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-30T01:22:46.096 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-30T01:22:46.096 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-30T01:22:46.189 INFO:teuthology.orchestra.run.smithi165.stderr:Error: 2024-04-30T01:22:46.189 INFO:teuthology.orchestra.run.smithi165.stderr: Problem: cannot install the best candidate for the job 2024-04-30T01:22:46.189 INFO:teuthology.orchestra.run.smithi165.stderr: - nothing provides ceph-mgr = 2:19.0.0-2405.g1e75c287.el9 needed by ceph-mgr-dashboard-2:19.0.0-2405.g1e75c287.el9.noarch from ceph-noarch 2024-04-30T01:22:46.190 INFO:teuthology.orchestra.run.smithi165.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2024-04-30T01:22:46.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-30T01:22:47.153 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-30T01:22:47.154 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-04-30T01:22:47.154 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-04-30T01:22:47.154 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:22:47.154 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mds-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:22:47.154 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:22:47.154 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-modules-core-2:19.0.0-2405.g1e75c287.el7.noarch 2024-04-30T01:22:47.154 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mon-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:22:47.155 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-osd-2:19.0.0-2405.g1e75c287.el7.x86_64 2024-04-30T01:22:47.155 INFO:teuthology.orchestra.run.smithi008.stdout: lua-5.4.4-4.el9.x86_64 2024-04-30T01:22:47.155 INFO:teuthology.orchestra.run.smithi008.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-30T01:22:47.155 INFO:teuthology.orchestra.run.smithi008.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-30T01:22:47.155 INFO:teuthology.orchestra.run.smithi008.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-30T01:22:47.155 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-30T01:22:47.155 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-30T01:22:47.155 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-30T01:22:47.156 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-30T01:22:47.156 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-30T01:22:47.156 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-30T01:22:47.156 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-30T01:22:47.156 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-30T01:22:47.156 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-30T01:22:47.156 INFO:teuthology.orchestra.run.smithi008.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-30T01:22:47.156 INFO:teuthology.orchestra.run.smithi008.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-30T01:22:47.157 INFO:teuthology.orchestra.run.smithi008.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-30T01:22:47.157 INFO:teuthology.orchestra.run.smithi008.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-30T01:22:47.157 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-30T01:22:47.157 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ply-3.11-14.el9.noarch 2024-04-30T01:22:47.157 INFO:teuthology.orchestra.run.smithi008.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-30T01:22:47.157 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-30T01:22:47.157 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-30T01:22:47.157 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-30T01:22:47.157 INFO:teuthology.orchestra.run.smithi008.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-30T01:22:47.157 INFO:teuthology.orchestra.run.smithi008.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-30T01:22:47.158 INFO:teuthology.orchestra.run.smithi008.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-30T01:22:47.158 INFO:teuthology.orchestra.run.smithi008.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-30T01:22:47.158 INFO:teuthology.orchestra.run.smithi008.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-30T01:22:47.158 INFO:teuthology.orchestra.run.smithi008.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-30T01:22:47.158 INFO:teuthology.orchestra.run.smithi008.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-30T01:22:47.158 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-04-30T01:22:47.158 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-04-30T01:22:47.467 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-base 2024-04-30T01:22:48.000 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:02:21 ago on Tue 30 Apr 2024 01:20:26 AM UTC. 2024-04-30T01:22:48.081 INFO:teuthology.orchestra.run.smithi008.stdout:Package ceph-base-2:19.0.0-2405.g1e75c287.el7.x86_64 is already installed. 2024-04-30T01:22:48.124 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-04-30T01:22:48.125 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-04-30T01:22:48.125 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-04-30T01:22:48.183 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install cephadm 2024-04-30T01:22:48.317 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T01:22:48.361 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T01:22:48.384 DEBUG:teuthology.orchestra.console.smithi165:pexpect command: ipmitool -H smithi165.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T01:22:48.428 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is on 2024-04-30T01:22:48.470 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is off 2024-04-30T01:22:48.491 DEBUG:teuthology.orchestra.console.smithi165:check power output: Chassis Power is off 2024-04-30T01:22:48.571 INFO:teuthology.orchestra.console.smithi071:Power off completed 2024-04-30T01:22:48.592 INFO:teuthology.orchestra.console.smithi165:Power off completed 2024-04-30T01:22:52.429 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-30T01:22:52.541 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is off 2024-04-30T01:22:52.642 INFO:teuthology.orchestra.console.smithi008:Power off completed 2024-04-30T01:22:52.746 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} duration: 405.0705440044403 failure_reason: 'Command failed on smithi071 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=4cdc845917ca461b9a936222d55185a5 status: fail success: false 2024-04-30T01:22:52.746 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-30T01:22:52.841 INFO:teuthology.run:FAIL