2024-04-22T21:58:04.099 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-22T21:58:04.099 DEBUG:teuthology.run:Teuthology command: teuthology --description orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_rgw_multisite} --verbose --name teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi --owner scheduled_teuthology@teuthology --archive /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668814 -- /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668814/orig.config.yaml 2024-04-22T21:58:04.128 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T21:58:04.213 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668814 branch: squid description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_rgw_multisite} email: ceph-qa@ceph.com first_in_suite: false job_id: '7668814' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: 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: 430e09df97c8fc7dc2b2ae424f68ed11366c540f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.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: 207 sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f sleep_before_teardown: 0 subset: 24/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9 targets: smithi094.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM1hE1D5tYnky1VDvQM86Xg3GhRd4BpAr0nUuHE2x8JVmW+RgfBNKs1iirchXKIUw8wyONfEgv4fOAbCS3swuSc= smithi113.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPRAAoBR49dBYmvb4YPoOdVQPy6zGmNRinwJStCNcLlfpP/RlLLP5Fl+y/8mxiKC3pqEYG5AoQDIWm7Hemx8qYY= smithi178.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLltLr1YJ0bSImWJxPba5vNtWOXwO5TPjj2KdenRZP8FJ/rYwihn5uPg4U4pENqhciZ6n3rfJgXjbr16jKn8pK0= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - 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-22_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-22T21:58:04.213 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa; will attempt to use it 2024-04-22T21:58:04.214 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks 2024-04-22T21:58:04.214 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-22T21:58:04.216 INFO:teuthology.task.internal:Checking packages... 2024-04-22T21:58:04.239 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '430e09df97c8fc7dc2b2ae424f68ed11366c540f' 2024-04-22T21:58:04.240 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-22T21:58:04.240 INFO:teuthology.packaging:ref: None 2024-04-22T21:58:04.240 INFO:teuthology.packaging:tag: None 2024-04-22T21:58:04.240 INFO:teuthology.packaging:branch: squid 2024-04-22T21:58:04.240 INFO:teuthology.packaging:sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:58:04.240 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-04-22T21:58:04.464 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2420.g246d7127 2024-04-22T21:58:04.466 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-22T21:58:04.472 INFO:teuthology.task.internal:no buildpackages task found 2024-04-22T21:58:04.472 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-22T21:58:04.522 INFO:teuthology.task.internal:Saving configuration 2024-04-22T21:58:04.535 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-22T21:58:04.541 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T21:58:04.570 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi094.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668814', '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-22 21:50:17.129514', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM1hE1D5tYnky1VDvQM86Xg3GhRd4BpAr0nUuHE2x8JVmW+RgfBNKs1iirchXKIUw8wyONfEgv4fOAbCS3swuSc='} 2024-04-22T21:58:04.592 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi113.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668814', '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-22 21:50:17.125867', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPRAAoBR49dBYmvb4YPoOdVQPy6zGmNRinwJStCNcLlfpP/RlLLP5Fl+y/8mxiKC3pqEYG5AoQDIWm7Hemx8qYY='} 2024-04-22T21:58:04.618 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi178.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668814', '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-22 21:50:17.127805', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLltLr1YJ0bSImWJxPba5vNtWOXwO5TPjj2KdenRZP8FJ/rYwihn5uPg4U4pENqhciZ6n3rfJgXjbr16jKn8pK0='} 2024-04-22T21:58:04.619 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-22T21:58:04.624 INFO:teuthology.task.internal:roles: ubuntu@smithi094.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-22T21:58:04.624 INFO:teuthology.task.internal:roles: ubuntu@smithi113.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-22T21:58:04.625 INFO:teuthology.task.internal:roles: ubuntu@smithi178.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-22T21:58:04.625 INFO:teuthology.run_tasks:Running task console_log... 2024-04-22T21:58:04.727 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f13386a1f70>, signals=[15]) 2024-04-22T21:58:04.727 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-22T21:58:04.736 INFO:teuthology.task.internal:Opening connections... 2024-04-22T21:58:04.737 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi094.front.sepia.ceph.com 2024-04-22T21:58:04.739 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:58:04.826 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi113.front.sepia.ceph.com 2024-04-22T21:58:04.827 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi113.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:58:04.902 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi178.front.sepia.ceph.com 2024-04-22T21:58:04.903 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:58:04.975 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-22T21:58:04.981 DEBUG:teuthology.orchestra.run.smithi094:> uname -m 2024-04-22T21:58:04.999 INFO:teuthology.orchestra.run.smithi094.stdout:x86_64 2024-04-22T21:58:04.999 DEBUG:teuthology.orchestra.run.smithi094:> cat /etc/os-release 2024-04-22T21:58:05.056 INFO:teuthology.orchestra.run.smithi094.stdout:NAME="CentOS Stream" 2024-04-22T21:58:05.056 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION="9" 2024-04-22T21:58:05.056 INFO:teuthology.orchestra.run.smithi094.stdout:ID="centos" 2024-04-22T21:58:05.057 INFO:teuthology.orchestra.run.smithi094.stdout:ID_LIKE="rhel fedora" 2024-04-22T21:58:05.057 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION_ID="9" 2024-04-22T21:58:05.057 INFO:teuthology.orchestra.run.smithi094.stdout:PLATFORM_ID="platform:el9" 2024-04-22T21:58:05.057 INFO:teuthology.orchestra.run.smithi094.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T21:58:05.057 INFO:teuthology.orchestra.run.smithi094.stdout:ANSI_COLOR="0;31" 2024-04-22T21:58:05.057 INFO:teuthology.orchestra.run.smithi094.stdout:LOGO="fedora-logo-icon" 2024-04-22T21:58:05.057 INFO:teuthology.orchestra.run.smithi094.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T21:58:05.057 INFO:teuthology.orchestra.run.smithi094.stdout:HOME_URL="https://centos.org/" 2024-04-22T21:58:05.057 INFO:teuthology.orchestra.run.smithi094.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T21:58:05.057 INFO:teuthology.orchestra.run.smithi094.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T21:58:05.057 INFO:teuthology.orchestra.run.smithi094.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T21:58:05.058 INFO:teuthology.lock.ops:Updating smithi094.front.sepia.ceph.com on lock server 2024-04-22T21:58:05.080 DEBUG:teuthology.orchestra.run.smithi113:> uname -m 2024-04-22T21:58:05.098 INFO:teuthology.orchestra.run.smithi113.stdout:x86_64 2024-04-22T21:58:05.098 DEBUG:teuthology.orchestra.run.smithi113:> cat /etc/os-release 2024-04-22T21:58:05.155 INFO:teuthology.orchestra.run.smithi113.stdout:NAME="CentOS Stream" 2024-04-22T21:58:05.157 INFO:teuthology.orchestra.run.smithi113.stdout:VERSION="9" 2024-04-22T21:58:05.157 INFO:teuthology.orchestra.run.smithi113.stdout:ID="centos" 2024-04-22T21:58:05.158 INFO:teuthology.orchestra.run.smithi113.stdout:ID_LIKE="rhel fedora" 2024-04-22T21:58:05.158 INFO:teuthology.orchestra.run.smithi113.stdout:VERSION_ID="9" 2024-04-22T21:58:05.158 INFO:teuthology.orchestra.run.smithi113.stdout:PLATFORM_ID="platform:el9" 2024-04-22T21:58:05.158 INFO:teuthology.orchestra.run.smithi113.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T21:58:05.158 INFO:teuthology.orchestra.run.smithi113.stdout:ANSI_COLOR="0;31" 2024-04-22T21:58:05.158 INFO:teuthology.orchestra.run.smithi113.stdout:LOGO="fedora-logo-icon" 2024-04-22T21:58:05.158 INFO:teuthology.orchestra.run.smithi113.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T21:58:05.158 INFO:teuthology.orchestra.run.smithi113.stdout:HOME_URL="https://centos.org/" 2024-04-22T21:58:05.158 INFO:teuthology.orchestra.run.smithi113.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T21:58:05.158 INFO:teuthology.orchestra.run.smithi113.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T21:58:05.158 INFO:teuthology.orchestra.run.smithi113.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T21:58:05.158 INFO:teuthology.lock.ops:Updating smithi113.front.sepia.ceph.com on lock server 2024-04-22T21:58:05.181 DEBUG:teuthology.orchestra.run.smithi178:> uname -m 2024-04-22T21:58:05.200 INFO:teuthology.orchestra.run.smithi178.stdout:x86_64 2024-04-22T21:58:05.200 DEBUG:teuthology.orchestra.run.smithi178:> cat /etc/os-release 2024-04-22T21:58:05.257 INFO:teuthology.orchestra.run.smithi178.stdout:NAME="CentOS Stream" 2024-04-22T21:58:05.257 INFO:teuthology.orchestra.run.smithi178.stdout:VERSION="9" 2024-04-22T21:58:05.257 INFO:teuthology.orchestra.run.smithi178.stdout:ID="centos" 2024-04-22T21:58:05.257 INFO:teuthology.orchestra.run.smithi178.stdout:ID_LIKE="rhel fedora" 2024-04-22T21:58:05.257 INFO:teuthology.orchestra.run.smithi178.stdout:VERSION_ID="9" 2024-04-22T21:58:05.257 INFO:teuthology.orchestra.run.smithi178.stdout:PLATFORM_ID="platform:el9" 2024-04-22T21:58:05.258 INFO:teuthology.orchestra.run.smithi178.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T21:58:05.258 INFO:teuthology.orchestra.run.smithi178.stdout:ANSI_COLOR="0;31" 2024-04-22T21:58:05.258 INFO:teuthology.orchestra.run.smithi178.stdout:LOGO="fedora-logo-icon" 2024-04-22T21:58:05.258 INFO:teuthology.orchestra.run.smithi178.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T21:58:05.258 INFO:teuthology.orchestra.run.smithi178.stdout:HOME_URL="https://centos.org/" 2024-04-22T21:58:05.258 INFO:teuthology.orchestra.run.smithi178.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T21:58:05.258 INFO:teuthology.orchestra.run.smithi178.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T21:58:05.258 INFO:teuthology.orchestra.run.smithi178.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T21:58:05.258 INFO:teuthology.lock.ops:Updating smithi178.front.sepia.ceph.com on lock server 2024-04-22T21:58:05.280 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-22T21:58:05.287 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-22T21:58:05.292 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-22T21:58:05.292 DEBUG:teuthology.orchestra.run.smithi094:> test '!' -e /home/ubuntu/cephtest 2024-04-22T21:58:05.295 DEBUG:teuthology.orchestra.run.smithi113:> test '!' -e /home/ubuntu/cephtest 2024-04-22T21:58:05.297 DEBUG:teuthology.orchestra.run.smithi178:> test '!' -e /home/ubuntu/cephtest 2024-04-22T21:58:05.313 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-22T21:58:05.318 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-22T21:58:05.319 DEBUG:teuthology.orchestra.run.smithi094:> test -z $(ls -A /var/lib/ceph) 2024-04-22T21:58:05.352 DEBUG:teuthology.orchestra.run.smithi113:> test -z $(ls -A /var/lib/ceph) 2024-04-22T21:58:05.354 DEBUG:teuthology.orchestra.run.smithi178:> test -z $(ls -A /var/lib/ceph) 2024-04-22T21:58:05.489 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-22T21:58:05.563 INFO:teuthology.run_tasks:Running task kernel... 2024-04-22T21:58:05.580 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-22T21:58:05.580 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-22T21:58:05.580 DEBUG:teuthology.orchestra.run.smithi094:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T21:58:05.581 DEBUG:teuthology.orchestra.run.smithi113:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T21:58:05.581 DEBUG:teuthology.orchestra.run.smithi178:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T21:58:05.598 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:58:05.598 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:58:05.599 DEBUG:teuthology.orchestra.run.smithi113:> uname -r 2024-04-22T21:58:05.599 DEBUG:teuthology.orchestra.run.smithi094:> uname -r 2024-04-22T21:58:05.600 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:58:05.600 DEBUG:teuthology.orchestra.run.smithi178:> uname -r 2024-04-22T21:58:05.655 INFO:teuthology.orchestra.run.smithi113.stdout:5.14.0-437.el9.x86_64 2024-04-22T21:58:05.656 INFO:teuthology.task.kernel:Running kernel on smithi113: 5.14.0-437.el9.x86_64 2024-04-22T21:58:05.656 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum install -y kernel 2024-04-22T21:58:05.657 INFO:teuthology.orchestra.run.smithi094.stdout:5.14.0-437.el9.x86_64 2024-04-22T21:58:05.657 INFO:teuthology.task.kernel:Running kernel on smithi094: 5.14.0-437.el9.x86_64 2024-04-22T21:58:05.657 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum install -y kernel 2024-04-22T21:58:05.658 INFO:teuthology.orchestra.run.smithi178.stdout:5.14.0-437.el9.x86_64 2024-04-22T21:58:05.658 INFO:teuthology.task.kernel:Running kernel on smithi178: 5.14.0-437.el9.x86_64 2024-04-22T21:58:05.658 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum install -y kernel 2024-04-22T21:58:07.956 INFO:teuthology.orchestra.run.smithi113.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.0 MB 00:00 2024-04-22T21:58:08.045 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.0 MB 00:00 2024-04-22T21:58:11.210 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - AppStream 9.0 MB/s | 19 MB 00:02 2024-04-22T21:58:11.270 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 9 - BaseOS 2.1 MB/s | 8.0 MB 00:03 2024-04-22T21:58:11.832 INFO:teuthology.orchestra.run.smithi113.stdout:CentOS Stream 9 - AppStream 6.8 MB/s | 19 MB 00:02 2024-04-22T21:58:16.411 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - CRB 4.2 MB/s | 6.2 MB 00:01 2024-04-22T21:58:16.576 INFO:teuthology.orchestra.run.smithi113.stdout:CentOS Stream 9 - CRB 5.6 MB/s | 6.2 MB 00:01 2024-04-22T21:58:18.245 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - Extras packages 34 kB/s | 16 kB 00:00 2024-04-22T21:58:18.550 INFO:teuthology.orchestra.run.smithi113.stdout:CentOS Stream 9 - Extras packages 25 kB/s | 16 kB 00:00 2024-04-22T21:58:19.905 INFO:teuthology.orchestra.run.smithi094.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-04-22T21:58:24.997 INFO:teuthology.orchestra.run.smithi094.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-04-22T21:58:26.820 INFO:teuthology.orchestra.run.smithi094.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T21:58:26.820 INFO:teuthology.orchestra.run.smithi094.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T21:58:26.910 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T21:58:26.911 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T21:58:26.911 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T21:58:27.013 DEBUG:teuthology.orchestra.run.smithi094:> echo no | sudo yum reinstall kernel || true 2024-04-22T21:58:27.512 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 09:58:24 PM UTC. 2024-04-22T21:58:27.631 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T21:58:27.644 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T21:58:27.644 INFO:teuthology.orchestra.run.smithi094.stdout: Package Architecture Version Repository Size 2024-04-22T21:58:27.644 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T21:58:27.644 INFO:teuthology.orchestra.run.smithi094.stdout:Reinstalling: 2024-04-22T21:58:27.644 INFO:teuthology.orchestra.run.smithi094.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:58:27.644 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T21:58:27.644 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T21:58:27.644 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T21:58:27.644 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T21:58:27.644 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 255 k 2024-04-22T21:58:27.644 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 0 2024-04-22T21:58:27.645 INFO:teuthology.orchestra.run.smithi094.stderr:Operation aborted. 2024-04-22T21:58:27.700 INFO:teuthology.orchestra.run.smithi094.stdout:Is this ok [y/N]: 2024-04-22T21:58:27.700 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum reinstall -y kernel || true 2024-04-22T21:58:28.085 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 9 - AppStream 1.2 MB/s | 19 MB 00:15 2024-04-22T21:58:28.192 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:04 ago on Mon 22 Apr 2024 09:58:24 PM UTC. 2024-04-22T21:58:28.308 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T21:58:28.309 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T21:58:28.309 INFO:teuthology.orchestra.run.smithi094.stdout: Package Architecture Version Repository Size 2024-04-22T21:58:28.309 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T21:58:28.309 INFO:teuthology.orchestra.run.smithi094.stdout:Reinstalling: 2024-04-22T21:58:28.309 INFO:teuthology.orchestra.run.smithi094.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:58:28.309 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T21:58:28.309 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T21:58:28.309 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T21:58:28.309 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T21:58:28.309 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 255 k 2024-04-22T21:58:28.309 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 0 2024-04-22T21:58:28.309 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T21:58:29.066 INFO:teuthology.orchestra.run.smithi094.stdout:kernel-5.14.0-437.el9.x86_64.rpm 460 kB/s | 255 kB 00:00 2024-04-22T21:58:29.066 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:58:29.066 INFO:teuthology.orchestra.run.smithi094.stdout:Total 337 kB/s | 255 kB 00:00 2024-04-22T21:58:29.084 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T21:58:29.276 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T21:58:29.276 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T21:58:29.281 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T21:58:29.281 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T21:58:29.402 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T21:58:29.484 INFO:teuthology.orchestra.run.smithi094.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:58:29.484 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:58:29.768 INFO:teuthology.orchestra.run.smithi113.stdout:Extra Packages for Enterprise Linux 1.9 MB/s | 21 MB 00:11 2024-04-22T21:58:30.135 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:58:30.136 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:58:30.852 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:58:30.852 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T21:58:30.852 INFO:teuthology.orchestra.run.smithi094.stdout:Reinstalled: 2024-04-22T21:58:30.852 INFO:teuthology.orchestra.run.smithi094.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T21:58:30.852 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T21:58:30.852 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T21:58:31.050 DEBUG:teuthology.orchestra.run.smithi094:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T21:58:31.137 INFO:teuthology.orchestra.run.smithi094.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T21:58:31.137 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T21:58:31.138 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T21:58:31.138 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-22T21:58:31.138 DEBUG:teuthology.orchestra.run.smithi094:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T21:58:31.172 INFO:teuthology.orchestra.run.smithi094.stdout:ttyS1 2024-04-22T21:58:31.205 DEBUG:teuthology.parallel:result is None 2024-04-22T21:58:32.235 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.2 MB 00:00 2024-04-22T21:58:34.202 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 9 - Extras packages 25 kB/s | 16 kB 00:00 2024-04-22T21:58:34.839 INFO:teuthology.orchestra.run.smithi113.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-04-22T21:58:35.789 INFO:teuthology.orchestra.run.smithi178.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-04-22T21:58:36.671 INFO:teuthology.orchestra.run.smithi113.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T21:58:36.671 INFO:teuthology.orchestra.run.smithi113.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T21:58:36.764 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T21:58:36.765 INFO:teuthology.orchestra.run.smithi113.stdout:Nothing to do. 2024-04-22T21:58:36.765 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T21:58:36.886 DEBUG:teuthology.orchestra.run.smithi113:> echo no | sudo yum reinstall kernel || true 2024-04-22T21:58:37.384 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 09:58:34 PM UTC. 2024-04-22T21:58:37.517 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T21:58:37.530 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T21:58:37.530 INFO:teuthology.orchestra.run.smithi113.stdout: Package Architecture Version Repository Size 2024-04-22T21:58:37.530 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T21:58:37.530 INFO:teuthology.orchestra.run.smithi113.stdout:Reinstalling: 2024-04-22T21:58:37.530 INFO:teuthology.orchestra.run.smithi113.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:58:37.530 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T21:58:37.530 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2024-04-22T21:58:37.530 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T21:58:37.530 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T21:58:37.530 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 255 k 2024-04-22T21:58:37.530 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 0 2024-04-22T21:58:37.531 INFO:teuthology.orchestra.run.smithi113.stderr:Operation aborted. 2024-04-22T21:58:37.584 INFO:teuthology.orchestra.run.smithi113.stdout:Is this ok [y/N]: 2024-04-22T21:58:37.584 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum reinstall -y kernel || true 2024-04-22T21:58:38.073 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:00:04 ago on Mon 22 Apr 2024 09:58:34 PM UTC. 2024-04-22T21:58:38.188 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T21:58:38.189 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T21:58:38.189 INFO:teuthology.orchestra.run.smithi113.stdout: Package Architecture Version Repository Size 2024-04-22T21:58:38.189 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T21:58:38.189 INFO:teuthology.orchestra.run.smithi113.stdout:Reinstalling: 2024-04-22T21:58:38.189 INFO:teuthology.orchestra.run.smithi113.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:58:38.189 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T21:58:38.189 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2024-04-22T21:58:38.189 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T21:58:38.189 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T21:58:38.189 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 255 k 2024-04-22T21:58:38.189 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 0 2024-04-22T21:58:38.190 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2024-04-22T21:58:38.924 INFO:teuthology.orchestra.run.smithi113.stdout:kernel-5.14.0-437.el9.x86_64.rpm 569 kB/s | 255 kB 00:00 2024-04-22T21:58:38.925 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:58:38.925 INFO:teuthology.orchestra.run.smithi113.stdout:Total 346 kB/s | 255 kB 00:00 2024-04-22T21:58:38.941 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2024-04-22T21:58:39.128 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2024-04-22T21:58:39.128 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2024-04-22T21:58:39.133 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2024-04-22T21:58:39.133 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2024-04-22T21:58:39.280 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2024-04-22T21:58:39.359 INFO:teuthology.orchestra.run.smithi113.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:58:39.359 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:58:40.035 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:58:40.035 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:58:40.692 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:58:40.693 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T21:58:40.693 INFO:teuthology.orchestra.run.smithi113.stdout:Reinstalled: 2024-04-22T21:58:40.693 INFO:teuthology.orchestra.run.smithi113.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T21:58:40.693 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T21:58:40.693 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T21:58:40.803 INFO:teuthology.orchestra.run.smithi178.stdout:lab-extras 16 kB/s | 1.7 kB 00:00 2024-04-22T21:58:40.860 DEBUG:teuthology.orchestra.run.smithi113:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T21:58:40.907 INFO:teuthology.orchestra.run.smithi113.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T21:58:40.907 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T21:58:40.907 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T21:58:40.907 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-22T21:58:40.908 DEBUG:teuthology.orchestra.run.smithi113:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T21:58:40.940 INFO:teuthology.orchestra.run.smithi113.stdout:ttyS1 2024-04-22T21:58:40.964 DEBUG:teuthology.parallel:result is None 2024-04-22T21:58:42.659 INFO:teuthology.orchestra.run.smithi178.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T21:58:42.660 INFO:teuthology.orchestra.run.smithi178.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T21:58:42.738 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T21:58:42.740 INFO:teuthology.orchestra.run.smithi178.stdout:Nothing to do. 2024-04-22T21:58:42.740 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T21:58:42.841 DEBUG:teuthology.orchestra.run.smithi178:> echo no | sudo yum reinstall kernel || true 2024-04-22T21:58:43.342 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 09:58:40 PM UTC. 2024-04-22T21:58:43.462 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T21:58:43.475 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T21:58:43.475 INFO:teuthology.orchestra.run.smithi178.stdout: Package Architecture Version Repository Size 2024-04-22T21:58:43.475 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T21:58:43.475 INFO:teuthology.orchestra.run.smithi178.stdout:Reinstalling: 2024-04-22T21:58:43.475 INFO:teuthology.orchestra.run.smithi178.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:58:43.475 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T21:58:43.475 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-04-22T21:58:43.475 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T21:58:43.475 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T21:58:43.476 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 255 k 2024-04-22T21:58:43.476 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 0 2024-04-22T21:58:43.476 INFO:teuthology.orchestra.run.smithi178.stderr:Operation aborted. 2024-04-22T21:58:43.531 INFO:teuthology.orchestra.run.smithi178.stdout:Is this ok [y/N]: 2024-04-22T21:58:43.531 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum reinstall -y kernel || true 2024-04-22T21:58:44.022 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:00:04 ago on Mon 22 Apr 2024 09:58:40 PM UTC. 2024-04-22T21:58:44.138 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T21:58:44.139 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T21:58:44.139 INFO:teuthology.orchestra.run.smithi178.stdout: Package Architecture Version Repository Size 2024-04-22T21:58:44.139 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T21:58:44.139 INFO:teuthology.orchestra.run.smithi178.stdout:Reinstalling: 2024-04-22T21:58:44.139 INFO:teuthology.orchestra.run.smithi178.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:58:44.139 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T21:58:44.139 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-04-22T21:58:44.139 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T21:58:44.139 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T21:58:44.139 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 255 k 2024-04-22T21:58:44.139 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 0 2024-04-22T21:58:44.139 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-04-22T21:58:44.480 INFO:teuthology.orchestra.run.smithi178.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.3 MB/s | 255 kB 00:00 2024-04-22T21:58:44.480 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:58:44.480 INFO:teuthology.orchestra.run.smithi178.stdout:Total 748 kB/s | 255 kB 00:00 2024-04-22T21:58:44.496 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-04-22T21:58:44.696 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-04-22T21:58:44.697 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-04-22T21:58:44.701 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-04-22T21:58:44.702 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-04-22T21:58:44.832 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-04-22T21:58:44.906 INFO:teuthology.orchestra.run.smithi178.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:58:44.906 INFO:teuthology.orchestra.run.smithi178.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:58:45.588 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:58:45.588 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:58:46.286 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:58:46.286 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T21:58:46.286 INFO:teuthology.orchestra.run.smithi178.stdout:Reinstalled: 2024-04-22T21:58:46.286 INFO:teuthology.orchestra.run.smithi178.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T21:58:46.286 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T21:58:46.286 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T21:58:46.466 DEBUG:teuthology.orchestra.run.smithi178:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T21:58:46.512 INFO:teuthology.orchestra.run.smithi178.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T21:58:46.513 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T21:58:46.513 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T21:58:46.513 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-22T21:58:46.513 DEBUG:teuthology.orchestra.run.smithi178:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T21:58:46.544 INFO:teuthology.orchestra.run.smithi178.stdout:ttyS1 2024-04-22T21:58:46.567 DEBUG:teuthology.parallel:result is None 2024-04-22T21:58:46.567 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-22T21:58:46.574 INFO:teuthology.task.internal:Creating test directory... 2024-04-22T21:58:46.575 DEBUG:teuthology.orchestra.run.smithi094:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T21:58:46.577 DEBUG:teuthology.orchestra.run.smithi113:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T21:58:46.583 DEBUG:teuthology.orchestra.run.smithi178:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T21:58:46.622 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-22T21:58:46.629 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-22T21:58:46.635 INFO:teuthology.task.internal:Creating archive directory... 2024-04-22T21:58:46.636 DEBUG:teuthology.orchestra.run.smithi094:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T21:58:46.639 DEBUG:teuthology.orchestra.run.smithi113:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T21:58:46.641 DEBUG:teuthology.orchestra.run.smithi178:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T21:58:46.686 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-22T21:58:46.694 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-22T21:58:46.694 DEBUG:teuthology.orchestra.run.smithi094:> 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-22T21:58:46.703 DEBUG:teuthology.orchestra.run.smithi113:> 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-22T21:58:46.708 DEBUG:teuthology.orchestra.run.smithi178:> 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-22T21:58:46.736 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:58:46.741 INFO:teuthology.orchestra.run.smithi113.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:58:46.746 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:58:46.752 INFO:teuthology.orchestra.run.smithi113.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:58:46.752 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:58:46.761 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:58:46.764 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-22T21:58:46.771 INFO:teuthology.task.internal:Configuring sudo... 2024-04-22T21:58:46.772 DEBUG:teuthology.orchestra.run.smithi094:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T21:58:46.790 DEBUG:teuthology.orchestra.run.smithi113:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T21:58:46.796 DEBUG:teuthology.orchestra.run.smithi178:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T21:58:46.828 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-22T21:58:46.837 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-22T21:58:46.837 DEBUG:teuthology.orchestra.run.smithi094:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T21:58:46.856 DEBUG:teuthology.orchestra.run.smithi113:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T21:58:46.866 DEBUG:teuthology.orchestra.run.smithi178:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T21:58:46.883 DEBUG:teuthology.orchestra.run.smithi094:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:58:46.953 DEBUG:teuthology.orchestra.run.smithi094:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:58:46.999 DEBUG:teuthology.orchestra.run.smithi094:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:58:47.082 DEBUG:teuthology.orchestra.run.smithi094:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:58:47.123 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-22T21:58:47.123 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T21:58:47.187 DEBUG:teuthology.orchestra.run.smithi113:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:58:47.232 DEBUG:teuthology.orchestra.run.smithi113:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:58:47.282 DEBUG:teuthology.orchestra.run.smithi113:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:58:47.365 DEBUG:teuthology.orchestra.run.smithi113:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:58:47.409 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2024-04-22T21:58:47.409 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T21:58:47.477 DEBUG:teuthology.orchestra.run.smithi178:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:58:47.520 DEBUG:teuthology.orchestra.run.smithi178:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:58:47.571 DEBUG:teuthology.orchestra.run.smithi178:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:58:47.653 DEBUG:teuthology.orchestra.run.smithi178:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:58:47.694 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-04-22T21:58:47.694 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T21:58:47.759 DEBUG:teuthology.orchestra.run.smithi094:> sudo service rsyslog restart 2024-04-22T21:58:47.762 DEBUG:teuthology.orchestra.run.smithi113:> sudo service rsyslog restart 2024-04-22T21:58:47.764 DEBUG:teuthology.orchestra.run.smithi178:> sudo service rsyslog restart 2024-04-22T21:58:47.802 INFO:teuthology.orchestra.run.smithi094.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T21:58:47.806 INFO:teuthology.orchestra.run.smithi113.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T21:58:47.838 INFO:teuthology.orchestra.run.smithi178.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T21:58:48.318 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-22T21:58:48.328 INFO:teuthology.task.internal:Starting timer... 2024-04-22T21:58:48.328 INFO:teuthology.run_tasks:Running task pcp... 2024-04-22T21:58:48.356 INFO:teuthology.run_tasks:Running task selinux... 2024-04-22T21:58:48.367 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-22T21:58:48.367 DEBUG:teuthology.orchestra.run.smithi094:> sudo service auditd rotate 2024-04-22T21:58:48.428 INFO:teuthology.orchestra.run.smithi094.stdout:Rotating logs: 2024-04-22T21:58:48.430 DEBUG:teuthology.orchestra.run.smithi113:> sudo service auditd rotate 2024-04-22T21:58:48.491 INFO:teuthology.orchestra.run.smithi113.stdout:Rotating logs: 2024-04-22T21:58:48.493 DEBUG:teuthology.orchestra.run.smithi178:> sudo service auditd rotate 2024-04-22T21:58:48.559 INFO:teuthology.orchestra.run.smithi178.stdout:Rotating logs: 2024-04-22T21:58:48.561 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-22T21:58:48.561 DEBUG:teuthology.orchestra.run.smithi094:> /usr/sbin/getenforce 2024-04-22T21:58:48.591 INFO:teuthology.orchestra.run.smithi094.stdout:Permissive 2024-04-22T21:58:48.591 DEBUG:teuthology.orchestra.run.smithi113:> /usr/sbin/getenforce 2024-04-22T21:58:48.616 INFO:teuthology.orchestra.run.smithi113.stdout:Permissive 2024-04-22T21:58:48.616 DEBUG:teuthology.orchestra.run.smithi178:> /usr/sbin/getenforce 2024-04-22T21:58:48.643 INFO:teuthology.orchestra.run.smithi178.stdout:Permissive 2024-04-22T21:58:48.643 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi094.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi113.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi178.front.sepia.ceph.com': 'permissive'} 2024-04-22T21:58:48.643 DEBUG:teuthology.orchestra.run.smithi094:> 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-22T21:58:48.669 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:58:48.670 DEBUG:teuthology.orchestra.run.smithi113:> 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-22T21:58:48.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:58:48.694 DEBUG:teuthology.orchestra.run.smithi178:> 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-22T21:58:48.718 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:58:48.718 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-22T21:58:48.719 DEBUG:teuthology.orchestra.run.smithi094:> sudo /usr/sbin/setenforce permissive 2024-04-22T21:58:48.742 DEBUG:teuthology.orchestra.run.smithi113:> sudo /usr/sbin/setenforce permissive 2024-04-22T21:58:48.776 DEBUG:teuthology.orchestra.run.smithi178:> sudo /usr/sbin/setenforce permissive 2024-04-22T21:58:48.801 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-22T21:58:48.815 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-22T21:58:48.845 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-22T21:58:48.847 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi094.front.sepia.ceph.com,smithi113.front.sepia.ceph.com,smithi178.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-22T22:02:30.730 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi094.front.sepia.ceph.com'), Remote(name='ubuntu@smithi113.front.sepia.ceph.com'), Remote(name='ubuntu@smithi178.front.sepia.ceph.com')] 2024-04-22T22:02:30.731 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-04-22T22:02:30.732 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:02:30.810 DEBUG:teuthology.orchestra.run.smithi094:> true 2024-04-22T22:02:30.886 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-04-22T22:02:30.886 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi113.front.sepia.ceph.com' 2024-04-22T22:02:30.887 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi113.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:02:30.965 DEBUG:teuthology.orchestra.run.smithi113:> true 2024-04-22T22:02:31.056 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi113.front.sepia.ceph.com' 2024-04-22T22:02:31.056 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-04-22T22:02:31.057 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:02:31.129 DEBUG:teuthology.orchestra.run.smithi178:> true 2024-04-22T22:02:31.206 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-04-22T22:02:31.207 INFO:teuthology.run_tasks:Running task clock... 2024-04-22T22:02:31.218 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-22T22:02:31.218 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T22:02:31.219 DEBUG:teuthology.orchestra.run.smithi094:> 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-22T22:02:31.222 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T22:02:31.222 DEBUG:teuthology.orchestra.run.smithi113:> 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-22T22:02:31.229 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T22:02:31.229 DEBUG:teuthology.orchestra.run.smithi178:> 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-22T22:02:31.248 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T22:02:31.260 INFO:teuthology.orchestra.run.smithi113.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T22:02:31.262 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T22:02:31.274 INFO:teuthology.orchestra.run.smithi113.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T22:02:31.276 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T22:02:31.286 INFO:teuthology.orchestra.run.smithi094.stderr:sudo: ntpd: command not found 2024-04-22T22:02:31.290 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T22:02:31.296 INFO:teuthology.orchestra.run.smithi094.stdout:506 Cannot talk to daemon 2024-04-22T22:02:31.299 INFO:teuthology.orchestra.run.smithi113.stderr:sudo: ntpd: command not found 2024-04-22T22:02:31.310 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T22:02:31.310 INFO:teuthology.orchestra.run.smithi113.stdout:506 Cannot talk to daemon 2024-04-22T22:02:31.313 INFO:teuthology.orchestra.run.smithi178.stderr:sudo: ntpd: command not found 2024-04-22T22:02:31.323 INFO:teuthology.orchestra.run.smithi178.stdout:506 Cannot talk to daemon 2024-04-22T22:02:31.324 INFO:teuthology.orchestra.run.smithi113.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T22:02:31.324 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T22:02:31.336 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T22:02:31.337 INFO:teuthology.orchestra.run.smithi113.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T22:02:31.351 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T22:02:31.378 INFO:teuthology.orchestra.run.smithi094.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:02:31.381 INFO:teuthology.orchestra.run.smithi094.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:02:31.381 INFO:teuthology.orchestra.run.smithi094.stdout:=============================================================================== 2024-04-22T22:02:31.381 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:02:31.381 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:02:31.382 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:02:31.382 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:02:31.392 INFO:teuthology.orchestra.run.smithi113.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:02:31.394 INFO:teuthology.orchestra.run.smithi113.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:02:31.395 INFO:teuthology.orchestra.run.smithi113.stdout:=============================================================================== 2024-04-22T22:02:31.395 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:02:31.395 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:02:31.395 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:02:31.395 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:02:31.401 INFO:teuthology.orchestra.run.smithi178.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:02:31.404 INFO:teuthology.orchestra.run.smithi178.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:02:31.405 INFO:teuthology.orchestra.run.smithi178.stdout:=============================================================================== 2024-04-22T22:02:31.405 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:02:31.405 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:02:31.405 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:02:31.405 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:02:31.406 INFO:teuthology.run_tasks:Running task pexec... 2024-04-22T22:02:31.416 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-22T22:02:31.416 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi094.front.sepia.ceph.com 2024-04-22T22:02:31.417 DEBUG:teuthology.orchestra.run.smithi094:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-22T22:02:31.417 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi113.front.sepia.ceph.com 2024-04-22T22:02:31.417 DEBUG:teuthology.orchestra.run.smithi113:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-22T22:02:31.417 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi178.front.sepia.ceph.com 2024-04-22T22:02:31.418 DEBUG:teuthology.orchestra.run.smithi178:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-22T22:02:31.945 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:47 ago on Mon 22 Apr 2024 10:01:44 PM UTC. 2024-04-22T22:02:31.970 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:00:49 ago on Mon 22 Apr 2024 10:01:42 PM UTC. 2024-04-22T22:02:31.970 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:00:40 ago on Mon 22 Apr 2024 10:01:51 PM UTC. 2024-04-22T22:02:32.061 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:02:32.062 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:02:32.062 INFO:teuthology.orchestra.run.smithi094.stdout: Package Architecture Version Repository Size 2024-04-22T22:02:32.062 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:02:32.062 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:02:32.062 INFO:teuthology.orchestra.run.smithi094.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-22T22:02:32.062 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:02:32.063 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:02:32.063 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:02:32.063 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-04-22T22:02:32.063 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:02:32.063 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 3.1 M 2024-04-22T22:02:32.063 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 9.8 M 2024-04-22T22:02:32.063 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:02:32.086 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T22:02:32.087 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:02:32.087 INFO:teuthology.orchestra.run.smithi113.stdout: Package Architecture Version Repository Size 2024-04-22T22:02:32.087 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:02:32.087 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2024-04-22T22:02:32.087 INFO:teuthology.orchestra.run.smithi113.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-22T22:02:32.087 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:02:32.087 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2024-04-22T22:02:32.087 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:02:32.088 INFO:teuthology.orchestra.run.smithi113.stdout:Install 1 Package 2024-04-22T22:02:32.088 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:02:32.088 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 3.1 M 2024-04-22T22:02:32.088 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 9.8 M 2024-04-22T22:02:32.088 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2024-04-22T22:02:32.088 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T22:02:32.089 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:02:32.089 INFO:teuthology.orchestra.run.smithi178.stdout: Package Architecture Version Repository Size 2024-04-22T22:02:32.089 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:02:32.089 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-04-22T22:02:32.089 INFO:teuthology.orchestra.run.smithi178.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-22T22:02:32.089 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:02:32.089 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-04-22T22:02:32.089 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:02:32.089 INFO:teuthology.orchestra.run.smithi178.stdout:Install 1 Package 2024-04-22T22:02:32.089 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:02:32.089 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 3.1 M 2024-04-22T22:02:32.089 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 9.8 M 2024-04-22T22:02:32.089 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-04-22T22:02:32.484 INFO:teuthology.orchestra.run.smithi113.stdout:runc-1.1.12-2.el9.x86_64.rpm 18 MB/s | 3.1 MB 00:00 2024-04-22T22:02:32.484 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:02:32.484 INFO:teuthology.orchestra.run.smithi113.stdout:Total 7.9 MB/s | 3.1 MB 00:00 2024-04-22T22:02:32.518 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2024-04-22T22:02:32.524 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2024-04-22T22:02:32.524 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2024-04-22T22:02:32.606 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2024-04-22T22:02:32.607 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2024-04-22T22:02:32.823 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2024-04-22T22:02:32.915 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:02:33.396 INFO:teuthology.orchestra.run.smithi178.stdout:runc-1.1.12-2.el9.x86_64.rpm 2.7 MB/s | 3.1 MB 00:01 2024-04-22T22:02:33.396 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:02:33.396 INFO:teuthology.orchestra.run.smithi178.stdout:Total 2.4 MB/s | 3.1 MB 00:01 2024-04-22T22:02:33.401 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:02:33.432 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-04-22T22:02:33.438 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-04-22T22:02:33.438 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-04-22T22:02:33.521 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-04-22T22:02:33.521 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-04-22T22:02:33.588 INFO:teuthology.orchestra.run.smithi094.stdout:runc-1.1.12-2.el9.x86_64.rpm 2.4 MB/s | 3.1 MB 00:01 2024-04-22T22:02:33.588 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:02:33.588 INFO:teuthology.orchestra.run.smithi094.stdout:Total 2.0 MB/s | 3.1 MB 00:01 2024-04-22T22:02:33.625 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:02:33.632 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:02:33.632 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:02:33.695 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:02:33.696 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:02:33.696 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2024-04-22T22:02:33.696 INFO:teuthology.orchestra.run.smithi113.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-22T22:02:33.696 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:02:33.696 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T22:02:33.727 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:02:33.727 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:02:33.737 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-04-22T22:02:33.820 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:02:33.947 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:02:33.958 DEBUG:teuthology.parallel:result is None 2024-04-22T22:02:34.039 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:02:34.318 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:02:34.502 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:02:34.601 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:02:34.601 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:02:34.601 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-04-22T22:02:34.601 INFO:teuthology.orchestra.run.smithi178.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-22T22:02:34.602 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:02:34.602 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T22:02:34.771 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:02:34.771 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:02:34.771 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:02:34.771 INFO:teuthology.orchestra.run.smithi094.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-22T22:02:34.771 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:02:34.771 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:02:34.849 DEBUG:teuthology.parallel:result is None 2024-04-22T22:02:35.053 DEBUG:teuthology.parallel:result is None 2024-04-22T22:02:35.053 INFO:teuthology.run_tasks:Running task install... 2024-04-22T22:02:35.062 DEBUG:teuthology.task.install:project ceph 2024-04-22T22:02:35.062 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'}} 2024-04-22T22:02:35.062 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'} 2024-04-22T22:02:35.062 INFO:teuthology.task.install:Using flavor: default 2024-04-22T22:02:35.068 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-22T22:02:35.068 INFO:teuthology.task.install:extra packages: [] 2024-04-22T22:02:35.069 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': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', 'tag': None, 'wait_for_package': False} 2024-04-22T22:02:35.069 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:02:35.071 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': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', 'tag': None, 'wait_for_package': False} 2024-04-22T22:02:35.072 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:02:35.072 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': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', 'tag': None, 'wait_for_package': False} 2024-04-22T22:02:35.073 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:02:35.217 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/ 2024-04-22T22:02:35.218 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2407.g430e09df 2024-04-22T22:02:35.370 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/ 2024-04-22T22:02:35.370 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2407.g430e09df 2024-04-22T22:02:35.386 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/ 2024-04-22T22:02:35.386 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2407.g430e09df 2024-04-22T22:02:35.508 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-22T22:02:35.509 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-22T22:02:35.509 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T22:02:35.534 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-22T22:02:35.535 DEBUG:teuthology.orchestra.run.smithi094:> 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/430e09df97c8fc7dc2b2ae424f68ed11366c540f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T22:02:35.599 DEBUG:teuthology.orchestra.run.smithi094:> 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-22T22:02:35.674 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-22T22:02:35.675 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2024-04-22T22:02:35.675 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T22:02:35.678 DEBUG:teuthology.orchestra.run.smithi094:> 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-22T22:02:35.678 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-22T22:02:35.679 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-04-22T22:02:35.679 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T22:02:35.702 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-22T22:02:35.702 DEBUG:teuthology.orchestra.run.smithi178:> 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/430e09df97c8fc7dc2b2ae424f68ed11366c540f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T22:02:35.703 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-22T22:02:35.704 DEBUG:teuthology.orchestra.run.smithi113:> 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/430e09df97c8fc7dc2b2ae424f68ed11366c540f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T22:02:35.741 INFO:teuthology.orchestra.run.smithi094.stdout:check_obsoletes = 1 2024-04-22T22:02:35.742 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum clean all 2024-04-22T22:02:35.767 DEBUG:teuthology.orchestra.run.smithi178:> 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-22T22:02:35.768 DEBUG:teuthology.orchestra.run.smithi113:> 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-22T22:02:35.840 DEBUG:teuthology.orchestra.run.smithi178:> 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-22T22:02:35.841 DEBUG:teuthology.orchestra.run.smithi113:> 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-22T22:02:35.902 INFO:teuthology.orchestra.run.smithi178.stdout:check_obsoletes = 1 2024-04-22T22:02:35.904 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum clean all 2024-04-22T22:02:35.905 INFO:teuthology.orchestra.run.smithi113.stdout:check_obsoletes = 1 2024-04-22T22:02:35.906 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum clean all 2024-04-22T22:02:35.987 INFO:teuthology.orchestra.run.smithi094.stdout:48 files removed 2024-04-22T22:02:36.016 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-radosgw 2024-04-22T22:02:36.129 INFO:teuthology.orchestra.run.smithi178.stdout:48 files removed 2024-04-22T22:02:36.132 INFO:teuthology.orchestra.run.smithi113.stdout:48 files removed 2024-04-22T22:02:36.156 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install ceph-radosgw 2024-04-22T22:02:36.159 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-radosgw 2024-04-22T22:02:36.802 INFO:teuthology.orchestra.run.smithi178.stdout:ceph packages for x86_64 217 kB/s | 83 kB 00:00 2024-04-22T22:02:37.107 INFO:teuthology.orchestra.run.smithi094.stdout:ceph packages for x86_64 101 kB/s | 83 kB 00:00 2024-04-22T22:02:37.177 INFO:teuthology.orchestra.run.smithi113.stdout:ceph packages for x86_64 110 kB/s | 83 kB 00:00 2024-04-22T22:02:37.475 INFO:teuthology.orchestra.run.smithi178.stdout:ceph noarch packages 18 kB/s | 11 kB 00:00 2024-04-22T22:02:37.711 INFO:teuthology.orchestra.run.smithi113.stdout:ceph noarch packages 23 kB/s | 11 kB 00:00 2024-04-22T22:02:38.056 INFO:teuthology.orchestra.run.smithi094.stdout:ceph noarch packages 13 kB/s | 11 kB 00:00 2024-04-22T22:02:38.177 INFO:teuthology.orchestra.run.smithi178.stdout:ceph source packages 2.8 kB/s | 1.9 kB 00:00 2024-04-22T22:02:38.403 INFO:teuthology.orchestra.run.smithi113.stdout:ceph source packages 2.9 kB/s | 1.9 kB 00:00 2024-04-22T22:02:38.649 INFO:teuthology.orchestra.run.smithi094.stdout:ceph source packages 3.4 kB/s | 1.9 kB 00:00 2024-04-22T22:02:38.718 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.0 MB 00:00 2024-04-22T22:02:39.062 INFO:teuthology.orchestra.run.smithi113.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.0 MB 00:00 2024-04-22T22:02:41.291 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - BaseOS 3.1 MB/s | 8.0 MB 00:02 2024-04-22T22:02:42.769 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 9 - AppStream 6.4 MB/s | 19 MB 00:02 2024-04-22T22:02:43.242 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - AppStream 21 MB/s | 19 MB 00:00 2024-04-22T22:02:44.329 INFO:teuthology.orchestra.run.smithi113.stdout:CentOS Stream 9 - AppStream 4.5 MB/s | 19 MB 00:04 2024-04-22T22:02:47.944 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - CRB 5.3 MB/s | 6.2 MB 00:01 2024-04-22T22:02:48.178 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 9 - CRB 3.9 MB/s | 6.2 MB 00:01 2024-04-22T22:02:48.804 INFO:teuthology.orchestra.run.smithi113.stdout:CentOS Stream 9 - CRB 9.2 MB/s | 6.2 MB 00:00 2024-04-22T22:02:49.511 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - Extras packages 40 kB/s | 16 kB 00:00 2024-04-22T22:02:50.255 INFO:teuthology.orchestra.run.smithi113.stdout:CentOS Stream 9 - Extras packages 53 kB/s | 16 kB 00:00 2024-04-22T22:02:50.746 INFO:teuthology.orchestra.run.smithi094.stdout:Extra Packages for Enterprise Linux 19 MB/s | 21 MB 00:01 2024-04-22T22:02:52.923 INFO:teuthology.orchestra.run.smithi113.stdout:Extra Packages for Enterprise Linux 8.2 MB/s | 21 MB 00:02 2024-04-22T22:02:53.345 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 9 - Extras packages 4.0 kB/s | 16 kB 00:04 2024-04-22T22:02:54.516 INFO:teuthology.orchestra.run.smithi178.stdout:Extra Packages for Enterprise Linux 20 MB/s | 21 MB 00:01 2024-04-22T22:02:56.089 INFO:teuthology.orchestra.run.smithi094.stdout:lab-extras 4.5 kB/s | 1.7 kB 00:00 2024-04-22T22:02:58.156 INFO:teuthology.orchestra.run.smithi113.stdout:lab-extras 16 kB/s | 1.7 kB 00:00 2024-04-22T22:02:58.234 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:02:58.236 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:02:58.236 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T22:02:58.236 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:02:58.236 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:02:58.236 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-radosgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 10 M 2024-04-22T22:02:58.236 INFO:teuthology.orchestra.run.smithi094.stdout:Upgrading: 2024-04-22T22:02:58.237 INFO:teuthology.orchestra.run.smithi094.stdout: librados2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.4 M 2024-04-22T22:02:58.237 INFO:teuthology.orchestra.run.smithi094.stdout: librbd1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T22:02:58.237 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-04-22T22:02:58.237 INFO:teuthology.orchestra.run.smithi094.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T22:02:58.237 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-base x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.4 M 2024-04-22T22:02:58.237 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 21 M 2024-04-22T22:02:58.237 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-selinux x86_64 2:19.0.0-2407.g430e09df.el9 ceph 25 k 2024-04-22T22:02:58.237 INFO:teuthology.orchestra.run.smithi094.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T22:02:58.238 INFO:teuthology.orchestra.run.smithi094.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T22:02:58.238 INFO:teuthology.orchestra.run.smithi094.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T22:02:58.238 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 745 k 2024-04-22T22:02:58.238 INFO:teuthology.orchestra.run.smithi094.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T22:02:58.238 INFO:teuthology.orchestra.run.smithi094.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T22:02:58.238 INFO:teuthology.orchestra.run.smithi094.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T22:02:58.238 INFO:teuthology.orchestra.run.smithi094.stdout: libradosstriper1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 501 k 2024-04-22T22:02:58.238 INFO:teuthology.orchestra.run.smithi094.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T22:02:58.238 INFO:teuthology.orchestra.run.smithi094.stdout: librgw2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.3 M 2024-04-22T22:02:58.238 INFO:teuthology.orchestra.run.smithi094.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T22:02:58.238 INFO:teuthology.orchestra.run.smithi094.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T22:02:58.238 INFO:teuthology.orchestra.run.smithi094.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T22:02:58.238 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-argparse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 45 k 2024-04-22T22:02:58.238 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 133 k 2024-04-22T22:02:58.239 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cephfs x86_64 2:19.0.0-2407.g430e09df.el9 ceph 162 k 2024-04-22T22:02:58.239 INFO:teuthology.orchestra.run.smithi094.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T22:02:58.239 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rados x86_64 2:19.0.0-2407.g430e09df.el9 ceph 321 k 2024-04-22T22:02:58.239 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 299 k 2024-04-22T22:02:58.239 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 99 k 2024-04-22T22:02:58.239 INFO:teuthology.orchestra.run.smithi094.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T22:02:58.239 INFO:teuthology.orchestra.run.smithi094.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T22:02:58.239 INFO:teuthology.orchestra.run.smithi094.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T22:02:58.239 INFO:teuthology.orchestra.run.smithi094.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T22:02:58.239 INFO:teuthology.orchestra.run.smithi094.stdout:Installing weak dependencies: 2024-04-22T22:02:58.239 INFO:teuthology.orchestra.run.smithi094.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T22:02:58.239 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:02:58.239 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:02:58.239 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:02:58.240 INFO:teuthology.orchestra.run.smithi094.stdout:Install 30 Packages 2024-04-22T22:02:58.240 INFO:teuthology.orchestra.run.smithi094.stdout:Upgrade 2 Packages 2024-04-22T22:02:58.240 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:02:58.240 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 60 M 2024-04-22T22:02:58.240 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:02:59.580 INFO:teuthology.orchestra.run.smithi178.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-04-22T22:02:59.623 INFO:teuthology.orchestra.run.smithi094.stdout:(1/32): ceph-base-19.0.0-2407.g430e09df.el9.x86 4.6 MB/s | 5.4 MB 00:01 2024-04-22T22:02:59.707 INFO:teuthology.orchestra.run.smithi094.stdout:(2/32): ceph-selinux-19.0.0-2407.g430e09df.el9. 302 kB/s | 25 kB 00:00 2024-04-22T22:02:59.932 INFO:teuthology.orchestra.run.smithi094.stdout:(3/32): ceph-radosgw-19.0.0-2407.g430e09df.el9. 6.9 MB/s | 10 MB 00:01 2024-04-22T22:02:59.974 INFO:teuthology.orchestra.run.smithi094.stdout:(4/32): libcephfs2-19.0.0-2407.g430e09df.el9.x8 2.7 MB/s | 745 kB 00:00 2024-04-22T22:03:00.033 INFO:teuthology.orchestra.run.smithi094.stdout:(5/32): libradosstriper1-19.0.0-2407.g430e09df. 4.9 MB/s | 501 kB 00:00 2024-04-22T22:03:00.150 INFO:teuthology.orchestra.run.smithi094.stdout:(6/32): python3-ceph-argparse-19.0.0-2407.g430e 387 kB/s | 45 kB 00:00 2024-04-22T22:03:00.242 INFO:teuthology.orchestra.run.smithi094.stdout:(7/32): python3-ceph-common-19.0.0-2407.g430e09 1.4 MB/s | 133 kB 00:00 2024-04-22T22:03:00.297 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T22:03:00.299 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:03:00.299 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2024-04-22T22:03:00.299 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:03:00.299 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2024-04-22T22:03:00.299 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-radosgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 10 M 2024-04-22T22:03:00.299 INFO:teuthology.orchestra.run.smithi113.stdout:Upgrading: 2024-04-22T22:03:00.299 INFO:teuthology.orchestra.run.smithi113.stdout: librados2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.4 M 2024-04-22T22:03:00.299 INFO:teuthology.orchestra.run.smithi113.stdout: librbd1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T22:03:00.299 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2024-04-22T22:03:00.300 INFO:teuthology.orchestra.run.smithi113.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T22:03:00.300 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-base x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.4 M 2024-04-22T22:03:00.300 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 21 M 2024-04-22T22:03:00.300 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-selinux x86_64 2:19.0.0-2407.g430e09df.el9 ceph 25 k 2024-04-22T22:03:00.300 INFO:teuthology.orchestra.run.smithi113.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T22:03:00.300 INFO:teuthology.orchestra.run.smithi113.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T22:03:00.300 INFO:teuthology.orchestra.run.smithi113.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T22:03:00.300 INFO:teuthology.orchestra.run.smithi113.stdout: libcephfs2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 745 k 2024-04-22T22:03:00.300 INFO:teuthology.orchestra.run.smithi113.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T22:03:00.300 INFO:teuthology.orchestra.run.smithi113.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T22:03:00.300 INFO:teuthology.orchestra.run.smithi113.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T22:03:00.300 INFO:teuthology.orchestra.run.smithi113.stdout: libradosstriper1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 501 k 2024-04-22T22:03:00.300 INFO:teuthology.orchestra.run.smithi113.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T22:03:00.300 INFO:teuthology.orchestra.run.smithi113.stdout: librgw2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.3 M 2024-04-22T22:03:00.301 INFO:teuthology.orchestra.run.smithi113.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T22:03:00.301 INFO:teuthology.orchestra.run.smithi113.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T22:03:00.301 INFO:teuthology.orchestra.run.smithi113.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T22:03:00.301 INFO:teuthology.orchestra.run.smithi113.stdout: python3-ceph-argparse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 45 k 2024-04-22T22:03:00.301 INFO:teuthology.orchestra.run.smithi113.stdout: python3-ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 133 k 2024-04-22T22:03:00.301 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cephfs x86_64 2:19.0.0-2407.g430e09df.el9 ceph 162 k 2024-04-22T22:03:00.301 INFO:teuthology.orchestra.run.smithi113.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T22:03:00.301 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rados x86_64 2:19.0.0-2407.g430e09df.el9 ceph 321 k 2024-04-22T22:03:00.301 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 299 k 2024-04-22T22:03:00.301 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 99 k 2024-04-22T22:03:00.301 INFO:teuthology.orchestra.run.smithi113.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T22:03:00.301 INFO:teuthology.orchestra.run.smithi113.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T22:03:00.302 INFO:teuthology.orchestra.run.smithi113.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T22:03:00.302 INFO:teuthology.orchestra.run.smithi113.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T22:03:00.302 INFO:teuthology.orchestra.run.smithi113.stdout:Installing weak dependencies: 2024-04-22T22:03:00.302 INFO:teuthology.orchestra.run.smithi113.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T22:03:00.302 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:03:00.302 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2024-04-22T22:03:00.302 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:03:00.302 INFO:teuthology.orchestra.run.smithi113.stdout:Install 30 Packages 2024-04-22T22:03:00.302 INFO:teuthology.orchestra.run.smithi113.stdout:Upgrade 2 Packages 2024-04-22T22:03:00.302 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:03:00.303 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 60 M 2024-04-22T22:03:00.303 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2024-04-22T22:03:00.342 INFO:teuthology.orchestra.run.smithi094.stdout:(8/32): python3-cephfs-19.0.0-2407.g430e09df.el 1.6 MB/s | 162 kB 00:00 2024-04-22T22:03:00.584 INFO:teuthology.orchestra.run.smithi094.stdout:(9/32): ceph-common-19.0.0-2407.g430e09df.el9.x 9.9 MB/s | 21 MB 00:02 2024-04-22T22:03:00.610 INFO:teuthology.orchestra.run.smithi094.stdout:(10/32): python3-rados-19.0.0-2407.g430e09df.el 1.2 MB/s | 321 kB 00:00 2024-04-22T22:03:00.685 INFO:teuthology.orchestra.run.smithi094.stdout:(11/32): librgw2-19.0.0-2407.g430e09df.el9.x86_ 7.5 MB/s | 5.3 MB 00:00 2024-04-22T22:03:00.710 INFO:teuthology.orchestra.run.smithi094.stdout:(12/32): python3-rgw-19.0.0-2407.g430e09df.el9. 992 kB/s | 99 kB 00:00 2024-04-22T22:03:00.736 INFO:teuthology.orchestra.run.smithi094.stdout:(13/32): python3-rbd-19.0.0-2407.g430e09df.el9. 1.9 MB/s | 299 kB 00:00 2024-04-22T22:03:00.928 INFO:teuthology.orchestra.run.smithi094.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 236 kB/s | 45 kB 00:00 2024-04-22T22:03:00.953 INFO:teuthology.orchestra.run.smithi094.stdout:(15/32): boost-program-options-1.75.0-8.el9.x86 400 kB/s | 107 kB 00:00 2024-04-22T22:03:00.978 INFO:teuthology.orchestra.run.smithi094.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 598 kB/s | 160 kB 00:00 2024-04-22T22:03:01.037 INFO:teuthology.orchestra.run.smithi094.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 723 kB/s | 42 kB 00:00 2024-04-22T22:03:01.162 INFO:teuthology.orchestra.run.smithi094.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.7 MB/s | 221 kB 00:00 2024-04-22T22:03:01.204 INFO:teuthology.orchestra.run.smithi094.stdout:(19/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.1 MB/s | 292 kB 00:00 2024-04-22T22:03:01.221 INFO:teuthology.orchestra.run.smithi094.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 608 kB/s | 36 kB 00:00 2024-04-22T22:03:01.255 INFO:teuthology.orchestra.run.smithi094.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 945 kB/s | 47 kB 00:00 2024-04-22T22:03:01.289 INFO:teuthology.orchestra.run.smithi094.stdout:(22/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.8 MB/s | 662 kB 00:00 2024-04-22T22:03:01.364 INFO:teuthology.orchestra.run.smithi094.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 347 kB/s | 26 kB 00:00 2024-04-22T22:03:01.389 INFO:teuthology.orchestra.run.smithi094.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.8 MB/s | 309 kB 00:00 2024-04-22T22:03:01.414 INFO:teuthology.orchestra.run.smithi094.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 968 kB/s | 49 kB 00:00 2024-04-22T22:03:01.431 INFO:teuthology.orchestra.run.smithi094.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.6 MB/s | 67 kB 00:00 2024-04-22T22:03:01.482 INFO:teuthology.orchestra.run.smithi094.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 3.7 MB/s | 192 kB 00:00 2024-04-22T22:03:01.549 INFO:teuthology.orchestra.run.smithi094.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 15 MB/s | 4.4 MB 00:00 2024-04-22T22:03:01.582 INFO:teuthology.orchestra.run.smithi094.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 4.9 MB/s | 838 kB 00:00 2024-04-22T22:03:01.641 INFO:teuthology.orchestra.run.smithi094.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 10 MB/s | 1.6 MB 00:00 2024-04-22T22:03:01.723 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T22:03:01.726 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:03:01.726 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repository Size 2024-04-22T22:03:01.726 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:03:01.726 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-04-22T22:03:01.726 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-radosgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 10 M 2024-04-22T22:03:01.726 INFO:teuthology.orchestra.run.smithi178.stdout:Upgrading: 2024-04-22T22:03:01.726 INFO:teuthology.orchestra.run.smithi178.stdout: librados2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.4 M 2024-04-22T22:03:01.727 INFO:teuthology.orchestra.run.smithi178.stdout: librbd1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T22:03:01.727 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2024-04-22T22:03:01.727 INFO:teuthology.orchestra.run.smithi178.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T22:03:01.727 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-base x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.4 M 2024-04-22T22:03:01.727 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 21 M 2024-04-22T22:03:01.727 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-selinux x86_64 2:19.0.0-2407.g430e09df.el9 ceph 25 k 2024-04-22T22:03:01.727 INFO:teuthology.orchestra.run.smithi178.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T22:03:01.727 INFO:teuthology.orchestra.run.smithi178.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T22:03:01.727 INFO:teuthology.orchestra.run.smithi178.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T22:03:01.727 INFO:teuthology.orchestra.run.smithi178.stdout: libcephfs2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 745 k 2024-04-22T22:03:01.727 INFO:teuthology.orchestra.run.smithi178.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T22:03:01.727 INFO:teuthology.orchestra.run.smithi178.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T22:03:01.727 INFO:teuthology.orchestra.run.smithi178.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T22:03:01.727 INFO:teuthology.orchestra.run.smithi178.stdout: libradosstriper1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 501 k 2024-04-22T22:03:01.728 INFO:teuthology.orchestra.run.smithi178.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T22:03:01.728 INFO:teuthology.orchestra.run.smithi178.stdout: librgw2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.3 M 2024-04-22T22:03:01.728 INFO:teuthology.orchestra.run.smithi178.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T22:03:01.728 INFO:teuthology.orchestra.run.smithi178.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T22:03:01.728 INFO:teuthology.orchestra.run.smithi178.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T22:03:01.728 INFO:teuthology.orchestra.run.smithi178.stdout: python3-ceph-argparse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 45 k 2024-04-22T22:03:01.728 INFO:teuthology.orchestra.run.smithi178.stdout: python3-ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 133 k 2024-04-22T22:03:01.728 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cephfs x86_64 2:19.0.0-2407.g430e09df.el9 ceph 162 k 2024-04-22T22:03:01.728 INFO:teuthology.orchestra.run.smithi178.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T22:03:01.728 INFO:teuthology.orchestra.run.smithi178.stdout: python3-rados x86_64 2:19.0.0-2407.g430e09df.el9 ceph 321 k 2024-04-22T22:03:01.728 INFO:teuthology.orchestra.run.smithi178.stdout: python3-rbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 299 k 2024-04-22T22:03:01.728 INFO:teuthology.orchestra.run.smithi178.stdout: python3-rgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 99 k 2024-04-22T22:03:01.728 INFO:teuthology.orchestra.run.smithi178.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T22:03:01.728 INFO:teuthology.orchestra.run.smithi178.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T22:03:01.728 INFO:teuthology.orchestra.run.smithi178.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T22:03:01.729 INFO:teuthology.orchestra.run.smithi178.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T22:03:01.729 INFO:teuthology.orchestra.run.smithi178.stdout:Installing weak dependencies: 2024-04-22T22:03:01.729 INFO:teuthology.orchestra.run.smithi178.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T22:03:01.729 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:03:01.729 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-04-22T22:03:01.729 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:03:01.729 INFO:teuthology.orchestra.run.smithi178.stdout:Install 30 Packages 2024-04-22T22:03:01.729 INFO:teuthology.orchestra.run.smithi178.stdout:Upgrade 2 Packages 2024-04-22T22:03:01.729 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:03:01.731 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 60 M 2024-04-22T22:03:01.731 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-04-22T22:03:03.166 INFO:teuthology.orchestra.run.smithi094.stdout:(31/32): librbd1-19.0.0-2407.g430e09df.el9.x86_ 2.0 MB/s | 3.1 MB 00:01 2024-04-22T22:03:03.433 INFO:teuthology.orchestra.run.smithi094.stdout:(32/32): librados2-19.0.0-2407.g430e09df.el9.x8 1.8 MB/s | 3.4 MB 00:01 2024-04-22T22:03:03.435 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:03:03.435 INFO:teuthology.orchestra.run.smithi094.stdout:Total 11 MB/s | 60 MB 00:05 2024-04-22T22:03:03.528 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:03:03.563 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:03:03.563 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:03:04.029 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:03:04.029 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:03:04.307 INFO:teuthology.orchestra.run.smithi113.stdout:(1/32): ceph-radosgw-19.0.0-2407.g430e09df.el9. 2.8 MB/s | 10 MB 00:03 2024-04-22T22:03:04.407 INFO:teuthology.orchestra.run.smithi113.stdout:(2/32): ceph-selinux-19.0.0-2407.g430e09df.el9. 252 kB/s | 25 kB 00:00 2024-04-22T22:03:04.865 INFO:teuthology.orchestra.run.smithi113.stdout:(3/32): libcephfs2-19.0.0-2407.g430e09df.el9.x8 1.6 MB/s | 745 kB 00:00 2024-04-22T22:03:04.955 INFO:teuthology.orchestra.run.smithi178.stdout:(1/32): ceph-radosgw-19.0.0-2407.g430e09df.el9. 3.7 MB/s | 10 MB 00:02 2024-04-22T22:03:05.065 INFO:teuthology.orchestra.run.smithi113.stdout:(4/32): libradosstriper1-19.0.0-2407.g430e09df. 2.4 MB/s | 501 kB 00:00 2024-04-22T22:03:05.181 INFO:teuthology.orchestra.run.smithi178.stdout:(2/32): ceph-common-19.0.0-2407.g430e09df.el9.x 7.0 MB/s | 21 MB 00:03 2024-04-22T22:03:05.206 INFO:teuthology.orchestra.run.smithi178.stdout:(3/32): ceph-selinux-19.0.0-2407.g430e09df.el9. 101 kB/s | 25 kB 00:00 2024-04-22T22:03:05.298 INFO:teuthology.orchestra.run.smithi178.stdout:(4/32): libcephfs2-19.0.0-2407.g430e09df.el9.x8 6.2 MB/s | 745 kB 00:00 2024-04-22T22:03:05.390 INFO:teuthology.orchestra.run.smithi178.stdout:(5/32): libradosstriper1-19.0.0-2407.g430e09df. 2.7 MB/s | 501 kB 00:00 2024-04-22T22:03:05.506 INFO:teuthology.orchestra.run.smithi178.stdout:(6/32): python3-ceph-argparse-19.0.0-2407.g430e 386 kB/s | 45 kB 00:00 2024-04-22T22:03:05.532 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:03:05.617 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T22:03:05.623 INFO:teuthology.orchestra.run.smithi178.stdout:(7/32): python3-ceph-common-19.0.0-2407.g430e09 1.1 MB/s | 133 kB 00:00 2024-04-22T22:03:05.647 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T22:03:05.672 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T22:03:05.696 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T22:03:05.719 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T22:03:05.740 INFO:teuthology.orchestra.run.smithi178.stdout:(8/32): python3-cephfs-19.0.0-2407.g430e09df.el 1.4 MB/s | 162 kB 00:00 2024-04-22T22:03:05.887 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T22:03:05.899 INFO:teuthology.orchestra.run.smithi178.stdout:(9/32): librgw2-19.0.0-2407.g430e09df.el9.x86_6 8.8 MB/s | 5.3 MB 00:00 2024-04-22T22:03:05.924 INFO:teuthology.orchestra.run.smithi178.stdout:(10/32): python3-rados-19.0.0-2407.g430e09df.el 1.7 MB/s | 321 kB 00:00 2024-04-22T22:03:05.941 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T22:03:05.974 INFO:teuthology.orchestra.run.smithi178.stdout:(11/32): python3-rbd-19.0.0-2407.g430e09df.el9. 3.9 MB/s | 299 kB 00:00 2024-04-22T22:03:06.000 INFO:teuthology.orchestra.run.smithi178.stdout:(12/32): python3-rgw-19.0.0-2407.g430e09df.el9. 1.3 MB/s | 99 kB 00:00 2024-04-22T22:03:06.066 INFO:teuthology.orchestra.run.smithi113.stdout:(5/32): ceph-common-19.0.0-2407.g430e09df.el9.x 3.8 MB/s | 21 MB 00:05 2024-04-22T22:03:06.141 INFO:teuthology.orchestra.run.smithi113.stdout:(6/32): ceph-base-19.0.0-2407.g430e09df.el9.x86 991 kB/s | 5.4 MB 00:05 2024-04-22T22:03:06.166 INFO:teuthology.orchestra.run.smithi113.stdout:(7/32): python3-ceph-argparse-19.0.0-2407.g430e 452 kB/s | 45 kB 00:00 2024-04-22T22:03:06.258 INFO:teuthology.orchestra.run.smithi113.stdout:(8/32): python3-cephfs-19.0.0-2407.g430e09df.el 1.7 MB/s | 162 kB 00:00 2024-04-22T22:03:06.260 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T22:03:06.350 INFO:teuthology.orchestra.run.smithi113.stdout:(9/32): python3-ceph-common-19.0.0-2407.g430e09 638 kB/s | 133 kB 00:00 2024-04-22T22:03:06.375 INFO:teuthology.orchestra.run.smithi094.stdout: Upgrading : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:03:06.375 INFO:teuthology.orchestra.run.smithi113.stdout:(10/32): python3-rados-19.0.0-2407.g430e09df.el 2.7 MB/s | 321 kB 00:00 2024-04-22T22:03:06.450 INFO:teuthology.orchestra.run.smithi113.stdout:(11/32): python3-rgw-19.0.0-2407.g430e09df.el9. 1.3 MB/s | 99 kB 00:00 2024-04-22T22:03:06.466 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:03:06.553 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 8/34 2024-04-22T22:03:06.559 INFO:teuthology.orchestra.run.smithi113.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 988 kB/s | 107 kB 00:00 2024-04-22T22:03:06.577 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T22:03:06.622 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T22:03:06.626 INFO:teuthology.orchestra.run.smithi113.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.4 MB/s | 160 kB 00:00 2024-04-22T22:03:06.651 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T22:03:06.668 INFO:teuthology.orchestra.run.smithi113.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.1 MB/s | 45 kB 00:00 2024-04-22T22:03:06.686 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 11/34 2024-04-22T22:03:06.718 INFO:teuthology.orchestra.run.smithi113.stdout:(15/32): python3-rbd-19.0.0-2407.g430e09df.el9. 811 kB/s | 299 kB 00:00 2024-04-22T22:03:06.744 INFO:teuthology.orchestra.run.smithi113.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 8.6 MB/s | 662 kB 00:00 2024-04-22T22:03:06.755 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T22:03:06.777 INFO:teuthology.orchestra.run.smithi113.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 1.2 MB/s | 42 kB 00:00 2024-04-22T22:03:06.788 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T22:03:06.792 INFO:teuthology.orchestra.run.smithi178.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 131 kB/s | 107 kB 00:00 2024-04-22T22:03:06.819 INFO:teuthology.orchestra.run.smithi113.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 5.2 MB/s | 221 kB 00:00 2024-04-22T22:03:06.852 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T22:03:06.853 INFO:teuthology.orchestra.run.smithi113.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 1.1 MB/s | 36 kB 00:00 2024-04-22T22:03:06.867 INFO:teuthology.orchestra.run.smithi178.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 185 kB/s | 160 kB 00:00 2024-04-22T22:03:06.886 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T22:03:06.895 INFO:teuthology.orchestra.run.smithi113.stdout:(20/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.6 MB/s | 292 kB 00:00 2024-04-22T22:03:06.912 INFO:teuthology.orchestra.run.smithi113.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 809 kB/s | 47 kB 00:00 2024-04-22T22:03:06.993 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T22:03:07.028 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T22:03:07.069 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T22:03:07.095 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T22:03:07.124 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T22:03:07.137 INFO:teuthology.orchestra.run.smithi113.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.2 MB/s | 309 kB 00:00 2024-04-22T22:03:07.156 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T22:03:07.204 INFO:teuthology.orchestra.run.smithi113.stdout:(23/32): librgw2-19.0.0-2407.g430e09df.el9.x86_ 2.5 MB/s | 5.3 MB 00:02 2024-04-22T22:03:07.229 INFO:teuthology.orchestra.run.smithi113.stdout:(24/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 283 kB/s | 26 kB 00:00 2024-04-22T22:03:07.296 INFO:teuthology.orchestra.run.smithi113.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.6 MB/s | 67 kB 00:00 2024-04-22T22:03:07.300 INFO:teuthology.orchestra.run.smithi178.stdout:(15/32): ceph-base-19.0.0-2407.g430e09df.el9.x8 1.0 MB/s | 5.4 MB 00:05 2024-04-22T22:03:07.388 INFO:teuthology.orchestra.run.smithi113.stdout:(26/32): libarrow-9.0.0-10.el9.x86_64.rpm 9.3 MB/s | 4.4 MB 00:00 2024-04-22T22:03:07.413 INFO:teuthology.orchestra.run.smithi113.stdout:(27/32): liboath-2.6.7-2.el9.x86_64.rpm 232 kB/s | 49 kB 00:00 2024-04-22T22:03:07.434 INFO:teuthology.orchestra.run.smithi178.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 70 kB/s | 45 kB 00:00 2024-04-22T22:03:07.438 INFO:teuthology.orchestra.run.smithi113.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 3.7 MB/s | 192 kB 00:00 2024-04-22T22:03:07.464 INFO:teuthology.orchestra.run.smithi113.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 4.9 MB/s | 838 kB 00:00 2024-04-22T22:03:07.468 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T22:03:07.511 INFO:teuthology.orchestra.run.smithi094.stdout: Upgrading : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T22:03:07.572 INFO:teuthology.orchestra.run.smithi113.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 10 MB/s | 1.6 MB 00:00 2024-04-22T22:03:07.584 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T22:03:07.616 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 23/34 2024-04-22T22:03:07.660 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T22:03:07.914 INFO:teuthology.orchestra.run.smithi113.stdout:(31/32): librbd1-19.0.0-2407.g430e09df.el9.x86_ 7.0 MB/s | 3.1 MB 00:00 2024-04-22T22:03:08.109 INFO:teuthology.orchestra.run.smithi178.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 63 kB/s | 42 kB 00:00 2024-04-22T22:03:08.133 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T22:03:08.164 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T22:03:08.235 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T22:03:08.304 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 27/34 2024-04-22T22:03:08.326 INFO:teuthology.orchestra.run.smithi178.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 285 kB/s | 292 kB 00:01 2024-04-22T22:03:08.333 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 28/34 2024-04-22T22:03:08.410 INFO:teuthology.orchestra.run.smithi178.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 430 kB/s | 662 kB 00:01 2024-04-22T22:03:08.952 INFO:teuthology.orchestra.run.smithi178.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 57 kB/s | 36 kB 00:00 2024-04-22T22:03:09.044 INFO:teuthology.orchestra.run.smithi178.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 75 kB/s | 47 kB 00:00 2024-04-22T22:03:09.069 INFO:teuthology.orchestra.run.smithi178.stdout:(22/32): qatlib-24.02.0-1.el9.x86_64.rpm 230 kB/s | 221 kB 00:00 2024-04-22T22:03:09.102 INFO:teuthology.orchestra.run.smithi178.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 2.0 MB/s | 309 kB 00:00 2024-04-22T22:03:09.138 INFO:teuthology.orchestra.run.smithi178.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 1.4 MB/s | 49 kB 00:00 2024-04-22T22:03:09.161 INFO:teuthology.orchestra.run.smithi178.stdout:(25/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 282 kB/s | 26 kB 00:00 2024-04-22T22:03:09.186 INFO:teuthology.orchestra.run.smithi178.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-04-22T22:03:09.262 INFO:teuthology.orchestra.run.smithi178.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.5 MB/s | 192 kB 00:00 2024-04-22T22:03:09.470 INFO:teuthology.orchestra.run.smithi178.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.7 MB/s | 838 kB 00:00 2024-04-22T22:03:09.523 INFO:teuthology.orchestra.run.smithi113.stdout:(32/32): librados2-19.0.0-2407.g430e09df.el9.x8 1.6 MB/s | 3.4 MB 00:02 2024-04-22T22:03:09.529 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:03:09.529 INFO:teuthology.orchestra.run.smithi113.stdout:Total 6.5 MB/s | 60 MB 00:09 2024-04-22T22:03:09.562 INFO:teuthology.orchestra.run.smithi178.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 5.3 MB/s | 1.6 MB 00:00 2024-04-22T22:03:09.627 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2024-04-22T22:03:09.663 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2024-04-22T22:03:09.663 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2024-04-22T22:03:09.704 INFO:teuthology.orchestra.run.smithi178.stdout:(30/32): libarrow-9.0.0-10.el9.x86_64.rpm 6.7 MB/s | 4.4 MB 00:00 2024-04-22T22:03:10.126 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2024-04-22T22:03:10.126 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2024-04-22T22:03:10.321 INFO:teuthology.orchestra.run.smithi178.stdout:(31/32): librbd1-19.0.0-2407.g430e09df.el9.x86_ 4.1 MB/s | 3.1 MB 00:00 2024-04-22T22:03:10.615 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:03:10.656 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:03:10.833 INFO:teuthology.orchestra.run.smithi178.stdout:(32/32): librados2-19.0.0-2407.g430e09df.el9.x8 2.5 MB/s | 3.4 MB 00:01 2024-04-22T22:03:10.836 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:03:10.836 INFO:teuthology.orchestra.run.smithi178.stdout:Total 6.6 MB/s | 60 MB 00:09 2024-04-22T22:03:10.937 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-04-22T22:03:10.974 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-04-22T22:03:10.974 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-04-22T22:03:11.195 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:03:11.294 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T22:03:11.385 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T22:03:11.386 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T22:03:11.386 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T22:03:11.386 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:11.412 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:03:11.441 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-04-22T22:03:11.442 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-04-22T22:03:11.554 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2024-04-22T22:03:11.640 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T22:03:11.669 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T22:03:11.695 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T22:03:11.717 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T22:03:11.743 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T22:03:11.901 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T22:03:11.955 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T22:03:12.286 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T22:03:12.396 INFO:teuthology.orchestra.run.smithi113.stdout: Upgrading : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:03:12.481 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:03:12.570 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 8/34 2024-04-22T22:03:12.598 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T22:03:12.660 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T22:03:12.690 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T22:03:12.733 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 11/34 2024-04-22T22:03:12.818 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T22:03:12.859 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T22:03:12.885 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-04-22T22:03:12.922 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T22:03:12.957 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T22:03:12.972 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T22:03:13.009 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T22:03:13.034 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T22:03:13.066 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T22:03:13.067 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T22:03:13.085 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T22:03:13.099 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T22:03:13.139 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T22:03:13.164 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T22:03:13.194 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T22:03:13.227 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T22:03:13.289 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T22:03:13.362 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T22:03:13.530 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T22:03:13.573 INFO:teuthology.orchestra.run.smithi113.stdout: Upgrading : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T22:03:13.671 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T22:03:13.710 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 23/34 2024-04-22T22:03:13.746 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T22:03:13.755 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T22:03:13.812 INFO:teuthology.orchestra.run.smithi178.stdout: Upgrading : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:03:13.895 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:03:13.984 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 8/34 2024-04-22T22:03:14.013 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T22:03:14.076 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T22:03:14.104 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T22:03:14.148 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 11/34 2024-04-22T22:03:14.218 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T22:03:14.218 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T22:03:14.241 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T22:03:14.242 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T22:03:14.305 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T22:03:14.313 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T22:03:14.339 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T22:03:14.382 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 27/34 2024-04-22T22:03:14.411 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 28/34 2024-04-22T22:03:14.448 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T22:03:14.504 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T22:03:14.546 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T22:03:14.572 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T22:03:14.601 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T22:03:14.633 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T22:03:14.944 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T22:03:14.988 INFO:teuthology.orchestra.run.smithi178.stdout: Upgrading : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T22:03:15.078 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T22:03:15.109 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 23/34 2024-04-22T22:03:15.145 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T22:03:15.613 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T22:03:15.640 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T22:03:15.720 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T22:03:15.797 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 27/34 2024-04-22T22:03:15.835 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 28/34 2024-04-22T22:03:16.642 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:03:16.782 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:03:17.322 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:03:17.404 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T22:03:17.493 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T22:03:17.494 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T22:03:17.494 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T22:03:17.494 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:03:17.520 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:03:18.113 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:03:18.155 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:03:18.693 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:03:18.726 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T22:03:18.814 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T22:03:18.815 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T22:03:18.815 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T22:03:18.815 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:03:18.843 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:03:20.963 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:03:20.963 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /sys 2024-04-22T22:03:20.963 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /proc 2024-04-22T22:03:20.963 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /mnt 2024-04-22T22:03:20.964 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /var/tmp 2024-04-22T22:03:20.964 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /home 2024-04-22T22:03:20.964 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /root 2024-04-22T22:03:20.964 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /tmp 2024-04-22T22:03:20.964 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:21.926 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T22:03:21.951 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T22:03:21.951 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:03:21.951 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T22:03:21.951 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T22:03:21.952 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T22:03:21.952 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:21.953 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T22:03:22.038 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T22:03:22.038 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:03:23.149 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:03:23.150 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 1/34 2024-04-22T22:03:23.150 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2/34 2024-04-22T22:03:23.150 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 3/34 2024-04-22T22:03:23.150 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 4/34 2024-04-22T22:03:23.150 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 5/34 2024-04-22T22:03:23.150 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 6/34 2024-04-22T22:03:23.150 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:03:23.150 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 8/34 2024-04-22T22:03:23.150 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 9/34 2024-04-22T22:03:23.150 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 10/34 2024-04-22T22:03:23.150 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 11/34 2024-04-22T22:03:23.150 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T22:03:23.151 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 13/34 2024-04-22T22:03:23.151 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T22:03:23.151 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T22:03:23.151 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T22:03:23.151 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T22:03:23.151 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T22:03:23.151 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T22:03:23.151 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T22:03:23.151 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T22:03:23.151 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T22:03:23.151 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T22:03:23.151 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T22:03:23.151 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T22:03:23.152 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T22:03:23.152 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T22:03:23.152 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T22:03:23.153 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T22:03:23.153 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T22:03:23.153 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:03:23.153 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T22:03:23.153 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 33/34 2024-04-22T22:03:24.097 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:03:24.097 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:24.098 INFO:teuthology.orchestra.run.smithi094.stdout:Upgraded: 2024-04-22T22:03:24.098 INFO:teuthology.orchestra.run.smithi094.stdout: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:24.098 INFO:teuthology.orchestra.run.smithi094.stdout: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:24.098 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:03:24.098 INFO:teuthology.orchestra.run.smithi094.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T22:03:24.098 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:24.098 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:24.098 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:24.098 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:24.098 INFO:teuthology.orchestra.run.smithi094.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T22:03:24.098 INFO:teuthology.orchestra.run.smithi094.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T22:03:24.098 INFO:teuthology.orchestra.run.smithi094.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T22:03:24.098 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:24.098 INFO:teuthology.orchestra.run.smithi094.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T22:03:24.099 INFO:teuthology.orchestra.run.smithi094.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T22:03:24.099 INFO:teuthology.orchestra.run.smithi094.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T22:03:24.099 INFO:teuthology.orchestra.run.smithi094.stdout: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:24.099 INFO:teuthology.orchestra.run.smithi094.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T22:03:24.099 INFO:teuthology.orchestra.run.smithi094.stdout: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:24.099 INFO:teuthology.orchestra.run.smithi094.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T22:03:24.099 INFO:teuthology.orchestra.run.smithi094.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T22:03:24.099 INFO:teuthology.orchestra.run.smithi094.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T22:03:24.099 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:24.099 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:24.099 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:24.100 INFO:teuthology.orchestra.run.smithi094.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T22:03:24.100 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:24.100 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:24.100 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:24.100 INFO:teuthology.orchestra.run.smithi094.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T22:03:24.100 INFO:teuthology.orchestra.run.smithi094.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T22:03:24.100 INFO:teuthology.orchestra.run.smithi094.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T22:03:24.100 INFO:teuthology.orchestra.run.smithi094.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T22:03:24.100 INFO:teuthology.orchestra.run.smithi094.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T22:03:24.100 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:24.100 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:03:24.424 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-test 2024-04-22T22:03:24.937 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:28 ago on Mon 22 Apr 2024 10:02:56 PM UTC. 2024-04-22T22:03:25.056 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:03:25.057 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:03:25.057 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T22:03:25.057 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:03:25.057 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:03:25.057 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-test x86_64 2:19.0.0-2407.g430e09df.el9 ceph 48 M 2024-04-22T22:03:25.057 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-04-22T22:03:25.057 INFO:teuthology.orchestra.run.smithi094.stdout: libcephsqlite x86_64 2:19.0.0-2407.g430e09df.el9 ceph 164 k 2024-04-22T22:03:25.058 INFO:teuthology.orchestra.run.smithi094.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T22:03:25.058 INFO:teuthology.orchestra.run.smithi094.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T22:03:25.058 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:25.058 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:03:25.058 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:03:25.058 INFO:teuthology.orchestra.run.smithi094.stdout:Install 4 Packages 2024-04-22T22:03:25.058 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:25.059 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 49 M 2024-04-22T22:03:25.059 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 207 M 2024-04-22T22:03:25.059 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:03:25.371 INFO:teuthology.orchestra.run.smithi094.stdout:(1/4): libcephsqlite-19.0.0-2407.g430e09df.el9. 684 kB/s | 164 kB 00:00 2024-04-22T22:03:25.397 INFO:teuthology.orchestra.run.smithi094.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.1 MB/s | 305 kB 00:00 2024-04-22T22:03:25.547 INFO:teuthology.orchestra.run.smithi094.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 364 kB/s | 64 kB 00:00 2024-04-22T22:03:26.982 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:03:26.982 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /sys 2024-04-22T22:03:26.982 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /proc 2024-04-22T22:03:26.982 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /mnt 2024-04-22T22:03:26.982 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /var/tmp 2024-04-22T22:03:26.982 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /home 2024-04-22T22:03:26.982 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /root 2024-04-22T22:03:26.982 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /tmp 2024-04-22T22:03:26.982 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:03:27.639 INFO:teuthology.orchestra.run.smithi094.stdout:(4/4): ceph-test-19.0.0-2407.g430e09df.el9.x86_ 19 MB/s | 48 MB 00:02 2024-04-22T22:03:27.641 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:03:27.641 INFO:teuthology.orchestra.run.smithi094.stdout:Total 19 MB/s | 49 MB 00:02 2024-04-22T22:03:27.667 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:03:27.687 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:03:27.687 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:03:27.929 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T22:03:27.953 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T22:03:27.953 INFO:teuthology.orchestra.run.smithi113.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:03:27.953 INFO:teuthology.orchestra.run.smithi113.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T22:03:27.953 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T22:03:27.953 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T22:03:27.953 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:03:27.956 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T22:03:28.040 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T22:03:28.040 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:03:28.053 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:03:28.054 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:03:28.255 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:03:28.256 INFO:teuthology.orchestra.run.smithi178.stdout:skipping the directory /sys 2024-04-22T22:03:28.256 INFO:teuthology.orchestra.run.smithi178.stdout:skipping the directory /proc 2024-04-22T22:03:28.256 INFO:teuthology.orchestra.run.smithi178.stdout:skipping the directory /mnt 2024-04-22T22:03:28.256 INFO:teuthology.orchestra.run.smithi178.stdout:skipping the directory /var/tmp 2024-04-22T22:03:28.256 INFO:teuthology.orchestra.run.smithi178.stdout:skipping the directory /home 2024-04-22T22:03:28.256 INFO:teuthology.orchestra.run.smithi178.stdout:skipping the directory /root 2024-04-22T22:03:28.256 INFO:teuthology.orchestra.run.smithi178.stdout:skipping the directory /tmp 2024-04-22T22:03:28.256 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:03:28.576 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:03:28.640 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T22:03:28.680 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T22:03:28.707 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T22:03:29.209 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:03:29.209 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 1/34 2024-04-22T22:03:29.209 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2/34 2024-04-22T22:03:29.209 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 3/34 2024-04-22T22:03:29.209 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 4/34 2024-04-22T22:03:29.210 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 5/34 2024-04-22T22:03:29.210 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 6/34 2024-04-22T22:03:29.210 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:03:29.210 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 8/34 2024-04-22T22:03:29.210 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 9/34 2024-04-22T22:03:29.210 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 10/34 2024-04-22T22:03:29.210 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 11/34 2024-04-22T22:03:29.210 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T22:03:29.210 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 13/34 2024-04-22T22:03:29.210 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T22:03:29.210 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T22:03:29.210 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T22:03:29.210 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T22:03:29.211 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T22:03:29.211 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T22:03:29.211 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T22:03:29.211 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T22:03:29.211 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T22:03:29.211 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T22:03:29.211 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T22:03:29.211 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T22:03:29.211 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T22:03:29.211 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T22:03:29.211 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T22:03:29.211 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T22:03:29.211 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T22:03:29.211 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:03:29.211 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T22:03:29.212 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 33/34 2024-04-22T22:03:29.217 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T22:03:29.244 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T22:03:29.245 INFO:teuthology.orchestra.run.smithi178.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:03:29.245 INFO:teuthology.orchestra.run.smithi178.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T22:03:29.245 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T22:03:29.245 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T22:03:29.245 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:03:29.246 INFO:teuthology.orchestra.run.smithi178.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T22:03:29.320 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T22:03:29.320 INFO:teuthology.orchestra.run.smithi178.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:03:29.975 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:03:29.976 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:03:29.976 INFO:teuthology.orchestra.run.smithi113.stdout:Upgraded: 2024-04-22T22:03:29.976 INFO:teuthology.orchestra.run.smithi113.stdout: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:29.976 INFO:teuthology.orchestra.run.smithi113.stdout: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:29.976 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2024-04-22T22:03:29.976 INFO:teuthology.orchestra.run.smithi113.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T22:03:29.976 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:29.976 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:29.976 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:29.976 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:29.976 INFO:teuthology.orchestra.run.smithi113.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T22:03:29.976 INFO:teuthology.orchestra.run.smithi113.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T22:03:29.977 INFO:teuthology.orchestra.run.smithi113.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T22:03:29.977 INFO:teuthology.orchestra.run.smithi113.stdout: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:29.977 INFO:teuthology.orchestra.run.smithi113.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T22:03:29.977 INFO:teuthology.orchestra.run.smithi113.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T22:03:29.977 INFO:teuthology.orchestra.run.smithi113.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T22:03:29.977 INFO:teuthology.orchestra.run.smithi113.stdout: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:29.977 INFO:teuthology.orchestra.run.smithi113.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T22:03:29.977 INFO:teuthology.orchestra.run.smithi113.stdout: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:29.977 INFO:teuthology.orchestra.run.smithi113.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T22:03:29.977 INFO:teuthology.orchestra.run.smithi113.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T22:03:29.977 INFO:teuthology.orchestra.run.smithi113.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T22:03:29.977 INFO:teuthology.orchestra.run.smithi113.stdout: python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:29.977 INFO:teuthology.orchestra.run.smithi113.stdout: python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:29.977 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:29.978 INFO:teuthology.orchestra.run.smithi113.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T22:03:29.978 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:29.978 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:29.978 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:29.978 INFO:teuthology.orchestra.run.smithi113.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T22:03:29.978 INFO:teuthology.orchestra.run.smithi113.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T22:03:29.978 INFO:teuthology.orchestra.run.smithi113.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T22:03:29.978 INFO:teuthology.orchestra.run.smithi113.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T22:03:29.978 INFO:teuthology.orchestra.run.smithi113.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T22:03:29.978 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:03:29.978 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T22:03:30.279 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-test 2024-04-22T22:03:30.519 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:03:30.519 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 1/34 2024-04-22T22:03:30.519 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2/34 2024-04-22T22:03:30.519 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 3/34 2024-04-22T22:03:30.519 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 4/34 2024-04-22T22:03:30.519 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 5/34 2024-04-22T22:03:30.519 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 6/34 2024-04-22T22:03:30.519 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:03:30.519 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 8/34 2024-04-22T22:03:30.519 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 9/34 2024-04-22T22:03:30.520 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 10/34 2024-04-22T22:03:30.520 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 11/34 2024-04-22T22:03:30.520 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T22:03:30.520 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 13/34 2024-04-22T22:03:30.520 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T22:03:30.520 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T22:03:30.520 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T22:03:30.520 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T22:03:30.520 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T22:03:30.520 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T22:03:30.520 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T22:03:30.520 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T22:03:30.521 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T22:03:30.521 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T22:03:30.521 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T22:03:30.521 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T22:03:30.522 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T22:03:30.522 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T22:03:30.523 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T22:03:30.523 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T22:03:30.523 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T22:03:30.523 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:03:30.523 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T22:03:30.523 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 33/34 2024-04-22T22:03:30.792 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:00:32 ago on Mon 22 Apr 2024 10:02:58 PM UTC. 2024-04-22T22:03:30.911 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T22:03:30.912 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:03:30.912 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2024-04-22T22:03:30.912 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:03:30.912 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2024-04-22T22:03:30.912 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-test x86_64 2:19.0.0-2407.g430e09df.el9 ceph 48 M 2024-04-22T22:03:30.912 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2024-04-22T22:03:30.912 INFO:teuthology.orchestra.run.smithi113.stdout: libcephsqlite x86_64 2:19.0.0-2407.g430e09df.el9 ceph 164 k 2024-04-22T22:03:30.912 INFO:teuthology.orchestra.run.smithi113.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T22:03:30.912 INFO:teuthology.orchestra.run.smithi113.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T22:03:30.912 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:03:30.912 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2024-04-22T22:03:30.912 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:03:30.913 INFO:teuthology.orchestra.run.smithi113.stdout:Install 4 Packages 2024-04-22T22:03:30.913 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:03:30.913 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 49 M 2024-04-22T22:03:30.913 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 207 M 2024-04-22T22:03:30.913 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2024-04-22T22:03:31.237 INFO:teuthology.orchestra.run.smithi113.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.2 MB/s | 305 kB 00:00 2024-04-22T22:03:31.296 INFO:teuthology.orchestra.run.smithi113.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.1 MB/s | 64 kB 00:00 2024-04-22T22:03:31.362 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:03:31.362 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:03:31.362 INFO:teuthology.orchestra.run.smithi178.stdout:Upgraded: 2024-04-22T22:03:31.362 INFO:teuthology.orchestra.run.smithi178.stdout: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:31.362 INFO:teuthology.orchestra.run.smithi178.stdout: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:31.362 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-04-22T22:03:31.363 INFO:teuthology.orchestra.run.smithi178.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T22:03:31.363 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:31.363 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:31.363 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:31.363 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:31.363 INFO:teuthology.orchestra.run.smithi178.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T22:03:31.363 INFO:teuthology.orchestra.run.smithi178.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T22:03:31.363 INFO:teuthology.orchestra.run.smithi178.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T22:03:31.363 INFO:teuthology.orchestra.run.smithi178.stdout: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:31.363 INFO:teuthology.orchestra.run.smithi178.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T22:03:31.363 INFO:teuthology.orchestra.run.smithi178.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T22:03:31.363 INFO:teuthology.orchestra.run.smithi178.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T22:03:31.363 INFO:teuthology.orchestra.run.smithi178.stdout: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:31.364 INFO:teuthology.orchestra.run.smithi178.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T22:03:31.364 INFO:teuthology.orchestra.run.smithi178.stdout: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:31.364 INFO:teuthology.orchestra.run.smithi178.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T22:03:31.364 INFO:teuthology.orchestra.run.smithi178.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T22:03:31.364 INFO:teuthology.orchestra.run.smithi178.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T22:03:31.364 INFO:teuthology.orchestra.run.smithi178.stdout: python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:31.364 INFO:teuthology.orchestra.run.smithi178.stdout: python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:31.364 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:31.364 INFO:teuthology.orchestra.run.smithi178.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T22:03:31.364 INFO:teuthology.orchestra.run.smithi178.stdout: python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:31.364 INFO:teuthology.orchestra.run.smithi178.stdout: python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:31.364 INFO:teuthology.orchestra.run.smithi178.stdout: python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:31.364 INFO:teuthology.orchestra.run.smithi178.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T22:03:31.364 INFO:teuthology.orchestra.run.smithi178.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T22:03:31.364 INFO:teuthology.orchestra.run.smithi178.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T22:03:31.365 INFO:teuthology.orchestra.run.smithi178.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T22:03:31.365 INFO:teuthology.orchestra.run.smithi178.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T22:03:31.365 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:03:31.365 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T22:03:31.604 INFO:teuthology.orchestra.run.smithi113.stdout:(3/4): libcephsqlite-19.0.0-2407.g430e09df.el9. 265 kB/s | 164 kB 00:00 2024-04-22T22:03:31.731 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install ceph-test 2024-04-22T22:03:32.242 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:00:33 ago on Mon 22 Apr 2024 10:02:59 PM UTC. 2024-04-22T22:03:32.361 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T22:03:32.362 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:03:32.362 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repository Size 2024-04-22T22:03:32.362 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:03:32.362 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-04-22T22:03:32.362 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-test x86_64 2:19.0.0-2407.g430e09df.el9 ceph 48 M 2024-04-22T22:03:32.362 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2024-04-22T22:03:32.362 INFO:teuthology.orchestra.run.smithi178.stdout: libcephsqlite x86_64 2:19.0.0-2407.g430e09df.el9 ceph 164 k 2024-04-22T22:03:32.362 INFO:teuthology.orchestra.run.smithi178.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T22:03:32.362 INFO:teuthology.orchestra.run.smithi178.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T22:03:32.362 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:03:32.363 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-04-22T22:03:32.363 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:03:32.363 INFO:teuthology.orchestra.run.smithi178.stdout:Install 4 Packages 2024-04-22T22:03:32.363 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:03:32.363 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 49 M 2024-04-22T22:03:32.363 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 207 M 2024-04-22T22:03:32.363 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-04-22T22:03:32.768 INFO:teuthology.orchestra.run.smithi178.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 2.4 MB/s | 305 kB 00:00 2024-04-22T22:03:32.993 INFO:teuthology.orchestra.run.smithi178.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 284 kB/s | 64 kB 00:00 2024-04-22T22:03:33.018 INFO:teuthology.orchestra.run.smithi178.stdout:(3/4): libcephsqlite-19.0.0-2407.g430e09df.el9. 439 kB/s | 164 kB 00:00 2024-04-22T22:03:33.380 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T22:03:33.546 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T22:03:35.746 INFO:teuthology.orchestra.run.smithi113.stdout:(4/4): ceph-test-19.0.0-2407.g430e09df.el9.x86_ 10 MB/s | 48 MB 00:04 2024-04-22T22:03:35.748 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:03:35.749 INFO:teuthology.orchestra.run.smithi113.stdout:Total 10 MB/s | 49 MB 00:04 2024-04-22T22:03:35.775 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2024-04-22T22:03:35.795 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2024-04-22T22:03:35.795 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2024-04-22T22:03:35.957 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T22:03:35.957 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 1/4 2024-04-22T22:03:35.957 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2/4 2024-04-22T22:03:35.957 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T22:03:36.159 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2024-04-22T22:03:36.159 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2024-04-22T22:03:36.240 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T22:03:36.240 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:36.240 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:03:36.240 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:36.240 INFO:teuthology.orchestra.run.smithi094.stdout: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:36.240 INFO:teuthology.orchestra.run.smithi094.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T22:03:36.240 INFO:teuthology.orchestra.run.smithi094.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T22:03:36.240 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:36.240 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:03:36.514 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph 2024-04-22T22:03:36.672 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2024-04-22T22:03:36.746 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T22:03:36.786 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T22:03:36.814 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T22:03:37.021 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:41 ago on Mon 22 Apr 2024 10:02:56 PM UTC. 2024-04-22T22:03:37.148 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:03:37.150 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:03:37.151 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T22:03:37.151 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:03:37.151 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:03:37.151 INFO:teuthology.orchestra.run.smithi094.stdout: ceph x86_64 2:19.0.0-2407.g430e09df.el9 ceph 6.6 k 2024-04-22T22:03:37.151 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-04-22T22:03:37.151 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mds x86_64 2:19.0.0-2407.g430e09df.el9 ceph 2.4 M 2024-04-22T22:03:37.152 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr x86_64 2:19.0.0-2407.g430e09df.el9 ceph 1.5 M 2024-04-22T22:03:37.152 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 249 k 2024-04-22T22:03:37.152 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mon x86_64 2:19.0.0-2407.g430e09df.el9 ceph 4.7 M 2024-04-22T22:03:37.152 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-osd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 17 M 2024-04-22T22:03:37.152 INFO:teuthology.orchestra.run.smithi094.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T22:03:37.152 INFO:teuthology.orchestra.run.smithi094.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T22:03:37.153 INFO:teuthology.orchestra.run.smithi094.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T22:03:37.153 INFO:teuthology.orchestra.run.smithi094.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T22:03:37.153 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T22:03:37.153 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T22:03:37.153 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T22:03:37.153 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T22:03:37.153 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T22:03:37.154 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T22:03:37.154 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-collections 2024-04-22T22:03:37.154 INFO:teuthology.orchestra.run.smithi094.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T22:03:37.154 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T22:03:37.154 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T22:03:37.154 INFO:teuthology.orchestra.run.smithi094.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T22:03:37.154 INFO:teuthology.orchestra.run.smithi094.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T22:03:37.155 INFO:teuthology.orchestra.run.smithi094.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T22:03:37.155 INFO:teuthology.orchestra.run.smithi094.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T22:03:37.155 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T22:03:37.155 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T22:03:37.155 INFO:teuthology.orchestra.run.smithi094.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T22:03:37.155 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T22:03:37.155 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T22:03:37.155 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T22:03:37.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T22:03:37.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T22:03:37.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T22:03:37.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T22:03:37.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T22:03:37.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T22:03:37.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T22:03:37.156 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:37.157 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:03:37.157 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:03:37.157 INFO:teuthology.orchestra.run.smithi094.stdout:Install 36 Packages 2024-04-22T22:03:37.157 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:37.158 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 30 M 2024-04-22T22:03:37.158 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 107 M 2024-04-22T22:03:37.158 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:03:37.726 INFO:teuthology.orchestra.run.smithi178.stdout:(4/4): ceph-test-19.0.0-2407.g430e09df.el9.x86_ 9.5 MB/s | 48 MB 00:05 2024-04-22T22:03:37.728 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:03:37.729 INFO:teuthology.orchestra.run.smithi178.stdout:Total 9.1 MB/s | 49 MB 00:05 2024-04-22T22:03:37.755 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-04-22T22:03:37.775 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-04-22T22:03:37.775 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-04-22T22:03:37.870 INFO:teuthology.orchestra.run.smithi094.stdout:(1/36): ceph-19.0.0-2407.g430e09df.el9.x86_64.r 39 kB/s | 6.6 kB 00:00 2024-04-22T22:03:38.112 INFO:teuthology.orchestra.run.smithi094.stdout:(2/36): ceph-mds-19.0.0-2407.g430e09df.el9.x86_ 5.8 MB/s | 2.4 MB 00:00 2024-04-22T22:03:38.138 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-04-22T22:03:38.139 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-04-22T22:03:38.195 INFO:teuthology.orchestra.run.smithi094.stdout:(3/36): ceph-mgr-19.0.0-2407.g430e09df.el9.x86_ 3.0 MB/s | 1.5 MB 00:00 2024-04-22T22:03:38.271 INFO:teuthology.orchestra.run.smithi094.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2407.g430e 3.2 MB/s | 249 kB 00:00 2024-04-22T22:03:38.529 INFO:teuthology.orchestra.run.smithi094.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 981 kB/s | 253 kB 00:00 2024-04-22T22:03:38.651 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-04-22T22:03:38.688 INFO:teuthology.orchestra.run.smithi094.stdout:(6/36): ceph-mon-19.0.0-2407.g430e09df.el9.x86_ 5.7 MB/s | 4.7 MB 00:00 2024-04-22T22:03:38.718 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T22:03:38.766 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T22:03:38.795 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T22:03:38.805 INFO:teuthology.orchestra.run.smithi094.stdout:(7/36): python3-cryptography-36.0.1-4.el9.x86_6 4.5 MB/s | 1.2 MB 00:00 2024-04-22T22:03:38.830 INFO:teuthology.orchestra.run.smithi094.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 751 kB/s | 106 kB 00:00 2024-04-22T22:03:38.897 INFO:teuthology.orchestra.run.smithi094.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.8 MB/s | 125 kB 00:00 2024-04-22T22:03:39.056 INFO:teuthology.orchestra.run.smithi094.stdout:(10/36): ceph-osd-19.0.0-2407.g430e09df.el9.x86 18 MB/s | 17 MB 00:00 2024-04-22T22:03:39.081 INFO:teuthology.orchestra.run.smithi094.stdout:(11/36): python3-pycparser-2.20-6.el9.noarch.rp 490 kB/s | 135 kB 00:00 2024-04-22T22:03:39.140 INFO:teuthology.orchestra.run.smithi094.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 886 kB/s | 215 kB 00:00 2024-04-22T22:03:39.165 INFO:teuthology.orchestra.run.smithi094.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 1.7 MB/s | 188 kB 00:00 2024-04-22T22:03:39.190 INFO:teuthology.orchestra.run.smithi094.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.5 MB/s | 172 kB 00:00 2024-04-22T22:03:39.216 INFO:teuthology.orchestra.run.smithi094.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 459 kB/s | 35 kB 00:00 2024-04-22T22:03:39.241 INFO:teuthology.orchestra.run.smithi094.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 673 kB/s | 51 kB 00:00 2024-04-22T22:03:39.266 INFO:teuthology.orchestra.run.smithi094.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 551 kB/s | 42 kB 00:00 2024-04-22T22:03:39.333 INFO:teuthology.orchestra.run.smithi094.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 190 kB/s | 22 kB 00:00 2024-04-22T22:03:39.609 INFO:teuthology.orchestra.run.smithi094.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 127 kB/s | 43 kB 00:00 2024-04-22T22:03:39.634 INFO:teuthology.orchestra.run.smithi094.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 385 kB/s | 151 kB 00:00 2024-04-22T22:03:39.726 INFO:teuthology.orchestra.run.smithi094.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 116 kB/s | 11 kB 00:00 2024-04-22T22:03:39.756 INFO:teuthology.orchestra.run.smithi094.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 460 kB/s | 172 kB 00:00 2024-04-22T22:03:39.802 INFO:teuthology.orchestra.run.smithi094.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 234 kB/s | 18 kB 00:00 2024-04-22T22:03:39.827 INFO:teuthology.orchestra.run.smithi094.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 329 kB/s | 23 kB 00:00 2024-04-22T22:03:39.852 INFO:teuthology.orchestra.run.smithi094.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.4 MB/s | 358 kB 00:00 2024-04-22T22:03:39.877 INFO:teuthology.orchestra.run.smithi094.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 257 kB/s | 19 kB 00:00 2024-04-22T22:03:39.903 INFO:teuthology.orchestra.run.smithi094.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 259 kB/s | 20 kB 00:00 2024-04-22T22:03:39.937 INFO:teuthology.orchestra.run.smithi094.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 550 kB/s | 46 kB 00:00 2024-04-22T22:03:39.970 INFO:teuthology.orchestra.run.smithi094.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 850 kB/s | 79 kB 00:00 2024-04-22T22:03:40.021 INFO:teuthology.orchestra.run.smithi094.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 196 kB/s | 16 kB 00:00 2024-04-22T22:03:40.046 INFO:teuthology.orchestra.run.smithi094.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.9 MB/s | 272 kB 00:00 2024-04-22T22:03:40.063 INFO:teuthology.orchestra.run.smithi094.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 977 kB/s | 90 kB 00:00 2024-04-22T22:03:40.105 INFO:teuthology.orchestra.run.smithi094.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 426 kB/s | 36 kB 00:00 2024-04-22T22:03:40.147 INFO:teuthology.orchestra.run.smithi094.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-04-22T22:03:40.180 INFO:teuthology.orchestra.run.smithi094.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 265 kB/s | 20 kB 00:00 2024-04-22T22:03:40.248 INFO:teuthology.orchestra.run.smithi094.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.3 MB/s | 427 kB 00:00 2024-04-22T22:03:40.254 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:03:40.254 INFO:teuthology.orchestra.run.smithi094.stdout:Total 9.7 MB/s | 30 MB 00:03 2024-04-22T22:03:40.394 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:03:40.434 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:03:40.434 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:03:40.727 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:03:40.727 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:03:41.303 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T22:03:41.377 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T22:03:41.991 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:03:42.050 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T22:03:42.083 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T22:03:42.111 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T22:03:42.181 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T22:03:42.227 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T22:03:42.260 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T22:03:42.351 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T22:03:42.430 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T22:03:42.471 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T22:03:42.507 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T22:03:42.537 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T22:03:42.580 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T22:03:42.613 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T22:03:42.654 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T22:03:42.689 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T22:03:42.724 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T22:03:42.762 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T22:03:42.835 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T22:03:42.974 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T22:03:43.055 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T22:03:43.107 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T22:03:43.154 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T22:03:43.204 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T22:03:43.259 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T22:03:43.315 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T22:03:43.399 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T22:03:43.445 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T22:03:43.493 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T22:03:43.570 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T22:03:43.659 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T22:03:43.698 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T22:03:43.699 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 1/4 2024-04-22T22:03:43.699 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2/4 2024-04-22T22:03:43.699 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T22:03:43.700 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T22:03:43.816 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T22:03:43.974 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 31/36 2024-04-22T22:03:43.975 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T22:03:43.975 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:03:43.976 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2024-04-22T22:03:43.976 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:43.976 INFO:teuthology.orchestra.run.smithi113.stdout: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:43.976 INFO:teuthology.orchestra.run.smithi113.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T22:03:43.976 INFO:teuthology.orchestra.run.smithi113.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T22:03:43.976 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:03:43.976 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T22:03:44.012 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T22:03:44.037 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T22:03:44.037 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:03:44.037 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T22:03:44.037 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T22:03:44.038 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T22:03:44.038 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:44.264 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph 2024-04-22T22:03:44.772 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:00:46 ago on Mon 22 Apr 2024 10:02:58 PM UTC. 2024-04-22T22:03:44.898 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T22:03:44.901 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:03:44.901 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2024-04-22T22:03:44.901 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:03:44.901 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2024-04-22T22:03:44.901 INFO:teuthology.orchestra.run.smithi113.stdout: ceph x86_64 2:19.0.0-2407.g430e09df.el9 ceph 6.6 k 2024-04-22T22:03:44.901 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2024-04-22T22:03:44.901 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mds x86_64 2:19.0.0-2407.g430e09df.el9 ceph 2.4 M 2024-04-22T22:03:44.901 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr x86_64 2:19.0.0-2407.g430e09df.el9 ceph 1.5 M 2024-04-22T22:03:44.901 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 249 k 2024-04-22T22:03:44.901 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mon x86_64 2:19.0.0-2407.g430e09df.el9 ceph 4.7 M 2024-04-22T22:03:44.901 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-osd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 17 M 2024-04-22T22:03:44.902 INFO:teuthology.orchestra.run.smithi113.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T22:03:44.902 INFO:teuthology.orchestra.run.smithi113.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T22:03:44.902 INFO:teuthology.orchestra.run.smithi113.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T22:03:44.902 INFO:teuthology.orchestra.run.smithi113.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T22:03:44.902 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T22:03:44.902 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T22:03:44.902 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T22:03:44.902 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T22:03:44.902 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T22:03:44.902 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T22:03:44.902 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jaraco-collections 2024-04-22T22:03:44.902 INFO:teuthology.orchestra.run.smithi113.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T22:03:44.902 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T22:03:44.902 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T22:03:44.903 INFO:teuthology.orchestra.run.smithi113.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T22:03:44.903 INFO:teuthology.orchestra.run.smithi113.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T22:03:44.903 INFO:teuthology.orchestra.run.smithi113.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T22:03:44.903 INFO:teuthology.orchestra.run.smithi113.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T22:03:44.903 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T22:03:44.903 INFO:teuthology.orchestra.run.smithi113.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T22:03:44.903 INFO:teuthology.orchestra.run.smithi113.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T22:03:44.903 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T22:03:44.903 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T22:03:44.903 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T22:03:44.903 INFO:teuthology.orchestra.run.smithi113.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T22:03:44.903 INFO:teuthology.orchestra.run.smithi113.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T22:03:44.903 INFO:teuthology.orchestra.run.smithi113.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T22:03:44.903 INFO:teuthology.orchestra.run.smithi113.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T22:03:44.904 INFO:teuthology.orchestra.run.smithi113.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T22:03:44.904 INFO:teuthology.orchestra.run.smithi113.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T22:03:44.904 INFO:teuthology.orchestra.run.smithi113.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T22:03:44.904 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:03:44.904 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2024-04-22T22:03:44.904 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:03:44.904 INFO:teuthology.orchestra.run.smithi113.stdout:Install 36 Packages 2024-04-22T22:03:44.904 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:03:44.905 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 30 M 2024-04-22T22:03:44.905 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 107 M 2024-04-22T22:03:44.905 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2024-04-22T22:03:45.488 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T22:03:45.515 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T22:03:45.515 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:03:45.515 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T22:03:45.515 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T22:03:45.515 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T22:03:45.515 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:45.755 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T22:03:45.755 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 1/4 2024-04-22T22:03:45.755 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2/4 2024-04-22T22:03:45.755 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T22:03:45.956 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T22:03:45.979 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T22:03:45.979 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:03:45.979 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T22:03:45.979 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T22:03:45.979 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T22:03:45.979 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:46.024 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T22:03:46.024 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:03:46.024 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-04-22T22:03:46.024 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:46.024 INFO:teuthology.orchestra.run.smithi178.stdout: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:46.024 INFO:teuthology.orchestra.run.smithi178.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T22:03:46.025 INFO:teuthology.orchestra.run.smithi178.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T22:03:46.025 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:03:46.025 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T22:03:46.080 INFO:teuthology.orchestra.run.smithi113.stdout:(1/36): ceph-19.0.0-2407.g430e09df.el9.x86_64.r 18 kB/s | 6.6 kB 00:00 2024-04-22T22:03:46.198 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T22:03:46.221 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T22:03:46.221 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:03:46.221 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T22:03:46.221 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T22:03:46.221 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T22:03:46.222 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:46.286 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T22:03:46.338 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install ceph 2024-04-22T22:03:46.663 INFO:teuthology.orchestra.run.smithi113.stdout:(2/36): ceph-mgr-19.0.0-2407.g430e09df.el9.x86_ 1.6 MB/s | 1.5 MB 00:00 2024-04-22T22:03:46.854 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:00:47 ago on Mon 22 Apr 2024 10:02:59 PM UTC. 2024-04-22T22:03:46.976 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T22:03:46.979 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:03:46.979 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repository Size 2024-04-22T22:03:46.979 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:03:46.979 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-04-22T22:03:46.979 INFO:teuthology.orchestra.run.smithi178.stdout: ceph x86_64 2:19.0.0-2407.g430e09df.el9 ceph 6.6 k 2024-04-22T22:03:46.979 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2024-04-22T22:03:46.979 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mds x86_64 2:19.0.0-2407.g430e09df.el9 ceph 2.4 M 2024-04-22T22:03:46.979 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mgr x86_64 2:19.0.0-2407.g430e09df.el9 ceph 1.5 M 2024-04-22T22:03:46.979 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 249 k 2024-04-22T22:03:46.980 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mon x86_64 2:19.0.0-2407.g430e09df.el9 ceph 4.7 M 2024-04-22T22:03:46.980 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-osd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 17 M 2024-04-22T22:03:46.980 INFO:teuthology.orchestra.run.smithi178.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T22:03:46.980 INFO:teuthology.orchestra.run.smithi178.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T22:03:46.980 INFO:teuthology.orchestra.run.smithi178.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T22:03:46.980 INFO:teuthology.orchestra.run.smithi178.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T22:03:46.980 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T22:03:46.980 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T22:03:46.980 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T22:03:46.980 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T22:03:46.980 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T22:03:46.980 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T22:03:46.980 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jaraco-collections 2024-04-22T22:03:46.981 INFO:teuthology.orchestra.run.smithi178.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T22:03:46.981 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T22:03:46.981 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T22:03:46.981 INFO:teuthology.orchestra.run.smithi178.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T22:03:46.981 INFO:teuthology.orchestra.run.smithi178.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T22:03:46.981 INFO:teuthology.orchestra.run.smithi178.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T22:03:46.981 INFO:teuthology.orchestra.run.smithi178.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T22:03:46.981 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T22:03:46.981 INFO:teuthology.orchestra.run.smithi178.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T22:03:46.981 INFO:teuthology.orchestra.run.smithi178.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T22:03:46.981 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T22:03:46.981 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T22:03:46.981 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T22:03:46.981 INFO:teuthology.orchestra.run.smithi178.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T22:03:46.982 INFO:teuthology.orchestra.run.smithi178.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T22:03:46.982 INFO:teuthology.orchestra.run.smithi178.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T22:03:46.982 INFO:teuthology.orchestra.run.smithi178.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T22:03:46.982 INFO:teuthology.orchestra.run.smithi178.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T22:03:46.982 INFO:teuthology.orchestra.run.smithi178.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T22:03:46.982 INFO:teuthology.orchestra.run.smithi178.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T22:03:46.982 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:03:46.982 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-04-22T22:03:46.982 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:03:46.982 INFO:teuthology.orchestra.run.smithi178.stdout:Install 36 Packages 2024-04-22T22:03:46.982 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:03:46.983 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 30 M 2024-04-22T22:03:46.983 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 107 M 2024-04-22T22:03:46.983 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-04-22T22:03:47.555 INFO:teuthology.orchestra.run.smithi113.stdout:(3/36): ceph-mds-19.0.0-2407.g430e09df.el9.x86_ 1.3 MB/s | 2.4 MB 00:01 2024-04-22T22:03:47.735 INFO:teuthology.orchestra.run.smithi178.stdout:(1/36): ceph-19.0.0-2407.g430e09df.el9.x86_64.r 24 kB/s | 6.6 kB 00:00 2024-04-22T22:03:47.755 INFO:teuthology.orchestra.run.smithi113.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2407.g430e 1.2 MB/s | 249 kB 00:00 2024-04-22T22:03:47.889 INFO:teuthology.orchestra.run.smithi113.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.9 MB/s | 253 kB 00:00 2024-04-22T22:03:47.972 INFO:teuthology.orchestra.run.smithi113.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 15 MB/s | 1.2 MB 00:00 2024-04-22T22:03:48.014 INFO:teuthology.orchestra.run.smithi113.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-04-22T22:03:48.059 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T22:03:48.059 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 1/36 2024-04-22T22:03:48.059 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2/36 2024-04-22T22:03:48.059 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 3/36 2024-04-22T22:03:48.059 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 4/36 2024-04-22T22:03:48.059 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 5/36 2024-04-22T22:03:48.059 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 6/36 2024-04-22T22:03:48.059 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T22:03:48.059 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T22:03:48.059 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T22:03:48.060 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T22:03:48.060 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T22:03:48.060 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T22:03:48.060 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T22:03:48.060 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T22:03:48.060 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T22:03:48.060 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T22:03:48.060 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T22:03:48.060 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T22:03:48.060 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T22:03:48.060 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T22:03:48.060 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T22:03:48.061 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T22:03:48.061 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T22:03:48.061 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T22:03:48.061 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T22:03:48.061 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T22:03:48.061 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T22:03:48.061 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T22:03:48.061 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T22:03:48.061 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T22:03:48.061 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T22:03:48.061 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T22:03:48.061 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T22:03:48.062 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T22:03:48.062 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T22:03:48.062 INFO:teuthology.orchestra.run.smithi113.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 3.2 MB/s | 135 kB 00:00 2024-04-22T22:03:48.098 INFO:teuthology.orchestra.run.smithi113.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.9 MB/s | 125 kB 00:00 2024-04-22T22:03:48.140 INFO:teuthology.orchestra.run.smithi113.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 5.0 MB/s | 215 kB 00:00 2024-04-22T22:03:48.182 INFO:teuthology.orchestra.run.smithi113.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 4.4 MB/s | 188 kB 00:00 2024-04-22T22:03:48.224 INFO:teuthology.orchestra.run.smithi113.stdout:(12/36): python3-mako-1.1.4-6.el9.noarch.rpm 4.1 MB/s | 172 kB 00:00 2024-04-22T22:03:48.257 INFO:teuthology.orchestra.run.smithi113.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 1.0 MB/s | 35 kB 00:00 2024-04-22T22:03:48.291 INFO:teuthology.orchestra.run.smithi113.stdout:(14/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.5 MB/s | 51 kB 00:00 2024-04-22T22:03:48.325 INFO:teuthology.orchestra.run.smithi113.stdout:(15/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.2 MB/s | 42 kB 00:00 2024-04-22T22:03:48.408 INFO:teuthology.orchestra.run.smithi113.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 268 kB/s | 22 kB 00:00 2024-04-22T22:03:48.502 INFO:teuthology.orchestra.run.smithi178.stdout:(2/36): ceph-mgr-19.0.0-2407.g430e09df.el9.x86_ 1.4 MB/s | 1.5 MB 00:01 2024-04-22T22:03:48.842 INFO:teuthology.orchestra.run.smithi113.stdout:(17/36): luarocks-3.9.2-1.el9.noarch.rpm 348 kB/s | 151 kB 00:00 2024-04-22T22:03:48.950 INFO:teuthology.orchestra.run.smithi113.stdout:(18/36): ceph-mon-19.0.0-2407.g430e09df.el9.x86 1.6 MB/s | 4.7 MB 00:02 2024-04-22T22:03:48.977 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T22:03:48.977 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:48.977 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:03:48.977 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:48.978 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:48.978 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:48.978 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:03:48.978 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:48.978 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:48.978 INFO:teuthology.orchestra.run.smithi094.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T22:03:48.978 INFO:teuthology.orchestra.run.smithi094.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T22:03:48.978 INFO:teuthology.orchestra.run.smithi094.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T22:03:48.978 INFO:teuthology.orchestra.run.smithi094.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T22:03:48.978 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T22:03:48.978 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T22:03:48.978 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T22:03:48.978 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T22:03:48.978 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T22:03:48.978 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T22:03:48.979 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T22:03:48.979 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T22:03:48.979 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T22:03:48.979 INFO:teuthology.orchestra.run.smithi094.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T22:03:48.979 INFO:teuthology.orchestra.run.smithi094.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T22:03:48.979 INFO:teuthology.orchestra.run.smithi094.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T22:03:48.979 INFO:teuthology.orchestra.run.smithi094.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T22:03:48.979 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T22:03:48.979 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T22:03:48.979 INFO:teuthology.orchestra.run.smithi094.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T22:03:48.979 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T22:03:48.979 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T22:03:48.979 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T22:03:48.979 INFO:teuthology.orchestra.run.smithi094.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T22:03:48.980 INFO:teuthology.orchestra.run.smithi094.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T22:03:48.980 INFO:teuthology.orchestra.run.smithi094.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T22:03:48.980 INFO:teuthology.orchestra.run.smithi094.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T22:03:48.980 INFO:teuthology.orchestra.run.smithi094.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T22:03:48.980 INFO:teuthology.orchestra.run.smithi094.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T22:03:48.980 INFO:teuthology.orchestra.run.smithi094.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T22:03:48.980 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:48.980 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:03:49.217 INFO:teuthology.orchestra.run.smithi113.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 116 kB/s | 43 kB 00:00 2024-04-22T22:03:49.243 INFO:teuthology.orchestra.run.smithi178.stdout:(3/36): ceph-mds-19.0.0-2407.g430e09df.el9.x86_ 1.3 MB/s | 2.4 MB 00:01 2024-04-22T22:03:49.338 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-base 2024-04-22T22:03:49.376 INFO:teuthology.orchestra.run.smithi113.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 404 kB/s | 172 kB 00:00 2024-04-22T22:03:49.377 INFO:teuthology.orchestra.run.smithi178.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2407.g430e 1.8 MB/s | 249 kB 00:00 2024-04-22T22:03:49.559 INFO:teuthology.orchestra.run.smithi113.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 58 kB/s | 11 kB 00:00 2024-04-22T22:03:49.726 INFO:teuthology.orchestra.run.smithi113.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 704 kB/s | 358 kB 00:00 2024-04-22T22:03:49.827 INFO:teuthology.orchestra.run.smithi113.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 66 kB/s | 18 kB 00:00 2024-04-22T22:03:49.858 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:53 ago on Mon 22 Apr 2024 10:02:56 PM UTC. 2024-04-22T22:03:49.937 INFO:teuthology.orchestra.run.smithi094.stdout:Package ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:03:49.978 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:03:49.979 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T22:03:49.979 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:03:50.011 INFO:teuthology.orchestra.run.smithi113.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 82 kB/s | 23 kB 00:00 2024-04-22T22:03:50.102 INFO:teuthology.orchestra.run.smithi113.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 70 kB/s | 19 kB 00:00 2024-04-22T22:03:50.116 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install cephadm 2024-04-22T22:03:50.386 INFO:teuthology.orchestra.run.smithi113.stdout:(26/36): ceph-osd-19.0.0-2407.g430e09df.el9.x86 4.5 MB/s | 17 MB 00:03 2024-04-22T22:03:50.411 INFO:teuthology.orchestra.run.smithi113.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 49 kB/s | 20 kB 00:00 2024-04-22T22:03:50.445 INFO:teuthology.orchestra.run.smithi113.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 135 kB/s | 46 kB 00:00 2024-04-22T22:03:50.527 INFO:teuthology.orchestra.run.smithi178.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 220 kB/s | 253 kB 00:01 2024-04-22T22:03:50.622 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:54 ago on Mon 22 Apr 2024 10:02:56 PM UTC. 2024-04-22T22:03:50.712 INFO:teuthology.orchestra.run.smithi113.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 62 kB/s | 16 kB 00:00 2024-04-22T22:03:50.729 INFO:teuthology.orchestra.run.smithi113.stdout:(30/36): python3-more-itertools-8.12.0-2.el9.no 230 kB/s | 79 kB 00:00 2024-04-22T22:03:50.742 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:03:50.742 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:03:50.743 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T22:03:50.743 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:03:50.743 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:03:50.743 INFO:teuthology.orchestra.run.smithi094.stdout: cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 762 k 2024-04-22T22:03:50.743 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:50.743 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:03:50.743 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:03:50.743 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-04-22T22:03:50.743 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:50.743 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 762 k 2024-04-22T22:03:50.743 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 768 k 2024-04-22T22:03:50.743 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:03:50.811 INFO:teuthology.orchestra.run.smithi178.stdout:(6/36): ceph-mon-19.0.0-2407.g430e09df.el9.x86_ 1.5 MB/s | 4.7 MB 00:03 2024-04-22T22:03:50.912 INFO:teuthology.orchestra.run.smithi113.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 544 kB/s | 272 kB 00:00 2024-04-22T22:03:50.998 INFO:teuthology.orchestra.run.smithi113.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 134 kB/s | 36 kB 00:00 2024-04-22T22:03:51.054 INFO:teuthology.orchestra.run.smithi113.stdout:(33/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 263 kB/s | 90 kB 00:00 2024-04-22T22:03:51.236 INFO:teuthology.orchestra.run.smithi178.stdout:(7/36): ceph-osd-19.0.0-2407.g430e09df.el9.x86_ 6.1 MB/s | 17 MB 00:02 2024-04-22T22:03:51.322 INFO:teuthology.orchestra.run.smithi113.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 75 kB/s | 20 kB 00:00 2024-04-22T22:03:51.430 INFO:teuthology.orchestra.run.smithi113.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 444 kB/s | 230 kB 00:00 2024-04-22T22:03:51.588 INFO:teuthology.orchestra.run.smithi113.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 721 kB/s | 427 kB 00:00 2024-04-22T22:03:51.592 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:03:51.592 INFO:teuthology.orchestra.run.smithi113.stdout:Total 4.5 MB/s | 30 MB 00:06 2024-04-22T22:03:51.727 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2024-04-22T22:03:51.767 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2024-04-22T22:03:51.767 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2024-04-22T22:03:51.912 INFO:teuthology.orchestra.run.smithi178.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 97 kB/s | 106 kB 00:01 2024-04-22T22:03:52.059 INFO:teuthology.orchestra.run.smithi094.stdout:cephadm-19.0.0-2407.g430e09df.el9.noarch.rpm 579 kB/s | 762 kB 00:01 2024-04-22T22:03:52.059 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:03:52.060 INFO:teuthology.orchestra.run.smithi094.stdout:Total 578 kB/s | 762 kB 00:01 2024-04-22T22:03:52.060 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:03:52.061 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2024-04-22T22:03:52.061 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2024-04-22T22:03:52.066 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:03:52.066 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:03:52.072 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:03:52.072 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:03:52.095 INFO:teuthology.orchestra.run.smithi178.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 158 kB/s | 135 kB 00:00 2024-04-22T22:03:52.142 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:03:52.705 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:03:52.797 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:03:53.053 INFO:teuthology.orchestra.run.smithi178.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 109 kB/s | 125 kB 00:01 2024-04-22T22:03:53.063 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:03:53.137 INFO:teuthology.orchestra.run.smithi178.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 481 kB/s | 1.2 MB 00:02 2024-04-22T22:03:53.170 INFO:teuthology.orchestra.run.smithi178.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 200 kB/s | 215 kB 00:01 2024-04-22T22:03:53.296 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:03:53.297 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:53.297 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:03:53.297 INFO:teuthology.orchestra.run.smithi094.stdout: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:03:53.297 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:53.297 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:03:53.306 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2024-04-22T22:03:53.374 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T22:03:53.406 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T22:03:53.429 INFO:teuthology.orchestra.run.smithi178.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 135 kB/s | 35 kB 00:00 2024-04-22T22:03:53.435 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T22:03:53.505 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T22:03:53.530 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T22:03:53.559 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T22:03:53.592 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T22:03:53.613 INFO:teuthology.orchestra.run.smithi178.stdout:(14/36): python3-pytz-2021.1-5.el9.noarch.rpm 278 kB/s | 51 kB 00:00 2024-04-22T22:03:53.638 INFO:teuthology.orchestra.run.smithi178.stdout:(15/36): lua-5.4.4-4.el9.x86_64.rpm 323 kB/s | 188 kB 00:00 2024-04-22T22:03:53.663 INFO:teuthology.orchestra.run.smithi178.stdout:(16/36): python3-mako-1.1.4-6.el9.noarch.rpm 328 kB/s | 172 kB 00:00 2024-04-22T22:03:53.683 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T22:03:53.713 INFO:teuthology.orchestra.run.smithi178.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 415 kB/s | 42 kB 00:00 2024-04-22T22:03:53.755 INFO:teuthology.orchestra.run.smithi178.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 243 kB/s | 22 kB 00:00 2024-04-22T22:03:53.770 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T22:03:53.819 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T22:03:53.854 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T22:03:53.881 INFO:teuthology.orchestra.run.smithi178.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 260 kB/s | 43 kB 00:00 2024-04-22T22:03:53.884 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T22:03:53.906 INFO:teuthology.orchestra.run.smithi178.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 624 kB/s | 151 kB 00:00 2024-04-22T22:03:53.919 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T22:03:53.952 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T22:03:53.964 INFO:teuthology.orchestra.run.smithi178.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 183 kB/s | 11 kB 00:00 2024-04-22T22:03:53.992 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T22:03:53.998 INFO:teuthology.orchestra.run.smithi178.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 709 kB/s | 172 kB 00:00 2024-04-22T22:03:54.023 INFO:teuthology.orchestra.run.smithi178.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 302 kB/s | 18 kB 00:00 2024-04-22T22:03:54.027 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T22:03:54.040 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:58 ago on Mon 22 Apr 2024 10:02:56 PM UTC. 2024-04-22T22:03:54.057 INFO:teuthology.orchestra.run.smithi178.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 396 kB/s | 23 kB 00:00 2024-04-22T22:03:54.062 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T22:03:54.082 INFO:teuthology.orchestra.run.smithi178.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.7 MB/s | 358 kB 00:00 2024-04-22T22:03:54.100 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T22:03:54.107 INFO:teuthology.orchestra.run.smithi178.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 232 kB/s | 19 kB 00:00 2024-04-22T22:03:54.132 INFO:teuthology.orchestra.run.smithi178.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 260 kB/s | 20 kB 00:00 2024-04-22T22:03:54.158 INFO:teuthology.orchestra.run.smithi178.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 613 kB/s | 46 kB 00:00 2024-04-22T22:03:54.160 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:03:54.160 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:03:54.160 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repo Size 2024-04-22T22:03:54.160 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:03:54.161 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:03:54.161 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2407.g430e09df.el9 ceph 145 k 2024-04-22T22:03:54.161 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:54.161 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:03:54.161 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:03:54.161 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-04-22T22:03:54.161 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:54.161 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 145 k 2024-04-22T22:03:54.162 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 435 k 2024-04-22T22:03:54.162 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:03:54.174 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T22:03:54.183 INFO:teuthology.orchestra.run.smithi178.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-04-22T22:03:54.208 INFO:teuthology.orchestra.run.smithi178.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 328 kB/s | 16 kB 00:00 2024-04-22T22:03:54.250 INFO:teuthology.orchestra.run.smithi178.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.3 MB/s | 90 kB 00:00 2024-04-22T22:03:54.276 INFO:teuthology.orchestra.run.smithi178.stdout:(32/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.9 MB/s | 272 kB 00:00 2024-04-22T22:03:54.292 INFO:teuthology.orchestra.run.smithi178.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 426 kB/s | 36 kB 00:00 2024-04-22T22:03:54.312 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T22:03:54.343 INFO:teuthology.orchestra.run.smithi178.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-04-22T22:03:54.368 INFO:teuthology.orchestra.run.smithi178.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 266 kB/s | 20 kB 00:00 2024-04-22T22:03:54.385 INFO:teuthology.orchestra.run.smithi094.stdout:ceph-immutable-object-cache-19.0.0-2407.g430e09 650 kB/s | 145 kB 00:00 2024-04-22T22:03:54.385 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:03:54.386 INFO:teuthology.orchestra.run.smithi094.stdout:Total 645 kB/s | 145 kB 00:00 2024-04-22T22:03:54.386 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:03:54.392 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T22:03:54.393 INFO:teuthology.orchestra.run.smithi178.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.6 MB/s | 427 kB 00:00 2024-04-22T22:03:54.393 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:03:54.393 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:03:54.395 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:03:54.395 INFO:teuthology.orchestra.run.smithi178.stdout:Total 4.1 MB/s | 30 MB 00:07 2024-04-22T22:03:54.449 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:03:54.450 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:03:54.453 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T22:03:54.492 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T22:03:54.542 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-04-22T22:03:54.549 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T22:03:54.580 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-04-22T22:03:54.581 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-04-22T22:03:54.597 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:03:54.605 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T22:03:54.669 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:03:54.694 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:03:54.694 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:03:54.694 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T22:03:54.694 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:54.789 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T22:03:54.838 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T22:03:54.875 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-04-22T22:03:54.876 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-04-22T22:03:54.906 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T22:03:54.996 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T22:03:55.037 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T22:03:55.152 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T22:03:55.318 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 31/36 2024-04-22T22:03:55.348 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T22:03:55.375 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T22:03:55.375 INFO:teuthology.orchestra.run.smithi113.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:03:55.375 INFO:teuthology.orchestra.run.smithi113.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T22:03:55.375 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T22:03:55.375 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T22:03:55.376 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:03:55.546 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:03:55.546 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:55.546 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:03:55.546 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:03:55.546 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:55.546 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:03:55.783 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr 2024-04-22T22:03:56.136 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-04-22T22:03:56.187 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T22:03:56.229 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T22:03:56.256 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T22:03:56.295 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:00 ago on Mon 22 Apr 2024 10:02:56 PM UTC. 2024-04-22T22:03:56.330 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T22:03:56.372 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T22:03:56.374 INFO:teuthology.orchestra.run.smithi094.stdout:Package ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:03:56.405 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T22:03:56.416 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:03:56.417 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T22:03:56.417 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:03:56.495 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T22:03:56.496 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T22:03:56.567 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T22:03:56.608 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T22:03:56.642 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T22:03:56.673 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T22:03:56.707 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T22:03:56.740 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T22:03:56.772 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T22:03:56.823 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T22:03:56.832 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T22:03:56.849 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T22:03:56.849 INFO:teuthology.orchestra.run.smithi113.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:03:56.849 INFO:teuthology.orchestra.run.smithi113.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T22:03:56.849 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T22:03:56.850 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T22:03:56.850 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:03:56.867 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T22:03:56.905 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T22:03:56.978 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T22:03:57.002 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:01 ago on Mon 22 Apr 2024 10:02:56 PM UTC. 2024-04-22T22:03:57.117 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T22:03:57.121 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:03:57.122 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:03:57.122 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T22:03:57.122 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:03:57.122 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:03:57.123 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 3.5 M 2024-04-22T22:03:57.123 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-04-22T22:03:57.123 INFO:teuthology.orchestra.run.smithi094.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T22:03:57.123 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 32 k 2024-04-22T22:03:57.123 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 15 k 2024-04-22T22:03:57.123 INFO:teuthology.orchestra.run.smithi094.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T22:03:57.123 INFO:teuthology.orchestra.run.smithi094.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T22:03:57.123 INFO:teuthology.orchestra.run.smithi094.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T22:03:57.123 INFO:teuthology.orchestra.run.smithi094.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T22:03:57.123 INFO:teuthology.orchestra.run.smithi094.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T22:03:57.123 INFO:teuthology.orchestra.run.smithi094.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T22:03:57.123 INFO:teuthology.orchestra.run.smithi094.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T22:03:57.123 INFO:teuthology.orchestra.run.smithi094.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T22:03:57.123 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:57.124 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:03:57.124 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:03:57.124 INFO:teuthology.orchestra.run.smithi094.stdout:Install 12 Packages 2024-04-22T22:03:57.124 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:03:57.124 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 8.6 M 2024-04-22T22:03:57.124 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 103 M 2024-04-22T22:03:57.125 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:03:57.197 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T22:03:57.257 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T22:03:57.291 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T22:03:57.296 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T22:03:57.314 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T22:03:57.314 INFO:teuthology.orchestra.run.smithi113.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:03:57.314 INFO:teuthology.orchestra.run.smithi113.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T22:03:57.314 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T22:03:57.314 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T22:03:57.314 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:03:57.354 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T22:03:57.409 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T22:03:57.541 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T22:03:57.564 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T22:03:57.564 INFO:teuthology.orchestra.run.smithi113.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:03:57.564 INFO:teuthology.orchestra.run.smithi113.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T22:03:57.564 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T22:03:57.564 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T22:03:57.565 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:03:57.604 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T22:03:57.628 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T22:03:57.658 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T22:03:57.737 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T22:03:57.826 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T22:03:57.866 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T22:03:57.908 INFO:teuthology.orchestra.run.smithi094.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2407.g43 163 kB/s | 32 kB 00:00 2024-04-22T22:03:57.983 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T22:03:58.000 INFO:teuthology.orchestra.run.smithi094.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2407.g430 53 kB/s | 15 kB 00:00 2024-04-22T22:03:58.100 INFO:teuthology.orchestra.run.smithi094.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.6 MB/s | 269 kB 00:00 2024-04-22T22:03:58.139 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 31/36 2024-04-22T22:03:58.159 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T22:03:58.176 INFO:teuthology.orchestra.run.smithi094.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.8 MB/s | 1.0 MB 00:00 2024-04-22T22:03:58.185 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T22:03:58.185 INFO:teuthology.orchestra.run.smithi178.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:03:58.185 INFO:teuthology.orchestra.run.smithi178.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T22:03:58.185 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T22:03:58.185 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T22:03:58.185 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:03:58.259 INFO:teuthology.orchestra.run.smithi094.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2407.g430e09d 6.4 MB/s | 3.5 MB 00:00 2024-04-22T22:03:58.385 INFO:teuthology.orchestra.run.smithi094.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 155 kB/s | 19 kB 00:00 2024-04-22T22:03:58.418 INFO:teuthology.orchestra.run.smithi094.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.7 MB/s | 863 kB 00:00 2024-04-22T22:03:58.702 INFO:teuthology.orchestra.run.smithi094.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.0 MB/s | 548 kB 00:00 2024-04-22T22:03:58.727 INFO:teuthology.orchestra.run.smithi094.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 468 kB/s | 144 kB 00:00 2024-04-22T22:03:58.769 INFO:teuthology.orchestra.run.smithi094.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 459 kB/s | 31 kB 00:00 2024-04-22T22:03:58.844 INFO:teuthology.orchestra.run.smithi094.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.6 MB/s | 188 kB 00:00 2024-04-22T22:03:58.894 INFO:teuthology.orchestra.run.smithi094.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 4.0 MB/s | 2.0 MB 00:00 2024-04-22T22:03:58.896 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:03:58.897 INFO:teuthology.orchestra.run.smithi094.stdout:Total 4.9 MB/s | 8.6 MB 00:01 2024-04-22T22:03:58.945 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:03:58.962 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:03:58.962 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:03:59.114 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:03:59.115 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:03:59.405 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T22:03:59.405 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 1/36 2024-04-22T22:03:59.405 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2/36 2024-04-22T22:03:59.405 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 3/36 2024-04-22T22:03:59.405 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 4/36 2024-04-22T22:03:59.405 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 5/36 2024-04-22T22:03:59.405 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 6/36 2024-04-22T22:03:59.405 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T22:03:59.405 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T22:03:59.405 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T22:03:59.406 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T22:03:59.406 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T22:03:59.406 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T22:03:59.406 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T22:03:59.406 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T22:03:59.406 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T22:03:59.406 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T22:03:59.406 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T22:03:59.407 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T22:03:59.407 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T22:03:59.407 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T22:03:59.407 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T22:03:59.407 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T22:03:59.407 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T22:03:59.407 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T22:03:59.407 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T22:03:59.407 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T22:03:59.407 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T22:03:59.407 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T22:03:59.407 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T22:03:59.407 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T22:03:59.407 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T22:03:59.407 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T22:03:59.408 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T22:03:59.408 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T22:03:59.408 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T22:03:59.618 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T22:03:59.644 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T22:03:59.645 INFO:teuthology.orchestra.run.smithi178.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:03:59.645 INFO:teuthology.orchestra.run.smithi178.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T22:03:59.645 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T22:03:59.645 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T22:03:59.645 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:03:59.667 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:03:59.754 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T22:03:59.789 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T22:03:59.836 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T22:03:59.866 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T22:03:59.942 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T22:04:00.076 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T22:04:00.087 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T22:04:00.109 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T22:04:00.109 INFO:teuthology.orchestra.run.smithi178.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:04:00.110 INFO:teuthology.orchestra.run.smithi178.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T22:04:00.110 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T22:04:00.110 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T22:04:00.110 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:00.162 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T22:04:00.206 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T22:04:00.258 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T22:04:00.259 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:00.259 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2024-04-22T22:04:00.259 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:00.259 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:00.259 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:00.259 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:00.259 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:00.259 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:00.259 INFO:teuthology.orchestra.run.smithi113.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T22:04:00.260 INFO:teuthology.orchestra.run.smithi113.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T22:04:00.260 INFO:teuthology.orchestra.run.smithi113.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T22:04:00.260 INFO:teuthology.orchestra.run.smithi113.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T22:04:00.260 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T22:04:00.260 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T22:04:00.260 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T22:04:00.260 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T22:04:00.260 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T22:04:00.260 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T22:04:00.260 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T22:04:00.260 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T22:04:00.260 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T22:04:00.260 INFO:teuthology.orchestra.run.smithi113.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T22:04:00.260 INFO:teuthology.orchestra.run.smithi113.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T22:04:00.261 INFO:teuthology.orchestra.run.smithi113.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T22:04:00.261 INFO:teuthology.orchestra.run.smithi113.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T22:04:00.261 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T22:04:00.261 INFO:teuthology.orchestra.run.smithi113.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T22:04:00.261 INFO:teuthology.orchestra.run.smithi113.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T22:04:00.261 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T22:04:00.261 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T22:04:00.261 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T22:04:00.261 INFO:teuthology.orchestra.run.smithi113.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T22:04:00.261 INFO:teuthology.orchestra.run.smithi113.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T22:04:00.261 INFO:teuthology.orchestra.run.smithi113.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T22:04:00.261 INFO:teuthology.orchestra.run.smithi113.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T22:04:00.261 INFO:teuthology.orchestra.run.smithi113.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T22:04:00.261 INFO:teuthology.orchestra.run.smithi113.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T22:04:00.261 INFO:teuthology.orchestra.run.smithi113.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T22:04:00.262 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:00.262 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T22:04:00.301 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T22:04:00.337 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T22:04:00.360 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T22:04:00.360 INFO:teuthology.orchestra.run.smithi178.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:04:00.360 INFO:teuthology.orchestra.run.smithi178.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T22:04:00.360 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T22:04:00.360 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T22:04:00.360 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:00.423 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T22:04:00.424 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 10/12 2024-04-22T22:04:00.616 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-base 2024-04-22T22:04:01.139 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:01:03 ago on Mon 22 Apr 2024 10:02:58 PM UTC. 2024-04-22T22:04:01.218 INFO:teuthology.orchestra.run.smithi113.stdout:Package ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:01.260 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T22:04:01.260 INFO:teuthology.orchestra.run.smithi113.stdout:Nothing to do. 2024-04-22T22:04:01.261 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T22:04:01.321 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install cephadm 2024-04-22T22:04:01.523 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 11/12 2024-04-22T22:04:01.559 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T22:04:01.827 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:01:03 ago on Mon 22 Apr 2024 10:02:58 PM UTC. 2024-04-22T22:04:01.947 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T22:04:01.948 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:04:01.948 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2024-04-22T22:04:01.948 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:04:01.948 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2024-04-22T22:04:01.948 INFO:teuthology.orchestra.run.smithi113.stdout: cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 762 k 2024-04-22T22:04:01.948 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:01.949 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2024-04-22T22:04:01.949 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:04:01.949 INFO:teuthology.orchestra.run.smithi113.stdout:Install 1 Package 2024-04-22T22:04:01.949 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:01.949 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 762 k 2024-04-22T22:04:01.949 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 768 k 2024-04-22T22:04:01.949 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2024-04-22T22:04:02.192 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T22:04:02.192 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 1/36 2024-04-22T22:04:02.192 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2/36 2024-04-22T22:04:02.192 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 3/36 2024-04-22T22:04:02.192 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 4/36 2024-04-22T22:04:02.192 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 5/36 2024-04-22T22:04:02.192 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 6/36 2024-04-22T22:04:02.192 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T22:04:02.192 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T22:04:02.192 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T22:04:02.192 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T22:04:02.193 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T22:04:02.193 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T22:04:02.193 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T22:04:02.193 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T22:04:02.193 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T22:04:02.193 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T22:04:02.193 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T22:04:02.193 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T22:04:02.193 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T22:04:02.193 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T22:04:02.193 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T22:04:02.193 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T22:04:02.193 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T22:04:02.193 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T22:04:02.194 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T22:04:02.194 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T22:04:02.194 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T22:04:02.194 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T22:04:02.194 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T22:04:02.194 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T22:04:02.194 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T22:04:02.194 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T22:04:02.194 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T22:04:02.194 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T22:04:02.194 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T22:04:02.424 INFO:teuthology.orchestra.run.smithi113.stdout:cephadm-19.0.0-2407.g430e09df.el9.noarch.rpm 1.6 MB/s | 762 kB 00:00 2024-04-22T22:04:02.425 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:02.425 INFO:teuthology.orchestra.run.smithi113.stdout:Total 1.6 MB/s | 762 kB 00:00 2024-04-22T22:04:02.425 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2024-04-22T22:04:02.430 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2024-04-22T22:04:02.430 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2024-04-22T22:04:02.436 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2024-04-22T22:04:02.437 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2024-04-22T22:04:02.504 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2024-04-22T22:04:02.724 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T22:04:02.724 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 1/12 2024-04-22T22:04:02.724 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 2/12 2024-04-22T22:04:02.724 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 3/12 2024-04-22T22:04:02.724 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T22:04:02.725 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T22:04:02.725 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T22:04:02.725 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T22:04:02.725 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T22:04:02.725 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T22:04:02.725 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T22:04:02.725 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T22:04:02.947 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:04:03.028 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T22:04:03.028 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:03.028 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:04:03.028 INFO:teuthology.orchestra.run.smithi094.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T22:04:03.028 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:03.028 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:03.028 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:03.028 INFO:teuthology.orchestra.run.smithi094.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T22:04:03.028 INFO:teuthology.orchestra.run.smithi094.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T22:04:03.028 INFO:teuthology.orchestra.run.smithi094.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T22:04:03.028 INFO:teuthology.orchestra.run.smithi094.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T22:04:03.028 INFO:teuthology.orchestra.run.smithi094.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T22:04:03.029 INFO:teuthology.orchestra.run.smithi094.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T22:04:03.029 INFO:teuthology.orchestra.run.smithi094.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T22:04:03.029 INFO:teuthology.orchestra.run.smithi094.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T22:04:03.029 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:03.029 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:04:03.035 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:04:03.136 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T22:04:03.136 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:03.136 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-04-22T22:04:03.137 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:03.137 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:03.137 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:03.137 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:03.137 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:03.137 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:03.137 INFO:teuthology.orchestra.run.smithi178.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T22:04:03.137 INFO:teuthology.orchestra.run.smithi178.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T22:04:03.137 INFO:teuthology.orchestra.run.smithi178.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T22:04:03.137 INFO:teuthology.orchestra.run.smithi178.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T22:04:03.137 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T22:04:03.137 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T22:04:03.137 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T22:04:03.138 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T22:04:03.138 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T22:04:03.138 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T22:04:03.138 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T22:04:03.138 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T22:04:03.138 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T22:04:03.138 INFO:teuthology.orchestra.run.smithi178.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T22:04:03.138 INFO:teuthology.orchestra.run.smithi178.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T22:04:03.138 INFO:teuthology.orchestra.run.smithi178.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T22:04:03.138 INFO:teuthology.orchestra.run.smithi178.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T22:04:03.138 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T22:04:03.138 INFO:teuthology.orchestra.run.smithi178.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T22:04:03.138 INFO:teuthology.orchestra.run.smithi178.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T22:04:03.138 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T22:04:03.138 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T22:04:03.139 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T22:04:03.139 INFO:teuthology.orchestra.run.smithi178.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T22:04:03.139 INFO:teuthology.orchestra.run.smithi178.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T22:04:03.139 INFO:teuthology.orchestra.run.smithi178.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T22:04:03.139 INFO:teuthology.orchestra.run.smithi178.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T22:04:03.139 INFO:teuthology.orchestra.run.smithi178.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T22:04:03.139 INFO:teuthology.orchestra.run.smithi178.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T22:04:03.139 INFO:teuthology.orchestra.run.smithi178.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T22:04:03.139 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:03.139 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T22:04:03.302 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T22:04:03.362 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:04:03.504 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install ceph-base 2024-04-22T22:04:03.592 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:04:03.592 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:03.592 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2024-04-22T22:04:03.592 INFO:teuthology.orchestra.run.smithi113.stdout: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:03.593 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:03.593 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T22:04:03.803 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:07 ago on Mon 22 Apr 2024 10:02:56 PM UTC. 2024-04-22T22:04:03.828 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T22:04:03.924 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:04:03.925 INFO:teuthology.orchestra.run.smithi094.stdout:======================================================================================= 2024-04-22T22:04:03.925 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T22:04:03.925 INFO:teuthology.orchestra.run.smithi094.stdout:======================================================================================= 2024-04-22T22:04:03.925 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:04:03.925 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 7.4 M 2024-04-22T22:04:03.925 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-04-22T22:04:03.925 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T22:04:03.925 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T22:04:03.926 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T22:04:03.926 INFO:teuthology.orchestra.run.smithi094.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T22:04:03.926 INFO:teuthology.orchestra.run.smithi094.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T22:04:03.926 INFO:teuthology.orchestra.run.smithi094.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T22:04:03.926 INFO:teuthology.orchestra.run.smithi094.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T22:04:03.926 INFO:teuthology.orchestra.run.smithi094.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T22:04:03.926 INFO:teuthology.orchestra.run.smithi094.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T22:04:03.926 INFO:teuthology.orchestra.run.smithi094.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T22:04:03.926 INFO:teuthology.orchestra.run.smithi094.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T22:04:03.926 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:03.926 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:04:03.926 INFO:teuthology.orchestra.run.smithi094.stdout:======================================================================================= 2024-04-22T22:04:03.926 INFO:teuthology.orchestra.run.smithi094.stdout:Install 12 Packages 2024-04-22T22:04:03.926 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:03.927 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 38 M 2024-04-22T22:04:03.927 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 209 M 2024-04-22T22:04:03.927 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:04:04.025 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:05 ago on Mon 22 Apr 2024 10:02:59 PM UTC. 2024-04-22T22:04:04.106 INFO:teuthology.orchestra.run.smithi178.stdout:Package ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:04.145 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T22:04:04.146 INFO:teuthology.orchestra.run.smithi178.stdout:Nothing to do. 2024-04-22T22:04:04.146 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T22:04:04.203 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install cephadm 2024-04-22T22:04:04.341 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:01:06 ago on Mon 22 Apr 2024 10:02:58 PM UTC. 2024-04-22T22:04:04.463 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T22:04:04.464 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:04:04.464 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repo Size 2024-04-22T22:04:04.464 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:04:04.464 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2024-04-22T22:04:04.464 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2407.g430e09df.el9 ceph 145 k 2024-04-22T22:04:04.465 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:04.465 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2024-04-22T22:04:04.465 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:04:04.465 INFO:teuthology.orchestra.run.smithi113.stdout:Install 1 Package 2024-04-22T22:04:04.465 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:04.465 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 145 k 2024-04-22T22:04:04.465 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 435 k 2024-04-22T22:04:04.465 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2024-04-22T22:04:04.689 INFO:teuthology.orchestra.run.smithi113.stdout:ceph-immutable-object-cache-19.0.0-2407.g430e09 648 kB/s | 145 kB 00:00 2024-04-22T22:04:04.690 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:04.690 INFO:teuthology.orchestra.run.smithi113.stdout:Total 643 kB/s | 145 kB 00:00 2024-04-22T22:04:04.690 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2024-04-22T22:04:04.698 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2024-04-22T22:04:04.698 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2024-04-22T22:04:04.711 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:05 ago on Mon 22 Apr 2024 10:02:59 PM UTC. 2024-04-22T22:04:04.755 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2024-04-22T22:04:04.755 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2024-04-22T22:04:04.832 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T22:04:04.832 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:04.833 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repository Size 2024-04-22T22:04:04.833 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:04.833 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-04-22T22:04:04.833 INFO:teuthology.orchestra.run.smithi178.stdout: cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 762 k 2024-04-22T22:04:04.833 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:04.833 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-04-22T22:04:04.833 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:04.833 INFO:teuthology.orchestra.run.smithi178.stdout:Install 1 Package 2024-04-22T22:04:04.833 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:04.833 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 762 k 2024-04-22T22:04:04.833 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 768 k 2024-04-22T22:04:04.833 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-04-22T22:04:04.905 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2024-04-22T22:04:04.950 INFO:teuthology.orchestra.run.smithi094.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 303 kB/s | 195 kB 00:00 2024-04-22T22:04:04.982 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:04:05.006 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:04:05.006 INFO:teuthology.orchestra.run.smithi113.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:04:05.006 INFO:teuthology.orchestra.run.smithi113.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T22:04:05.007 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:05.108 INFO:teuthology.orchestra.run.smithi094.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 207 kB/s | 33 kB 00:00 2024-04-22T22:04:05.250 INFO:teuthology.orchestra.run.smithi094.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 850 kB/s | 803 kB 00:00 2024-04-22T22:04:05.400 INFO:teuthology.orchestra.run.smithi094.stdout:(4/12): ceph-mgr-diskprediction-local-19.0.0-24 6.8 MB/s | 7.4 MB 00:01 2024-04-22T22:04:05.426 INFO:teuthology.orchestra.run.smithi094.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 104 kB/s | 18 kB 00:00 2024-04-22T22:04:05.551 INFO:teuthology.orchestra.run.smithi094.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 234 kB/s | 35 kB 00:00 2024-04-22T22:04:05.577 INFO:teuthology.orchestra.run.smithi178.stdout:cephadm-19.0.0-2407.g430e09df.el9.noarch.rpm 1.0 MB/s | 762 kB 00:00 2024-04-22T22:04:05.578 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:05.578 INFO:teuthology.orchestra.run.smithi178.stdout:Total 1.0 MB/s | 762 kB 00:00 2024-04-22T22:04:05.578 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-04-22T22:04:05.583 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-04-22T22:04:05.583 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-04-22T22:04:05.589 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-04-22T22:04:05.590 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-04-22T22:04:05.660 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-04-22T22:04:05.701 INFO:teuthology.orchestra.run.smithi094.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.6 MB/s | 244 kB 00:00 2024-04-22T22:04:05.839 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:04:05.839 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:05.839 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2024-04-22T22:04:05.839 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:05.839 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:05.840 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T22:04:05.860 INFO:teuthology.orchestra.run.smithi094.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 4.0 MB/s | 3.0 MB 00:00 2024-04-22T22:04:05.918 INFO:teuthology.orchestra.run.smithi094.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 4.2 MB/s | 250 kB 00:00 2024-04-22T22:04:06.077 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-mgr 2024-04-22T22:04:06.116 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:04:06.187 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:04:06.310 INFO:teuthology.orchestra.run.smithi094.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 5.4 MB/s | 4.7 MB 00:00 2024-04-22T22:04:06.386 INFO:teuthology.orchestra.run.smithi094.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 7.5 MB/s | 5.1 MB 00:00 2024-04-22T22:04:06.532 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:04:06.588 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:01:08 ago on Mon 22 Apr 2024 10:02:58 PM UTC. 2024-04-22T22:04:06.668 INFO:teuthology.orchestra.run.smithi113.stdout:Package ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:06.710 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T22:04:06.711 INFO:teuthology.orchestra.run.smithi113.stdout:Nothing to do. 2024-04-22T22:04:06.711 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T22:04:06.741 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:04:06.742 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:06.742 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-04-22T22:04:06.742 INFO:teuthology.orchestra.run.smithi178.stdout: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:06.742 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:06.742 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T22:04:06.774 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T22:04:06.947 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T22:04:07.288 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:01:09 ago on Mon 22 Apr 2024 10:02:58 PM UTC. 2024-04-22T22:04:07.407 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T22:04:07.408 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:04:07.409 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2024-04-22T22:04:07.409 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:04:07.409 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2024-04-22T22:04:07.409 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 3.5 M 2024-04-22T22:04:07.409 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2024-04-22T22:04:07.409 INFO:teuthology.orchestra.run.smithi113.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T22:04:07.409 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 32 k 2024-04-22T22:04:07.409 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 15 k 2024-04-22T22:04:07.409 INFO:teuthology.orchestra.run.smithi113.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T22:04:07.409 INFO:teuthology.orchestra.run.smithi113.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T22:04:07.409 INFO:teuthology.orchestra.run.smithi113.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T22:04:07.409 INFO:teuthology.orchestra.run.smithi113.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T22:04:07.409 INFO:teuthology.orchestra.run.smithi113.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T22:04:07.409 INFO:teuthology.orchestra.run.smithi113.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T22:04:07.410 INFO:teuthology.orchestra.run.smithi113.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T22:04:07.410 INFO:teuthology.orchestra.run.smithi113.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T22:04:07.410 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:07.410 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2024-04-22T22:04:07.410 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:04:07.410 INFO:teuthology.orchestra.run.smithi113.stdout:Install 12 Packages 2024-04-22T22:04:07.410 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:07.411 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 8.6 M 2024-04-22T22:04:07.411 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 103 M 2024-04-22T22:04:07.411 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2024-04-22T22:04:07.462 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:08 ago on Mon 22 Apr 2024 10:02:59 PM UTC. 2024-04-22T22:04:07.580 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T22:04:07.581 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:07.581 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repo Size 2024-04-22T22:04:07.581 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:07.581 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-04-22T22:04:07.582 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2407.g430e09df.el9 ceph 145 k 2024-04-22T22:04:07.582 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:07.582 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-04-22T22:04:07.582 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:07.582 INFO:teuthology.orchestra.run.smithi178.stdout:Install 1 Package 2024-04-22T22:04:07.582 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:07.582 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 145 k 2024-04-22T22:04:07.582 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 435 k 2024-04-22T22:04:07.582 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-04-22T22:04:07.783 INFO:teuthology.orchestra.run.smithi178.stdout:ceph-immutable-object-cache-19.0.0-2407.g430e09 723 kB/s | 145 kB 00:00 2024-04-22T22:04:07.784 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:07.784 INFO:teuthology.orchestra.run.smithi178.stdout:Total 716 kB/s | 145 kB 00:00 2024-04-22T22:04:07.784 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-04-22T22:04:07.792 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-04-22T22:04:07.792 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-04-22T22:04:07.849 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-04-22T22:04:07.850 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-04-22T22:04:07.868 INFO:teuthology.orchestra.run.smithi094.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 8.3 MB/s | 16 MB 00:01 2024-04-22T22:04:07.870 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:07.870 INFO:teuthology.orchestra.run.smithi094.stdout:Total 9.6 MB/s | 38 MB 00:03 2024-04-22T22:04:07.993 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-04-22T22:04:08.067 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:04:08.092 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:04:08.092 INFO:teuthology.orchestra.run.smithi178.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:04:08.093 INFO:teuthology.orchestra.run.smithi178.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T22:04:08.093 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:08.221 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:04:08.247 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:04:08.247 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:04:08.268 INFO:teuthology.orchestra.run.smithi113.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2407.g43 108 kB/s | 32 kB 00:00 2024-04-22T22:04:08.369 INFO:teuthology.orchestra.run.smithi113.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2407.g430 39 kB/s | 15 kB 00:00 2024-04-22T22:04:08.461 INFO:teuthology.orchestra.run.smithi113.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.3 MB/s | 1.0 MB 00:00 2024-04-22T22:04:08.536 INFO:teuthology.orchestra.run.smithi113.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 269 kB 00:00 2024-04-22T22:04:08.650 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:04:08.650 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:04:08.745 INFO:teuthology.orchestra.run.smithi113.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.6 MB/s | 548 kB 00:00 2024-04-22T22:04:08.795 INFO:teuthology.orchestra.run.smithi113.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 388 kB/s | 19 kB 00:00 2024-04-22T22:04:08.912 INFO:teuthology.orchestra.run.smithi113.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 17 MB/s | 2.0 MB 00:00 2024-04-22T22:04:08.947 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:04:08.947 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:08.947 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-04-22T22:04:08.947 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:08.947 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:08.947 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T22:04:08.962 INFO:teuthology.orchestra.run.smithi113.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.8 MB/s | 144 kB 00:00 2024-04-22T22:04:09.012 INFO:teuthology.orchestra.run.smithi113.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 614 kB/s | 31 kB 00:00 2024-04-22T22:04:09.071 INFO:teuthology.orchestra.run.smithi113.stdout:(10/12): ceph-mgr-dashboard-19.0.0-2407.g430e09 3.2 MB/s | 3.5 MB 00:01 2024-04-22T22:04:09.096 INFO:teuthology.orchestra.run.smithi113.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.2 MB/s | 188 kB 00:00 2024-04-22T22:04:09.159 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install ceph-mgr 2024-04-22T22:04:09.280 INFO:teuthology.orchestra.run.smithi113.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 1.0 MB/s | 863 kB 00:00 2024-04-22T22:04:09.281 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:09.282 INFO:teuthology.orchestra.run.smithi113.stdout:Total 4.6 MB/s | 8.6 MB 00:01 2024-04-22T22:04:09.331 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2024-04-22T22:04:09.349 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2024-04-22T22:04:09.349 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2024-04-22T22:04:09.493 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:04:09.503 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2024-04-22T22:04:09.503 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2024-04-22T22:04:09.565 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T22:04:09.600 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T22:04:09.674 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:10 ago on Mon 22 Apr 2024 10:02:59 PM UTC. 2024-04-22T22:04:09.697 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T22:04:09.734 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T22:04:09.753 INFO:teuthology.orchestra.run.smithi178.stdout:Package ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:09.798 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T22:04:09.798 INFO:teuthology.orchestra.run.smithi178.stdout:Nothing to do. 2024-04-22T22:04:09.799 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T22:04:09.863 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T22:04:09.911 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T22:04:09.950 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T22:04:10.023 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2024-04-22T22:04:10.026 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T22:04:10.097 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T22:04:10.140 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T22:04:10.187 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T22:04:10.226 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T22:04:10.303 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T22:04:10.372 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:11 ago on Mon 22 Apr 2024 10:02:59 PM UTC. 2024-04-22T22:04:10.436 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T22:04:10.493 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T22:04:10.494 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:10.494 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repository Size 2024-04-22T22:04:10.495 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:10.495 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-04-22T22:04:10.495 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 3.5 M 2024-04-22T22:04:10.495 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2024-04-22T22:04:10.495 INFO:teuthology.orchestra.run.smithi178.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T22:04:10.495 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 32 k 2024-04-22T22:04:10.495 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 15 k 2024-04-22T22:04:10.495 INFO:teuthology.orchestra.run.smithi178.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T22:04:10.495 INFO:teuthology.orchestra.run.smithi178.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T22:04:10.495 INFO:teuthology.orchestra.run.smithi178.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T22:04:10.495 INFO:teuthology.orchestra.run.smithi178.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T22:04:10.495 INFO:teuthology.orchestra.run.smithi178.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T22:04:10.495 INFO:teuthology.orchestra.run.smithi178.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T22:04:10.495 INFO:teuthology.orchestra.run.smithi178.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T22:04:10.496 INFO:teuthology.orchestra.run.smithi178.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T22:04:10.496 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:10.496 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-04-22T22:04:10.496 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:10.496 INFO:teuthology.orchestra.run.smithi178.stdout:Install 12 Packages 2024-04-22T22:04:10.496 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:10.496 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 8.6 M 2024-04-22T22:04:10.497 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 103 M 2024-04-22T22:04:10.497 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-04-22T22:04:10.530 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T22:04:10.572 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T22:04:10.601 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T22:04:10.641 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 10/12 2024-04-22T22:04:10.664 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T22:04:10.778 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T22:04:11.245 INFO:teuthology.orchestra.run.smithi178.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2407.g43 165 kB/s | 32 kB 00:00 2024-04-22T22:04:11.362 INFO:teuthology.orchestra.run.smithi178.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2407.g430 50 kB/s | 15 kB 00:00 2024-04-22T22:04:11.537 INFO:teuthology.orchestra.run.smithi178.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2407.g430e09d 7.3 MB/s | 3.5 MB 00:00 2024-04-22T22:04:11.562 INFO:teuthology.orchestra.run.smithi178.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.3 MB/s | 269 kB 00:00 2024-04-22T22:04:11.638 INFO:teuthology.orchestra.run.smithi178.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.6 MB/s | 1.0 MB 00:00 2024-04-22T22:04:11.696 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 11/12 2024-04-22T22:04:11.733 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T22:04:11.829 INFO:teuthology.orchestra.run.smithi178.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.9 MB/s | 863 kB 00:00 2024-04-22T22:04:11.855 INFO:teuthology.orchestra.run.smithi178.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.8 MB/s | 548 kB 00:00 2024-04-22T22:04:11.908 INFO:teuthology.orchestra.run.smithi178.stdout:(8/12): grpc-data-1.46.7-10.el9.noarch.rpm 72 kB/s | 19 kB 00:00 2024-04-22T22:04:11.974 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T22:04:11.997 INFO:teuthology.orchestra.run.smithi178.stdout:(9/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 12 MB/s | 2.0 MB 00:00 2024-04-22T22:04:12.022 INFO:teuthology.orchestra.run.smithi178.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 1.2 MB/s | 144 kB 00:00 2024-04-22T22:04:12.047 INFO:teuthology.orchestra.run.smithi178.stdout:(11/12): python3-repoze-lru-0.7-16.el9.noarch.r 222 kB/s | 31 kB 00:00 2024-04-22T22:04:12.089 INFO:teuthology.orchestra.run.smithi178.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.0 MB/s | 188 kB 00:00 2024-04-22T22:04:12.092 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:12.092 INFO:teuthology.orchestra.run.smithi178.stdout:Total 5.4 MB/s | 8.6 MB 00:01 2024-04-22T22:04:12.140 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-04-22T22:04:12.156 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-04-22T22:04:12.156 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-04-22T22:04:12.309 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-04-22T22:04:12.309 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-04-22T22:04:12.830 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-04-22T22:04:12.898 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T22:04:12.941 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T22:04:12.987 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T22:04:13.009 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T22:04:13.026 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T22:04:13.049 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T22:04:13.102 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T22:04:13.170 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T22:04:13.171 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 1/12 2024-04-22T22:04:13.171 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 2/12 2024-04-22T22:04:13.171 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 3/12 2024-04-22T22:04:13.171 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T22:04:13.171 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T22:04:13.171 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T22:04:13.171 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T22:04:13.171 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T22:04:13.171 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T22:04:13.171 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T22:04:13.171 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T22:04:13.235 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T22:04:13.320 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T22:04:13.364 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T22:04:13.393 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T22:04:13.425 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 10/12 2024-04-22T22:04:13.469 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T22:04:13.470 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:13.470 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2024-04-22T22:04:13.470 INFO:teuthology.orchestra.run.smithi113.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T22:04:13.470 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:13.470 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:13.470 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:13.470 INFO:teuthology.orchestra.run.smithi113.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T22:04:13.470 INFO:teuthology.orchestra.run.smithi113.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T22:04:13.470 INFO:teuthology.orchestra.run.smithi113.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T22:04:13.470 INFO:teuthology.orchestra.run.smithi113.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T22:04:13.470 INFO:teuthology.orchestra.run.smithi113.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T22:04:13.470 INFO:teuthology.orchestra.run.smithi113.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T22:04:13.470 INFO:teuthology.orchestra.run.smithi113.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T22:04:13.470 INFO:teuthology.orchestra.run.smithi113.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T22:04:13.470 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:13.471 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T22:04:13.699 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T22:04:14.216 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:01:16 ago on Mon 22 Apr 2024 10:02:58 PM UTC. 2024-04-22T22:04:14.344 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T22:04:14.345 INFO:teuthology.orchestra.run.smithi113.stdout:======================================================================================= 2024-04-22T22:04:14.345 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2024-04-22T22:04:14.346 INFO:teuthology.orchestra.run.smithi113.stdout:======================================================================================= 2024-04-22T22:04:14.346 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2024-04-22T22:04:14.346 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 7.4 M 2024-04-22T22:04:14.346 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2024-04-22T22:04:14.346 INFO:teuthology.orchestra.run.smithi113.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T22:04:14.346 INFO:teuthology.orchestra.run.smithi113.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T22:04:14.346 INFO:teuthology.orchestra.run.smithi113.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T22:04:14.346 INFO:teuthology.orchestra.run.smithi113.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T22:04:14.346 INFO:teuthology.orchestra.run.smithi113.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T22:04:14.346 INFO:teuthology.orchestra.run.smithi113.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T22:04:14.346 INFO:teuthology.orchestra.run.smithi113.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T22:04:14.346 INFO:teuthology.orchestra.run.smithi113.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T22:04:14.346 INFO:teuthology.orchestra.run.smithi113.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T22:04:14.347 INFO:teuthology.orchestra.run.smithi113.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T22:04:14.347 INFO:teuthology.orchestra.run.smithi113.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T22:04:14.347 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:14.347 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2024-04-22T22:04:14.347 INFO:teuthology.orchestra.run.smithi113.stdout:======================================================================================= 2024-04-22T22:04:14.347 INFO:teuthology.orchestra.run.smithi113.stdout:Install 12 Packages 2024-04-22T22:04:14.347 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:14.347 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 38 M 2024-04-22T22:04:14.348 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 209 M 2024-04-22T22:04:14.348 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2024-04-22T22:04:14.461 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 11/12 2024-04-22T22:04:14.501 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T22:04:14.631 INFO:teuthology.orchestra.run.smithi113.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.3 MB/s | 195 kB 00:00 2024-04-22T22:04:14.697 INFO:teuthology.orchestra.run.smithi113.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.7 MB/s | 803 kB 00:00 2024-04-22T22:04:14.898 INFO:teuthology.orchestra.run.smithi113.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 123 kB/s | 33 kB 00:00 2024-04-22T22:04:14.998 INFO:teuthology.orchestra.run.smithi113.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 182 kB/s | 18 kB 00:00 2024-04-22T22:04:15.115 INFO:teuthology.orchestra.run.smithi113.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 301 kB/s | 35 kB 00:00 2024-04-22T22:04:15.740 INFO:teuthology.orchestra.run.smithi113.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 2.9 MB/s | 3.0 MB 00:01 2024-04-22T22:04:15.849 INFO:teuthology.orchestra.run.smithi113.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 2.2 MB/s | 244 kB 00:00 2024-04-22T22:04:15.852 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T22:04:15.852 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 1/12 2024-04-22T22:04:15.852 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 2/12 2024-04-22T22:04:15.852 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 3/12 2024-04-22T22:04:15.852 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T22:04:15.852 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T22:04:15.852 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T22:04:15.852 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T22:04:15.852 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T22:04:15.853 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T22:04:15.853 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T22:04:15.853 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T22:04:15.876 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T22:04:15.876 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 1/12 2024-04-22T22:04:15.876 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T22:04:15.877 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T22:04:15.877 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T22:04:15.877 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T22:04:15.877 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T22:04:15.877 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T22:04:15.877 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T22:04:15.877 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T22:04:15.877 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T22:04:15.877 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T22:04:16.136 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T22:04:16.137 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:16.137 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-04-22T22:04:16.137 INFO:teuthology.orchestra.run.smithi178.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T22:04:16.137 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:16.137 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:16.137 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:16.137 INFO:teuthology.orchestra.run.smithi178.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T22:04:16.137 INFO:teuthology.orchestra.run.smithi178.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T22:04:16.137 INFO:teuthology.orchestra.run.smithi178.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T22:04:16.137 INFO:teuthology.orchestra.run.smithi178.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T22:04:16.137 INFO:teuthology.orchestra.run.smithi178.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T22:04:16.137 INFO:teuthology.orchestra.run.smithi178.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T22:04:16.137 INFO:teuthology.orchestra.run.smithi178.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T22:04:16.138 INFO:teuthology.orchestra.run.smithi178.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T22:04:16.138 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:16.138 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T22:04:16.297 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T22:04:16.297 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:16.298 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:04:16.298 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:16.298 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T22:04:16.298 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T22:04:16.298 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T22:04:16.298 INFO:teuthology.orchestra.run.smithi094.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T22:04:16.298 INFO:teuthology.orchestra.run.smithi094.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T22:04:16.298 INFO:teuthology.orchestra.run.smithi094.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T22:04:16.298 INFO:teuthology.orchestra.run.smithi094.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T22:04:16.298 INFO:teuthology.orchestra.run.smithi094.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T22:04:16.298 INFO:teuthology.orchestra.run.smithi094.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T22:04:16.298 INFO:teuthology.orchestra.run.smithi094.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T22:04:16.298 INFO:teuthology.orchestra.run.smithi094.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T22:04:16.298 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:16.299 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:04:16.401 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T22:04:16.585 INFO:teuthology.orchestra.run.smithi113.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 3.2 MB/s | 4.7 MB 00:01 2024-04-22T22:04:16.699 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr-rook 2024-04-22T22:04:16.843 INFO:teuthology.orchestra.run.smithi113.stdout:(9/12): ceph-mgr-diskprediction-local-19.0.0-24 3.1 MB/s | 7.4 MB 00:02 2024-04-22T22:04:16.909 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:17 ago on Mon 22 Apr 2024 10:02:59 PM UTC. 2024-04-22T22:04:16.952 INFO:teuthology.orchestra.run.smithi113.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 683 kB/s | 250 kB 00:00 2024-04-22T22:04:17.029 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T22:04:17.030 INFO:teuthology.orchestra.run.smithi178.stdout:======================================================================================= 2024-04-22T22:04:17.031 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repository Size 2024-04-22T22:04:17.031 INFO:teuthology.orchestra.run.smithi178.stdout:======================================================================================= 2024-04-22T22:04:17.031 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-04-22T22:04:17.031 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 7.4 M 2024-04-22T22:04:17.031 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2024-04-22T22:04:17.031 INFO:teuthology.orchestra.run.smithi178.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T22:04:17.031 INFO:teuthology.orchestra.run.smithi178.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T22:04:17.031 INFO:teuthology.orchestra.run.smithi178.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T22:04:17.031 INFO:teuthology.orchestra.run.smithi178.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T22:04:17.031 INFO:teuthology.orchestra.run.smithi178.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T22:04:17.031 INFO:teuthology.orchestra.run.smithi178.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T22:04:17.031 INFO:teuthology.orchestra.run.smithi178.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T22:04:17.032 INFO:teuthology.orchestra.run.smithi178.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T22:04:17.032 INFO:teuthology.orchestra.run.smithi178.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T22:04:17.032 INFO:teuthology.orchestra.run.smithi178.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T22:04:17.032 INFO:teuthology.orchestra.run.smithi178.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T22:04:17.032 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:17.032 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-04-22T22:04:17.032 INFO:teuthology.orchestra.run.smithi178.stdout:======================================================================================= 2024-04-22T22:04:17.032 INFO:teuthology.orchestra.run.smithi178.stdout:Install 12 Packages 2024-04-22T22:04:17.032 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:17.033 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 38 M 2024-04-22T22:04:17.033 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 209 M 2024-04-22T22:04:17.033 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-04-22T22:04:17.218 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:21 ago on Mon 22 Apr 2024 10:02:56 PM UTC. 2024-04-22T22:04:17.339 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:04:17.341 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:04:17.341 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T22:04:17.341 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:04:17.341 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:04:17.341 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-rook noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 49 k 2024-04-22T22:04:17.341 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-04-22T22:04:17.341 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T22:04:17.341 INFO:teuthology.orchestra.run.smithi094.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T22:04:17.341 INFO:teuthology.orchestra.run.smithi094.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T22:04:17.341 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T22:04:17.341 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T22:04:17.341 INFO:teuthology.orchestra.run.smithi094.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T22:04:17.342 INFO:teuthology.orchestra.run.smithi094.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T22:04:17.342 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T22:04:17.342 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T22:04:17.342 INFO:teuthology.orchestra.run.smithi094.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T22:04:17.342 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T22:04:17.342 INFO:teuthology.orchestra.run.smithi094.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T22:04:17.342 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:17.342 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:04:17.342 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:04:17.342 INFO:teuthology.orchestra.run.smithi094.stdout:Install 13 Packages 2024-04-22T22:04:17.342 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:17.343 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 2.2 M 2024-04-22T22:04:17.343 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 26 M 2024-04-22T22:04:17.343 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:04:17.656 INFO:teuthology.orchestra.run.smithi178.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 474 kB/s | 195 kB 00:00 2024-04-22T22:04:17.698 INFO:teuthology.orchestra.run.smithi178.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.7 MB/s | 803 kB 00:00 2024-04-22T22:04:17.890 INFO:teuthology.orchestra.run.smithi178.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 140 kB/s | 33 kB 00:00 2024-04-22T22:04:17.925 INFO:teuthology.orchestra.run.smithi094.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 230 kB/s | 19 kB 00:00 2024-04-22T22:04:17.950 INFO:teuthology.orchestra.run.smithi094.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 236 kB/s | 26 kB 00:00 2024-04-22T22:04:17.973 INFO:teuthology.orchestra.run.smithi178.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 218 kB/s | 18 kB 00:00 2024-04-22T22:04:18.034 INFO:teuthology.orchestra.run.smithi094.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.0 MB/s | 222 kB 00:00 2024-04-22T22:04:18.059 INFO:teuthology.orchestra.run.smithi094.stdout:(4/13): ceph-mgr-rook-19.0.0-2407.g430e09df.el9 226 kB/s | 49 kB 00:00 2024-04-22T22:04:18.073 INFO:teuthology.orchestra.run.smithi178.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 353 kB/s | 35 kB 00:00 2024-04-22T22:04:18.084 INFO:teuthology.orchestra.run.smithi094.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.2 MB/s | 159 kB 00:00 2024-04-22T22:04:18.118 INFO:teuthology.orchestra.run.smithi094.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 3.3 MB/s | 279 kB 00:00 2024-04-22T22:04:18.143 INFO:teuthology.orchestra.run.smithi094.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 916 kB/s | 54 kB 00:00 2024-04-22T22:04:18.282 INFO:teuthology.orchestra.run.smithi178.stdout:(6/12): ceph-mgr-diskprediction-local-19.0.0-24 7.1 MB/s | 7.4 MB 00:01 2024-04-22T22:04:18.360 INFO:teuthology.orchestra.run.smithi094.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 62 kB/s | 15 kB 00:00 2024-04-22T22:04:18.385 INFO:teuthology.orchestra.run.smithi094.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 107 kB/s | 32 kB 00:00 2024-04-22T22:04:18.566 INFO:teuthology.orchestra.run.smithi178.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 3.4 MB/s | 3.0 MB 00:00 2024-04-22T22:04:18.591 INFO:teuthology.orchestra.run.smithi178.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 791 kB/s | 244 kB 00:00 2024-04-22T22:04:18.610 INFO:teuthology.orchestra.run.smithi094.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 263 kB/s | 59 kB 00:00 2024-04-22T22:04:18.636 INFO:teuthology.orchestra.run.smithi094.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 411 kB/s | 203 kB 00:00 2024-04-22T22:04:18.733 INFO:teuthology.orchestra.run.smithi178.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.7 MB/s | 250 kB 00:00 2024-04-22T22:04:18.811 INFO:teuthology.orchestra.run.smithi094.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 448 kB/s | 90 kB 00:00 2024-04-22T22:04:18.936 INFO:teuthology.orchestra.run.smithi094.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.8 MB/s | 1.0 MB 00:00 2024-04-22T22:04:18.936 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:18.937 INFO:teuthology.orchestra.run.smithi094.stdout:Total 1.4 MB/s | 2.2 MB 00:01 2024-04-22T22:04:18.983 INFO:teuthology.orchestra.run.smithi178.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 12 MB/s | 5.1 MB 00:00 2024-04-22T22:04:19.005 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:04:19.021 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:04:19.021 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:04:19.100 INFO:teuthology.orchestra.run.smithi178.stdout:(11/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 4.6 MB/s | 4.7 MB 00:01 2024-04-22T22:04:19.104 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:04:19.104 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:04:19.601 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:04:19.776 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T22:04:19.829 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T22:04:19.884 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T22:04:19.908 INFO:teuthology.orchestra.run.smithi178.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 14 MB/s | 16 MB 00:01 2024-04-22T22:04:19.912 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:19.912 INFO:teuthology.orchestra.run.smithi178.stdout:Total 13 MB/s | 38 MB 00:02 2024-04-22T22:04:19.921 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T22:04:19.963 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T22:04:20.056 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T22:04:20.174 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T22:04:20.231 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T22:04:20.260 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-04-22T22:04:20.289 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-04-22T22:04:20.290 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-04-22T22:04:20.476 INFO:teuthology.orchestra.run.smithi113.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 1.1 MB/s | 5.1 MB 00:04 2024-04-22T22:04:20.693 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-04-22T22:04:20.693 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-04-22T22:04:20.950 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T22:04:21.003 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T22:04:21.037 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T22:04:21.084 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T22:04:21.106 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T22:04:21.517 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-04-22T22:04:21.588 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T22:04:21.640 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T22:04:21.739 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T22:04:21.783 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T22:04:21.827 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T22:04:21.827 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 1/13 2024-04-22T22:04:21.827 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T22:04:21.827 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T22:04:21.827 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T22:04:21.827 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T22:04:21.827 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T22:04:21.827 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T22:04:21.828 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T22:04:21.828 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T22:04:21.828 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T22:04:21.828 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T22:04:21.828 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T22:04:21.960 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T22:04:21.990 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T22:04:22.067 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T22:04:22.137 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T22:04:22.137 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:22.137 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:04:22.137 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:22.137 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T22:04:22.137 INFO:teuthology.orchestra.run.smithi094.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T22:04:22.137 INFO:teuthology.orchestra.run.smithi094.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T22:04:22.137 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T22:04:22.137 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T22:04:22.137 INFO:teuthology.orchestra.run.smithi094.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T22:04:22.137 INFO:teuthology.orchestra.run.smithi094.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T22:04:22.137 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T22:04:22.137 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T22:04:22.138 INFO:teuthology.orchestra.run.smithi094.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T22:04:22.138 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T22:04:22.138 INFO:teuthology.orchestra.run.smithi094.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T22:04:22.138 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:22.138 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:04:22.500 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T22:04:22.722 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T22:04:22.862 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T22:04:23.007 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:27 ago on Mon 22 Apr 2024 10:02:56 PM UTC. 2024-04-22T22:04:23.127 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:04:23.127 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:04:23.127 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T22:04:23.127 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:04:23.128 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:04:23.128 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 141 k 2024-04-22T22:04:23.128 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-04-22T22:04:23.128 INFO:teuthology.orchestra.run.smithi094.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T22:04:23.128 INFO:teuthology.orchestra.run.smithi094.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T22:04:23.128 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T22:04:23.128 INFO:teuthology.orchestra.run.smithi094.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T22:04:23.128 INFO:teuthology.orchestra.run.smithi094.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T22:04:23.128 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:23.128 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:04:23.128 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:04:23.128 INFO:teuthology.orchestra.run.smithi094.stdout:Install 6 Packages 2024-04-22T22:04:23.128 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:23.129 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 7.0 M 2024-04-22T22:04:23.129 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 33 M 2024-04-22T22:04:23.129 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:04:23.703 INFO:teuthology.orchestra.run.smithi094.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.1 MB/s | 248 kB 00:00 2024-04-22T22:04:23.820 INFO:teuthology.orchestra.run.smithi094.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2407.g430e09df.e 422 kB/s | 141 kB 00:00 2024-04-22T22:04:24.020 INFO:teuthology.orchestra.run.smithi094.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 288 kB/s | 58 kB 00:00 2024-04-22T22:04:24.054 INFO:teuthology.orchestra.run.smithi094.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.5 MB/s | 548 kB 00:00 2024-04-22T22:04:24.078 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T22:04:24.087 INFO:teuthology.orchestra.run.smithi094.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 766 kB/s | 51 kB 00:00 2024-04-22T22:04:24.582 INFO:teuthology.orchestra.run.smithi094.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 5.4 MB/s | 6.0 MB 00:01 2024-04-22T22:04:24.582 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:24.583 INFO:teuthology.orchestra.run.smithi094.stdout:Total 4.8 MB/s | 7.0 MB 00:01 2024-04-22T22:04:24.654 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:04:24.665 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:04:24.665 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:04:24.761 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:04:24.762 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:04:25.062 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:04:25.115 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T22:04:25.148 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T22:04:25.219 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T22:04:25.273 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T22:04:25.792 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T22:04:25.883 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T22:04:25.946 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T22:04:25.976 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T22:04:26.706 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T22:04:26.707 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/6 2024-04-22T22:04:26.707 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T22:04:26.707 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T22:04:26.707 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T22:04:26.707 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T22:04:26.967 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T22:04:26.967 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:26.967 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:04:26.967 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:26.967 INFO:teuthology.orchestra.run.smithi094.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T22:04:26.967 INFO:teuthology.orchestra.run.smithi094.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T22:04:26.967 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T22:04:26.967 INFO:teuthology.orchestra.run.smithi094.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T22:04:26.967 INFO:teuthology.orchestra.run.smithi094.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T22:04:26.968 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:26.968 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:04:27.235 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-fuse 2024-04-22T22:04:27.745 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T22:04:27.745 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 1/12 2024-04-22T22:04:27.745 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T22:04:27.745 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T22:04:27.745 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T22:04:27.745 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T22:04:27.745 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T22:04:27.745 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T22:04:27.745 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T22:04:27.746 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T22:04:27.746 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T22:04:27.746 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T22:04:27.746 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:31 ago on Mon 22 Apr 2024 10:02:56 PM UTC. 2024-04-22T22:04:27.868 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:04:27.869 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:04:27.869 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T22:04:27.869 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:04:27.869 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:04:27.869 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 889 k 2024-04-22T22:04:27.869 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-04-22T22:04:27.869 INFO:teuthology.orchestra.run.smithi094.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T22:04:27.869 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:27.869 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:04:27.869 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:04:27.869 INFO:teuthology.orchestra.run.smithi094.stdout:Install 2 Packages 2024-04-22T22:04:27.869 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:27.870 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 969 k 2024-04-22T22:04:27.870 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 2.8 M 2024-04-22T22:04:27.870 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:04:28.111 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T22:04:28.111 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:28.111 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-04-22T22:04:28.111 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:28.111 INFO:teuthology.orchestra.run.smithi178.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T22:04:28.111 INFO:teuthology.orchestra.run.smithi178.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T22:04:28.111 INFO:teuthology.orchestra.run.smithi178.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T22:04:28.111 INFO:teuthology.orchestra.run.smithi178.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T22:04:28.111 INFO:teuthology.orchestra.run.smithi178.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T22:04:28.112 INFO:teuthology.orchestra.run.smithi178.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T22:04:28.112 INFO:teuthology.orchestra.run.smithi178.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T22:04:28.112 INFO:teuthology.orchestra.run.smithi178.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T22:04:28.112 INFO:teuthology.orchestra.run.smithi178.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T22:04:28.112 INFO:teuthology.orchestra.run.smithi178.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T22:04:28.112 INFO:teuthology.orchestra.run.smithi178.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T22:04:28.112 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:28.112 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T22:04:28.181 INFO:teuthology.orchestra.run.smithi094.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 476 kB/s | 80 kB 00:00 2024-04-22T22:04:28.452 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install ceph-mgr-rook 2024-04-22T22:04:28.714 INFO:teuthology.orchestra.run.smithi094.stdout:(2/2): ceph-fuse-19.0.0-2407.g430e09df.el9.x86_ 1.2 MB/s | 889 kB 00:00 2024-04-22T22:04:28.715 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:28.715 INFO:teuthology.orchestra.run.smithi094.stdout:Total 1.1 MB/s | 969 kB 00:00 2024-04-22T22:04:28.727 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:04:28.750 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:04:28.750 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:04:28.828 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:04:28.829 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:04:28.971 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:29 ago on Mon 22 Apr 2024 10:02:59 PM UTC. 2024-04-22T22:04:29.008 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:04:29.093 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T22:04:29.094 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:29.094 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repository Size 2024-04-22T22:04:29.094 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:29.094 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-04-22T22:04:29.094 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mgr-rook noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 49 k 2024-04-22T22:04:29.094 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2024-04-22T22:04:29.094 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T22:04:29.094 INFO:teuthology.orchestra.run.smithi178.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T22:04:29.095 INFO:teuthology.orchestra.run.smithi178.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T22:04:29.095 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T22:04:29.095 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T22:04:29.095 INFO:teuthology.orchestra.run.smithi178.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T22:04:29.095 INFO:teuthology.orchestra.run.smithi178.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T22:04:29.095 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T22:04:29.095 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T22:04:29.095 INFO:teuthology.orchestra.run.smithi178.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T22:04:29.095 INFO:teuthology.orchestra.run.smithi178.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T22:04:29.095 INFO:teuthology.orchestra.run.smithi178.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T22:04:29.095 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:29.095 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-04-22T22:04:29.095 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:29.095 INFO:teuthology.orchestra.run.smithi178.stdout:Install 13 Packages 2024-04-22T22:04:29.095 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:29.096 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 2.2 M 2024-04-22T22:04:29.096 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 26 M 2024-04-22T22:04:29.096 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-04-22T22:04:29.149 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T22:04:29.219 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T22:04:29.865 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T22:04:29.865 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/2 2024-04-22T22:04:30.006 INFO:teuthology.orchestra.run.smithi178.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 73 kB/s | 19 kB 00:00 2024-04-22T22:04:30.047 INFO:teuthology.orchestra.run.smithi178.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 85 kB/s | 26 kB 00:00 2024-04-22T22:04:30.073 INFO:teuthology.orchestra.run.smithi178.stdout:(3/13): ceph-mgr-rook-19.0.0-2407.g430e09df.el9 150 kB/s | 49 kB 00:00 2024-04-22T22:04:30.134 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T22:04:30.134 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:30.134 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:04:30.134 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T22:04:30.134 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:30.134 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:04:30.390 INFO:teuthology.orchestra.run.smithi178.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 464 kB/s | 159 kB 00:00 2024-04-22T22:04:30.400 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-volume 2024-04-22T22:04:30.431 INFO:teuthology.orchestra.run.smithi178.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 522 kB/s | 222 kB 00:00 2024-04-22T22:04:30.450 INFO:teuthology.orchestra.run.smithi113.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 1.2 MB/s | 16 MB 00:13 2024-04-22T22:04:30.451 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:30.451 INFO:teuthology.orchestra.run.smithi113.stdout:Total 2.4 MB/s | 38 MB 00:16 2024-04-22T22:04:30.490 INFO:teuthology.orchestra.run.smithi178.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 535 kB/s | 54 kB 00:00 2024-04-22T22:04:30.665 INFO:teuthology.orchestra.run.smithi178.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 471 kB/s | 279 kB 00:00 2024-04-22T22:04:30.804 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2024-04-22T22:04:30.815 INFO:teuthology.orchestra.run.smithi178.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 84 kB/s | 32 kB 00:00 2024-04-22T22:04:30.829 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2024-04-22T22:04:30.830 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2024-04-22T22:04:30.841 INFO:teuthology.orchestra.run.smithi178.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 43 kB/s | 15 kB 00:00 2024-04-22T22:04:30.915 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:34 ago on Mon 22 Apr 2024 10:02:56 PM UTC. 2024-04-22T22:04:31.037 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:04:31.038 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:04:31.038 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T22:04:31.038 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:04:31.038 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:04:31.038 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-volume noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 264 k 2024-04-22T22:04:31.038 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-04-22T22:04:31.038 INFO:teuthology.orchestra.run.smithi094.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T22:04:31.038 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:31.038 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:04:31.038 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:04:31.038 INFO:teuthology.orchestra.run.smithi094.stdout:Install 2 Packages 2024-04-22T22:04:31.038 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:31.039 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 341 k 2024-04-22T22:04:31.039 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 1.5 M 2024-04-22T22:04:31.039 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:04:31.058 INFO:teuthology.orchestra.run.smithi178.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 273 kB/s | 59 kB 00:00 2024-04-22T22:04:31.235 INFO:teuthology.orchestra.run.smithi178.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 506 kB/s | 90 kB 00:00 2024-04-22T22:04:31.236 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2024-04-22T22:04:31.236 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2024-04-22T22:04:31.260 INFO:teuthology.orchestra.run.smithi178.stdout:(12/13): python3-google-auth-2.28.2-1.el9.noarc 341 kB/s | 203 kB 00:00 2024-04-22T22:04:31.294 INFO:teuthology.orchestra.run.smithi178.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.1 MB/s | 1.0 MB 00:00 2024-04-22T22:04:31.297 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:31.297 INFO:teuthology.orchestra.run.smithi178.stdout:Total 1.0 MB/s | 2.2 MB 00:02 2024-04-22T22:04:31.367 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-04-22T22:04:31.383 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-04-22T22:04:31.383 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-04-22T22:04:31.467 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-04-22T22:04:31.467 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-04-22T22:04:31.686 INFO:teuthology.orchestra.run.smithi094.stdout:(1/2): ceph-volume-19.0.0-2407.g430e09df.el9.no 702 kB/s | 264 kB 00:00 2024-04-22T22:04:31.959 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-04-22T22:04:31.994 INFO:teuthology.orchestra.run.smithi094.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 113 kB/s | 77 kB 00:00 2024-04-22T22:04:31.995 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:31.995 INFO:teuthology.orchestra.run.smithi094.stdout:Total 356 kB/s | 341 kB 00:00 2024-04-22T22:04:32.008 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:04:32.018 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:04:32.018 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:04:32.045 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:04:32.045 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:04:32.057 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2024-04-22T22:04:32.113 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T22:04:32.115 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T22:04:32.148 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T22:04:32.178 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T22:04:32.189 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:04:32.233 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T22:04:32.247 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T22:04:32.271 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T22:04:32.291 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T22:04:32.312 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T22:04:32.369 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T22:04:32.405 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T22:04:32.405 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T22:04:32.420 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T22:04:32.420 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:04:32.420 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T22:04:32.420 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:32.467 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T22:04:32.498 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T22:04:32.515 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T22:04:32.564 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T22:04:32.574 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T22:04:33.146 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 1/2 2024-04-22T22:04:33.212 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T22:04:33.274 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T22:04:33.329 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T22:04:33.338 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T22:04:33.362 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T22:04:33.410 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T22:04:33.432 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T22:04:33.442 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T22:04:33.443 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:33.443 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:04:33.443 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:33.443 INFO:teuthology.orchestra.run.smithi094.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T22:04:33.443 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:33.443 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:04:33.758 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install librados-devel 2024-04-22T22:04:34.096 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T22:04:34.097 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 1/13 2024-04-22T22:04:34.097 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T22:04:34.097 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T22:04:34.097 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T22:04:34.097 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T22:04:34.097 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T22:04:34.097 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T22:04:34.097 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T22:04:34.097 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T22:04:34.097 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T22:04:34.097 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T22:04:34.097 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T22:04:34.280 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:38 ago on Mon 22 Apr 2024 10:02:56 PM UTC. 2024-04-22T22:04:34.404 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:04:34.405 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:04:34.405 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repo Size 2024-04-22T22:04:34.405 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:04:34.405 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:04:34.405 INFO:teuthology.orchestra.run.smithi094.stdout: librados-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 127 k 2024-04-22T22:04:34.405 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:34.405 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:04:34.405 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:04:34.406 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-04-22T22:04:34.406 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:34.406 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 127 k 2024-04-22T22:04:34.406 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 456 k 2024-04-22T22:04:34.406 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:04:34.433 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T22:04:34.433 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:34.433 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-04-22T22:04:34.433 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:34.433 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T22:04:34.433 INFO:teuthology.orchestra.run.smithi178.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T22:04:34.433 INFO:teuthology.orchestra.run.smithi178.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T22:04:34.433 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T22:04:34.433 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T22:04:34.433 INFO:teuthology.orchestra.run.smithi178.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T22:04:34.433 INFO:teuthology.orchestra.run.smithi178.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T22:04:34.433 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T22:04:34.434 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T22:04:34.434 INFO:teuthology.orchestra.run.smithi178.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T22:04:34.434 INFO:teuthology.orchestra.run.smithi178.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T22:04:34.434 INFO:teuthology.orchestra.run.smithi178.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T22:04:34.434 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:34.434 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T22:04:34.552 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T22:04:34.685 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T22:04:34.716 INFO:teuthology.orchestra.run.smithi094.stdout:librados-devel-19.0.0-2407.g430e09df.el9.x86_64 409 kB/s | 127 kB 00:00 2024-04-22T22:04:34.716 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:34.717 INFO:teuthology.orchestra.run.smithi094.stdout:Total 407 kB/s | 127 kB 00:00 2024-04-22T22:04:34.717 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:04:34.722 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:04:34.722 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:04:34.787 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:04:34.787 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:04:34.937 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:04:35.029 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:35.202 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:36 ago on Mon 22 Apr 2024 10:02:59 PM UTC. 2024-04-22T22:04:35.323 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T22:04:35.323 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:35.324 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repository Size 2024-04-22T22:04:35.324 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:35.324 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-04-22T22:04:35.324 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 141 k 2024-04-22T22:04:35.324 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2024-04-22T22:04:35.324 INFO:teuthology.orchestra.run.smithi178.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T22:04:35.324 INFO:teuthology.orchestra.run.smithi178.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T22:04:35.324 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T22:04:35.324 INFO:teuthology.orchestra.run.smithi178.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T22:04:35.324 INFO:teuthology.orchestra.run.smithi178.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T22:04:35.324 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:35.324 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-04-22T22:04:35.324 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:35.324 INFO:teuthology.orchestra.run.smithi178.stdout:Install 6 Packages 2024-04-22T22:04:35.325 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:35.325 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 7.0 M 2024-04-22T22:04:35.325 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 33 M 2024-04-22T22:04:35.325 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-04-22T22:04:35.446 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:35.594 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T22:04:35.624 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T22:04:35.699 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:35.699 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:35.699 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:04:35.699 INFO:teuthology.orchestra.run.smithi094.stdout: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:35.700 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:35.700 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:04:35.847 INFO:teuthology.orchestra.run.smithi178.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.3 MB/s | 248 kB 00:00 2024-04-22T22:04:35.957 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install libcephfs2 2024-04-22T22:04:36.014 INFO:teuthology.orchestra.run.smithi178.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 3.2 MB/s | 548 kB 00:00 2024-04-22T22:04:36.039 INFO:teuthology.orchestra.run.smithi178.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2407.g430e09df.e 376 kB/s | 141 kB 00:00 2024-04-22T22:04:36.064 INFO:teuthology.orchestra.run.smithi178.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.1 MB/s | 58 kB 00:00 2024-04-22T22:04:36.140 INFO:teuthology.orchestra.run.smithi178.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 509 kB/s | 51 kB 00:00 2024-04-22T22:04:36.477 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:40 ago on Mon 22 Apr 2024 10:02:56 PM UTC. 2024-04-22T22:04:36.558 INFO:teuthology.orchestra.run.smithi094.stdout:Package libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:36.600 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:04:36.601 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T22:04:36.602 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:04:36.671 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install libcephfs-devel 2024-04-22T22:04:36.673 INFO:teuthology.orchestra.run.smithi178.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 5.9 MB/s | 6.0 MB 00:01 2024-04-22T22:04:36.674 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:36.674 INFO:teuthology.orchestra.run.smithi178.stdout:Total 5.2 MB/s | 7.0 MB 00:01 2024-04-22T22:04:36.744 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-04-22T22:04:36.754 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-04-22T22:04:36.754 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-04-22T22:04:36.848 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-04-22T22:04:36.850 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-04-22T22:04:37.154 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-04-22T22:04:37.182 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:41 ago on Mon 22 Apr 2024 10:02:56 PM UTC. 2024-04-22T22:04:37.302 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:04:37.303 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:04:37.303 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repo Size 2024-04-22T22:04:37.303 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:04:37.303 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:04:37.303 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 32 k 2024-04-22T22:04:37.304 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:37.304 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:04:37.304 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:04:37.304 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-04-22T22:04:37.304 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:37.304 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 32 k 2024-04-22T22:04:37.304 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 142 k 2024-04-22T22:04:37.304 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:04:37.331 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T22:04:37.383 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T22:04:37.560 INFO:teuthology.orchestra.run.smithi094.stdout:libcephfs-devel-19.0.0-2407.g430e09df.el9.x86_6 124 kB/s | 32 kB 00:00 2024-04-22T22:04:37.561 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:37.561 INFO:teuthology.orchestra.run.smithi094.stdout:Total 123 kB/s | 32 kB 00:00 2024-04-22T22:04:37.561 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:04:37.565 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:04:37.565 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:04:37.567 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:04:37.567 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:04:37.657 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:04:37.773 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:37.908 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T22:04:38.003 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T22:04:38.066 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T22:04:38.084 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T22:04:38.084 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 1/12 2024-04-22T22:04:38.084 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T22:04:38.084 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T22:04:38.084 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T22:04:38.084 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T22:04:38.084 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T22:04:38.084 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T22:04:38.084 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T22:04:38.084 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T22:04:38.085 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T22:04:38.085 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T22:04:38.094 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:38.096 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T22:04:38.316 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:38.316 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:38.316 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:04:38.316 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:38.316 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:38.316 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:04:38.468 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T22:04:38.468 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:38.468 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2024-04-22T22:04:38.468 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:38.468 INFO:teuthology.orchestra.run.smithi113.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T22:04:38.468 INFO:teuthology.orchestra.run.smithi113.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T22:04:38.468 INFO:teuthology.orchestra.run.smithi113.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T22:04:38.468 INFO:teuthology.orchestra.run.smithi113.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T22:04:38.468 INFO:teuthology.orchestra.run.smithi113.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T22:04:38.468 INFO:teuthology.orchestra.run.smithi113.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T22:04:38.469 INFO:teuthology.orchestra.run.smithi113.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T22:04:38.469 INFO:teuthology.orchestra.run.smithi113.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T22:04:38.469 INFO:teuthology.orchestra.run.smithi113.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T22:04:38.469 INFO:teuthology.orchestra.run.smithi113.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T22:04:38.469 INFO:teuthology.orchestra.run.smithi113.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T22:04:38.469 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:38.469 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T22:04:38.534 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install librados2 2024-04-22T22:04:38.885 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T22:04:38.885 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/6 2024-04-22T22:04:38.885 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T22:04:38.885 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T22:04:38.885 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T22:04:38.885 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T22:04:38.886 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-mgr-rook 2024-04-22T22:04:39.044 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:43 ago on Mon 22 Apr 2024 10:02:56 PM UTC. 2024-04-22T22:04:39.122 INFO:teuthology.orchestra.run.smithi094.stdout:Package librados2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:39.131 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T22:04:39.131 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:39.132 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-04-22T22:04:39.132 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:39.132 INFO:teuthology.orchestra.run.smithi178.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T22:04:39.132 INFO:teuthology.orchestra.run.smithi178.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T22:04:39.132 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T22:04:39.132 INFO:teuthology.orchestra.run.smithi178.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T22:04:39.132 INFO:teuthology.orchestra.run.smithi178.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T22:04:39.132 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:39.132 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T22:04:39.163 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:04:39.164 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T22:04:39.164 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:04:39.231 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install librbd1 2024-04-22T22:04:39.371 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install ceph-fuse 2024-04-22T22:04:39.402 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:01:41 ago on Mon 22 Apr 2024 10:02:58 PM UTC. 2024-04-22T22:04:39.522 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T22:04:39.523 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:04:39.523 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2024-04-22T22:04:39.523 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:04:39.523 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2024-04-22T22:04:39.523 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr-rook noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 49 k 2024-04-22T22:04:39.523 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2024-04-22T22:04:39.523 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T22:04:39.523 INFO:teuthology.orchestra.run.smithi113.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T22:04:39.523 INFO:teuthology.orchestra.run.smithi113.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T22:04:39.523 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T22:04:39.524 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T22:04:39.524 INFO:teuthology.orchestra.run.smithi113.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T22:04:39.524 INFO:teuthology.orchestra.run.smithi113.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T22:04:39.524 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T22:04:39.524 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T22:04:39.524 INFO:teuthology.orchestra.run.smithi113.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T22:04:39.524 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T22:04:39.524 INFO:teuthology.orchestra.run.smithi113.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T22:04:39.524 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:39.524 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2024-04-22T22:04:39.524 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:04:39.524 INFO:teuthology.orchestra.run.smithi113.stdout:Install 13 Packages 2024-04-22T22:04:39.524 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:39.525 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 2.2 M 2024-04-22T22:04:39.525 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 26 M 2024-04-22T22:04:39.525 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2024-04-22T22:04:39.738 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:43 ago on Mon 22 Apr 2024 10:02:56 PM UTC. 2024-04-22T22:04:39.816 INFO:teuthology.orchestra.run.smithi094.stdout:Package librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:39.857 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:04:39.858 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T22:04:39.858 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:04:39.882 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:40 ago on Mon 22 Apr 2024 10:02:59 PM UTC. 2024-04-22T22:04:39.933 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install python3-rados 2024-04-22T22:04:40.002 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T22:04:40.002 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:40.002 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repository Size 2024-04-22T22:04:40.002 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:40.002 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-04-22T22:04:40.002 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 889 k 2024-04-22T22:04:40.003 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2024-04-22T22:04:40.003 INFO:teuthology.orchestra.run.smithi178.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T22:04:40.003 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:40.003 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-04-22T22:04:40.003 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:40.003 INFO:teuthology.orchestra.run.smithi178.stdout:Install 2 Packages 2024-04-22T22:04:40.003 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:40.003 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 969 k 2024-04-22T22:04:40.004 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 2.8 M 2024-04-22T22:04:40.004 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-04-22T22:04:40.242 INFO:teuthology.orchestra.run.smithi178.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 473 kB/s | 80 kB 00:00 2024-04-22T22:04:40.277 INFO:teuthology.orchestra.run.smithi113.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 135 kB/s | 19 kB 00:00 2024-04-22T22:04:40.302 INFO:teuthology.orchestra.run.smithi113.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 153 kB/s | 26 kB 00:00 2024-04-22T22:04:40.443 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:44 ago on Mon 22 Apr 2024 10:02:56 PM UTC. 2024-04-22T22:04:40.460 INFO:teuthology.orchestra.run.smithi113.stdout:(3/13): ceph-mgr-rook-19.0.0-2407.g430e09df.el9 151 kB/s | 49 kB 00:00 2024-04-22T22:04:40.484 INFO:teuthology.orchestra.run.smithi178.stdout:(2/2): ceph-fuse-19.0.0-2407.g430e09df.el9.x86_ 2.1 MB/s | 889 kB 00:00 2024-04-22T22:04:40.485 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:40.485 INFO:teuthology.orchestra.run.smithi178.stdout:Total 2.0 MB/s | 969 kB 00:00 2024-04-22T22:04:40.485 INFO:teuthology.orchestra.run.smithi113.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.0 MB/s | 222 kB 00:00 2024-04-22T22:04:40.496 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-04-22T22:04:40.518 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-04-22T22:04:40.518 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-04-22T22:04:40.521 INFO:teuthology.orchestra.run.smithi094.stdout:Package python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:40.562 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:04:40.563 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T22:04:40.563 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:04:40.579 INFO:teuthology.orchestra.run.smithi113.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 632 kB/s | 159 kB 00:00 2024-04-22T22:04:40.595 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-04-22T22:04:40.595 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-04-22T22:04:40.630 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install python3-rgw 2024-04-22T22:04:40.661 INFO:teuthology.orchestra.run.smithi113.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.4 MB/s | 279 kB 00:00 2024-04-22T22:04:40.687 INFO:teuthology.orchestra.run.smithi113.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 304 kB/s | 54 kB 00:00 2024-04-22T22:04:40.778 INFO:teuthology.orchestra.run.smithi113.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 161 kB/s | 32 kB 00:00 2024-04-22T22:04:40.782 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-04-22T22:04:40.837 INFO:teuthology.orchestra.run.smithi113.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 85 kB/s | 15 kB 00:00 2024-04-22T22:04:40.927 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T22:04:40.946 INFO:teuthology.orchestra.run.smithi113.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 544 kB/s | 59 kB 00:00 2024-04-22T22:04:40.998 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T22:04:41.004 INFO:teuthology.orchestra.run.smithi113.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 641 kB/s | 203 kB 00:00 2024-04-22T22:04:41.021 INFO:teuthology.orchestra.run.smithi113.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.2 MB/s | 90 kB 00:00 2024-04-22T22:04:41.139 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:45 ago on Mon 22 Apr 2024 10:02:56 PM UTC. 2024-04-22T22:04:41.196 INFO:teuthology.orchestra.run.smithi113.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.4 MB/s | 1.0 MB 00:00 2024-04-22T22:04:41.200 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:41.200 INFO:teuthology.orchestra.run.smithi113.stdout:Total 1.3 MB/s | 2.2 MB 00:01 2024-04-22T22:04:41.218 INFO:teuthology.orchestra.run.smithi094.stdout:Package python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:41.259 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:04:41.260 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T22:04:41.260 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:04:41.261 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2024-04-22T22:04:41.277 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2024-04-22T22:04:41.277 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2024-04-22T22:04:41.333 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install python3-cephfs 2024-04-22T22:04:41.360 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2024-04-22T22:04:41.361 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2024-04-22T22:04:41.630 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T22:04:41.630 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/2 2024-04-22T22:04:41.839 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:45 ago on Mon 22 Apr 2024 10:02:56 PM UTC. 2024-04-22T22:04:41.863 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2024-04-22T22:04:41.878 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T22:04:41.878 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:41.878 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-04-22T22:04:41.878 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T22:04:41.878 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:41.878 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T22:04:41.918 INFO:teuthology.orchestra.run.smithi094.stdout:Package python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:41.959 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:04:41.960 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T22:04:41.960 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:04:42.029 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install python3-rbd 2024-04-22T22:04:42.052 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T22:04:42.106 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T22:04:42.170 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T22:04:42.185 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install ceph-volume 2024-04-22T22:04:42.208 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T22:04:42.249 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T22:04:42.343 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T22:04:42.452 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T22:04:42.509 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T22:04:42.538 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:46 ago on Mon 22 Apr 2024 10:02:56 PM UTC. 2024-04-22T22:04:42.616 INFO:teuthology.orchestra.run.smithi094.stdout:Package python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:42.657 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:04:42.658 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T22:04:42.658 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:04:42.707 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:43 ago on Mon 22 Apr 2024 10:02:59 PM UTC. 2024-04-22T22:04:42.732 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install rbd-fuse 2024-04-22T22:04:42.833 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T22:04:42.834 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:42.834 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repository Size 2024-04-22T22:04:42.834 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:42.834 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-04-22T22:04:42.834 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-volume noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 264 k 2024-04-22T22:04:42.834 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2024-04-22T22:04:42.834 INFO:teuthology.orchestra.run.smithi178.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T22:04:42.834 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:42.835 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-04-22T22:04:42.835 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:42.835 INFO:teuthology.orchestra.run.smithi178.stdout:Install 2 Packages 2024-04-22T22:04:42.835 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:42.835 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 341 k 2024-04-22T22:04:42.835 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 1.5 M 2024-04-22T22:04:42.835 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-04-22T22:04:43.226 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T22:04:43.251 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:47 ago on Mon 22 Apr 2024 10:02:56 PM UTC. 2024-04-22T22:04:43.282 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T22:04:43.307 INFO:teuthology.orchestra.run.smithi178.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 223 kB/s | 77 kB 00:00 2024-04-22T22:04:43.315 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T22:04:43.333 INFO:teuthology.orchestra.run.smithi178.stdout:(2/2): ceph-volume-19.0.0-2407.g430e09df.el9.no 712 kB/s | 264 kB 00:00 2024-04-22T22:04:43.333 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:43.333 INFO:teuthology.orchestra.run.smithi178.stdout:Total 683 kB/s | 341 kB 00:00 2024-04-22T22:04:43.345 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-04-22T22:04:43.355 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-04-22T22:04:43.355 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-04-22T22:04:43.363 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T22:04:43.376 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:04:43.377 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:04:43.377 INFO:teuthology.orchestra.run.smithi094.stdout: Package Architecture Version Repository Size 2024-04-22T22:04:43.377 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:04:43.378 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:04:43.378 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 85 k 2024-04-22T22:04:43.378 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:43.378 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:04:43.378 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:04:43.378 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-04-22T22:04:43.378 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:43.378 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 85 k 2024-04-22T22:04:43.378 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 231 k 2024-04-22T22:04:43.378 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:04:43.381 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-04-22T22:04:43.381 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-04-22T22:04:43.394 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T22:04:43.528 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-04-22T22:04:43.673 INFO:teuthology.orchestra.run.smithi094.stdout:rbd-fuse-19.0.0-2407.g430e09df.el9.x86_64.rpm 289 kB/s | 85 kB 00:00 2024-04-22T22:04:43.673 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:43.674 INFO:teuthology.orchestra.run.smithi094.stdout:Total 288 kB/s | 85 kB 00:00 2024-04-22T22:04:43.674 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:04:43.681 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:04:43.681 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:04:43.715 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T22:04:43.746 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:04:43.746 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:04:43.752 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T22:04:43.767 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T22:04:43.768 INFO:teuthology.orchestra.run.smithi178.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:04:43.768 INFO:teuthology.orchestra.run.smithi178.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T22:04:43.768 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:43.915 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:04:44.019 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:44.201 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T22:04:44.201 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 1/13 2024-04-22T22:04:44.201 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T22:04:44.201 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T22:04:44.201 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T22:04:44.201 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T22:04:44.201 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T22:04:44.201 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T22:04:44.201 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T22:04:44.201 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T22:04:44.201 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T22:04:44.202 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T22:04:44.202 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T22:04:44.367 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:44.403 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 1/2 2024-04-22T22:04:44.513 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T22:04:44.514 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:44.514 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2024-04-22T22:04:44.514 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:44.514 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T22:04:44.514 INFO:teuthology.orchestra.run.smithi113.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T22:04:44.514 INFO:teuthology.orchestra.run.smithi113.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T22:04:44.514 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T22:04:44.514 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T22:04:44.514 INFO:teuthology.orchestra.run.smithi113.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T22:04:44.514 INFO:teuthology.orchestra.run.smithi113.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T22:04:44.514 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T22:04:44.514 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T22:04:44.514 INFO:teuthology.orchestra.run.smithi113.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T22:04:44.514 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T22:04:44.515 INFO:teuthology.orchestra.run.smithi113.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T22:04:44.515 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:44.515 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T22:04:44.625 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:44.625 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:44.625 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:04:44.625 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:44.625 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:44.625 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:04:44.700 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T22:04:44.701 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:44.701 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-04-22T22:04:44.701 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:44.701 INFO:teuthology.orchestra.run.smithi178.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T22:04:44.701 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:44.701 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T22:04:44.756 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T22:04:44.843 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install rbd-mirror 2024-04-22T22:04:44.979 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install librados-devel 2024-04-22T22:04:45.272 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:01:47 ago on Mon 22 Apr 2024 10:02:58 PM UTC. 2024-04-22T22:04:45.366 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:49 ago on Mon 22 Apr 2024 10:02:56 PM UTC. 2024-04-22T22:04:45.391 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T22:04:45.392 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:04:45.392 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2024-04-22T22:04:45.392 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:04:45.392 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2024-04-22T22:04:45.392 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 141 k 2024-04-22T22:04:45.392 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2024-04-22T22:04:45.392 INFO:teuthology.orchestra.run.smithi113.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T22:04:45.393 INFO:teuthology.orchestra.run.smithi113.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T22:04:45.393 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T22:04:45.393 INFO:teuthology.orchestra.run.smithi113.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T22:04:45.393 INFO:teuthology.orchestra.run.smithi113.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T22:04:45.393 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:45.393 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2024-04-22T22:04:45.393 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:04:45.393 INFO:teuthology.orchestra.run.smithi113.stdout:Install 6 Packages 2024-04-22T22:04:45.393 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:45.394 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 7.0 M 2024-04-22T22:04:45.394 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 33 M 2024-04-22T22:04:45.394 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2024-04-22T22:04:45.488 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:04:45.489 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:04:45.489 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repo Size 2024-04-22T22:04:45.489 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:04:45.489 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:04:45.489 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-mirror x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T22:04:45.490 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:45.490 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:04:45.490 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:04:45.490 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-04-22T22:04:45.490 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:45.490 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 3.1 M 2024-04-22T22:04:45.490 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 13 M 2024-04-22T22:04:45.490 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:04:45.503 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:46 ago on Mon 22 Apr 2024 10:02:59 PM UTC. 2024-04-22T22:04:45.627 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T22:04:45.629 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:45.629 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repo Size 2024-04-22T22:04:45.629 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:45.629 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-04-22T22:04:45.629 INFO:teuthology.orchestra.run.smithi178.stdout: librados-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 127 k 2024-04-22T22:04:45.629 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:45.629 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-04-22T22:04:45.629 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:45.629 INFO:teuthology.orchestra.run.smithi178.stdout:Install 1 Package 2024-04-22T22:04:45.629 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:45.629 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 127 k 2024-04-22T22:04:45.630 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 456 k 2024-04-22T22:04:45.630 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-04-22T22:04:45.831 INFO:teuthology.orchestra.run.smithi178.stdout:librados-devel-19.0.0-2407.g430e09df.el9.x86_64 626 kB/s | 127 kB 00:00 2024-04-22T22:04:45.832 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:45.832 INFO:teuthology.orchestra.run.smithi178.stdout:Total 622 kB/s | 127 kB 00:00 2024-04-22T22:04:45.832 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-04-22T22:04:45.838 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-04-22T22:04:45.838 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-04-22T22:04:45.900 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-04-22T22:04:45.900 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-04-22T22:04:45.975 INFO:teuthology.orchestra.run.smithi113.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 828 kB/s | 248 kB 00:00 2024-04-22T22:04:46.051 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-04-22T22:04:46.059 INFO:teuthology.orchestra.run.smithi113.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2407.g430e09df.e 368 kB/s | 141 kB 00:00 2024-04-22T22:04:46.161 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:46.276 INFO:teuthology.orchestra.run.smithi113.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 266 kB/s | 58 kB 00:00 2024-04-22T22:04:46.351 INFO:teuthology.orchestra.run.smithi113.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 682 kB/s | 51 kB 00:00 2024-04-22T22:04:46.367 INFO:teuthology.orchestra.run.smithi094.stdout:rbd-mirror-19.0.0-2407.g430e09df.el9.x86_64.rpm 3.5 MB/s | 3.1 MB 00:00 2024-04-22T22:04:46.368 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:46.368 INFO:teuthology.orchestra.run.smithi094.stdout:Total 3.5 MB/s | 3.1 MB 00:00 2024-04-22T22:04:46.369 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:04:46.378 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:04:46.379 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:04:46.401 INFO:teuthology.orchestra.run.smithi113.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.3 MB/s | 548 kB 00:00 2024-04-22T22:04:46.460 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:04:46.460 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:04:46.588 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:46.802 INFO:teuthology.orchestra.run.smithi113.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 5.3 MB/s | 6.0 MB 00:01 2024-04-22T22:04:46.802 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:46.803 INFO:teuthology.orchestra.run.smithi113.stdout:Total 5.0 MB/s | 7.0 MB 00:01 2024-04-22T22:04:46.843 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:46.844 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:46.844 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-04-22T22:04:46.844 INFO:teuthology.orchestra.run.smithi178.stdout: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:46.844 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:46.844 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T22:04:46.875 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2024-04-22T22:04:46.886 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2024-04-22T22:04:46.887 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2024-04-22T22:04:46.887 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:04:46.960 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:46.985 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:46.985 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:04:46.985 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T22:04:46.985 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T22:04:46.985 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T22:04:46.985 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:46.986 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2024-04-22T22:04:46.986 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2024-04-22T22:04:47.093 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install libcephfs2 2024-04-22T22:04:47.301 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2024-04-22T22:04:47.475 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T22:04:47.529 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T22:04:47.627 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:48 ago on Mon 22 Apr 2024 10:02:59 PM UTC. 2024-04-22T22:04:47.708 INFO:teuthology.orchestra.run.smithi178.stdout:Package libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:47.749 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T22:04:47.750 INFO:teuthology.orchestra.run.smithi178.stdout:Nothing to do. 2024-04-22T22:04:47.750 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T22:04:47.822 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install libcephfs-devel 2024-04-22T22:04:48.046 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T22:04:48.049 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:48.049 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:48.049 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:04:48.049 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:48.049 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:48.049 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:04:48.131 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T22:04:48.195 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T22:04:48.224 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T22:04:48.286 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install rbd-nbd 2024-04-22T22:04:48.338 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:49 ago on Mon 22 Apr 2024 10:02:59 PM UTC. 2024-04-22T22:04:48.457 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T22:04:48.457 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:48.457 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repo Size 2024-04-22T22:04:48.458 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:48.458 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-04-22T22:04:48.458 INFO:teuthology.orchestra.run.smithi178.stdout: libcephfs-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 32 k 2024-04-22T22:04:48.458 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:48.458 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-04-22T22:04:48.458 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:48.458 INFO:teuthology.orchestra.run.smithi178.stdout:Install 1 Package 2024-04-22T22:04:48.458 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:48.458 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 32 k 2024-04-22T22:04:48.458 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 142 k 2024-04-22T22:04:48.458 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-04-22T22:04:48.620 INFO:teuthology.orchestra.run.smithi178.stdout:libcephfs-devel-19.0.0-2407.g430e09df.el9.x86_6 196 kB/s | 32 kB 00:00 2024-04-22T22:04:48.621 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:48.621 INFO:teuthology.orchestra.run.smithi178.stdout:Total 194 kB/s | 32 kB 00:00 2024-04-22T22:04:48.621 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-04-22T22:04:48.625 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-04-22T22:04:48.625 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-04-22T22:04:48.627 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-04-22T22:04:48.627 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-04-22T22:04:48.716 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-04-22T22:04:48.806 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:52 ago on Mon 22 Apr 2024 10:02:56 PM UTC. 2024-04-22T22:04:48.825 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:48.931 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:04:48.932 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:04:48.932 INFO:teuthology.orchestra.run.smithi094.stdout: Package Architecture Version Repository Size 2024-04-22T22:04:48.932 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:04:48.932 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:04:48.932 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-nbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 171 k 2024-04-22T22:04:48.932 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:48.932 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:04:48.932 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:04:48.933 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-04-22T22:04:48.933 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:48.933 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 171 k 2024-04-22T22:04:48.933 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 494 k 2024-04-22T22:04:48.933 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:04:49.006 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T22:04:49.007 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/6 2024-04-22T22:04:49.007 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T22:04:49.007 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T22:04:49.007 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T22:04:49.007 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T22:04:49.160 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:49.252 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T22:04:49.253 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:49.253 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2024-04-22T22:04:49.253 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:49.253 INFO:teuthology.orchestra.run.smithi113.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T22:04:49.253 INFO:teuthology.orchestra.run.smithi113.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T22:04:49.253 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T22:04:49.253 INFO:teuthology.orchestra.run.smithi113.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T22:04:49.253 INFO:teuthology.orchestra.run.smithi113.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T22:04:49.253 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:49.253 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T22:04:49.278 INFO:teuthology.orchestra.run.smithi094.stdout:rbd-nbd-19.0.0-2407.g430e09df.el9.x86_64.rpm 496 kB/s | 171 kB 00:00 2024-04-22T22:04:49.279 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:49.279 INFO:teuthology.orchestra.run.smithi094.stdout:Total 494 kB/s | 171 kB 00:00 2024-04-22T22:04:49.279 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:04:49.287 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:04:49.287 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:04:49.353 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:04:49.353 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:04:49.370 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:49.370 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:49.370 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-04-22T22:04:49.370 INFO:teuthology.orchestra.run.smithi178.stdout: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:49.370 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:49.370 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T22:04:49.468 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-fuse 2024-04-22T22:04:49.506 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:04:49.569 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install librados2 2024-04-22T22:04:49.608 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:49.978 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:01:52 ago on Mon 22 Apr 2024 10:02:58 PM UTC. 2024-04-22T22:04:49.983 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:50.082 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:51 ago on Mon 22 Apr 2024 10:02:59 PM UTC. 2024-04-22T22:04:50.096 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T22:04:50.096 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:04:50.097 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2024-04-22T22:04:50.097 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:04:50.097 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2024-04-22T22:04:50.097 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 889 k 2024-04-22T22:04:50.097 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2024-04-22T22:04:50.097 INFO:teuthology.orchestra.run.smithi113.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T22:04:50.097 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:50.097 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2024-04-22T22:04:50.097 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:04:50.097 INFO:teuthology.orchestra.run.smithi113.stdout:Install 2 Packages 2024-04-22T22:04:50.097 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:50.098 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 969 k 2024-04-22T22:04:50.098 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 2.8 M 2024-04-22T22:04:50.098 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2024-04-22T22:04:50.161 INFO:teuthology.orchestra.run.smithi178.stdout:Package librados2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:50.201 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T22:04:50.202 INFO:teuthology.orchestra.run.smithi178.stdout:Nothing to do. 2024-04-22T22:04:50.203 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T22:04:50.207 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:50.207 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:50.207 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:04:50.207 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:50.207 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:04:50.207 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:04:50.264 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install librbd1 2024-04-22T22:04:50.279 INFO:teuthology.orchestra.run.smithi113.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 716 kB/s | 80 kB 00:00 2024-04-22T22:04:50.452 DEBUG:teuthology.parallel:result is None 2024-04-22T22:04:50.496 INFO:teuthology.orchestra.run.smithi113.stdout:(2/2): ceph-fuse-19.0.0-2407.g430e09df.el9.x86_ 2.6 MB/s | 889 kB 00:00 2024-04-22T22:04:50.496 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:50.496 INFO:teuthology.orchestra.run.smithi113.stdout:Total 2.4 MB/s | 969 kB 00:00 2024-04-22T22:04:50.508 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2024-04-22T22:04:50.530 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2024-04-22T22:04:50.530 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2024-04-22T22:04:50.607 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2024-04-22T22:04:50.607 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2024-04-22T22:04:50.773 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:51 ago on Mon 22 Apr 2024 10:02:59 PM UTC. 2024-04-22T22:04:50.789 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2024-04-22T22:04:50.853 INFO:teuthology.orchestra.run.smithi178.stdout:Package librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:50.894 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T22:04:50.895 INFO:teuthology.orchestra.run.smithi178.stdout:Nothing to do. 2024-04-22T22:04:50.895 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T22:04:50.948 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T22:04:50.954 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install python3-rados 2024-04-22T22:04:51.009 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T22:04:51.466 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:52 ago on Mon 22 Apr 2024 10:02:59 PM UTC. 2024-04-22T22:04:51.545 INFO:teuthology.orchestra.run.smithi178.stdout:Package python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:51.587 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T22:04:51.588 INFO:teuthology.orchestra.run.smithi178.stdout:Nothing to do. 2024-04-22T22:04:51.588 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T22:04:51.648 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install python3-rgw 2024-04-22T22:04:51.651 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T22:04:51.651 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/2 2024-04-22T22:04:51.904 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T22:04:51.905 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:51.905 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2024-04-22T22:04:51.905 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T22:04:51.905 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:51.905 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T22:04:52.160 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:53 ago on Mon 22 Apr 2024 10:02:59 PM UTC. 2024-04-22T22:04:52.168 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-volume 2024-04-22T22:04:52.238 INFO:teuthology.orchestra.run.smithi178.stdout:Package python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:52.279 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T22:04:52.280 INFO:teuthology.orchestra.run.smithi178.stdout:Nothing to do. 2024-04-22T22:04:52.280 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T22:04:52.346 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install python3-cephfs 2024-04-22T22:04:52.689 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:01:54 ago on Mon 22 Apr 2024 10:02:58 PM UTC. 2024-04-22T22:04:52.812 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T22:04:52.812 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:04:52.813 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2024-04-22T22:04:52.813 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:04:52.813 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2024-04-22T22:04:52.813 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-volume noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 264 k 2024-04-22T22:04:52.813 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2024-04-22T22:04:52.813 INFO:teuthology.orchestra.run.smithi113.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T22:04:52.813 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:52.813 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2024-04-22T22:04:52.813 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:04:52.813 INFO:teuthology.orchestra.run.smithi113.stdout:Install 2 Packages 2024-04-22T22:04:52.813 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:52.814 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 341 k 2024-04-22T22:04:52.814 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 1.5 M 2024-04-22T22:04:52.814 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2024-04-22T22:04:52.853 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:53 ago on Mon 22 Apr 2024 10:02:59 PM UTC. 2024-04-22T22:04:52.932 INFO:teuthology.orchestra.run.smithi178.stdout:Package python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:52.972 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T22:04:52.973 INFO:teuthology.orchestra.run.smithi178.stdout:Nothing to do. 2024-04-22T22:04:52.973 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T22:04:53.043 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install python3-rbd 2024-04-22T22:04:53.203 INFO:teuthology.orchestra.run.smithi113.stdout:(1/2): ceph-volume-19.0.0-2407.g430e09df.el9.no 1.0 MB/s | 264 kB 00:00 2024-04-22T22:04:53.378 INFO:teuthology.orchestra.run.smithi113.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 182 kB/s | 77 kB 00:00 2024-04-22T22:04:53.378 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:53.379 INFO:teuthology.orchestra.run.smithi113.stdout:Total 603 kB/s | 341 kB 00:00 2024-04-22T22:04:53.391 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2024-04-22T22:04:53.400 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2024-04-22T22:04:53.400 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2024-04-22T22:04:53.426 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2024-04-22T22:04:53.426 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2024-04-22T22:04:53.551 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:54 ago on Mon 22 Apr 2024 10:02:59 PM UTC. 2024-04-22T22:04:53.569 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2024-04-22T22:04:53.629 INFO:teuthology.orchestra.run.smithi178.stdout:Package python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:53.671 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T22:04:53.672 INFO:teuthology.orchestra.run.smithi178.stdout:Nothing to do. 2024-04-22T22:04:53.672 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T22:04:53.745 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T22:04:53.747 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install rbd-fuse 2024-04-22T22:04:53.781 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T22:04:53.796 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T22:04:53.797 INFO:teuthology.orchestra.run.smithi113.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:04:53.797 INFO:teuthology.orchestra.run.smithi113.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T22:04:53.797 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:54.257 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:55 ago on Mon 22 Apr 2024 10:02:59 PM UTC. 2024-04-22T22:04:54.377 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T22:04:54.378 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:54.378 INFO:teuthology.orchestra.run.smithi178.stdout: Package Architecture Version Repository Size 2024-04-22T22:04:54.378 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:54.378 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-04-22T22:04:54.379 INFO:teuthology.orchestra.run.smithi178.stdout: rbd-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 85 k 2024-04-22T22:04:54.379 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:54.379 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-04-22T22:04:54.379 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:54.379 INFO:teuthology.orchestra.run.smithi178.stdout:Install 1 Package 2024-04-22T22:04:54.379 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:54.379 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 85 k 2024-04-22T22:04:54.379 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 231 k 2024-04-22T22:04:54.379 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-04-22T22:04:54.562 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 1/2 2024-04-22T22:04:54.828 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T22:04:54.828 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:54.829 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2024-04-22T22:04:54.829 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:04:54.829 INFO:teuthology.orchestra.run.smithi113.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T22:04:54.829 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:54.829 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T22:04:54.832 INFO:teuthology.orchestra.run.smithi178.stdout:rbd-fuse-19.0.0-2407.g430e09df.el9.x86_64.rpm 188 kB/s | 85 kB 00:00 2024-04-22T22:04:54.833 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:54.833 INFO:teuthology.orchestra.run.smithi178.stdout:Total 187 kB/s | 85 kB 00:00 2024-04-22T22:04:54.833 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-04-22T22:04:54.840 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-04-22T22:04:54.840 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-04-22T22:04:54.902 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-04-22T22:04:54.902 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-04-22T22:04:55.053 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-04-22T22:04:55.136 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:55.144 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install librados-devel 2024-04-22T22:04:55.484 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:55.670 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:01:57 ago on Mon 22 Apr 2024 10:02:58 PM UTC. 2024-04-22T22:04:55.741 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:55.741 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:55.741 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-04-22T22:04:55.741 INFO:teuthology.orchestra.run.smithi178.stdout: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:55.741 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:55.741 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T22:04:55.791 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T22:04:55.792 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:04:55.792 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repo Size 2024-04-22T22:04:55.792 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:04:55.792 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2024-04-22T22:04:55.792 INFO:teuthology.orchestra.run.smithi113.stdout: librados-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 127 k 2024-04-22T22:04:55.792 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:55.792 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2024-04-22T22:04:55.792 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:04:55.792 INFO:teuthology.orchestra.run.smithi113.stdout:Install 1 Package 2024-04-22T22:04:55.793 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:55.793 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 127 k 2024-04-22T22:04:55.793 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 456 k 2024-04-22T22:04:55.793 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2024-04-22T22:04:55.993 INFO:teuthology.orchestra.run.smithi113.stdout:librados-devel-19.0.0-2407.g430e09df.el9.x86_64 636 kB/s | 127 kB 00:00 2024-04-22T22:04:55.993 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:55.994 INFO:teuthology.orchestra.run.smithi113.stdout:Total 631 kB/s | 127 kB 00:00 2024-04-22T22:04:55.994 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2024-04-22T22:04:55.999 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2024-04-22T22:04:56.000 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2024-04-22T22:04:56.000 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install rbd-mirror 2024-04-22T22:04:56.063 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2024-04-22T22:04:56.064 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2024-04-22T22:04:56.218 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2024-04-22T22:04:56.333 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:56.515 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:57 ago on Mon 22 Apr 2024 10:02:59 PM UTC. 2024-04-22T22:04:56.637 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T22:04:56.638 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:56.638 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repo Size 2024-04-22T22:04:56.638 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:56.638 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-04-22T22:04:56.638 INFO:teuthology.orchestra.run.smithi178.stdout: rbd-mirror x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T22:04:56.638 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:56.638 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-04-22T22:04:56.638 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:56.638 INFO:teuthology.orchestra.run.smithi178.stdout:Install 1 Package 2024-04-22T22:04:56.638 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:56.639 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 3.1 M 2024-04-22T22:04:56.639 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 13 M 2024-04-22T22:04:56.639 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-04-22T22:04:56.739 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:56.985 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:56.985 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:56.985 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2024-04-22T22:04:56.985 INFO:teuthology.orchestra.run.smithi113.stdout: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:56.985 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:56.985 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T22:04:57.244 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install libcephfs2 2024-04-22T22:04:57.469 INFO:teuthology.orchestra.run.smithi178.stdout:rbd-mirror-19.0.0-2407.g430e09df.el9.x86_64.rpm 3.7 MB/s | 3.1 MB 00:00 2024-04-22T22:04:57.470 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:57.471 INFO:teuthology.orchestra.run.smithi178.stdout:Total 3.7 MB/s | 3.1 MB 00:00 2024-04-22T22:04:57.471 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-04-22T22:04:57.481 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-04-22T22:04:57.481 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-04-22T22:04:57.564 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-04-22T22:04:57.565 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-04-22T22:04:57.768 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:01:59 ago on Mon 22 Apr 2024 10:02:58 PM UTC. 2024-04-22T22:04:57.847 INFO:teuthology.orchestra.run.smithi113.stdout:Package libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:04:57.890 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T22:04:57.890 INFO:teuthology.orchestra.run.smithi113.stdout:Nothing to do. 2024-04-22T22:04:57.890 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T22:04:57.973 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install libcephfs-devel 2024-04-22T22:04:58.001 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-04-22T22:04:58.062 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:58.086 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:58.086 INFO:teuthology.orchestra.run.smithi178.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:04:58.086 INFO:teuthology.orchestra.run.smithi178.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T22:04:58.086 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T22:04:58.086 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T22:04:58.087 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:58.495 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:02:00 ago on Mon 22 Apr 2024 10:02:58 PM UTC. 2024-04-22T22:04:58.614 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T22:04:58.614 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:04:58.614 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repo Size 2024-04-22T22:04:58.615 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:04:58.615 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2024-04-22T22:04:58.615 INFO:teuthology.orchestra.run.smithi113.stdout: libcephfs-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 32 k 2024-04-22T22:04:58.615 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:58.615 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2024-04-22T22:04:58.615 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:04:58.615 INFO:teuthology.orchestra.run.smithi113.stdout:Install 1 Package 2024-04-22T22:04:58.615 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:58.615 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 32 k 2024-04-22T22:04:58.615 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 142 k 2024-04-22T22:04:58.615 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2024-04-22T22:04:58.864 INFO:teuthology.orchestra.run.smithi113.stdout:libcephfs-devel-19.0.0-2407.g430e09df.el9.x86_6 127 kB/s | 32 kB 00:00 2024-04-22T22:04:58.865 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:04:58.865 INFO:teuthology.orchestra.run.smithi113.stdout:Total 127 kB/s | 32 kB 00:00 2024-04-22T22:04:58.865 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2024-04-22T22:04:58.869 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2024-04-22T22:04:58.869 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2024-04-22T22:04:58.871 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2024-04-22T22:04:58.871 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2024-04-22T22:04:58.957 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2024-04-22T22:04:59.062 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:59.062 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:59.062 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-04-22T22:04:59.063 INFO:teuthology.orchestra.run.smithi178.stdout: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:59.063 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:59.063 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T22:04:59.077 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:59.289 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install rbd-nbd 2024-04-22T22:04:59.412 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:59.625 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:04:59.625 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:59.625 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2024-04-22T22:04:59.626 INFO:teuthology.orchestra.run.smithi113.stdout: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:04:59.626 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:04:59.626 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T22:04:59.811 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:02:00 ago on Mon 22 Apr 2024 10:02:59 PM UTC. 2024-04-22T22:04:59.816 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install librados2 2024-04-22T22:04:59.935 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-04-22T22:04:59.936 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:59.936 INFO:teuthology.orchestra.run.smithi178.stdout: Package Architecture Version Repository Size 2024-04-22T22:04:59.936 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:59.936 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-04-22T22:04:59.936 INFO:teuthology.orchestra.run.smithi178.stdout: rbd-nbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 171 k 2024-04-22T22:04:59.937 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:59.937 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-04-22T22:04:59.937 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-04-22T22:04:59.937 INFO:teuthology.orchestra.run.smithi178.stdout:Install 1 Package 2024-04-22T22:04:59.937 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:04:59.937 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 171 k 2024-04-22T22:04:59.937 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 494 k 2024-04-22T22:04:59.937 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-04-22T22:05:00.299 INFO:teuthology.orchestra.run.smithi178.stdout:rbd-nbd-19.0.0-2407.g430e09df.el9.x86_64.rpm 474 kB/s | 171 kB 00:00 2024-04-22T22:05:00.300 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:05:00.300 INFO:teuthology.orchestra.run.smithi178.stdout:Total 471 kB/s | 171 kB 00:00 2024-04-22T22:05:00.300 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-04-22T22:05:00.308 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-04-22T22:05:00.308 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-04-22T22:05:00.333 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:02:02 ago on Mon 22 Apr 2024 10:02:58 PM UTC. 2024-04-22T22:05:00.372 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-04-22T22:05:00.372 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-04-22T22:05:00.412 INFO:teuthology.orchestra.run.smithi113.stdout:Package librados2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:05:00.453 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T22:05:00.454 INFO:teuthology.orchestra.run.smithi113.stdout:Nothing to do. 2024-04-22T22:05:00.454 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T22:05:00.519 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-04-22T22:05:00.520 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install librbd1 2024-04-22T22:05:00.628 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:05:00.998 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:05:01.031 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:02:03 ago on Mon 22 Apr 2024 10:02:58 PM UTC. 2024-04-22T22:05:01.110 INFO:teuthology.orchestra.run.smithi113.stdout:Package librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:05:01.151 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T22:05:01.152 INFO:teuthology.orchestra.run.smithi113.stdout:Nothing to do. 2024-04-22T22:05:01.152 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T22:05:01.220 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install python3-rados 2024-04-22T22:05:01.244 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:05:01.244 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:05:01.245 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-04-22T22:05:01.245 INFO:teuthology.orchestra.run.smithi178.stdout: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:05:01.245 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-04-22T22:05:01.245 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-04-22T22:05:01.486 DEBUG:teuthology.parallel:result is None 2024-04-22T22:05:01.729 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:02:03 ago on Mon 22 Apr 2024 10:02:58 PM UTC. 2024-04-22T22:05:01.808 INFO:teuthology.orchestra.run.smithi113.stdout:Package python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:05:01.849 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T22:05:01.850 INFO:teuthology.orchestra.run.smithi113.stdout:Nothing to do. 2024-04-22T22:05:01.850 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T22:05:01.909 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install python3-rgw 2024-04-22T22:05:02.419 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:02:04 ago on Mon 22 Apr 2024 10:02:58 PM UTC. 2024-04-22T22:05:02.498 INFO:teuthology.orchestra.run.smithi113.stdout:Package python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:05:02.539 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T22:05:02.540 INFO:teuthology.orchestra.run.smithi113.stdout:Nothing to do. 2024-04-22T22:05:02.540 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T22:05:02.599 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install python3-cephfs 2024-04-22T22:05:03.106 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:02:05 ago on Mon 22 Apr 2024 10:02:58 PM UTC. 2024-04-22T22:05:03.185 INFO:teuthology.orchestra.run.smithi113.stdout:Package python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:05:03.225 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T22:05:03.226 INFO:teuthology.orchestra.run.smithi113.stdout:Nothing to do. 2024-04-22T22:05:03.226 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T22:05:03.291 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install python3-rbd 2024-04-22T22:05:03.797 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:02:05 ago on Mon 22 Apr 2024 10:02:58 PM UTC. 2024-04-22T22:05:03.876 INFO:teuthology.orchestra.run.smithi113.stdout:Package python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:05:03.918 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T22:05:03.919 INFO:teuthology.orchestra.run.smithi113.stdout:Nothing to do. 2024-04-22T22:05:03.919 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T22:05:03.983 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install rbd-fuse 2024-04-22T22:05:04.492 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:02:06 ago on Mon 22 Apr 2024 10:02:58 PM UTC. 2024-04-22T22:05:04.611 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T22:05:04.611 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:05:04.611 INFO:teuthology.orchestra.run.smithi113.stdout: Package Architecture Version Repository Size 2024-04-22T22:05:04.611 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:05:04.611 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2024-04-22T22:05:04.611 INFO:teuthology.orchestra.run.smithi113.stdout: rbd-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 85 k 2024-04-22T22:05:04.612 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:05:04.612 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2024-04-22T22:05:04.612 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:05:04.612 INFO:teuthology.orchestra.run.smithi113.stdout:Install 1 Package 2024-04-22T22:05:04.612 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:05:04.612 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 85 k 2024-04-22T22:05:04.612 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 231 k 2024-04-22T22:05:04.613 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2024-04-22T22:05:04.951 INFO:teuthology.orchestra.run.smithi113.stdout:rbd-fuse-19.0.0-2407.g430e09df.el9.x86_64.rpm 252 kB/s | 85 kB 00:00 2024-04-22T22:05:04.951 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:05:04.951 INFO:teuthology.orchestra.run.smithi113.stdout:Total 251 kB/s | 85 kB 00:00 2024-04-22T22:05:04.952 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2024-04-22T22:05:04.959 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2024-04-22T22:05:04.959 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2024-04-22T22:05:05.021 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2024-04-22T22:05:05.022 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2024-04-22T22:05:05.168 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2024-04-22T22:05:05.263 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:05:05.607 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:05:05.841 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:05:05.841 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:05:05.841 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2024-04-22T22:05:05.841 INFO:teuthology.orchestra.run.smithi113.stdout: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:05:05.841 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:05:05.841 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T22:05:06.077 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install rbd-mirror 2024-04-22T22:05:06.592 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:02:08 ago on Mon 22 Apr 2024 10:02:58 PM UTC. 2024-04-22T22:05:06.711 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T22:05:06.712 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:05:06.712 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repo Size 2024-04-22T22:05:06.712 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:05:06.712 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2024-04-22T22:05:06.712 INFO:teuthology.orchestra.run.smithi113.stdout: rbd-mirror x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T22:05:06.712 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:05:06.713 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2024-04-22T22:05:06.713 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:05:06.713 INFO:teuthology.orchestra.run.smithi113.stdout:Install 1 Package 2024-04-22T22:05:06.713 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:05:06.713 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 3.1 M 2024-04-22T22:05:06.713 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 13 M 2024-04-22T22:05:06.713 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2024-04-22T22:05:07.139 INFO:teuthology.orchestra.run.smithi113.stdout:rbd-mirror-19.0.0-2407.g430e09df.el9.x86_64.rpm 7.3 MB/s | 3.1 MB 00:00 2024-04-22T22:05:07.139 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:05:07.140 INFO:teuthology.orchestra.run.smithi113.stdout:Total 7.2 MB/s | 3.1 MB 00:00 2024-04-22T22:05:07.140 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2024-04-22T22:05:07.149 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2024-04-22T22:05:07.149 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2024-04-22T22:05:07.231 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2024-04-22T22:05:07.231 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2024-04-22T22:05:07.670 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2024-04-22T22:05:07.748 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:05:07.772 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:05:07.772 INFO:teuthology.orchestra.run.smithi113.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:05:07.772 INFO:teuthology.orchestra.run.smithi113.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T22:05:07.773 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T22:05:07.773 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T22:05:07.773 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:05:08.713 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:05:08.713 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:05:08.713 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2024-04-22T22:05:08.713 INFO:teuthology.orchestra.run.smithi113.stdout: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:05:08.713 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:05:08.713 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T22:05:08.944 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install rbd-nbd 2024-04-22T22:05:09.468 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:02:11 ago on Mon 22 Apr 2024 10:02:58 PM UTC. 2024-04-22T22:05:09.593 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-22T22:05:09.594 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:05:09.594 INFO:teuthology.orchestra.run.smithi113.stdout: Package Architecture Version Repository Size 2024-04-22T22:05:09.594 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:05:09.594 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2024-04-22T22:05:09.594 INFO:teuthology.orchestra.run.smithi113.stdout: rbd-nbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 171 k 2024-04-22T22:05:09.594 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:05:09.595 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2024-04-22T22:05:09.595 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-22T22:05:09.595 INFO:teuthology.orchestra.run.smithi113.stdout:Install 1 Package 2024-04-22T22:05:09.595 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:05:09.595 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 171 k 2024-04-22T22:05:09.595 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 494 k 2024-04-22T22:05:09.595 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2024-04-22T22:05:09.943 INFO:teuthology.orchestra.run.smithi113.stdout:rbd-nbd-19.0.0-2407.g430e09df.el9.x86_64.rpm 492 kB/s | 171 kB 00:00 2024-04-22T22:05:09.944 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:05:09.944 INFO:teuthology.orchestra.run.smithi113.stdout:Total 490 kB/s | 171 kB 00:00 2024-04-22T22:05:09.944 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2024-04-22T22:05:09.952 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2024-04-22T22:05:09.952 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2024-04-22T22:05:10.016 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2024-04-22T22:05:10.016 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2024-04-22T22:05:10.170 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2024-04-22T22:05:10.282 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:05:10.651 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:05:10.883 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:05:10.883 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:05:10.883 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2024-04-22T22:05:10.883 INFO:teuthology.orchestra.run.smithi113.stdout: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:05:10.883 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-22T22:05:10.883 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-22T22:05:11.157 DEBUG:teuthology.parallel:result is None 2024-04-22T22:05:11.157 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:05:11.299 DEBUG:teuthology.orchestra.run.smithi094:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T22:05:11.323 INFO:teuthology.orchestra.run.smithi094.stdout:19.0.0-2407.g430e09df.el9 2024-04-22T22:05:11.324 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2407.g430e09df.el9 2024-04-22T22:05:11.324 INFO:teuthology.task.install:The correct ceph version 19.0.0-2407.g430e09df is installed. 2024-04-22T22:05:11.326 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:05:11.469 DEBUG:teuthology.orchestra.run.smithi113:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T22:05:11.491 INFO:teuthology.orchestra.run.smithi113.stdout:19.0.0-2407.g430e09df.el9 2024-04-22T22:05:11.491 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2407.g430e09df.el9 2024-04-22T22:05:11.491 INFO:teuthology.task.install:The correct ceph version 19.0.0-2407.g430e09df is installed. 2024-04-22T22:05:11.493 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:05:11.712 DEBUG:teuthology.orchestra.run.smithi178:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T22:05:11.737 INFO:teuthology.orchestra.run.smithi178.stdout:19.0.0-2407.g430e09df.el9 2024-04-22T22:05:11.738 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2407.g430e09df.el9 2024-04-22T22:05:11.738 INFO:teuthology.task.install:The correct ceph version 19.0.0-2407.g430e09df is installed. 2024-04-22T22:05:11.740 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-22T22:05:11.740 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-22T22:05:11.740 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T22:05:11.769 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2024-04-22T22:05:11.769 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T22:05:11.795 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-04-22T22:05:11.795 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T22:05:11.824 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-22T22:05:11.824 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-22T22:05:11.824 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T22:05:11.852 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T22:05:11.921 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2024-04-22T22:05:11.921 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T22:05:11.947 DEBUG:teuthology.orchestra.run.smithi113:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T22:05:12.013 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-04-22T22:05:12.013 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T22:05:12.041 DEBUG:teuthology.orchestra.run.smithi178:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T22:05:12.113 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-22T22:05:12.113 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-22T22:05:12.113 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T22:05:12.141 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T22:05:12.210 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2024-04-22T22:05:12.210 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T22:05:12.235 DEBUG:teuthology.orchestra.run.smithi113:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T22:05:12.301 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-04-22T22:05:12.301 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T22:05:12.329 DEBUG:teuthology.orchestra.run.smithi178:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T22:05:12.397 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-22T22:05:12.397 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-22T22:05:12.397 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T22:05:12.426 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T22:05:12.494 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2024-04-22T22:05:12.494 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T22:05:12.524 DEBUG:teuthology.orchestra.run.smithi113:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T22:05:12.590 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-04-22T22:05:12.590 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T22:05:12.618 DEBUG:teuthology.orchestra.run.smithi178:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T22:05:12.686 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-22T22:05:12.800 INFO:tasks.cephadm:Config: {'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': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'} 2024-04-22T22:05:12.800 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:05:12.801 INFO:tasks.cephadm:Cluster fsid is 64631b50-00f4-11ef-bc93-c7b262605968 2024-04-22T22:05:12.801 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-22T22:05:12.801 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.94', 'mon.b': '172.21.15.113', 'mon.c': '172.21.15.178'} 2024-04-22T22:05:12.801 INFO:tasks.cephadm:First mon is mon.a on smithi094 2024-04-22T22:05:12.801 INFO:tasks.cephadm:First mgr is a 2024-04-22T22:05:12.801 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-22T22:05:12.801 DEBUG:teuthology.orchestra.run.smithi094:> sudo hostname $(hostname -s) 2024-04-22T22:05:12.831 DEBUG:teuthology.orchestra.run.smithi113:> sudo hostname $(hostname -s) 2024-04-22T22:05:12.857 DEBUG:teuthology.orchestra.run.smithi178:> sudo hostname $(hostname -s) 2024-04-22T22:05:12.886 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-22T22:05:12.887 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:05:13.041 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/54954/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2407-g430e09df', 'node_name': '172.21.5.36+adami06', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2407.g430e09df'}, 'url': 'https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-21 21:31:40.125798', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-04-22T22:05:13.263 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref squid, sha1 430e09df97c8fc7dc2b2ae424f68ed11366c540f from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:05:13.265 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm 2024-04-22T22:05:13.265 DEBUG:teuthology.orchestra.run.smithi094:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T22:05:15.721 INFO:teuthology.orchestra.run.smithi094.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 22:05 /home/ubuntu/cephtest/cephadm 2024-04-22T22:05:15.721 DEBUG:teuthology.orchestra.run.smithi113:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T22:05:16.291 INFO:teuthology.orchestra.run.smithi113.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 22:05 /home/ubuntu/cephtest/cephadm 2024-04-22T22:05:16.292 DEBUG:teuthology.orchestra.run.smithi178:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T22:05:16.896 INFO:teuthology.orchestra.run.smithi178.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 22:05 /home/ubuntu/cephtest/cephadm 2024-04-22T22:05:16.896 DEBUG:teuthology.orchestra.run.smithi094:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T22:05:16.914 DEBUG:teuthology.orchestra.run.smithi113:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T22:05:16.933 DEBUG:teuthology.orchestra.run.smithi178:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T22:05:16.963 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f on all hosts... 2024-04-22T22:05:16.963 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T22:05:16.966 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T22:05:16.976 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T22:05:18.489 INFO:teuthology.orchestra.run.smithi094.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:05:18.566 INFO:teuthology.orchestra.run.smithi178.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:05:18.648 INFO:teuthology.orchestra.run.smithi113.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:05:18.681 INFO:teuthology.orchestra.run.smithi094.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:05:18.681 INFO:teuthology.orchestra.run.smithi094.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:05:18.682 INFO:teuthology.orchestra.run.smithi094.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f: reading manifest 430e09df97c8fc7dc2b2ae424f68ed11366c540f in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-22T22:05:18.682 INFO:teuthology.orchestra.run.smithi094.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:05:18.704 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:05:18.705 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_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.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 smithi094 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:05:18.706 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-22T22:05:18.708 DEBUG:teuthology.misc:Transferring archived files from smithi094:/var/lib/ceph/64631b50-00f4-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668814/remote/smithi094/crash 2024-04-22T22:05:18.708 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /var/lib/ceph/64631b50-00f4-11ef-bc93-c7b262605968/crash -- . 2024-04-22T22:05:18.745 INFO:teuthology.orchestra.run.smithi178.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:05:18.745 INFO:teuthology.orchestra.run.smithi178.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:05:18.745 INFO:teuthology.orchestra.run.smithi178.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f: reading manifest 430e09df97c8fc7dc2b2ae424f68ed11366c540f in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-22T22:05:18.745 INFO:teuthology.orchestra.run.smithi178.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:05:18.760 INFO:teuthology.orchestra.run.smithi094.stderr:tar: /var/lib/ceph/64631b50-00f4-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T22:05:18.760 INFO:teuthology.orchestra.run.smithi094.stderr:tar: Error is not recoverable: exiting now 2024-04-22T22:05:18.762 DEBUG:teuthology.misc:Transferring archived files from smithi113:/var/lib/ceph/64631b50-00f4-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668814/remote/smithi113/crash 2024-04-22T22:05:18.763 DEBUG:teuthology.orchestra.run.smithi113:> sudo tar c -f - -C /var/lib/ceph/64631b50-00f4-11ef-bc93-c7b262605968/crash -- . 2024-04-22T22:05:18.797 INFO:teuthology.orchestra.run.smithi113.stderr:tar: /var/lib/ceph/64631b50-00f4-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T22:05:18.798 INFO:teuthology.orchestra.run.smithi113.stderr:tar: Error is not recoverable: exiting now 2024-04-22T22:05:18.799 DEBUG:teuthology.misc:Transferring archived files from smithi178:/var/lib/ceph/64631b50-00f4-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668814/remote/smithi178/crash 2024-04-22T22:05:18.800 DEBUG:teuthology.orchestra.run.smithi178:> sudo tar c -f - -C /var/lib/ceph/64631b50-00f4-11ef-bc93-c7b262605968/crash -- . 2024-04-22T22:05:18.828 INFO:teuthology.orchestra.run.smithi113.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:05:18.828 INFO:teuthology.orchestra.run.smithi113.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:05:18.828 INFO:teuthology.orchestra.run.smithi113.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f: reading manifest 430e09df97c8fc7dc2b2ae424f68ed11366c540f in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-22T22:05:18.828 INFO:teuthology.orchestra.run.smithi113.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:05:18.846 INFO:teuthology.orchestra.run.smithi178.stderr:tar: /var/lib/ceph/64631b50-00f4-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T22:05:18.846 INFO:teuthology.orchestra.run.smithi178.stderr:tar: Error is not recoverable: exiting now 2024-04-22T22:05:18.848 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-22T22:05:18.848 DEBUG:teuthology.orchestra.run.smithi094:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/64631b50-00f4-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-04-22T22:05:18.872 INFO:teuthology.orchestra.run.smithi094.stderr:grep: /var/log/ceph/64631b50-00f4-11ef-bc93-c7b262605968/ceph.log: No such file or directory 2024-04-22T22:05:18.873 INFO:tasks.cephadm:Compressing logs... 2024-04-22T22:05:18.873 DEBUG:teuthology.orchestra.run.smithi094:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-22T22:05:18.916 DEBUG:teuthology.orchestra.run.smithi113:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-22T22:05:18.918 DEBUG:teuthology.orchestra.run.smithi178:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-22T22:05:18.936 INFO:teuthology.orchestra.run.smithi094.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T22:05:18.936 INFO:teuthology.orchestra.run.smithi094.stderr:: No such file or directory 2024-04-22T22:05:18.937 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/cephadm.log: 73.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T22:05:18.938 INFO:teuthology.orchestra.run.smithi094.stderr: 2024-04-22T22:05:18.938 INFO:teuthology.orchestra.run.smithi094.stderr:real 0m0.011s 2024-04-22T22:05:18.938 INFO:teuthology.orchestra.run.smithi094.stderr:user 0m0.011s 2024-04-22T22:05:18.938 INFO:teuthology.orchestra.run.smithi094.stderr:sys 0m0.009s 2024-04-22T22:05:18.939 INFO:teuthology.orchestra.run.smithi113.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T22:05:18.939 INFO:teuthology.orchestra.run.smithi113.stderr:: No such file or directory 2024-04-22T22:05:18.939 INFO:teuthology.orchestra.run.smithi113.stderr:/var/log/ceph/cephadm.log: 73.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T22:05:18.941 INFO:teuthology.orchestra.run.smithi113.stderr: 2024-04-22T22:05:18.941 INFO:teuthology.orchestra.run.smithi113.stderr:real 0m0.011s 2024-04-22T22:05:18.941 INFO:teuthology.orchestra.run.smithi113.stderr:user 0m0.012s 2024-04-22T22:05:18.941 INFO:teuthology.orchestra.run.smithi113.stderr:sys 0m0.008s 2024-04-22T22:05:18.942 INFO:teuthology.orchestra.run.smithi178.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T22:05:18.942 INFO:teuthology.orchestra.run.smithi178.stderr:: No such file or directory 2024-04-22T22:05:18.942 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/cephadm.log: 73.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T22:05:18.943 INFO:teuthology.orchestra.run.smithi178.stderr: 2024-04-22T22:05:18.944 INFO:teuthology.orchestra.run.smithi178.stderr:real 0m0.011s 2024-04-22T22:05:18.944 INFO:teuthology.orchestra.run.smithi178.stderr:user 0m0.011s 2024-04-22T22:05:18.944 INFO:teuthology.orchestra.run.smithi178.stderr:sys 0m0.009s 2024-04-22T22:05:18.944 INFO:tasks.cephadm:Archiving logs... 2024-04-22T22:05:18.944 DEBUG:teuthology.misc:Transferring archived files from smithi094:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668814/remote/smithi094/log 2024-04-22T22:05:18.946 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T22:05:19.002 DEBUG:teuthology.misc:Transferring archived files from smithi113:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668814/remote/smithi113/log 2024-04-22T22:05:19.003 DEBUG:teuthology.orchestra.run.smithi113:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T22:05:19.028 DEBUG:teuthology.misc:Transferring archived files from smithi178:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668814/remote/smithi178/log 2024-04-22T22:05:19.028 DEBUG:teuthology.orchestra.run.smithi178:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T22:05:19.053 INFO:tasks.cephadm:Removing cluster... 2024-04-22T22:05:19.053 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 64631b50-00f4-11ef-bc93-c7b262605968 --force 2024-04-22T22:05:19.227 INFO:teuthology.orchestra.run.smithi094.stdout:Deleting cluster with fsid: 64631b50-00f4-11ef-bc93-c7b262605968 2024-04-22T22:05:19.480 DEBUG:teuthology.orchestra.run.smithi113:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 64631b50-00f4-11ef-bc93-c7b262605968 --force 2024-04-22T22:05:19.654 INFO:teuthology.orchestra.run.smithi113.stdout:Deleting cluster with fsid: 64631b50-00f4-11ef-bc93-c7b262605968 2024-04-22T22:05:19.908 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 64631b50-00f4-11ef-bc93-c7b262605968 --force 2024-04-22T22:05:20.082 INFO:teuthology.orchestra.run.smithi178.stdout:Deleting cluster with fsid: 64631b50-00f4-11ef-bc93-c7b262605968 2024-04-22T22:05:20.340 INFO:tasks.cephadm:Removing cephadm ... 2024-04-22T22:05:20.341 DEBUG:teuthology.orchestra.run.smithi094:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T22:05:20.360 DEBUG:teuthology.orchestra.run.smithi113:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T22:05:20.377 DEBUG:teuthology.orchestra.run.smithi178:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T22:05:20.393 INFO:tasks.cephadm:Teardown complete 2024-04-22T22:05:20.393 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_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 2204, 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 "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 1833, in initialize_config yield 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_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.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 smithi094 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:05:20.592 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=041a3c882ad64b6c857147246b864643 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_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 2204, 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 "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 1833, in initialize_config yield 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_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.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 smithi094 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:05:20.596 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-22T22:05:20.607 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-22T22:05:20.734 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-04-22T22:05:20.735 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T22:05:20.748 DEBUG:teuthology.orchestra.run.smithi113:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T22:05:20.751 DEBUG:teuthology.orchestra.run.smithi178:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T22:05:20.849 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-22T22:05:20.857 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-22T22:05:20.858 DEBUG:teuthology.orchestra.run.smithi094:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:05:20.860 DEBUG:teuthology.orchestra.run.smithi113:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:05:20.863 DEBUG:teuthology.orchestra.run.smithi178:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:05:20.874 INFO:teuthology.orchestra.run.smithi094.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:05:20.876 INFO:teuthology.orchestra.run.smithi113.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:05:20.877 INFO:teuthology.orchestra.run.smithi178.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:05:20.878 INFO:teuthology.orchestra.run.smithi094.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:05:20.879 INFO:teuthology.orchestra.run.smithi094.stdout:=============================================================================== 2024-04-22T22:05:20.879 INFO:teuthology.orchestra.run.smithi094.stdout:^- hv01.front.sepia.ceph.com 2 6 77 33 +1270us[+1269us] +/- 575ms 2024-04-22T22:05:20.879 INFO:teuthology.orchestra.run.smithi094.stdout:^* hv02.front.sepia.ceph.com 3 6 77 33 -139us[ -140us] +/- 57ms 2024-04-22T22:05:20.879 INFO:teuthology.orchestra.run.smithi094.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 34 +207us[ +206us] +/- 83ms 2024-04-22T22:05:20.879 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:05:20.881 INFO:teuthology.orchestra.run.smithi113.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:05:20.881 INFO:teuthology.orchestra.run.smithi113.stdout:=============================================================================== 2024-04-22T22:05:20.881 INFO:teuthology.orchestra.run.smithi113.stdout:^- hv01.front.sepia.ceph.com 2 6 77 33 +1286us[+1286us] +/- 575ms 2024-04-22T22:05:20.881 INFO:teuthology.orchestra.run.smithi113.stdout:^* hv02.front.sepia.ceph.com 3 6 77 34 -133us[ -161us] +/- 57ms 2024-04-22T22:05:20.881 INFO:teuthology.orchestra.run.smithi113.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 32 +222us[ +222us] +/- 83ms 2024-04-22T22:05:20.881 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:05:20.882 INFO:teuthology.orchestra.run.smithi178.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:05:20.882 INFO:teuthology.orchestra.run.smithi178.stdout:=============================================================================== 2024-04-22T22:05:20.883 INFO:teuthology.orchestra.run.smithi178.stdout:^- hv01.front.sepia.ceph.com 2 6 77 33 +1289us[+1289us] +/- 575ms 2024-04-22T22:05:20.883 INFO:teuthology.orchestra.run.smithi178.stdout:^* hv02.front.sepia.ceph.com 3 6 77 33 -140us[ -169us] +/- 57ms 2024-04-22T22:05:20.883 INFO:teuthology.orchestra.run.smithi178.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 34 +207us[ +178us] +/- 83ms 2024-04-22T22:05:20.883 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:05:20.883 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-22T22:05:20.892 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-22T22:05:20.892 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-22T22:05:20.901 DEBUG:teuthology.orchestra.run.smithi094:> 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-22T22:05:20.982 DEBUG:teuthology.orchestra.run.smithi113:> 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-22T22:05:21.041 DEBUG:teuthology.orchestra.run.smithi178:> 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-22T22:05:21.098 DEBUG:teuthology.orchestra.run.smithi094:> 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-22T22:05:21.126 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:05:21.127 DEBUG:teuthology.orchestra.run.smithi113:> 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-22T22:05:21.155 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:05:21.155 DEBUG:teuthology.orchestra.run.smithi178:> 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-22T22:05:21.180 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:05:21.181 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-22T22:05:21.192 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-22T22:05:21.201 INFO:teuthology.task.internal:Duration was 392.873250 seconds 2024-04-22T22:05:21.201 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-22T22:05:21.209 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-22T22:05:21.210 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T22:05:21.212 DEBUG:teuthology.orchestra.run.smithi113:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T22:05:21.215 DEBUG:teuthology.orchestra.run.smithi178:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T22:05:21.249 INFO:teuthology.orchestra.run.smithi094.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:05:21.251 INFO:teuthology.orchestra.run.smithi113.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:05:21.257 INFO:teuthology.orchestra.run.smithi178.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:05:21.630 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-22T22:05:21.630 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi094.front.sepia.ceph.com 2024-04-22T22:05:21.630 DEBUG:teuthology.orchestra.run.smithi094:> 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-22T22:05:21.691 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi113.front.sepia.ceph.com 2024-04-22T22:05:21.691 DEBUG:teuthology.orchestra.run.smithi113:> 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-22T22:05:21.717 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi178.front.sepia.ceph.com 2024-04-22T22:05:21.717 DEBUG:teuthology.orchestra.run.smithi178:> 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-22T22:05:21.743 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-22T22:05:21.743 DEBUG:teuthology.orchestra.run.smithi094:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T22:05:21.745 DEBUG:teuthology.orchestra.run.smithi113:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T22:05:21.759 DEBUG:teuthology.orchestra.run.smithi178:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T22:05:21.808 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-22T22:05:21.809 DEBUG:teuthology.orchestra.run.smithi094:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T22:05:21.811 DEBUG:teuthology.orchestra.run.smithi113:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T22:05:21.826 DEBUG:teuthology.orchestra.run.smithi178:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T22:05:21.939 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-22T22:05:21.950 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-22T22:05:21.951 DEBUG:teuthology.orchestra.run.smithi094:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T22:05:21.974 DEBUG:teuthology.orchestra.run.smithi113:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T22:05:21.998 DEBUG:teuthology.orchestra.run.smithi178:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T22:05:22.022 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-22T22:05:22.035 DEBUG:teuthology.orchestra.run.smithi094:> 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-22T22:05:22.038 DEBUG:teuthology.orchestra.run.smithi113:> 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-22T22:05:22.041 DEBUG:teuthology.orchestra.run.smithi178:> 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-22T22:05:22.058 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern = core 2024-04-22T22:05:22.060 INFO:teuthology.orchestra.run.smithi113.stdout:kernel.core_pattern = core 2024-04-22T22:05:22.085 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern = core 2024-04-22T22:05:22.125 DEBUG:teuthology.orchestra.run.smithi094:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:05:22.139 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:05:22.140 DEBUG:teuthology.orchestra.run.smithi113:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:05:22.166 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:05:22.167 DEBUG:teuthology.orchestra.run.smithi178:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:05:22.180 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:05:22.181 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-22T22:05:22.190 INFO:teuthology.task.internal:Transferring archived files... 2024-04-22T22:05:22.191 DEBUG:teuthology.misc:Transferring archived files from smithi094:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668814/remote/smithi094 2024-04-22T22:05:22.191 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T22:05:22.223 DEBUG:teuthology.misc:Transferring archived files from smithi113:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668814/remote/smithi113 2024-04-22T22:05:22.224 DEBUG:teuthology.orchestra.run.smithi113:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T22:05:22.255 DEBUG:teuthology.misc:Transferring archived files from smithi178:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668814/remote/smithi178 2024-04-22T22:05:22.255 DEBUG:teuthology.orchestra.run.smithi178:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T22:05:22.286 INFO:teuthology.task.internal:Removing archive directory... 2024-04-22T22:05:22.286 DEBUG:teuthology.orchestra.run.smithi094:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T22:05:22.289 DEBUG:teuthology.orchestra.run.smithi113:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T22:05:22.293 DEBUG:teuthology.orchestra.run.smithi178:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T22:05:22.336 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-22T22:05:22.348 INFO:teuthology.task.internal:Not uploading archives. 2024-04-22T22:05:22.348 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-22T22:05:22.358 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-22T22:05:22.359 DEBUG:teuthology.orchestra.run.smithi094:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T22:05:22.361 DEBUG:teuthology.orchestra.run.smithi113:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T22:05:22.363 DEBUG:teuthology.orchestra.run.smithi178:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T22:05:22.373 INFO:teuthology.orchestra.run.smithi094.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 22:05 /home/ubuntu/cephtest 2024-04-22T22:05:22.375 INFO:teuthology.orchestra.run.smithi113.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 22:05 /home/ubuntu/cephtest 2024-04-22T22:05:22.390 INFO:teuthology.orchestra.run.smithi178.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 22:05 /home/ubuntu/cephtest 2024-04-22T22:05:22.391 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-22T22:05:22.406 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-22T22:05:22.426 INFO:teuthology.nuke:Checking targets against current locks 2024-04-22T22:05:22.454 DEBUG:teuthology.nuke:shortname: smithi094 2024-04-22T22:05:22.454 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:05:22.482 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi094.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668814', '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-22 21:50:17.129514', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM1hE1D5tYnky1VDvQM86Xg3GhRd4BpAr0nUuHE2x8JVmW+RgfBNKs1iirchXKIUw8wyONfEgv4fOAbCS3swuSc='} 2024-04-22T22:05:22.483 DEBUG:teuthology.nuke:shortname: smithi113 2024-04-22T22:05:22.484 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:05:22.513 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi113.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668814', '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-22 21:50:17.125867', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPRAAoBR49dBYmvb4YPoOdVQPy6zGmNRinwJStCNcLlfpP/RlLLP5Fl+y/8mxiKC3pqEYG5AoQDIWm7Hemx8qYY='} 2024-04-22T22:05:22.514 DEBUG:teuthology.nuke:shortname: smithi178 2024-04-22T22:05:22.515 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:05:22.543 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi178.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668814', '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-22 21:50:17.127805', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLltLr1YJ0bSImWJxPba5vNtWOXwO5TPjj2KdenRZP8FJ/rYwihn5uPg4U4pENqhciZ6n3rfJgXjbr16jKn8pK0='} 2024-04-22T22:05:22.549 INFO:teuthology.orchestra.console.smithi094:Power off 2024-04-22T22:05:22.549 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T22:05:22.572 DEBUG:teuthology.orchestra.console.smithi094:power off output: Chassis Power Control: Down/Off 2024-04-22T22:05:22.572 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:05:22.588 INFO:teuthology.orchestra.console.smithi113:Power off 2024-04-22T22:05:22.589 DEBUG:teuthology.orchestra.console.smithi113:pexpect command: ipmitool -H smithi113.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T22:05:22.602 DEBUG:teuthology.orchestra.console.smithi094:check power output: Chassis Power is on 2024-04-22T22:05:22.610 DEBUG:teuthology.orchestra.console.smithi113:power off output: Chassis Power Control: Down/Off 2024-04-22T22:05:22.610 DEBUG:teuthology.orchestra.console.smithi113:pexpect command: ipmitool -H smithi113.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:05:22.630 INFO:teuthology.orchestra.console.smithi178:Power off 2024-04-22T22:05:22.631 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T22:05:22.639 DEBUG:teuthology.orchestra.console.smithi113:check power output: Chassis Power is on 2024-04-22T22:05:22.652 DEBUG:teuthology.orchestra.console.smithi178:power off output: Chassis Power Control: Down/Off 2024-04-22T22:05:22.652 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:05:22.676 DEBUG:teuthology.orchestra.console.smithi178:check power output: Chassis Power is on 2024-04-22T22:05:26.603 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:05:26.640 DEBUG:teuthology.orchestra.console.smithi113:pexpect command: ipmitool -H smithi113.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:05:26.677 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:05:26.713 DEBUG:teuthology.orchestra.console.smithi094:check power output: Chassis Power is on 2024-04-22T22:05:26.749 DEBUG:teuthology.orchestra.console.smithi113:check power output: Chassis Power is on 2024-04-22T22:05:26.786 DEBUG:teuthology.orchestra.console.smithi178:check power output: Chassis Power is on 2024-04-22T22:05:30.721 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:05:30.751 DEBUG:teuthology.orchestra.console.smithi113:pexpect command: ipmitool -H smithi113.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:05:30.787 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:05:30.832 DEBUG:teuthology.orchestra.console.smithi094:check power output: Chassis Power is off 2024-04-22T22:05:30.860 DEBUG:teuthology.orchestra.console.smithi113:check power output: Chassis Power is off 2024-04-22T22:05:30.896 DEBUG:teuthology.orchestra.console.smithi178:check power output: Chassis Power is off 2024-04-22T22:05:30.933 INFO:teuthology.orchestra.console.smithi094:Power off completed 2024-04-22T22:05:30.961 INFO:teuthology.orchestra.console.smithi113:Power off completed 2024-04-22T22:05:30.997 INFO:teuthology.orchestra.console.smithi178:Power off completed 2024-04-22T22:05:31.102 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_rgw_multisite} duration: 392.873250246048 failure_reason: 'Command failed on smithi094 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull''' flavor: default owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=041a3c882ad64b6c857147246b864643 status: fail success: false 2024-04-22T22:05:31.102 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T22:05:31.188 INFO:teuthology.run:FAIL