2024-03-09T22:30:06.145 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-09T22:30:06.145 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587445 --description rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587445/orig.config.yaml 2024-03-09T22:30:06.177 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-09T22:30:06.266 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587445 branch: wip-yuri8-testing-2024-03-06-1329 description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} email: yweinste@redhat.com first_in_suite: false job_id: '7587445' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri8-testing-2024-03-06-1329 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 sha1: 6b01fe95f3aa686f1951a0c5828907a52930b92a ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 6b01fe95f3aa686f1951a0c5828907a52930b92a selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri8-testing-2024-03-06-1329 sha1: 6b01fe95f3aa686f1951a0c5828907a52930b92a owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 1270 sha1: 6b01fe95f3aa686f1951a0c5828907a52930b92a sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri8-testing-2024-03-06-1329 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 6b01fe95f3aa686f1951a0c5828907a52930b92a targets: smithi081.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEK1vzzN6BOPUanRs64I809AGXJv33Fa/MQC9u0gPqF1RtuH6jFPYSDa4BqUGtJQqO7ySgdBtlfsRkZyrY7mm5I= smithi164.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC8oIzsQI1zyrNeUZhTYdWBtLfAN5iZQC3nCsno2yRwyZF2n/6zVYuCz8FfcJY75Dzd8MhYeEn8wNDA/YmMm0+0= smithi186.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFmhwSoPSh1OMYA1Hyr+1Q8exZDEdWINhyVa0GeXmGqgt3lYp2gXrWV9X9clFRW0Bwn+HXRjQ0M208scAtaOQek= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-08_16:18:36 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-09T22:30:06.266 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa; will attempt to use it 2024-03-09T22:30:06.267 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks 2024-03-09T22:30:06.267 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-09T22:30:06.269 INFO:teuthology.task.internal:Checking packages... 2024-03-09T22:30:06.294 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '6b01fe95f3aa686f1951a0c5828907a52930b92a' 2024-03-09T22:30:06.294 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-09T22:30:06.294 INFO:teuthology.packaging:ref: None 2024-03-09T22:30:06.294 INFO:teuthology.packaging:tag: None 2024-03-09T22:30:06.294 INFO:teuthology.packaging:branch: wip-yuri8-testing-2024-03-06-1329 2024-03-09T22:30:06.294 INFO:teuthology.packaging:sha1: 6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T22:30:06.294 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuri8-testing-2024-03-06-1329 2024-03-09T22:30:06.514 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-1920.g6b01fe95 2024-03-09T22:30:06.516 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-09T22:30:06.521 INFO:teuthology.task.internal:no buildpackages task found 2024-03-09T22:30:06.522 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-09T22:30:06.566 INFO:teuthology.task.internal:Saving configuration 2024-03-09T22:30:06.579 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-09T22:30:06.592 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-09T22:30:06.616 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi081.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587445', '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-03-09 22:24:42.346940', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEK1vzzN6BOPUanRs64I809AGXJv33Fa/MQC9u0gPqF1RtuH6jFPYSDa4BqUGtJQqO7ySgdBtlfsRkZyrY7mm5I='} 2024-03-09T22:30:06.641 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi164.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587445', '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-03-09 22:24:42.348730', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC8oIzsQI1zyrNeUZhTYdWBtLfAN5iZQC3nCsno2yRwyZF2n/6zVYuCz8FfcJY75Dzd8MhYeEn8wNDA/YmMm0+0='} 2024-03-09T22:30:06.662 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi186.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587445', '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-03-09 22:24:42.349907', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFmhwSoPSh1OMYA1Hyr+1Q8exZDEdWINhyVa0GeXmGqgt3lYp2gXrWV9X9clFRW0Bwn+HXRjQ0M208scAtaOQek='} 2024-03-09T22:30:06.662 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-09T22:30:06.667 INFO:teuthology.task.internal:roles: ubuntu@smithi081.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-03-09T22:30:06.668 INFO:teuthology.task.internal:roles: ubuntu@smithi164.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-03-09T22:30:06.668 INFO:teuthology.task.internal:roles: ubuntu@smithi186.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-03-09T22:30:06.668 INFO:teuthology.run_tasks:Running task console_log... 2024-03-09T22:30:06.788 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f51387f6f70>, signals=[15]) 2024-03-09T22:30:06.789 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-09T22:30:06.795 INFO:teuthology.task.internal:Opening connections... 2024-03-09T22:30:06.795 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi081.front.sepia.ceph.com 2024-03-09T22:30:06.797 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T22:30:06.891 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi164.front.sepia.ceph.com 2024-03-09T22:30:06.891 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T22:30:06.983 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi186.front.sepia.ceph.com 2024-03-09T22:30:06.984 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T22:30:07.119 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-09T22:30:07.125 DEBUG:teuthology.orchestra.run.smithi081:> uname -m 2024-03-09T22:30:07.143 INFO:teuthology.orchestra.run.smithi081.stdout:x86_64 2024-03-09T22:30:07.144 DEBUG:teuthology.orchestra.run.smithi081:> cat /etc/os-release 2024-03-09T22:30:07.201 INFO:teuthology.orchestra.run.smithi081.stdout:NAME="CentOS Stream" 2024-03-09T22:30:07.201 INFO:teuthology.orchestra.run.smithi081.stdout:VERSION="9" 2024-03-09T22:30:07.201 INFO:teuthology.orchestra.run.smithi081.stdout:ID="centos" 2024-03-09T22:30:07.201 INFO:teuthology.orchestra.run.smithi081.stdout:ID_LIKE="rhel fedora" 2024-03-09T22:30:07.201 INFO:teuthology.orchestra.run.smithi081.stdout:VERSION_ID="9" 2024-03-09T22:30:07.201 INFO:teuthology.orchestra.run.smithi081.stdout:PLATFORM_ID="platform:el9" 2024-03-09T22:30:07.201 INFO:teuthology.orchestra.run.smithi081.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-09T22:30:07.201 INFO:teuthology.orchestra.run.smithi081.stdout:ANSI_COLOR="0;31" 2024-03-09T22:30:07.201 INFO:teuthology.orchestra.run.smithi081.stdout:LOGO="fedora-logo-icon" 2024-03-09T22:30:07.201 INFO:teuthology.orchestra.run.smithi081.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-09T22:30:07.202 INFO:teuthology.orchestra.run.smithi081.stdout:HOME_URL="https://centos.org/" 2024-03-09T22:30:07.202 INFO:teuthology.orchestra.run.smithi081.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-09T22:30:07.202 INFO:teuthology.orchestra.run.smithi081.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-09T22:30:07.202 INFO:teuthology.orchestra.run.smithi081.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-09T22:30:07.202 INFO:teuthology.lock.ops:Updating smithi081.front.sepia.ceph.com on lock server 2024-03-09T22:30:07.227 DEBUG:teuthology.orchestra.run.smithi164:> uname -m 2024-03-09T22:30:07.245 INFO:teuthology.orchestra.run.smithi164.stdout:x86_64 2024-03-09T22:30:07.245 DEBUG:teuthology.orchestra.run.smithi164:> cat /etc/os-release 2024-03-09T22:30:07.301 INFO:teuthology.orchestra.run.smithi164.stdout:NAME="CentOS Stream" 2024-03-09T22:30:07.302 INFO:teuthology.orchestra.run.smithi164.stdout:VERSION="9" 2024-03-09T22:30:07.302 INFO:teuthology.orchestra.run.smithi164.stdout:ID="centos" 2024-03-09T22:30:07.302 INFO:teuthology.orchestra.run.smithi164.stdout:ID_LIKE="rhel fedora" 2024-03-09T22:30:07.302 INFO:teuthology.orchestra.run.smithi164.stdout:VERSION_ID="9" 2024-03-09T22:30:07.302 INFO:teuthology.orchestra.run.smithi164.stdout:PLATFORM_ID="platform:el9" 2024-03-09T22:30:07.302 INFO:teuthology.orchestra.run.smithi164.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-09T22:30:07.302 INFO:teuthology.orchestra.run.smithi164.stdout:ANSI_COLOR="0;31" 2024-03-09T22:30:07.302 INFO:teuthology.orchestra.run.smithi164.stdout:LOGO="fedora-logo-icon" 2024-03-09T22:30:07.302 INFO:teuthology.orchestra.run.smithi164.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-09T22:30:07.302 INFO:teuthology.orchestra.run.smithi164.stdout:HOME_URL="https://centos.org/" 2024-03-09T22:30:07.302 INFO:teuthology.orchestra.run.smithi164.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-09T22:30:07.302 INFO:teuthology.orchestra.run.smithi164.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-09T22:30:07.302 INFO:teuthology.orchestra.run.smithi164.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-09T22:30:07.303 INFO:teuthology.lock.ops:Updating smithi164.front.sepia.ceph.com on lock server 2024-03-09T22:30:07.327 DEBUG:teuthology.orchestra.run.smithi186:> uname -m 2024-03-09T22:30:07.344 INFO:teuthology.orchestra.run.smithi186.stdout:x86_64 2024-03-09T22:30:07.345 DEBUG:teuthology.orchestra.run.smithi186:> cat /etc/os-release 2024-03-09T22:30:07.402 INFO:teuthology.orchestra.run.smithi186.stdout:NAME="CentOS Stream" 2024-03-09T22:30:07.402 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION="9" 2024-03-09T22:30:07.402 INFO:teuthology.orchestra.run.smithi186.stdout:ID="centos" 2024-03-09T22:30:07.402 INFO:teuthology.orchestra.run.smithi186.stdout:ID_LIKE="rhel fedora" 2024-03-09T22:30:07.403 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION_ID="9" 2024-03-09T22:30:07.403 INFO:teuthology.orchestra.run.smithi186.stdout:PLATFORM_ID="platform:el9" 2024-03-09T22:30:07.403 INFO:teuthology.orchestra.run.smithi186.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-09T22:30:07.403 INFO:teuthology.orchestra.run.smithi186.stdout:ANSI_COLOR="0;31" 2024-03-09T22:30:07.403 INFO:teuthology.orchestra.run.smithi186.stdout:LOGO="fedora-logo-icon" 2024-03-09T22:30:07.403 INFO:teuthology.orchestra.run.smithi186.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-09T22:30:07.403 INFO:teuthology.orchestra.run.smithi186.stdout:HOME_URL="https://centos.org/" 2024-03-09T22:30:07.404 INFO:teuthology.orchestra.run.smithi186.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-09T22:30:07.404 INFO:teuthology.orchestra.run.smithi186.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-09T22:30:07.404 INFO:teuthology.orchestra.run.smithi186.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-09T22:30:07.404 INFO:teuthology.lock.ops:Updating smithi186.front.sepia.ceph.com on lock server 2024-03-09T22:30:07.435 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-09T22:30:07.448 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-09T22:30:07.477 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-09T22:30:07.478 DEBUG:teuthology.orchestra.run.smithi081:> test '!' -e /home/ubuntu/cephtest 2024-03-09T22:30:07.480 DEBUG:teuthology.orchestra.run.smithi164:> test '!' -e /home/ubuntu/cephtest 2024-03-09T22:30:07.483 DEBUG:teuthology.orchestra.run.smithi186:> test '!' -e /home/ubuntu/cephtest 2024-03-09T22:30:07.500 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-09T22:30:07.505 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-09T22:30:07.505 DEBUG:teuthology.orchestra.run.smithi081:> test -z $(ls -A /var/lib/ceph) 2024-03-09T22:30:07.538 DEBUG:teuthology.orchestra.run.smithi164:> test -z $(ls -A /var/lib/ceph) 2024-03-09T22:30:07.540 DEBUG:teuthology.orchestra.run.smithi186:> test -z $(ls -A /var/lib/ceph) 2024-03-09T22:30:07.665 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-09T22:30:07.729 INFO:teuthology.run_tasks:Running task kernel... 2024-03-09T22:30:07.749 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-09T22:30:07.749 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-09T22:30:07.749 DEBUG:teuthology.orchestra.run.smithi081:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-09T22:30:07.750 DEBUG:teuthology.orchestra.run.smithi164:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-09T22:30:07.750 DEBUG:teuthology.orchestra.run.smithi186:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-09T22:30:07.767 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T22:30:07.767 DEBUG:teuthology.orchestra.run.smithi081:> uname -r 2024-03-09T22:30:07.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T22:30:07.769 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T22:30:07.769 DEBUG:teuthology.orchestra.run.smithi186:> uname -r 2024-03-09T22:30:07.769 DEBUG:teuthology.orchestra.run.smithi164:> uname -r 2024-03-09T22:30:07.824 INFO:teuthology.orchestra.run.smithi081.stdout:5.14.0-361.el9.x86_64 2024-03-09T22:30:07.825 INFO:teuthology.task.kernel:Running kernel on smithi081: 5.14.0-361.el9.x86_64 2024-03-09T22:30:07.825 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum install -y kernel 2024-03-09T22:30:07.826 INFO:teuthology.orchestra.run.smithi186.stdout:5.14.0-361.el9.x86_64 2024-03-09T22:30:07.826 INFO:teuthology.task.kernel:Running kernel on smithi186: 5.14.0-361.el9.x86_64 2024-03-09T22:30:07.826 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum install -y kernel 2024-03-09T22:30:07.827 INFO:teuthology.orchestra.run.smithi164.stdout:5.14.0-361.el9.x86_64 2024-03-09T22:30:07.827 INFO:teuthology.task.kernel:Running kernel on smithi164: 5.14.0-361.el9.x86_64 2024-03-09T22:30:07.827 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum install -y kernel 2024-03-09T22:30:09.839 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS-9 - AppStream 15 MB/s | 6.7 MB 00:00 2024-03-09T22:30:09.966 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS-9 - AppStream 13 MB/s | 6.7 MB 00:00 2024-03-09T22:30:10.143 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS-9 - AppStream 9.5 MB/s | 6.7 MB 00:00 2024-03-09T22:30:11.530 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS-9 - BaseOS 3.4 MB/s | 2.0 MB 00:00 2024-03-09T22:30:11.624 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS-9 - BaseOS 3.6 MB/s | 2.0 MB 00:00 2024-03-09T22:30:11.735 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS-9 - BaseOS 4.0 MB/s | 2.0 MB 00:00 2024-03-09T22:30:13.098 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 9 - BaseOS 7.0 MB/s | 8.0 MB 00:01 2024-03-09T22:30:13.820 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - BaseOS 4.1 MB/s | 8.0 MB 00:01 2024-03-09T22:30:15.108 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - BaseOS 2.7 MB/s | 8.0 MB 00:02 2024-03-09T22:30:15.880 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - AppStream 19 MB/s | 19 MB 00:00 2024-03-09T22:30:16.065 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 9 - AppStream 9.9 MB/s | 19 MB 00:01 2024-03-09T22:30:20.516 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 9 - CRB 6.2 MB/s | 6.1 MB 00:00 2024-03-09T22:30:21.380 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - CRB 3.1 MB/s | 6.1 MB 00:01 2024-03-09T22:30:21.958 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 9 - Extras packages 50 kB/s | 15 kB 00:00 2024-03-09T22:30:23.581 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - Extras packages 14 kB/s | 15 kB 00:01 2024-03-09T22:30:24.299 INFO:teuthology.orchestra.run.smithi186.stdout:Extra Packages for Enterprise Linux 34 MB/s | 21 MB 00:00 2024-03-09T22:30:26.462 INFO:teuthology.orchestra.run.smithi164.stdout:Extra Packages for Enterprise Linux 4.7 MB/s | 21 MB 00:04 2024-03-09T22:30:29.199 INFO:teuthology.orchestra.run.smithi186.stdout:lab-extras 45 kB/s | 1.7 kB 00:00 2024-03-09T22:30:31.347 INFO:teuthology.orchestra.run.smithi186.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-09T22:30:31.348 INFO:teuthology.orchestra.run.smithi186.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-09T22:30:31.435 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-03-09T22:30:31.442 INFO:teuthology.orchestra.run.smithi164.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-03-09T22:30:31.444 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:30:31.444 INFO:teuthology.orchestra.run.smithi186.stdout: Package Architecture Version Repository Size 2024-03-09T22:30:31.444 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:30:31.444 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-03-09T22:30:31.444 INFO:teuthology.orchestra.run.smithi186.stdout: kernel x86_64 5.14.0-427.el9 baseos 6.0 M 2024-03-09T22:30:31.444 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2024-03-09T22:30:31.444 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-core x86_64 5.14.0-427.el9 baseos 21 M 2024-03-09T22:30:31.444 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-modules x86_64 5.14.0-427.el9 baseos 39 M 2024-03-09T22:30:31.444 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-modules-core x86_64 5.14.0-427.el9 baseos 33 M 2024-03-09T22:30:31.444 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:30:31.445 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-03-09T22:30:31.445 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:30:31.445 INFO:teuthology.orchestra.run.smithi186.stdout:Install 4 Packages 2024-03-09T22:30:31.445 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:30:31.445 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 100 M 2024-03-09T22:30:31.445 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 123 M 2024-03-09T22:30:31.445 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-03-09T22:30:33.674 INFO:teuthology.orchestra.run.smithi164.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-09T22:30:33.675 INFO:teuthology.orchestra.run.smithi164.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-09T22:30:33.780 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T22:30:33.785 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:30:33.786 INFO:teuthology.orchestra.run.smithi164.stdout: Package Architecture Version Repository Size 2024-03-09T22:30:33.786 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:30:33.786 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T22:30:33.786 INFO:teuthology.orchestra.run.smithi164.stdout: kernel x86_64 5.14.0-427.el9 baseos 6.0 M 2024-03-09T22:30:33.786 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-09T22:30:33.786 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-core x86_64 5.14.0-427.el9 baseos 21 M 2024-03-09T22:30:33.786 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-modules x86_64 5.14.0-427.el9 baseos 39 M 2024-03-09T22:30:33.786 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-modules-core x86_64 5.14.0-427.el9 baseos 33 M 2024-03-09T22:30:33.786 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:30:33.786 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T22:30:33.786 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:30:33.786 INFO:teuthology.orchestra.run.smithi164.stdout:Install 4 Packages 2024-03-09T22:30:33.786 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:30:33.786 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 100 M 2024-03-09T22:30:33.787 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 123 M 2024-03-09T22:30:33.787 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T22:30:33.983 INFO:teuthology.orchestra.run.smithi186.stdout:(1/4): kernel-5.14.0-427.el9.x86_64.rpm 2.6 MB/s | 6.0 MB 00:02 2024-03-09T22:30:34.792 INFO:teuthology.orchestra.run.smithi186.stdout:(2/4): kernel-modules-5.14.0-427.el9.x86_64.rpm 13 MB/s | 39 MB 00:03 2024-03-09T22:30:35.177 INFO:teuthology.orchestra.run.smithi164.stdout:(1/4): kernel-5.14.0-427.el9.x86_64.rpm 4.7 MB/s | 6.0 MB 00:01 2024-03-09T22:30:36.110 INFO:teuthology.orchestra.run.smithi164.stdout:(2/4): kernel-core-5.14.0-427.el9.x86_64.rpm 9.5 MB/s | 21 MB 00:02 2024-03-09T22:30:36.536 INFO:teuthology.orchestra.run.smithi164.stdout:(3/4): kernel-modules-5.14.0-427.el9.x86_64.rpm 15 MB/s | 39 MB 00:02 2024-03-09T22:30:37.244 INFO:teuthology.orchestra.run.smithi164.stdout:(4/4): kernel-modules-core-5.14.0-427.el9.x86_6 16 MB/s | 33 MB 00:02 2024-03-09T22:30:37.244 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:30:37.245 INFO:teuthology.orchestra.run.smithi164.stdout:Total 29 MB/s | 100 MB 00:03 2024-03-09T22:30:37.757 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - AppStream 893 kB/s | 19 MB 00:21 2024-03-09T22:30:38.124 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T22:30:38.520 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T22:30:38.521 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T22:30:40.151 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T22:30:40.152 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T22:30:42.816 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - CRB 4.0 MB/s | 6.1 MB 00:01 2024-03-09T22:30:43.079 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T22:30:43.741 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : kernel-modules-core-5.14.0-427.el9.x86_64 1/4 2024-03-09T22:30:43.878 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-09T22:30:44.383 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - Extras packages 77 kB/s | 15 kB 00:00 2024-03-09T22:30:45.169 INFO:teuthology.orchestra.run.smithi081.stdout:Extra Packages for Enterprise Linux 31 MB/s | 21 MB 00:00 2024-03-09T22:30:46.690 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-09T22:30:46.864 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-09T22:30:49.299 INFO:teuthology.orchestra.run.smithi186.stdout:(3/4): kernel-core-5.14.0-427.el9.x86_64.rpm 1.2 MB/s | 21 MB 00:17 2024-03-09T22:30:49.977 INFO:teuthology.orchestra.run.smithi081.stdout:lab-extras 38 kB/s | 1.7 kB 00:00 2024-03-09T22:30:51.613 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-09T22:30:51.800 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : kernel-5.14.0-427.el9.x86_64 4/4 2024-03-09T22:30:52.142 INFO:teuthology.orchestra.run.smithi081.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-09T22:30:52.142 INFO:teuthology.orchestra.run.smithi081.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-09T22:30:52.240 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-09T22:30:52.249 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:30:52.249 INFO:teuthology.orchestra.run.smithi081.stdout: Package Architecture Version Repository Size 2024-03-09T22:30:52.249 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:30:52.249 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-09T22:30:52.249 INFO:teuthology.orchestra.run.smithi081.stdout: kernel x86_64 5.14.0-427.el9 baseos 6.0 M 2024-03-09T22:30:52.249 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-03-09T22:30:52.249 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-core x86_64 5.14.0-427.el9 baseos 21 M 2024-03-09T22:30:52.249 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-modules x86_64 5.14.0-427.el9 baseos 39 M 2024-03-09T22:30:52.249 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-modules-core x86_64 5.14.0-427.el9 baseos 33 M 2024-03-09T22:30:52.249 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:30:52.250 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-09T22:30:52.250 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:30:52.250 INFO:teuthology.orchestra.run.smithi081.stdout:Install 4 Packages 2024-03-09T22:30:52.250 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:30:52.250 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 100 M 2024-03-09T22:30:52.250 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 123 M 2024-03-09T22:30:52.251 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-09T22:30:52.720 INFO:teuthology.orchestra.run.smithi081.stdout:(1/4): kernel-5.14.0-427.el9.x86_64.rpm 17 MB/s | 6.0 MB 00:00 2024-03-09T22:30:53.254 INFO:teuthology.orchestra.run.smithi081.stdout:(2/4): kernel-core-5.14.0-427.el9.x86_64.rpm 23 MB/s | 21 MB 00:00 2024-03-09T22:30:53.821 INFO:teuthology.orchestra.run.smithi081.stdout:(3/4): kernel-modules-core-5.14.0-427.el9.x86_6 30 MB/s | 33 MB 00:01 2024-03-09T22:30:54.254 INFO:teuthology.orchestra.run.smithi081.stdout:(4/4): kernel-modules-5.14.0-427.el9.x86_64.rpm 21 MB/s | 39 MB 00:01 2024-03-09T22:30:54.255 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:30:54.255 INFO:teuthology.orchestra.run.smithi081.stdout:Total 50 MB/s | 100 MB 00:02 2024-03-09T22:30:55.129 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-09T22:30:55.499 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-09T22:30:55.500 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-09T22:30:56.551 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-09T22:30:56.884 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-09T22:30:56.885 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-09T22:30:59.812 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-09T22:31:00.485 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : kernel-modules-core-5.14.0-427.el9.x86_64 1/4 2024-03-09T22:31:00.614 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-09T22:31:03.389 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-09T22:31:03.593 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-09T22:31:08.357 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-09T22:31:08.554 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : kernel-5.14.0-427.el9.x86_64 4/4 2024-03-09T22:31:13.105 INFO:teuthology.orchestra.run.smithi186.stdout:(4/4): kernel-modules-core-5.14.0-427.el9.x86_6 874 kB/s | 33 MB 00:39 2024-03-09T22:31:13.105 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:31:13.105 INFO:teuthology.orchestra.run.smithi186.stdout:Total 2.4 MB/s | 100 MB 00:41 2024-03-09T22:31:13.296 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-09T22:31:13.990 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-03-09T22:31:14.383 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-03-09T22:31:14.383 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-03-09T22:31:15.747 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-03-09T22:31:15.747 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-03-09T22:31:18.449 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-03-09T22:31:19.083 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : kernel-modules-core-5.14.0-427.el9.x86_64 1/4 2024-03-09T22:31:19.238 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-09T22:31:22.075 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-09T22:31:22.274 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-09T22:31:25.865 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 4/4 2024-03-09T22:31:25.866 INFO:teuthology.orchestra.run.smithi164.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-09T22:31:25.866 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:31:25.952 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 4/4 2024-03-09T22:31:26.437 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: kernel-5.14.0-427.el9.x86_64 4/4 2024-03-09T22:31:26.437 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : kernel-5.14.0-427.el9.x86_64 1/4 2024-03-09T22:31:26.437 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-09T22:31:26.438 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-09T22:31:26.865 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-09T22:31:26.865 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:31:26.865 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T22:31:26.866 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-5.14.0-427.el9.x86_64 2024-03-09T22:31:26.866 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-core-5.14.0-427.el9.x86_64 2024-03-09T22:31:26.866 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-modules-5.14.0-427.el9.x86_64 2024-03-09T22:31:26.866 INFO:teuthology.orchestra.run.smithi164.stdout: kernel-modules-core-5.14.0-427.el9.x86_64 2024-03-09T22:31:26.866 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:31:26.870 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T22:31:27.055 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-09T22:31:27.367 DEBUG:teuthology.orchestra.run.smithi164:> rpm -q kernel | sort -rV | head -n 1 2024-03-09T22:31:27.375 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : kernel-5.14.0-427.el9.x86_64 4/4 2024-03-09T22:31:27.506 INFO:teuthology.orchestra.run.smithi164.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-09T22:31:27.507 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-09T22:31:27.507 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-427.el9.x86_64 2024-03-09T22:31:27.507 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-09T22:31:27.507 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-09T22:31:27.507 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-09T22:31:27.507 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi164.front.sepia.ceph.com, path=None, version=distro) 2024-03-09T22:31:27.508 DEBUG:teuthology.orchestra.run.smithi164:> rpm -q kernel | sort -rV | head -n 1 2024-03-09T22:31:27.629 INFO:teuthology.orchestra.run.smithi164.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-09T22:31:27.629 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-09T22:31:27.629 DEBUG:teuthology.orchestra.run.smithi164:> sudo rpm -qi grub2-tools 2024-03-09T22:31:27.672 INFO:teuthology.orchestra.run.smithi164.stdout:Name : grub2-tools 2024-03-09T22:31:27.673 INFO:teuthology.orchestra.run.smithi164.stdout:Epoch : 1 2024-03-09T22:31:27.673 INFO:teuthology.orchestra.run.smithi164.stdout:Version : 2.06 2024-03-09T22:31:27.673 INFO:teuthology.orchestra.run.smithi164.stdout:Release : 68.el9 2024-03-09T22:31:27.673 INFO:teuthology.orchestra.run.smithi164.stdout:Architecture: x86_64 2024-03-09T22:31:27.673 INFO:teuthology.orchestra.run.smithi164.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-09T22:31:27.673 INFO:teuthology.orchestra.run.smithi164.stdout:Group : Unspecified 2024-03-09T22:31:27.673 INFO:teuthology.orchestra.run.smithi164.stdout:Size : 8264254 2024-03-09T22:31:27.673 INFO:teuthology.orchestra.run.smithi164.stdout:License : GPLv3+ 2024-03-09T22:31:27.673 INFO:teuthology.orchestra.run.smithi164.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-09T22:31:27.673 INFO:teuthology.orchestra.run.smithi164.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-09T22:31:27.673 INFO:teuthology.orchestra.run.smithi164.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-09T22:31:27.673 INFO:teuthology.orchestra.run.smithi164.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-09T22:31:27.674 INFO:teuthology.orchestra.run.smithi164.stdout:Packager : builder@centos.org 2024-03-09T22:31:27.674 INFO:teuthology.orchestra.run.smithi164.stdout:Vendor : CentOS 2024-03-09T22:31:27.674 INFO:teuthology.orchestra.run.smithi164.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-09T22:31:27.674 INFO:teuthology.orchestra.run.smithi164.stdout:Summary : Support tools for GRUB. 2024-03-09T22:31:27.674 INFO:teuthology.orchestra.run.smithi164.stdout:Description : 2024-03-09T22:31:27.674 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:31:27.674 INFO:teuthology.orchestra.run.smithi164.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-09T22:31:27.674 INFO:teuthology.orchestra.run.smithi164.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-09T22:31:27.674 INFO:teuthology.orchestra.run.smithi164.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-09T22:31:27.674 INFO:teuthology.orchestra.run.smithi164.stdout:hardware devices. 2024-03-09T22:31:27.674 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:31:27.674 INFO:teuthology.orchestra.run.smithi164.stdout:This subpackage provides tools for support of all platforms. 2024-03-09T22:31:27.675 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-09T22:31:27.675 INFO:teuthology.task.kernel:Updating grub on smithi164 to boot 5.14.0-427.el9.x86_64 2024-03-09T22:31:27.676 DEBUG:teuthology.orchestra.run.smithi164:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-09T22:31:28.285 INFO:teuthology.orchestra.run.smithi164.stderr:Generating grub configuration file ... 2024-03-09T22:31:29.690 INFO:teuthology.orchestra.run.smithi164.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-09T22:31:29.731 INFO:teuthology.orchestra.run.smithi164.stderr:done 2024-03-09T22:31:29.733 DEBUG:teuthology.orchestra.run.smithi164:> mktemp 2024-03-09T22:31:29.749 INFO:teuthology.orchestra.run.smithi164.stdout:/tmp/tmp.Voct6jo4NJ 2024-03-09T22:31:29.749 DEBUG:teuthology.orchestra.run.smithi164:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Voct6jo4NJ 2024-03-09T22:31:29.817 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod 0666 /tmp/tmp.Voct6jo4NJ 2024-03-09T22:31:29.954 DEBUG:teuthology.orchestra.remote:smithi164:/tmp/tmp.Voct6jo4NJ is 6KB 2024-03-09T22:31:30.003 DEBUG:teuthology.orchestra.run.smithi164:> rm -fr /tmp/tmp.Voct6jo4NJ 2024-03-09T22:31:30.022 DEBUG:teuthology.orchestra.run.smithi164:> sudo /bin/ls /boot/loader/entries || true 2024-03-09T22:31:30.088 INFO:teuthology.orchestra.run.smithi164.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-09T22:31:30.088 INFO:teuthology.orchestra.run.smithi164.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-09T22:31:30.088 INFO:teuthology.orchestra.run.smithi164.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-09T22:31:30.088 INFO:teuthology.orchestra.run.smithi164.stdout:15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64.conf 2024-03-09T22:31:30.089 DEBUG:teuthology.orchestra.run.smithi164:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64 2024-03-09T22:31:30.235 DEBUG:teuthology.orchestra.run.smithi164:> sudo shutdown -r now 2024-03-09T22:31:32.181 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-09T22:31:42.550 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 4/4 2024-03-09T22:31:42.550 INFO:teuthology.orchestra.run.smithi081.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-09T22:31:42.550 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:31:42.634 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 4/4 2024-03-09T22:31:43.116 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: kernel-5.14.0-427.el9.x86_64 4/4 2024-03-09T22:31:43.116 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : kernel-5.14.0-427.el9.x86_64 1/4 2024-03-09T22:31:43.116 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-09T22:31:43.116 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-09T22:31:43.545 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-09T22:31:43.546 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:31:43.546 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-09T22:31:43.546 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-5.14.0-427.el9.x86_64 2024-03-09T22:31:43.546 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-core-5.14.0-427.el9.x86_64 2024-03-09T22:31:43.546 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-modules-5.14.0-427.el9.x86_64 2024-03-09T22:31:43.546 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-modules-core-5.14.0-427.el9.x86_64 2024-03-09T22:31:43.546 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:31:43.546 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-09T22:31:44.012 DEBUG:teuthology.orchestra.run.smithi081:> rpm -q kernel | sort -rV | head -n 1 2024-03-09T22:31:44.153 INFO:teuthology.orchestra.run.smithi081.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-09T22:31:44.154 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-09T22:31:44.154 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-427.el9.x86_64 2024-03-09T22:31:44.154 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-09T22:31:44.154 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-09T22:31:44.154 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-09T22:31:44.154 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi081.front.sepia.ceph.com, path=None, version=distro) 2024-03-09T22:31:44.155 DEBUG:teuthology.orchestra.run.smithi081:> rpm -q kernel | sort -rV | head -n 1 2024-03-09T22:31:44.275 INFO:teuthology.orchestra.run.smithi081.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-09T22:31:44.275 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-09T22:31:44.275 DEBUG:teuthology.orchestra.run.smithi081:> sudo rpm -qi grub2-tools 2024-03-09T22:31:44.309 INFO:teuthology.orchestra.run.smithi081.stdout:Name : grub2-tools 2024-03-09T22:31:44.309 INFO:teuthology.orchestra.run.smithi081.stdout:Epoch : 1 2024-03-09T22:31:44.309 INFO:teuthology.orchestra.run.smithi081.stdout:Version : 2.06 2024-03-09T22:31:44.309 INFO:teuthology.orchestra.run.smithi081.stdout:Release : 68.el9 2024-03-09T22:31:44.309 INFO:teuthology.orchestra.run.smithi081.stdout:Architecture: x86_64 2024-03-09T22:31:44.309 INFO:teuthology.orchestra.run.smithi081.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-09T22:31:44.309 INFO:teuthology.orchestra.run.smithi081.stdout:Group : Unspecified 2024-03-09T22:31:44.309 INFO:teuthology.orchestra.run.smithi081.stdout:Size : 8264254 2024-03-09T22:31:44.309 INFO:teuthology.orchestra.run.smithi081.stdout:License : GPLv3+ 2024-03-09T22:31:44.309 INFO:teuthology.orchestra.run.smithi081.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-09T22:31:44.310 INFO:teuthology.orchestra.run.smithi081.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-09T22:31:44.310 INFO:teuthology.orchestra.run.smithi081.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-09T22:31:44.310 INFO:teuthology.orchestra.run.smithi081.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-09T22:31:44.310 INFO:teuthology.orchestra.run.smithi081.stdout:Packager : builder@centos.org 2024-03-09T22:31:44.310 INFO:teuthology.orchestra.run.smithi081.stdout:Vendor : CentOS 2024-03-09T22:31:44.310 INFO:teuthology.orchestra.run.smithi081.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-09T22:31:44.310 INFO:teuthology.orchestra.run.smithi081.stdout:Summary : Support tools for GRUB. 2024-03-09T22:31:44.310 INFO:teuthology.orchestra.run.smithi081.stdout:Description : 2024-03-09T22:31:44.310 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:31:44.310 INFO:teuthology.orchestra.run.smithi081.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-09T22:31:44.310 INFO:teuthology.orchestra.run.smithi081.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-09T22:31:44.310 INFO:teuthology.orchestra.run.smithi081.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-09T22:31:44.310 INFO:teuthology.orchestra.run.smithi081.stdout:hardware devices. 2024-03-09T22:31:44.310 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:31:44.311 INFO:teuthology.orchestra.run.smithi081.stdout:This subpackage provides tools for support of all platforms. 2024-03-09T22:31:44.311 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-09T22:31:44.312 INFO:teuthology.task.kernel:Updating grub on smithi081 to boot 5.14.0-427.el9.x86_64 2024-03-09T22:31:44.312 DEBUG:teuthology.orchestra.run.smithi081:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-09T22:31:44.930 INFO:teuthology.orchestra.run.smithi081.stderr:Generating grub configuration file ... 2024-03-09T22:31:46.215 INFO:teuthology.orchestra.run.smithi081.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-09T22:31:46.255 INFO:teuthology.orchestra.run.smithi081.stderr:done 2024-03-09T22:31:46.258 DEBUG:teuthology.orchestra.run.smithi081:> mktemp 2024-03-09T22:31:46.278 INFO:teuthology.orchestra.run.smithi081.stdout:/tmp/tmp.wzWkQZyYOy 2024-03-09T22:31:46.279 DEBUG:teuthology.orchestra.run.smithi081:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.wzWkQZyYOy 2024-03-09T22:31:46.352 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod 0666 /tmp/tmp.wzWkQZyYOy 2024-03-09T22:31:46.495 DEBUG:teuthology.orchestra.remote:smithi081:/tmp/tmp.wzWkQZyYOy is 6KB 2024-03-09T22:31:46.542 DEBUG:teuthology.orchestra.run.smithi081:> rm -fr /tmp/tmp.wzWkQZyYOy 2024-03-09T22:31:46.556 DEBUG:teuthology.orchestra.run.smithi081:> sudo /bin/ls /boot/loader/entries || true 2024-03-09T22:31:46.621 INFO:teuthology.orchestra.run.smithi081.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-09T22:31:46.621 INFO:teuthology.orchestra.run.smithi081.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-09T22:31:46.621 INFO:teuthology.orchestra.run.smithi081.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-09T22:31:46.621 INFO:teuthology.orchestra.run.smithi081.stdout:15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64.conf 2024-03-09T22:31:46.623 DEBUG:teuthology.orchestra.run.smithi081:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64 2024-03-09T22:31:46.776 DEBUG:teuthology.orchestra.run.smithi081:> sudo shutdown -r now 2024-03-09T22:32:00.238 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-09T22:32:00.239 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-03-09T22:32:00.240 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T22:32:01.563 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 4/4 2024-03-09T22:32:01.563 INFO:teuthology.orchestra.run.smithi186.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-09T22:32:01.563 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:32:01.650 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 4/4 2024-03-09T22:32:02.096 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: kernel-5.14.0-427.el9.x86_64 4/4 2024-03-09T22:32:02.096 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : kernel-5.14.0-427.el9.x86_64 1/4 2024-03-09T22:32:02.096 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-09T22:32:02.097 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-09T22:32:02.548 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-09T22:32:02.548 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:32:02.548 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-03-09T22:32:02.548 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-5.14.0-427.el9.x86_64 2024-03-09T22:32:02.548 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-core-5.14.0-427.el9.x86_64 2024-03-09T22:32:02.549 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-modules-5.14.0-427.el9.x86_64 2024-03-09T22:32:02.549 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-modules-core-5.14.0-427.el9.x86_64 2024-03-09T22:32:02.549 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:32:02.549 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-03-09T22:32:03.066 DEBUG:teuthology.orchestra.run.smithi186:> rpm -q kernel | sort -rV | head -n 1 2024-03-09T22:32:03.211 INFO:teuthology.orchestra.run.smithi186.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-09T22:32:03.211 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-09T22:32:03.211 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-427.el9.x86_64 2024-03-09T22:32:03.211 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-09T22:32:03.211 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-09T22:32:03.211 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-03-09T22:32:03.211 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi186.front.sepia.ceph.com, path=None, version=distro) 2024-03-09T22:32:03.212 DEBUG:teuthology.orchestra.run.smithi186:> rpm -q kernel | sort -rV | head -n 1 2024-03-09T22:32:03.332 INFO:teuthology.orchestra.run.smithi186.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-09T22:32:03.333 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-09T22:32:03.333 DEBUG:teuthology.orchestra.run.smithi186:> sudo rpm -qi grub2-tools 2024-03-09T22:32:03.367 INFO:teuthology.orchestra.run.smithi186.stdout:Name : grub2-tools 2024-03-09T22:32:03.367 INFO:teuthology.orchestra.run.smithi186.stdout:Epoch : 1 2024-03-09T22:32:03.367 INFO:teuthology.orchestra.run.smithi186.stdout:Version : 2.06 2024-03-09T22:32:03.367 INFO:teuthology.orchestra.run.smithi186.stdout:Release : 68.el9 2024-03-09T22:32:03.367 INFO:teuthology.orchestra.run.smithi186.stdout:Architecture: x86_64 2024-03-09T22:32:03.367 INFO:teuthology.orchestra.run.smithi186.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-09T22:32:03.368 INFO:teuthology.orchestra.run.smithi186.stdout:Group : Unspecified 2024-03-09T22:32:03.368 INFO:teuthology.orchestra.run.smithi186.stdout:Size : 8264254 2024-03-09T22:32:03.368 INFO:teuthology.orchestra.run.smithi186.stdout:License : GPLv3+ 2024-03-09T22:32:03.368 INFO:teuthology.orchestra.run.smithi186.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-09T22:32:03.368 INFO:teuthology.orchestra.run.smithi186.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-09T22:32:03.368 INFO:teuthology.orchestra.run.smithi186.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-09T22:32:03.368 INFO:teuthology.orchestra.run.smithi186.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-09T22:32:03.368 INFO:teuthology.orchestra.run.smithi186.stdout:Packager : builder@centos.org 2024-03-09T22:32:03.368 INFO:teuthology.orchestra.run.smithi186.stdout:Vendor : CentOS 2024-03-09T22:32:03.368 INFO:teuthology.orchestra.run.smithi186.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-09T22:32:03.368 INFO:teuthology.orchestra.run.smithi186.stdout:Summary : Support tools for GRUB. 2024-03-09T22:32:03.368 INFO:teuthology.orchestra.run.smithi186.stdout:Description : 2024-03-09T22:32:03.368 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:32:03.368 INFO:teuthology.orchestra.run.smithi186.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-09T22:32:03.368 INFO:teuthology.orchestra.run.smithi186.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-09T22:32:03.369 INFO:teuthology.orchestra.run.smithi186.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-09T22:32:03.369 INFO:teuthology.orchestra.run.smithi186.stdout:hardware devices. 2024-03-09T22:32:03.369 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:32:03.369 INFO:teuthology.orchestra.run.smithi186.stdout:This subpackage provides tools for support of all platforms. 2024-03-09T22:32:03.370 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-09T22:32:03.370 INFO:teuthology.task.kernel:Updating grub on smithi186 to boot 5.14.0-427.el9.x86_64 2024-03-09T22:32:03.370 DEBUG:teuthology.orchestra.run.smithi186:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-09T22:32:03.983 INFO:teuthology.orchestra.run.smithi186.stderr:Generating grub configuration file ... 2024-03-09T22:32:05.359 INFO:teuthology.orchestra.run.smithi186.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-09T22:32:05.388 INFO:teuthology.orchestra.run.smithi186.stderr:done 2024-03-09T22:32:05.390 DEBUG:teuthology.orchestra.run.smithi186:> mktemp 2024-03-09T22:32:05.414 INFO:teuthology.orchestra.run.smithi186.stdout:/tmp/tmp.axAHCE2N68 2024-03-09T22:32:05.415 DEBUG:teuthology.orchestra.run.smithi186:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.axAHCE2N68 2024-03-09T22:32:05.489 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod 0666 /tmp/tmp.axAHCE2N68 2024-03-09T22:32:05.633 DEBUG:teuthology.orchestra.remote:smithi186:/tmp/tmp.axAHCE2N68 is 6KB 2024-03-09T22:32:05.681 DEBUG:teuthology.orchestra.run.smithi186:> rm -fr /tmp/tmp.axAHCE2N68 2024-03-09T22:32:05.695 DEBUG:teuthology.orchestra.run.smithi186:> sudo /bin/ls /boot/loader/entries || true 2024-03-09T22:32:05.760 INFO:teuthology.orchestra.run.smithi186.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-09T22:32:05.760 INFO:teuthology.orchestra.run.smithi186.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-09T22:32:05.760 INFO:teuthology.orchestra.run.smithi186.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-09T22:32:05.760 INFO:teuthology.orchestra.run.smithi186.stdout:15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64.conf 2024-03-09T22:32:05.761 DEBUG:teuthology.orchestra.run.smithi186:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64 2024-03-09T22:32:05.920 DEBUG:teuthology.orchestra.run.smithi186:> sudo shutdown -r now 2024-03-09T22:32:16.789 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-09T22:32:16.790 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-03-09T22:32:16.790 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T22:32:34.846 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.164 2024-03-09T22:32:35.924 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-03-09T22:32:35.924 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-03-09T22:32:35.925 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T22:32:43.854 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-03-09T22:32:43.855 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T22:33:02.243 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.164 2024-03-09T22:33:10.430 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.186 2024-03-09T22:33:14.246 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-03-09T22:33:14.247 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T22:33:16.793 DEBUG:teuthology.orchestra.remote:timed out 2024-03-09T22:33:17.398 DEBUG:teuthology.orchestra.run.smithi164:> true 2024-03-09T22:33:17.903 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-03-09T22:33:17.903 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-427.el9.x86_64"... 2024-03-09T22:33:17.903 DEBUG:teuthology.orchestra.run.smithi164:> uname -r 2024-03-09T22:33:17.917 INFO:teuthology.orchestra.run.smithi164.stdout:5.14.0-427.el9.x86_64 2024-03-09T22:33:17.918 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-427.el9.x86_64 vs 5.14.0-427.el9.x86_64 2024-03-09T22:33:17.918 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-09T22:33:17.918 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-09T22:33:18.919 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-09T22:33:18.920 DEBUG:teuthology.orchestra.run.smithi164:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-09T22:33:19.024 INFO:teuthology.orchestra.run.smithi164.stdout:ttyS1 2024-03-09T22:33:19.058 DEBUG:teuthology.parallel:result is None 2024-03-09T22:33:19.431 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-03-09T22:33:19.432 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T22:33:25.794 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-03-09T22:33:25.795 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T22:33:29.272 DEBUG:teuthology.orchestra.run.smithi081:> true 2024-03-09T22:33:29.791 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-03-09T22:33:29.791 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-427.el9.x86_64"... 2024-03-09T22:33:29.791 DEBUG:teuthology.orchestra.run.smithi081:> uname -r 2024-03-09T22:33:29.806 INFO:teuthology.orchestra.run.smithi081.stdout:5.14.0-427.el9.x86_64 2024-03-09T22:33:29.807 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-427.el9.x86_64 vs 5.14.0-427.el9.x86_64 2024-03-09T22:33:29.807 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-09T22:33:29.807 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-09T22:33:30.808 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-09T22:33:30.808 DEBUG:teuthology.orchestra.run.smithi081:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-09T22:33:30.924 INFO:teuthology.orchestra.run.smithi081.stdout:ttyS1 2024-03-09T22:33:30.965 DEBUG:teuthology.parallel:result is None 2024-03-09T22:34:19.434 DEBUG:teuthology.orchestra.remote:timed out 2024-03-09T22:34:31.435 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-03-09T22:34:31.437 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T22:34:31.791 DEBUG:teuthology.orchestra.run.smithi186:> true 2024-03-09T22:34:32.195 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-03-09T22:34:32.196 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-427.el9.x86_64"... 2024-03-09T22:34:32.196 DEBUG:teuthology.orchestra.run.smithi186:> uname -r 2024-03-09T22:34:32.212 INFO:teuthology.orchestra.run.smithi186.stdout:5.14.0-427.el9.x86_64 2024-03-09T22:34:32.212 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-427.el9.x86_64 vs 5.14.0-427.el9.x86_64 2024-03-09T22:34:32.212 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-09T22:34:32.212 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-09T22:34:33.213 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-03-09T22:34:33.213 DEBUG:teuthology.orchestra.run.smithi186:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-09T22:34:33.285 INFO:teuthology.orchestra.run.smithi186.stdout:ttyS1 2024-03-09T22:34:33.319 DEBUG:teuthology.parallel:result is None 2024-03-09T22:34:33.320 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-09T22:34:33.327 INFO:teuthology.task.internal:Creating test directory... 2024-03-09T22:34:33.327 DEBUG:teuthology.orchestra.run.smithi081:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-09T22:34:33.332 DEBUG:teuthology.orchestra.run.smithi164:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-09T22:34:33.336 DEBUG:teuthology.orchestra.run.smithi186:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-09T22:34:33.353 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-09T22:34:33.366 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-09T22:34:33.417 INFO:teuthology.task.internal:Creating archive directory... 2024-03-09T22:34:33.417 DEBUG:teuthology.orchestra.run.smithi081:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-09T22:34:33.420 DEBUG:teuthology.orchestra.run.smithi164:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-09T22:34:33.422 DEBUG:teuthology.orchestra.run.smithi186:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-09T22:34:33.491 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-09T22:34:33.498 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-09T22:34:33.498 DEBUG:teuthology.orchestra.run.smithi081:> 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-03-09T22:34:33.501 DEBUG:teuthology.orchestra.run.smithi164:> 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-03-09T22:34:33.503 DEBUG:teuthology.orchestra.run.smithi186:> 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-03-09T22:34:33.537 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-09T22:34:33.540 INFO:teuthology.orchestra.run.smithi081.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-09T22:34:33.544 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-09T22:34:33.551 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-09T22:34:33.555 INFO:teuthology.orchestra.run.smithi081.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-09T22:34:33.558 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-09T22:34:33.560 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-09T22:34:33.568 INFO:teuthology.task.internal:Configuring sudo... 2024-03-09T22:34:33.568 DEBUG:teuthology.orchestra.run.smithi081:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-09T22:34:33.599 DEBUG:teuthology.orchestra.run.smithi164:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-09T22:34:33.603 DEBUG:teuthology.orchestra.run.smithi186:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-09T22:34:33.632 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-09T22:34:33.641 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-09T22:34:33.642 DEBUG:teuthology.orchestra.run.smithi081:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-09T22:34:33.671 DEBUG:teuthology.orchestra.run.smithi164:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-09T22:34:33.673 DEBUG:teuthology.orchestra.run.smithi186:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-09T22:34:33.689 DEBUG:teuthology.orchestra.run.smithi081:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-09T22:34:33.768 DEBUG:teuthology.orchestra.run.smithi081:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-09T22:34:33.821 DEBUG:teuthology.orchestra.run.smithi081:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-09T22:34:33.904 DEBUG:teuthology.orchestra.run.smithi081:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-09T22:34:33.948 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-03-09T22:34:33.948 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-09T22:34:34.016 DEBUG:teuthology.orchestra.run.smithi164:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-09T22:34:34.061 DEBUG:teuthology.orchestra.run.smithi164:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-09T22:34:34.116 DEBUG:teuthology.orchestra.run.smithi164:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-09T22:34:34.202 DEBUG:teuthology.orchestra.run.smithi164:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-09T22:34:34.244 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-09T22:34:34.244 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-09T22:34:34.314 DEBUG:teuthology.orchestra.run.smithi186:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-09T22:34:34.361 DEBUG:teuthology.orchestra.run.smithi186:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-09T22:34:34.413 DEBUG:teuthology.orchestra.run.smithi186:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-09T22:34:34.499 DEBUG:teuthology.orchestra.run.smithi186:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-09T22:34:34.543 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-03-09T22:34:34.544 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-09T22:34:34.612 DEBUG:teuthology.orchestra.run.smithi081:> sudo service rsyslog restart 2024-03-09T22:34:34.615 DEBUG:teuthology.orchestra.run.smithi164:> sudo service rsyslog restart 2024-03-09T22:34:34.618 DEBUG:teuthology.orchestra.run.smithi186:> sudo service rsyslog restart 2024-03-09T22:34:34.669 INFO:teuthology.orchestra.run.smithi164.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-09T22:34:34.673 INFO:teuthology.orchestra.run.smithi081.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-09T22:34:34.714 INFO:teuthology.orchestra.run.smithi186.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-09T22:34:35.129 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-09T22:34:35.137 INFO:teuthology.task.internal:Starting timer... 2024-03-09T22:34:35.137 INFO:teuthology.run_tasks:Running task pcp... 2024-03-09T22:34:35.178 INFO:teuthology.run_tasks:Running task selinux... 2024-03-09T22:34:35.228 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-03-09T22:34:35.228 DEBUG:teuthology.orchestra.run.smithi081:> sudo service auditd rotate 2024-03-09T22:34:35.277 INFO:teuthology.orchestra.run.smithi081.stdout:Rotating logs: 2024-03-09T22:34:35.279 DEBUG:teuthology.orchestra.run.smithi164:> sudo service auditd rotate 2024-03-09T22:34:35.332 INFO:teuthology.orchestra.run.smithi164.stdout:Rotating logs: 2024-03-09T22:34:35.334 DEBUG:teuthology.orchestra.run.smithi186:> sudo service auditd rotate 2024-03-09T22:34:35.380 INFO:teuthology.orchestra.run.smithi186.stdout:Rotating logs: 2024-03-09T22:34:35.382 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-09T22:34:35.383 DEBUG:teuthology.orchestra.run.smithi081:> /usr/sbin/getenforce 2024-03-09T22:34:35.404 INFO:teuthology.orchestra.run.smithi081.stdout:Permissive 2024-03-09T22:34:35.404 DEBUG:teuthology.orchestra.run.smithi164:> /usr/sbin/getenforce 2024-03-09T22:34:35.425 INFO:teuthology.orchestra.run.smithi164.stdout:Permissive 2024-03-09T22:34:35.426 DEBUG:teuthology.orchestra.run.smithi186:> /usr/sbin/getenforce 2024-03-09T22:34:35.449 INFO:teuthology.orchestra.run.smithi186.stdout:Permissive 2024-03-09T22:34:35.449 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi081.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi164.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi186.front.sepia.ceph.com': 'permissive'} 2024-03-09T22:34:35.450 DEBUG:teuthology.orchestra.run.smithi081:> 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 2024-03-09T22:34:35.480 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T22:34:35.480 DEBUG:teuthology.orchestra.run.smithi164:> 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 2024-03-09T22:34:35.511 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T22:34:35.512 DEBUG:teuthology.orchestra.run.smithi186:> 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 2024-03-09T22:34:35.540 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T22:34:35.541 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-09T22:34:35.541 DEBUG:teuthology.orchestra.run.smithi081:> sudo /usr/sbin/setenforce permissive 2024-03-09T22:34:35.572 DEBUG:teuthology.orchestra.run.smithi164:> sudo /usr/sbin/setenforce permissive 2024-03-09T22:34:35.611 DEBUG:teuthology.orchestra.run.smithi186:> sudo /usr/sbin/setenforce permissive 2024-03-09T22:34:35.642 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-09T22:34:35.653 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-09T22:34:35.672 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-03-09T22:34:35.673 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi081.front.sepia.ceph.com,smithi164.front.sepia.ceph.com,smithi186.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-09T22:38:50.003 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi081.front.sepia.ceph.com'), Remote(name='ubuntu@smithi164.front.sepia.ceph.com'), Remote(name='ubuntu@smithi186.front.sepia.ceph.com')] 2024-03-09T22:38:50.005 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-03-09T22:38:50.006 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T22:38:50.138 DEBUG:teuthology.orchestra.run.smithi081:> true 2024-03-09T22:38:50.173 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-03-09T22:38:50.173 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-03-09T22:38:50.174 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T22:38:50.264 DEBUG:teuthology.orchestra.run.smithi164:> true 2024-03-09T22:38:50.345 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-03-09T22:38:50.345 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-03-09T22:38:50.346 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-09T22:38:50.433 DEBUG:teuthology.orchestra.run.smithi186:> true 2024-03-09T22:38:50.513 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-03-09T22:38:50.513 INFO:teuthology.run_tasks:Running task clock... 2024-03-09T22:38:50.525 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-09T22:38:50.526 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-09T22:38:50.526 DEBUG:teuthology.orchestra.run.smithi081:> 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-03-09T22:38:50.529 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-09T22:38:50.529 DEBUG:teuthology.orchestra.run.smithi164:> 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-03-09T22:38:50.531 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-09T22:38:50.531 DEBUG:teuthology.orchestra.run.smithi186:> 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-03-09T22:38:50.557 INFO:teuthology.orchestra.run.smithi081.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-09T22:38:50.562 INFO:teuthology.orchestra.run.smithi164.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-09T22:38:50.573 INFO:teuthology.orchestra.run.smithi081.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-09T22:38:50.580 INFO:teuthology.orchestra.run.smithi164.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-09T22:38:50.582 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-09T22:38:50.599 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-09T22:38:50.602 INFO:teuthology.orchestra.run.smithi081.stderr:sudo: ntpd: command not found 2024-03-09T22:38:50.610 INFO:teuthology.orchestra.run.smithi164.stderr:sudo: ntpd: command not found 2024-03-09T22:38:50.615 INFO:teuthology.orchestra.run.smithi081.stdout:506 Cannot talk to daemon 2024-03-09T22:38:50.623 INFO:teuthology.orchestra.run.smithi164.stdout:506 Cannot talk to daemon 2024-03-09T22:38:50.629 INFO:teuthology.orchestra.run.smithi186.stderr:sudo: ntpd: command not found 2024-03-09T22:38:50.631 INFO:teuthology.orchestra.run.smithi081.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-09T22:38:50.640 INFO:teuthology.orchestra.run.smithi164.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-09T22:38:50.641 INFO:teuthology.orchestra.run.smithi186.stdout:506 Cannot talk to daemon 2024-03-09T22:38:50.647 INFO:teuthology.orchestra.run.smithi081.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-09T22:38:50.657 INFO:teuthology.orchestra.run.smithi164.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-09T22:38:50.658 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-09T22:38:50.674 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-09T22:38:50.698 INFO:teuthology.orchestra.run.smithi081.stderr:bash: line 1: ntpq: command not found 2024-03-09T22:38:50.701 INFO:teuthology.orchestra.run.smithi081.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-09T22:38:50.701 INFO:teuthology.orchestra.run.smithi081.stdout:=============================================================================== 2024-03-09T22:38:50.701 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T22:38:50.701 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T22:38:50.701 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T22:38:50.701 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T22:38:50.718 INFO:teuthology.orchestra.run.smithi164.stderr:bash: line 1: ntpq: command not found 2024-03-09T22:38:50.722 INFO:teuthology.orchestra.run.smithi164.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-09T22:38:50.722 INFO:teuthology.orchestra.run.smithi164.stdout:=============================================================================== 2024-03-09T22:38:50.722 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T22:38:50.722 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T22:38:50.722 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T22:38:50.722 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T22:38:50.728 INFO:teuthology.orchestra.run.smithi186.stderr:bash: line 1: ntpq: command not found 2024-03-09T22:38:50.731 INFO:teuthology.orchestra.run.smithi186.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-09T22:38:50.731 INFO:teuthology.orchestra.run.smithi186.stdout:=============================================================================== 2024-03-09T22:38:50.731 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T22:38:50.731 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T22:38:50.731 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T22:38:50.731 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T22:38:50.732 INFO:teuthology.run_tasks:Running task install... 2024-03-09T22:38:50.741 DEBUG:teuthology.task.install:project ceph 2024-03-09T22:38:50.741 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '6b01fe95f3aa686f1951a0c5828907a52930b92a'}} 2024-03-09T22:38:50.741 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '6b01fe95f3aa686f1951a0c5828907a52930b92a'} 2024-03-09T22:38:50.742 INFO:teuthology.task.install:Using flavor: default 2024-03-09T22:38:50.748 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-03-09T22:38:50.748 INFO:teuthology.task.install:extra packages: [] 2024-03-09T22:38:50.748 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': '6b01fe95f3aa686f1951a0c5828907a52930b92a', 'tag': None, 'wait_for_package': False} 2024-03-09T22:38:50.749 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T22:38:50.752 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': '6b01fe95f3aa686f1951a0c5828907a52930b92a', 'tag': None, 'wait_for_package': False} 2024-03-09T22:38:50.752 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T22:38:50.753 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': '6b01fe95f3aa686f1951a0c5828907a52930b92a', 'tag': None, 'wait_for_package': False} 2024-03-09T22:38:50.753 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T22:38:50.894 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/ 2024-03-09T22:38:50.895 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1920.g6b01fe95 2024-03-09T22:38:50.901 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/ 2024-03-09T22:38:50.901 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1920.g6b01fe95 2024-03-09T22:38:50.970 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/ 2024-03-09T22:38:50.970 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1920.g6b01fe95 2024-03-09T22:38:51.012 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-09T22:38:51.012 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-03-09T22:38:51.012 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-09T22:38:51.040 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-03-09T22:38:51.040 DEBUG:teuthology.orchestra.run.smithi186:> 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/6b01fe95f3aa686f1951a0c5828907a52930b92a/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-09T22:38:51.062 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-09T22:38:51.063 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-03-09T22:38:51.063 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-09T22:38:51.077 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-09T22:38:51.077 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-09T22:38:51.077 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-09T22:38:51.090 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-03-09T22:38:51.090 DEBUG:teuthology.orchestra.run.smithi081:> 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/6b01fe95f3aa686f1951a0c5828907a52930b92a/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-09T22:38:51.106 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-03-09T22:38:51.106 DEBUG:teuthology.orchestra.run.smithi164:> 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/6b01fe95f3aa686f1951a0c5828907a52930b92a/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-09T22:38:51.107 DEBUG:teuthology.orchestra.run.smithi186:> 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-03-09T22:38:51.157 DEBUG:teuthology.orchestra.run.smithi081:> 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-03-09T22:38:51.174 DEBUG:teuthology.orchestra.run.smithi164:> 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-03-09T22:38:51.188 DEBUG:teuthology.orchestra.run.smithi186:> 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-03-09T22:38:51.237 DEBUG:teuthology.orchestra.run.smithi081:> 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-03-09T22:38:51.254 INFO:teuthology.orchestra.run.smithi186.stdout:check_obsoletes = 1 2024-03-09T22:38:51.256 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum clean all 2024-03-09T22:38:51.257 DEBUG:teuthology.orchestra.run.smithi164:> 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-03-09T22:38:51.303 INFO:teuthology.orchestra.run.smithi081.stdout:check_obsoletes = 1 2024-03-09T22:38:51.305 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum clean all 2024-03-09T22:38:51.324 INFO:teuthology.orchestra.run.smithi164.stdout:check_obsoletes = 1 2024-03-09T22:38:51.325 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum clean all 2024-03-09T22:38:51.503 INFO:teuthology.orchestra.run.smithi186.stdout:74 files removed 2024-03-09T22:38:51.530 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-radosgw 2024-03-09T22:38:51.544 INFO:teuthology.orchestra.run.smithi081.stdout:74 files removed 2024-03-09T22:38:51.572 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-radosgw 2024-03-09T22:38:51.576 INFO:teuthology.orchestra.run.smithi164.stdout:74 files removed 2024-03-09T22:38:51.604 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-radosgw 2024-03-09T22:38:52.264 INFO:teuthology.orchestra.run.smithi081.stdout:ceph packages for x86_64 219 kB/s | 82 kB 00:00 2024-03-09T22:38:52.273 INFO:teuthology.orchestra.run.smithi186.stdout:ceph packages for x86_64 206 kB/s | 82 kB 00:00 2024-03-09T22:38:52.383 INFO:teuthology.orchestra.run.smithi164.stdout:ceph packages for x86_64 179 kB/s | 82 kB 00:00 2024-03-09T22:38:52.640 INFO:teuthology.orchestra.run.smithi081.stdout:ceph noarch packages 31 kB/s | 10 kB 00:00 2024-03-09T22:38:52.698 INFO:teuthology.orchestra.run.smithi186.stdout:ceph noarch packages 27 kB/s | 10 kB 00:00 2024-03-09T22:38:52.817 INFO:teuthology.orchestra.run.smithi164.stdout:ceph noarch packages 26 kB/s | 10 kB 00:00 2024-03-09T22:38:53.065 INFO:teuthology.orchestra.run.smithi186.stdout:ceph source packages 5.8 kB/s | 1.9 kB 00:00 2024-03-09T22:38:53.074 INFO:teuthology.orchestra.run.smithi081.stdout:ceph source packages 4.8 kB/s | 1.9 kB 00:00 2024-03-09T22:38:53.167 INFO:teuthology.orchestra.run.smithi164.stdout:ceph source packages 6.1 kB/s | 1.9 kB 00:00 2024-03-09T22:38:53.543 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS-9 - AppStream 15 MB/s | 6.7 MB 00:00 2024-03-09T22:38:53.670 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS-9 - AppStream 14 MB/s | 6.7 MB 00:00 2024-03-09T22:38:53.976 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS-9 - AppStream 7.7 MB/s | 6.7 MB 00:00 2024-03-09T22:38:55.027 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS-9 - BaseOS 5.5 MB/s | 2.0 MB 00:00 2024-03-09T22:38:55.070 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS-9 - BaseOS 7.3 MB/s | 2.0 MB 00:00 2024-03-09T22:38:55.476 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS-9 - BaseOS 5.4 MB/s | 2.0 MB 00:00 2024-03-09T22:38:55.826 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - BaseOS 17 MB/s | 8.0 MB 00:00 2024-03-09T22:38:55.936 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.0 MB 00:00 2024-03-09T22:38:57.947 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 9 - AppStream 20 MB/s | 19 MB 00:00 2024-03-09T22:39:07.133 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - BaseOS 726 kB/s | 8.0 MB 00:11 2024-03-09T22:39:09.720 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 9 - CRB 756 kB/s | 6.1 MB 00:08 2024-03-09T22:39:10.167 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - AppStream 9.6 MB/s | 19 MB 00:01 2024-03-09T22:39:11.146 INFO:teuthology.orchestra.run.smithi164.stdout:CentOS Stream 9 - Extras packages 58 kB/s | 15 kB 00:00 2024-03-09T22:39:12.783 INFO:teuthology.orchestra.run.smithi164.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-03-09T22:39:14.759 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - CRB 5.6 MB/s | 6.1 MB 00:01 2024-03-09T22:39:16.593 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 9 - Extras packages 23 kB/s | 15 kB 00:00 2024-03-09T22:39:17.689 INFO:teuthology.orchestra.run.smithi164.stdout:lab-extras 35 kB/s | 1.7 kB 00:00 2024-03-09T22:39:18.234 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - AppStream 903 kB/s | 19 MB 00:21 2024-03-09T22:39:20.250 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T22:39:20.268 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:39:20.268 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-09T22:39:20.269 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:39:20.269 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T22:39:20.269 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-radosgw x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 9.8 M 2024-03-09T22:39:20.269 INFO:teuthology.orchestra.run.smithi164.stdout:Upgrading: 2024-03-09T22:39:20.269 INFO:teuthology.orchestra.run.smithi164.stdout: librados2 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 3.4 M 2024-03-09T22:39:20.269 INFO:teuthology.orchestra.run.smithi164.stdout: librbd1 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 3.1 M 2024-03-09T22:39:20.269 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-09T22:39:20.269 INFO:teuthology.orchestra.run.smithi164.stdout: boost-program-options 2024-03-09T22:39:20.269 INFO:teuthology.orchestra.run.smithi164.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-09T22:39:20.269 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-base x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 5.4 M 2024-03-09T22:39:20.269 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-common x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 20 M 2024-03-09T22:39:20.269 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-selinux x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 25 k 2024-03-09T22:39:20.270 INFO:teuthology.orchestra.run.smithi164.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-09T22:39:20.270 INFO:teuthology.orchestra.run.smithi164.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-09T22:39:20.270 INFO:teuthology.orchestra.run.smithi164.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-09T22:39:20.270 INFO:teuthology.orchestra.run.smithi164.stdout: libcephfs2 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 745 k 2024-03-09T22:39:20.270 INFO:teuthology.orchestra.run.smithi164.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-09T22:39:20.270 INFO:teuthology.orchestra.run.smithi164.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-09T22:39:20.270 INFO:teuthology.orchestra.run.smithi164.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-09T22:39:20.270 INFO:teuthology.orchestra.run.smithi164.stdout: libradosstriper1 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 501 k 2024-03-09T22:39:20.270 INFO:teuthology.orchestra.run.smithi164.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-09T22:39:20.271 INFO:teuthology.orchestra.run.smithi164.stdout: librgw2 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 5.1 M 2024-03-09T22:39:20.271 INFO:teuthology.orchestra.run.smithi164.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-09T22:39:20.271 INFO:teuthology.orchestra.run.smithi164.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-09T22:39:20.271 INFO:teuthology.orchestra.run.smithi164.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-09T22:39:20.271 INFO:teuthology.orchestra.run.smithi164.stdout: python3-ceph-argparse 2024-03-09T22:39:20.272 INFO:teuthology.orchestra.run.smithi164.stdout: x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 45 k 2024-03-09T22:39:20.272 INFO:teuthology.orchestra.run.smithi164.stdout: python3-ceph-common x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 131 k 2024-03-09T22:39:20.272 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cephfs x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 162 k 2024-03-09T22:39:20.272 INFO:teuthology.orchestra.run.smithi164.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-09T22:39:20.272 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rados x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 320 k 2024-03-09T22:39:20.272 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rbd x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 298 k 2024-03-09T22:39:20.273 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rgw x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 99 k 2024-03-09T22:39:20.273 INFO:teuthology.orchestra.run.smithi164.stdout: qatlib x86_64 23.11.0-1.el9 appstream 216 k 2024-03-09T22:39:20.273 INFO:teuthology.orchestra.run.smithi164.stdout: qatzip-libs x86_64 1.1.2-2.el9 appstream 44 k 2024-03-09T22:39:20.273 INFO:teuthology.orchestra.run.smithi164.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-09T22:39:20.273 INFO:teuthology.orchestra.run.smithi164.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-09T22:39:20.273 INFO:teuthology.orchestra.run.smithi164.stdout:Installing weak dependencies: 2024-03-09T22:39:20.273 INFO:teuthology.orchestra.run.smithi164.stdout: qatlib-service x86_64 23.11.0-1.el9 appstream 35 k 2024-03-09T22:39:20.274 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:39:20.274 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T22:39:20.274 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:39:20.274 INFO:teuthology.orchestra.run.smithi164.stdout:Install 30 Packages 2024-03-09T22:39:20.274 INFO:teuthology.orchestra.run.smithi164.stdout:Upgrade 2 Packages 2024-03-09T22:39:20.274 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:39:20.275 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 58 M 2024-03-09T22:39:20.275 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T22:39:21.381 INFO:teuthology.orchestra.run.smithi164.stdout:(1/32): ceph-base-19.0.0-1920.g6b01fe95.el9.x86 5.9 MB/s | 5.4 MB 00:00 2024-03-09T22:39:21.423 INFO:teuthology.orchestra.run.smithi164.stdout:(2/32): ceph-selinux-19.0.0-1920.g6b01fe95.el9. 606 kB/s | 25 kB 00:00 2024-03-09T22:39:21.540 INFO:teuthology.orchestra.run.smithi164.stdout:(3/32): libcephfs2-19.0.0-1920.g6b01fe95.el9.x8 6.2 MB/s | 745 kB 00:00 2024-03-09T22:39:21.640 INFO:teuthology.orchestra.run.smithi164.stdout:(4/32): libradosstriper1-19.0.0-1920.g6b01fe95. 4.9 MB/s | 501 kB 00:00 2024-03-09T22:39:22.349 INFO:teuthology.orchestra.run.smithi164.stdout:(5/32): ceph-common-19.0.0-1920.g6b01fe95.el9.x 11 MB/s | 20 MB 00:01 2024-03-09T22:39:22.416 INFO:teuthology.orchestra.run.smithi164.stdout:(6/32): librgw2-19.0.0-1920.g6b01fe95.el9.x86_6 6.6 MB/s | 5.1 MB 00:00 2024-03-09T22:39:22.433 INFO:teuthology.orchestra.run.smithi164.stdout:(7/32): python3-ceph-argparse-19.0.0-1920.g6b01 541 kB/s | 45 kB 00:00 2024-03-09T22:39:22.458 INFO:teuthology.orchestra.run.smithi164.stdout:(8/32): python3-ceph-common-19.0.0-1920.g6b01fe 3.1 MB/s | 131 kB 00:00 2024-03-09T22:39:22.483 INFO:teuthology.orchestra.run.smithi164.stdout:(9/32): python3-cephfs-19.0.0-1920.g6b01fe95.el 3.1 MB/s | 162 kB 00:00 2024-03-09T22:39:22.526 INFO:teuthology.orchestra.run.smithi164.stdout:(10/32): python3-rados-19.0.0-1920.g6b01fe95.el 4.7 MB/s | 320 kB 00:00 2024-03-09T22:39:22.551 INFO:teuthology.orchestra.run.smithi164.stdout:(11/32): python3-rbd-19.0.0-1920.g6b01fe95.el9. 4.3 MB/s | 298 kB 00:00 2024-03-09T22:39:22.576 INFO:teuthology.orchestra.run.smithi164.stdout:(12/32): python3-rgw-19.0.0-1920.g6b01fe95.el9. 1.9 MB/s | 99 kB 00:00 2024-03-09T22:39:22.709 INFO:teuthology.orchestra.run.smithi164.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 668 kB/s | 106 kB 00:00 2024-03-09T22:39:22.726 INFO:teuthology.orchestra.run.smithi164.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.2 MB/s | 159 kB 00:00 2024-03-09T22:39:22.752 INFO:teuthology.orchestra.run.smithi164.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.0 MB/s | 44 kB 00:00 2024-03-09T22:39:22.819 INFO:teuthology.orchestra.run.smithi164.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 7.0 MB/s | 661 kB 00:00 2024-03-09T22:39:22.844 INFO:teuthology.orchestra.run.smithi164.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.0 MB/s | 282 kB 00:00 2024-03-09T22:39:22.869 INFO:teuthology.orchestra.run.smithi164.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 824 kB/s | 41 kB 00:00 2024-03-09T22:39:22.953 INFO:teuthology.orchestra.run.smithi164.stdout:(19/32): qatlib-service-23.11.0-1.el9.x86_64.rp 419 kB/s | 35 kB 00:00 2024-03-09T22:39:23.011 INFO:teuthology.orchestra.run.smithi164.stdout:(20/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 766 kB/s | 44 kB 00:00 2024-03-09T22:39:23.037 INFO:teuthology.orchestra.run.smithi164.stdout:(21/32): qatlib-23.11.0-1.el9.x86_64.rpm 1.1 MB/s | 216 kB 00:00 2024-03-09T22:39:23.270 INFO:teuthology.orchestra.run.smithi164.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.2 MB/s | 309 kB 00:00 2024-03-09T22:39:23.329 INFO:teuthology.orchestra.run.smithi164.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 445 kB/s | 26 kB 00:00 2024-03-09T22:39:23.387 INFO:teuthology.orchestra.run.smithi164.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 832 kB/s | 49 kB 00:00 2024-03-09T22:39:23.438 INFO:teuthology.orchestra.run.smithi164.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-03-09T22:39:23.563 INFO:teuthology.orchestra.run.smithi164.stdout:(26/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 6.5 MB/s | 838 kB 00:00 2024-03-09T22:39:23.655 INFO:teuthology.orchestra.run.smithi164.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 7.1 MB/s | 4.4 MB 00:00 2024-03-09T22:39:23.680 INFO:teuthology.orchestra.run.smithi164.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.6 MB/s | 192 kB 00:00 2024-03-09T22:39:23.789 INFO:teuthology.orchestra.run.smithi164.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 12 MB/s | 1.6 MB 00:00 2024-03-09T22:39:24.048 INFO:teuthology.orchestra.run.smithi164.stdout:(30/32): librados2-19.0.0-1920.g6b01fe95.el9.x8 9.2 MB/s | 3.4 MB 00:00 2024-03-09T22:39:24.123 INFO:teuthology.orchestra.run.smithi164.stdout:(31/32): librbd1-19.0.0-1920.g6b01fe95.el9.x86_ 9.4 MB/s | 3.1 MB 00:00 2024-03-09T22:39:24.290 INFO:teuthology.orchestra.run.smithi164.stdout:(32/32): ceph-radosgw-19.0.0-1920.g6b01fe95.el9 2.6 MB/s | 9.8 MB 00:03 2024-03-09T22:39:24.293 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:39:24.293 INFO:teuthology.orchestra.run.smithi164.stdout:Total 14 MB/s | 58 MB 00:04 2024-03-09T22:39:24.325 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T22:39:24.361 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T22:39:24.361 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T22:39:24.848 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T22:39:24.848 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T22:39:26.314 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T22:39:26.406 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-09T22:39:26.428 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-09T22:39:26.453 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-09T22:39:26.476 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-09T22:39:26.493 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-09T22:39:26.681 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-09T22:39:26.731 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-09T22:39:27.044 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-09T22:39:27.105 INFO:teuthology.orchestra.run.smithi164.stdout: Upgrading : librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 7/34 2024-03-09T22:39:27.196 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 7/34 2024-03-09T22:39:27.285 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-rados-2:19.0.0-1920.g6b01fe95.el9.x86_64 8/34 2024-03-09T22:39:27.314 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 9/34 2024-03-09T22:39:27.377 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 9/34 2024-03-09T22:39:27.414 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-09T22:39:27.459 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-ceph-argparse-2:19.0.0-1920.g6b01fe95.el9. 11/34 2024-03-09T22:39:27.529 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-cephfs-2:19.0.0-1920.g6b01fe95.el9.x86_64 12/34 2024-03-09T22:39:27.558 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libradosstriper1-2:19.0.0-1920.g6b01fe95.el9.x86_6 13/34 2024-03-09T22:39:27.613 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1920.g6b01fe95.el9.x86_6 13/34 2024-03-09T22:39:27.640 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-03-09T22:39:27.753 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-09T22:39:27.791 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-09T22:39:27.823 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-09T22:39:27.856 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-09T22:39:27.918 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-09T22:39:27.951 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-09T22:39:28.290 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-09T22:39:28.314 INFO:teuthology.orchestra.run.smithi164.stdout: Upgrading : librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 22/34 2024-03-09T22:39:28.404 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 22/34 2024-03-09T22:39:28.435 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-rbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 23/34 2024-03-09T22:39:28.475 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-09T22:39:28.928 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-09T22:39:28.950 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : librgw2-2:19.0.0-1920.g6b01fe95.el9.x86_64 26/34 2024-03-09T22:39:29.027 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: librgw2-2:19.0.0-1920.g6b01fe95.el9.x86_64 26/34 2024-03-09T22:39:29.098 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-rgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 27/34 2024-03-09T22:39:29.127 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-ceph-common-2:19.0.0-1920.g6b01fe95.el9.x8 28/34 2024-03-09T22:39:29.501 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - CRB 804 kB/s | 6.1 MB 00:07 2024-03-09T22:39:31.026 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - Extras packages 84 kB/s | 15 kB 00:00 2024-03-09T22:39:31.317 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 29/34 2024-03-09T22:39:31.357 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 29/34 2024-03-09T22:39:31.914 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 29/34 2024-03-09T22:39:31.952 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 30/34 2024-03-09T22:39:32.024 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 30/34 2024-03-09T22:39:32.025 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-09T22:39:32.025 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-09T22:39:32.025 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:39:32.053 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-selinux-2:19.0.0-1920.g6b01fe95.el9.x86_64 31/34 2024-03-09T22:39:34.672 INFO:teuthology.orchestra.run.smithi081.stdout:Extra Packages for Enterprise Linux 5.8 MB/s | 21 MB 00:03 2024-03-09T22:39:36.588 INFO:teuthology.orchestra.run.smithi186.stdout:Extra Packages for Enterprise Linux 1.0 MB/s | 21 MB 00:19 2024-03-09T22:39:39.511 INFO:teuthology.orchestra.run.smithi081.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-03-09T22:39:41.610 INFO:teuthology.orchestra.run.smithi186.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-03-09T22:39:41.761 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1920.g6b01fe95.el9.x86_64 31/34 2024-03-09T22:39:41.761 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /sys 2024-03-09T22:39:41.761 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /proc 2024-03-09T22:39:41.761 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /mnt 2024-03-09T22:39:41.761 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /var/tmp 2024-03-09T22:39:41.761 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /home 2024-03-09T22:39:41.761 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /root 2024-03-09T22:39:41.761 INFO:teuthology.orchestra.run.smithi164.stdout:skipping the directory /tmp 2024-03-09T22:39:41.761 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:39:42.055 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-09T22:39:42.059 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:39:42.059 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-03-09T22:39:42.059 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:39:42.060 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-09T22:39:42.060 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-radosgw x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 9.8 M 2024-03-09T22:39:42.060 INFO:teuthology.orchestra.run.smithi081.stdout:Upgrading: 2024-03-09T22:39:42.060 INFO:teuthology.orchestra.run.smithi081.stdout: librados2 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 3.4 M 2024-03-09T22:39:42.060 INFO:teuthology.orchestra.run.smithi081.stdout: librbd1 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 3.1 M 2024-03-09T22:39:42.060 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-03-09T22:39:42.060 INFO:teuthology.orchestra.run.smithi081.stdout: boost-program-options 2024-03-09T22:39:42.060 INFO:teuthology.orchestra.run.smithi081.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-09T22:39:42.060 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-base x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 5.4 M 2024-03-09T22:39:42.060 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-common x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 20 M 2024-03-09T22:39:42.060 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-selinux x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 25 k 2024-03-09T22:39:42.060 INFO:teuthology.orchestra.run.smithi081.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-09T22:39:42.061 INFO:teuthology.orchestra.run.smithi081.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-09T22:39:42.061 INFO:teuthology.orchestra.run.smithi081.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-09T22:39:42.061 INFO:teuthology.orchestra.run.smithi081.stdout: libcephfs2 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 745 k 2024-03-09T22:39:42.061 INFO:teuthology.orchestra.run.smithi081.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-09T22:39:42.061 INFO:teuthology.orchestra.run.smithi081.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-09T22:39:42.061 INFO:teuthology.orchestra.run.smithi081.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-09T22:39:42.061 INFO:teuthology.orchestra.run.smithi081.stdout: libradosstriper1 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 501 k 2024-03-09T22:39:42.061 INFO:teuthology.orchestra.run.smithi081.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-09T22:39:42.061 INFO:teuthology.orchestra.run.smithi081.stdout: librgw2 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 5.1 M 2024-03-09T22:39:42.061 INFO:teuthology.orchestra.run.smithi081.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-09T22:39:42.061 INFO:teuthology.orchestra.run.smithi081.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-09T22:39:42.061 INFO:teuthology.orchestra.run.smithi081.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-09T22:39:42.062 INFO:teuthology.orchestra.run.smithi081.stdout: python3-ceph-argparse 2024-03-09T22:39:42.062 INFO:teuthology.orchestra.run.smithi081.stdout: x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 45 k 2024-03-09T22:39:42.062 INFO:teuthology.orchestra.run.smithi081.stdout: python3-ceph-common x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 131 k 2024-03-09T22:39:42.062 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cephfs x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 162 k 2024-03-09T22:39:42.062 INFO:teuthology.orchestra.run.smithi081.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-09T22:39:42.062 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rados x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 320 k 2024-03-09T22:39:42.062 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rbd x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 298 k 2024-03-09T22:39:42.062 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rgw x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 99 k 2024-03-09T22:39:42.062 INFO:teuthology.orchestra.run.smithi081.stdout: qatlib x86_64 23.11.0-1.el9 appstream 216 k 2024-03-09T22:39:42.062 INFO:teuthology.orchestra.run.smithi081.stdout: qatzip-libs x86_64 1.1.2-2.el9 appstream 44 k 2024-03-09T22:39:42.062 INFO:teuthology.orchestra.run.smithi081.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-09T22:39:42.062 INFO:teuthology.orchestra.run.smithi081.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-09T22:39:42.063 INFO:teuthology.orchestra.run.smithi081.stdout:Installing weak dependencies: 2024-03-09T22:39:42.063 INFO:teuthology.orchestra.run.smithi081.stdout: qatlib-service x86_64 23.11.0-1.el9 appstream 35 k 2024-03-09T22:39:42.063 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:39:42.063 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-09T22:39:42.063 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:39:42.063 INFO:teuthology.orchestra.run.smithi081.stdout:Install 30 Packages 2024-03-09T22:39:42.063 INFO:teuthology.orchestra.run.smithi081.stdout:Upgrade 2 Packages 2024-03-09T22:39:42.063 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:39:42.064 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 58 M 2024-03-09T22:39:42.064 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-09T22:39:42.680 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-radosgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 32/34 2024-03-09T22:39:42.704 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 32/34 2024-03-09T22:39:42.704 INFO:teuthology.orchestra.run.smithi164.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T22:39:42.704 INFO:teuthology.orchestra.run.smithi164.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-09T22:39:42.704 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-09T22:39:42.704 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-09T22:39:42.705 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:39:42.706 INFO:teuthology.orchestra.run.smithi164.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-09T22:39:42.802 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-09T22:39:42.802 INFO:teuthology.orchestra.run.smithi164.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-09T22:39:43.925 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-09T22:39:43.925 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/34 2024-03-09T22:39:43.925 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/34 2024-03-09T22:39:43.925 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-radosgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 3/34 2024-03-09T22:39:43.925 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-selinux-2:19.0.0-1920.g6b01fe95.el9.x86_64 4/34 2024-03-09T22:39:43.925 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 5/34 2024-03-09T22:39:43.925 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libradosstriper1-2:19.0.0-1920.g6b01fe95.el9.x86_6 6/34 2024-03-09T22:39:43.925 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librgw2-2:19.0.0-1920.g6b01fe95.el9.x86_64 7/34 2024-03-09T22:39:43.926 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1920.g6b01fe95.el9. 8/34 2024-03-09T22:39:43.926 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-ceph-common-2:19.0.0-1920.g6b01fe95.el9.x8 9/34 2024-03-09T22:39:43.926 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-cephfs-2:19.0.0-1920.g6b01fe95.el9.x86_64 10/34 2024-03-09T22:39:43.926 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-rados-2:19.0.0-1920.g6b01fe95.el9.x86_64 11/34 2024-03-09T22:39:43.926 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-rbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 12/34 2024-03-09T22:39:43.926 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-rgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 13/34 2024-03-09T22:39:43.926 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-09T22:39:43.926 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-09T22:39:43.926 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-09T22:39:43.926 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-09T22:39:43.927 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-09T22:39:43.927 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-09T22:39:43.927 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-03-09T22:39:43.927 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-03-09T22:39:43.927 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-03-09T22:39:43.927 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-09T22:39:43.927 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-09T22:39:43.927 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-09T22:39:43.927 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-09T22:39:43.927 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-09T22:39:43.927 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-09T22:39:43.927 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-09T22:39:43.927 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-09T22:39:43.928 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 31/34 2024-03-09T22:39:43.928 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-09T22:39:43.928 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 33/34 2024-03-09T22:39:44.213 INFO:teuthology.orchestra.run.smithi081.stdout:(1/32): ceph-base-19.0.0-1920.g6b01fe95.el9.x86 3.5 MB/s | 5.4 MB 00:01 2024-03-09T22:39:44.215 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-03-09T22:39:44.240 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:39:44.240 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2024-03-09T22:39:44.240 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:39:44.240 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-03-09T22:39:44.240 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-radosgw x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 9.8 M 2024-03-09T22:39:44.241 INFO:teuthology.orchestra.run.smithi186.stdout:Upgrading: 2024-03-09T22:39:44.241 INFO:teuthology.orchestra.run.smithi186.stdout: librados2 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 3.4 M 2024-03-09T22:39:44.241 INFO:teuthology.orchestra.run.smithi186.stdout: librbd1 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 3.1 M 2024-03-09T22:39:44.241 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2024-03-09T22:39:44.241 INFO:teuthology.orchestra.run.smithi186.stdout: boost-program-options 2024-03-09T22:39:44.241 INFO:teuthology.orchestra.run.smithi186.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-09T22:39:44.241 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-base x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 5.4 M 2024-03-09T22:39:44.241 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-common x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 20 M 2024-03-09T22:39:44.241 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-selinux x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 25 k 2024-03-09T22:39:44.241 INFO:teuthology.orchestra.run.smithi186.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-09T22:39:44.241 INFO:teuthology.orchestra.run.smithi186.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-09T22:39:44.241 INFO:teuthology.orchestra.run.smithi186.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-09T22:39:44.241 INFO:teuthology.orchestra.run.smithi186.stdout: libcephfs2 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 745 k 2024-03-09T22:39:44.241 INFO:teuthology.orchestra.run.smithi186.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-09T22:39:44.242 INFO:teuthology.orchestra.run.smithi186.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-09T22:39:44.242 INFO:teuthology.orchestra.run.smithi186.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-09T22:39:44.242 INFO:teuthology.orchestra.run.smithi186.stdout: libradosstriper1 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 501 k 2024-03-09T22:39:44.242 INFO:teuthology.orchestra.run.smithi186.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-09T22:39:44.242 INFO:teuthology.orchestra.run.smithi186.stdout: librgw2 x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 5.1 M 2024-03-09T22:39:44.242 INFO:teuthology.orchestra.run.smithi186.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-09T22:39:44.242 INFO:teuthology.orchestra.run.smithi186.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-09T22:39:44.242 INFO:teuthology.orchestra.run.smithi186.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-09T22:39:44.242 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-argparse 2024-03-09T22:39:44.242 INFO:teuthology.orchestra.run.smithi186.stdout: x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 45 k 2024-03-09T22:39:44.242 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-common x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 131 k 2024-03-09T22:39:44.242 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cephfs x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 162 k 2024-03-09T22:39:44.242 INFO:teuthology.orchestra.run.smithi186.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-09T22:39:44.242 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rados x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 320 k 2024-03-09T22:39:44.243 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rbd x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 298 k 2024-03-09T22:39:44.243 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rgw x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 99 k 2024-03-09T22:39:44.243 INFO:teuthology.orchestra.run.smithi186.stdout: qatlib x86_64 23.11.0-1.el9 appstream 216 k 2024-03-09T22:39:44.243 INFO:teuthology.orchestra.run.smithi186.stdout: qatzip-libs x86_64 1.1.2-2.el9 appstream 44 k 2024-03-09T22:39:44.243 INFO:teuthology.orchestra.run.smithi186.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-09T22:39:44.243 INFO:teuthology.orchestra.run.smithi186.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-09T22:39:44.243 INFO:teuthology.orchestra.run.smithi186.stdout:Installing weak dependencies: 2024-03-09T22:39:44.243 INFO:teuthology.orchestra.run.smithi186.stdout: qatlib-service x86_64 23.11.0-1.el9 appstream 35 k 2024-03-09T22:39:44.243 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:39:44.243 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-03-09T22:39:44.243 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:39:44.243 INFO:teuthology.orchestra.run.smithi186.stdout:Install 30 Packages 2024-03-09T22:39:44.243 INFO:teuthology.orchestra.run.smithi186.stdout:Upgrade 2 Packages 2024-03-09T22:39:44.243 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:39:44.244 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 58 M 2024-03-09T22:39:44.244 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-03-09T22:39:44.404 INFO:teuthology.orchestra.run.smithi081.stdout:(2/32): ceph-common-19.0.0-1920.g6b01fe95.el9.x 12 MB/s | 20 MB 00:01 2024-03-09T22:39:44.421 INFO:teuthology.orchestra.run.smithi081.stdout:(3/32): ceph-selinux-19.0.0-1920.g6b01fe95.el9. 120 kB/s | 25 kB 00:00 2024-03-09T22:39:44.497 INFO:teuthology.orchestra.run.smithi081.stdout:(4/32): libcephfs2-19.0.0-1920.g6b01fe95.el9.x8 8.0 MB/s | 745 kB 00:00 2024-03-09T22:39:44.522 INFO:teuthology.orchestra.run.smithi081.stdout:(5/32): libradosstriper1-19.0.0-1920.g6b01fe95. 4.9 MB/s | 501 kB 00:00 2024-03-09T22:39:44.597 INFO:teuthology.orchestra.run.smithi081.stdout:(6/32): python3-ceph-argparse-19.0.0-1920.g6b01 603 kB/s | 45 kB 00:00 2024-03-09T22:39:44.680 INFO:teuthology.orchestra.run.smithi081.stdout:(7/32): python3-ceph-common-19.0.0-1920.g6b01fe 1.5 MB/s | 131 kB 00:00 2024-03-09T22:39:44.772 INFO:teuthology.orchestra.run.smithi081.stdout:(8/32): python3-cephfs-19.0.0-1920.g6b01fe95.el 1.7 MB/s | 162 kB 00:00 2024-03-09T22:39:44.839 INFO:teuthology.orchestra.run.smithi081.stdout:(9/32): librgw2-19.0.0-1920.g6b01fe95.el9.x86_6 15 MB/s | 5.1 MB 00:00 2024-03-09T22:39:44.948 INFO:teuthology.orchestra.run.smithi081.stdout:(10/32): ceph-radosgw-19.0.0-1920.g6b01fe95.el9 4.3 MB/s | 9.8 MB 00:02 2024-03-09T22:39:44.974 INFO:teuthology.orchestra.run.smithi081.stdout:(11/32): python3-rados-19.0.0-1920.g6b01fe95.el 1.6 MB/s | 320 kB 00:00 2024-03-09T22:39:44.999 INFO:teuthology.orchestra.run.smithi081.stdout:(12/32): python3-rbd-19.0.0-1920.g6b01fe95.el9. 1.8 MB/s | 298 kB 00:00 2024-03-09T22:39:45.049 INFO:teuthology.orchestra.run.smithi081.stdout:(13/32): python3-rgw-19.0.0-1920.g6b01fe95.el9. 991 kB/s | 99 kB 00:00 2024-03-09T22:39:45.116 INFO:teuthology.orchestra.run.smithi081.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 745 kB/s | 106 kB 00:00 2024-03-09T22:39:45.141 INFO:teuthology.orchestra.run.smithi081.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 673 kB/s | 44 kB 00:00 2024-03-09T22:39:45.183 INFO:teuthology.orchestra.run.smithi081.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 9.7 MB/s | 661 kB 00:00 2024-03-09T22:39:45.208 INFO:teuthology.orchestra.run.smithi081.stdout:(17/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 862 kB/s | 159 kB 00:00 2024-03-09T22:39:45.224 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-09T22:39:45.224 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:39:45.225 INFO:teuthology.orchestra.run.smithi164.stdout:Upgraded: 2024-03-09T22:39:45.225 INFO:teuthology.orchestra.run.smithi164.stdout: librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:39:45.225 INFO:teuthology.orchestra.run.smithi164.stdout: librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:39:45.225 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T22:39:45.225 INFO:teuthology.orchestra.run.smithi164.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-09T22:39:45.225 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:39:45.225 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:39:45.225 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-radosgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:39:45.225 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-selinux-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:39:45.225 INFO:teuthology.orchestra.run.smithi164.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-09T22:39:45.225 INFO:teuthology.orchestra.run.smithi164.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-09T22:39:45.226 INFO:teuthology.orchestra.run.smithi164.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-09T22:39:45.226 INFO:teuthology.orchestra.run.smithi164.stdout: libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:39:45.226 INFO:teuthology.orchestra.run.smithi164.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-09T22:39:45.226 INFO:teuthology.orchestra.run.smithi164.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-09T22:39:45.226 INFO:teuthology.orchestra.run.smithi164.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-09T22:39:45.226 INFO:teuthology.orchestra.run.smithi164.stdout: libradosstriper1-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:39:45.226 INFO:teuthology.orchestra.run.smithi164.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-09T22:39:45.226 INFO:teuthology.orchestra.run.smithi164.stdout: librgw2-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:39:45.226 INFO:teuthology.orchestra.run.smithi164.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-09T22:39:45.227 INFO:teuthology.orchestra.run.smithi164.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-09T22:39:45.227 INFO:teuthology.orchestra.run.smithi164.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-09T22:39:45.227 INFO:teuthology.orchestra.run.smithi164.stdout: python3-ceph-argparse-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:39:45.227 INFO:teuthology.orchestra.run.smithi164.stdout: python3-ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:39:45.227 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cephfs-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:39:45.227 INFO:teuthology.orchestra.run.smithi164.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-09T22:39:45.227 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rados-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:39:45.227 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:39:45.227 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:39:45.227 INFO:teuthology.orchestra.run.smithi164.stdout: qatlib-23.11.0-1.el9.x86_64 2024-03-09T22:39:45.227 INFO:teuthology.orchestra.run.smithi164.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-03-09T22:39:45.227 INFO:teuthology.orchestra.run.smithi164.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-03-09T22:39:45.228 INFO:teuthology.orchestra.run.smithi164.stdout: re2-1:20211101-3.el9.x86_64 2024-03-09T22:39:45.228 INFO:teuthology.orchestra.run.smithi164.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-09T22:39:45.228 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:39:45.228 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T22:39:45.233 INFO:teuthology.orchestra.run.smithi081.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.0 MB/s | 282 kB 00:00 2024-03-09T22:39:45.259 INFO:teuthology.orchestra.run.smithi081.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 548 kB/s | 41 kB 00:00 2024-03-09T22:39:45.517 INFO:teuthology.orchestra.run.smithi081.stdout:(20/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 172 kB/s | 44 kB 00:00 2024-03-09T22:39:45.532 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-test 2024-03-09T22:39:45.593 INFO:teuthology.orchestra.run.smithi081.stdout:(21/32): qatlib-service-23.11.0-1.el9.x86_64.rp 97 kB/s | 35 kB 00:00 2024-03-09T22:39:45.686 INFO:teuthology.orchestra.run.smithi186.stdout:(1/32): ceph-radosgw-19.0.0-1920.g6b01fe95.el9. 8.5 MB/s | 9.8 MB 00:01 2024-03-09T22:39:45.728 INFO:teuthology.orchestra.run.smithi186.stdout:(2/32): ceph-selinux-19.0.0-1920.g6b01fe95.el9. 607 kB/s | 25 kB 00:00 2024-03-09T22:39:45.818 INFO:teuthology.orchestra.run.smithi081.stdout:(22/32): qatlib-23.11.0-1.el9.x86_64.rpm 371 kB/s | 216 kB 00:00 2024-03-09T22:39:45.819 INFO:teuthology.orchestra.run.smithi186.stdout:(3/32): libcephfs2-19.0.0-1920.g6b01fe95.el9.x8 7.9 MB/s | 745 kB 00:00 2024-03-09T22:39:45.878 INFO:teuthology.orchestra.run.smithi186.stdout:(4/32): libradosstriper1-19.0.0-1920.g6b01fe95. 8.4 MB/s | 501 kB 00:00 2024-03-09T22:39:45.953 INFO:teuthology.orchestra.run.smithi186.stdout:(5/32): ceph-base-19.0.0-1920.g6b01fe95.el9.x86 3.8 MB/s | 5.4 MB 00:01 2024-03-09T22:39:46.021 INFO:teuthology.orchestra.run.smithi186.stdout:(6/32): python3-ceph-argparse-19.0.0-1920.g6b01 675 kB/s | 45 kB 00:00 2024-03-09T22:39:46.090 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:00:29 ago on Sat 09 Mar 2024 10:39:17 PM UTC. 2024-03-09T22:39:46.093 INFO:teuthology.orchestra.run.smithi081.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 537 kB/s | 309 kB 00:00 2024-03-09T22:39:46.096 INFO:teuthology.orchestra.run.smithi186.stdout:(7/32): python3-ceph-common-19.0.0-1920.g6b01fe 1.7 MB/s | 131 kB 00:00 2024-03-09T22:39:46.143 INFO:teuthology.orchestra.run.smithi081.stdout:(24/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 80 kB/s | 26 kB 00:00 2024-03-09T22:39:46.180 INFO:teuthology.orchestra.run.smithi186.stdout:(8/32): python3-cephfs-19.0.0-1920.g6b01fe95.el 1.9 MB/s | 162 kB 00:00 2024-03-09T22:39:46.185 INFO:teuthology.orchestra.run.smithi081.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 528 kB/s | 49 kB 00:00 2024-03-09T22:39:46.242 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T22:39:46.243 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:39:46.243 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-09T22:39:46.243 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:39:46.243 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T22:39:46.243 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-test x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 47 M 2024-03-09T22:39:46.243 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-09T22:39:46.243 INFO:teuthology.orchestra.run.smithi164.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-09T22:39:46.243 INFO:teuthology.orchestra.run.smithi164.stdout: libcephsqlite x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 163 k 2024-03-09T22:39:46.244 INFO:teuthology.orchestra.run.smithi164.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-09T22:39:46.244 INFO:teuthology.orchestra.run.smithi164.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-09T22:39:46.244 INFO:teuthology.orchestra.run.smithi164.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-09T22:39:46.244 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:39:46.244 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T22:39:46.244 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:39:46.244 INFO:teuthology.orchestra.run.smithi164.stdout:Install 6 Packages 2024-03-09T22:39:46.244 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:39:46.245 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 48 M 2024-03-09T22:39:46.245 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 205 M 2024-03-09T22:39:46.245 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T22:39:46.247 INFO:teuthology.orchestra.run.smithi186.stdout:(9/32): librgw2-19.0.0-1920.g6b01fe95.el9.x86_6 14 MB/s | 5.1 MB 00:00 2024-03-09T22:39:46.272 INFO:teuthology.orchestra.run.smithi186.stdout:(10/32): python3-rados-19.0.0-1920.g6b01fe95.el 3.4 MB/s | 320 kB 00:00 2024-03-09T22:39:46.305 INFO:teuthology.orchestra.run.smithi186.stdout:(11/32): python3-rbd-19.0.0-1920.g6b01fe95.el9. 5.0 MB/s | 298 kB 00:00 2024-03-09T22:39:46.310 INFO:teuthology.orchestra.run.smithi081.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 404 kB/s | 67 kB 00:00 2024-03-09T22:39:46.331 INFO:teuthology.orchestra.run.smithi186.stdout:(12/32): python3-rgw-19.0.0-1920.g6b01fe95.el9. 1.7 MB/s | 99 kB 00:00 2024-03-09T22:39:46.402 INFO:teuthology.orchestra.run.smithi081.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.8 MB/s | 838 kB 00:00 2024-03-09T22:39:46.448 INFO:teuthology.orchestra.run.smithi186.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 745 kB/s | 106 kB 00:00 2024-03-09T22:39:46.470 INFO:teuthology.orchestra.run.smithi081.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 5.2 MB/s | 4.4 MB 00:00 2024-03-09T22:39:46.473 INFO:teuthology.orchestra.run.smithi186.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.3 MB/s | 159 kB 00:00 2024-03-09T22:39:46.498 INFO:teuthology.orchestra.run.smithi186.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 886 kB/s | 44 kB 00:00 2024-03-09T22:39:46.503 INFO:teuthology.orchestra.run.smithi081.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 995 kB/s | 192 kB 00:00 2024-03-09T22:39:46.520 INFO:teuthology.orchestra.run.smithi164.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.3 MB/s | 217 kB 00:00 2024-03-09T22:39:46.549 INFO:teuthology.orchestra.run.smithi186.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 8.6 MB/s | 661 kB 00:00 2024-03-09T22:39:46.562 INFO:teuthology.orchestra.run.smithi164.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 7.1 MB/s | 300 kB 00:00 2024-03-09T22:39:46.574 INFO:teuthology.orchestra.run.smithi186.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.7 MB/s | 282 kB 00:00 2024-03-09T22:39:46.595 INFO:teuthology.orchestra.run.smithi164.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-03-09T22:39:46.599 INFO:teuthology.orchestra.run.smithi186.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 825 kB/s | 41 kB 00:00 2024-03-09T22:39:46.612 INFO:teuthology.orchestra.run.smithi081.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 7.6 MB/s | 1.6 MB 00:00 2024-03-09T22:39:46.628 INFO:teuthology.orchestra.run.smithi164.stdout:(4/6): libcephsqlite-19.0.0-1920.g6b01fe95.el9. 606 kB/s | 163 kB 00:00 2024-03-09T22:39:46.738 INFO:teuthology.orchestra.run.smithi164.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 1.3 MB/s | 187 kB 00:00 2024-03-09T22:39:46.866 INFO:teuthology.orchestra.run.smithi186.stdout:(19/32): qatlib-service-23.11.0-1.el9.x86_64.rp 131 kB/s | 35 kB 00:00 2024-03-09T22:39:47.083 INFO:teuthology.orchestra.run.smithi186.stdout:(20/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 205 kB/s | 44 kB 00:00 2024-03-09T22:39:47.108 INFO:teuthology.orchestra.run.smithi186.stdout:(21/32): qatlib-23.11.0-1.el9.x86_64.rpm 406 kB/s | 216 kB 00:00 2024-03-09T22:39:47.163 INFO:teuthology.orchestra.run.smithi081.stdout:(31/32): librbd1-19.0.0-1920.g6b01fe95.el9.x86_ 4.8 MB/s | 3.1 MB 00:00 2024-03-09T22:39:47.293 INFO:teuthology.orchestra.run.smithi186.stdout:(22/32): ceph-common-19.0.0-1920.g6b01fe95.el9. 7.2 MB/s | 20 MB 00:02 2024-03-09T22:39:47.404 INFO:teuthology.orchestra.run.smithi081.stdout:(32/32): librados2-19.0.0-1920.g6b01fe95.el9.x8 3.6 MB/s | 3.4 MB 00:00 2024-03-09T22:39:47.411 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:39:47.411 INFO:teuthology.orchestra.run.smithi081.stdout:Total 11 MB/s | 58 MB 00:05 2024-03-09T22:39:47.441 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-09T22:39:47.478 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-09T22:39:47.478 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-09T22:39:47.676 INFO:teuthology.orchestra.run.smithi186.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 77 kB/s | 26 kB 00:00 2024-03-09T22:39:47.965 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-09T22:39:47.965 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-09T22:39:48.019 INFO:teuthology.orchestra.run.smithi186.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 331 kB/s | 309 kB 00:00 2024-03-09T22:39:48.053 INFO:teuthology.orchestra.run.smithi186.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 129 kB/s | 49 kB 00:00 2024-03-09T22:39:48.127 INFO:teuthology.orchestra.run.smithi186.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 621 kB/s | 67 kB 00:00 2024-03-09T22:39:49.168 INFO:teuthology.orchestra.run.smithi186.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 751 kB/s | 838 kB 00:01 2024-03-09T22:39:49.212 INFO:teuthology.orchestra.run.smithi164.stdout:(6/6): ceph-test-19.0.0-1920.g6b01fe95.el9.x86_ 17 MB/s | 47 MB 00:02 2024-03-09T22:39:49.215 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:39:49.215 INFO:teuthology.orchestra.run.smithi164.stdout:Total 16 MB/s | 48 MB 00:02 2024-03-09T22:39:49.229 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T22:39:49.250 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T22:39:49.250 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T22:39:49.319 INFO:teuthology.orchestra.run.smithi186.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 161 kB/s | 192 kB 00:01 2024-03-09T22:39:49.503 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-09T22:39:49.572 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-09T22:39:49.600 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-09T22:39:49.626 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-09T22:39:49.647 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T22:39:49.647 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T22:39:49.648 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-09T22:39:49.665 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-09T22:39:49.820 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-09T22:39:49.878 INFO:teuthology.orchestra.run.smithi186.stdout:(29/32): librados2-19.0.0-1920.g6b01fe95.el9.x8 6.1 MB/s | 3.4 MB 00:00 2024-03-09T22:39:49.880 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-09T22:39:50.186 INFO:teuthology.orchestra.run.smithi186.stdout:(30/32): librbd1-19.0.0-1920.g6b01fe95.el9.x86_ 10 MB/s | 3.1 MB 00:00 2024-03-09T22:39:50.219 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T22:39:50.284 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-09T22:39:50.312 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-09T22:39:50.319 INFO:teuthology.orchestra.run.smithi081.stdout: Upgrading : librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 7/34 2024-03-09T22:39:50.346 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-09T22:39:50.382 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-09T22:39:50.395 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 7/34 2024-03-09T22:39:50.420 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-09T22:39:50.449 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libcephsqlite-2:19.0.0-1920.g6b01fe95.el9.x86_64 5/6 2024-03-09T22:39:50.500 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-rados-2:19.0.0-1920.g6b01fe95.el9.x86_64 8/34 2024-03-09T22:39:50.529 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 9/34 2024-03-09T22:39:50.575 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 9/34 2024-03-09T22:39:50.604 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-09T22:39:50.648 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-ceph-argparse-2:19.0.0-1920.g6b01fe95.el9. 11/34 2024-03-09T22:39:50.718 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-cephfs-2:19.0.0-1920.g6b01fe95.el9.x86_64 12/34 2024-03-09T22:39:50.740 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libradosstriper1-2:19.0.0-1920.g6b01fe95.el9.x86_6 13/34 2024-03-09T22:39:50.793 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1920.g6b01fe95.el9.x86_6 13/34 2024-03-09T22:39:50.822 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-03-09T22:39:50.933 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-09T22:39:50.973 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-09T22:39:51.013 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-09T22:39:51.046 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-09T22:39:51.075 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-09T22:39:51.108 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-09T22:39:51.429 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-09T22:39:51.463 INFO:teuthology.orchestra.run.smithi081.stdout: Upgrading : librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 22/34 2024-03-09T22:39:51.535 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 22/34 2024-03-09T22:39:51.576 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-rbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 23/34 2024-03-09T22:39:51.614 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-09T22:39:52.068 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-09T22:39:52.100 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : librgw2-2:19.0.0-1920.g6b01fe95.el9.x86_64 26/34 2024-03-09T22:39:52.171 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: librgw2-2:19.0.0-1920.g6b01fe95.el9.x86_64 26/34 2024-03-09T22:39:52.237 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-rgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 27/34 2024-03-09T22:39:52.268 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-ceph-common-2:19.0.0-1920.g6b01fe95.el9.x8 28/34 2024-03-09T22:39:53.436 INFO:teuthology.orchestra.run.smithi186.stdout:(31/32): thrift-0.15.0-2.el9.x86_64.rpm 380 kB/s | 1.6 MB 00:04 2024-03-09T22:39:54.452 INFO:teuthology.orchestra.run.smithi186.stdout:(32/32): libarrow-9.0.0-10.el9.x86_64.rpm 616 kB/s | 4.4 MB 00:07 2024-03-09T22:39:54.459 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:39:54.459 INFO:teuthology.orchestra.run.smithi186.stdout:Total 5.7 MB/s | 58 MB 00:10 2024-03-09T22:39:54.463 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 29/34 2024-03-09T22:39:54.494 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-03-09T22:39:54.506 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 29/34 2024-03-09T22:39:54.533 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-03-09T22:39:54.533 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-03-09T22:39:54.987 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1920.g6b01fe95.el9.x86_64 5/6 2024-03-09T22:39:55.023 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-03-09T22:39:55.024 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-03-09T22:39:55.065 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-test-2:19.0.0-1920.g6b01fe95.el9.x86_64 6/6 2024-03-09T22:39:55.074 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 29/34 2024-03-09T22:39:55.118 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 30/34 2024-03-09T22:39:55.212 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 30/34 2024-03-09T22:39:55.212 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-09T22:39:55.212 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-09T22:39:55.212 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:39:55.252 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-selinux-2:19.0.0-1920.g6b01fe95.el9.x86_64 31/34 2024-03-09T22:39:56.491 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-03-09T22:39:56.582 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-09T22:39:56.615 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-09T22:39:56.633 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-09T22:39:56.664 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-09T22:39:56.681 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-09T22:39:56.823 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-09T22:39:56.878 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-09T22:39:57.249 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-09T22:39:57.276 INFO:teuthology.orchestra.run.smithi186.stdout: Upgrading : librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 7/34 2024-03-09T22:39:57.367 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 7/34 2024-03-09T22:39:57.454 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-rados-2:19.0.0-1920.g6b01fe95.el9.x86_64 8/34 2024-03-09T22:39:57.477 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 9/34 2024-03-09T22:39:57.490 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-test-2:19.0.0-1920.g6b01fe95.el9.x86_64 6/6 2024-03-09T22:39:57.490 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-test-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/6 2024-03-09T22:39:57.491 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libcephsqlite-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/6 2024-03-09T22:39:57.491 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-09T22:39:57.491 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-09T22:39:57.491 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-09T22:39:57.532 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 9/34 2024-03-09T22:39:57.569 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-09T22:39:57.612 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-ceph-argparse-2:19.0.0-1920.g6b01fe95.el9. 11/34 2024-03-09T22:39:57.681 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-cephfs-2:19.0.0-1920.g6b01fe95.el9.x86_64 12/34 2024-03-09T22:39:57.705 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libradosstriper1-2:19.0.0-1920.g6b01fe95.el9.x86_6 13/34 2024-03-09T22:39:57.784 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1920.g6b01fe95.el9.x86_6 13/34 2024-03-09T22:39:57.811 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-03-09T22:39:57.887 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-09T22:39:57.888 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:39:57.888 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T22:39:57.888 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-test-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:39:57.888 INFO:teuthology.orchestra.run.smithi164.stdout: jq-1.6-16.el9.x86_64 2024-03-09T22:39:57.888 INFO:teuthology.orchestra.run.smithi164.stdout: libcephsqlite-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:39:57.888 INFO:teuthology.orchestra.run.smithi164.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-09T22:39:57.888 INFO:teuthology.orchestra.run.smithi164.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-09T22:39:57.888 INFO:teuthology.orchestra.run.smithi164.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-09T22:39:57.888 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:39:57.888 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T22:39:57.911 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-09T22:39:57.946 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-09T22:39:57.986 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-09T22:39:58.019 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-09T22:39:58.048 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-09T22:39:58.080 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-09T22:39:58.191 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph 2024-03-09T22:39:58.402 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-09T22:39:58.427 INFO:teuthology.orchestra.run.smithi186.stdout: Upgrading : librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 22/34 2024-03-09T22:39:58.517 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 22/34 2024-03-09T22:39:58.557 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-rbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 23/34 2024-03-09T22:39:58.595 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-09T22:39:58.785 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:00:41 ago on Sat 09 Mar 2024 10:39:17 PM UTC. 2024-03-09T22:39:58.949 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T22:39:58.952 INFO:teuthology.orchestra.run.smithi164.stdout:========================================================================================= 2024-03-09T22:39:58.952 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-09T22:39:58.952 INFO:teuthology.orchestra.run.smithi164.stdout:========================================================================================= 2024-03-09T22:39:58.952 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T22:39:58.952 INFO:teuthology.orchestra.run.smithi164.stdout: ceph x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 6.6 k 2024-03-09T22:39:58.953 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-09T22:39:58.953 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mds x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 2.1 M 2024-03-09T22:39:58.953 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 1.5 M 2024-03-09T22:39:58.953 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 248 k 2024-03-09T22:39:58.953 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mon x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 4.7 M 2024-03-09T22:39:58.953 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-osd x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 17 M 2024-03-09T22:39:58.953 INFO:teuthology.orchestra.run.smithi164.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-09T22:39:58.953 INFO:teuthology.orchestra.run.smithi164.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-09T22:39:58.953 INFO:teuthology.orchestra.run.smithi164.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-09T22:39:58.953 INFO:teuthology.orchestra.run.smithi164.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-09T22:39:58.953 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-09T22:39:58.953 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-09T22:39:58.953 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-09T22:39:58.954 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-09T22:39:58.954 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-09T22:39:58.954 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-09T22:39:58.954 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-09T22:39:58.954 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-09T22:39:58.954 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-09T22:39:58.954 INFO:teuthology.orchestra.run.smithi164.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-09T22:39:58.954 INFO:teuthology.orchestra.run.smithi164.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-09T22:39:58.954 INFO:teuthology.orchestra.run.smithi164.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-09T22:39:58.954 INFO:teuthology.orchestra.run.smithi164.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-09T22:39:58.954 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-09T22:39:58.954 INFO:teuthology.orchestra.run.smithi164.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-09T22:39:58.954 INFO:teuthology.orchestra.run.smithi164.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-09T22:39:58.954 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-09T22:39:58.955 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-09T22:39:58.955 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-09T22:39:58.955 INFO:teuthology.orchestra.run.smithi164.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-09T22:39:58.955 INFO:teuthology.orchestra.run.smithi164.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-09T22:39:58.955 INFO:teuthology.orchestra.run.smithi164.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-09T22:39:58.955 INFO:teuthology.orchestra.run.smithi164.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-09T22:39:58.955 INFO:teuthology.orchestra.run.smithi164.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-09T22:39:58.955 INFO:teuthology.orchestra.run.smithi164.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-09T22:39:58.955 INFO:teuthology.orchestra.run.smithi164.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-09T22:39:58.955 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:39:58.955 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T22:39:58.955 INFO:teuthology.orchestra.run.smithi164.stdout:========================================================================================= 2024-03-09T22:39:58.955 INFO:teuthology.orchestra.run.smithi164.stdout:Install 36 Packages 2024-03-09T22:39:58.955 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:39:58.956 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 30 M 2024-03-09T22:39:58.956 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 107 M 2024-03-09T22:39:58.956 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T22:39:59.047 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-09T22:39:59.072 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : librgw2-2:19.0.0-1920.g6b01fe95.el9.x86_64 26/34 2024-03-09T22:39:59.143 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librgw2-2:19.0.0-1920.g6b01fe95.el9.x86_64 26/34 2024-03-09T22:39:59.219 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-rgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 27/34 2024-03-09T22:39:59.249 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-ceph-common-2:19.0.0-1920.g6b01fe95.el9.x8 28/34 2024-03-09T22:39:59.518 INFO:teuthology.orchestra.run.smithi164.stdout:(1/36): ceph-19.0.0-1920.g6b01fe95.el9.x86_64.r 31 kB/s | 6.6 kB 00:00 2024-03-09T22:39:59.651 INFO:teuthology.orchestra.run.smithi164.stdout:(2/36): ceph-mgr-19.0.0-1920.g6b01fe95.el9.x86_ 4.3 MB/s | 1.5 MB 00:00 2024-03-09T22:39:59.918 INFO:teuthology.orchestra.run.smithi164.stdout:(3/36): ceph-mds-19.0.0-1920.g6b01fe95.el9.x86_ 3.5 MB/s | 2.1 MB 00:00 2024-03-09T22:40:00.010 INFO:teuthology.orchestra.run.smithi164.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1920.g6b01 2.6 MB/s | 248 kB 00:00 2024-03-09T22:40:00.119 INFO:teuthology.orchestra.run.smithi164.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.7 MB/s | 187 kB 00:00 2024-03-09T22:40:00.160 INFO:teuthology.orchestra.run.smithi164.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2024-03-09T22:40:00.194 INFO:teuthology.orchestra.run.smithi164.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 946 kB/s | 32 kB 00:00 2024-03-09T22:40:00.228 INFO:teuthology.orchestra.run.smithi164.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.4 MB/s | 47 kB 00:00 2024-03-09T22:40:00.270 INFO:teuthology.orchestra.run.smithi164.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 926 kB/s | 39 kB 00:00 2024-03-09T22:40:00.312 INFO:teuthology.orchestra.run.smithi164.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.6 MB/s | 241 kB 00:00 2024-03-09T22:40:00.395 INFO:teuthology.orchestra.run.smithi164.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 14 MB/s | 1.1 MB 00:00 2024-03-09T22:40:00.554 INFO:teuthology.orchestra.run.smithi164.stdout:(12/36): ceph-osd-19.0.0-1920.g6b01fe95.el9.x86 19 MB/s | 17 MB 00:00 2024-03-09T22:40:00.579 INFO:teuthology.orchestra.run.smithi164.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 560 kB/s | 103 kB 00:00 2024-03-09T22:40:00.605 INFO:teuthology.orchestra.run.smithi164.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-03-09T22:40:00.630 INFO:teuthology.orchestra.run.smithi164.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.6 MB/s | 187 kB 00:00 2024-03-09T22:40:00.697 INFO:teuthology.orchestra.run.smithi164.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 336 kB/s | 22 kB 00:00 2024-03-09T22:40:00.755 INFO:teuthology.orchestra.run.smithi164.stdout:(17/36): python3-requests-2.25.1-8.el9.noarch.r 832 kB/s | 125 kB 00:00 2024-03-09T22:40:00.922 INFO:teuthology.orchestra.run.smithi164.stdout:(18/36): ceph-mon-19.0.0-1920.g6b01fe95.el9.x86 3.3 MB/s | 4.7 MB 00:01 2024-03-09T22:40:00.948 INFO:teuthology.orchestra.run.smithi164.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 226 kB/s | 43 kB 00:00 2024-03-09T22:40:01.006 INFO:teuthology.orchestra.run.smithi164.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 488 kB/s | 151 kB 00:00 2024-03-09T22:40:01.073 INFO:teuthology.orchestra.run.smithi164.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 161 kB/s | 11 kB 00:00 2024-03-09T22:40:01.115 INFO:teuthology.orchestra.run.smithi164.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.1 MB/s | 358 kB 00:00 2024-03-09T22:40:01.149 INFO:teuthology.orchestra.run.smithi164.stdout:(23/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 760 kB/s | 172 kB 00:00 2024-03-09T22:40:01.174 INFO:teuthology.orchestra.run.smithi164.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 176 kB/s | 18 kB 00:00 2024-03-09T22:40:01.199 INFO:teuthology.orchestra.run.smithi164.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 276 kB/s | 23 kB 00:00 2024-03-09T22:40:01.225 INFO:teuthology.orchestra.run.smithi164.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 258 kB/s | 19 kB 00:00 2024-03-09T22:40:01.250 INFO:teuthology.orchestra.run.smithi164.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 259 kB/s | 20 kB 00:00 2024-03-09T22:40:01.300 INFO:teuthology.orchestra.run.smithi164.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 460 kB/s | 46 kB 00:00 2024-03-09T22:40:01.326 INFO:teuthology.orchestra.run.smithi164.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 3.5 MB/s | 272 kB 00:00 2024-03-09T22:40:01.351 INFO:teuthology.orchestra.run.smithi164.stdout:(30/36): python3-more-itertools-8.12.0-2.el9.no 626 kB/s | 79 kB 00:00 2024-03-09T22:40:01.376 INFO:teuthology.orchestra.run.smithi164.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 218 kB/s | 16 kB 00:00 2024-03-09T22:40:01.401 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 29/34 2024-03-09T22:40:01.401 INFO:teuthology.orchestra.run.smithi164.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-03-09T22:40:01.435 INFO:teuthology.orchestra.run.smithi164.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 427 kB/s | 36 kB 00:00 2024-03-09T22:40:01.437 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 29/34 2024-03-09T22:40:01.469 INFO:teuthology.orchestra.run.smithi164.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-03-09T22:40:01.494 INFO:teuthology.orchestra.run.smithi164.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.5 MB/s | 427 kB 00:00 2024-03-09T22:40:01.519 INFO:teuthology.orchestra.run.smithi164.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 239 kB/s | 20 kB 00:00 2024-03-09T22:40:01.523 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:40:01.523 INFO:teuthology.orchestra.run.smithi164.stdout:Total 12 MB/s | 30 MB 00:02 2024-03-09T22:40:01.549 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T22:40:01.592 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T22:40:01.592 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T22:40:01.989 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 29/34 2024-03-09T22:40:02.004 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T22:40:02.005 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T22:40:02.049 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 30/34 2024-03-09T22:40:02.143 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 30/34 2024-03-09T22:40:02.143 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-09T22:40:02.143 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-09T22:40:02.143 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:02.175 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-selinux-2:19.0.0-1920.g6b01fe95.el9.x86_64 31/34 2024-03-09T22:40:03.322 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T22:40:03.380 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-09T22:40:03.413 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-09T22:40:03.441 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-09T22:40:03.513 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-09T22:40:03.556 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-09T22:40:03.589 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-09T22:40:03.681 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-09T22:40:03.770 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-09T22:40:03.817 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-09T22:40:03.890 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-09T22:40:03.943 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-09T22:40:03.981 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-09T22:40:04.039 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-09T22:40:04.104 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-09T22:40:04.295 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-09T22:40:04.344 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-09T22:40:04.386 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-09T22:40:04.425 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-09T22:40:04.455 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-09T22:40:04.542 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-09T22:40:04.575 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-09T22:40:04.608 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-09T22:40:04.640 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-09T22:40:04.674 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-09T22:40:04.709 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-09T22:40:04.800 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-09T22:40:04.810 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1920.g6b01fe95.el9.x86_64 31/34 2024-03-09T22:40:04.811 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /sys 2024-03-09T22:40:04.811 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /proc 2024-03-09T22:40:04.811 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /mnt 2024-03-09T22:40:04.811 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /var/tmp 2024-03-09T22:40:04.811 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /home 2024-03-09T22:40:04.811 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /root 2024-03-09T22:40:04.811 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /tmp 2024-03-09T22:40:04.811 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:04.849 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-09T22:40:04.922 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-09T22:40:05.059 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-09T22:40:05.186 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-09T22:40:05.342 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1920.g6b01fe95.el9. 31/36 2024-03-09T22:40:05.370 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 32/36 2024-03-09T22:40:05.408 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 32/36 2024-03-09T22:40:05.408 INFO:teuthology.orchestra.run.smithi164.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T22:40:05.408 INFO:teuthology.orchestra.run.smithi164.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-09T22:40:05.409 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-09T22:40:05.409 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-09T22:40:05.409 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:05.730 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-radosgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 32/34 2024-03-09T22:40:05.754 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 32/34 2024-03-09T22:40:05.754 INFO:teuthology.orchestra.run.smithi081.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T22:40:05.754 INFO:teuthology.orchestra.run.smithi081.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-09T22:40:05.754 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-09T22:40:05.754 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-09T22:40:05.754 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:05.756 INFO:teuthology.orchestra.run.smithi081.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-09T22:40:05.841 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-09T22:40:05.841 INFO:teuthology.orchestra.run.smithi081.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-09T22:40:06.846 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-osd-2:19.0.0-1920.g6b01fe95.el9.x86_64 33/36 2024-03-09T22:40:06.873 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-osd-2:19.0.0-1920.g6b01fe95.el9.x86_64 33/36 2024-03-09T22:40:06.873 INFO:teuthology.orchestra.run.smithi164.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T22:40:06.873 INFO:teuthology.orchestra.run.smithi164.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-09T22:40:06.873 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-09T22:40:06.873 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-09T22:40:06.873 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:06.968 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-09T22:40:06.968 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/34 2024-03-09T22:40:06.968 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/34 2024-03-09T22:40:06.969 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-radosgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 3/34 2024-03-09T22:40:06.969 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-selinux-2:19.0.0-1920.g6b01fe95.el9.x86_64 4/34 2024-03-09T22:40:06.969 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 5/34 2024-03-09T22:40:06.969 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libradosstriper1-2:19.0.0-1920.g6b01fe95.el9.x86_6 6/34 2024-03-09T22:40:06.969 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librgw2-2:19.0.0-1920.g6b01fe95.el9.x86_64 7/34 2024-03-09T22:40:06.969 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1920.g6b01fe95.el9. 8/34 2024-03-09T22:40:06.969 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-ceph-common-2:19.0.0-1920.g6b01fe95.el9.x8 9/34 2024-03-09T22:40:06.969 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-cephfs-2:19.0.0-1920.g6b01fe95.el9.x86_64 10/34 2024-03-09T22:40:06.969 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-rados-2:19.0.0-1920.g6b01fe95.el9.x86_64 11/34 2024-03-09T22:40:06.969 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-rbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 12/34 2024-03-09T22:40:06.969 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-rgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 13/34 2024-03-09T22:40:06.969 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-09T22:40:06.969 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-09T22:40:06.969 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-09T22:40:06.970 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-09T22:40:06.970 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-09T22:40:06.970 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-09T22:40:06.970 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-03-09T22:40:06.970 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-03-09T22:40:06.970 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-03-09T22:40:06.970 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-09T22:40:06.970 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-09T22:40:06.970 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-09T22:40:06.970 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-09T22:40:06.970 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-09T22:40:06.970 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-09T22:40:06.970 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-09T22:40:06.971 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-09T22:40:06.971 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 31/34 2024-03-09T22:40:06.971 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-09T22:40:06.971 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 33/34 2024-03-09T22:40:07.322 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mon-2:19.0.0-1920.g6b01fe95.el9.x86_64 34/36 2024-03-09T22:40:07.345 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mon-2:19.0.0-1920.g6b01fe95.el9.x86_64 34/36 2024-03-09T22:40:07.346 INFO:teuthology.orchestra.run.smithi164.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T22:40:07.346 INFO:teuthology.orchestra.run.smithi164.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-09T22:40:07.346 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-09T22:40:07.346 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-09T22:40:07.346 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:07.547 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mds-2:19.0.0-1920.g6b01fe95.el9.x86_64 35/36 2024-03-09T22:40:07.571 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mds-2:19.0.0-1920.g6b01fe95.el9.x86_64 35/36 2024-03-09T22:40:07.571 INFO:teuthology.orchestra.run.smithi164.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T22:40:07.571 INFO:teuthology.orchestra.run.smithi164.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-09T22:40:07.571 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-09T22:40:07.571 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-09T22:40:07.571 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:07.637 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-2:19.0.0-1920.g6b01fe95.el9.x86_64 36/36 2024-03-09T22:40:08.095 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-09T22:40:08.095 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:08.095 INFO:teuthology.orchestra.run.smithi081.stdout:Upgraded: 2024-03-09T22:40:08.095 INFO:teuthology.orchestra.run.smithi081.stdout: librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:08.095 INFO:teuthology.orchestra.run.smithi081.stdout: librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:08.095 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-09T22:40:08.096 INFO:teuthology.orchestra.run.smithi081.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-09T22:40:08.096 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:08.096 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:08.096 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-radosgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:08.096 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-selinux-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:08.096 INFO:teuthology.orchestra.run.smithi081.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-09T22:40:08.096 INFO:teuthology.orchestra.run.smithi081.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-09T22:40:08.096 INFO:teuthology.orchestra.run.smithi081.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-09T22:40:08.096 INFO:teuthology.orchestra.run.smithi081.stdout: libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:08.096 INFO:teuthology.orchestra.run.smithi081.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-09T22:40:08.097 INFO:teuthology.orchestra.run.smithi081.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-09T22:40:08.097 INFO:teuthology.orchestra.run.smithi081.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-09T22:40:08.097 INFO:teuthology.orchestra.run.smithi081.stdout: libradosstriper1-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:08.097 INFO:teuthology.orchestra.run.smithi081.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-09T22:40:08.097 INFO:teuthology.orchestra.run.smithi081.stdout: librgw2-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:08.097 INFO:teuthology.orchestra.run.smithi081.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-09T22:40:08.097 INFO:teuthology.orchestra.run.smithi081.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-09T22:40:08.097 INFO:teuthology.orchestra.run.smithi081.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-09T22:40:08.097 INFO:teuthology.orchestra.run.smithi081.stdout: python3-ceph-argparse-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:08.097 INFO:teuthology.orchestra.run.smithi081.stdout: python3-ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:08.097 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cephfs-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:08.098 INFO:teuthology.orchestra.run.smithi081.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-09T22:40:08.098 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rados-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:08.098 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:08.098 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:08.098 INFO:teuthology.orchestra.run.smithi081.stdout: qatlib-23.11.0-1.el9.x86_64 2024-03-09T22:40:08.098 INFO:teuthology.orchestra.run.smithi081.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-03-09T22:40:08.098 INFO:teuthology.orchestra.run.smithi081.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-03-09T22:40:08.098 INFO:teuthology.orchestra.run.smithi081.stdout: re2-1:20211101-3.el9.x86_64 2024-03-09T22:40:08.099 INFO:teuthology.orchestra.run.smithi081.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-09T22:40:08.099 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:08.099 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-09T22:40:08.427 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-test 2024-03-09T22:40:08.988 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:00:29 ago on Sat 09 Mar 2024 10:39:39 PM UTC. 2024-03-09T22:40:09.139 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-09T22:40:09.151 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:40:09.152 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-03-09T22:40:09.152 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:40:09.152 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-09T22:40:09.152 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-test x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 47 M 2024-03-09T22:40:09.152 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-03-09T22:40:09.152 INFO:teuthology.orchestra.run.smithi081.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-09T22:40:09.152 INFO:teuthology.orchestra.run.smithi081.stdout: libcephsqlite x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 163 k 2024-03-09T22:40:09.152 INFO:teuthology.orchestra.run.smithi081.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-09T22:40:09.153 INFO:teuthology.orchestra.run.smithi081.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-09T22:40:09.153 INFO:teuthology.orchestra.run.smithi081.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-09T22:40:09.153 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:09.153 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-09T22:40:09.153 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:40:09.153 INFO:teuthology.orchestra.run.smithi081.stdout:Install 6 Packages 2024-03-09T22:40:09.153 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:09.155 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 48 M 2024-03-09T22:40:09.155 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 205 M 2024-03-09T22:40:09.155 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-09T22:40:09.423 INFO:teuthology.orchestra.run.smithi081.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.3 MB/s | 217 kB 00:00 2024-03-09T22:40:09.474 INFO:teuthology.orchestra.run.smithi081.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 5.9 MB/s | 300 kB 00:00 2024-03-09T22:40:09.499 INFO:teuthology.orchestra.run.smithi081.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 2.5 MB/s | 63 kB 00:00 2024-03-09T22:40:09.506 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-2:19.0.0-1920.g6b01fe95.el9.x86_64 36/36 2024-03-09T22:40:09.507 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/36 2024-03-09T22:40:09.507 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mds-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/36 2024-03-09T22:40:09.507 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 3/36 2024-03-09T22:40:09.508 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mon-2:19.0.0-1920.g6b01fe95.el9.x86_64 4/36 2024-03-09T22:40:09.508 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-osd-2:19.0.0-1920.g6b01fe95.el9.x86_64 5/36 2024-03-09T22:40:09.508 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1920.g6b01fe95.el9. 6/36 2024-03-09T22:40:09.509 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-09T22:40:09.509 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-09T22:40:09.510 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-09T22:40:09.510 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-09T22:40:09.510 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-09T22:40:09.510 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-09T22:40:09.510 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-09T22:40:09.511 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-09T22:40:09.511 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-09T22:40:09.511 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-09T22:40:09.511 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-09T22:40:09.511 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-09T22:40:09.511 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-09T22:40:09.511 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-09T22:40:09.511 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-09T22:40:09.511 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-09T22:40:09.511 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-09T22:40:09.511 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-09T22:40:09.511 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-09T22:40:09.511 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-09T22:40:09.511 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-09T22:40:09.512 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-09T22:40:09.512 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-09T22:40:09.512 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-09T22:40:09.512 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-09T22:40:09.512 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-09T22:40:09.512 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-09T22:40:09.512 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-09T22:40:09.514 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-09T22:40:09.526 INFO:teuthology.orchestra.run.smithi081.stdout:(4/6): libcephsqlite-19.0.0-1920.g6b01fe95.el9. 604 kB/s | 163 kB 00:00 2024-03-09T22:40:10.301 INFO:teuthology.orchestra.run.smithi081.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 233 kB/s | 187 kB 00:00 2024-03-09T22:40:10.642 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-09T22:40:10.643 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:10.643 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T22:40:10.643 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:10.643 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mds-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:10.643 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:10.645 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-modules-core-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T22:40:10.645 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mon-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:10.645 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-osd-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:10.645 INFO:teuthology.orchestra.run.smithi164.stdout: lua-5.4.4-4.el9.x86_64 2024-03-09T22:40:10.645 INFO:teuthology.orchestra.run.smithi164.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-09T22:40:10.645 INFO:teuthology.orchestra.run.smithi164.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-09T22:40:10.645 INFO:teuthology.orchestra.run.smithi164.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-09T22:40:10.645 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-09T22:40:10.645 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-09T22:40:10.646 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-09T22:40:10.646 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-09T22:40:10.646 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-09T22:40:10.646 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-09T22:40:10.646 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-09T22:40:10.646 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-09T22:40:10.646 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-09T22:40:10.646 INFO:teuthology.orchestra.run.smithi164.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-09T22:40:10.646 INFO:teuthology.orchestra.run.smithi164.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-09T22:40:10.646 INFO:teuthology.orchestra.run.smithi164.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-09T22:40:10.646 INFO:teuthology.orchestra.run.smithi164.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-09T22:40:10.646 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-09T22:40:10.646 INFO:teuthology.orchestra.run.smithi164.stdout: python3-ply-3.11-14.el9.noarch 2024-03-09T22:40:10.646 INFO:teuthology.orchestra.run.smithi164.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-09T22:40:10.647 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-09T22:40:10.647 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-09T22:40:10.647 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-09T22:40:10.647 INFO:teuthology.orchestra.run.smithi164.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-09T22:40:10.647 INFO:teuthology.orchestra.run.smithi164.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-09T22:40:10.647 INFO:teuthology.orchestra.run.smithi164.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-09T22:40:10.647 INFO:teuthology.orchestra.run.smithi164.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-09T22:40:10.647 INFO:teuthology.orchestra.run.smithi164.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-09T22:40:10.647 INFO:teuthology.orchestra.run.smithi164.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-09T22:40:10.647 INFO:teuthology.orchestra.run.smithi164.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-09T22:40:10.647 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:10.647 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T22:40:10.983 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-base 2024-03-09T22:40:11.552 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:00:54 ago on Sat 09 Mar 2024 10:39:17 PM UTC. 2024-03-09T22:40:11.624 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1920.g6b01fe95.el9.x86_64 31/34 2024-03-09T22:40:11.624 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /sys 2024-03-09T22:40:11.624 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /proc 2024-03-09T22:40:11.624 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /mnt 2024-03-09T22:40:11.624 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /var/tmp 2024-03-09T22:40:11.624 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /home 2024-03-09T22:40:11.625 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /root 2024-03-09T22:40:11.625 INFO:teuthology.orchestra.run.smithi186.stdout:skipping the directory /tmp 2024-03-09T22:40:11.625 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:11.648 INFO:teuthology.orchestra.run.smithi164.stdout:Package ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T22:40:11.700 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T22:40:11.701 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-09T22:40:11.701 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T22:40:11.701 INFO:teuthology.orchestra.run.smithi081.stdout:(6/6): ceph-test-19.0.0-1920.g6b01fe95.el9.x86_ 19 MB/s | 47 MB 00:02 2024-03-09T22:40:11.705 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:40:11.705 INFO:teuthology.orchestra.run.smithi081.stdout:Total 19 MB/s | 48 MB 00:02 2024-03-09T22:40:11.719 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-09T22:40:11.740 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-09T22:40:11.740 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-09T22:40:11.772 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install cephadm 2024-03-09T22:40:12.128 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-09T22:40:12.129 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-09T22:40:12.337 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:00:55 ago on Sat 09 Mar 2024 10:39:17 PM UTC. 2024-03-09T22:40:12.485 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T22:40:12.485 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:40:12.486 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-09T22:40:12.486 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:40:12.486 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T22:40:12.486 INFO:teuthology.orchestra.run.smithi164.stdout: cephadm noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 748 k 2024-03-09T22:40:12.486 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:12.486 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T22:40:12.486 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:40:12.486 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-03-09T22:40:12.486 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:12.486 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 748 k 2024-03-09T22:40:12.486 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 755 k 2024-03-09T22:40:12.486 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T22:40:12.506 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-radosgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 32/34 2024-03-09T22:40:12.531 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 32/34 2024-03-09T22:40:12.531 INFO:teuthology.orchestra.run.smithi186.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T22:40:12.531 INFO:teuthology.orchestra.run.smithi186.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-09T22:40:12.531 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-09T22:40:12.531 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-09T22:40:12.531 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:12.533 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-09T22:40:12.600 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-09T22:40:12.600 INFO:teuthology.orchestra.run.smithi186.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-09T22:40:12.703 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-09T22:40:12.775 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-09T22:40:12.819 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-09T22:40:12.852 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-09T22:40:12.893 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-09T22:40:12.921 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libcephsqlite-2:19.0.0-1920.g6b01fe95.el9.x86_64 5/6 2024-03-09T22:40:12.950 INFO:teuthology.orchestra.run.smithi164.stdout:cephadm-19.0.0-1920.g6b01fe95.el9.noarch.rpm 1.6 MB/s | 748 kB 00:00 2024-03-09T22:40:12.950 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:40:12.950 INFO:teuthology.orchestra.run.smithi164.stdout:Total 1.6 MB/s | 748 kB 00:00 2024-03-09T22:40:12.951 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T22:40:12.956 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T22:40:12.956 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T22:40:12.962 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T22:40:12.962 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T22:40:13.038 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T22:40:13.524 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/1 2024-03-09T22:40:13.612 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/1 2024-03-09T22:40:13.757 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-09T22:40:13.757 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/34 2024-03-09T22:40:13.757 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/34 2024-03-09T22:40:13.757 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-radosgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 3/34 2024-03-09T22:40:13.757 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-selinux-2:19.0.0-1920.g6b01fe95.el9.x86_64 4/34 2024-03-09T22:40:13.757 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 5/34 2024-03-09T22:40:13.757 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libradosstriper1-2:19.0.0-1920.g6b01fe95.el9.x86_6 6/34 2024-03-09T22:40:13.757 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librgw2-2:19.0.0-1920.g6b01fe95.el9.x86_64 7/34 2024-03-09T22:40:13.758 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1920.g6b01fe95.el9. 8/34 2024-03-09T22:40:13.758 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-ceph-common-2:19.0.0-1920.g6b01fe95.el9.x8 9/34 2024-03-09T22:40:13.758 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-cephfs-2:19.0.0-1920.g6b01fe95.el9.x86_64 10/34 2024-03-09T22:40:13.758 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-rados-2:19.0.0-1920.g6b01fe95.el9.x86_64 11/34 2024-03-09T22:40:13.758 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-rbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 12/34 2024-03-09T22:40:13.758 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-rgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 13/34 2024-03-09T22:40:13.758 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-09T22:40:13.758 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-09T22:40:13.758 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-09T22:40:13.758 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-09T22:40:13.759 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-09T22:40:13.759 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-09T22:40:13.759 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-03-09T22:40:13.759 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-03-09T22:40:13.759 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-03-09T22:40:13.759 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-09T22:40:13.759 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-09T22:40:13.759 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-09T22:40:13.759 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-09T22:40:13.760 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-09T22:40:13.760 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-09T22:40:13.760 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-09T22:40:13.760 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-09T22:40:13.760 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 31/34 2024-03-09T22:40:13.760 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-09T22:40:13.761 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 33/34 2024-03-09T22:40:14.002 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/1 2024-03-09T22:40:14.284 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/1 2024-03-09T22:40:14.284 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:14.284 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T22:40:14.284 INFO:teuthology.orchestra.run.smithi164.stdout: cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T22:40:14.284 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:14.284 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T22:40:14.478 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-immutable-object-cache 2024-03-09T22:40:14.850 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-09T22:40:14.850 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:14.850 INFO:teuthology.orchestra.run.smithi186.stdout:Upgraded: 2024-03-09T22:40:14.851 INFO:teuthology.orchestra.run.smithi186.stdout: librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:14.851 INFO:teuthology.orchestra.run.smithi186.stdout: librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:14.851 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-03-09T22:40:14.851 INFO:teuthology.orchestra.run.smithi186.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-09T22:40:14.851 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:14.851 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:14.851 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-radosgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:14.851 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-selinux-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:14.851 INFO:teuthology.orchestra.run.smithi186.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-09T22:40:14.851 INFO:teuthology.orchestra.run.smithi186.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-09T22:40:14.851 INFO:teuthology.orchestra.run.smithi186.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-09T22:40:14.851 INFO:teuthology.orchestra.run.smithi186.stdout: libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:14.852 INFO:teuthology.orchestra.run.smithi186.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-09T22:40:14.852 INFO:teuthology.orchestra.run.smithi186.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-09T22:40:14.852 INFO:teuthology.orchestra.run.smithi186.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-09T22:40:14.852 INFO:teuthology.orchestra.run.smithi186.stdout: libradosstriper1-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:14.852 INFO:teuthology.orchestra.run.smithi186.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-09T22:40:14.852 INFO:teuthology.orchestra.run.smithi186.stdout: librgw2-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:14.852 INFO:teuthology.orchestra.run.smithi186.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-09T22:40:14.852 INFO:teuthology.orchestra.run.smithi186.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-09T22:40:14.852 INFO:teuthology.orchestra.run.smithi186.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-09T22:40:14.852 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-argparse-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:14.852 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-common-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:14.852 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cephfs-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:14.852 INFO:teuthology.orchestra.run.smithi186.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-09T22:40:14.852 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rados-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:14.852 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:14.853 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:14.853 INFO:teuthology.orchestra.run.smithi186.stdout: qatlib-23.11.0-1.el9.x86_64 2024-03-09T22:40:14.853 INFO:teuthology.orchestra.run.smithi186.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-03-09T22:40:14.853 INFO:teuthology.orchestra.run.smithi186.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-03-09T22:40:14.853 INFO:teuthology.orchestra.run.smithi186.stdout: re2-1:20211101-3.el9.x86_64 2024-03-09T22:40:14.853 INFO:teuthology.orchestra.run.smithi186.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-09T22:40:14.853 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:14.853 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-03-09T22:40:15.047 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:00:58 ago on Sat 09 Mar 2024 10:39:17 PM UTC. 2024-03-09T22:40:15.203 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T22:40:15.204 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:40:15.204 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repo Size 2024-03-09T22:40:15.204 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:40:15.204 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T22:40:15.204 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 145 k 2024-03-09T22:40:15.204 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:15.204 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T22:40:15.204 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:40:15.204 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-03-09T22:40:15.205 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:15.205 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 145 k 2024-03-09T22:40:15.205 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 436 k 2024-03-09T22:40:15.205 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T22:40:15.215 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-test 2024-03-09T22:40:15.557 INFO:teuthology.orchestra.run.smithi164.stdout:ceph-immutable-object-cache-19.0.0-1920.g6b01fe 414 kB/s | 145 kB 00:00 2024-03-09T22:40:15.557 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:40:15.558 INFO:teuthology.orchestra.run.smithi164.stdout:Total 412 kB/s | 145 kB 00:00 2024-03-09T22:40:15.558 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T22:40:15.565 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T22:40:15.566 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T22:40:15.618 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T22:40:15.619 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T22:40:15.760 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T22:40:15.776 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:00:34 ago on Sat 09 Mar 2024 10:39:41 PM UTC. 2024-03-09T22:40:15.832 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1920.g6b01fe95. 1/1 2024-03-09T22:40:15.858 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1920.g6b01fe95. 1/1 2024-03-09T22:40:15.858 INFO:teuthology.orchestra.run.smithi164.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T22:40:15.858 INFO:teuthology.orchestra.run.smithi164.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-09T22:40:15.858 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:15.937 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-03-09T22:40:15.938 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:40:15.938 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2024-03-09T22:40:15.938 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:40:15.938 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-03-09T22:40:15.938 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-test x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 47 M 2024-03-09T22:40:15.938 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2024-03-09T22:40:15.938 INFO:teuthology.orchestra.run.smithi186.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-09T22:40:15.938 INFO:teuthology.orchestra.run.smithi186.stdout: libcephsqlite x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 163 k 2024-03-09T22:40:15.938 INFO:teuthology.orchestra.run.smithi186.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-09T22:40:15.939 INFO:teuthology.orchestra.run.smithi186.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-09T22:40:15.939 INFO:teuthology.orchestra.run.smithi186.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-09T22:40:15.939 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:15.939 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-03-09T22:40:15.939 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:40:15.939 INFO:teuthology.orchestra.run.smithi186.stdout:Install 6 Packages 2024-03-09T22:40:15.939 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:15.940 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 48 M 2024-03-09T22:40:15.940 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 205 M 2024-03-09T22:40:15.940 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-03-09T22:40:16.380 INFO:teuthology.orchestra.run.smithi186.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.3 MB/s | 217 kB 00:00 2024-03-09T22:40:16.447 INFO:teuthology.orchestra.run.smithi186.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 4.4 MB/s | 300 kB 00:00 2024-03-09T22:40:16.481 INFO:teuthology.orchestra.run.smithi186.stdout:(3/6): libcephsqlite-19.0.0-1920.g6b01fe95.el9. 605 kB/s | 163 kB 00:00 2024-03-09T22:40:16.506 INFO:teuthology.orchestra.run.smithi186.stdout:(4/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.0 MB/s | 63 kB 00:00 2024-03-09T22:40:16.715 INFO:teuthology.orchestra.run.smithi186.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 801 kB/s | 187 kB 00:00 2024-03-09T22:40:16.876 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1920.g6b01fe95. 1/1 2024-03-09T22:40:16.876 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:16.876 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T22:40:16.876 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-immutable-object-cache-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:16.877 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:16.877 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T22:40:17.131 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-mgr 2024-03-09T22:40:17.427 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1920.g6b01fe95.el9.x86_64 5/6 2024-03-09T22:40:17.512 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-test-2:19.0.0-1920.g6b01fe95.el9.x86_64 6/6 2024-03-09T22:40:17.710 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:00 ago on Sat 09 Mar 2024 10:39:17 PM UTC. 2024-03-09T22:40:17.806 INFO:teuthology.orchestra.run.smithi164.stdout:Package ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T22:40:17.858 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T22:40:17.859 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-09T22:40:17.860 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T22:40:17.930 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-mgr-dashboard 2024-03-09T22:40:18.487 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:01 ago on Sat 09 Mar 2024 10:39:17 PM UTC. 2024-03-09T22:40:18.638 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T22:40:18.639 INFO:teuthology.orchestra.run.smithi164.stdout:====================================================================================== 2024-03-09T22:40:18.639 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-09T22:40:18.639 INFO:teuthology.orchestra.run.smithi164.stdout:====================================================================================== 2024-03-09T22:40:18.639 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T22:40:18.639 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 1.8 M 2024-03-09T22:40:18.639 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-09T22:40:18.639 INFO:teuthology.orchestra.run.smithi164.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-09T22:40:18.639 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 34 k 2024-03-09T22:40:18.639 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 16 k 2024-03-09T22:40:18.639 INFO:teuthology.orchestra.run.smithi164.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-09T22:40:18.640 INFO:teuthology.orchestra.run.smithi164.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-09T22:40:18.640 INFO:teuthology.orchestra.run.smithi164.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-09T22:40:18.640 INFO:teuthology.orchestra.run.smithi164.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-09T22:40:18.640 INFO:teuthology.orchestra.run.smithi164.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-09T22:40:18.640 INFO:teuthology.orchestra.run.smithi164.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-09T22:40:18.640 INFO:teuthology.orchestra.run.smithi164.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-09T22:40:18.640 INFO:teuthology.orchestra.run.smithi164.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-09T22:40:18.640 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:18.640 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T22:40:18.640 INFO:teuthology.orchestra.run.smithi164.stdout:====================================================================================== 2024-03-09T22:40:18.640 INFO:teuthology.orchestra.run.smithi164.stdout:Install 12 Packages 2024-03-09T22:40:18.640 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:18.641 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 6.9 M 2024-03-09T22:40:18.641 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 26 M 2024-03-09T22:40:18.641 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T22:40:18.748 INFO:teuthology.orchestra.run.smithi186.stdout:(6/6): ceph-test-19.0.0-1920.g6b01fe95.el9.x86_ 19 MB/s | 47 MB 00:02 2024-03-09T22:40:18.751 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:40:18.752 INFO:teuthology.orchestra.run.smithi186.stdout:Total 17 MB/s | 48 MB 00:02 2024-03-09T22:40:18.766 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-03-09T22:40:18.787 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-03-09T22:40:18.787 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-03-09T22:40:19.177 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-03-09T22:40:19.177 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-03-09T22:40:19.452 INFO:teuthology.orchestra.run.smithi164.stdout:(1/12): ceph-prometheus-alerts-19.0.0-1920.g6b0 87 kB/s | 16 kB 00:00 2024-03-09T22:40:19.477 INFO:teuthology.orchestra.run.smithi164.stdout:(2/12): ceph-grafana-dashboards-19.0.0-1920.g6b 157 kB/s | 34 kB 00:00 2024-03-09T22:40:19.636 INFO:teuthology.orchestra.run.smithi164.stdout:(3/12): ceph-mgr-dashboard-19.0.0-1920.g6b01fe9 4.8 MB/s | 1.8 MB 00:00 2024-03-09T22:40:19.661 INFO:teuthology.orchestra.run.smithi164.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.3 MB/s | 238 kB 00:00 2024-03-09T22:40:19.703 INFO:teuthology.orchestra.run.smithi164.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.0 MB/s | 1.0 MB 00:00 2024-03-09T22:40:19.756 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-03-09T22:40:19.838 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-09T22:40:19.874 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-09T22:40:19.906 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-09T22:40:19.956 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-09T22:40:19.962 INFO:teuthology.orchestra.run.smithi164.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 75 kB/s | 19 kB 00:00 2024-03-09T22:40:19.984 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libcephsqlite-2:19.0.0-1920.g6b01fe95.el9.x86_64 5/6 2024-03-09T22:40:19.988 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-test-2:19.0.0-1920.g6b01fe95.el9.x86_64 6/6 2024-03-09T22:40:19.988 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-test-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/6 2024-03-09T22:40:19.988 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libcephsqlite-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/6 2024-03-09T22:40:19.988 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-09T22:40:19.988 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-09T22:40:19.988 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-09T22:40:20.120 INFO:teuthology.orchestra.run.smithi164.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 1.7 MB/s | 863 kB 00:00 2024-03-09T22:40:20.154 INFO:teuthology.orchestra.run.smithi164.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-03-09T22:40:20.254 INFO:teuthology.orchestra.run.smithi164.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 307 kB/s | 31 kB 00:00 2024-03-09T22:40:20.371 INFO:teuthology.orchestra.run.smithi164.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.6 MB/s | 188 kB 00:00 2024-03-09T22:40:20.386 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-09T22:40:20.386 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:20.386 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-09T22:40:20.386 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-test-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:20.386 INFO:teuthology.orchestra.run.smithi081.stdout: jq-1.6-16.el9.x86_64 2024-03-09T22:40:20.386 INFO:teuthology.orchestra.run.smithi081.stdout: libcephsqlite-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:20.386 INFO:teuthology.orchestra.run.smithi081.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-09T22:40:20.386 INFO:teuthology.orchestra.run.smithi081.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-09T22:40:20.386 INFO:teuthology.orchestra.run.smithi081.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-09T22:40:20.387 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:20.387 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-09T22:40:20.413 INFO:teuthology.orchestra.run.smithi164.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 4.5 MB/s | 2.0 MB 00:00 2024-03-09T22:40:20.496 INFO:teuthology.orchestra.run.smithi164.stdout:(12/12): python3-grpcio-tools-1.46.7-10.el9.x86 384 kB/s | 144 kB 00:00 2024-03-09T22:40:20.501 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:40:20.501 INFO:teuthology.orchestra.run.smithi164.stdout:Total 3.7 MB/s | 6.9 MB 00:01 2024-03-09T22:40:20.519 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T22:40:20.536 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T22:40:20.536 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T22:40:20.687 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph 2024-03-09T22:40:20.707 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T22:40:20.707 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T22:40:21.232 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T22:40:21.263 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:00:42 ago on Sat 09 Mar 2024 10:39:39 PM UTC. 2024-03-09T22:40:21.297 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-09T22:40:21.333 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-09T22:40:21.379 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-09T22:40:21.409 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-09T22:40:21.433 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-09T22:40:21.436 INFO:teuthology.orchestra.run.smithi081.stdout:========================================================================================= 2024-03-09T22:40:21.436 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-03-09T22:40:21.436 INFO:teuthology.orchestra.run.smithi081.stdout:========================================================================================= 2024-03-09T22:40:21.436 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-09T22:40:21.436 INFO:teuthology.orchestra.run.smithi081.stdout: ceph x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 6.6 k 2024-03-09T22:40:21.436 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-03-09T22:40:21.436 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mds x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 2.1 M 2024-03-09T22:40:21.436 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 1.5 M 2024-03-09T22:40:21.436 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 248 k 2024-03-09T22:40:21.436 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mon x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 4.7 M 2024-03-09T22:40:21.436 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-osd x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 17 M 2024-03-09T22:40:21.436 INFO:teuthology.orchestra.run.smithi081.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-09T22:40:21.437 INFO:teuthology.orchestra.run.smithi081.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-09T22:40:21.437 INFO:teuthology.orchestra.run.smithi081.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-09T22:40:21.437 INFO:teuthology.orchestra.run.smithi081.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-09T22:40:21.437 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-09T22:40:21.437 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-09T22:40:21.437 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-09T22:40:21.437 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-09T22:40:21.437 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-09T22:40:21.437 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-09T22:40:21.437 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-09T22:40:21.438 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-09T22:40:21.438 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-09T22:40:21.438 INFO:teuthology.orchestra.run.smithi081.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-09T22:40:21.438 INFO:teuthology.orchestra.run.smithi081.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-09T22:40:21.438 INFO:teuthology.orchestra.run.smithi081.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-09T22:40:21.438 INFO:teuthology.orchestra.run.smithi081.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-09T22:40:21.438 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-09T22:40:21.438 INFO:teuthology.orchestra.run.smithi081.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-09T22:40:21.438 INFO:teuthology.orchestra.run.smithi081.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-09T22:40:21.438 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-09T22:40:21.438 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-09T22:40:21.438 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-09T22:40:21.438 INFO:teuthology.orchestra.run.smithi081.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-09T22:40:21.439 INFO:teuthology.orchestra.run.smithi081.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-09T22:40:21.439 INFO:teuthology.orchestra.run.smithi081.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-09T22:40:21.439 INFO:teuthology.orchestra.run.smithi081.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-09T22:40:21.439 INFO:teuthology.orchestra.run.smithi081.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-09T22:40:21.439 INFO:teuthology.orchestra.run.smithi081.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-09T22:40:21.439 INFO:teuthology.orchestra.run.smithi081.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-09T22:40:21.439 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:21.439 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-09T22:40:21.439 INFO:teuthology.orchestra.run.smithi081.stdout:========================================================================================= 2024-03-09T22:40:21.439 INFO:teuthology.orchestra.run.smithi081.stdout:Install 36 Packages 2024-03-09T22:40:21.439 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:21.440 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 30 M 2024-03-09T22:40:21.440 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 107 M 2024-03-09T22:40:21.440 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-09T22:40:21.527 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-09T22:40:21.653 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-09T22:40:21.879 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-09T22:40:21.923 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-09T22:40:21.951 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-09T22:40:21.984 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1920.g6b01fe95.el9 10/12 2024-03-09T22:40:22.138 INFO:teuthology.orchestra.run.smithi081.stdout:(1/36): ceph-19.0.0-1920.g6b01fe95.el9.x86_64.r 27 kB/s | 6.6 kB 00:00 2024-03-09T22:40:22.231 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1920.g6b01fe95.el 11/12 2024-03-09T22:40:22.263 INFO:teuthology.orchestra.run.smithi081.stdout:(2/36): ceph-mds-19.0.0-1920.g6b01fe95.el9.x86_ 5.7 MB/s | 2.1 MB 00:00 2024-03-09T22:40:22.266 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1920.g6b01fe95.el9.noa 12/12 2024-03-09T22:40:22.530 INFO:teuthology.orchestra.run.smithi081.stdout:(3/36): ceph-mgr-19.0.0-1920.g6b01fe95.el9.x86_ 2.3 MB/s | 1.5 MB 00:00 2024-03-09T22:40:22.657 INFO:teuthology.orchestra.run.smithi081.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1920.g6b01 1.9 MB/s | 248 kB 00:00 2024-03-09T22:40:22.789 INFO:teuthology.orchestra.run.smithi081.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.4 MB/s | 187 kB 00:00 2024-03-09T22:40:22.839 INFO:teuthology.orchestra.run.smithi081.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.8 MB/s | 144 kB 00:00 2024-03-09T22:40:22.864 INFO:teuthology.orchestra.run.smithi081.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 1.2 MB/s | 32 kB 00:00 2024-03-09T22:40:22.890 INFO:teuthology.orchestra.run.smithi081.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.9 MB/s | 47 kB 00:00 2024-03-09T22:40:22.923 INFO:teuthology.orchestra.run.smithi081.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.1 MB/s | 39 kB 00:00 2024-03-09T22:40:22.965 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1920.g6b01fe95.el9.noa 12/12 2024-03-09T22:40:22.965 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1920.g6b01fe95.el 1/12 2024-03-09T22:40:22.965 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1920.g6b01fe95.el9.noa 2/12 2024-03-09T22:40:22.966 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1920.g6b01fe95.el9 3/12 2024-03-09T22:40:22.966 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-09T22:40:22.966 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-09T22:40:22.966 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-09T22:40:22.966 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-09T22:40:22.966 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-09T22:40:22.966 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-09T22:40:22.966 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-09T22:40:22.966 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-09T22:40:23.099 INFO:teuthology.orchestra.run.smithi081.stdout:(10/36): ceph-osd-19.0.0-1920.g6b01fe95.el9.x86 20 MB/s | 17 MB 00:00 2024-03-09T22:40:23.124 INFO:teuthology.orchestra.run.smithi081.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.2 MB/s | 241 kB 00:00 2024-03-09T22:40:23.191 INFO:teuthology.orchestra.run.smithi081.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 13 MB/s | 1.1 MB 00:00 2024-03-09T22:40:23.216 INFO:teuthology.orchestra.run.smithi081.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.1 MB/s | 103 kB 00:00 2024-03-09T22:40:23.242 INFO:teuthology.orchestra.run.smithi081.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-03-09T22:40:23.267 INFO:teuthology.orchestra.run.smithi081.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.6 MB/s | 187 kB 00:00 2024-03-09T22:40:23.317 INFO:teuthology.orchestra.run.smithi081.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 447 kB/s | 22 kB 00:00 2024-03-09T22:40:23.354 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-09T22:40:23.354 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:23.354 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T22:40:23.354 INFO:teuthology.orchestra.run.smithi164.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-09T22:40:23.354 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-grafana-dashboards-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T22:40:23.354 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-dashboard-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T22:40:23.354 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-prometheus-alerts-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T22:40:23.354 INFO:teuthology.orchestra.run.smithi164.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-09T22:40:23.354 INFO:teuthology.orchestra.run.smithi164.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-09T22:40:23.355 INFO:teuthology.orchestra.run.smithi164.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-09T22:40:23.355 INFO:teuthology.orchestra.run.smithi164.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-09T22:40:23.355 INFO:teuthology.orchestra.run.smithi164.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-09T22:40:23.355 INFO:teuthology.orchestra.run.smithi164.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-09T22:40:23.355 INFO:teuthology.orchestra.run.smithi164.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-09T22:40:23.355 INFO:teuthology.orchestra.run.smithi164.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-09T22:40:23.355 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:23.355 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T22:40:23.401 INFO:teuthology.orchestra.run.smithi081.stdout:(17/36): luarocks-3.9.2-1.el9.noarch.rpm 1.8 MB/s | 151 kB 00:00 2024-03-09T22:40:23.426 INFO:teuthology.orchestra.run.smithi081.stdout:(18/36): python3-requests-2.25.1-8.el9.noarch.r 679 kB/s | 125 kB 00:00 2024-03-09T22:40:23.451 INFO:teuthology.orchestra.run.smithi081.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 864 kB/s | 43 kB 00:00 2024-03-09T22:40:23.501 INFO:teuthology.orchestra.run.smithi081.stdout:(20/36): python3-cherrypy-18.6.1-2.el9.noarch.r 7.0 MB/s | 358 kB 00:00 2024-03-09T22:40:23.527 INFO:teuthology.orchestra.run.smithi081.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.7 MB/s | 172 kB 00:00 2024-03-09T22:40:23.552 INFO:teuthology.orchestra.run.smithi081.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 213 kB/s | 11 kB 00:00 2024-03-09T22:40:23.577 INFO:teuthology.orchestra.run.smithi081.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 353 kB/s | 18 kB 00:00 2024-03-09T22:40:23.603 INFO:teuthology.orchestra.run.smithi081.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 460 kB/s | 23 kB 00:00 2024-03-09T22:40:23.628 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-09T22:40:23.628 INFO:teuthology.orchestra.run.smithi081.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 387 kB/s | 19 kB 00:00 2024-03-09T22:40:23.653 INFO:teuthology.orchestra.run.smithi081.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 393 kB/s | 20 kB 00:00 2024-03-09T22:40:23.679 INFO:teuthology.orchestra.run.smithi081.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 921 kB/s | 46 kB 00:00 2024-03-09T22:40:23.704 INFO:teuthology.orchestra.run.smithi081.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-03-09T22:40:23.730 INFO:teuthology.orchestra.run.smithi081.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 5.3 MB/s | 272 kB 00:00 2024-03-09T22:40:23.755 INFO:teuthology.orchestra.run.smithi081.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 328 kB/s | 16 kB 00:00 2024-03-09T22:40:23.780 INFO:teuthology.orchestra.run.smithi081.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-03-09T22:40:23.805 INFO:teuthology.orchestra.run.smithi081.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 714 kB/s | 36 kB 00:00 2024-03-09T22:40:23.830 INFO:teuthology.orchestra.run.smithi081.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 4.5 MB/s | 230 kB 00:00 2024-03-09T22:40:23.855 INFO:teuthology.orchestra.run.smithi081.stdout:(34/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 8.4 MB/s | 427 kB 00:00 2024-03-09T22:40:23.881 INFO:teuthology.orchestra.run.smithi081.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 398 kB/s | 20 kB 00:00 2024-03-09T22:40:23.948 INFO:teuthology.orchestra.run.smithi081.stdout:(36/36): ceph-mon-19.0.0-1920.g6b01fe95.el9.x86 2.6 MB/s | 4.7 MB 00:01 2024-03-09T22:40:23.951 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:40:23.951 INFO:teuthology.orchestra.run.smithi081.stdout:Total 12 MB/s | 30 MB 00:02 2024-03-09T22:40:23.975 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-09T22:40:24.018 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-09T22:40:24.018 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-09T22:40:24.199 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:07 ago on Sat 09 Mar 2024 10:39:17 PM UTC. 2024-03-09T22:40:24.351 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T22:40:24.352 INFO:teuthology.orchestra.run.smithi164.stdout:============================================================================================ 2024-03-09T22:40:24.352 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-09T22:40:24.352 INFO:teuthology.orchestra.run.smithi164.stdout:============================================================================================ 2024-03-09T22:40:24.352 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T22:40:24.352 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 7.4 M 2024-03-09T22:40:24.352 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-09T22:40:24.352 INFO:teuthology.orchestra.run.smithi164.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-09T22:40:24.352 INFO:teuthology.orchestra.run.smithi164.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-09T22:40:24.352 INFO:teuthology.orchestra.run.smithi164.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-09T22:40:24.353 INFO:teuthology.orchestra.run.smithi164.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-09T22:40:24.353 INFO:teuthology.orchestra.run.smithi164.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-09T22:40:24.353 INFO:teuthology.orchestra.run.smithi164.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-09T22:40:24.353 INFO:teuthology.orchestra.run.smithi164.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-09T22:40:24.353 INFO:teuthology.orchestra.run.smithi164.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-09T22:40:24.353 INFO:teuthology.orchestra.run.smithi164.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-09T22:40:24.353 INFO:teuthology.orchestra.run.smithi164.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-09T22:40:24.353 INFO:teuthology.orchestra.run.smithi164.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-09T22:40:24.353 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:24.353 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T22:40:24.353 INFO:teuthology.orchestra.run.smithi164.stdout:============================================================================================ 2024-03-09T22:40:24.353 INFO:teuthology.orchestra.run.smithi164.stdout:Install 12 Packages 2024-03-09T22:40:24.353 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:24.354 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 37 M 2024-03-09T22:40:24.354 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 209 M 2024-03-09T22:40:24.354 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T22:40:24.439 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-09T22:40:24.439 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-09T22:40:24.515 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1920.g6b01fe95.el9.x86_64 5/6 2024-03-09T22:40:24.592 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-test-2:19.0.0-1920.g6b01fe95.el9.x86_64 6/6 2024-03-09T22:40:24.829 INFO:teuthology.orchestra.run.smithi164.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 243 kB/s | 32 kB 00:00 2024-03-09T22:40:24.870 INFO:teuthology.orchestra.run.smithi164.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 424 kB/s | 17 kB 00:00 2024-03-09T22:40:24.913 INFO:teuthology.orchestra.run.smithi164.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 861 kB/s | 34 kB 00:00 2024-03-09T22:40:24.963 INFO:teuthology.orchestra.run.smithi164.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 11 MB/s | 3.0 MB 00:00 2024-03-09T22:40:25.163 INFO:teuthology.orchestra.run.smithi164.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 19 MB/s | 4.7 MB 00:00 2024-03-09T22:40:25.230 INFO:teuthology.orchestra.run.smithi164.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 18 MB/s | 4.8 MB 00:00 2024-03-09T22:40:25.255 INFO:teuthology.orchestra.run.smithi164.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.4 MB/s | 217 kB 00:00 2024-03-09T22:40:25.422 INFO:teuthology.orchestra.run.smithi164.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.8 MB/s | 803 kB 00:00 2024-03-09T22:40:25.473 INFO:teuthology.orchestra.run.smithi164.stdout:(9/12): libquadmath-11.4.1-3.el9.x86_64.rpm 4.0 MB/s | 195 kB 00:00 2024-03-09T22:40:25.624 INFO:teuthology.orchestra.run.smithi164.stdout:(10/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 40 MB/s | 16 MB 00:00 2024-03-09T22:40:25.774 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-09T22:40:25.840 INFO:teuthology.orchestra.run.smithi164.stdout:(11/12): ceph-mgr-diskprediction-local-19.0.0-1 6.5 MB/s | 7.4 MB 00:01 2024-03-09T22:40:25.842 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-09T22:40:25.865 INFO:teuthology.orchestra.run.smithi164.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 627 kB/s | 245 kB 00:00 2024-03-09T22:40:25.866 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:40:25.867 INFO:teuthology.orchestra.run.smithi164.stdout:Total 25 MB/s | 37 MB 00:01 2024-03-09T22:40:25.874 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-09T22:40:25.903 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-09T22:40:25.906 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T22:40:25.930 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T22:40:25.930 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T22:40:25.975 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-09T22:40:26.019 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-09T22:40:26.051 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-09T22:40:26.144 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-09T22:40:26.222 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-09T22:40:26.271 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-09T22:40:26.284 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T22:40:26.284 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T22:40:26.344 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-09T22:40:26.397 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-09T22:40:26.434 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-09T22:40:26.483 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-09T22:40:26.542 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-09T22:40:26.734 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-09T22:40:26.781 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-09T22:40:26.825 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-09T22:40:26.862 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-09T22:40:26.892 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-09T22:40:26.969 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-09T22:40:26.990 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T22:40:27.002 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-09T22:40:27.033 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-test-2:19.0.0-1920.g6b01fe95.el9.x86_64 6/6 2024-03-09T22:40:27.033 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-test-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/6 2024-03-09T22:40:27.033 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libcephsqlite-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/6 2024-03-09T22:40:27.033 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-09T22:40:27.034 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-09T22:40:27.034 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-09T22:40:27.035 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-09T22:40:27.071 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-09T22:40:27.075 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-09T22:40:27.102 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-09T22:40:27.111 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-09T22:40:27.154 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-09T22:40:27.197 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-09T22:40:27.239 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-09T22:40:27.245 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-09T22:40:27.285 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-09T22:40:27.358 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-09T22:40:27.418 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-09T22:40:27.430 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-09T22:40:27.430 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:27.430 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-03-09T22:40:27.430 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-test-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:27.430 INFO:teuthology.orchestra.run.smithi186.stdout: jq-1.6-16.el9.x86_64 2024-03-09T22:40:27.430 INFO:teuthology.orchestra.run.smithi186.stdout: libcephsqlite-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:27.430 INFO:teuthology.orchestra.run.smithi186.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-09T22:40:27.431 INFO:teuthology.orchestra.run.smithi186.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-09T22:40:27.431 INFO:teuthology.orchestra.run.smithi186.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-09T22:40:27.431 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:27.431 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-03-09T22:40:27.455 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-09T22:40:27.496 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-09T22:40:27.531 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-09T22:40:27.622 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-09T22:40:27.770 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph 2024-03-09T22:40:27.778 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1920.g6b01fe95.el9. 31/36 2024-03-09T22:40:27.806 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 32/36 2024-03-09T22:40:27.832 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 32/36 2024-03-09T22:40:27.833 INFO:teuthology.orchestra.run.smithi081.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T22:40:27.833 INFO:teuthology.orchestra.run.smithi081.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-09T22:40:27.833 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-09T22:40:27.833 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-09T22:40:27.833 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:28.205 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-09T22:40:28.310 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-09T22:40:28.341 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:00:47 ago on Sat 09 Mar 2024 10:39:41 PM UTC. 2024-03-09T22:40:28.498 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-03-09T22:40:28.500 INFO:teuthology.orchestra.run.smithi186.stdout:========================================================================================= 2024-03-09T22:40:28.501 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2024-03-09T22:40:28.501 INFO:teuthology.orchestra.run.smithi186.stdout:========================================================================================= 2024-03-09T22:40:28.501 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-03-09T22:40:28.501 INFO:teuthology.orchestra.run.smithi186.stdout: ceph x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 6.6 k 2024-03-09T22:40:28.501 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2024-03-09T22:40:28.501 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mds x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 2.1 M 2024-03-09T22:40:28.501 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 1.5 M 2024-03-09T22:40:28.501 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 248 k 2024-03-09T22:40:28.501 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mon x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 4.7 M 2024-03-09T22:40:28.501 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-osd x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 17 M 2024-03-09T22:40:28.501 INFO:teuthology.orchestra.run.smithi186.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-09T22:40:28.501 INFO:teuthology.orchestra.run.smithi186.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-09T22:40:28.502 INFO:teuthology.orchestra.run.smithi186.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-09T22:40:28.502 INFO:teuthology.orchestra.run.smithi186.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-09T22:40:28.502 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-09T22:40:28.502 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-09T22:40:28.502 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-09T22:40:28.502 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-09T22:40:28.502 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-09T22:40:28.502 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-09T22:40:28.502 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-09T22:40:28.502 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-09T22:40:28.502 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-09T22:40:28.502 INFO:teuthology.orchestra.run.smithi186.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-09T22:40:28.502 INFO:teuthology.orchestra.run.smithi186.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-09T22:40:28.503 INFO:teuthology.orchestra.run.smithi186.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-09T22:40:28.503 INFO:teuthology.orchestra.run.smithi186.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-09T22:40:28.503 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-09T22:40:28.503 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-09T22:40:28.503 INFO:teuthology.orchestra.run.smithi186.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-09T22:40:28.503 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-09T22:40:28.503 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-09T22:40:28.503 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-09T22:40:28.503 INFO:teuthology.orchestra.run.smithi186.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-09T22:40:28.503 INFO:teuthology.orchestra.run.smithi186.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-09T22:40:28.503 INFO:teuthology.orchestra.run.smithi186.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-09T22:40:28.503 INFO:teuthology.orchestra.run.smithi186.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-09T22:40:28.503 INFO:teuthology.orchestra.run.smithi186.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-09T22:40:28.503 INFO:teuthology.orchestra.run.smithi186.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-09T22:40:28.504 INFO:teuthology.orchestra.run.smithi186.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-09T22:40:28.504 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:28.504 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-03-09T22:40:28.504 INFO:teuthology.orchestra.run.smithi186.stdout:========================================================================================= 2024-03-09T22:40:28.504 INFO:teuthology.orchestra.run.smithi186.stdout:Install 36 Packages 2024-03-09T22:40:28.504 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:28.505 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 30 M 2024-03-09T22:40:28.505 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 107 M 2024-03-09T22:40:28.505 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-03-09T22:40:29.265 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-osd-2:19.0.0-1920.g6b01fe95.el9.x86_64 33/36 2024-03-09T22:40:29.292 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-osd-2:19.0.0-1920.g6b01fe95.el9.x86_64 33/36 2024-03-09T22:40:29.292 INFO:teuthology.orchestra.run.smithi081.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T22:40:29.292 INFO:teuthology.orchestra.run.smithi081.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-09T22:40:29.292 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-09T22:40:29.293 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-09T22:40:29.293 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:29.370 INFO:teuthology.orchestra.run.smithi186.stdout:(1/36): ceph-19.0.0-1920.g6b01fe95.el9.x86_64.r 25 kB/s | 6.6 kB 00:00 2024-03-09T22:40:29.553 INFO:teuthology.orchestra.run.smithi186.stdout:(2/36): ceph-mds-19.0.0-1920.g6b01fe95.el9.x86_ 4.8 MB/s | 2.1 MB 00:00 2024-03-09T22:40:29.585 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-09T22:40:29.734 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-mon-2:19.0.0-1920.g6b01fe95.el9.x86_64 34/36 2024-03-09T22:40:29.757 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-mon-2:19.0.0-1920.g6b01fe95.el9.x86_64 34/36 2024-03-09T22:40:29.757 INFO:teuthology.orchestra.run.smithi081.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T22:40:29.757 INFO:teuthology.orchestra.run.smithi081.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-09T22:40:29.757 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-09T22:40:29.757 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-09T22:40:29.757 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:29.959 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-mds-2:19.0.0-1920.g6b01fe95.el9.x86_64 35/36 2024-03-09T22:40:29.982 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-mds-2:19.0.0-1920.g6b01fe95.el9.x86_64 35/36 2024-03-09T22:40:29.982 INFO:teuthology.orchestra.run.smithi081.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T22:40:29.982 INFO:teuthology.orchestra.run.smithi081.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-09T22:40:29.983 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-09T22:40:29.983 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-09T22:40:29.983 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:30.047 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-2:19.0.0-1920.g6b01fe95.el9.x86_64 36/36 2024-03-09T22:40:30.445 INFO:teuthology.orchestra.run.smithi186.stdout:(3/36): ceph-osd-19.0.0-1920.g6b01fe95.el9.x86_ 19 MB/s | 17 MB 00:00 2024-03-09T22:40:30.496 INFO:teuthology.orchestra.run.smithi186.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1920.g6b01 4.9 MB/s | 248 kB 00:00 2024-03-09T22:40:30.614 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-09T22:40:30.615 INFO:teuthology.orchestra.run.smithi186.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.6 MB/s | 187 kB 00:00 2024-03-09T22:40:30.638 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1920.g6b01f 12/12 2024-03-09T22:40:30.654 INFO:teuthology.orchestra.run.smithi186.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2024-03-09T22:40:30.697 INFO:teuthology.orchestra.run.smithi186.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 757 kB/s | 32 kB 00:00 2024-03-09T22:40:30.772 INFO:teuthology.orchestra.run.smithi186.stdout:(8/36): ceph-mon-19.0.0-1920.g6b01fe95.el9.x86_ 3.3 MB/s | 4.7 MB 00:01 2024-03-09T22:40:30.798 INFO:teuthology.orchestra.run.smithi186.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 472 kB/s | 47 kB 00:00 2024-03-09T22:40:30.822 INFO:teuthology.orchestra.run.smithi186.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 769 kB/s | 39 kB 00:00 2024-03-09T22:40:30.848 INFO:teuthology.orchestra.run.smithi186.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.7 MB/s | 241 kB 00:00 2024-03-09T22:40:30.923 INFO:teuthology.orchestra.run.smithi186.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 11 MB/s | 1.1 MB 00:00 2024-03-09T22:40:30.948 INFO:teuthology.orchestra.run.smithi186.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.0 MB/s | 103 kB 00:00 2024-03-09T22:40:30.995 INFO:teuthology.orchestra.run.smithi186.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 1.7 MB/s | 124 kB 00:00 2024-03-09T22:40:31.024 INFO:teuthology.orchestra.run.smithi186.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.4 MB/s | 187 kB 00:00 2024-03-09T22:40:31.107 INFO:teuthology.orchestra.run.smithi186.stdout:(16/36): ceph-mgr-19.0.0-1920.g6b01fe95.el9.x86 764 kB/s | 1.5 MB 00:01 2024-03-09T22:40:31.209 INFO:teuthology.orchestra.run.smithi186.stdout:(17/36): luarocks-3.9.2-1.el9.noarch.rpm 1.5 MB/s | 151 kB 00:00 2024-03-09T22:40:31.233 INFO:teuthology.orchestra.run.smithi186.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 106 kB/s | 22 kB 00:00 2024-03-09T22:40:31.258 INFO:teuthology.orchestra.run.smithi186.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 864 kB/s | 43 kB 00:00 2024-03-09T22:40:31.284 INFO:teuthology.orchestra.run.smithi186.stdout:(20/36): python3-requests-2.25.1-8.el9.noarch.r 433 kB/s | 125 kB 00:00 2024-03-09T22:40:31.321 INFO:teuthology.orchestra.run.smithi186.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 6.0 MB/s | 358 kB 00:00 2024-03-09T22:40:31.343 INFO:teuthology.orchestra.run.smithi186.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 183 kB/s | 11 kB 00:00 2024-03-09T22:40:31.368 INFO:teuthology.orchestra.run.smithi186.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 353 kB/s | 18 kB 00:00 2024-03-09T22:40:31.393 INFO:teuthology.orchestra.run.smithi186.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 460 kB/s | 23 kB 00:00 2024-03-09T22:40:31.419 INFO:teuthology.orchestra.run.smithi186.stdout:(25/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 928 kB/s | 172 kB 00:00 2024-03-09T22:40:31.444 INFO:teuthology.orchestra.run.smithi186.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 257 kB/s | 19 kB 00:00 2024-03-09T22:40:31.469 INFO:teuthology.orchestra.run.smithi186.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 261 kB/s | 20 kB 00:00 2024-03-09T22:40:31.494 INFO:teuthology.orchestra.run.smithi186.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 926 kB/s | 46 kB 00:00 2024-03-09T22:40:31.520 INFO:teuthology.orchestra.run.smithi186.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-03-09T22:40:31.545 INFO:teuthology.orchestra.run.smithi186.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 326 kB/s | 16 kB 00:00 2024-03-09T22:40:31.570 INFO:teuthology.orchestra.run.smithi186.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-03-09T22:40:31.595 INFO:teuthology.orchestra.run.smithi186.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 713 kB/s | 36 kB 00:00 2024-03-09T22:40:31.620 INFO:teuthology.orchestra.run.smithi186.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-03-09T22:40:31.646 INFO:teuthology.orchestra.run.smithi186.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-03-09T22:40:31.671 INFO:teuthology.orchestra.run.smithi186.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 398 kB/s | 20 kB 00:00 2024-03-09T22:40:31.696 INFO:teuthology.orchestra.run.smithi186.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.2 MB/s | 427 kB 00:00 2024-03-09T22:40:31.699 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:40:31.699 INFO:teuthology.orchestra.run.smithi186.stdout:Total 9.3 MB/s | 30 MB 00:03 2024-03-09T22:40:31.723 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-03-09T22:40:31.767 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-03-09T22:40:31.767 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-03-09T22:40:31.779 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-2:19.0.0-1920.g6b01fe95.el9.x86_64 36/36 2024-03-09T22:40:31.780 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/36 2024-03-09T22:40:31.780 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-mds-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/36 2024-03-09T22:40:31.780 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 3/36 2024-03-09T22:40:31.780 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-mon-2:19.0.0-1920.g6b01fe95.el9.x86_64 4/36 2024-03-09T22:40:31.780 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-osd-2:19.0.0-1920.g6b01fe95.el9.x86_64 5/36 2024-03-09T22:40:31.780 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1920.g6b01fe95.el9. 6/36 2024-03-09T22:40:31.780 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-09T22:40:31.780 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-09T22:40:31.780 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-09T22:40:31.780 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-09T22:40:31.780 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-09T22:40:31.781 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-09T22:40:31.781 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-09T22:40:31.781 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-09T22:40:31.781 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-09T22:40:31.781 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-09T22:40:31.781 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-09T22:40:31.781 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-09T22:40:31.781 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-09T22:40:31.781 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-09T22:40:31.781 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-09T22:40:31.781 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-09T22:40:31.781 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-09T22:40:31.782 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-09T22:40:31.782 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-09T22:40:31.782 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-09T22:40:31.782 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-09T22:40:31.782 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-09T22:40:31.782 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-09T22:40:31.782 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-09T22:40:31.782 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-09T22:40:31.783 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-09T22:40:31.783 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-09T22:40:31.783 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-09T22:40:31.783 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-09T22:40:32.186 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-03-09T22:40:32.187 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-03-09T22:40:32.635 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-09T22:40:32.635 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:32.635 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-09T22:40:32.635 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:32.636 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mds-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:32.636 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:32.636 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-modules-core-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T22:40:32.636 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mon-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:32.636 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-osd-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:32.636 INFO:teuthology.orchestra.run.smithi081.stdout: lua-5.4.4-4.el9.x86_64 2024-03-09T22:40:32.636 INFO:teuthology.orchestra.run.smithi081.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-09T22:40:32.636 INFO:teuthology.orchestra.run.smithi081.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-09T22:40:32.636 INFO:teuthology.orchestra.run.smithi081.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-09T22:40:32.636 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-09T22:40:32.636 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-09T22:40:32.636 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-09T22:40:32.636 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-09T22:40:32.637 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-09T22:40:32.637 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-09T22:40:32.637 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-09T22:40:32.637 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-09T22:40:32.637 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-09T22:40:32.637 INFO:teuthology.orchestra.run.smithi081.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-09T22:40:32.637 INFO:teuthology.orchestra.run.smithi081.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-09T22:40:32.637 INFO:teuthology.orchestra.run.smithi081.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-09T22:40:32.637 INFO:teuthology.orchestra.run.smithi081.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-09T22:40:32.637 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-09T22:40:32.637 INFO:teuthology.orchestra.run.smithi081.stdout: python3-ply-3.11-14.el9.noarch 2024-03-09T22:40:32.637 INFO:teuthology.orchestra.run.smithi081.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-09T22:40:32.637 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-09T22:40:32.637 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-09T22:40:32.638 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-09T22:40:32.638 INFO:teuthology.orchestra.run.smithi081.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-09T22:40:32.638 INFO:teuthology.orchestra.run.smithi081.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-09T22:40:32.638 INFO:teuthology.orchestra.run.smithi081.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-09T22:40:32.638 INFO:teuthology.orchestra.run.smithi081.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-09T22:40:32.638 INFO:teuthology.orchestra.run.smithi081.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-09T22:40:32.638 INFO:teuthology.orchestra.run.smithi081.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-09T22:40:32.638 INFO:teuthology.orchestra.run.smithi081.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-09T22:40:32.638 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:32.638 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-09T22:40:32.955 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-base 2024-03-09T22:40:33.183 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1920.g6b01f 12/12 2024-03-09T22:40:33.183 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1920.g6b01f 1/12 2024-03-09T22:40:33.184 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-09T22:40:33.184 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-09T22:40:33.184 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-09T22:40:33.184 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-09T22:40:33.184 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-09T22:40:33.184 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-09T22:40:33.184 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-09T22:40:33.184 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-09T22:40:33.184 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-09T22:40:33.184 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-09T22:40:33.512 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-03-09T22:40:33.535 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:00:54 ago on Sat 09 Mar 2024 10:39:39 PM UTC. 2024-03-09T22:40:33.566 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-09T22:40:33.589 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-09T22:40:33.618 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-09T22:40:33.631 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-09T22:40:33.631 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:33.631 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T22:40:33.631 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T22:40:33.631 INFO:teuthology.orchestra.run.smithi164.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-09T22:40:33.631 INFO:teuthology.orchestra.run.smithi164.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-09T22:40:33.631 INFO:teuthology.orchestra.run.smithi164.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-09T22:40:33.631 INFO:teuthology.orchestra.run.smithi164.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-09T22:40:33.632 INFO:teuthology.orchestra.run.smithi164.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-09T22:40:33.632 INFO:teuthology.orchestra.run.smithi164.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-09T22:40:33.632 INFO:teuthology.orchestra.run.smithi164.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-09T22:40:33.632 INFO:teuthology.orchestra.run.smithi164.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-09T22:40:33.632 INFO:teuthology.orchestra.run.smithi164.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-09T22:40:33.632 INFO:teuthology.orchestra.run.smithi164.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-09T22:40:33.632 INFO:teuthology.orchestra.run.smithi164.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-09T22:40:33.632 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:33.632 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T22:40:33.634 INFO:teuthology.orchestra.run.smithi081.stdout:Package ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T22:40:33.685 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-09T22:40:33.686 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2024-03-09T22:40:33.686 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-09T22:40:33.690 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-09T22:40:33.733 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-09T22:40:33.757 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install cephadm 2024-03-09T22:40:33.766 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-09T22:40:33.858 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-09T22:40:33.955 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-09T22:40:33.994 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-09T22:40:34.011 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-mgr-rook 2024-03-09T22:40:34.065 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-09T22:40:34.120 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-09T22:40:34.159 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-09T22:40:34.207 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-09T22:40:34.271 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-09T22:40:34.319 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:00:55 ago on Sat 09 Mar 2024 10:39:39 PM UTC. 2024-03-09T22:40:34.460 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-09T22:40:34.468 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-09T22:40:34.469 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:40:34.469 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-03-09T22:40:34.469 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:40:34.469 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-09T22:40:34.469 INFO:teuthology.orchestra.run.smithi081.stdout: cephadm noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 748 k 2024-03-09T22:40:34.469 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:34.469 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-09T22:40:34.469 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:40:34.469 INFO:teuthology.orchestra.run.smithi081.stdout:Install 1 Package 2024-03-09T22:40:34.469 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:34.469 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 748 k 2024-03-09T22:40:34.469 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 755 k 2024-03-09T22:40:34.470 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-09T22:40:34.513 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-09T22:40:34.552 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-09T22:40:34.582 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:17 ago on Sat 09 Mar 2024 10:39:17 PM UTC. 2024-03-09T22:40:34.586 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-09T22:40:34.616 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-09T22:40:34.692 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-09T22:40:34.726 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-09T22:40:34.733 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T22:40:34.735 INFO:teuthology.orchestra.run.smithi164.stdout:======================================================================================== 2024-03-09T22:40:34.735 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-09T22:40:34.735 INFO:teuthology.orchestra.run.smithi164.stdout:======================================================================================== 2024-03-09T22:40:34.735 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T22:40:34.735 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-rook noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 49 k 2024-03-09T22:40:34.735 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-09T22:40:34.736 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-09T22:40:34.736 INFO:teuthology.orchestra.run.smithi164.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-09T22:40:34.736 INFO:teuthology.orchestra.run.smithi164.stdout: python3-google-auth noarch 1:2.28.0-1.el9 epel 203 k 2024-03-09T22:40:34.736 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-09T22:40:34.736 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-09T22:40:34.736 INFO:teuthology.orchestra.run.smithi164.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-09T22:40:34.736 INFO:teuthology.orchestra.run.smithi164.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-09T22:40:34.736 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-09T22:40:34.736 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-09T22:40:34.736 INFO:teuthology.orchestra.run.smithi164.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-09T22:40:34.737 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-09T22:40:34.737 INFO:teuthology.orchestra.run.smithi164.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-09T22:40:34.737 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:34.737 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T22:40:34.737 INFO:teuthology.orchestra.run.smithi164.stdout:======================================================================================== 2024-03-09T22:40:34.737 INFO:teuthology.orchestra.run.smithi164.stdout:Install 13 Packages 2024-03-09T22:40:34.737 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:34.738 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 2.0 M 2024-03-09T22:40:34.738 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 26 M 2024-03-09T22:40:34.738 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T22:40:34.759 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-09T22:40:34.800 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-09T22:40:34.835 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-09T22:40:34.869 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-09T22:40:34.922 INFO:teuthology.orchestra.run.smithi081.stdout:cephadm-19.0.0-1920.g6b01fe95.el9.noarch.rpm 1.6 MB/s | 748 kB 00:00 2024-03-09T22:40:34.922 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:40:34.922 INFO:teuthology.orchestra.run.smithi081.stdout:Total 1.6 MB/s | 748 kB 00:00 2024-03-09T22:40:34.922 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-09T22:40:34.925 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-09T22:40:34.925 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-09T22:40:34.931 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-09T22:40:34.931 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-09T22:40:34.960 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-09T22:40:35.001 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-09T22:40:35.004 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-09T22:40:35.024 INFO:teuthology.orchestra.run.smithi164.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 184 kB/s | 24 kB 00:00 2024-03-09T22:40:35.049 INFO:teuthology.orchestra.run.smithi164.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 115 kB/s | 18 kB 00:00 2024-03-09T22:40:35.073 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-09T22:40:35.124 INFO:teuthology.orchestra.run.smithi164.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-03-09T22:40:35.149 INFO:teuthology.orchestra.run.smithi164.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.7 MB/s | 174 kB 00:00 2024-03-09T22:40:35.175 INFO:teuthology.orchestra.run.smithi164.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-03-09T22:40:35.192 INFO:teuthology.orchestra.run.smithi164.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 43 kB 00:00 2024-03-09T22:40:35.210 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-09T22:40:35.217 INFO:teuthology.orchestra.run.smithi164.stdout:(7/13): ceph-mgr-rook-19.0.0-1920.g6b01fe95.el9 151 kB/s | 49 kB 00:00 2024-03-09T22:40:35.327 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-09T22:40:35.467 INFO:teuthology.orchestra.run.smithi164.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 110 kB/s | 32 kB 00:00 2024-03-09T22:40:35.470 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/1 2024-03-09T22:40:35.493 INFO:teuthology.orchestra.run.smithi164.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 50 kB/s | 15 kB 00:00 2024-03-09T22:40:35.493 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1920.g6b01fe95.el9. 31/36 2024-03-09T22:40:35.514 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 32/36 2024-03-09T22:40:35.538 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 32/36 2024-03-09T22:40:35.538 INFO:teuthology.orchestra.run.smithi186.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T22:40:35.539 INFO:teuthology.orchestra.run.smithi186.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-09T22:40:35.539 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-09T22:40:35.539 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-09T22:40:35.539 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:35.549 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/1 2024-03-09T22:40:35.626 INFO:teuthology.orchestra.run.smithi164.stdout:(10/13): python3-google-auth-2.28.0-1.el9.noarc 495 kB/s | 203 kB 00:00 2024-03-09T22:40:35.643 INFO:teuthology.orchestra.run.smithi164.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 393 kB/s | 59 kB 00:00 2024-03-09T22:40:35.702 INFO:teuthology.orchestra.run.smithi164.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.2 MB/s | 90 kB 00:00 2024-03-09T22:40:35.868 INFO:teuthology.orchestra.run.smithi164.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.5 MB/s | 1.0 MB 00:00 2024-03-09T22:40:35.871 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:40:35.871 INFO:teuthology.orchestra.run.smithi164.stdout:Total 1.8 MB/s | 2.0 MB 00:01 2024-03-09T22:40:35.871 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T22:40:35.885 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T22:40:35.885 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T22:40:35.964 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/1 2024-03-09T22:40:35.991 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T22:40:35.991 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T22:40:36.294 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/1 2024-03-09T22:40:36.294 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:36.294 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-09T22:40:36.294 INFO:teuthology.orchestra.run.smithi081.stdout: cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T22:40:36.294 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:36.294 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-09T22:40:36.489 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-immutable-object-cache 2024-03-09T22:40:36.509 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T22:40:36.676 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-09T22:40:36.728 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-09T22:40:36.783 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-09T22:40:36.822 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-09T22:40:36.853 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-09T22:40:36.948 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-09T22:40:37.035 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-osd-2:19.0.0-1920.g6b01fe95.el9.x86_64 33/36 2024-03-09T22:40:37.050 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:00:58 ago on Sat 09 Mar 2024 10:39:39 PM UTC. 2024-03-09T22:40:37.063 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-osd-2:19.0.0-1920.g6b01fe95.el9.x86_64 33/36 2024-03-09T22:40:37.063 INFO:teuthology.orchestra.run.smithi186.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T22:40:37.063 INFO:teuthology.orchestra.run.smithi186.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-09T22:40:37.063 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-09T22:40:37.063 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-09T22:40:37.063 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:37.065 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-google-auth-1:2.28.0-1.el9.noarch 7/13 2024-03-09T22:40:37.114 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-09T22:40:37.203 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-09T22:40:37.204 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:40:37.204 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repo Size 2024-03-09T22:40:37.204 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:40:37.205 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-09T22:40:37.205 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 145 k 2024-03-09T22:40:37.205 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:37.205 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-09T22:40:37.205 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:40:37.205 INFO:teuthology.orchestra.run.smithi081.stdout:Install 1 Package 2024-03-09T22:40:37.205 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:37.205 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 145 k 2024-03-09T22:40:37.205 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 436 k 2024-03-09T22:40:37.205 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-09T22:40:37.502 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mon-2:19.0.0-1920.g6b01fe95.el9.x86_64 34/36 2024-03-09T22:40:37.526 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-mon-2:19.0.0-1920.g6b01fe95.el9.x86_64 34/36 2024-03-09T22:40:37.526 INFO:teuthology.orchestra.run.smithi186.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T22:40:37.526 INFO:teuthology.orchestra.run.smithi186.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-09T22:40:37.526 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-09T22:40:37.526 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-09T22:40:37.526 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:37.567 INFO:teuthology.orchestra.run.smithi081.stdout:ceph-immutable-object-cache-19.0.0-1920.g6b01fe 401 kB/s | 145 kB 00:00 2024-03-09T22:40:37.567 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:40:37.568 INFO:teuthology.orchestra.run.smithi081.stdout:Total 400 kB/s | 145 kB 00:00 2024-03-09T22:40:37.568 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-09T22:40:37.576 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-09T22:40:37.576 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-09T22:40:37.626 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-09T22:40:37.626 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-09T22:40:37.736 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mds-2:19.0.0-1920.g6b01fe95.el9.x86_64 35/36 2024-03-09T22:40:37.759 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-mds-2:19.0.0-1920.g6b01fe95.el9.x86_64 35/36 2024-03-09T22:40:37.759 INFO:teuthology.orchestra.run.smithi186.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T22:40:37.759 INFO:teuthology.orchestra.run.smithi186.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-09T22:40:37.759 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-09T22:40:37.759 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-09T22:40:37.760 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:37.760 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-09T22:40:37.818 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1920.g6b01fe95. 1/1 2024-03-09T22:40:37.826 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-2:19.0.0-1920.g6b01fe95.el9.x86_64 36/36 2024-03-09T22:40:37.845 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-09T22:40:37.846 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1920.g6b01fe95. 1/1 2024-03-09T22:40:37.846 INFO:teuthology.orchestra.run.smithi081.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T22:40:37.847 INFO:teuthology.orchestra.run.smithi081.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-09T22:40:37.847 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:37.894 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-09T22:40:37.920 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-09T22:40:37.968 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-09T22:40:37.989 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mgr-rook-2:19.0.0-1920.g6b01fe95.el9.noarch 13/13 2024-03-09T22:40:38.800 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1920.g6b01fe95.el9.noarch 13/13 2024-03-09T22:40:38.800 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1920.g6b01fe95.el9.noarch 1/13 2024-03-09T22:40:38.801 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-09T22:40:38.801 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-09T22:40:38.801 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-09T22:40:38.801 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-09T22:40:38.801 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-09T22:40:38.801 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-09T22:40:38.801 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-09T22:40:38.801 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-09T22:40:38.801 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-google-auth-1:2.28.0-1.el9.noarch 10/13 2024-03-09T22:40:38.801 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-09T22:40:38.801 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-09T22:40:38.823 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1920.g6b01fe95. 1/1 2024-03-09T22:40:38.823 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:38.823 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-09T22:40:38.824 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-immutable-object-cache-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:38.824 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:38.824 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-09T22:40:39.069 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-mgr 2024-03-09T22:40:39.173 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-09T22:40:39.173 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:39.173 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T22:40:39.173 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-rook-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T22:40:39.174 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-09T22:40:39.174 INFO:teuthology.orchestra.run.smithi164.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-09T22:40:39.174 INFO:teuthology.orchestra.run.smithi164.stdout: python3-google-auth-1:2.28.0-1.el9.noarch 2024-03-09T22:40:39.174 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-09T22:40:39.174 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-09T22:40:39.174 INFO:teuthology.orchestra.run.smithi164.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-09T22:40:39.174 INFO:teuthology.orchestra.run.smithi164.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-09T22:40:39.174 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-09T22:40:39.174 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-09T22:40:39.174 INFO:teuthology.orchestra.run.smithi164.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-09T22:40:39.174 INFO:teuthology.orchestra.run.smithi164.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-09T22:40:39.174 INFO:teuthology.orchestra.run.smithi164.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-09T22:40:39.174 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:39.175 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T22:40:39.441 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-mgr-cephadm 2024-03-09T22:40:39.596 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-2:19.0.0-1920.g6b01fe95.el9.x86_64 36/36 2024-03-09T22:40:39.597 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/36 2024-03-09T22:40:39.597 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mds-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/36 2024-03-09T22:40:39.597 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 3/36 2024-03-09T22:40:39.597 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mon-2:19.0.0-1920.g6b01fe95.el9.x86_64 4/36 2024-03-09T22:40:39.597 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-osd-2:19.0.0-1920.g6b01fe95.el9.x86_64 5/36 2024-03-09T22:40:39.597 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1920.g6b01fe95.el9. 6/36 2024-03-09T22:40:39.597 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-09T22:40:39.597 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-09T22:40:39.598 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-09T22:40:39.598 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-09T22:40:39.598 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-09T22:40:39.598 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-09T22:40:39.598 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-09T22:40:39.598 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-09T22:40:39.598 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-09T22:40:39.598 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-09T22:40:39.598 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-09T22:40:39.598 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-09T22:40:39.598 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-09T22:40:39.599 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-09T22:40:39.599 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-09T22:40:39.599 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-09T22:40:39.599 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-09T22:40:39.599 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-09T22:40:39.599 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-09T22:40:39.600 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-09T22:40:39.601 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-09T22:40:39.601 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-09T22:40:39.601 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-09T22:40:39.601 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-09T22:40:39.601 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-09T22:40:39.601 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-09T22:40:39.601 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-09T22:40:39.601 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-09T22:40:39.601 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-09T22:40:39.636 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:00 ago on Sat 09 Mar 2024 10:39:39 PM UTC. 2024-03-09T22:40:39.733 INFO:teuthology.orchestra.run.smithi081.stdout:Package ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T22:40:39.785 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-09T22:40:39.786 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2024-03-09T22:40:39.786 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-09T22:40:39.846 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-mgr-dashboard 2024-03-09T22:40:40.006 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:23 ago on Sat 09 Mar 2024 10:39:17 PM UTC. 2024-03-09T22:40:40.157 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T22:40:40.157 INFO:teuthology.orchestra.run.smithi164.stdout:======================================================================================== 2024-03-09T22:40:40.158 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-09T22:40:40.158 INFO:teuthology.orchestra.run.smithi164.stdout:======================================================================================== 2024-03-09T22:40:40.158 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T22:40:40.158 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 139 k 2024-03-09T22:40:40.158 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-09T22:40:40.158 INFO:teuthology.orchestra.run.smithi164.stdout: python3-asyncssh noarch 2.13.2-4.el9 epel 548 k 2024-03-09T22:40:40.158 INFO:teuthology.orchestra.run.smithi164.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-09T22:40:40.158 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-09T22:40:40.159 INFO:teuthology.orchestra.run.smithi164.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-09T22:40:40.159 INFO:teuthology.orchestra.run.smithi164.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-09T22:40:40.159 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:40.159 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T22:40:40.159 INFO:teuthology.orchestra.run.smithi164.stdout:======================================================================================== 2024-03-09T22:40:40.159 INFO:teuthology.orchestra.run.smithi164.stdout:Install 6 Packages 2024-03-09T22:40:40.159 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:40.159 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 6.8 M 2024-03-09T22:40:40.160 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 33 M 2024-03-09T22:40:40.160 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T22:40:40.396 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:01 ago on Sat 09 Mar 2024 10:39:39 PM UTC. 2024-03-09T22:40:40.455 INFO:teuthology.orchestra.run.smithi164.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.4 MB/s | 248 kB 00:00 2024-03-09T22:40:40.545 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-09T22:40:40.546 INFO:teuthology.orchestra.run.smithi081.stdout:====================================================================================== 2024-03-09T22:40:40.546 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-03-09T22:40:40.546 INFO:teuthology.orchestra.run.smithi081.stdout:====================================================================================== 2024-03-09T22:40:40.546 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-09T22:40:40.546 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 1.8 M 2024-03-09T22:40:40.546 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-03-09T22:40:40.546 INFO:teuthology.orchestra.run.smithi081.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-09T22:40:40.546 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 34 k 2024-03-09T22:40:40.547 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 16 k 2024-03-09T22:40:40.547 INFO:teuthology.orchestra.run.smithi081.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-09T22:40:40.547 INFO:teuthology.orchestra.run.smithi081.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-09T22:40:40.547 INFO:teuthology.orchestra.run.smithi081.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-09T22:40:40.547 INFO:teuthology.orchestra.run.smithi081.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-09T22:40:40.547 INFO:teuthology.orchestra.run.smithi081.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-09T22:40:40.547 INFO:teuthology.orchestra.run.smithi081.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-09T22:40:40.547 INFO:teuthology.orchestra.run.smithi081.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-09T22:40:40.547 INFO:teuthology.orchestra.run.smithi081.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-09T22:40:40.547 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:40.547 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-09T22:40:40.548 INFO:teuthology.orchestra.run.smithi081.stdout:====================================================================================== 2024-03-09T22:40:40.548 INFO:teuthology.orchestra.run.smithi081.stdout:Install 12 Packages 2024-03-09T22:40:40.548 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:40.548 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 6.9 M 2024-03-09T22:40:40.548 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 26 M 2024-03-09T22:40:40.549 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-09T22:40:40.571 INFO:teuthology.orchestra.run.smithi164.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 20 MB/s | 5.8 MB 00:00 2024-03-09T22:40:40.622 INFO:teuthology.orchestra.run.smithi164.stdout:(3/6): ceph-mgr-cephadm-19.0.0-1920.g6b01fe95.e 404 kB/s | 139 kB 00:00 2024-03-09T22:40:40.738 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-09T22:40:40.739 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:40.739 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-03-09T22:40:40.739 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:40.739 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mds-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:40.739 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:40.739 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-modules-core-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T22:40:40.739 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mon-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:40.739 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-osd-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:40.740 INFO:teuthology.orchestra.run.smithi186.stdout: lua-5.4.4-4.el9.x86_64 2024-03-09T22:40:40.740 INFO:teuthology.orchestra.run.smithi186.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-09T22:40:40.740 INFO:teuthology.orchestra.run.smithi186.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-09T22:40:40.740 INFO:teuthology.orchestra.run.smithi186.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-09T22:40:40.740 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-09T22:40:40.740 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-09T22:40:40.740 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-09T22:40:40.740 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-09T22:40:40.740 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-09T22:40:40.740 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-09T22:40:40.740 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-09T22:40:40.740 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-09T22:40:40.741 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-09T22:40:40.741 INFO:teuthology.orchestra.run.smithi186.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-09T22:40:40.741 INFO:teuthology.orchestra.run.smithi186.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-09T22:40:40.741 INFO:teuthology.orchestra.run.smithi186.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-09T22:40:40.741 INFO:teuthology.orchestra.run.smithi186.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-09T22:40:40.741 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-09T22:40:40.741 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ply-3.11-14.el9.noarch 2024-03-09T22:40:40.741 INFO:teuthology.orchestra.run.smithi186.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-09T22:40:40.741 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-09T22:40:40.741 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-09T22:40:40.741 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-09T22:40:40.742 INFO:teuthology.orchestra.run.smithi186.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-09T22:40:40.742 INFO:teuthology.orchestra.run.smithi186.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-09T22:40:40.742 INFO:teuthology.orchestra.run.smithi186.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-09T22:40:40.742 INFO:teuthology.orchestra.run.smithi186.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-09T22:40:40.742 INFO:teuthology.orchestra.run.smithi186.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-09T22:40:40.742 INFO:teuthology.orchestra.run.smithi186.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-09T22:40:40.742 INFO:teuthology.orchestra.run.smithi186.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-09T22:40:40.742 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:40.742 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-03-09T22:40:40.821 INFO:teuthology.orchestra.run.smithi081.stdout:(1/12): ceph-grafana-dashboards-19.0.0-1920.g6b 179 kB/s | 34 kB 00:00 2024-03-09T22:40:40.938 INFO:teuthology.orchestra.run.smithi081.stdout:(2/12): ceph-prometheus-alerts-19.0.0-1920.g6b0 54 kB/s | 16 kB 00:00 2024-03-09T22:40:41.005 INFO:teuthology.orchestra.run.smithi081.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.5 MB/s | 1.0 MB 00:00 2024-03-09T22:40:41.038 INFO:teuthology.orchestra.run.smithi164.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 130 kB/s | 58 kB 00:00 2024-03-09T22:40:41.063 INFO:teuthology.orchestra.run.smithi081.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.9 MB/s | 238 kB 00:00 2024-03-09T22:40:41.064 INFO:teuthology.orchestra.run.smithi164.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 115 kB/s | 51 kB 00:00 2024-03-09T22:40:41.089 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-base 2024-03-09T22:40:41.122 INFO:teuthology.orchestra.run.smithi081.stdout:(5/12): ceph-mgr-dashboard-19.0.0-1920.g6b01fe9 3.7 MB/s | 1.8 MB 00:00 2024-03-09T22:40:41.197 INFO:teuthology.orchestra.run.smithi164.stdout:(6/6): python3-asyncssh-2.13.2-4.el9.noarch.rpm 739 kB/s | 548 kB 00:00 2024-03-09T22:40:41.201 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:40:41.201 INFO:teuthology.orchestra.run.smithi164.stdout:Total 6.5 MB/s | 6.8 MB 00:01 2024-03-09T22:40:41.213 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T22:40:41.223 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T22:40:41.224 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T22:40:41.239 INFO:teuthology.orchestra.run.smithi081.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.6 MB/s | 863 kB 00:00 2024-03-09T22:40:41.319 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T22:40:41.320 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T22:40:41.322 INFO:teuthology.orchestra.run.smithi081.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 109 kB/s | 19 kB 00:00 2024-03-09T22:40:41.406 INFO:teuthology.orchestra.run.smithi081.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.6 MB/s | 548 kB 00:00 2024-03-09T22:40:41.619 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T22:40:41.648 INFO:teuthology.orchestra.run.smithi081.stdout:(9/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 5.0 MB/s | 2.0 MB 00:00 2024-03-09T22:40:41.654 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:00 ago on Sat 09 Mar 2024 10:39:41 PM UTC. 2024-03-09T22:40:41.673 INFO:teuthology.orchestra.run.smithi081.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 412 kB/s | 144 kB 00:00 2024-03-09T22:40:41.690 INFO:teuthology.orchestra.run.smithi081.stdout:(11/12): python3-repoze-lru-0.7-16.el9.noarch.r 108 kB/s | 31 kB 00:00 2024-03-09T22:40:41.715 INFO:teuthology.orchestra.run.smithi081.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.8 MB/s | 188 kB 00:00 2024-03-09T22:40:41.719 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:40:41.720 INFO:teuthology.orchestra.run.smithi081.stdout:Total 5.9 MB/s | 6.9 MB 00:01 2024-03-09T22:40:41.737 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-09T22:40:41.752 INFO:teuthology.orchestra.run.smithi186.stdout:Package ceph-base-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T22:40:41.754 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-09T22:40:41.754 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-09T22:40:41.802 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-09T22:40:41.805 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-03-09T22:40:41.806 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2024-03-09T22:40:41.806 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-03-09T22:40:41.858 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-asyncssh-2.13.2-4.el9.noarch 2/6 2024-03-09T22:40:41.865 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install cephadm 2024-03-09T22:40:41.917 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-09T22:40:41.917 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-09T22:40:42.406 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-09T22:40:42.425 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:01 ago on Sat 09 Mar 2024 10:39:41 PM UTC. 2024-03-09T22:40:42.436 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-09T22:40:42.503 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-09T22:40:42.507 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-09T22:40:42.559 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-09T22:40:42.563 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-09T22:40:42.574 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-03-09T22:40:42.574 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:40:42.574 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2024-03-09T22:40:42.574 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:40:42.574 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-03-09T22:40:42.574 INFO:teuthology.orchestra.run.smithi186.stdout: cephadm noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 748 k 2024-03-09T22:40:42.575 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:42.575 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-03-09T22:40:42.575 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:40:42.575 INFO:teuthology.orchestra.run.smithi186.stdout:Install 1 Package 2024-03-09T22:40:42.575 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:42.575 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 748 k 2024-03-09T22:40:42.576 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 755 k 2024-03-09T22:40:42.576 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-03-09T22:40:42.586 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 6/6 2024-03-09T22:40:42.606 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-09T22:40:42.636 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-09T22:40:42.751 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-09T22:40:42.864 INFO:teuthology.orchestra.run.smithi186.stdout:cephadm-19.0.0-1920.g6b01fe95.el9.noarch.rpm 2.5 MB/s | 748 kB 00:00 2024-03-09T22:40:42.865 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:40:42.865 INFO:teuthology.orchestra.run.smithi186.stdout:Total 2.5 MB/s | 748 kB 00:00 2024-03-09T22:40:42.865 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-03-09T22:40:42.870 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-03-09T22:40:42.870 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-03-09T22:40:42.876 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-03-09T22:40:42.876 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-03-09T22:40:42.903 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-09T22:40:42.953 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-03-09T22:40:42.997 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-09T22:40:43.041 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-09T22:40:43.070 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-09T22:40:43.102 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1920.g6b01fe95.el9 10/12 2024-03-09T22:40:43.345 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1920.g6b01fe95.el 11/12 2024-03-09T22:40:43.380 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/1 2024-03-09T22:40:43.385 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1920.g6b01fe95.el9.noa 12/12 2024-03-09T22:40:43.396 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 6/6 2024-03-09T22:40:43.396 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/6 2024-03-09T22:40:43.396 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-09T22:40:43.396 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-09T22:40:43.396 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-asyncssh-2.13.2-4.el9.noarch 4/6 2024-03-09T22:40:43.396 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-09T22:40:43.453 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/1 2024-03-09T22:40:43.715 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-09T22:40:43.715 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:43.715 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T22:40:43.716 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T22:40:43.716 INFO:teuthology.orchestra.run.smithi164.stdout: python3-asyncssh-2.13.2-4.el9.noarch 2024-03-09T22:40:43.716 INFO:teuthology.orchestra.run.smithi164.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-09T22:40:43.716 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-09T22:40:43.716 INFO:teuthology.orchestra.run.smithi164.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-09T22:40:43.716 INFO:teuthology.orchestra.run.smithi164.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-09T22:40:43.716 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:43.716 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T22:40:43.850 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/1 2024-03-09T22:40:43.970 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-fuse 2024-03-09T22:40:44.175 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/1 2024-03-09T22:40:44.176 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:44.176 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-03-09T22:40:44.176 INFO:teuthology.orchestra.run.smithi186.stdout: cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T22:40:44.176 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:44.176 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-03-09T22:40:44.209 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1920.g6b01fe95.el9.noa 12/12 2024-03-09T22:40:44.209 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1920.g6b01fe95.el 1/12 2024-03-09T22:40:44.210 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1920.g6b01fe95.el9.noa 2/12 2024-03-09T22:40:44.210 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1920.g6b01fe95.el9 3/12 2024-03-09T22:40:44.210 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-09T22:40:44.210 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-09T22:40:44.210 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-09T22:40:44.210 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-09T22:40:44.210 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-09T22:40:44.210 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-09T22:40:44.210 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-09T22:40:44.210 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-09T22:40:44.376 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-immutable-object-cache 2024-03-09T22:40:44.533 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:27 ago on Sat 09 Mar 2024 10:39:17 PM UTC. 2024-03-09T22:40:44.575 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-09T22:40:44.575 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:44.575 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-09T22:40:44.575 INFO:teuthology.orchestra.run.smithi081.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-09T22:40:44.575 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-grafana-dashboards-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T22:40:44.575 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-dashboard-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T22:40:44.575 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-prometheus-alerts-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T22:40:44.575 INFO:teuthology.orchestra.run.smithi081.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-09T22:40:44.575 INFO:teuthology.orchestra.run.smithi081.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-09T22:40:44.575 INFO:teuthology.orchestra.run.smithi081.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-09T22:40:44.575 INFO:teuthology.orchestra.run.smithi081.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-09T22:40:44.576 INFO:teuthology.orchestra.run.smithi081.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-09T22:40:44.576 INFO:teuthology.orchestra.run.smithi081.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-09T22:40:44.576 INFO:teuthology.orchestra.run.smithi081.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-09T22:40:44.576 INFO:teuthology.orchestra.run.smithi081.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-09T22:40:44.576 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:44.576 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-09T22:40:44.685 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T22:40:44.686 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:40:44.686 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-09T22:40:44.686 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:40:44.686 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T22:40:44.686 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-fuse x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 888 k 2024-03-09T22:40:44.686 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-09T22:40:44.686 INFO:teuthology.orchestra.run.smithi164.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-09T22:40:44.686 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:44.686 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T22:40:44.686 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:40:44.686 INFO:teuthology.orchestra.run.smithi164.stdout:Install 2 Packages 2024-03-09T22:40:44.686 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:44.687 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 967 k 2024-03-09T22:40:44.687 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 2.8 M 2024-03-09T22:40:44.687 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T22:40:44.832 INFO:teuthology.orchestra.run.smithi164.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 543 kB/s | 79 kB 00:00 2024-03-09T22:40:44.849 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-09T22:40:44.954 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:03 ago on Sat 09 Mar 2024 10:39:41 PM UTC. 2024-03-09T22:40:45.032 INFO:teuthology.orchestra.run.smithi164.stdout:(2/2): ceph-fuse-19.0.0-1920.g6b01fe95.el9.x86_ 2.5 MB/s | 888 kB 00:00 2024-03-09T22:40:45.034 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:40:45.034 INFO:teuthology.orchestra.run.smithi164.stdout:Total 2.7 MB/s | 967 kB 00:00 2024-03-09T22:40:45.034 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T22:40:45.055 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T22:40:45.056 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T22:40:45.104 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-03-09T22:40:45.105 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:40:45.105 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repo Size 2024-03-09T22:40:45.105 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:40:45.105 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-03-09T22:40:45.105 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 145 k 2024-03-09T22:40:45.105 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:45.105 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-03-09T22:40:45.105 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:40:45.106 INFO:teuthology.orchestra.run.smithi186.stdout:Install 1 Package 2024-03-09T22:40:45.106 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:45.106 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 145 k 2024-03-09T22:40:45.106 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 436 k 2024-03-09T22:40:45.106 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-03-09T22:40:45.134 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T22:40:45.134 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T22:40:45.326 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T22:40:45.418 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:06 ago on Sat 09 Mar 2024 10:39:39 PM UTC. 2024-03-09T22:40:45.454 INFO:teuthology.orchestra.run.smithi186.stdout:ceph-immutable-object-cache-19.0.0-1920.g6b01fe 417 kB/s | 145 kB 00:00 2024-03-09T22:40:45.455 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:40:45.455 INFO:teuthology.orchestra.run.smithi186.stdout:Total 415 kB/s | 145 kB 00:00 2024-03-09T22:40:45.455 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-03-09T22:40:45.462 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-03-09T22:40:45.462 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-03-09T22:40:45.476 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-09T22:40:45.514 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-03-09T22:40:45.514 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-03-09T22:40:45.542 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/2 2024-03-09T22:40:45.571 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-09T22:40:45.572 INFO:teuthology.orchestra.run.smithi081.stdout:============================================================================================ 2024-03-09T22:40:45.572 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-03-09T22:40:45.573 INFO:teuthology.orchestra.run.smithi081.stdout:============================================================================================ 2024-03-09T22:40:45.573 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-09T22:40:45.573 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 7.4 M 2024-03-09T22:40:45.573 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-03-09T22:40:45.573 INFO:teuthology.orchestra.run.smithi081.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-09T22:40:45.573 INFO:teuthology.orchestra.run.smithi081.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-09T22:40:45.573 INFO:teuthology.orchestra.run.smithi081.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-09T22:40:45.573 INFO:teuthology.orchestra.run.smithi081.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-09T22:40:45.573 INFO:teuthology.orchestra.run.smithi081.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-09T22:40:45.573 INFO:teuthology.orchestra.run.smithi081.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-09T22:40:45.573 INFO:teuthology.orchestra.run.smithi081.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-09T22:40:45.573 INFO:teuthology.orchestra.run.smithi081.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-09T22:40:45.573 INFO:teuthology.orchestra.run.smithi081.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-09T22:40:45.573 INFO:teuthology.orchestra.run.smithi081.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-09T22:40:45.574 INFO:teuthology.orchestra.run.smithi081.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-09T22:40:45.574 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:45.574 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-09T22:40:45.574 INFO:teuthology.orchestra.run.smithi081.stdout:============================================================================================ 2024-03-09T22:40:45.574 INFO:teuthology.orchestra.run.smithi081.stdout:Install 12 Packages 2024-03-09T22:40:45.574 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:45.574 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 37 M 2024-03-09T22:40:45.575 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 209 M 2024-03-09T22:40:45.575 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-09T22:40:45.650 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-03-09T22:40:45.721 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1920.g6b01fe95. 1/1 2024-03-09T22:40:45.745 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1920.g6b01fe95. 1/1 2024-03-09T22:40:45.745 INFO:teuthology.orchestra.run.smithi186.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T22:40:45.746 INFO:teuthology.orchestra.run.smithi186.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-09T22:40:45.746 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:45.972 INFO:teuthology.orchestra.run.smithi081.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 223 kB/s | 32 kB 00:00 2024-03-09T22:40:46.014 INFO:teuthology.orchestra.run.smithi081.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 426 kB/s | 17 kB 00:00 2024-03-09T22:40:46.089 INFO:teuthology.orchestra.run.smithi081.stdout:(3/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 12 MB/s | 3.0 MB 00:00 2024-03-09T22:40:46.106 INFO:teuthology.orchestra.run.smithi081.stdout:(4/12): openblas-0.3.21-2.el9.x86_64.rpm 380 kB/s | 34 kB 00:00 2024-03-09T22:40:46.239 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/2 2024-03-09T22:40:46.239 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/2 2024-03-09T22:40:46.298 INFO:teuthology.orchestra.run.smithi081.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 23 MB/s | 4.7 MB 00:00 2024-03-09T22:40:46.373 INFO:teuthology.orchestra.run.smithi081.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 18 MB/s | 4.8 MB 00:00 2024-03-09T22:40:46.399 INFO:teuthology.orchestra.run.smithi081.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.1 MB/s | 217 kB 00:00 2024-03-09T22:40:46.572 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-09T22:40:46.573 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:46.573 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T22:40:46.573 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-09T22:40:46.573 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:46.573 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T22:40:46.732 INFO:teuthology.orchestra.run.smithi081.stdout:(8/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 44 MB/s | 16 MB 00:00 2024-03-09T22:40:46.768 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1920.g6b01fe95. 1/1 2024-03-09T22:40:46.768 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:46.768 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-03-09T22:40:46.768 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-immutable-object-cache-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:46.768 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:46.768 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-03-09T22:40:46.853 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install ceph-volume 2024-03-09T22:40:46.899 INFO:teuthology.orchestra.run.smithi081.stdout:(9/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.6 MB/s | 803 kB 00:00 2024-03-09T22:40:46.925 INFO:teuthology.orchestra.run.smithi081.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 195 kB 00:00 2024-03-09T22:40:46.992 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-mgr 2024-03-09T22:40:47.067 INFO:teuthology.orchestra.run.smithi081.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 1.4 MB/s | 245 kB 00:00 2024-03-09T22:40:47.424 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:30 ago on Sat 09 Mar 2024 10:39:17 PM UTC. 2024-03-09T22:40:47.568 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:06 ago on Sat 09 Mar 2024 10:39:41 PM UTC. 2024-03-09T22:40:47.581 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T22:40:47.582 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:40:47.582 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repository Size 2024-03-09T22:40:47.582 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:40:47.582 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T22:40:47.582 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-volume noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 264 k 2024-03-09T22:40:47.582 INFO:teuthology.orchestra.run.smithi164.stdout:Installing dependencies: 2024-03-09T22:40:47.583 INFO:teuthology.orchestra.run.smithi164.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-09T22:40:47.583 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:47.583 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T22:40:47.583 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:40:47.584 INFO:teuthology.orchestra.run.smithi164.stdout:Install 2 Packages 2024-03-09T22:40:47.584 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:47.584 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 332 k 2024-03-09T22:40:47.584 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 1.5 M 2024-03-09T22:40:47.584 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T22:40:47.666 INFO:teuthology.orchestra.run.smithi186.stdout:Package ceph-mgr-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T22:40:47.667 INFO:teuthology.orchestra.run.smithi081.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-1 4.0 MB/s | 7.4 MB 00:01 2024-03-09T22:40:47.670 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:40:47.670 INFO:teuthology.orchestra.run.smithi081.stdout:Total 18 MB/s | 37 MB 00:02 2024-03-09T22:40:47.707 INFO:teuthology.orchestra.run.smithi164.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 552 kB/s | 69 kB 00:00 2024-03-09T22:40:47.710 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-09T22:40:47.718 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-03-09T22:40:47.720 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2024-03-09T22:40:47.720 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-03-09T22:40:47.734 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-09T22:40:47.735 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-09T22:40:47.784 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-mgr-dashboard 2024-03-09T22:40:47.856 INFO:teuthology.orchestra.run.smithi164.stdout:(2/2): ceph-volume-19.0.0-1920.g6b01fe95.el9.no 960 kB/s | 264 kB 00:00 2024-03-09T22:40:47.858 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:40:47.858 INFO:teuthology.orchestra.run.smithi164.stdout:Total 1.2 MB/s | 332 kB 00:00 2024-03-09T22:40:47.858 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T22:40:47.866 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T22:40:47.866 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T22:40:47.906 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T22:40:47.906 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T22:40:48.069 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T22:40:48.085 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-09T22:40:48.086 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-09T22:40:48.248 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-09T22:40:48.284 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : ceph-volume-2:19.0.0-1920.g6b01fe95.el9.noarch 2/2 2024-03-09T22:40:48.299 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: ceph-volume-2:19.0.0-1920.g6b01fe95.el9.noarch 2/2 2024-03-09T22:40:48.299 INFO:teuthology.orchestra.run.smithi164.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T22:40:48.299 INFO:teuthology.orchestra.run.smithi164.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-09T22:40:48.300 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:48.345 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:07 ago on Sat 09 Mar 2024 10:39:41 PM UTC. 2024-03-09T22:40:48.497 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-03-09T22:40:48.498 INFO:teuthology.orchestra.run.smithi186.stdout:====================================================================================== 2024-03-09T22:40:48.498 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2024-03-09T22:40:48.498 INFO:teuthology.orchestra.run.smithi186.stdout:====================================================================================== 2024-03-09T22:40:48.498 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-03-09T22:40:48.498 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 1.8 M 2024-03-09T22:40:48.499 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2024-03-09T22:40:48.499 INFO:teuthology.orchestra.run.smithi186.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-09T22:40:48.499 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 34 k 2024-03-09T22:40:48.499 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 16 k 2024-03-09T22:40:48.499 INFO:teuthology.orchestra.run.smithi186.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-09T22:40:48.499 INFO:teuthology.orchestra.run.smithi186.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-09T22:40:48.499 INFO:teuthology.orchestra.run.smithi186.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-09T22:40:48.499 INFO:teuthology.orchestra.run.smithi186.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-09T22:40:48.499 INFO:teuthology.orchestra.run.smithi186.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-09T22:40:48.499 INFO:teuthology.orchestra.run.smithi186.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-09T22:40:48.499 INFO:teuthology.orchestra.run.smithi186.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-09T22:40:48.499 INFO:teuthology.orchestra.run.smithi186.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-09T22:40:48.499 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:48.499 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-03-09T22:40:48.500 INFO:teuthology.orchestra.run.smithi186.stdout:====================================================================================== 2024-03-09T22:40:48.500 INFO:teuthology.orchestra.run.smithi186.stdout:Install 12 Packages 2024-03-09T22:40:48.500 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:48.500 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 6.9 M 2024-03-09T22:40:48.500 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 26 M 2024-03-09T22:40:48.500 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-03-09T22:40:48.813 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-09T22:40:48.889 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-09T22:40:48.921 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-09T22:40:48.966 INFO:teuthology.orchestra.run.smithi186.stdout:(1/12): ceph-prometheus-alerts-19.0.0-1920.g6b0 86 kB/s | 16 kB 00:00 2024-03-09T22:40:48.983 INFO:teuthology.orchestra.run.smithi186.stdout:(2/12): ceph-grafana-dashboards-19.0.0-1920.g6b 163 kB/s | 34 kB 00:00 2024-03-09T22:40:49.013 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-09T22:40:49.024 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : ceph-volume-2:19.0.0-1920.g6b01fe95.el9.noarch 1/2 2024-03-09T22:40:49.049 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-09T22:40:49.159 INFO:teuthology.orchestra.run.smithi186.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.3 MB/s | 238 kB 00:00 2024-03-09T22:40:49.209 INFO:teuthology.orchestra.run.smithi186.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.2 MB/s | 1.0 MB 00:00 2024-03-09T22:40:49.228 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-09T22:40:49.257 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-09T22:40:49.324 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-09T22:40:49.374 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-09T22:40:49.374 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:49.374 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T22:40:49.374 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-volume-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T22:40:49.374 INFO:teuthology.orchestra.run.smithi164.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-09T22:40:49.374 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:49.374 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T22:40:49.434 INFO:teuthology.orchestra.run.smithi186.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.1 MB/s | 863 kB 00:00 2024-03-09T22:40:49.510 INFO:teuthology.orchestra.run.smithi186.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.8 MB/s | 548 kB 00:00 2024-03-09T22:40:49.543 INFO:teuthology.orchestra.run.smithi186.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 179 kB/s | 19 kB 00:00 2024-03-09T22:40:49.677 INFO:teuthology.orchestra.run.smithi186.stdout:(8/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 12 MB/s | 2.0 MB 00:00 2024-03-09T22:40:49.710 INFO:teuthology.orchestra.run.smithi186.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 865 kB/s | 144 kB 00:00 2024-03-09T22:40:49.744 INFO:teuthology.orchestra.run.smithi186.stdout:(10/12): ceph-mgr-dashboard-19.0.0-1920.g6b01fe 1.9 MB/s | 1.8 MB 00:00 2024-03-09T22:40:49.752 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install librados-devel 2024-03-09T22:40:49.761 INFO:teuthology.orchestra.run.smithi186.stdout:(11/12): python3-repoze-lru-0.7-16.el9.noarch.r 368 kB/s | 31 kB 00:00 2024-03-09T22:40:49.819 INFO:teuthology.orchestra.run.smithi186.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.7 MB/s | 188 kB 00:00 2024-03-09T22:40:49.823 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:40:49.823 INFO:teuthology.orchestra.run.smithi186.stdout:Total 5.2 MB/s | 6.9 MB 00:01 2024-03-09T22:40:49.841 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-03-09T22:40:49.858 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-03-09T22:40:49.858 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-03-09T22:40:49.975 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-09T22:40:50.030 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-03-09T22:40:50.030 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-03-09T22:40:50.090 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-09T22:40:50.328 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:33 ago on Sat 09 Mar 2024 10:39:17 PM UTC. 2024-03-09T22:40:50.478 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T22:40:50.479 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:40:50.479 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repo Size 2024-03-09T22:40:50.479 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:40:50.479 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T22:40:50.479 INFO:teuthology.orchestra.run.smithi164.stdout: librados-devel x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 126 k 2024-03-09T22:40:50.480 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:50.480 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T22:40:50.480 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:40:50.480 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-03-09T22:40:50.480 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:50.480 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 126 k 2024-03-09T22:40:50.480 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 456 k 2024-03-09T22:40:50.480 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T22:40:50.545 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-03-09T22:40:50.628 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-09T22:40:50.672 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-09T22:40:50.704 INFO:teuthology.orchestra.run.smithi164.stdout:librados-devel-19.0.0-1920.g6b01fe95.el9.x86_64 564 kB/s | 126 kB 00:00 2024-03-09T22:40:50.705 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:40:50.705 INFO:teuthology.orchestra.run.smithi164.stdout:Total 560 kB/s | 126 kB 00:00 2024-03-09T22:40:50.705 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T22:40:50.711 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T22:40:50.711 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T22:40:50.718 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-09T22:40:50.749 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-09T22:40:50.766 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T22:40:50.766 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T22:40:50.868 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-09T22:40:50.912 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T22:40:50.992 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-09T22:40:51.020 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : librados-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:40:51.094 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-09T22:40:51.137 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-09T22:40:51.166 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-09T22:40:51.198 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1920.g6b01fe95.el9 10/12 2024-03-09T22:40:51.332 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-09T22:40:51.445 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1920.g6b01fe95.el 11/12 2024-03-09T22:40:51.467 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: librados-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:40:51.497 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1920.g6b01fe95.el9.noa 12/12 2024-03-09T22:40:51.789 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : librados-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:40:51.790 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:51.790 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T22:40:51.790 INFO:teuthology.orchestra.run.smithi164.stdout: librados-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:51.790 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:51.790 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T22:40:52.043 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install libcephfs2 2024-03-09T22:40:52.357 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-09T22:40:52.390 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1920.g6b01f 12/12 2024-03-09T22:40:52.406 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1920.g6b01fe95.el9.noa 12/12 2024-03-09T22:40:52.406 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1920.g6b01fe95.el 1/12 2024-03-09T22:40:52.406 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1920.g6b01fe95.el9.noa 2/12 2024-03-09T22:40:52.406 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1920.g6b01fe95.el9 3/12 2024-03-09T22:40:52.406 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-09T22:40:52.406 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-09T22:40:52.406 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-09T22:40:52.406 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-09T22:40:52.406 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-09T22:40:52.406 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-09T22:40:52.407 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-09T22:40:52.407 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-09T22:40:52.616 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:35 ago on Sat 09 Mar 2024 10:39:17 PM UTC. 2024-03-09T22:40:52.716 INFO:teuthology.orchestra.run.smithi164.stdout:Package libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T22:40:52.765 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-09T22:40:52.765 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:52.765 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-03-09T22:40:52.765 INFO:teuthology.orchestra.run.smithi186.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-09T22:40:52.765 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-grafana-dashboards-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T22:40:52.765 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-dashboard-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T22:40:52.766 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-prometheus-alerts-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T22:40:52.766 INFO:teuthology.orchestra.run.smithi186.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-09T22:40:52.766 INFO:teuthology.orchestra.run.smithi186.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-09T22:40:52.766 INFO:teuthology.orchestra.run.smithi186.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-09T22:40:52.766 INFO:teuthology.orchestra.run.smithi186.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-09T22:40:52.766 INFO:teuthology.orchestra.run.smithi186.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-09T22:40:52.766 INFO:teuthology.orchestra.run.smithi186.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-09T22:40:52.766 INFO:teuthology.orchestra.run.smithi186.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-09T22:40:52.766 INFO:teuthology.orchestra.run.smithi186.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-09T22:40:52.766 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:52.766 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-03-09T22:40:52.770 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T22:40:52.771 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-09T22:40:52.771 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T22:40:52.854 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install libcephfs-devel 2024-03-09T22:40:53.037 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-09T22:40:53.418 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:36 ago on Sat 09 Mar 2024 10:39:17 PM UTC. 2024-03-09T22:40:53.570 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T22:40:53.571 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:40:53.571 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repo Size 2024-03-09T22:40:53.571 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:40:53.571 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T22:40:53.571 INFO:teuthology.orchestra.run.smithi164.stdout: libcephfs-devel x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 31 k 2024-03-09T22:40:53.572 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:53.572 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T22:40:53.572 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:40:53.572 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-03-09T22:40:53.572 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:53.572 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 31 k 2024-03-09T22:40:53.572 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 140 k 2024-03-09T22:40:53.572 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T22:40:53.605 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:12 ago on Sat 09 Mar 2024 10:39:41 PM UTC. 2024-03-09T22:40:53.756 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-03-09T22:40:53.757 INFO:teuthology.orchestra.run.smithi186.stdout:============================================================================================ 2024-03-09T22:40:53.757 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2024-03-09T22:40:53.757 INFO:teuthology.orchestra.run.smithi186.stdout:============================================================================================ 2024-03-09T22:40:53.757 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-03-09T22:40:53.757 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 7.4 M 2024-03-09T22:40:53.757 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2024-03-09T22:40:53.758 INFO:teuthology.orchestra.run.smithi186.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-09T22:40:53.758 INFO:teuthology.orchestra.run.smithi186.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-09T22:40:53.758 INFO:teuthology.orchestra.run.smithi186.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-09T22:40:53.758 INFO:teuthology.orchestra.run.smithi186.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-09T22:40:53.758 INFO:teuthology.orchestra.run.smithi186.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-09T22:40:53.758 INFO:teuthology.orchestra.run.smithi186.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-09T22:40:53.758 INFO:teuthology.orchestra.run.smithi186.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-09T22:40:53.758 INFO:teuthology.orchestra.run.smithi186.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-09T22:40:53.758 INFO:teuthology.orchestra.run.smithi186.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-09T22:40:53.758 INFO:teuthology.orchestra.run.smithi186.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-09T22:40:53.758 INFO:teuthology.orchestra.run.smithi186.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-09T22:40:53.758 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:53.758 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-03-09T22:40:53.758 INFO:teuthology.orchestra.run.smithi186.stdout:============================================================================================ 2024-03-09T22:40:53.759 INFO:teuthology.orchestra.run.smithi186.stdout:Install 12 Packages 2024-03-09T22:40:53.759 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:40:53.759 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 37 M 2024-03-09T22:40:53.759 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 209 M 2024-03-09T22:40:53.759 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-03-09T22:40:53.835 INFO:teuthology.orchestra.run.smithi164.stdout:libcephfs-devel-19.0.0-1920.g6b01fe95.el9.x86_6 119 kB/s | 31 kB 00:00 2024-03-09T22:40:53.835 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:40:53.835 INFO:teuthology.orchestra.run.smithi164.stdout:Total 119 kB/s | 31 kB 00:00 2024-03-09T22:40:53.835 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T22:40:53.838 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T22:40:53.838 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T22:40:53.869 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T22:40:53.869 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T22:40:54.012 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T22:40:54.077 INFO:teuthology.orchestra.run.smithi186.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 239 kB/s | 32 kB 00:00 2024-03-09T22:40:54.110 INFO:teuthology.orchestra.run.smithi186.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 535 kB/s | 17 kB 00:00 2024-03-09T22:40:54.132 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : libcephfs-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:40:54.144 INFO:teuthology.orchestra.run.smithi186.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 1.0 MB/s | 34 kB 00:00 2024-03-09T22:40:54.311 INFO:teuthology.orchestra.run.smithi186.stdout:(4/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 28 MB/s | 4.7 MB 00:00 2024-03-09T22:40:54.503 INFO:teuthology.orchestra.run.smithi186.stdout:(5/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 25 MB/s | 4.8 MB 00:00 2024-03-09T22:40:54.545 INFO:teuthology.orchestra.run.smithi186.stdout:(6/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 5.2 MB/s | 217 kB 00:00 2024-03-09T22:40:54.586 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:40:54.753 INFO:teuthology.orchestra.run.smithi186.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 3.7 MB/s | 3.0 MB 00:00 2024-03-09T22:40:54.879 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : libcephfs-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:40:54.880 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:54.880 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T22:40:54.880 INFO:teuthology.orchestra.run.smithi164.stdout: libcephfs-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:40:54.880 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:40:54.880 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T22:40:54.887 INFO:teuthology.orchestra.run.smithi186.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 6.0 MB/s | 803 kB 00:00 2024-03-09T22:40:55.037 INFO:teuthology.orchestra.run.smithi186.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 32 MB/s | 16 MB 00:00 2024-03-09T22:40:55.042 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install librados2 2024-03-09T22:40:55.056 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1920.g6b01f 12/12 2024-03-09T22:40:55.056 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1920.g6b01f 1/12 2024-03-09T22:40:55.056 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-09T22:40:55.056 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-09T22:40:55.057 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-09T22:40:55.057 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-09T22:40:55.057 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-09T22:40:55.057 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-09T22:40:55.057 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-09T22:40:55.057 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-09T22:40:55.057 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-09T22:40:55.057 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-09T22:40:55.138 INFO:teuthology.orchestra.run.smithi186.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 788 kB/s | 195 kB 00:00 2024-03-09T22:40:55.495 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-09T22:40:55.495 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:55.495 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-09T22:40:55.495 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T22:40:55.495 INFO:teuthology.orchestra.run.smithi081.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-09T22:40:55.495 INFO:teuthology.orchestra.run.smithi081.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-09T22:40:55.495 INFO:teuthology.orchestra.run.smithi081.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-09T22:40:55.496 INFO:teuthology.orchestra.run.smithi081.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-09T22:40:55.496 INFO:teuthology.orchestra.run.smithi081.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-09T22:40:55.496 INFO:teuthology.orchestra.run.smithi081.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-09T22:40:55.496 INFO:teuthology.orchestra.run.smithi081.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-09T22:40:55.496 INFO:teuthology.orchestra.run.smithi081.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-09T22:40:55.496 INFO:teuthology.orchestra.run.smithi081.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-09T22:40:55.496 INFO:teuthology.orchestra.run.smithi081.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-09T22:40:55.496 INFO:teuthology.orchestra.run.smithi081.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-09T22:40:55.496 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:55.496 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-09T22:40:55.619 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:38 ago on Sat 09 Mar 2024 10:39:17 PM UTC. 2024-03-09T22:40:55.703 INFO:teuthology.orchestra.run.smithi164.stdout:Package librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T22:40:55.758 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T22:40:55.759 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-09T22:40:55.759 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T22:40:55.799 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install librbd1 2024-03-09T22:40:55.864 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-mgr-rook 2024-03-09T22:40:55.979 INFO:teuthology.orchestra.run.smithi186.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 267 kB/s | 245 kB 00:00 2024-03-09T22:40:56.366 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:39 ago on Sat 09 Mar 2024 10:39:17 PM UTC. 2024-03-09T22:40:56.439 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:17 ago on Sat 09 Mar 2024 10:39:39 PM UTC. 2024-03-09T22:40:56.466 INFO:teuthology.orchestra.run.smithi164.stdout:Package librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T22:40:56.517 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T22:40:56.519 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-09T22:40:56.519 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T22:40:56.562 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install python3-rados 2024-03-09T22:40:56.588 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-09T22:40:56.589 INFO:teuthology.orchestra.run.smithi081.stdout:======================================================================================== 2024-03-09T22:40:56.589 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-03-09T22:40:56.590 INFO:teuthology.orchestra.run.smithi081.stdout:======================================================================================== 2024-03-09T22:40:56.590 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-09T22:40:56.590 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-rook noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 49 k 2024-03-09T22:40:56.590 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-03-09T22:40:56.590 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-09T22:40:56.590 INFO:teuthology.orchestra.run.smithi081.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-09T22:40:56.590 INFO:teuthology.orchestra.run.smithi081.stdout: python3-google-auth noarch 1:2.28.0-1.el9 epel 203 k 2024-03-09T22:40:56.590 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-09T22:40:56.590 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-09T22:40:56.590 INFO:teuthology.orchestra.run.smithi081.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-09T22:40:56.591 INFO:teuthology.orchestra.run.smithi081.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-09T22:40:56.591 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-09T22:40:56.591 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-09T22:40:56.591 INFO:teuthology.orchestra.run.smithi081.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-09T22:40:56.592 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-09T22:40:56.592 INFO:teuthology.orchestra.run.smithi081.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-09T22:40:56.592 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:56.592 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-09T22:40:56.592 INFO:teuthology.orchestra.run.smithi081.stdout:======================================================================================== 2024-03-09T22:40:56.592 INFO:teuthology.orchestra.run.smithi081.stdout:Install 13 Packages 2024-03-09T22:40:56.592 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:40:56.593 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 2.0 M 2024-03-09T22:40:56.593 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 26 M 2024-03-09T22:40:56.593 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-09T22:40:56.908 INFO:teuthology.orchestra.run.smithi081.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 191 kB/s | 24 kB 00:00 2024-03-09T22:40:56.934 INFO:teuthology.orchestra.run.smithi081.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 118 kB/s | 18 kB 00:00 2024-03-09T22:40:56.992 INFO:teuthology.orchestra.run.smithi081.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.0 MB/s | 174 kB 00:00 2024-03-09T22:40:57.017 INFO:teuthology.orchestra.run.smithi081.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.5 MB/s | 132 kB 00:00 2024-03-09T22:40:57.043 INFO:teuthology.orchestra.run.smithi081.stdout:(5/13): ceph-mgr-rook-19.0.0-1920.g6b01fe95.el9 188 kB/s | 49 kB 00:00 2024-03-09T22:40:57.068 INFO:teuthology.orchestra.run.smithi081.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.7 MB/s | 211 kB 00:00 2024-03-09T22:40:57.093 INFO:teuthology.orchestra.run.smithi081.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 567 kB/s | 43 kB 00:00 2024-03-09T22:40:57.123 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:40 ago on Sat 09 Mar 2024 10:39:17 PM UTC. 2024-03-09T22:40:57.220 INFO:teuthology.orchestra.run.smithi164.stdout:Package python3-rados-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T22:40:57.272 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T22:40:57.273 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-09T22:40:57.273 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T22:40:57.297 INFO:teuthology.orchestra.run.smithi186.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-1 2.2 MB/s | 7.4 MB 00:03 2024-03-09T22:40:57.299 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:40:57.300 INFO:teuthology.orchestra.run.smithi186.stdout:Total 10 MB/s | 37 MB 00:03 2024-03-09T22:40:57.319 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install python3-rgw 2024-03-09T22:40:57.344 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-03-09T22:40:57.370 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-03-09T22:40:57.370 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-03-09T22:40:57.435 INFO:teuthology.orchestra.run.smithi081.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 44 kB/s | 15 kB 00:00 2024-03-09T22:40:57.460 INFO:teuthology.orchestra.run.smithi081.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 77 kB/s | 32 kB 00:00 2024-03-09T22:40:57.619 INFO:teuthology.orchestra.run.smithi081.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 373 kB/s | 59 kB 00:00 2024-03-09T22:40:57.644 INFO:teuthology.orchestra.run.smithi081.stdout:(11/13): python3-google-auth-2.28.0-1.el9.noarc 368 kB/s | 203 kB 00:00 2024-03-09T22:40:57.734 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-03-09T22:40:57.734 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-03-09T22:40:57.736 INFO:teuthology.orchestra.run.smithi081.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 769 kB/s | 90 kB 00:00 2024-03-09T22:40:57.886 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:40 ago on Sat 09 Mar 2024 10:39:17 PM UTC. 2024-03-09T22:40:57.895 INFO:teuthology.orchestra.run.smithi081.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.2 MB/s | 1.0 MB 00:00 2024-03-09T22:40:57.899 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:40:57.899 INFO:teuthology.orchestra.run.smithi081.stdout:Total 1.6 MB/s | 2.0 MB 00:01 2024-03-09T22:40:57.899 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-09T22:40:57.912 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-09T22:40:57.913 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-09T22:40:57.983 INFO:teuthology.orchestra.run.smithi164.stdout:Package python3-rgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T22:40:58.012 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-09T22:40:58.013 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-09T22:40:58.034 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T22:40:58.035 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-09T22:40:58.035 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T22:40:58.078 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install python3-cephfs 2024-03-09T22:40:58.466 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-03-09T22:40:58.529 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-09T22:40:58.544 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-09T22:40:58.576 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-09T22:40:58.642 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:41 ago on Sat 09 Mar 2024 10:39:17 PM UTC. 2024-03-09T22:40:58.686 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-09T22:40:58.690 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-09T22:40:58.729 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-09T22:40:58.739 INFO:teuthology.orchestra.run.smithi164.stdout:Package python3-cephfs-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T22:40:58.753 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-09T22:40:58.790 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T22:40:58.791 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-09T22:40:58.791 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T22:40:58.818 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-09T22:40:58.835 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install python3-rbd 2024-03-09T22:40:58.855 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-09T22:40:58.897 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-09T22:40:58.908 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-09T22:40:58.936 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-09T22:40:58.999 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-09T22:40:59.013 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-09T22:40:59.108 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-google-auth-1:2.28.0-1.el9.noarch 7/13 2024-03-09T22:40:59.156 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-09T22:40:59.397 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:42 ago on Sat 09 Mar 2024 10:39:17 PM UTC. 2024-03-09T22:40:59.494 INFO:teuthology.orchestra.run.smithi164.stdout:Package python3-rbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T22:40:59.546 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T22:40:59.547 INFO:teuthology.orchestra.run.smithi164.stdout:Nothing to do. 2024-03-09T22:40:59.547 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T22:40:59.618 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install rbd-fuse 2024-03-09T22:40:59.679 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-09T22:40:59.799 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-09T22:40:59.874 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-09T22:40:59.929 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-09T22:40:59.963 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-09T22:41:00.010 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-09T22:41:00.032 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-mgr-rook-2:19.0.0-1920.g6b01fe95.el9.noarch 13/13 2024-03-09T22:41:00.178 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:43 ago on Sat 09 Mar 2024 10:39:17 PM UTC. 2024-03-09T22:41:00.330 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T22:41:00.331 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:41:00.331 INFO:teuthology.orchestra.run.smithi164.stdout: Package Architecture Version Repository Size 2024-03-09T22:41:00.331 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:41:00.331 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T22:41:00.331 INFO:teuthology.orchestra.run.smithi164.stdout: rbd-fuse x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 85 k 2024-03-09T22:41:00.331 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:41:00.331 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T22:41:00.331 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:41:00.331 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-03-09T22:41:00.332 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:41:00.332 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 85 k 2024-03-09T22:41:00.332 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 231 k 2024-03-09T22:41:00.332 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T22:41:00.653 INFO:teuthology.orchestra.run.smithi164.stdout:rbd-fuse-19.0.0-1920.g6b01fe95.el9.x86_64.rpm 266 kB/s | 85 kB 00:00 2024-03-09T22:41:00.654 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:41:00.654 INFO:teuthology.orchestra.run.smithi164.stdout:Total 264 kB/s | 85 kB 00:00 2024-03-09T22:41:00.654 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T22:41:00.661 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T22:41:00.661 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T22:41:00.716 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T22:41:00.716 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T22:41:00.857 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T22:41:00.859 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1920.g6b01fe95.el9.noarch 13/13 2024-03-09T22:41:00.859 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1920.g6b01fe95.el9.noarch 1/13 2024-03-09T22:41:00.859 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-09T22:41:00.859 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-09T22:41:00.859 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-09T22:41:00.859 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-09T22:41:00.859 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-09T22:41:00.859 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-09T22:41:00.859 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-09T22:41:00.860 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-09T22:41:00.860 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-google-auth-1:2.28.0-1.el9.noarch 10/13 2024-03-09T22:41:00.860 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-09T22:41:00.860 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-09T22:41:00.952 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : rbd-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:01.051 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-09T22:41:01.240 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-09T22:41:01.240 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:01.240 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-09T22:41:01.240 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-rook-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T22:41:01.240 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-09T22:41:01.240 INFO:teuthology.orchestra.run.smithi081.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-09T22:41:01.241 INFO:teuthology.orchestra.run.smithi081.stdout: python3-google-auth-1:2.28.0-1.el9.noarch 2024-03-09T22:41:01.241 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-09T22:41:01.241 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-09T22:41:01.241 INFO:teuthology.orchestra.run.smithi081.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-09T22:41:01.241 INFO:teuthology.orchestra.run.smithi081.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-09T22:41:01.241 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-09T22:41:01.241 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-09T22:41:01.241 INFO:teuthology.orchestra.run.smithi081.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-09T22:41:01.241 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-09T22:41:01.241 INFO:teuthology.orchestra.run.smithi081.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-09T22:41:01.241 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:01.241 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-09T22:41:01.350 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:01.499 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-mgr-cephadm 2024-03-09T22:41:01.665 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : rbd-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:01.665 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:41:01.665 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T22:41:01.665 INFO:teuthology.orchestra.run.smithi164.stdout: rbd-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:41:01.665 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:41:01.666 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T22:41:01.899 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install rbd-mirror 2024-03-09T22:41:02.059 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:23 ago on Sat 09 Mar 2024 10:39:39 PM UTC. 2024-03-09T22:41:02.073 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-09T22:41:02.103 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1920.g6b01f 12/12 2024-03-09T22:41:02.208 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-09T22:41:02.208 INFO:teuthology.orchestra.run.smithi081.stdout:======================================================================================== 2024-03-09T22:41:02.208 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-03-09T22:41:02.209 INFO:teuthology.orchestra.run.smithi081.stdout:======================================================================================== 2024-03-09T22:41:02.209 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-09T22:41:02.209 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 139 k 2024-03-09T22:41:02.209 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-03-09T22:41:02.209 INFO:teuthology.orchestra.run.smithi081.stdout: python3-asyncssh noarch 2.13.2-4.el9 epel 548 k 2024-03-09T22:41:02.209 INFO:teuthology.orchestra.run.smithi081.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-09T22:41:02.209 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-09T22:41:02.209 INFO:teuthology.orchestra.run.smithi081.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-09T22:41:02.209 INFO:teuthology.orchestra.run.smithi081.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-09T22:41:02.209 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:02.209 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-09T22:41:02.209 INFO:teuthology.orchestra.run.smithi081.stdout:======================================================================================== 2024-03-09T22:41:02.209 INFO:teuthology.orchestra.run.smithi081.stdout:Install 6 Packages 2024-03-09T22:41:02.209 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:02.210 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 6.8 M 2024-03-09T22:41:02.210 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 33 M 2024-03-09T22:41:02.210 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-09T22:41:02.489 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:45 ago on Sat 09 Mar 2024 10:39:17 PM UTC. 2024-03-09T22:41:02.643 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T22:41:02.644 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:41:02.644 INFO:teuthology.orchestra.run.smithi164.stdout: Package Arch Version Repo Size 2024-03-09T22:41:02.644 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:41:02.644 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T22:41:02.644 INFO:teuthology.orchestra.run.smithi164.stdout: rbd-mirror x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 3.1 M 2024-03-09T22:41:02.644 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:41:02.644 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T22:41:02.645 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:41:02.645 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-03-09T22:41:02.645 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:41:02.645 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 3.1 M 2024-03-09T22:41:02.645 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 13 M 2024-03-09T22:41:02.645 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T22:41:02.998 INFO:teuthology.orchestra.run.smithi081.stdout:(1/6): ceph-mgr-cephadm-19.0.0-1920.g6b01fe95.e 653 kB/s | 139 kB 00:00 2024-03-09T22:41:03.073 INFO:teuthology.orchestra.run.smithi081.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 20 MB/s | 5.8 MB 00:00 2024-03-09T22:41:03.248 INFO:teuthology.orchestra.run.smithi081.stdout:(3/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 536 kB/s | 248 kB 00:00 2024-03-09T22:41:03.307 INFO:teuthology.orchestra.run.smithi164.stdout:rbd-mirror-19.0.0-1920.g6b01fe95.el9.x86_64.rpm 4.7 MB/s | 3.1 MB 00:00 2024-03-09T22:41:03.307 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:41:03.308 INFO:teuthology.orchestra.run.smithi164.stdout:Total 4.7 MB/s | 3.1 MB 00:00 2024-03-09T22:41:03.308 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T22:41:03.318 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T22:41:03.318 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T22:41:03.392 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T22:41:03.392 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T22:41:03.440 INFO:teuthology.orchestra.run.smithi081.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 157 kB/s | 58 kB 00:00 2024-03-09T22:41:03.548 INFO:teuthology.orchestra.run.smithi081.stdout:(5/6): python3-asyncssh-2.13.2-4.el9.noarch.rpm 997 kB/s | 548 kB 00:00 2024-03-09T22:41:03.574 INFO:teuthology.orchestra.run.smithi081.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 157 kB/s | 51 kB 00:00 2024-03-09T22:41:03.577 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:41:03.577 INFO:teuthology.orchestra.run.smithi081.stdout:Total 5.0 MB/s | 6.8 MB 00:01 2024-03-09T22:41:03.589 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-09T22:41:03.599 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-09T22:41:03.600 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-09T22:41:03.691 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-09T22:41:03.692 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-09T22:41:03.816 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T22:41:03.875 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : rbd-mirror-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:03.900 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:03.900 INFO:teuthology.orchestra.run.smithi164.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T22:41:03.900 INFO:teuthology.orchestra.run.smithi164.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-09T22:41:03.900 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-09T22:41:03.900 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-09T22:41:03.900 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:41:04.021 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-09T22:41:04.197 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-09T22:41:04.250 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-asyncssh-2.13.2-4.el9.noarch 2/6 2024-03-09T22:41:04.709 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1920.g6b01f 12/12 2024-03-09T22:41:04.709 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1920.g6b01f 1/12 2024-03-09T22:41:04.709 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-09T22:41:04.709 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-09T22:41:04.709 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-09T22:41:04.709 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-09T22:41:04.709 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-09T22:41:04.709 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-09T22:41:04.709 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-09T22:41:04.709 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-09T22:41:04.709 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-09T22:41:04.709 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-09T22:41:04.757 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-09T22:41:04.854 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-09T22:41:04.916 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-09T22:41:04.939 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 6/6 2024-03-09T22:41:05.032 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : rbd-mirror-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:05.032 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:41:05.032 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T22:41:05.032 INFO:teuthology.orchestra.run.smithi164.stdout: rbd-mirror-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:41:05.032 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:41:05.032 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T22:41:05.095 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-09T22:41:05.095 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:05.095 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-03-09T22:41:05.095 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T22:41:05.095 INFO:teuthology.orchestra.run.smithi186.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-09T22:41:05.095 INFO:teuthology.orchestra.run.smithi186.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-09T22:41:05.096 INFO:teuthology.orchestra.run.smithi186.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-09T22:41:05.096 INFO:teuthology.orchestra.run.smithi186.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-09T22:41:05.096 INFO:teuthology.orchestra.run.smithi186.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-09T22:41:05.096 INFO:teuthology.orchestra.run.smithi186.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-09T22:41:05.096 INFO:teuthology.orchestra.run.smithi186.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-09T22:41:05.096 INFO:teuthology.orchestra.run.smithi186.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-09T22:41:05.096 INFO:teuthology.orchestra.run.smithi186.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-09T22:41:05.096 INFO:teuthology.orchestra.run.smithi186.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-09T22:41:05.096 INFO:teuthology.orchestra.run.smithi186.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-09T22:41:05.096 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:05.096 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-03-09T22:41:05.245 DEBUG:teuthology.orchestra.run.smithi164:> sudo yum -y install rbd-nbd 2024-03-09T22:41:05.447 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-mgr-rook 2024-03-09T22:41:05.820 INFO:teuthology.orchestra.run.smithi164.stdout:Last metadata expiration check: 0:01:48 ago on Sat 09 Mar 2024 10:39:17 PM UTC. 2024-03-09T22:41:05.846 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 6/6 2024-03-09T22:41:05.847 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/6 2024-03-09T22:41:05.847 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-09T22:41:05.847 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-09T22:41:05.847 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-asyncssh-2.13.2-4.el9.noarch 4/6 2024-03-09T22:41:05.847 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-09T22:41:05.970 INFO:teuthology.orchestra.run.smithi164.stdout:Dependencies resolved. 2024-03-09T22:41:05.971 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:41:05.971 INFO:teuthology.orchestra.run.smithi164.stdout: Package Architecture Version Repository Size 2024-03-09T22:41:05.971 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:41:05.971 INFO:teuthology.orchestra.run.smithi164.stdout:Installing: 2024-03-09T22:41:05.971 INFO:teuthology.orchestra.run.smithi164.stdout: rbd-nbd x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 170 k 2024-03-09T22:41:05.971 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:41:05.971 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction Summary 2024-03-09T22:41:05.971 INFO:teuthology.orchestra.run.smithi164.stdout:================================================================================ 2024-03-09T22:41:05.971 INFO:teuthology.orchestra.run.smithi164.stdout:Install 1 Package 2024-03-09T22:41:05.971 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:41:05.971 INFO:teuthology.orchestra.run.smithi164.stdout:Total download size: 170 k 2024-03-09T22:41:05.971 INFO:teuthology.orchestra.run.smithi164.stdout:Installed size: 490 k 2024-03-09T22:41:05.971 INFO:teuthology.orchestra.run.smithi164.stdout:Downloading Packages: 2024-03-09T22:41:06.038 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:25 ago on Sat 09 Mar 2024 10:39:41 PM UTC. 2024-03-09T22:41:06.162 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-09T22:41:06.162 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:06.162 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-09T22:41:06.162 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T22:41:06.162 INFO:teuthology.orchestra.run.smithi081.stdout: python3-asyncssh-2.13.2-4.el9.noarch 2024-03-09T22:41:06.162 INFO:teuthology.orchestra.run.smithi081.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-09T22:41:06.162 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-09T22:41:06.162 INFO:teuthology.orchestra.run.smithi081.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-09T22:41:06.162 INFO:teuthology.orchestra.run.smithi081.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-09T22:41:06.162 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:06.162 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-09T22:41:06.194 INFO:teuthology.orchestra.run.smithi164.stdout:rbd-nbd-19.0.0-1920.g6b01fe95.el9.x86_64.rpm 766 kB/s | 170 kB 00:00 2024-03-09T22:41:06.195 INFO:teuthology.orchestra.run.smithi164.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:41:06.195 INFO:teuthology.orchestra.run.smithi164.stdout:Total 762 kB/s | 170 kB 00:00 2024-03-09T22:41:06.195 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction check 2024-03-09T22:41:06.197 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-03-09T22:41:06.199 INFO:teuthology.orchestra.run.smithi186.stdout:======================================================================================== 2024-03-09T22:41:06.199 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2024-03-09T22:41:06.199 INFO:teuthology.orchestra.run.smithi186.stdout:======================================================================================== 2024-03-09T22:41:06.199 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-03-09T22:41:06.199 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-rook noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 49 k 2024-03-09T22:41:06.199 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2024-03-09T22:41:06.199 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-09T22:41:06.199 INFO:teuthology.orchestra.run.smithi186.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-09T22:41:06.200 INFO:teuthology.orchestra.run.smithi186.stdout: python3-google-auth noarch 1:2.28.0-1.el9 epel 203 k 2024-03-09T22:41:06.200 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-09T22:41:06.200 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-09T22:41:06.200 INFO:teuthology.orchestra.run.smithi186.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-09T22:41:06.200 INFO:teuthology.orchestra.run.smithi186.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-09T22:41:06.200 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-09T22:41:06.200 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-09T22:41:06.200 INFO:teuthology.orchestra.run.smithi186.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-09T22:41:06.200 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-09T22:41:06.200 INFO:teuthology.orchestra.run.smithi186.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-09T22:41:06.200 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:06.200 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-03-09T22:41:06.200 INFO:teuthology.orchestra.run.smithi186.stdout:======================================================================================== 2024-03-09T22:41:06.200 INFO:teuthology.orchestra.run.smithi186.stdout:Install 13 Packages 2024-03-09T22:41:06.201 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:06.201 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 2.0 M 2024-03-09T22:41:06.201 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 26 M 2024-03-09T22:41:06.201 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-03-09T22:41:06.203 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction check succeeded. 2024-03-09T22:41:06.203 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction test 2024-03-09T22:41:06.258 INFO:teuthology.orchestra.run.smithi164.stdout:Transaction test succeeded. 2024-03-09T22:41:06.258 INFO:teuthology.orchestra.run.smithi164.stdout:Running transaction 2024-03-09T22:41:06.405 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-fuse 2024-03-09T22:41:06.407 INFO:teuthology.orchestra.run.smithi164.stdout: Preparing : 1/1 2024-03-09T22:41:06.517 INFO:teuthology.orchestra.run.smithi164.stdout: Installing : rbd-nbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:06.529 INFO:teuthology.orchestra.run.smithi186.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 143 kB/s | 18 kB 00:00 2024-03-09T22:41:06.554 INFO:teuthology.orchestra.run.smithi186.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 161 kB/s | 24 kB 00:00 2024-03-09T22:41:06.604 INFO:teuthology.orchestra.run.smithi186.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2024-03-09T22:41:06.621 INFO:teuthology.orchestra.run.smithi186.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.9 MB/s | 132 kB 00:00 2024-03-09T22:41:06.646 INFO:teuthology.orchestra.run.smithi186.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.9 MB/s | 211 kB 00:00 2024-03-09T22:41:06.672 INFO:teuthology.orchestra.run.smithi186.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 855 kB/s | 43 kB 00:00 2024-03-09T22:41:06.697 INFO:teuthology.orchestra.run.smithi186.stdout:(7/13): ceph-mgr-rook-19.0.0-1920.g6b01fe95.el9 167 kB/s | 49 kB 00:00 2024-03-09T22:41:06.906 INFO:teuthology.orchestra.run.smithi186.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 64 kB/s | 15 kB 00:00 2024-03-09T22:41:06.957 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:27 ago on Sat 09 Mar 2024 10:39:39 PM UTC. 2024-03-09T22:41:06.964 INFO:teuthology.orchestra.run.smithi186.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 101 kB/s | 32 kB 00:00 2024-03-09T22:41:07.007 INFO:teuthology.orchestra.run.smithi164.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:07.064 INFO:teuthology.orchestra.run.smithi186.stdout:(10/13): python3-google-auth-2.28.0-1.el9.noarc 552 kB/s | 203 kB 00:00 2024-03-09T22:41:07.108 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-09T22:41:07.109 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:41:07.109 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-03-09T22:41:07.109 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:41:07.109 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-09T22:41:07.109 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-fuse x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 888 k 2024-03-09T22:41:07.109 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-03-09T22:41:07.109 INFO:teuthology.orchestra.run.smithi081.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-09T22:41:07.109 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:07.109 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-09T22:41:07.109 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:41:07.109 INFO:teuthology.orchestra.run.smithi081.stdout:Install 2 Packages 2024-03-09T22:41:07.109 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:07.110 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 967 k 2024-03-09T22:41:07.110 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 2.8 M 2024-03-09T22:41:07.110 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-09T22:41:07.140 INFO:teuthology.orchestra.run.smithi186.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 337 kB/s | 59 kB 00:00 2024-03-09T22:41:07.227 INFO:teuthology.orchestra.run.smithi081.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 669 kB/s | 79 kB 00:00 2024-03-09T22:41:07.231 INFO:teuthology.orchestra.run.smithi186.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 3.1 MB/s | 1.0 MB 00:00 2024-03-09T22:41:07.257 INFO:teuthology.orchestra.run.smithi186.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 467 kB/s | 90 kB 00:00 2024-03-09T22:41:07.261 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:41:07.262 INFO:teuthology.orchestra.run.smithi186.stdout:Total 1.9 MB/s | 2.0 MB 00:01 2024-03-09T22:41:07.262 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-03-09T22:41:07.275 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-03-09T22:41:07.275 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-03-09T22:41:07.310 INFO:teuthology.orchestra.run.smithi164.stdout: Verifying : rbd-nbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:07.311 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:41:07.311 INFO:teuthology.orchestra.run.smithi164.stdout:Installed: 2024-03-09T22:41:07.311 INFO:teuthology.orchestra.run.smithi164.stdout: rbd-nbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:41:07.311 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-03-09T22:41:07.311 INFO:teuthology.orchestra.run.smithi164.stdout:Complete! 2024-03-09T22:41:07.374 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-03-09T22:41:07.374 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-03-09T22:41:07.469 INFO:teuthology.orchestra.run.smithi081.stdout:(2/2): ceph-fuse-19.0.0-1920.g6b01fe95.el9.x86_ 2.4 MB/s | 888 kB 00:00 2024-03-09T22:41:07.470 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:41:07.470 INFO:teuthology.orchestra.run.smithi081.stdout:Total 2.6 MB/s | 967 kB 00:00 2024-03-09T22:41:07.471 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-09T22:41:07.491 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-09T22:41:07.491 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-09T22:41:07.527 DEBUG:teuthology.parallel:result is None 2024-03-09T22:41:07.566 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-09T22:41:07.566 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-09T22:41:07.742 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-09T22:41:07.872 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-09T22:41:07.894 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-03-09T22:41:07.938 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/2 2024-03-09T22:41:08.063 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-09T22:41:08.125 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-09T22:41:08.180 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-09T22:41:08.209 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-09T22:41:08.251 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-09T22:41:08.346 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-09T22:41:08.463 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-google-auth-1:2.28.0-1.el9.noarch 7/13 2024-03-09T22:41:08.527 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-09T22:41:08.620 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/2 2024-03-09T22:41:08.620 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/2 2024-03-09T22:41:08.958 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-09T22:41:08.958 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:08.958 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-09T22:41:08.958 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-09T22:41:08.958 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:08.958 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-09T22:41:09.221 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-volume 2024-03-09T22:41:09.252 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-09T22:41:09.300 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-09T22:41:09.333 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-09T22:41:09.381 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-09T22:41:09.403 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mgr-rook-2:19.0.0-1920.g6b01fe95.el9.noarch 13/13 2024-03-09T22:41:09.791 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:30 ago on Sat 09 Mar 2024 10:39:39 PM UTC. 2024-03-09T22:41:09.941 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-09T22:41:09.942 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:41:09.942 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-03-09T22:41:09.942 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:41:09.942 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-09T22:41:09.942 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-volume noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 264 k 2024-03-09T22:41:09.942 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-03-09T22:41:09.942 INFO:teuthology.orchestra.run.smithi081.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-09T22:41:09.942 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:09.942 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-09T22:41:09.942 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:41:09.943 INFO:teuthology.orchestra.run.smithi081.stdout:Install 2 Packages 2024-03-09T22:41:09.943 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:09.943 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 332 k 2024-03-09T22:41:09.943 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 1.5 M 2024-03-09T22:41:09.943 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-09T22:41:10.049 INFO:teuthology.orchestra.run.smithi081.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 647 kB/s | 69 kB 00:00 2024-03-09T22:41:10.182 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1920.g6b01fe95.el9.noarch 13/13 2024-03-09T22:41:10.183 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1920.g6b01fe95.el9.noarch 1/13 2024-03-09T22:41:10.183 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-09T22:41:10.183 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-09T22:41:10.183 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-09T22:41:10.183 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-09T22:41:10.183 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-09T22:41:10.183 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-09T22:41:10.183 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-09T22:41:10.183 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-09T22:41:10.183 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-google-auth-1:2.28.0-1.el9.noarch 10/13 2024-03-09T22:41:10.183 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-09T22:41:10.183 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-09T22:41:10.565 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-09T22:41:10.565 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:10.565 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-03-09T22:41:10.565 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-rook-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T22:41:10.566 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-09T22:41:10.566 INFO:teuthology.orchestra.run.smithi186.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-09T22:41:10.566 INFO:teuthology.orchestra.run.smithi186.stdout: python3-google-auth-1:2.28.0-1.el9.noarch 2024-03-09T22:41:10.566 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-09T22:41:10.566 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-09T22:41:10.566 INFO:teuthology.orchestra.run.smithi186.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-09T22:41:10.566 INFO:teuthology.orchestra.run.smithi186.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-09T22:41:10.566 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-09T22:41:10.566 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-09T22:41:10.566 INFO:teuthology.orchestra.run.smithi186.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-09T22:41:10.566 INFO:teuthology.orchestra.run.smithi186.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-09T22:41:10.566 INFO:teuthology.orchestra.run.smithi186.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-09T22:41:10.566 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:10.566 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-03-09T22:41:10.817 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-mgr-cephadm 2024-03-09T22:41:11.380 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:30 ago on Sat 09 Mar 2024 10:39:41 PM UTC. 2024-03-09T22:41:11.531 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-03-09T22:41:11.531 INFO:teuthology.orchestra.run.smithi186.stdout:======================================================================================== 2024-03-09T22:41:11.532 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2024-03-09T22:41:11.532 INFO:teuthology.orchestra.run.smithi186.stdout:======================================================================================== 2024-03-09T22:41:11.532 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-03-09T22:41:11.532 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 139 k 2024-03-09T22:41:11.532 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2024-03-09T22:41:11.532 INFO:teuthology.orchestra.run.smithi186.stdout: python3-asyncssh noarch 2.13.2-4.el9 epel 548 k 2024-03-09T22:41:11.532 INFO:teuthology.orchestra.run.smithi186.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-09T22:41:11.532 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-09T22:41:11.532 INFO:teuthology.orchestra.run.smithi186.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-09T22:41:11.532 INFO:teuthology.orchestra.run.smithi186.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-09T22:41:11.532 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:11.532 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-03-09T22:41:11.532 INFO:teuthology.orchestra.run.smithi186.stdout:======================================================================================== 2024-03-09T22:41:11.532 INFO:teuthology.orchestra.run.smithi186.stdout:Install 6 Packages 2024-03-09T22:41:11.533 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:11.533 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 6.8 M 2024-03-09T22:41:11.533 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 33 M 2024-03-09T22:41:11.533 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-03-09T22:41:12.004 INFO:teuthology.orchestra.run.smithi186.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.0 MB/s | 248 kB 00:00 2024-03-09T22:41:12.268 INFO:teuthology.orchestra.run.smithi186.stdout:(2/6): ceph-mgr-cephadm-19.0.0-1920.g6b01fe95.e 274 kB/s | 139 kB 00:00 2024-03-09T22:41:12.469 INFO:teuthology.orchestra.run.smithi186.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 8.2 MB/s | 5.8 MB 00:00 2024-03-09T22:41:12.494 INFO:teuthology.orchestra.run.smithi186.stdout:(4/6): python3-asyncssh-2.13.2-4.el9.noarch.rpm 1.1 MB/s | 548 kB 00:00 2024-03-09T22:41:12.661 INFO:teuthology.orchestra.run.smithi186.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 147 kB/s | 58 kB 00:00 2024-03-09T22:41:12.753 INFO:teuthology.orchestra.run.smithi186.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 181 kB/s | 51 kB 00:00 2024-03-09T22:41:12.756 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:41:12.756 INFO:teuthology.orchestra.run.smithi186.stdout:Total 5.6 MB/s | 6.8 MB 00:01 2024-03-09T22:41:12.769 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-03-09T22:41:12.779 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-03-09T22:41:12.780 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-03-09T22:41:12.849 INFO:teuthology.orchestra.run.smithi081.stdout:(2/2): ceph-volume-19.0.0-1920.g6b01fe95.el9.no 91 kB/s | 264 kB 00:02 2024-03-09T22:41:12.851 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:41:12.851 INFO:teuthology.orchestra.run.smithi081.stdout:Total 114 kB/s | 332 kB 00:02 2024-03-09T22:41:12.851 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-09T22:41:12.861 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-09T22:41:12.861 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-09T22:41:12.872 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-03-09T22:41:12.873 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-03-09T22:41:12.909 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-09T22:41:12.910 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-09T22:41:13.062 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-09T22:41:13.168 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-03-09T22:41:13.247 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-09T22:41:13.276 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-volume-2:19.0.0-1920.g6b01fe95.el9.noarch 2/2 2024-03-09T22:41:13.291 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-volume-2:19.0.0-1920.g6b01fe95.el9.noarch 2/2 2024-03-09T22:41:13.291 INFO:teuthology.orchestra.run.smithi081.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T22:41:13.291 INFO:teuthology.orchestra.run.smithi081.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-09T22:41:13.292 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:13.349 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-09T22:41:13.405 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-asyncssh-2.13.2-4.el9.noarch 2/6 2024-03-09T22:41:13.920 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-09T22:41:14.008 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-09T22:41:14.035 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-volume-2:19.0.0-1920.g6b01fe95.el9.noarch 1/2 2024-03-09T22:41:14.077 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-09T22:41:14.100 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 6/6 2024-03-09T22:41:14.421 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-09T22:41:14.422 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:14.422 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-09T22:41:14.422 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-volume-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T22:41:14.422 INFO:teuthology.orchestra.run.smithi081.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-09T22:41:14.422 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:14.422 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-09T22:41:14.790 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install librados-devel 2024-03-09T22:41:14.867 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 6/6 2024-03-09T22:41:14.867 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 1/6 2024-03-09T22:41:14.867 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-09T22:41:14.867 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-09T22:41:14.867 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-asyncssh-2.13.2-4.el9.noarch 4/6 2024-03-09T22:41:14.867 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-09T22:41:15.196 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-09T22:41:15.197 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:15.197 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-03-09T22:41:15.197 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-cephadm-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T22:41:15.197 INFO:teuthology.orchestra.run.smithi186.stdout: python3-asyncssh-2.13.2-4.el9.noarch 2024-03-09T22:41:15.197 INFO:teuthology.orchestra.run.smithi186.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-09T22:41:15.197 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-09T22:41:15.197 INFO:teuthology.orchestra.run.smithi186.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-09T22:41:15.197 INFO:teuthology.orchestra.run.smithi186.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-09T22:41:15.197 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:15.197 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-03-09T22:41:15.365 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:36 ago on Sat 09 Mar 2024 10:39:39 PM UTC. 2024-03-09T22:41:15.470 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-fuse 2024-03-09T22:41:15.514 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-09T22:41:15.515 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:41:15.515 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repo Size 2024-03-09T22:41:15.515 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:41:15.516 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-09T22:41:15.516 INFO:teuthology.orchestra.run.smithi081.stdout: librados-devel x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 126 k 2024-03-09T22:41:15.516 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:15.516 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-09T22:41:15.516 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:41:15.516 INFO:teuthology.orchestra.run.smithi081.stdout:Install 1 Package 2024-03-09T22:41:15.516 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:15.516 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 126 k 2024-03-09T22:41:15.516 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 456 k 2024-03-09T22:41:15.516 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-09T22:41:16.034 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:35 ago on Sat 09 Mar 2024 10:39:41 PM UTC. 2024-03-09T22:41:16.185 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-03-09T22:41:16.186 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:41:16.186 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2024-03-09T22:41:16.186 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:41:16.186 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-03-09T22:41:16.186 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-fuse x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 888 k 2024-03-09T22:41:16.186 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2024-03-09T22:41:16.186 INFO:teuthology.orchestra.run.smithi186.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-09T22:41:16.186 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:16.186 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-03-09T22:41:16.186 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:41:16.186 INFO:teuthology.orchestra.run.smithi186.stdout:Install 2 Packages 2024-03-09T22:41:16.186 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:16.187 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 967 k 2024-03-09T22:41:16.187 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 2.8 M 2024-03-09T22:41:16.187 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-03-09T22:41:16.205 INFO:teuthology.orchestra.run.smithi081.stdout:librados-devel-19.0.0-1920.g6b01fe95.el9.x86_64 184 kB/s | 126 kB 00:00 2024-03-09T22:41:16.205 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:41:16.206 INFO:teuthology.orchestra.run.smithi081.stdout:Total 183 kB/s | 126 kB 00:00 2024-03-09T22:41:16.206 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-09T22:41:16.212 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-09T22:41:16.212 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-09T22:41:16.269 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-09T22:41:16.269 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-09T22:41:16.329 INFO:teuthology.orchestra.run.smithi186.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 554 kB/s | 79 kB 00:00 2024-03-09T22:41:16.421 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-09T22:41:16.520 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : librados-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:17.007 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: librados-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:17.021 INFO:teuthology.orchestra.run.smithi186.stdout:(2/2): ceph-fuse-19.0.0-1920.g6b01fe95.el9.x86_ 1.0 MB/s | 888 kB 00:00 2024-03-09T22:41:17.023 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:41:17.023 INFO:teuthology.orchestra.run.smithi186.stdout:Total 1.1 MB/s | 967 kB 00:00 2024-03-09T22:41:17.023 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-03-09T22:41:17.044 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-03-09T22:41:17.044 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-03-09T22:41:17.125 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-03-09T22:41:17.125 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-03-09T22:41:17.319 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-03-09T22:41:17.327 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librados-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:17.327 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:17.327 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-09T22:41:17.327 INFO:teuthology.orchestra.run.smithi081.stdout: librados-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:41:17.327 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:17.328 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-09T22:41:17.464 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-09T22:41:17.538 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/2 2024-03-09T22:41:17.591 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install libcephfs2 2024-03-09T22:41:18.155 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:39 ago on Sat 09 Mar 2024 10:39:39 PM UTC. 2024-03-09T22:41:18.248 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 2/2 2024-03-09T22:41:18.248 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/2 2024-03-09T22:41:18.254 INFO:teuthology.orchestra.run.smithi081.stdout:Package libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T22:41:18.308 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-09T22:41:18.309 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2024-03-09T22:41:18.309 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-09T22:41:18.372 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install libcephfs-devel 2024-03-09T22:41:18.573 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-09T22:41:18.573 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:18.573 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-03-09T22:41:18.573 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-09T22:41:18.573 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:18.573 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-03-09T22:41:18.906 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install ceph-volume 2024-03-09T22:41:18.936 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:39 ago on Sat 09 Mar 2024 10:39:39 PM UTC. 2024-03-09T22:41:19.086 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-09T22:41:19.087 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:41:19.087 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repo Size 2024-03-09T22:41:19.088 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:41:19.088 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-09T22:41:19.088 INFO:teuthology.orchestra.run.smithi081.stdout: libcephfs-devel x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 31 k 2024-03-09T22:41:19.088 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:19.088 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-09T22:41:19.088 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:41:19.089 INFO:teuthology.orchestra.run.smithi081.stdout:Install 1 Package 2024-03-09T22:41:19.089 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:19.089 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 31 k 2024-03-09T22:41:19.089 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 140 k 2024-03-09T22:41:19.089 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-09T22:41:19.259 INFO:teuthology.orchestra.run.smithi081.stdout:libcephfs-devel-19.0.0-1920.g6b01fe95.el9.x86_6 182 kB/s | 31 kB 00:00 2024-03-09T22:41:19.260 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:41:19.260 INFO:teuthology.orchestra.run.smithi081.stdout:Total 180 kB/s | 31 kB 00:00 2024-03-09T22:41:19.260 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-09T22:41:19.264 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-09T22:41:19.264 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-09T22:41:19.295 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-09T22:41:19.295 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-09T22:41:19.408 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-09T22:41:19.481 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:38 ago on Sat 09 Mar 2024 10:39:41 PM UTC. 2024-03-09T22:41:19.516 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libcephfs-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:19.632 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-03-09T22:41:19.633 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:41:19.634 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2024-03-09T22:41:19.634 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:41:19.634 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-03-09T22:41:19.634 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-volume noarch 2:19.0.0-1920.g6b01fe95.el9 ceph-noarch 264 k 2024-03-09T22:41:19.634 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2024-03-09T22:41:19.635 INFO:teuthology.orchestra.run.smithi186.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-09T22:41:19.635 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:19.635 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-03-09T22:41:19.635 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:41:19.635 INFO:teuthology.orchestra.run.smithi186.stdout:Install 2 Packages 2024-03-09T22:41:19.635 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:19.636 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 332 k 2024-03-09T22:41:19.636 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 1.5 M 2024-03-09T22:41:19.636 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-03-09T22:41:19.762 INFO:teuthology.orchestra.run.smithi186.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 541 kB/s | 69 kB 00:00 2024-03-09T22:41:19.963 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:20.012 INFO:teuthology.orchestra.run.smithi186.stdout:(2/2): ceph-volume-19.0.0-1920.g6b01fe95.el9.no 699 kB/s | 264 kB 00:00 2024-03-09T22:41:20.014 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:41:20.014 INFO:teuthology.orchestra.run.smithi186.stdout:Total 876 kB/s | 332 kB 00:00 2024-03-09T22:41:20.014 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-03-09T22:41:20.022 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-03-09T22:41:20.022 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-03-09T22:41:20.068 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-03-09T22:41:20.068 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-03-09T22:41:20.218 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-03-09T22:41:20.264 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libcephfs-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:20.264 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:20.264 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-09T22:41:20.265 INFO:teuthology.orchestra.run.smithi081.stdout: libcephfs-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:41:20.265 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:20.265 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-09T22:41:20.404 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-09T22:41:20.447 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : ceph-volume-2:19.0.0-1920.g6b01fe95.el9.noarch 2/2 2024-03-09T22:41:20.450 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install librados2 2024-03-09T22:41:20.463 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: ceph-volume-2:19.0.0-1920.g6b01fe95.el9.noarch 2/2 2024-03-09T22:41:20.463 INFO:teuthology.orchestra.run.smithi186.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T22:41:20.463 INFO:teuthology.orchestra.run.smithi186.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-09T22:41:20.463 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:21.004 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:42 ago on Sat 09 Mar 2024 10:39:39 PM UTC. 2024-03-09T22:41:21.102 INFO:teuthology.orchestra.run.smithi081.stdout:Package librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T22:41:21.154 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-09T22:41:21.155 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2024-03-09T22:41:21.155 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-09T22:41:21.190 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : ceph-volume-2:19.0.0-1920.g6b01fe95.el9.noarch 1/2 2024-03-09T22:41:21.205 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install librbd1 2024-03-09T22:41:21.562 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-09T22:41:21.562 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:21.562 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-03-09T22:41:21.562 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-volume-2:19.0.0-1920.g6b01fe95.el9.noarch 2024-03-09T22:41:21.562 INFO:teuthology.orchestra.run.smithi186.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-09T22:41:21.562 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:21.563 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-03-09T22:41:21.758 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:42 ago on Sat 09 Mar 2024 10:39:39 PM UTC. 2024-03-09T22:41:21.855 INFO:teuthology.orchestra.run.smithi081.stdout:Package librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T22:41:21.883 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install librados-devel 2024-03-09T22:41:21.907 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-09T22:41:21.908 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2024-03-09T22:41:21.909 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-09T22:41:21.955 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install python3-rados 2024-03-09T22:41:22.459 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:41 ago on Sat 09 Mar 2024 10:39:41 PM UTC. 2024-03-09T22:41:22.520 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:43 ago on Sat 09 Mar 2024 10:39:39 PM UTC. 2024-03-09T22:41:22.611 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-03-09T22:41:22.612 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:41:22.612 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repo Size 2024-03-09T22:41:22.612 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:41:22.613 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-03-09T22:41:22.613 INFO:teuthology.orchestra.run.smithi186.stdout: librados-devel x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 126 k 2024-03-09T22:41:22.613 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:22.613 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-03-09T22:41:22.613 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:41:22.613 INFO:teuthology.orchestra.run.smithi186.stdout:Install 1 Package 2024-03-09T22:41:22.613 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:22.613 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 126 k 2024-03-09T22:41:22.613 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 456 k 2024-03-09T22:41:22.613 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-03-09T22:41:22.621 INFO:teuthology.orchestra.run.smithi081.stdout:Package python3-rados-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T22:41:22.675 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-09T22:41:22.676 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2024-03-09T22:41:22.676 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-09T22:41:22.735 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install python3-rgw 2024-03-09T22:41:22.934 INFO:teuthology.orchestra.run.smithi186.stdout:librados-devel-19.0.0-1920.g6b01fe95.el9.x86_64 395 kB/s | 126 kB 00:00 2024-03-09T22:41:22.935 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:41:22.935 INFO:teuthology.orchestra.run.smithi186.stdout:Total 393 kB/s | 126 kB 00:00 2024-03-09T22:41:22.935 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-03-09T22:41:22.941 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-03-09T22:41:22.941 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-03-09T22:41:22.997 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-03-09T22:41:22.997 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-03-09T22:41:23.162 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-03-09T22:41:23.267 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : librados-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:23.327 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:44 ago on Sat 09 Mar 2024 10:39:39 PM UTC. 2024-03-09T22:41:23.427 INFO:teuthology.orchestra.run.smithi081.stdout:Package python3-rgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T22:41:23.483 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-09T22:41:23.483 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2024-03-09T22:41:23.483 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-09T22:41:23.541 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install python3-cephfs 2024-03-09T22:41:23.786 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: librados-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:24.104 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:45 ago on Sat 09 Mar 2024 10:39:39 PM UTC. 2024-03-09T22:41:24.135 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : librados-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:24.135 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:24.135 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-03-09T22:41:24.135 INFO:teuthology.orchestra.run.smithi186.stdout: librados-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:41:24.136 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:24.136 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-03-09T22:41:24.202 INFO:teuthology.orchestra.run.smithi081.stdout:Package python3-cephfs-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T22:41:24.254 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-09T22:41:24.254 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2024-03-09T22:41:24.255 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-09T22:41:24.313 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install python3-rbd 2024-03-09T22:41:24.410 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install libcephfs2 2024-03-09T22:41:24.874 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:45 ago on Sat 09 Mar 2024 10:39:39 PM UTC. 2024-03-09T22:41:24.970 INFO:teuthology.orchestra.run.smithi081.stdout:Package python3-rbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T22:41:24.982 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:43 ago on Sat 09 Mar 2024 10:39:41 PM UTC. 2024-03-09T22:41:25.021 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-09T22:41:25.022 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2024-03-09T22:41:25.023 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-09T22:41:25.072 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install rbd-fuse 2024-03-09T22:41:25.083 INFO:teuthology.orchestra.run.smithi186.stdout:Package libcephfs2-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T22:41:25.137 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-03-09T22:41:25.138 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2024-03-09T22:41:25.138 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-03-09T22:41:25.229 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install libcephfs-devel 2024-03-09T22:41:25.626 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:46 ago on Sat 09 Mar 2024 10:39:39 PM UTC. 2024-03-09T22:41:25.777 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-09T22:41:25.777 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:41:25.778 INFO:teuthology.orchestra.run.smithi081.stdout: Package Architecture Version Repository Size 2024-03-09T22:41:25.778 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:41:25.778 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-09T22:41:25.778 INFO:teuthology.orchestra.run.smithi081.stdout: rbd-fuse x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 85 k 2024-03-09T22:41:25.778 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:25.778 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-09T22:41:25.778 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:41:25.778 INFO:teuthology.orchestra.run.smithi081.stdout:Install 1 Package 2024-03-09T22:41:25.778 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:25.778 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 85 k 2024-03-09T22:41:25.778 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 231 k 2024-03-09T22:41:25.778 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-09T22:41:25.791 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:44 ago on Sat 09 Mar 2024 10:39:41 PM UTC. 2024-03-09T22:41:25.942 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-03-09T22:41:25.942 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:41:25.942 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repo Size 2024-03-09T22:41:25.943 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:41:25.943 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-03-09T22:41:25.943 INFO:teuthology.orchestra.run.smithi186.stdout: libcephfs-devel x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 31 k 2024-03-09T22:41:25.943 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:25.943 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-03-09T22:41:25.943 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:41:25.943 INFO:teuthology.orchestra.run.smithi186.stdout:Install 1 Package 2024-03-09T22:41:25.943 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:25.943 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 31 k 2024-03-09T22:41:25.943 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 140 k 2024-03-09T22:41:25.943 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-03-09T22:41:26.088 INFO:teuthology.orchestra.run.smithi081.stdout:rbd-fuse-19.0.0-1920.g6b01fe95.el9.x86_64.rpm 276 kB/s | 85 kB 00:00 2024-03-09T22:41:26.088 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:41:26.088 INFO:teuthology.orchestra.run.smithi081.stdout:Total 275 kB/s | 85 kB 00:00 2024-03-09T22:41:26.089 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-09T22:41:26.096 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-09T22:41:26.096 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-09T22:41:26.151 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-09T22:41:26.152 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-09T22:41:26.172 INFO:teuthology.orchestra.run.smithi186.stdout:libcephfs-devel-19.0.0-1920.g6b01fe95.el9.x86_6 136 kB/s | 31 kB 00:00 2024-03-09T22:41:26.173 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:41:26.173 INFO:teuthology.orchestra.run.smithi186.stdout:Total 136 kB/s | 31 kB 00:00 2024-03-09T22:41:26.173 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-03-09T22:41:26.176 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-03-09T22:41:26.176 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-03-09T22:41:26.209 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-03-09T22:41:26.209 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-03-09T22:41:26.295 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-09T22:41:26.341 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-03-09T22:41:26.403 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : rbd-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:26.437 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : libcephfs-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:26.843 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:26.855 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:27.127 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : libcephfs-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:27.127 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:27.127 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-03-09T22:41:27.127 INFO:teuthology.orchestra.run.smithi186.stdout: libcephfs-devel-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:41:27.127 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:27.127 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-03-09T22:41:27.203 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : rbd-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:27.203 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:27.204 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-09T22:41:27.204 INFO:teuthology.orchestra.run.smithi081.stdout: rbd-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:41:27.204 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:27.204 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-09T22:41:27.311 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install librados2 2024-03-09T22:41:27.420 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install rbd-mirror 2024-03-09T22:41:27.872 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:46 ago on Sat 09 Mar 2024 10:39:41 PM UTC. 2024-03-09T22:41:27.969 INFO:teuthology.orchestra.run.smithi186.stdout:Package librados2-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T22:41:27.991 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:48 ago on Sat 09 Mar 2024 10:39:39 PM UTC. 2024-03-09T22:41:28.022 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-03-09T22:41:28.023 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2024-03-09T22:41:28.023 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-03-09T22:41:28.084 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install librbd1 2024-03-09T22:41:28.139 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-09T22:41:28.140 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:41:28.140 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repo Size 2024-03-09T22:41:28.140 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:41:28.140 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-09T22:41:28.140 INFO:teuthology.orchestra.run.smithi081.stdout: rbd-mirror x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 3.1 M 2024-03-09T22:41:28.140 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:28.140 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-09T22:41:28.140 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:41:28.140 INFO:teuthology.orchestra.run.smithi081.stdout:Install 1 Package 2024-03-09T22:41:28.141 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:28.141 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 3.1 M 2024-03-09T22:41:28.141 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 13 M 2024-03-09T22:41:28.141 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-09T22:41:28.540 INFO:teuthology.orchestra.run.smithi081.stdout:rbd-mirror-19.0.0-1920.g6b01fe95.el9.x86_64.rpm 7.7 MB/s | 3.1 MB 00:00 2024-03-09T22:41:28.541 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:41:28.541 INFO:teuthology.orchestra.run.smithi081.stdout:Total 7.7 MB/s | 3.1 MB 00:00 2024-03-09T22:41:28.541 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-09T22:41:28.551 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-09T22:41:28.551 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-09T22:41:28.623 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-09T22:41:28.623 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-09T22:41:28.647 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:47 ago on Sat 09 Mar 2024 10:39:41 PM UTC. 2024-03-09T22:41:28.746 INFO:teuthology.orchestra.run.smithi186.stdout:Package librbd1-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T22:41:28.798 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-03-09T22:41:28.799 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2024-03-09T22:41:28.799 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-03-09T22:41:28.851 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install python3-rados 2024-03-09T22:41:29.042 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-09T22:41:29.108 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : rbd-mirror-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:29.132 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:29.132 INFO:teuthology.orchestra.run.smithi081.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T22:41:29.132 INFO:teuthology.orchestra.run.smithi081.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-09T22:41:29.132 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-09T22:41:29.132 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-09T22:41:29.132 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:29.415 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:48 ago on Sat 09 Mar 2024 10:39:41 PM UTC. 2024-03-09T22:41:29.514 INFO:teuthology.orchestra.run.smithi186.stdout:Package python3-rados-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T22:41:29.566 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-03-09T22:41:29.567 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2024-03-09T22:41:29.567 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-03-09T22:41:29.619 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install python3-rgw 2024-03-09T22:41:30.186 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:49 ago on Sat 09 Mar 2024 10:39:41 PM UTC. 2024-03-09T22:41:30.251 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : rbd-mirror-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:30.252 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:30.252 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-09T22:41:30.252 INFO:teuthology.orchestra.run.smithi081.stdout: rbd-mirror-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:41:30.252 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:30.252 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-09T22:41:30.283 INFO:teuthology.orchestra.run.smithi186.stdout:Package python3-rgw-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T22:41:30.334 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-03-09T22:41:30.335 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2024-03-09T22:41:30.335 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-03-09T22:41:30.392 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install python3-cephfs 2024-03-09T22:41:30.504 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install rbd-nbd 2024-03-09T22:41:30.961 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:49 ago on Sat 09 Mar 2024 10:39:41 PM UTC. 2024-03-09T22:41:31.059 INFO:teuthology.orchestra.run.smithi186.stdout:Package python3-cephfs-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T22:41:31.074 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:52 ago on Sat 09 Mar 2024 10:39:39 PM UTC. 2024-03-09T22:41:31.110 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-03-09T22:41:31.112 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2024-03-09T22:41:31.112 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-03-09T22:41:31.167 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install python3-rbd 2024-03-09T22:41:31.223 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-09T22:41:31.224 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:41:31.224 INFO:teuthology.orchestra.run.smithi081.stdout: Package Architecture Version Repository Size 2024-03-09T22:41:31.224 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:41:31.224 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-09T22:41:31.224 INFO:teuthology.orchestra.run.smithi081.stdout: rbd-nbd x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 170 k 2024-03-09T22:41:31.224 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:31.224 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-09T22:41:31.224 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-09T22:41:31.224 INFO:teuthology.orchestra.run.smithi081.stdout:Install 1 Package 2024-03-09T22:41:31.224 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:31.224 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 170 k 2024-03-09T22:41:31.225 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 490 k 2024-03-09T22:41:31.225 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-09T22:41:31.470 INFO:teuthology.orchestra.run.smithi081.stdout:rbd-nbd-19.0.0-1920.g6b01fe95.el9.x86_64.rpm 697 kB/s | 170 kB 00:00 2024-03-09T22:41:31.470 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:41:31.471 INFO:teuthology.orchestra.run.smithi081.stdout:Total 693 kB/s | 170 kB 00:00 2024-03-09T22:41:31.471 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-09T22:41:31.478 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-09T22:41:31.478 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-09T22:41:31.534 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-09T22:41:31.534 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-09T22:41:31.677 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-09T22:41:31.732 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:50 ago on Sat 09 Mar 2024 10:39:41 PM UTC. 2024-03-09T22:41:31.776 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : rbd-nbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:31.831 INFO:teuthology.orchestra.run.smithi186.stdout:Package python3-rbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 is already installed. 2024-03-09T22:41:31.883 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-03-09T22:41:31.884 INFO:teuthology.orchestra.run.smithi186.stdout:Nothing to do. 2024-03-09T22:41:31.884 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-03-09T22:41:31.941 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install rbd-fuse 2024-03-09T22:41:32.288 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:32.506 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:51 ago on Sat 09 Mar 2024 10:39:41 PM UTC. 2024-03-09T22:41:32.634 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : rbd-nbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:32.634 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:32.634 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-09T22:41:32.634 INFO:teuthology.orchestra.run.smithi081.stdout: rbd-nbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:41:32.634 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:41:32.634 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-09T22:41:32.656 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-03-09T22:41:32.657 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:41:32.657 INFO:teuthology.orchestra.run.smithi186.stdout: Package Architecture Version Repository Size 2024-03-09T22:41:32.657 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:41:32.657 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-03-09T22:41:32.657 INFO:teuthology.orchestra.run.smithi186.stdout: rbd-fuse x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 85 k 2024-03-09T22:41:32.658 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:32.658 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-03-09T22:41:32.658 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:41:32.658 INFO:teuthology.orchestra.run.smithi186.stdout:Install 1 Package 2024-03-09T22:41:32.658 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:32.658 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 85 k 2024-03-09T22:41:32.658 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 231 k 2024-03-09T22:41:32.658 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-03-09T22:41:32.864 DEBUG:teuthology.parallel:result is None 2024-03-09T22:41:32.975 INFO:teuthology.orchestra.run.smithi186.stdout:rbd-fuse-19.0.0-1920.g6b01fe95.el9.x86_64.rpm 270 kB/s | 85 kB 00:00 2024-03-09T22:41:32.976 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:41:32.976 INFO:teuthology.orchestra.run.smithi186.stdout:Total 268 kB/s | 85 kB 00:00 2024-03-09T22:41:32.976 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-03-09T22:41:32.982 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-03-09T22:41:32.983 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-03-09T22:41:33.039 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-03-09T22:41:33.039 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-03-09T22:41:33.188 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-03-09T22:41:33.282 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : rbd-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:33.721 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:34.060 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : rbd-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:34.060 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:34.060 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-03-09T22:41:34.060 INFO:teuthology.orchestra.run.smithi186.stdout: rbd-fuse-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:41:34.060 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:34.060 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-03-09T22:41:34.293 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install rbd-mirror 2024-03-09T22:41:34.863 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:53 ago on Sat 09 Mar 2024 10:39:41 PM UTC. 2024-03-09T22:41:35.012 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-03-09T22:41:35.013 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:41:35.013 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repo Size 2024-03-09T22:41:35.013 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:41:35.013 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-03-09T22:41:35.014 INFO:teuthology.orchestra.run.smithi186.stdout: rbd-mirror x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 3.1 M 2024-03-09T22:41:35.014 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:35.014 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-03-09T22:41:35.014 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:41:35.014 INFO:teuthology.orchestra.run.smithi186.stdout:Install 1 Package 2024-03-09T22:41:35.014 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:35.014 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 3.1 M 2024-03-09T22:41:35.014 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 13 M 2024-03-09T22:41:35.014 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-03-09T22:41:35.412 INFO:teuthology.orchestra.run.smithi186.stdout:rbd-mirror-19.0.0-1920.g6b01fe95.el9.x86_64.rpm 7.8 MB/s | 3.1 MB 00:00 2024-03-09T22:41:35.413 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:41:35.413 INFO:teuthology.orchestra.run.smithi186.stdout:Total 7.7 MB/s | 3.1 MB 00:00 2024-03-09T22:41:35.413 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-03-09T22:41:35.423 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-03-09T22:41:35.423 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-03-09T22:41:35.494 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-03-09T22:41:35.494 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-03-09T22:41:35.915 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-03-09T22:41:35.962 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : rbd-mirror-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:35.985 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:35.985 INFO:teuthology.orchestra.run.smithi186.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-09T22:41:35.985 INFO:teuthology.orchestra.run.smithi186.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-09T22:41:35.985 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-09T22:41:35.986 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-09T22:41:35.986 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:37.202 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : rbd-mirror-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:37.203 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:37.203 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-03-09T22:41:37.203 INFO:teuthology.orchestra.run.smithi186.stdout: rbd-mirror-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:41:37.203 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:37.203 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-03-09T22:41:37.430 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum -y install rbd-nbd 2024-03-09T22:41:38.007 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:01:57 ago on Sat 09 Mar 2024 10:39:41 PM UTC. 2024-03-09T22:41:38.156 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-03-09T22:41:38.156 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:41:38.156 INFO:teuthology.orchestra.run.smithi186.stdout: Package Architecture Version Repository Size 2024-03-09T22:41:38.157 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:41:38.157 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-03-09T22:41:38.157 INFO:teuthology.orchestra.run.smithi186.stdout: rbd-nbd x86_64 2:19.0.0-1920.g6b01fe95.el9 ceph 170 k 2024-03-09T22:41:38.157 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:38.157 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-03-09T22:41:38.157 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-03-09T22:41:38.157 INFO:teuthology.orchestra.run.smithi186.stdout:Install 1 Package 2024-03-09T22:41:38.157 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:38.157 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 170 k 2024-03-09T22:41:38.157 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 490 k 2024-03-09T22:41:38.157 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-03-09T22:41:38.724 INFO:teuthology.orchestra.run.smithi186.stdout:rbd-nbd-19.0.0-1920.g6b01fe95.el9.x86_64.rpm 301 kB/s | 170 kB 00:00 2024-03-09T22:41:38.724 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:41:38.724 INFO:teuthology.orchestra.run.smithi186.stdout:Total 300 kB/s | 170 kB 00:00 2024-03-09T22:41:38.724 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-03-09T22:41:38.732 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-03-09T22:41:38.733 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-03-09T22:41:38.789 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-03-09T22:41:38.790 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-03-09T22:41:38.948 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-03-09T22:41:39.039 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : rbd-nbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:39.543 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:39.841 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : rbd-nbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 1/1 2024-03-09T22:41:39.841 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:39.841 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-03-09T22:41:39.842 INFO:teuthology.orchestra.run.smithi186.stdout: rbd-nbd-2:19.0.0-1920.g6b01fe95.el9.x86_64 2024-03-09T22:41:39.842 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-03-09T22:41:39.842 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-03-09T22:41:40.114 DEBUG:teuthology.parallel:result is None 2024-03-09T22:41:40.115 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T22:41:40.341 DEBUG:teuthology.orchestra.run.smithi081:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-09T22:41:40.365 INFO:teuthology.orchestra.run.smithi081.stdout:19.0.0-1920.g6b01fe95.el9 2024-03-09T22:41:40.366 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1920.g6b01fe95.el9 2024-03-09T22:41:40.366 INFO:teuthology.task.install:The correct ceph version 19.0.0-1920.g6b01fe95 is installed. 2024-03-09T22:41:40.368 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T22:41:40.510 DEBUG:teuthology.orchestra.run.smithi164:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-09T22:41:40.535 INFO:teuthology.orchestra.run.smithi164.stdout:19.0.0-1920.g6b01fe95.el9 2024-03-09T22:41:40.535 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1920.g6b01fe95.el9 2024-03-09T22:41:40.535 INFO:teuthology.task.install:The correct ceph version 19.0.0-1920.g6b01fe95 is installed. 2024-03-09T22:41:40.537 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T22:41:40.760 DEBUG:teuthology.orchestra.run.smithi186:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-09T22:41:40.784 INFO:teuthology.orchestra.run.smithi186.stdout:19.0.0-1920.g6b01fe95.el9 2024-03-09T22:41:40.784 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1920.g6b01fe95.el9 2024-03-09T22:41:40.784 INFO:teuthology.task.install:The correct ceph version 19.0.0-1920.g6b01fe95 is installed. 2024-03-09T22:41:40.786 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-09T22:41:40.786 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-03-09T22:41:40.786 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-09T22:41:40.818 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-09T22:41:40.819 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-09T22:41:40.851 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-03-09T22:41:40.851 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-09T22:41:40.881 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-09T22:41:40.882 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-03-09T22:41:40.882 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/usr/bin/daemon-helper 2024-03-09T22:41:40.913 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-09T22:41:40.983 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-09T22:41:40.983 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/usr/bin/daemon-helper 2024-03-09T22:41:41.016 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-09T22:41:41.086 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-03-09T22:41:41.086 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/usr/bin/daemon-helper 2024-03-09T22:41:41.118 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-09T22:41:41.185 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-09T22:41:41.186 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-03-09T22:41:41.186 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-09T22:41:41.217 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-09T22:41:41.287 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-09T22:41:41.287 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-09T22:41:41.319 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-09T22:41:41.389 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-03-09T22:41:41.389 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-09T22:41:41.418 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-09T22:41:41.486 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-09T22:41:41.487 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-03-09T22:41:41.487 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/usr/bin/stdin-killer 2024-03-09T22:41:41.517 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-09T22:41:41.587 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-03-09T22:41:41.587 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/usr/bin/stdin-killer 2024-03-09T22:41:41.619 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-09T22:41:41.689 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-03-09T22:41:41.689 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/usr/bin/stdin-killer 2024-03-09T22:41:41.717 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-09T22:41:41.786 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-09T22:41:41.897 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'], 'sha1': '6b01fe95f3aa686f1951a0c5828907a52930b92a'} 2024-03-09T22:41:41.897 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T22:41:41.898 INFO:tasks.cephadm:Cluster fsid is 3303ce2a-de66-11ee-95c7-87774f69a715 2024-03-09T22:41:41.898 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-09T22:41:41.898 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.81', 'mon.b': '172.21.15.164', 'mon.c': '172.21.15.186'} 2024-03-09T22:41:41.898 INFO:tasks.cephadm:First mon is mon.a on smithi081 2024-03-09T22:41:41.898 INFO:tasks.cephadm:First mgr is a 2024-03-09T22:41:41.898 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-09T22:41:41.899 DEBUG:teuthology.orchestra.run.smithi081:> sudo hostname $(hostname -s) 2024-03-09T22:41:41.930 DEBUG:teuthology.orchestra.run.smithi164:> sudo hostname $(hostname -s) 2024-03-09T22:41:41.963 DEBUG:teuthology.orchestra.run.smithi186:> sudo hostname $(hostname -s) 2024-03-09T22:41:41.992 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-09T22:41:41.993 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T22:41:42.129 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '6b01fe95f3aa686f1951a0c5828907a52930b92a', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/77392/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-1920-g6b01fe95', 'node_name': '172.21.2.1+braggi01', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-1920.g6b01fe95'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-03-07 01:55:50.169116', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri8-testing-2024-03-06-1329', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-03-09T22:41:42.268 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-yuri8-testing-2024-03-06-1329, sha1 6b01fe95f3aa686f1951a0c5828907a52930b92a from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T22:41:42.269 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/x86_64/flavors/default/cephadm 2024-03-09T22:41:42.269 DEBUG:teuthology.orchestra.run.smithi081:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-09T22:41:42.679 INFO:teuthology.orchestra.run.smithi081.stdout:-rw-r--r--. 1 ubuntu ubuntu 767311 Mar 9 22:41 /home/ubuntu/cephtest/cephadm 2024-03-09T22:41:42.679 DEBUG:teuthology.orchestra.run.smithi164:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-09T22:41:43.079 INFO:teuthology.orchestra.run.smithi164.stdout:-rw-r--r--. 1 ubuntu ubuntu 767311 Mar 9 22:41 /home/ubuntu/cephtest/cephadm 2024-03-09T22:41:43.080 DEBUG:teuthology.orchestra.run.smithi186:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-03-06-1329/6b01fe95f3aa686f1951a0c5828907a52930b92a/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-09T22:41:43.655 INFO:teuthology.orchestra.run.smithi186.stdout:-rw-r--r--. 1 ubuntu ubuntu 767311 Mar 9 22:41 /home/ubuntu/cephtest/cephadm 2024-03-09T22:41:43.655 DEBUG:teuthology.orchestra.run.smithi081:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-09T22:41:43.675 DEBUG:teuthology.orchestra.run.smithi164:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-09T22:41:43.694 DEBUG:teuthology.orchestra.run.smithi186:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-09T22:41:43.729 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a on all hosts... 2024-03-09T22:41:43.729 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a pull 2024-03-09T22:41:43.732 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a pull 2024-03-09T22:41:43.737 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a pull 2024-03-09T22:41:44.541 INFO:teuthology.orchestra.run.smithi164.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a... 2024-03-09T22:41:44.563 INFO:teuthology.orchestra.run.smithi081.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a... 2024-03-09T22:41:44.610 INFO:teuthology.orchestra.run.smithi186.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a... 2024-03-09T22:42:21.315 INFO:teuthology.orchestra.run.smithi164.stdout:{ 2024-03-09T22:42:21.315 INFO:teuthology.orchestra.run.smithi164.stdout: "ceph_version": "ceph version 19.0.0-1920-g6b01fe95 (6b01fe95f3aa686f1951a0c5828907a52930b92a) squid (dev)", 2024-03-09T22:42:21.315 INFO:teuthology.orchestra.run.smithi164.stdout: "image_id": "f02fa55b9b8de60984f1e61e337d57bb8acd19809523a4759a724dc047890a56", 2024-03-09T22:42:21.315 INFO:teuthology.orchestra.run.smithi164.stdout: "repo_digests": [ 2024-03-09T22:42:21.315 INFO:teuthology.orchestra.run.smithi164.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c4253a9c1a4d2bb6b4ac8a985dd1726f07539b5f0fc76b3531f14a6c822e6e8d" 2024-03-09T22:42:21.315 INFO:teuthology.orchestra.run.smithi164.stdout: ] 2024-03-09T22:42:21.315 INFO:teuthology.orchestra.run.smithi164.stdout:} 2024-03-09T22:42:27.015 INFO:teuthology.orchestra.run.smithi186.stdout:{ 2024-03-09T22:42:27.015 INFO:teuthology.orchestra.run.smithi186.stdout: "ceph_version": "ceph version 19.0.0-1920-g6b01fe95 (6b01fe95f3aa686f1951a0c5828907a52930b92a) squid (dev)", 2024-03-09T22:42:27.015 INFO:teuthology.orchestra.run.smithi186.stdout: "image_id": "f02fa55b9b8de60984f1e61e337d57bb8acd19809523a4759a724dc047890a56", 2024-03-09T22:42:27.015 INFO:teuthology.orchestra.run.smithi186.stdout: "repo_digests": [ 2024-03-09T22:42:27.015 INFO:teuthology.orchestra.run.smithi186.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c4253a9c1a4d2bb6b4ac8a985dd1726f07539b5f0fc76b3531f14a6c822e6e8d" 2024-03-09T22:42:27.016 INFO:teuthology.orchestra.run.smithi186.stdout: ] 2024-03-09T22:42:27.016 INFO:teuthology.orchestra.run.smithi186.stdout:} 2024-03-09T22:42:28.856 INFO:teuthology.orchestra.run.smithi081.stdout:{ 2024-03-09T22:42:28.856 INFO:teuthology.orchestra.run.smithi081.stdout: "ceph_version": "ceph version 19.0.0-1920-g6b01fe95 (6b01fe95f3aa686f1951a0c5828907a52930b92a) squid (dev)", 2024-03-09T22:42:28.857 INFO:teuthology.orchestra.run.smithi081.stdout: "image_id": "f02fa55b9b8de60984f1e61e337d57bb8acd19809523a4759a724dc047890a56", 2024-03-09T22:42:28.857 INFO:teuthology.orchestra.run.smithi081.stdout: "repo_digests": [ 2024-03-09T22:42:28.857 INFO:teuthology.orchestra.run.smithi081.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c4253a9c1a4d2bb6b4ac8a985dd1726f07539b5f0fc76b3531f14a6c822e6e8d" 2024-03-09T22:42:28.857 INFO:teuthology.orchestra.run.smithi081.stdout: ] 2024-03-09T22:42:28.857 INFO:teuthology.orchestra.run.smithi081.stdout:} 2024-03-09T22:42:28.880 DEBUG:teuthology.orchestra.run.smithi081:> sudo mkdir -p /etc/ceph 2024-03-09T22:42:28.911 DEBUG:teuthology.orchestra.run.smithi164:> sudo mkdir -p /etc/ceph 2024-03-09T22:42:28.946 DEBUG:teuthology.orchestra.run.smithi186:> sudo mkdir -p /etc/ceph 2024-03-09T22:42:28.982 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod 777 /etc/ceph 2024-03-09T22:42:29.008 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod 777 /etc/ceph 2024-03-09T22:42:29.038 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod 777 /etc/ceph 2024-03-09T22:42:29.068 INFO:tasks.cephadm:Writing seed config... 2024-03-09T22:42:29.071 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-03-09T22:42:29.071 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-09T22:42:29.071 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-09T22:42:29.071 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-03-09T22:42:29.071 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-09T22:42:29.072 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-09T22:42:29.072 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-09T22:42:29.072 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-09T22:42:29.072 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-09T22:42:29.072 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-03-09T22:42:29.072 DEBUG:teuthology.orchestra.run.smithi081:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-09T22:42:29.087 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 3303ce2a-de66-11ee-95c7-87774f69a715 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-03-09T22:42:29.088 DEBUG:teuthology.orchestra.run.smithi081:mon.a> sudo journalctl -f -n 0 -u ceph-3303ce2a-de66-11ee-95c7-87774f69a715@mon.a.service 2024-03-09T22:42:29.130 DEBUG:teuthology.orchestra.run.smithi081:mgr.a> sudo journalctl -f -n 0 -u ceph-3303ce2a-de66-11ee-95c7-87774f69a715@mgr.a.service 2024-03-09T22:42:29.173 INFO:tasks.cephadm:Bootstrapping... 2024-03-09T22:42:29.174 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a -v bootstrap --fsid 3303ce2a-de66-11ee-95c7-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.81 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-09T22:42:29.364 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-09T22:42:29.364 INFO:teuthology.orchestra.run.smithi081.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a', '-v', 'bootstrap', '--fsid', '3303ce2a-de66-11ee-95c7-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.81', '--skip-admin-label'] 2024-03-09T22:42:29.389 INFO:teuthology.orchestra.run.smithi081.stdout:/bin/podman: stdout 4.9.3-dev 2024-03-09T22:42:29.389 INFO:teuthology.orchestra.run.smithi081.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-09T22:42:29.389 INFO:teuthology.orchestra.run.smithi081.stdout:Verifying podman|docker is present... 2024-03-09T22:42:29.412 INFO:teuthology.orchestra.run.smithi081.stdout:/bin/podman: stdout 4.9.3-dev 2024-03-09T22:42:29.412 INFO:teuthology.orchestra.run.smithi081.stdout:Verifying lvm2 is present... 2024-03-09T22:42:29.412 INFO:teuthology.orchestra.run.smithi081.stdout:Verifying time synchronization is in place... 2024-03-09T22:42:29.420 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-09T22:42:29.420 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-09T22:42:29.426 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-09T22:42:29.426 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout inactive 2024-03-09T22:42:29.432 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout enabled 2024-03-09T22:42:29.438 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout active 2024-03-09T22:42:29.438 INFO:teuthology.orchestra.run.smithi081.stdout:Unit chronyd.service is enabled and running 2024-03-09T22:42:29.438 INFO:teuthology.orchestra.run.smithi081.stdout:Repeating the final host check... 2024-03-09T22:42:29.462 INFO:teuthology.orchestra.run.smithi081.stdout:/bin/podman: stdout 4.9.3-dev 2024-03-09T22:42:29.462 INFO:teuthology.orchestra.run.smithi081.stdout:podman (/bin/podman) version 4.9.3 is present 2024-03-09T22:42:29.462 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl is present 2024-03-09T22:42:29.462 INFO:teuthology.orchestra.run.smithi081.stdout:lvcreate is present 2024-03-09T22:42:29.468 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-09T22:42:29.468 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-09T22:42:29.473 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-09T22:42:29.473 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout inactive 2024-03-09T22:42:29.479 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout enabled 2024-03-09T22:42:29.486 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout active 2024-03-09T22:42:29.486 INFO:teuthology.orchestra.run.smithi081.stdout:Unit chronyd.service is enabled and running 2024-03-09T22:42:29.486 INFO:teuthology.orchestra.run.smithi081.stdout:Host looks OK 2024-03-09T22:42:29.486 INFO:teuthology.orchestra.run.smithi081.stdout:Cluster fsid: 3303ce2a-de66-11ee-95c7-87774f69a715 2024-03-09T22:42:29.486 INFO:teuthology.orchestra.run.smithi081.stdout:Acquiring lock 139890887438240 on /run/cephadm/3303ce2a-de66-11ee-95c7-87774f69a715.lock 2024-03-09T22:42:29.486 INFO:teuthology.orchestra.run.smithi081.stdout:Lock 139890887438240 acquired on /run/cephadm/3303ce2a-de66-11ee-95c7-87774f69a715.lock 2024-03-09T22:42:29.486 INFO:teuthology.orchestra.run.smithi081.stdout:Verifying IP 172.21.15.81 port 3300 ... 2024-03-09T22:42:29.487 INFO:teuthology.orchestra.run.smithi081.stdout:Verifying IP 172.21.15.81 port 6789 ... 2024-03-09T22:42:29.487 INFO:teuthology.orchestra.run.smithi081.stdout:Base mon IP(s) is [172.21.15.81:3300, 172.21.15.81:6789], mon addrv is [v2:172.21.15.81:3300,v1:172.21.15.81:6789] 2024-03-09T22:42:29.489 INFO:teuthology.orchestra.run.smithi081.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.81 metric 100 2024-03-09T22:42:29.490 INFO:teuthology.orchestra.run.smithi081.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.81 metric 100 2024-03-09T22:42:29.492 INFO:teuthology.orchestra.run.smithi081.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-09T22:42:29.492 INFO:teuthology.orchestra.run.smithi081.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-03-09T22:42:29.492 INFO:teuthology.orchestra.run.smithi081.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1784sec hoplimit 64 pref medium 2024-03-09T22:42:29.495 INFO:teuthology.orchestra.run.smithi081.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-09T22:42:29.495 INFO:teuthology.orchestra.run.smithi081.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-09T22:42:29.495 INFO:teuthology.orchestra.run.smithi081.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-09T22:42:29.496 INFO:teuthology.orchestra.run.smithi081.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-03-09T22:42:29.496 INFO:teuthology.orchestra.run.smithi081.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d753/64 scope link 2024-03-09T22:42:29.496 INFO:teuthology.orchestra.run.smithi081.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-09T22:42:29.496 INFO:teuthology.orchestra.run.smithi081.stdout:Mon IP `172.21.15.81` is in CIDR network `172.21.0.0/20` 2024-03-09T22:42:29.496 INFO:teuthology.orchestra.run.smithi081.stdout:Mon IP `172.21.15.81` is in CIDR network `172.21.0.0/20` 2024-03-09T22:42:29.496 INFO:teuthology.orchestra.run.smithi081.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-03-09T22:42:29.497 INFO:teuthology.orchestra.run.smithi081.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-09T22:42:29.497 INFO:teuthology.orchestra.run.smithi081.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a... 2024-03-09T22:42:29.967 INFO:teuthology.orchestra.run.smithi081.stdout:/bin/podman: stdout f02fa55b9b8de60984f1e61e337d57bb8acd19809523a4759a724dc047890a56 2024-03-09T22:42:29.967 INFO:teuthology.orchestra.run.smithi081.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a... 2024-03-09T22:42:29.967 INFO:teuthology.orchestra.run.smithi081.stdout:/bin/podman: stderr Getting image source signatures 2024-03-09T22:42:29.967 INFO:teuthology.orchestra.run.smithi081.stdout:/bin/podman: stderr Copying blob sha256:7feca07754707458c3945cf0062cf4dabc512f6d90fe1a9a1370b362b6011124 2024-03-09T22:42:29.967 INFO:teuthology.orchestra.run.smithi081.stdout:/bin/podman: stderr Copying blob sha256:f2a84f6d9b93f0a9c4c30ffe32cf4d8263921b927dab7c44db356735be8dc908 2024-03-09T22:42:29.967 INFO:teuthology.orchestra.run.smithi081.stdout:/bin/podman: stderr Copying config sha256:f02fa55b9b8de60984f1e61e337d57bb8acd19809523a4759a724dc047890a56 2024-03-09T22:42:29.967 INFO:teuthology.orchestra.run.smithi081.stdout:/bin/podman: stderr Writing manifest to image destination 2024-03-09T22:42:30.808 INFO:teuthology.orchestra.run.smithi081.stdout:ceph: stdout ceph version 19.0.0-1920-g6b01fe95 (6b01fe95f3aa686f1951a0c5828907a52930b92a) squid (dev) 2024-03-09T22:42:30.808 INFO:teuthology.orchestra.run.smithi081.stdout:Ceph version: ceph version 19.0.0-1920-g6b01fe95 (6b01fe95f3aa686f1951a0c5828907a52930b92a) squid (dev) 2024-03-09T22:42:30.808 INFO:teuthology.orchestra.run.smithi081.stdout:Extracting ceph user uid/gid from container image... 2024-03-09T22:42:31.646 INFO:teuthology.orchestra.run.smithi081.stdout:stat: stdout 167 167 2024-03-09T22:42:31.646 INFO:teuthology.orchestra.run.smithi081.stdout:Creating initial keys... 2024-03-09T22:42:38.146 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-authtool: stdout AQDX5exlliH2OBAAN1mBJ3Ya1pFOSitFhUbu8A== 2024-03-09T22:42:42.430 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-authtool: stdout AQDg5exlhliZMhAA4TbEiuhrKlRmAqzCCbAokQ== 2024-03-09T22:42:43.270 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-authtool: stdout AQDi5exlkH4FLBAA31SPrES0/OpV0lR2/cNbWA== 2024-03-09T22:42:43.270 INFO:teuthology.orchestra.run.smithi081.stdout:Creating initial monmap... 2024-03-09T22:42:44.317 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-09T22:42:44.318 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-09T22:42:44.318 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 3303ce2a-de66-11ee-95c7-87774f69a715 2024-03-09T22:42:44.318 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-09T22:42:44.318 INFO:teuthology.orchestra.run.smithi081.stdout:monmaptool for a [v2:172.21.15.81:3300,v1:172.21.15.81:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-09T22:42:44.318 INFO:teuthology.orchestra.run.smithi081.stdout:setting min_mon_release = quincy 2024-03-09T22:42:44.318 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/monmaptool: set fsid to 3303ce2a-de66-11ee-95c7-87774f69a715 2024-03-09T22:42:44.318 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-09T22:42:44.318 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:42:44.318 INFO:teuthology.orchestra.run.smithi081.stdout:Creating mon... 2024-03-09T22:42:45.230 INFO:teuthology.orchestra.run.smithi081.stdout:create mon.a on 2024-03-09T22:42:45.536 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-03-09T22:42:45.687 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-03-09T22:42:45.864 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-3303ce2a-de66-11ee-95c7-87774f69a715.target → /etc/systemd/system/ceph-3303ce2a-de66-11ee-95c7-87774f69a715.target. 2024-03-09T22:42:45.864 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-3303ce2a-de66-11ee-95c7-87774f69a715.target → /etc/systemd/system/ceph-3303ce2a-de66-11ee-95c7-87774f69a715.target. 2024-03-09T22:42:46.104 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-3303ce2a-de66-11ee-95c7-87774f69a715@mon.a 2024-03-09T22:42:46.104 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Failed to reset failed state of unit ceph-3303ce2a-de66-11ee-95c7-87774f69a715@mon.a.service: Unit ceph-3303ce2a-de66-11ee-95c7-87774f69a715@mon.a.service not loaded. 2024-03-09T22:42:46.272 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-3303ce2a-de66-11ee-95c7-87774f69a715.target.wants/ceph-3303ce2a-de66-11ee-95c7-87774f69a715@mon.a.service → /etc/systemd/system/ceph-3303ce2a-de66-11ee-95c7-87774f69a715@.service. 2024-03-09T22:42:46.798 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-09T22:42:46.799 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout disabled 2024-03-09T22:42:46.805 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-09T22:42:46.805 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout inactive 2024-03-09T22:42:46.805 INFO:teuthology.orchestra.run.smithi081.stdout:firewalld.service is not enabled 2024-03-09T22:42:46.805 INFO:teuthology.orchestra.run.smithi081.stdout:Not possible to enable service . firewalld.service is not available 2024-03-09T22:42:46.806 INFO:teuthology.orchestra.run.smithi081.stdout:Waiting for mon to start... 2024-03-09T22:42:46.806 INFO:teuthology.orchestra.run.smithi081.stdout:Waiting for mon... 2024-03-09T22:42:48.810 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout cluster: 2024-03-09T22:42:48.810 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout id: 3303ce2a-de66-11ee-95c7-87774f69a715 2024-03-09T22:42:48.810 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-09T22:42:48.810 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-03-09T22:42:48.811 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout services: 2024-03-09T22:42:48.811 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 1.48933s) 2024-03-09T22:42:48.811 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-09T22:42:48.811 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-09T22:42:48.811 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-03-09T22:42:48.811 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout data: 2024-03-09T22:42:48.811 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-09T22:42:48.811 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-09T22:42:48.811 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-09T22:42:48.811 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout pgs: 2024-03-09T22:42:48.811 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-03-09T22:42:48.811 INFO:teuthology.orchestra.run.smithi081.stdout:mon is available 2024-03-09T22:42:48.811 INFO:teuthology.orchestra.run.smithi081.stdout:Assimilating anything we can from ceph.conf... 2024-03-09T22:42:49.887 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:49 smithi081 ceph-mon[29229]: from='client.? 172.21.15.81:0/673713188' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-09T22:42:49.891 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-03-09T22:42:49.891 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout [global] 2024-03-09T22:42:49.891 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout fsid = 3303ce2a-de66-11ee-95c7-87774f69a715 2024-03-09T22:42:49.891 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.81:3300,v1:172.21.15.81:6789] 2024-03-09T22:42:49.891 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-09T22:42:49.892 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-09T22:42:49.892 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-09T22:42:49.892 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-09T22:42:49.892 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-03-09T22:42:49.892 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-09T22:42:49.892 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-03-09T22:42:49.892 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-09T22:42:49.892 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-03-09T22:42:49.892 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout [osd] 2024-03-09T22:42:49.892 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-09T22:42:49.892 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-09T22:42:49.892 INFO:teuthology.orchestra.run.smithi081.stdout:Generating new minimal ceph.conf... 2024-03-09T22:42:50.919 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:50 smithi081 ceph-mon[29229]: from='client.? 172.21.15.81:0/609106693' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-09T22:42:50.921 INFO:teuthology.orchestra.run.smithi081.stdout:Restarting the monitor... 2024-03-09T22:42:51.181 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:50 smithi081 systemd[1]: Stopping Ceph mon.a for 3303ce2a-de66-11ee-95c7-87774f69a715... 2024-03-09T22:42:51.433 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:51 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mon-a[29224]: 2024-03-09T22:42:51.180+0000 7f89dd53a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-03-09T22:42:51.433 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:51 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mon-a[29224]: 2024-03-09T22:42:51.180+0000 7f89dd53a700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-09T22:42:51.433 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:51 smithi081 podman[29476]: 2024-03-09 22:42:51.375134031 +0000 UTC m=+0.279490614 container died 8c482212c41c6cde373f53b7c337aa145e1b9c34c9e48865e61876b082af6cef (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mon-a, GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b, RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20240222, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-03-09T22:42:51.933 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:51 smithi081 podman[29476]: 2024-03-09 22:42:51.730482398 +0000 UTC m=+0.634838989 container cleanup 8c482212c41c6cde373f53b7c337aa145e1b9c34c9e48865e61876b082af6cef (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mon-a, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9, org.label-schema.build-date=20240222, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=) 2024-03-09T22:42:51.934 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:51 smithi081 bash[29476]: ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mon-a 2024-03-09T22:42:51.934 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:51 smithi081 podman[29490]: 2024-03-09 22:42:51.898151928 +0000 UTC m=+0.525365658 container remove 8c482212c41c6cde373f53b7c337aa145e1b9c34c9e48865e61876b082af6cef (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mon-a, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9, ceph=True, GIT_CLEAN=True, GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240222) 2024-03-09T22:42:52.433 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 systemd[1]: ceph-3303ce2a-de66-11ee-95c7-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-09T22:42:52.433 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 systemd[1]: Stopped Ceph mon.a for 3303ce2a-de66-11ee-95c7-87774f69a715. 2024-03-09T22:42:52.434 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 systemd[1]: Starting Ceph mon.a for 3303ce2a-de66-11ee-95c7-87774f69a715... 2024-03-09T22:42:52.434 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 podman[29587]: 2024-03-09 22:42:52.250912054 +0000 UTC m=+0.017626706 image pull f02fa55b9b8de60984f1e61e337d57bb8acd19809523a4759a724dc047890a56 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T22:42:52.434 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 podman[29587]: 2024-03-09 22:42:52.35752952 +0000 UTC m=+0.124244203 container create 3c8121001374194d18a98ebada0a884ae4a92e9b88c544bf5a87b5d93a57bb49 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mon-a, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9, io.buildah.version=1.33.5, org.label-schema.build-date=20240222, GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b) 2024-03-09T22:42:52.663 INFO:teuthology.orchestra.run.smithi081.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-03-09T22:42:52.778 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 podman[29587]: 2024-03-09 22:42:52.584856578 +0000 UTC m=+0.351571215 container init 3c8121001374194d18a98ebada0a884ae4a92e9b88c544bf5a87b5d93a57bb49 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mon-a, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240222, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b, org.label-schema.license=GPLv2, io.buildah.version=1.33.5) 2024-03-09T22:42:52.778 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 podman[29587]: 2024-03-09 22:42:52.588222818 +0000 UTC m=+0.354937456 container start 3c8121001374194d18a98ebada0a884ae4a92e9b88c544bf5a87b5d93a57bb49 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mon-a, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b, org.label-schema.build-date=20240222, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True) 2024-03-09T22:42:52.778 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: set uid:gid to 167:167 (ceph:ceph) 2024-03-09T22:42:52.778 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: ceph version 19.0.0-1920-g6b01fe95 (6b01fe95f3aa686f1951a0c5828907a52930b92a) squid (dev), process ceph-mon, pid 2 2024-03-09T22:42:52.778 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: pidfile_write: ignore empty --pid-file 2024-03-09T22:42:52.778 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: load: jerasure load: lrc 2024-03-09T22:42:52.779 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: RocksDB version: 7.9.2 2024-03-09T22:42:52.779 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Git sha 0 2024-03-09T22:42:52.779 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Compile date 2024-03-07 00:38:21 2024-03-09T22:42:52.779 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: DB SUMMARY 2024-03-09T22:42:52.779 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: DB Session ID: T64EMFL8RHHOHUWI0UQ8 2024-03-09T22:42:52.779 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: CURRENT file: CURRENT 2024-03-09T22:42:52.779 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: IDENTITY file: IDENTITY 2024-03-09T22:42:52.779 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-09T22:42:52.779 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-09T22:42:52.779 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 85246 ; 2024-03-09T22:42:52.779 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.error_if_exists: 0 2024-03-09T22:42:52.779 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.create_if_missing: 0 2024-03-09T22:42:52.780 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.paranoid_checks: 1 2024-03-09T22:42:52.780 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.flush_verify_memtable_count: 1 2024-03-09T22:42:52.780 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-09T22:42:52.780 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-09T22:42:52.780 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.env: 0x56486d0a6b20 2024-03-09T22:42:52.780 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.fs: PosixFileSystem 2024-03-09T22:42:52.780 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.info_log: 0x56486decd8e0 2024-03-09T22:42:52.780 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.max_file_opening_threads: 16 2024-03-09T22:42:52.780 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.statistics: (nil) 2024-03-09T22:42:52.780 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.use_fsync: 0 2024-03-09T22:42:52.780 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.max_log_file_size: 0 2024-03-09T22:42:52.780 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-09T22:42:52.780 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.log_file_time_to_roll: 0 2024-03-09T22:42:52.780 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.keep_log_file_num: 1000 2024-03-09T22:42:52.781 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.recycle_log_file_num: 0 2024-03-09T22:42:52.781 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.allow_fallocate: 1 2024-03-09T22:42:52.781 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.allow_mmap_reads: 0 2024-03-09T22:42:52.781 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.allow_mmap_writes: 0 2024-03-09T22:42:52.781 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.use_direct_reads: 0 2024-03-09T22:42:52.781 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-09T22:42:52.781 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.create_missing_column_families: 0 2024-03-09T22:42:52.781 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.db_log_dir: 2024-03-09T22:42:52.781 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.wal_dir: 2024-03-09T22:42:52.781 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.table_cache_numshardbits: 6 2024-03-09T22:42:52.781 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.WAL_ttl_seconds: 0 2024-03-09T22:42:52.781 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.WAL_size_limit_MB: 0 2024-03-09T22:42:52.781 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-09T22:42:52.781 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-09T22:42:52.782 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.is_fd_close_on_exec: 1 2024-03-09T22:42:52.782 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.advise_random_on_open: 1 2024-03-09T22:42:52.782 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.db_write_buffer_size: 0 2024-03-09T22:42:52.782 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.write_buffer_manager: 0x56486dea1400 2024-03-09T22:42:52.782 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-09T22:42:52.782 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-09T22:42:52.782 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.use_adaptive_mutex: 0 2024-03-09T22:42:52.782 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.rate_limiter: (nil) 2024-03-09T22:42:52.782 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-09T22:42:52.782 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.wal_recovery_mode: 2 2024-03-09T22:42:52.782 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.enable_thread_tracking: 0 2024-03-09T22:42:52.782 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.enable_pipelined_write: 0 2024-03-09T22:42:52.782 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.unordered_write: 0 2024-03-09T22:42:52.783 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-09T22:42:52.783 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-09T22:42:52.783 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-09T22:42:52.783 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-09T22:42:52.783 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.row_cache: None 2024-03-09T22:42:52.783 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.wal_filter: None 2024-03-09T22:42:52.784 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-09T22:42:52.784 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.allow_ingest_behind: 0 2024-03-09T22:42:52.784 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.two_write_queues: 0 2024-03-09T22:42:52.784 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.manual_wal_flush: 0 2024-03-09T22:42:52.784 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.wal_compression: 0 2024-03-09T22:42:52.785 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.atomic_flush: 0 2024-03-09T22:42:52.785 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-09T22:42:52.785 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.persist_stats_to_disk: 0 2024-03-09T22:42:52.785 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.write_dbid_to_manifest: 0 2024-03-09T22:42:52.785 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.log_readahead_size: 0 2024-03-09T22:42:52.785 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-09T22:42:52.785 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.best_efforts_recovery: 0 2024-03-09T22:42:52.785 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-09T22:42:52.785 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-09T22:42:52.785 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.allow_data_in_errors: 0 2024-03-09T22:42:52.785 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.db_host_id: __hostname__ 2024-03-09T22:42:52.785 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.enforce_single_del_contracts: true 2024-03-09T22:42:52.785 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.max_background_jobs: 2 2024-03-09T22:42:52.786 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.max_background_compactions: -1 2024-03-09T22:42:52.786 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.max_subcompactions: 1 2024-03-09T22:42:52.786 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-09T22:42:52.786 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-09T22:42:52.786 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.delayed_write_rate : 16777216 2024-03-09T22:42:52.786 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.max_total_wal_size: 0 2024-03-09T22:42:52.786 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-09T22:42:52.786 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.stats_dump_period_sec: 600 2024-03-09T22:42:52.786 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.stats_persist_period_sec: 600 2024-03-09T22:42:52.786 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-09T22:42:52.786 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.max_open_files: -1 2024-03-09T22:42:52.786 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.bytes_per_sync: 0 2024-03-09T22:42:52.786 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.wal_bytes_per_sync: 0 2024-03-09T22:42:52.787 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.strict_bytes_per_sync: 0 2024-03-09T22:42:52.787 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.compaction_readahead_size: 0 2024-03-09T22:42:52.787 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.max_background_flushes: -1 2024-03-09T22:42:52.787 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Compression algorithms supported: 2024-03-09T22:42:52.787 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-09T22:42:52.787 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: kZSTD supported: 0 2024-03-09T22:42:52.787 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: kXpressCompression supported: 0 2024-03-09T22:42:52.787 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: kLZ4HCCompression supported: 1 2024-03-09T22:42:52.787 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: kZlibCompression supported: 1 2024-03-09T22:42:52.787 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: kSnappyCompression supported: 1 2024-03-09T22:42:52.787 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: kLZ4Compression supported: 1 2024-03-09T22:42:52.787 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: kBZip2Compression supported: 0 2024-03-09T22:42:52.787 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Fast CRC32 supported: Supported on x86 2024-03-09T22:42:52.787 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: DMutex implementation: pthread_mutex_t 2024-03-09T22:42:52.787 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-03-09T22:42:52.788 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-09T22:42:52.788 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-09T22:42:52.788 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.merge_operator: 2024-03-09T22:42:52.788 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.compaction_filter: None 2024-03-09T22:42:52.788 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.compaction_filter_factory: None 2024-03-09T22:42:52.788 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.sst_partitioner_factory: None 2024-03-09T22:42:52.788 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.memtable_factory: SkipListFactory 2024-03-09T22:42:52.788 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.table_factory: BlockBasedTable 2024-03-09T22:42:52.788 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56486decd9e0) 2024-03-09T22:42:52.788 INFO:journalctl@ceph.mon.a.smithi081.stdout: cache_index_and_filter_blocks: 1 2024-03-09T22:42:52.789 INFO:journalctl@ceph.mon.a.smithi081.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-09T22:42:52.789 INFO:journalctl@ceph.mon.a.smithi081.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-09T22:42:52.789 INFO:journalctl@ceph.mon.a.smithi081.stdout: pin_top_level_index_and_filter: 1 2024-03-09T22:42:52.789 INFO:journalctl@ceph.mon.a.smithi081.stdout: index_type: 0 2024-03-09T22:42:52.789 INFO:journalctl@ceph.mon.a.smithi081.stdout: data_block_index_type: 0 2024-03-09T22:42:52.789 INFO:journalctl@ceph.mon.a.smithi081.stdout: index_shortening: 1 2024-03-09T22:42:52.789 INFO:journalctl@ceph.mon.a.smithi081.stdout: data_block_hash_table_util_ratio: 0.750000 2024-03-09T22:42:52.789 INFO:journalctl@ceph.mon.a.smithi081.stdout: checksum: 4 2024-03-09T22:42:52.789 INFO:journalctl@ceph.mon.a.smithi081.stdout: no_block_cache: 0 2024-03-09T22:42:52.789 INFO:journalctl@ceph.mon.a.smithi081.stdout: block_cache: 0x56486ded3090 2024-03-09T22:42:52.789 INFO:journalctl@ceph.mon.a.smithi081.stdout: block_cache_name: BinnedLRUCache 2024-03-09T22:42:52.789 INFO:journalctl@ceph.mon.a.smithi081.stdout: block_cache_options: 2024-03-09T22:42:52.789 INFO:journalctl@ceph.mon.a.smithi081.stdout: capacity : 536870912 2024-03-09T22:42:52.789 INFO:journalctl@ceph.mon.a.smithi081.stdout: num_shard_bits : 4 2024-03-09T22:42:52.789 INFO:journalctl@ceph.mon.a.smithi081.stdout: strict_capacity_limit : 0 2024-03-09T22:42:52.790 INFO:journalctl@ceph.mon.a.smithi081.stdout: high_pri_pool_ratio: 0.000 2024-03-09T22:42:52.790 INFO:journalctl@ceph.mon.a.smithi081.stdout: block_cache_compressed: (nil) 2024-03-09T22:42:52.790 INFO:journalctl@ceph.mon.a.smithi081.stdout: persistent_cache: (nil) 2024-03-09T22:42:52.790 INFO:journalctl@ceph.mon.a.smithi081.stdout: block_size: 4096 2024-03-09T22:42:52.790 INFO:journalctl@ceph.mon.a.smithi081.stdout: block_size_deviation: 10 2024-03-09T22:42:52.790 INFO:journalctl@ceph.mon.a.smithi081.stdout: block_restart_interval: 16 2024-03-09T22:42:52.790 INFO:journalctl@ceph.mon.a.smithi081.stdout: index_block_restart_interval: 1 2024-03-09T22:42:52.790 INFO:journalctl@ceph.mon.a.smithi081.stdout: metadata_block_size: 4096 2024-03-09T22:42:52.790 INFO:journalctl@ceph.mon.a.smithi081.stdout: partition_filters: 0 2024-03-09T22:42:52.790 INFO:journalctl@ceph.mon.a.smithi081.stdout: use_delta_encoding: 1 2024-03-09T22:42:52.791 INFO:journalctl@ceph.mon.a.smithi081.stdout: filter_policy: bloomfilter 2024-03-09T22:42:52.791 INFO:journalctl@ceph.mon.a.smithi081.stdout: whole_key_filtering: 1 2024-03-09T22:42:52.791 INFO:journalctl@ceph.mon.a.smithi081.stdout: verify_compression: 0 2024-03-09T22:42:52.791 INFO:journalctl@ceph.mon.a.smithi081.stdout: read_amp_bytes_per_bit: 0 2024-03-09T22:42:52.791 INFO:journalctl@ceph.mon.a.smithi081.stdout: format_version: 5 2024-03-09T22:42:52.791 INFO:journalctl@ceph.mon.a.smithi081.stdout: enable_index_compression: 1 2024-03-09T22:42:52.791 INFO:journalctl@ceph.mon.a.smithi081.stdout: block_align: 0 2024-03-09T22:42:52.791 INFO:journalctl@ceph.mon.a.smithi081.stdout: max_auto_readahead_size: 262144 2024-03-09T22:42:52.791 INFO:journalctl@ceph.mon.a.smithi081.stdout: prepopulate_block_cache: 0 2024-03-09T22:42:52.791 INFO:journalctl@ceph.mon.a.smithi081.stdout: initial_auto_readahead_size: 8192 2024-03-09T22:42:52.791 INFO:journalctl@ceph.mon.a.smithi081.stdout: num_file_reads_for_auto_readahead: 2 2024-03-09T22:42:52.791 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.write_buffer_size: 33554432 2024-03-09T22:42:52.791 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.max_write_buffer_number: 2 2024-03-09T22:42:52.791 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.compression: NoCompression 2024-03-09T22:42:52.791 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.bottommost_compression: Disabled 2024-03-09T22:42:52.792 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.prefix_extractor: nullptr 2024-03-09T22:42:52.792 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-09T22:42:52.792 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.num_levels: 7 2024-03-09T22:42:52.792 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-09T22:42:52.792 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-09T22:42:52.792 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-09T22:42:52.792 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-09T22:42:52.792 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-09T22:42:52.792 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-09T22:42:52.792 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-09T22:42:52.792 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-09T22:42:52.792 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-09T22:42:52.792 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-09T22:42:52.792 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-09T22:42:52.792 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-09T22:42:52.793 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.compression_opts.window_bits: -14 2024-03-09T22:42:52.793 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.compression_opts.level: 32767 2024-03-09T22:42:52.793 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.compression_opts.strategy: 0 2024-03-09T22:42:52.793 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-09T22:42:52.793 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-09T22:42:52.793 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-09T22:42:52.793 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-09T22:42:52.793 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.compression_opts.enabled: false 2024-03-09T22:42:52.793 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-09T22:42:52.793 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-09T22:42:52.793 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-09T22:42:52.793 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-09T22:42:52.793 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.target_file_size_base: 67108864 2024-03-09T22:42:52.793 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.target_file_size_multiplier: 1 2024-03-09T22:42:52.794 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-09T22:42:52.794 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-09T22:42:52.794 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-09T22:42:52.794 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-09T22:42:52.794 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-09T22:42:52.794 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-09T22:42:52.794 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-09T22:42:52.794 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-09T22:42:52.794 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-09T22:42:52.794 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-09T22:42:52.794 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-09T22:42:52.794 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-09T22:42:52.794 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-09T22:42:52.795 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.arena_block_size: 1048576 2024-03-09T22:42:52.795 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-09T22:42:52.795 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-09T22:42:52.795 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.disable_auto_compactions: 0 2024-03-09T22:42:52.795 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-09T22:42:52.795 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-09T22:42:52.795 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-09T22:42:52.795 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-09T22:42:52.795 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-09T22:42:52.795 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-09T22:42:52.795 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-09T22:42:52.795 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-09T22:42:52.795 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-09T22:42:52.795 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-09T22:42:52.795 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.table_properties_collectors: 2024-03-09T22:42:52.796 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.inplace_update_support: 0 2024-03-09T22:42:52.796 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.inplace_update_num_locks: 10000 2024-03-09T22:42:52.796 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-09T22:42:52.796 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-09T22:42:52.796 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.memtable_huge_page_size: 0 2024-03-09T22:42:52.796 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.bloom_locality: 0 2024-03-09T22:42:52.796 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.max_successive_merges: 0 2024-03-09T22:42:52.796 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.optimize_filters_for_hits: 0 2024-03-09T22:42:52.796 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.paranoid_file_checks: 0 2024-03-09T22:42:52.796 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.force_consistency_checks: 1 2024-03-09T22:42:52.796 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.report_bg_io_stats: 0 2024-03-09T22:42:52.796 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.ttl: 2592000 2024-03-09T22:42:52.796 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.periodic_compaction_seconds: 0 2024-03-09T22:42:52.796 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-09T22:42:52.796 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-09T22:42:52.797 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.enable_blob_files: false 2024-03-09T22:42:52.797 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.min_blob_size: 0 2024-03-09T22:42:52.797 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.blob_file_size: 268435456 2024-03-09T22:42:52.797 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.blob_compression_type: NoCompression 2024-03-09T22:42:52.797 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.enable_blob_garbage_collection: false 2024-03-09T22:42:52.797 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-09T22:42:52.797 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-09T22:42:52.797 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-09T22:42:52.797 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.blob_file_starting_level: 0 2024-03-09T22:42:52.797 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-09T22:42:52.797 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-03-09T22:42:52.797 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-09T22:42:52.797 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: dfd4cce6-0545-40e6-a694-bc674d774fe3 2024-03-09T22:42:52.797 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710024172616796, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-09T22:42:52.798 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-09T22:42:52.798 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710024172617618, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81760, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 79929, "index_size": 241, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10057, "raw_average_key_size": 47, "raw_value_size": 74193, "raw_average_value_size": 348, "num_data_blocks": 11, "num_entries": 213, "num_filter_entries": 213, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1710024172, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "dfd4cce6-0545-40e6-a694-bc674d774fe3", "db_session_id": "T64EMFL8RHHOHUWI0UQ8", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-09T22:42:52.798 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710024172617696, "job": 1, "event": "recovery_finished"} 2024-03-09T22:42:52.798 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-09T22:42:52.798 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-09T22:42:52.798 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56486dfc6000 2024-03-09T22:42:52.798 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: DB pointer 0x56486dfb0000 2024-03-09T22:42:52.798 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-09T22:42:52.798 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-09T22:42:52.798 INFO:journalctl@ceph.mon.a.smithi081.stdout: ** DB Stats ** 2024-03-09T22:42:52.798 INFO:journalctl@ceph.mon.a.smithi081.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-09T22:42:52.798 INFO:journalctl@ceph.mon.a.smithi081.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-09T22:42:52.798 INFO:journalctl@ceph.mon.a.smithi081.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-09T22:42:52.798 INFO:journalctl@ceph.mon.a.smithi081.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-09T22:42:52.799 INFO:journalctl@ceph.mon.a.smithi081.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-09T22:42:52.799 INFO:journalctl@ceph.mon.a.smithi081.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-09T22:42:52.799 INFO:journalctl@ceph.mon.a.smithi081.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-09T22:42:52.799 INFO:journalctl@ceph.mon.a.smithi081.stdout: 2024-03-09T22:42:52.799 INFO:journalctl@ceph.mon.a.smithi081.stdout: ** Compaction Stats [default] ** 2024-03-09T22:42:52.799 INFO:journalctl@ceph.mon.a.smithi081.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-09T22:42:52.799 INFO:journalctl@ceph.mon.a.smithi081.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-09T22:42:52.799 INFO:journalctl@ceph.mon.a.smithi081.stdout: L0 2/0 81.68 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 153.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-09T22:42:52.799 INFO:journalctl@ceph.mon.a.smithi081.stdout: Sum 2/0 81.68 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 153.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-09T22:42:52.799 INFO:journalctl@ceph.mon.a.smithi081.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 153.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-09T22:42:52.799 INFO:journalctl@ceph.mon.a.smithi081.stdout: 2024-03-09T22:42:52.799 INFO:journalctl@ceph.mon.a.smithi081.stdout: ** Compaction Stats [default] ** 2024-03-09T22:42:52.799 INFO:journalctl@ceph.mon.a.smithi081.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-09T22:42:52.799 INFO:journalctl@ceph.mon.a.smithi081.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-09T22:42:52.799 INFO:journalctl@ceph.mon.a.smithi081.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 153.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-09T22:42:52.800 INFO:journalctl@ceph.mon.a.smithi081.stdout: 2024-03-09T22:42:52.800 INFO:journalctl@ceph.mon.a.smithi081.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-09T22:42:52.800 INFO:journalctl@ceph.mon.a.smithi081.stdout: 2024-03-09T22:42:52.800 INFO:journalctl@ceph.mon.a.smithi081.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-09T22:42:52.800 INFO:journalctl@ceph.mon.a.smithi081.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-03-09T22:42:52.800 INFO:journalctl@ceph.mon.a.smithi081.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-09T22:42:52.800 INFO:journalctl@ceph.mon.a.smithi081.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-03-09T22:42:52.800 INFO:journalctl@ceph.mon.a.smithi081.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-03-09T22:42:52.800 INFO:journalctl@ceph.mon.a.smithi081.stdout: AddFile(Keys): cumulative 0, interval 0 2024-03-09T22:42:52.800 INFO:journalctl@ceph.mon.a.smithi081.stdout: Cumulative compaction: 0.00 GB write, 14.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-09T22:42:52.800 INFO:journalctl@ceph.mon.a.smithi081.stdout: Interval compaction: 0.00 GB write, 14.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-09T22:42:52.800 INFO:journalctl@ceph.mon.a.smithi081.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-09T22:42:52.800 INFO:journalctl@ceph.mon.a.smithi081.stdout: Block cache BinnedLRUCache@0x56486ded3090#2 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-03-09T22:42:52.800 INFO:journalctl@ceph.mon.a.smithi081.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.44 KB,8.34465e-05%) Misc(1,0.00 KB,0%) 2024-03-09T22:42:52.800 INFO:journalctl@ceph.mon.a.smithi081.stdout: 2024-03-09T22:42:52.801 INFO:journalctl@ceph.mon.a.smithi081.stdout: ** File Read Latency Histogram By Level [default] ** 2024-03-09T22:42:52.801 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: starting mon.a rank 0 at public addrs [v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0] at bind addrs [v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 3303ce2a-de66-11ee-95c7-87774f69a715 2024-03-09T22:42:52.801 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: mon.a@-1(???) e1 preinit fsid 3303ce2a-de66-11ee-95c7-87774f69a715 2024-03-09T22:42:52.801 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: mon.a@-1(???).mds e1 new map 2024-03-09T22:42:52.801 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: mon.a@-1(???).mds e1 print_map 2024-03-09T22:42:52.801 INFO:journalctl@ceph.mon.a.smithi081.stdout: e1 2024-03-09T22:42:52.801 INFO:journalctl@ceph.mon.a.smithi081.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-03-09T22:42:52.801 INFO:journalctl@ceph.mon.a.smithi081.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2024-03-09T22:42:52.801 INFO:journalctl@ceph.mon.a.smithi081.stdout: legacy client fscid: -1 2024-03-09T22:42:52.801 INFO:journalctl@ceph.mon.a.smithi081.stdout: 2024-03-09T22:42:52.801 INFO:journalctl@ceph.mon.a.smithi081.stdout: No filesystems configured 2024-03-09T22:42:52.801 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-09T22:42:52.801 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-09T22:42:52.801 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-09T22:42:52.802 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-09T22:42:52.802 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-09T22:42:52.802 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 bash[29587]: 3c8121001374194d18a98ebada0a884ae4a92e9b88c544bf5a87b5d93a57bb49 2024-03-09T22:42:52.802 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 systemd[1]: Started Ceph mon.a for 3303ce2a-de66-11ee-95c7-87774f69a715. 2024-03-09T22:42:52.802 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: mon.a is new leader, mons a in quorum (ranks 0) 2024-03-09T22:42:52.802 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: monmap e1: 1 mons at {a=[v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-09T22:42:52.802 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: fsmap 2024-03-09T22:42:52.802 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: osdmap e1: 0 total, 0 up, 0 in 2024-03-09T22:42:52.802 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:52 smithi081 ceph-mon[29606]: mgrmap e1: no daemons active 2024-03-09T22:42:53.703 INFO:teuthology.orchestra.run.smithi081.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-09T22:42:53.724 INFO:teuthology.orchestra.run.smithi081.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-09T22:42:53.724 INFO:teuthology.orchestra.run.smithi081.stdout:Creating mgr... 2024-03-09T22:42:53.725 INFO:teuthology.orchestra.run.smithi081.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-09T22:42:53.725 INFO:teuthology.orchestra.run.smithi081.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-09T22:42:53.965 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-3303ce2a-de66-11ee-95c7-87774f69a715@mgr.a 2024-03-09T22:42:53.966 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Failed to reset failed state of unit ceph-3303ce2a-de66-11ee-95c7-87774f69a715@mgr.a.service: Unit ceph-3303ce2a-de66-11ee-95c7-87774f69a715@mgr.a.service not loaded. 2024-03-09T22:42:54.148 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-3303ce2a-de66-11ee-95c7-87774f69a715.target.wants/ceph-3303ce2a-de66-11ee-95c7-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-3303ce2a-de66-11ee-95c7-87774f69a715@.service. 2024-03-09T22:42:54.379 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:54 smithi081 ceph-mon[29606]: from='client.? 172.21.15.81:0/2095538142' entity='client.admin' 2024-03-09T22:42:54.683 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:54 smithi081 podman[29826]: 2024-03-09 22:42:54.282694947 +0000 UTC m=+0.017514574 image pull f02fa55b9b8de60984f1e61e337d57bb8acd19809523a4759a724dc047890a56 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a 2024-03-09T22:42:55.539 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 podman[29826]: 2024-03-09 22:42:55.286509129 +0000 UTC m=+1.021328747 container create ab9d957fcc79860c0d47a815a33bce3e1e6b89377e646f03c5e5fbf9cb1d8bf9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.build-date=20240222, GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9) 2024-03-09T22:42:55.539 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 podman[29826]: 2024-03-09 22:42:55.472378848 +0000 UTC m=+1.207198467 container init ab9d957fcc79860c0d47a815a33bce3e1e6b89377e646f03c5e5fbf9cb1d8bf9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240222, maintainer=Guillaume Abrioux , GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9, ceph=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-03-09T22:42:55.539 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 podman[29826]: 2024-03-09 22:42:55.474906501 +0000 UTC m=+1.209726119 container start ab9d957fcc79860c0d47a815a33bce3e1e6b89377e646f03c5e5fbf9cb1d8bf9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.build-date=20240222, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-03-09T22:42:55.539 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 bash[29826]: ab9d957fcc79860c0d47a815a33bce3e1e6b89377e646f03c5e5fbf9cb1d8bf9 2024-03-09T22:42:55.539 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 systemd[1]: Started Ceph mgr.a for 3303ce2a-de66-11ee-95c7-87774f69a715. 2024-03-09T22:42:55.539 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.537+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:55.543 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-09T22:42:55.543 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout disabled 2024-03-09T22:42:55.550 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-09T22:42:55.550 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout inactive 2024-03-09T22:42:55.550 INFO:teuthology.orchestra.run.smithi081.stdout:firewalld.service is not enabled 2024-03-09T22:42:55.550 INFO:teuthology.orchestra.run.smithi081.stdout:Not possible to enable service . firewalld.service is not available 2024-03-09T22:42:55.558 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-09T22:42:55.558 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout disabled 2024-03-09T22:42:55.566 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-09T22:42:55.566 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout inactive 2024-03-09T22:42:55.566 INFO:teuthology.orchestra.run.smithi081.stdout:firewalld.service is not enabled 2024-03-09T22:42:55.566 INFO:teuthology.orchestra.run.smithi081.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-03-09T22:42:55.566 INFO:teuthology.orchestra.run.smithi081.stdout:Waiting for mgr to start... 2024-03-09T22:42:55.566 INFO:teuthology.orchestra.run.smithi081.stdout:Waiting for mgr... 2024-03-09T22:42:55.793 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.537+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:55.793 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.794 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.542+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'restful' 2024-03-09T22:42:55.794 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.542+0000 7ff1c0357200 -1 mgr[py] Error loading module 'restful': (22) Invalid argument 2024-03-09T22:42:55.794 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.558+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:55.794 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.558+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:55.794 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.794 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.562+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'mds_autoscaler' 2024-03-09T22:42:55.794 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.562+0000 7ff1c0357200 -1 mgr[py] Error loading module 'mds_autoscaler': (22) Invalid argument 2024-03-09T22:42:55.794 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.578+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:55.794 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.578+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:55.794 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.794 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.583+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'osd_perf_query' 2024-03-09T22:42:55.794 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.583+0000 7ff1c0357200 -1 mgr[py] Error loading module 'osd_perf_query': (22) Invalid argument 2024-03-09T22:42:55.795 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.598+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:55.795 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.598+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:55.795 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.795 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.602+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'snap_schedule' 2024-03-09T22:42:55.795 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.602+0000 7ff1c0357200 -1 mgr[py] Error loading module 'snap_schedule': (22) Invalid argument 2024-03-09T22:42:55.795 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.617+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:55.795 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.617+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:55.795 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.795 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.620+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'dashboard' 2024-03-09T22:42:55.795 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.620+0000 7ff1c0357200 -1 mgr[py] Error loading module 'dashboard': (22) Invalid argument 2024-03-09T22:42:55.795 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.635+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:55.796 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.635+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:55.796 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.796 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.639+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'zabbix' 2024-03-09T22:42:55.796 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.639+0000 7ff1c0357200 -1 mgr[py] Error loading module 'zabbix': (22) Invalid argument 2024-03-09T22:42:55.796 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.653+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:55.796 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.653+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:55.796 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.796 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.658+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'balancer' 2024-03-09T22:42:55.796 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.658+0000 7ff1c0357200 -1 mgr[py] Error loading module 'balancer': (22) Invalid argument 2024-03-09T22:42:55.796 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.672+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:55.797 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.672+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:55.797 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.797 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.676+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'influx' 2024-03-09T22:42:55.797 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.676+0000 7ff1c0357200 -1 mgr[py] Error loading module 'influx': (22) Invalid argument 2024-03-09T22:42:55.797 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.699+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:55.797 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.699+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:55.797 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.797 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.704+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'alerts' 2024-03-09T22:42:55.797 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.704+0000 7ff1c0357200 -1 mgr[py] Error loading module 'alerts': (22) Invalid argument 2024-03-09T22:42:55.797 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.718+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:55.797 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.718+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:55.797 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.797 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.722+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'iostat' 2024-03-09T22:42:55.797 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.722+0000 7ff1c0357200 -1 mgr[py] Error loading module 'iostat': (22) Invalid argument 2024-03-09T22:42:55.798 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.737+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:55.798 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.737+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:55.798 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.798 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.741+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'rgw' 2024-03-09T22:42:55.798 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.741+0000 7ff1c0357200 -1 mgr[py] Error loading module 'rgw': (22) Invalid argument 2024-03-09T22:42:55.798 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.755+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:55.798 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.755+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:55.798 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.798 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.758+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'rbd_support' 2024-03-09T22:42:55.798 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.758+0000 7ff1c0357200 -1 mgr[py] Error loading module 'rbd_support': (22) Invalid argument 2024-03-09T22:42:55.798 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.773+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:55.798 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.773+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:55.798 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.798 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.777+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'progress' 2024-03-09T22:42:55.799 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.777+0000 7ff1c0357200 -1 mgr[py] Error loading module 'progress': (22) Invalid argument 2024-03-09T22:42:55.799 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.791+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:56.045 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.791+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:56.045 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.045 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.796+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'pg_autoscaler' 2024-03-09T22:42:56.045 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.796+0000 7ff1c0357200 -1 mgr[py] Error loading module 'pg_autoscaler': (22) Invalid argument 2024-03-09T22:42:56.045 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.811+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:56.045 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.811+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:56.045 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.045 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.816+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'devicehealth' 2024-03-09T22:42:56.045 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.816+0000 7ff1c0357200 -1 mgr[py] Error loading module 'devicehealth': (22) Invalid argument 2024-03-09T22:42:56.045 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.831+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:56.045 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.831+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:56.045 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.046 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.835+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'k8sevents' 2024-03-09T22:42:56.046 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.835+0000 7ff1c0357200 -1 mgr[py] Error loading module 'k8sevents': (22) Invalid argument 2024-03-09T22:42:56.046 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.850+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:56.046 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.850+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:56.046 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.046 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.854+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'rook' 2024-03-09T22:42:56.046 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.854+0000 7ff1c0357200 -1 mgr[py] Error loading module 'rook': (22) Invalid argument 2024-03-09T22:42:56.046 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.868+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:56.046 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.868+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:56.046 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.046 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.872+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'diskprediction_local' 2024-03-09T22:42:56.046 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.872+0000 7ff1c0357200 -1 mgr[py] Error loading module 'diskprediction_local': (22) Invalid argument 2024-03-09T22:42:56.046 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.909+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:56.047 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.909+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:56.047 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.047 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.913+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'mirroring' 2024-03-09T22:42:56.047 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.913+0000 7ff1c0357200 -1 mgr[py] Error loading module 'mirroring': (22) Invalid argument 2024-03-09T22:42:56.047 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.928+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:56.047 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.928+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:56.047 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.048 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.931+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'selftest' 2024-03-09T22:42:56.048 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.931+0000 7ff1c0357200 -1 mgr[py] Error loading module 'selftest': (22) Invalid argument 2024-03-09T22:42:56.048 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.947+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:56.048 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.947+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:56.048 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.048 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.951+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'telegraf' 2024-03-09T22:42:56.048 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.951+0000 7ff1c0357200 -1 mgr[py] Error loading module 'telegraf': (22) Invalid argument 2024-03-09T22:42:56.048 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.966+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:56.048 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.966+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:56.048 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.048 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.970+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'test_orchestrator' 2024-03-09T22:42:56.048 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.970+0000 7ff1c0357200 -1 mgr[py] Error loading module 'test_orchestrator': (22) Invalid argument 2024-03-09T22:42:56.048 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.985+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:56.048 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.985+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:56.049 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.049 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.989+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'localpool' 2024-03-09T22:42:56.049 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:55 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:55.989+0000 7ff1c0357200 -1 mgr[py] Error loading module 'localpool': (22) Invalid argument 2024-03-09T22:42:56.049 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.004+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:56.049 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.004+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:56.049 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.049 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.008+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'crash' 2024-03-09T22:42:56.049 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.008+0000 7ff1c0357200 -1 mgr[py] Error loading module 'crash': (22) Invalid argument 2024-03-09T22:42:56.049 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.023+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:56.049 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.023+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:56.049 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.049 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.027+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'insights' 2024-03-09T22:42:56.049 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.027+0000 7ff1c0357200 -1 mgr[py] Error loading module 'insights': (22) Invalid argument 2024-03-09T22:42:56.049 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.043+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:56.433 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-mon[29606]: from='client.? 172.21.15.81:0/2263990924' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-09T22:42:56.434 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.043+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:56.434 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.434 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.047+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'orchestrator' 2024-03-09T22:42:56.434 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.047+0000 7ff1c0357200 -1 mgr[py] Error loading module 'orchestrator': (22) Invalid argument 2024-03-09T22:42:56.434 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.062+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:56.434 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.062+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:56.434 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.434 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.066+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'osd_support' 2024-03-09T22:42:56.435 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.066+0000 7ff1c0357200 -1 mgr[py] Error loading module 'osd_support': (22) Invalid argument 2024-03-09T22:42:56.435 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.081+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:56.435 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.081+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:56.435 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.435 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.085+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'volumes' 2024-03-09T22:42:56.435 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.085+0000 7ff1c0357200 -1 mgr[py] Error loading module 'volumes': (22) Invalid argument 2024-03-09T22:42:56.435 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.137+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:56.435 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.137+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:56.435 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.435 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.141+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'stats' 2024-03-09T22:42:56.435 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.141+0000 7ff1c0357200 -1 mgr[py] Error loading module 'stats': (22) Invalid argument 2024-03-09T22:42:56.435 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.164+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:56.436 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.164+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:56.436 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.436 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.169+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'cephadm' 2024-03-09T22:42:56.436 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.169+0000 7ff1c0357200 -1 mgr[py] Error loading module 'cephadm': (22) Invalid argument 2024-03-09T22:42:56.436 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.183+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:56.436 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.183+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:56.436 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.436 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.187+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'telemetry' 2024-03-09T22:42:56.436 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.187+0000 7ff1c0357200 -1 mgr[py] Error loading module 'telemetry': (22) Invalid argument 2024-03-09T22:42:56.436 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.202+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:56.436 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.202+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:56.437 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.437 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.206+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'prometheus' 2024-03-09T22:42:56.437 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.206+0000 7ff1c0357200 -1 mgr[py] Error loading module 'prometheus': (22) Invalid argument 2024-03-09T22:42:56.437 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.220+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:56.437 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.220+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:56.437 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.437 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.225+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'status' 2024-03-09T22:42:56.437 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.225+0000 7ff1c0357200 -1 mgr[py] Error loading module 'status': (22) Invalid argument 2024-03-09T22:42:56.437 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.239+0000 7ff1c0357200 -1 mgr[py] Module not found: 'mgr_module' 2024-03-09T22:42:56.437 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.239+0000 7ff1c0357200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-03-09T22:42:56.437 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.438 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.243+0000 7ff1c0357200 -1 mgr[py] Class not found in module 'nfs' 2024-03-09T22:42:56.438 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.243+0000 7ff1c0357200 -1 mgr[py] Error loading module 'nfs': (22) Invalid argument 2024-03-09T22:42:56.438 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:42:56 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:42:56.243+0000 7ff1c0357200 -1 log_channel(cluster) log [ERR] : Failed to load ceph-mgr modules: restful, mds_autoscaler, osd_perf_query, snap_schedule, dashboard, zabbix, balancer, influx, alerts, iostat, rgw, rbd_support, progress, pg_autoscaler, devicehealth, k8sevents, rook, diskprediction_local, mirroring, selftest, telegraf, test_orchestrator, localpool, crash, insights, orchestrator, osd_support, volumes, stats, cephadm, telemetry, prometheus, status, nfs 2024-03-09T22:42:57.433 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:57 smithi081 ceph-mon[29606]: Activating manager daemon a 2024-03-09T22:42:57.433 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:57 smithi081 ceph-mon[29606]: mgrmap e2: a(active, starting, since 0.00164484s) 2024-03-09T22:42:57.433 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:57 smithi081 ceph-mon[29606]: from='mgr.14100 172.21.15.81:0/1348746460' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-09T22:42:57.434 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:57 smithi081 ceph-mon[29606]: from='mgr.14100 172.21.15.81:0/1348746460' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-09T22:42:57.434 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:57 smithi081 ceph-mon[29606]: from='mgr.14100 172.21.15.81:0/1348746460' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-09T22:42:57.434 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:57 smithi081 ceph-mon[29606]: from='mgr.14100 172.21.15.81:0/1348746460' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-09T22:42:57.434 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:57 smithi081 ceph-mon[29606]: from='mgr.14100 172.21.15.81:0/1348746460' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-09T22:42:57.434 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:57 smithi081 ceph-mon[29606]: Manager daemon a is now available 2024-03-09T22:42:57.566 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-03-09T22:42:57.572 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout { 2024-03-09T22:42:57.572 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "fsid": "3303ce2a-de66-11ee-95c7-87774f69a715", 2024-03-09T22:42:57.572 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "health": { 2024-03-09T22:42:57.572 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-09T22:42:57.572 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-09T22:42:57.572 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-09T22:42:57.572 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-09T22:42:57.572 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-09T22:42:57.573 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-09T22:42:57.573 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 0 2024-03-09T22:42:57.573 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ], 2024-03-09T22:42:57.573 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-09T22:42:57.573 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "a" 2024-03-09T22:42:57.573 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ], 2024-03-09T22:42:57.573 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-03-09T22:42:57.573 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-09T22:42:57.573 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-09T22:42:57.573 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-09T22:42:57.573 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-09T22:42:57.573 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-09T22:42:57.573 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-09T22:42:57.573 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-09T22:42:57.574 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-09T22:42:57.574 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-09T22:42:57.574 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-09T22:42:57.574 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-09T22:42:57.574 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-09T22:42:57.574 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-09T22:42:57.574 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-09T22:42:57.574 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-09T22:42:57.574 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-09T22:42:57.574 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-09T22:42:57.574 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-09T22:42:57.574 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-09T22:42:57.574 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-09T22:42:57.574 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-09T22:42:57.574 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-09T22:42:57.575 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-09T22:42:57.575 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-09T22:42:57.575 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-09T22:42:57.575 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-09T22:42:57.575 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-09T22:42:57.575 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-09T22:42:57.575 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-09T22:42:57.575 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-09T22:42:57.575 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-09T22:42:57.575 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-09T22:42:57.575 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-09T22:42:57.575 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-09T22:42:57.575 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-09T22:42:57.575 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "restful" 2024-03-09T22:42:57.575 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ], 2024-03-09T22:42:57.576 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-09T22:42:57.576 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-09T22:42:57.576 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-09T22:42:57.576 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-09T22:42:57.576 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "modified": "2024-03-09T22:42:46.789413+0000", 2024-03-09T22:42:57.576 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-09T22:42:57.576 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-09T22:42:57.576 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-09T22:42:57.576 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout } 2024-03-09T22:42:57.576 INFO:teuthology.orchestra.run.smithi081.stdout:mgr not available, waiting (1/15)... 2024-03-09T22:42:58.683 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:42:58 smithi081 ceph-mon[29606]: mgrmap e3: a(active, since 1.00349s) 2024-03-09T22:43:00.244 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:43:00 smithi081 ceph-mon[29606]: from='client.? 172.21.15.81:0/3133959380' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-09T22:43:00.652 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-03-09T22:43:00.652 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout { 2024-03-09T22:43:00.653 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "fsid": "3303ce2a-de66-11ee-95c7-87774f69a715", 2024-03-09T22:43:00.653 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "health": { 2024-03-09T22:43:00.653 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-09T22:43:00.653 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-09T22:43:00.653 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-09T22:43:00.653 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-09T22:43:00.653 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-09T22:43:00.653 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-09T22:43:00.653 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 0 2024-03-09T22:43:00.653 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ], 2024-03-09T22:43:00.653 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-09T22:43:00.653 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "a" 2024-03-09T22:43:00.653 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ], 2024-03-09T22:43:00.653 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2024-03-09T22:43:00.653 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-09T22:43:00.654 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-09T22:43:00.654 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-09T22:43:00.654 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-09T22:43:00.654 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-09T22:43:00.654 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-09T22:43:00.654 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-09T22:43:00.654 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-09T22:43:00.654 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-09T22:43:00.654 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-09T22:43:00.654 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-09T22:43:00.654 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-09T22:43:00.654 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-09T22:43:00.654 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-09T22:43:00.654 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-09T22:43:00.658 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-09T22:43:00.658 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-09T22:43:00.658 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-09T22:43:00.658 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-09T22:43:00.658 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-09T22:43:00.658 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-09T22:43:00.658 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-09T22:43:00.658 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-09T22:43:00.658 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-09T22:43:00.658 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-09T22:43:00.658 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-09T22:43:00.658 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-09T22:43:00.659 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-09T22:43:00.659 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-09T22:43:00.659 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-09T22:43:00.659 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-09T22:43:00.659 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-09T22:43:00.659 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-09T22:43:00.659 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-09T22:43:00.659 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-09T22:43:00.659 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "restful" 2024-03-09T22:43:00.659 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ], 2024-03-09T22:43:00.659 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-09T22:43:00.659 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-09T22:43:00.659 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-09T22:43:00.659 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-09T22:43:00.659 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "modified": "2024-03-09T22:42:46.789413+0000", 2024-03-09T22:43:00.659 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-09T22:43:00.660 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-09T22:43:00.660 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-09T22:43:00.660 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout } 2024-03-09T22:43:00.660 INFO:teuthology.orchestra.run.smithi081.stdout:mgr is available 2024-03-09T22:43:01.205 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:43:01 smithi081 ceph-mon[29606]: from='client.? 172.21.15.81:0/440510897' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-09T22:43:02.148 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-03-09T22:43:02.148 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout [global] 2024-03-09T22:43:02.148 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout fsid = 3303ce2a-de66-11ee-95c7-87774f69a715 2024-03-09T22:43:02.148 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-09T22:43:02.148 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-09T22:43:02.148 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-09T22:43:02.148 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-09T22:43:02.149 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-03-09T22:43:02.149 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-09T22:43:02.149 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-03-09T22:43:02.149 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-09T22:43:02.149 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-03-09T22:43:02.149 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout [osd] 2024-03-09T22:43:02.149 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-09T22:43:02.149 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-09T22:43:02.149 INFO:teuthology.orchestra.run.smithi081.stdout:Enabling cephadm module... 2024-03-09T22:43:03.183 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:43:02 smithi081 ceph-mon[29606]: from='client.? 172.21.15.81:0/289684725' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-09T22:43:03.236 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 2 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a -e NODE_NAME=smithi081 -v /var/log/ceph/3303ce2a-de66-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpijj6jde6:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpi9zyma8u:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a mgr module enable cephadm 2024-03-09T22:43:03.236 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stderr Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-03-09T22:43:03.237 INFO:teuthology.orchestra.run.smithi081.stderr:RuntimeError: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a -e NODE_NAME=smithi081 -v /var/log/ceph/3303ce2a-de66-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpijj6jde6:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpi9zyma8u:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a mgr module enable cephadm: Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-03-09T22:43:03.237 INFO:teuthology.orchestra.run.smithi081.stderr: 2024-03-09T22:43:03.237 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:43:03.237 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:43:03.237 INFO:teuthology.orchestra.run.smithi081.stdout: *************** 2024-03-09T22:43:03.237 INFO:teuthology.orchestra.run.smithi081.stdout: Cephadm hit an issue during cluster installation. Current cluster files will be deleted automatically. 2024-03-09T22:43:03.237 INFO:teuthology.orchestra.run.smithi081.stdout: To disable this behaviour you can pass the --no-cleanup-on-failure flag. In case of any previous 2024-03-09T22:43:03.238 INFO:teuthology.orchestra.run.smithi081.stdout: broken installation, users must use the following command to completely delete the broken cluster: 2024-03-09T22:43:03.238 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:43:03.238 INFO:teuthology.orchestra.run.smithi081.stdout: > cephadm rm-cluster --force --zap-osds --fsid 2024-03-09T22:43:03.238 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:43:03.238 INFO:teuthology.orchestra.run.smithi081.stdout: for more information please refer to https://docs.ceph.com/en/latest/cephadm/operations/#purging-a-cluster 2024-03-09T22:43:03.238 INFO:teuthology.orchestra.run.smithi081.stdout: *************** 2024-03-09T22:43:03.238 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:43:03.238 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-09T22:43:03.238 INFO:teuthology.orchestra.run.smithi081.stdout:Deleting cluster with fsid: 3303ce2a-de66-11ee-95c7-87774f69a715 2024-03-09T22:43:03.266 INFO:teuthology.orchestra.run.smithi081.stdout:/bin/podman: stdout 3c8121001374,18.51MB / 33.27GB 2024-03-09T22:43:03.266 INFO:teuthology.orchestra.run.smithi081.stdout:/bin/podman: stdout ab9d957fcc79,99.32MB / 33.27GB 2024-03-09T22:43:03.294 INFO:teuthology.orchestra.run.smithi081.stdout:/bin/podman: stdout 3c8121001374,0.98% 2024-03-09T22:43:03.294 INFO:teuthology.orchestra.run.smithi081.stdout:/bin/podman: stdout ab9d957fcc79,10.14% 2024-03-09T22:43:03.554 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:43:03 smithi081 systemd[1]: Stopping Ceph mon.a for 3303ce2a-de66-11ee-95c7-87774f69a715... 2024-03-09T22:43:03.928 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:43:03 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mon-a[29602]: 2024-03-09T22:43:03.552+0000 7f2f22789700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-03-09T22:43:03.929 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:43:03 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mon-a[29602]: 2024-03-09T22:43:03.552+0000 7f2f22789700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-09T22:43:03.929 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:43:03 smithi081 podman[30192]: 2024-03-09 22:43:03.645224313 +0000 UTC m=+0.186864204 container died 3c8121001374194d18a98ebada0a884ae4a92e9b88c544bf5a87b5d93a57bb49 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mon-a, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240222, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9, GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b) 2024-03-09T22:43:04.183 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:43:04 smithi081 podman[30192]: 2024-03-09 22:43:04.011572059 +0000 UTC m=+0.553211958 container cleanup 3c8121001374194d18a98ebada0a884ae4a92e9b88c544bf5a87b5d93a57bb49 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9, org.label-schema.build-date=20240222, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b) 2024-03-09T22:43:04.183 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:43:04 smithi081 bash[30192]: ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mon-a 2024-03-09T22:43:04.841 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-3303ce2a-de66-11ee-95c7-87774f69a715.target.wants/ceph-3303ce2a-de66-11ee-95c7-87774f69a715@mon.a.service". 2024-03-09T22:43:04.848 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 5 from systemctl stop ceph-3303ce2a-de66-11ee-95c7-87774f69a715-init@mon.a.service 2024-03-09T22:43:04.848 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Failed to stop ceph-3303ce2a-de66-11ee-95c7-87774f69a715-init@mon.a.service: Unit ceph-3303ce2a-de66-11ee-95c7-87774f69a715-init@mon.a.service not loaded. 2024-03-09T22:43:04.854 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-3303ce2a-de66-11ee-95c7-87774f69a715-init@mon.a.service 2024-03-09T22:43:04.854 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Failed to reset failed state of unit ceph-3303ce2a-de66-11ee-95c7-87774f69a715-init@mon.a.service: Unit ceph-3303ce2a-de66-11ee-95c7-87774f69a715-init@mon.a.service not loaded. 2024-03-09T22:43:04.859 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl disable ceph-3303ce2a-de66-11ee-95c7-87774f69a715-init@mon.a.service 2024-03-09T22:43:04.860 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-3303ce2a-de66-11ee-95c7-87774f69a715-init@mon.a.service does not exist. 2024-03-09T22:43:04.882 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:43:04 smithi081 podman[30204]: 2024-03-09 22:43:04.475096692 +0000 UTC m=+0.830166882 container remove 3c8121001374194d18a98ebada0a884ae4a92e9b88c544bf5a87b5d93a57bb49 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mon-a, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240222, maintainer=Guillaume Abrioux , GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b, ceph=True, CEPH_POINT_RELEASE=) 2024-03-09T22:43:04.882 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:43:04 smithi081 systemd[1]: ceph-3303ce2a-de66-11ee-95c7-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-09T22:43:04.882 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 09 22:43:04 smithi081 systemd[1]: Stopped Ceph mon.a for 3303ce2a-de66-11ee-95c7-87774f69a715. 2024-03-09T22:43:05.183 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:43:04 smithi081 systemd[1]: Stopping Ceph mgr.a for 3303ce2a-de66-11ee-95c7-87774f69a715... 2024-03-09T22:43:05.183 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:43:05 smithi081 ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a[29841]: 2024-03-09T22:43:05.107+0000 7ff1b4952700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-03-09T22:43:05.183 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:43:05 smithi081 podman[30320]: 2024-03-09 22:43:05.11842606 +0000 UTC m=+0.097701291 container died ab9d957fcc79860c0d47a815a33bce3e1e6b89377e646f03c5e5fbf9cb1d8bf9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9, ceph=True, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, org.label-schema.build-date=20240222, org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-09T22:43:05.650 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:43:05 smithi081 podman[30320]: 2024-03-09 22:43:05.457998958 +0000 UTC m=+0.437274196 container cleanup ab9d957fcc79860c0d47a815a33bce3e1e6b89377e646f03c5e5fbf9cb1d8bf9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a, org.label-schema.build-date=20240222, GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b, ceph=True, maintainer=Guillaume Abrioux , RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=) 2024-03-09T22:43:05.650 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:43:05 smithi081 bash[30320]: ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a 2024-03-09T22:43:05.933 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:43:05 smithi081 podman[30334]: 2024-03-09 22:43:05.650608232 +0000 UTC m=+0.528901478 container remove ab9d957fcc79860c0d47a815a33bce3e1e6b89377e646f03c5e5fbf9cb1d8bf9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a, name=ceph-3303ce2a-de66-11ee-95c7-87774f69a715-mgr-a, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=6d53bc8ece767735a31d32bfc429296668de9e0b, GIT_CLEAN=True, org.label-schema.build-date=20240222, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=wip-yuri8-testing-2024-03-06-1329-6b01fe9) 2024-03-09T22:43:05.933 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:43:05 smithi081 systemd[1]: ceph-3303ce2a-de66-11ee-95c7-87774f69a715@mgr.a.service: Deactivated successfully. 2024-03-09T22:43:05.933 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:43:05 smithi081 systemd[1]: Stopped Ceph mgr.a for 3303ce2a-de66-11ee-95c7-87774f69a715. 2024-03-09T22:43:05.933 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 09 22:43:05 smithi081 systemd[1]: ceph-3303ce2a-de66-11ee-95c7-87774f69a715@mgr.a.service: Consumed 1.532s CPU time. 2024-03-09T22:43:06.066 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-3303ce2a-de66-11ee-95c7-87774f69a715.target.wants/ceph-3303ce2a-de66-11ee-95c7-87774f69a715@mgr.a.service". 2024-03-09T22:43:06.074 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 5 from systemctl stop ceph-3303ce2a-de66-11ee-95c7-87774f69a715-init@mgr.a.service 2024-03-09T22:43:06.074 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Failed to stop ceph-3303ce2a-de66-11ee-95c7-87774f69a715-init@mgr.a.service: Unit ceph-3303ce2a-de66-11ee-95c7-87774f69a715-init@mgr.a.service not loaded. 2024-03-09T22:43:06.080 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-3303ce2a-de66-11ee-95c7-87774f69a715-init@mgr.a.service 2024-03-09T22:43:06.080 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Failed to reset failed state of unit ceph-3303ce2a-de66-11ee-95c7-87774f69a715-init@mgr.a.service: Unit ceph-3303ce2a-de66-11ee-95c7-87774f69a715-init@mgr.a.service not loaded. 2024-03-09T22:43:06.086 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl disable ceph-3303ce2a-de66-11ee-95c7-87774f69a715-init@mgr.a.service 2024-03-09T22:43:06.086 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-3303ce2a-de66-11ee-95c7-87774f69a715-init@mgr.a.service does not exist. 2024-03-09T22:43:06.284 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph-3303ce2a-de66-11ee-95c7-87774f69a715.target". 2024-03-09T22:43:06.284 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph.target.wants/ceph-3303ce2a-de66-11ee-95c7-87774f69a715.target". 2024-03-09T22:43:06.448 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-03-09T22:43:06.449 INFO:teuthology.orchestra.run.smithi081.stderr:Traceback (most recent call last): 2024-03-09T22:43:06.449 INFO:teuthology.orchestra.run.smithi081.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-03-09T22:43:06.460 INFO:teuthology.orchestra.run.smithi081.stderr: return _run_code(code, main_globals, None, 2024-03-09T22:43:06.460 INFO:teuthology.orchestra.run.smithi081.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-03-09T22:43:06.460 INFO:teuthology.orchestra.run.smithi081.stderr: exec(code, run_globals) 2024-03-09T22:43:06.460 INFO:teuthology.orchestra.run.smithi081.stderr: File "/tmp/tmps31uil4l.cephadm.build/app/__main__.py", line 5527, in 2024-03-09T22:43:06.460 INFO:teuthology.orchestra.run.smithi081.stderr: File "/tmp/tmps31uil4l.cephadm.build/app/__main__.py", line 5515, in main 2024-03-09T22:43:06.461 INFO:teuthology.orchestra.run.smithi081.stderr: File "/tmp/tmps31uil4l.cephadm.build/app/__main__.py", line 2640, in _rollback 2024-03-09T22:43:06.461 INFO:teuthology.orchestra.run.smithi081.stderr: File "/tmp/tmps31uil4l.cephadm.build/app/__main__.py", line 443, in _default_image 2024-03-09T22:43:06.461 INFO:teuthology.orchestra.run.smithi081.stderr: File "/tmp/tmps31uil4l.cephadm.build/app/__main__.py", line 2872, in command_bootstrap 2024-03-09T22:43:06.461 INFO:teuthology.orchestra.run.smithi081.stderr: File "/tmp/tmps31uil4l.cephadm.build/app/__main__.py", line 2334, in enable_cephadm_mgr_module 2024-03-09T22:43:06.461 INFO:teuthology.orchestra.run.smithi081.stderr: File "/tmp/tmps31uil4l.cephadm.build/app/__main__.py", line 2801, in cli 2024-03-09T22:43:06.461 INFO:teuthology.orchestra.run.smithi081.stderr: File "/tmp/tmps31uil4l.cephadm.build/app/cephadmlib/container_types.py", line 433, in run 2024-03-09T22:43:06.461 INFO:teuthology.orchestra.run.smithi081.stderr: File "/tmp/tmps31uil4l.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-03-09T22:43:06.462 INFO:teuthology.orchestra.run.smithi081.stderr:RuntimeError: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a -e NODE_NAME=smithi081 -v /var/log/ceph/3303ce2a-de66-11ee-95c7-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpijj6jde6:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpi9zyma8u:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a mgr module enable cephadm: Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-03-09T22:43:06.462 INFO:teuthology.orchestra.run.smithi081.stderr: 2024-03-09T22:43:06.483 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T22:43:06.484 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-09T22:43:06.485 DEBUG:teuthology.orchestra.run.smithi081:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-09T22:43:06.500 DEBUG:teuthology.orchestra.run.smithi164:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-09T22:43:06.518 DEBUG:teuthology.orchestra.run.smithi186:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-09T22:43:06.536 INFO:tasks.cephadm:Stopping all daemons... 2024-03-09T22:43:06.536 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-09T22:43:06.536 DEBUG:teuthology.orchestra.run.smithi081:> sudo systemctl stop ceph-3303ce2a-de66-11ee-95c7-87774f69a715@mon.a 2024-03-09T22:43:06.574 INFO:teuthology.orchestra.run.smithi081.stderr:Failed to stop ceph-3303ce2a-de66-11ee-95c7-87774f69a715@mon.a.service: Unit ceph-3303ce2a-de66-11ee-95c7-87774f69a715@mon.a.service not loaded. 2024-03-09T22:43:06.575 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-03-09T22:43:06.575 ERROR:tasks.cephadm:Failed to stop "ceph.mon.a" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 743, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi081 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a -v bootstrap --fsid 3303ce2a-de66-11ee-95c7-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.81 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 830, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi081 with status 5: 'sudo systemctl stop ceph-3303ce2a-de66-11ee-95c7-87774f69a715@mon.a' 2024-03-09T22:43:06.577 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 743, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi081 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a -v bootstrap --fsid 3303ce2a-de66-11ee-95c7-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.81 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 830, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi081 with status 5: 'sudo systemctl stop ceph-3303ce2a-de66-11ee-95c7-87774f69a715@mon.a' 2024-03-09T22:43:06.578 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-09T22:43:06.580 DEBUG:teuthology.misc:Transferring archived files from smithi081:/var/lib/ceph/3303ce2a-de66-11ee-95c7-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587445/remote/smithi081/crash 2024-03-09T22:43:06.581 DEBUG:teuthology.orchestra.run.smithi081:> sudo tar c -f - -C /var/lib/ceph/3303ce2a-de66-11ee-95c7-87774f69a715/crash -- . 2024-03-09T22:43:06.650 INFO:teuthology.orchestra.run.smithi081.stderr:tar: /var/lib/ceph/3303ce2a-de66-11ee-95c7-87774f69a715/crash: Cannot open: No such file or directory 2024-03-09T22:43:06.650 INFO:teuthology.orchestra.run.smithi081.stderr:tar: Error is not recoverable: exiting now 2024-03-09T22:43:06.652 DEBUG:teuthology.misc:Transferring archived files from smithi164:/var/lib/ceph/3303ce2a-de66-11ee-95c7-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587445/remote/smithi164/crash 2024-03-09T22:43:06.653 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /var/lib/ceph/3303ce2a-de66-11ee-95c7-87774f69a715/crash -- . 2024-03-09T22:43:06.848 INFO:teuthology.orchestra.run.smithi164.stderr:tar: /var/lib/ceph/3303ce2a-de66-11ee-95c7-87774f69a715/crash: Cannot open: No such file or directory 2024-03-09T22:43:06.849 INFO:teuthology.orchestra.run.smithi164.stderr:tar: Error is not recoverable: exiting now 2024-03-09T22:43:06.851 DEBUG:teuthology.misc:Transferring archived files from smithi186:/var/lib/ceph/3303ce2a-de66-11ee-95c7-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587445/remote/smithi186/crash 2024-03-09T22:43:06.852 DEBUG:teuthology.orchestra.run.smithi186:> sudo tar c -f - -C /var/lib/ceph/3303ce2a-de66-11ee-95c7-87774f69a715/crash -- . 2024-03-09T22:43:06.891 INFO:teuthology.orchestra.run.smithi186.stderr:tar: /var/lib/ceph/3303ce2a-de66-11ee-95c7-87774f69a715/crash: Cannot open: No such file or directory 2024-03-09T22:43:06.891 INFO:teuthology.orchestra.run.smithi186.stderr:tar: Error is not recoverable: exiting now 2024-03-09T22:43:06.892 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-09T22:43:06.892 DEBUG:teuthology.orchestra.run.smithi081:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/3303ce2a-de66-11ee-95c7-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-09T22:43:06.919 INFO:teuthology.orchestra.run.smithi081.stderr:grep: /var/log/ceph/3303ce2a-de66-11ee-95c7-87774f69a715/ceph.log: No such file or directory 2024-03-09T22:43:06.921 INFO:tasks.cephadm:Compressing logs... 2024-03-09T22:43:06.921 DEBUG:teuthology.orchestra.run.smithi081:> 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-03-09T22:43:06.964 DEBUG:teuthology.orchestra.run.smithi164:> 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-03-09T22:43:06.966 DEBUG:teuthology.orchestra.run.smithi186:> 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-03-09T22:43:06.987 INFO:teuthology.orchestra.run.smithi081.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-03-09T22:43:06.989 INFO:teuthology.orchestra.run.smithi081.stderr: 2024-03-09T22:43:06.990 INFO:teuthology.orchestra.run.smithi081.stderr:real 0m0.014s 2024-03-09T22:43:06.990 INFO:teuthology.orchestra.run.smithi081.stderr:user 0m0.015s 2024-03-09T22:43:06.990 INFO:teuthology.orchestra.run.smithi081.stderr:sys 0m0.010s 2024-03-09T22:43:06.995 INFO:teuthology.orchestra.run.smithi164.stderr:find: ‘/var/log/rbd-target-api’: No such file or directorygzip 2024-03-09T22:43:06.995 INFO:teuthology.orchestra.run.smithi164.stderr: -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-09T22:43:06.996 INFO:teuthology.orchestra.run.smithi186.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-09T22:43:06.996 INFO:teuthology.orchestra.run.smithi186.stderr:: No such file or directory 2024-03-09T22:43:06.997 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/cephadm.log: 56.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-09T22:43:06.999 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-03-09T22:43:06.999 INFO:teuthology.orchestra.run.smithi186.stderr:real 0m0.016s 2024-03-09T22:43:06.999 INFO:teuthology.orchestra.run.smithi186.stderr:user 0m0.010s 2024-03-09T22:43:06.999 INFO:teuthology.orchestra.run.smithi186.stderr:sys 0m0.020s 2024-03-09T22:43:07.079 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/cephadm.log: 56.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-09T22:43:07.081 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-03-09T22:43:07.081 INFO:teuthology.orchestra.run.smithi164.stderr:real 0m0.100s 2024-03-09T22:43:07.081 INFO:teuthology.orchestra.run.smithi164.stderr:user 0m0.014s 2024-03-09T22:43:07.081 INFO:teuthology.orchestra.run.smithi164.stderr:sys 0m0.017s 2024-03-09T22:43:07.081 INFO:tasks.cephadm:Archiving logs... 2024-03-09T22:43:07.081 DEBUG:teuthology.misc:Transferring archived files from smithi081:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587445/remote/smithi081/log 2024-03-09T22:43:07.082 DEBUG:teuthology.orchestra.run.smithi081:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-09T22:43:07.108 DEBUG:teuthology.misc:Transferring archived files from smithi164:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587445/remote/smithi164/log 2024-03-09T22:43:07.109 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-09T22:43:07.149 DEBUG:teuthology.misc:Transferring archived files from smithi186:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587445/remote/smithi186/log 2024-03-09T22:43:07.150 DEBUG:teuthology.orchestra.run.smithi186:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-09T22:43:07.183 INFO:tasks.cephadm:Removing cluster... 2024-03-09T22:43:07.184 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3303ce2a-de66-11ee-95c7-87774f69a715 --force 2024-03-09T22:43:07.362 INFO:teuthology.orchestra.run.smithi081.stdout:Deleting cluster with fsid: 3303ce2a-de66-11ee-95c7-87774f69a715 2024-03-09T22:43:07.606 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3303ce2a-de66-11ee-95c7-87774f69a715 --force 2024-03-09T22:43:07.785 INFO:teuthology.orchestra.run.smithi164.stdout:Deleting cluster with fsid: 3303ce2a-de66-11ee-95c7-87774f69a715 2024-03-09T22:43:08.066 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3303ce2a-de66-11ee-95c7-87774f69a715 --force 2024-03-09T22:43:08.254 INFO:teuthology.orchestra.run.smithi186.stdout:Deleting cluster with fsid: 3303ce2a-de66-11ee-95c7-87774f69a715 2024-03-09T22:43:08.515 INFO:tasks.cephadm:Removing cephadm ... 2024-03-09T22:43:08.515 DEBUG:teuthology.orchestra.run.smithi081:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-09T22:43:08.533 DEBUG:teuthology.orchestra.run.smithi164:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-09T22:43:08.550 DEBUG:teuthology.orchestra.run.smithi186:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-09T22:43:08.565 INFO:tasks.cephadm:Teardown complete 2024-03-09T22:43:08.566 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 743, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi081 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a -v bootstrap --fsid 3303ce2a-de66-11ee-95c7-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.81 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 1831, 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_e691533f9cbb33d85b2187bba20d7102f098636d/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/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 1746, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 830, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi081 with status 5: 'sudo systemctl stop ceph-3303ce2a-de66-11ee-95c7-87774f69a715@mon.a' 2024-03-09T22:43:08.793 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=d9439bc99f16469798b7c95da8d77499 Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 743, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi081 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:6b01fe95f3aa686f1951a0c5828907a52930b92a -v bootstrap --fsid 3303ce2a-de66-11ee-95c7-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.81 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 1831, 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_e691533f9cbb33d85b2187bba20d7102f098636d/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/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 1746, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/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/github.com_ceph_ceph-c_6b01fe95f3aa686f1951a0c5828907a52930b92a/qa/tasks/cephadm.py", line 830, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi081 with status 5: 'sudo systemctl stop ceph-3303ce2a-de66-11ee-95c7-87774f69a715@mon.a' 2024-03-09T22:43:08.799 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-09T22:43:08.810 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-09T22:43:08.859 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-03-09T22:43:08.859 DEBUG:teuthology.orchestra.run.smithi081:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-09T22:43:08.892 DEBUG:teuthology.orchestra.run.smithi164:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-09T22:43:08.895 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-09T22:43:09.022 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-09T22:43:09.031 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-09T22:43:09.031 DEBUG:teuthology.orchestra.run.smithi081:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-09T22:43:09.034 DEBUG:teuthology.orchestra.run.smithi164:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-09T22:43:09.036 DEBUG:teuthology.orchestra.run.smithi186:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-09T22:43:09.048 INFO:teuthology.orchestra.run.smithi081.stderr:bash: line 1: ntpq: command not found 2024-03-09T22:43:09.049 INFO:teuthology.orchestra.run.smithi164.stderr:bash: line 1: ntpq: command not found 2024-03-09T22:43:09.050 INFO:teuthology.orchestra.run.smithi186.stderr:bash: line 1: ntpq: command not found 2024-03-09T22:43:09.052 INFO:teuthology.orchestra.run.smithi081.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-09T22:43:09.053 INFO:teuthology.orchestra.run.smithi081.stdout:=============================================================================== 2024-03-09T22:43:09.053 INFO:teuthology.orchestra.run.smithi081.stdout:^+ hv01.front.sepia.ceph.com 2 6 177 59 +2568us[+2559us] +/- 92ms 2024-03-09T22:43:09.053 INFO:teuthology.orchestra.run.smithi081.stdout:^* hv02.front.sepia.ceph.com 3 6 177 58 -1337us[-1346us] +/- 63ms 2024-03-09T22:43:09.053 INFO:teuthology.orchestra.run.smithi081.stdout:^+ hv03.front.sepia.ceph.com 3 6 177 58 -576us[ -576us] +/- 60ms 2024-03-09T22:43:09.053 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T22:43:09.055 INFO:teuthology.orchestra.run.smithi164.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-09T22:43:09.055 INFO:teuthology.orchestra.run.smithi164.stdout:=============================================================================== 2024-03-09T22:43:09.055 INFO:teuthology.orchestra.run.smithi164.stdout:^+ hv01.front.sepia.ceph.com 2 6 177 59 +2555us[+2560us] +/- 92ms 2024-03-09T22:43:09.055 INFO:teuthology.orchestra.run.smithi164.stdout:^* hv02.front.sepia.ceph.com 3 6 177 58 -1325us[-1320us] +/- 63ms 2024-03-09T22:43:09.055 INFO:teuthology.orchestra.run.smithi164.stdout:^+ hv03.front.sepia.ceph.com 3 6 177 58 -594us[ -594us] +/- 60ms 2024-03-09T22:43:09.055 INFO:teuthology.orchestra.run.smithi164.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T22:43:09.057 INFO:teuthology.orchestra.run.smithi186.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-09T22:43:09.057 INFO:teuthology.orchestra.run.smithi186.stdout:=============================================================================== 2024-03-09T22:43:09.057 INFO:teuthology.orchestra.run.smithi186.stdout:^+ hv01.front.sepia.ceph.com 2 6 177 59 +2624us[+2539us] +/- 92ms 2024-03-09T22:43:09.057 INFO:teuthology.orchestra.run.smithi186.stdout:^* hv02.front.sepia.ceph.com 3 6 177 58 -1261us[-1347us] +/- 63ms 2024-03-09T22:43:09.057 INFO:teuthology.orchestra.run.smithi186.stdout:^+ hv03.front.sepia.ceph.com 3 6 177 60 -512us[ -598us] +/- 60ms 2024-03-09T22:43:09.058 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-03-09T22:43:09.058 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-09T22:43:09.068 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-09T22:43:09.068 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-09T22:43:09.100 DEBUG:teuthology.orchestra.run.smithi081:> 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-03-09T22:43:09.170 DEBUG:teuthology.orchestra.run.smithi164:> 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-03-09T22:43:09.238 DEBUG:teuthology.orchestra.run.smithi186:> 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-03-09T22:43:09.304 DEBUG:teuthology.orchestra.run.smithi081:> 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 2024-03-09T22:43:09.336 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T22:43:09.336 DEBUG:teuthology.orchestra.run.smithi164:> 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 2024-03-09T22:43:09.367 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T22:43:09.368 DEBUG:teuthology.orchestra.run.smithi186:> 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 2024-03-09T22:43:09.397 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T22:43:09.397 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-09T22:43:09.406 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-09T22:43:09.460 INFO:teuthology.task.internal:Duration was 514.322955 seconds 2024-03-09T22:43:09.460 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-09T22:43:09.492 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-09T22:43:09.492 DEBUG:teuthology.orchestra.run.smithi081:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-09T22:43:09.495 DEBUG:teuthology.orchestra.run.smithi164:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-09T22:43:09.497 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-09T22:43:09.539 INFO:teuthology.orchestra.run.smithi081.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-09T22:43:09.541 INFO:teuthology.orchestra.run.smithi164.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-09T22:43:09.541 INFO:teuthology.orchestra.run.smithi186.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-09T22:43:10.052 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-09T22:43:10.052 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi081.front.sepia.ceph.com 2024-03-09T22:43:10.053 DEBUG:teuthology.orchestra.run.smithi081:> 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-03-09T22:43:10.075 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi164.front.sepia.ceph.com 2024-03-09T22:43:10.075 DEBUG:teuthology.orchestra.run.smithi164:> 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-03-09T22:43:10.101 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi186.front.sepia.ceph.com 2024-03-09T22:43:10.101 DEBUG:teuthology.orchestra.run.smithi186:> 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-03-09T22:43:10.122 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-09T22:43:10.122 DEBUG:teuthology.orchestra.run.smithi081:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-09T22:43:10.125 DEBUG:teuthology.orchestra.run.smithi164:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-09T22:43:10.145 DEBUG:teuthology.orchestra.run.smithi186:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-09T22:43:10.191 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-09T22:43:10.191 DEBUG:teuthology.orchestra.run.smithi081:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-09T22:43:10.196 DEBUG:teuthology.orchestra.run.smithi164:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-09T22:43:10.215 DEBUG:teuthology.orchestra.run.smithi186:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-09T22:43:10.326 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-09T22:43:10.337 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-09T22:43:10.337 DEBUG:teuthology.orchestra.run.smithi081:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-09T22:43:10.364 DEBUG:teuthology.orchestra.run.smithi164:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-09T22:43:10.391 DEBUG:teuthology.orchestra.run.smithi186:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-09T22:43:10.418 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-09T22:43:10.429 DEBUG:teuthology.orchestra.run.smithi081:> 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-03-09T22:43:10.432 DEBUG:teuthology.orchestra.run.smithi164:> 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-03-09T22:43:10.434 DEBUG:teuthology.orchestra.run.smithi186:> 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-03-09T22:43:10.455 INFO:teuthology.orchestra.run.smithi081.stdout:kernel.core_pattern = core 2024-03-09T22:43:10.457 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern = core 2024-03-09T22:43:10.484 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern = core 2024-03-09T22:43:10.505 DEBUG:teuthology.orchestra.run.smithi081:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-09T22:43:10.534 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T22:43:10.534 DEBUG:teuthology.orchestra.run.smithi164:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-09T22:43:10.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T22:43:10.549 DEBUG:teuthology.orchestra.run.smithi186:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-09T22:43:10.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-09T22:43:10.563 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-09T22:43:10.574 INFO:teuthology.task.internal:Transferring archived files... 2024-03-09T22:43:10.574 DEBUG:teuthology.misc:Transferring archived files from smithi081:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587445/remote/smithi081 2024-03-09T22:43:10.575 DEBUG:teuthology.orchestra.run.smithi081:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-09T22:43:10.611 DEBUG:teuthology.misc:Transferring archived files from smithi164:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587445/remote/smithi164 2024-03-09T22:43:10.612 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-09T22:43:10.647 DEBUG:teuthology.misc:Transferring archived files from smithi186:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587445/remote/smithi186 2024-03-09T22:43:10.647 DEBUG:teuthology.orchestra.run.smithi186:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-09T22:43:10.682 INFO:teuthology.task.internal:Removing archive directory... 2024-03-09T22:43:10.683 DEBUG:teuthology.orchestra.run.smithi081:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-09T22:43:10.685 DEBUG:teuthology.orchestra.run.smithi164:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-09T22:43:10.688 DEBUG:teuthology.orchestra.run.smithi186:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-09T22:43:10.732 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-09T22:43:10.743 INFO:teuthology.task.internal:Not uploading archives. 2024-03-09T22:43:10.744 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-09T22:43:10.768 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-09T22:43:10.769 DEBUG:teuthology.orchestra.run.smithi081:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-09T22:43:10.772 DEBUG:teuthology.orchestra.run.smithi164:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-09T22:43:10.775 DEBUG:teuthology.orchestra.run.smithi186:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-09T22:43:10.784 INFO:teuthology.orchestra.run.smithi081.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 9 22:43 /home/ubuntu/cephtest 2024-03-09T22:43:10.787 INFO:teuthology.orchestra.run.smithi164.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 9 22:43 /home/ubuntu/cephtest 2024-03-09T22:43:10.795 INFO:teuthology.orchestra.run.smithi186.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 9 22:43 /home/ubuntu/cephtest 2024-03-09T22:43:10.795 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-09T22:43:10.809 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-09T22:43:10.881 INFO:teuthology.nuke:Checking targets against current locks 2024-03-09T22:43:10.942 DEBUG:teuthology.nuke:shortname: smithi081 2024-03-09T22:43:10.942 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-09T22:43:10.998 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi081.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587445', '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-03-09 22:24:42.346940', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEK1vzzN6BOPUanRs64I809AGXJv33Fa/MQC9u0gPqF1RtuH6jFPYSDa4BqUGtJQqO7ySgdBtlfsRkZyrY7mm5I='} 2024-03-09T22:43:11.012 DEBUG:teuthology.nuke:shortname: smithi164 2024-03-09T22:43:11.012 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-09T22:43:11.072 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi164.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587445', '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-03-09 22:24:42.348730', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC8oIzsQI1zyrNeUZhTYdWBtLfAN5iZQC3nCsno2yRwyZF2n/6zVYuCz8FfcJY75Dzd8MhYeEn8wNDA/YmMm0+0='} 2024-03-09T22:43:11.073 DEBUG:teuthology.nuke:shortname: smithi186 2024-03-09T22:43:11.074 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-09T22:43:11.123 INFO:teuthology.orchestra.console.smithi081:Power off 2024-03-09T22:43:11.124 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-09T22:43:11.136 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi186.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:18:36-rados-wip-yuri8-testing-2024-03-06-1329-distro-default-smithi/7587445', '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-03-09 22:24:42.349907', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFmhwSoPSh1OMYA1Hyr+1Q8exZDEdWINhyVa0GeXmGqgt3lYp2gXrWV9X9clFRW0Bwn+HXRjQ0M208scAtaOQek='} 2024-03-09T22:43:11.176 DEBUG:teuthology.orchestra.console.smithi081:power off output: Chassis Power Control: Down/Off 2024-03-09T22:43:11.177 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T22:43:11.196 INFO:teuthology.orchestra.console.smithi164:Power off 2024-03-09T22:43:11.196 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-09T22:43:11.229 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is on 2024-03-09T22:43:11.245 INFO:teuthology.orchestra.console.smithi186:Power off 2024-03-09T22:43:11.246 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-09T22:43:11.256 DEBUG:teuthology.orchestra.console.smithi164:power off output: Chassis Power Control: Down/Off 2024-03-09T22:43:11.256 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T22:43:11.297 DEBUG:teuthology.orchestra.console.smithi186:power off output: Chassis Power Control: Down/Off 2024-03-09T22:43:11.297 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T22:43:11.308 DEBUG:teuthology.orchestra.console.smithi164:check power output: Chassis Power is on 2024-03-09T22:43:11.348 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is on 2024-03-09T22:43:15.230 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T22:43:15.309 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T22:43:15.342 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is on 2024-03-09T22:43:15.349 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T22:43:15.421 DEBUG:teuthology.orchestra.console.smithi164:check power output: Chassis Power is on 2024-03-09T22:43:15.461 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is on 2024-03-09T22:43:19.347 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T22:43:19.422 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T22:43:19.457 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is on 2024-03-09T22:43:19.462 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T22:43:19.533 DEBUG:teuthology.orchestra.console.smithi164:check power output: Chassis Power is on 2024-03-09T22:43:19.575 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is off 2024-03-09T22:43:19.676 INFO:teuthology.orchestra.console.smithi186:Power off completed 2024-03-09T22:43:23.460 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T22:43:23.535 DEBUG:teuthology.orchestra.console.smithi164:pexpect command: ipmitool -H smithi164.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-09T22:43:23.572 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is off 2024-03-09T22:43:23.645 DEBUG:teuthology.orchestra.console.smithi164:check power output: Chassis Power is off 2024-03-09T22:43:23.674 INFO:teuthology.orchestra.console.smithi081:Power off completed 2024-03-09T22:43:23.747 INFO:teuthology.orchestra.console.smithi164:Power off completed 2024-03-09T22:43:23.851 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} duration: 514.3229553699493 failure_reason: 'Command failed on smithi081 with status 5: ''sudo systemctl stop ceph-3303ce2a-de66-11ee-95c7-87774f69a715@mon.a''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=d9439bc99f16469798b7c95da8d77499 status: fail success: false 2024-03-09T22:43:23.851 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-09T22:43:23.949 INFO:teuthology.run:FAIL