2024-09-20T19:42:50.040 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-20T19:42:50.056 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-20T19:42:50.146 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912838 branch: wip-adk-testing-2024-09-20-0910 description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} email: adking@redhat.com first_in_suite: false job_id: '7912838' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-adk-testing-2024-09-20-0910 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 - mons down - mon down - out of quorum - CEPHADM_STRAY_DAEMON log-only-match: - CEPHADM_ sha1: e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: wip-adk-testing-2024-09-20-0910 sha1: e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/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: 8031 sha1: e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-adk-testing-2024-09-20-0910 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 targets: smithi078.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ5mIotD+osONCivujQQGw3RBOCrbtsOHBHCn2wgxCk5jSHU9dyseDiEqfLz6wqoeHdpGzjCb+fnA9xzqeQSg8I= smithi131.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFhFhsrumlVe0C2moULH2/pQLujqrbTSh8iBFap+wiXrPZhK3e773OjLwjpRbAG5o+hfqM5OXcEYvLgxeXAEke0= smithi146.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBkTwkkw+ChLrQh+YHWEP1CB+fVYFD+RYscvsEChYCYJWvs/ET7zhge42jqWFaVHubpEAktaPZCuJr1/H2yud9U= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install nvmetcli nvme-cli -y - 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: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-20_18:25:04 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2902 2024-09-20T19:42:50.146 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa; will attempt to use it 2024-09-20T19:42:50.147 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks 2024-09-20T19:42:50.147 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-20T19:42:50.149 INFO:teuthology.task.internal:Checking packages... 2024-09-20T19:42:50.168 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'e8baca1eac6c3c9c88bf2ea4493e448bd54936a7' 2024-09-20T19:42:50.168 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-20T19:42:50.168 INFO:teuthology.packaging:ref: None 2024-09-20T19:42:50.169 INFO:teuthology.packaging:tag: None 2024-09-20T19:42:50.169 INFO:teuthology.packaging:branch: wip-adk-testing-2024-09-20-0910 2024-09-20T19:42:50.169 INFO:teuthology.packaging:sha1: e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:42:50.169 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-adk-testing-2024-09-20-0910 2024-09-20T19:42:50.307 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-5127.ge8baca1e 2024-09-20T19:42:50.309 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-20T19:42:50.315 INFO:teuthology.task.internal:no buildpackages task found 2024-09-20T19:42:50.315 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-20T19:42:50.380 INFO:teuthology.task.internal:Saving configuration 2024-09-20T19:42:50.391 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-20T19:42:50.406 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-20T19:42:50.431 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi078.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912838', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-20 19:37:37.111641', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ5mIotD+osONCivujQQGw3RBOCrbtsOHBHCn2wgxCk5jSHU9dyseDiEqfLz6wqoeHdpGzjCb+fnA9xzqeQSg8I='} 2024-09-20T19:42:50.454 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi131.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912838', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-20 19:37:37.113236', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFhFhsrumlVe0C2moULH2/pQLujqrbTSh8iBFap+wiXrPZhK3e773OjLwjpRbAG5o+hfqM5OXcEYvLgxeXAEke0='} 2024-09-20T19:42:50.478 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi146.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912838', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-20 19:37:37.110374', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBkTwkkw+ChLrQh+YHWEP1CB+fVYFD+RYscvsEChYCYJWvs/ET7zhge42jqWFaVHubpEAktaPZCuJr1/H2yud9U='} 2024-09-20T19:42:50.478 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-20T19:42:50.485 INFO:teuthology.task.internal:roles: ubuntu@smithi078.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-09-20T19:42:50.485 INFO:teuthology.task.internal:roles: ubuntu@smithi131.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-09-20T19:42:50.485 INFO:teuthology.task.internal:roles: ubuntu@smithi146.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-09-20T19:42:50.485 INFO:teuthology.run_tasks:Running task console_log... 2024-09-20T19:42:50.588 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f615d154280>, signals=[15]) 2024-09-20T19:42:50.588 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-20T19:42:50.594 INFO:teuthology.task.internal:Opening connections... 2024-09-20T19:42:50.594 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi078.front.sepia.ceph.com 2024-09-20T19:42:50.595 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:42:50.670 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi131.front.sepia.ceph.com 2024-09-20T19:42:50.671 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:42:50.746 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi146.front.sepia.ceph.com 2024-09-20T19:42:50.746 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi146.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:42:50.820 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-20T19:42:50.825 DEBUG:teuthology.orchestra.run.smithi078:> uname -m 2024-09-20T19:42:50.843 INFO:teuthology.orchestra.run.smithi078.stdout:x86_64 2024-09-20T19:42:50.843 DEBUG:teuthology.orchestra.run.smithi078:> cat /etc/os-release 2024-09-20T19:42:50.901 INFO:teuthology.orchestra.run.smithi078.stdout:NAME="CentOS Stream" 2024-09-20T19:42:50.901 INFO:teuthology.orchestra.run.smithi078.stdout:VERSION="9" 2024-09-20T19:42:50.901 INFO:teuthology.orchestra.run.smithi078.stdout:ID="centos" 2024-09-20T19:42:50.902 INFO:teuthology.orchestra.run.smithi078.stdout:ID_LIKE="rhel fedora" 2024-09-20T19:42:50.902 INFO:teuthology.orchestra.run.smithi078.stdout:VERSION_ID="9" 2024-09-20T19:42:50.902 INFO:teuthology.orchestra.run.smithi078.stdout:PLATFORM_ID="platform:el9" 2024-09-20T19:42:50.902 INFO:teuthology.orchestra.run.smithi078.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-20T19:42:50.902 INFO:teuthology.orchestra.run.smithi078.stdout:ANSI_COLOR="0;31" 2024-09-20T19:42:50.902 INFO:teuthology.orchestra.run.smithi078.stdout:LOGO="fedora-logo-icon" 2024-09-20T19:42:50.902 INFO:teuthology.orchestra.run.smithi078.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-20T19:42:50.902 INFO:teuthology.orchestra.run.smithi078.stdout:HOME_URL="https://centos.org/" 2024-09-20T19:42:50.902 INFO:teuthology.orchestra.run.smithi078.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-20T19:42:50.902 INFO:teuthology.orchestra.run.smithi078.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-20T19:42:50.902 INFO:teuthology.orchestra.run.smithi078.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-20T19:42:50.903 INFO:teuthology.lock.ops:Updating smithi078.front.sepia.ceph.com on lock server 2024-09-20T19:42:50.925 DEBUG:teuthology.orchestra.run.smithi131:> uname -m 2024-09-20T19:42:50.943 INFO:teuthology.orchestra.run.smithi131.stdout:x86_64 2024-09-20T19:42:50.944 DEBUG:teuthology.orchestra.run.smithi131:> cat /etc/os-release 2024-09-20T19:42:51.002 INFO:teuthology.orchestra.run.smithi131.stdout:NAME="CentOS Stream" 2024-09-20T19:42:51.002 INFO:teuthology.orchestra.run.smithi131.stdout:VERSION="9" 2024-09-20T19:42:51.002 INFO:teuthology.orchestra.run.smithi131.stdout:ID="centos" 2024-09-20T19:42:51.002 INFO:teuthology.orchestra.run.smithi131.stdout:ID_LIKE="rhel fedora" 2024-09-20T19:42:51.002 INFO:teuthology.orchestra.run.smithi131.stdout:VERSION_ID="9" 2024-09-20T19:42:51.002 INFO:teuthology.orchestra.run.smithi131.stdout:PLATFORM_ID="platform:el9" 2024-09-20T19:42:51.002 INFO:teuthology.orchestra.run.smithi131.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-20T19:42:51.002 INFO:teuthology.orchestra.run.smithi131.stdout:ANSI_COLOR="0;31" 2024-09-20T19:42:51.002 INFO:teuthology.orchestra.run.smithi131.stdout:LOGO="fedora-logo-icon" 2024-09-20T19:42:51.003 INFO:teuthology.orchestra.run.smithi131.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-20T19:42:51.003 INFO:teuthology.orchestra.run.smithi131.stdout:HOME_URL="https://centos.org/" 2024-09-20T19:42:51.003 INFO:teuthology.orchestra.run.smithi131.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-20T19:42:51.003 INFO:teuthology.orchestra.run.smithi131.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-20T19:42:51.003 INFO:teuthology.orchestra.run.smithi131.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-20T19:42:51.003 INFO:teuthology.lock.ops:Updating smithi131.front.sepia.ceph.com on lock server 2024-09-20T19:42:51.033 DEBUG:teuthology.orchestra.run.smithi146:> uname -m 2024-09-20T19:42:51.052 INFO:teuthology.orchestra.run.smithi146.stdout:x86_64 2024-09-20T19:42:51.052 DEBUG:teuthology.orchestra.run.smithi146:> cat /etc/os-release 2024-09-20T19:42:51.109 INFO:teuthology.orchestra.run.smithi146.stdout:NAME="CentOS Stream" 2024-09-20T19:42:51.110 INFO:teuthology.orchestra.run.smithi146.stdout:VERSION="9" 2024-09-20T19:42:51.110 INFO:teuthology.orchestra.run.smithi146.stdout:ID="centos" 2024-09-20T19:42:51.110 INFO:teuthology.orchestra.run.smithi146.stdout:ID_LIKE="rhel fedora" 2024-09-20T19:42:51.110 INFO:teuthology.orchestra.run.smithi146.stdout:VERSION_ID="9" 2024-09-20T19:42:51.110 INFO:teuthology.orchestra.run.smithi146.stdout:PLATFORM_ID="platform:el9" 2024-09-20T19:42:51.110 INFO:teuthology.orchestra.run.smithi146.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-20T19:42:51.110 INFO:teuthology.orchestra.run.smithi146.stdout:ANSI_COLOR="0;31" 2024-09-20T19:42:51.110 INFO:teuthology.orchestra.run.smithi146.stdout:LOGO="fedora-logo-icon" 2024-09-20T19:42:51.110 INFO:teuthology.orchestra.run.smithi146.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-20T19:42:51.110 INFO:teuthology.orchestra.run.smithi146.stdout:HOME_URL="https://centos.org/" 2024-09-20T19:42:51.110 INFO:teuthology.orchestra.run.smithi146.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-20T19:42:51.110 INFO:teuthology.orchestra.run.smithi146.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-20T19:42:51.111 INFO:teuthology.orchestra.run.smithi146.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-20T19:42:51.111 INFO:teuthology.lock.ops:Updating smithi146.front.sepia.ceph.com on lock server 2024-09-20T19:42:51.133 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-20T19:42:51.142 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-20T19:42:51.173 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-20T19:42:51.173 DEBUG:teuthology.orchestra.run.smithi078:> test '!' -e /home/ubuntu/cephtest 2024-09-20T19:42:51.175 DEBUG:teuthology.orchestra.run.smithi131:> test '!' -e /home/ubuntu/cephtest 2024-09-20T19:42:51.178 DEBUG:teuthology.orchestra.run.smithi146:> test '!' -e /home/ubuntu/cephtest 2024-09-20T19:42:51.195 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-20T19:42:51.201 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-20T19:42:51.201 DEBUG:teuthology.orchestra.run.smithi078:> test -z $(ls -A /var/lib/ceph) 2024-09-20T19:42:51.233 DEBUG:teuthology.orchestra.run.smithi131:> test -z $(ls -A /var/lib/ceph) 2024-09-20T19:42:51.236 DEBUG:teuthology.orchestra.run.smithi146:> test -z $(ls -A /var/lib/ceph) 2024-09-20T19:42:51.343 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-20T19:42:51.423 INFO:teuthology.run_tasks:Running task kernel... 2024-09-20T19:42:51.437 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-20T19:42:51.437 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-20T19:42:51.437 DEBUG:teuthology.orchestra.run.smithi078:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-20T19:42:51.438 DEBUG:teuthology.orchestra.run.smithi131:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-20T19:42:51.438 DEBUG:teuthology.orchestra.run.smithi146:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-20T19:42:51.455 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:42:51.455 DEBUG:teuthology.orchestra.run.smithi078:> uname -r 2024-09-20T19:42:51.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:42:51.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:42:51.457 DEBUG:teuthology.orchestra.run.smithi146:> uname -r 2024-09-20T19:42:51.457 DEBUG:teuthology.orchestra.run.smithi131:> uname -r 2024-09-20T19:42:51.513 INFO:teuthology.orchestra.run.smithi078.stdout:5.14.0-503.el9.x86_64 2024-09-20T19:42:51.513 INFO:teuthology.task.kernel:Running kernel on smithi078: 5.14.0-503.el9.x86_64 2024-09-20T19:42:51.514 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum install -y kernel 2024-09-20T19:42:51.515 INFO:teuthology.orchestra.run.smithi131.stdout:5.14.0-503.el9.x86_64 2024-09-20T19:42:51.515 INFO:teuthology.task.kernel:Running kernel on smithi131: 5.14.0-503.el9.x86_64 2024-09-20T19:42:51.515 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum install -y kernel 2024-09-20T19:42:51.516 INFO:teuthology.orchestra.run.smithi146.stdout:5.14.0-503.el9.x86_64 2024-09-20T19:42:51.516 INFO:teuthology.task.kernel:Running kernel on smithi146: 5.14.0-503.el9.x86_64 2024-09-20T19:42:51.516 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum install -y kernel 2024-09-20T19:42:53.904 INFO:teuthology.orchestra.run.smithi146.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.3 MB 00:00 2024-09-20T19:42:54.744 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 9 - BaseOS 5.5 MB/s | 8.3 MB 00:01 2024-09-20T19:42:55.100 INFO:teuthology.orchestra.run.smithi131.stdout:CentOS Stream 9 - BaseOS 4.7 MB/s | 8.3 MB 00:01 2024-09-20T19:42:56.180 INFO:teuthology.orchestra.run.smithi146.stdout:CentOS Stream 9 - AppStream 17 MB/s | 20 MB 00:01 2024-09-20T19:42:56.953 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 9 - AppStream 18 MB/s | 20 MB 00:01 2024-09-20T19:42:57.234 INFO:teuthology.orchestra.run.smithi131.stdout:CentOS Stream 9 - AppStream 19 MB/s | 20 MB 00:01 2024-09-20T19:43:00.830 INFO:teuthology.orchestra.run.smithi146.stdout:CentOS Stream 9 - CRB 7.9 MB/s | 6.5 MB 00:00 2024-09-20T19:43:02.448 INFO:teuthology.orchestra.run.smithi146.stdout:CentOS Stream 9 - Extras packages 48 kB/s | 19 kB 00:00 2024-09-20T19:43:02.784 INFO:teuthology.orchestra.run.smithi131.stdout:CentOS Stream 9 - CRB 3.6 MB/s | 6.5 MB 00:01 2024-09-20T19:43:02.897 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 9 - CRB 3.5 MB/s | 6.5 MB 00:01 2024-09-20T19:43:03.402 INFO:teuthology.orchestra.run.smithi146.stdout:Extra Packages for Enterprise Linux 27 MB/s | 23 MB 00:00 2024-09-20T19:43:05.029 INFO:teuthology.orchestra.run.smithi131.stdout:CentOS Stream 9 - Extras packages 18 kB/s | 19 kB 00:01 2024-09-20T19:43:05.598 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 9 - Extras packages 13 kB/s | 19 kB 00:01 2024-09-20T19:43:05.864 INFO:teuthology.orchestra.run.smithi131.stdout:Extra Packages for Enterprise Linux 32 MB/s | 23 MB 00:00 2024-09-20T19:43:06.426 INFO:teuthology.orchestra.run.smithi078.stdout:Extra Packages for Enterprise Linux 32 MB/s | 23 MB 00:00 2024-09-20T19:43:08.866 INFO:teuthology.orchestra.run.smithi146.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-09-20T19:43:10.789 INFO:teuthology.orchestra.run.smithi146.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-20T19:43:10.789 INFO:teuthology.orchestra.run.smithi146.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-20T19:43:10.894 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:43:10.904 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:43:10.904 INFO:teuthology.orchestra.run.smithi146.stdout: Package Architecture Version Repository Size 2024-09-20T19:43:10.904 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:43:10.904 INFO:teuthology.orchestra.run.smithi146.stdout:Installing: 2024-09-20T19:43:10.904 INFO:teuthology.orchestra.run.smithi146.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-20T19:43:10.904 INFO:teuthology.orchestra.run.smithi146.stdout:Installing dependencies: 2024-09-20T19:43:10.904 INFO:teuthology.orchestra.run.smithi146.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-20T19:43:10.904 INFO:teuthology.orchestra.run.smithi146.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-20T19:43:10.904 INFO:teuthology.orchestra.run.smithi146.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-20T19:43:10.904 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:43:10.904 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2024-09-20T19:43:10.904 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:43:10.904 INFO:teuthology.orchestra.run.smithi146.stdout:Install 4 Packages 2024-09-20T19:43:10.904 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:43:10.905 INFO:teuthology.orchestra.run.smithi146.stdout:Total download size: 79 M 2024-09-20T19:43:10.905 INFO:teuthology.orchestra.run.smithi146.stdout:Installed size: 126 M 2024-09-20T19:43:10.905 INFO:teuthology.orchestra.run.smithi146.stdout:Downloading Packages: 2024-09-20T19:43:11.303 INFO:teuthology.orchestra.run.smithi131.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-20T19:43:11.725 INFO:teuthology.orchestra.run.smithi146.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 63 kB/s | 36 kB 00:00 2024-09-20T19:43:11.840 INFO:teuthology.orchestra.run.smithi078.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-20T19:43:12.543 INFO:teuthology.orchestra.run.smithi146.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 11 MB/s | 16 MB 00:01 2024-09-20T19:43:13.202 INFO:teuthology.orchestra.run.smithi131.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-20T19:43:13.202 INFO:teuthology.orchestra.run.smithi131.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-20T19:43:13.218 INFO:teuthology.orchestra.run.smithi146.stdout:(3/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 17 MB/s | 35 MB 00:02 2024-09-20T19:43:13.301 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:43:13.317 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:43:13.317 INFO:teuthology.orchestra.run.smithi131.stdout: Package Architecture Version Repository Size 2024-09-20T19:43:13.317 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:43:13.317 INFO:teuthology.orchestra.run.smithi131.stdout:Installing: 2024-09-20T19:43:13.317 INFO:teuthology.orchestra.run.smithi131.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-20T19:43:13.317 INFO:teuthology.orchestra.run.smithi131.stdout:Installing dependencies: 2024-09-20T19:43:13.317 INFO:teuthology.orchestra.run.smithi131.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-20T19:43:13.318 INFO:teuthology.orchestra.run.smithi131.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-20T19:43:13.318 INFO:teuthology.orchestra.run.smithi131.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-20T19:43:13.318 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:43:13.318 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-09-20T19:43:13.318 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:43:13.318 INFO:teuthology.orchestra.run.smithi131.stdout:Install 4 Packages 2024-09-20T19:43:13.318 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:43:13.319 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 79 M 2024-09-20T19:43:13.319 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 126 M 2024-09-20T19:43:13.319 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-09-20T19:43:13.413 INFO:teuthology.orchestra.run.smithi131.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 479 kB/s | 36 kB 00:00 2024-09-20T19:43:13.713 INFO:teuthology.orchestra.run.smithi078.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-20T19:43:13.713 INFO:teuthology.orchestra.run.smithi078.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-20T19:43:13.799 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:43:13.810 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:43:13.810 INFO:teuthology.orchestra.run.smithi078.stdout: Package Architecture Version Repository Size 2024-09-20T19:43:13.810 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:43:13.810 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-09-20T19:43:13.810 INFO:teuthology.orchestra.run.smithi078.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-20T19:43:13.810 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2024-09-20T19:43:13.810 INFO:teuthology.orchestra.run.smithi078.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-20T19:43:13.811 INFO:teuthology.orchestra.run.smithi078.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-20T19:43:13.811 INFO:teuthology.orchestra.run.smithi078.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-20T19:43:13.811 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:43:13.811 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-09-20T19:43:13.811 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:43:13.811 INFO:teuthology.orchestra.run.smithi078.stdout:Install 4 Packages 2024-09-20T19:43:13.811 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:43:13.812 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 79 M 2024-09-20T19:43:13.812 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 126 M 2024-09-20T19:43:13.812 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-09-20T19:43:13.922 INFO:teuthology.orchestra.run.smithi131.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 27 MB/s | 16 MB 00:00 2024-09-20T19:43:13.993 INFO:teuthology.orchestra.run.smithi146.stdout:(4/4): kernel-modules-core-5.14.0-508.el9.x86_6 13 MB/s | 29 MB 00:02 2024-09-20T19:43:13.994 INFO:teuthology.orchestra.run.smithi146.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:43:13.994 INFO:teuthology.orchestra.run.smithi146.stdout:Total 26 MB/s | 79 MB 00:03 2024-09-20T19:43:14.464 INFO:teuthology.orchestra.run.smithi131.stdout:(3/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 31 MB/s | 35 MB 00:01 2024-09-20T19:43:14.533 INFO:teuthology.orchestra.run.smithi078.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 60 kB/s | 36 kB 00:00 2024-09-20T19:43:14.675 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction check 2024-09-20T19:43:14.864 INFO:teuthology.orchestra.run.smithi131.stdout:(4/4): kernel-modules-core-5.14.0-508.el9.x86_6 20 MB/s | 29 MB 00:01 2024-09-20T19:43:14.864 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:43:14.864 INFO:teuthology.orchestra.run.smithi131.stdout:Total 51 MB/s | 79 MB 00:01 2024-09-20T19:43:15.056 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction check succeeded. 2024-09-20T19:43:15.056 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction test 2024-09-20T19:43:15.342 INFO:teuthology.orchestra.run.smithi078.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 11 MB/s | 16 MB 00:01 2024-09-20T19:43:15.544 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-09-20T19:43:15.916 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-09-20T19:43:15.917 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-09-20T19:43:16.018 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction test succeeded. 2024-09-20T19:43:16.019 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction 2024-09-20T19:43:16.167 INFO:teuthology.orchestra.run.smithi078.stdout:(3/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 15 MB/s | 35 MB 00:02 2024-09-20T19:43:16.792 INFO:teuthology.orchestra.run.smithi078.stdout:(4/4): kernel-modules-core-5.14.0-508.el9.x86_6 13 MB/s | 29 MB 00:02 2024-09-20T19:43:16.792 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:43:16.793 INFO:teuthology.orchestra.run.smithi078.stdout:Total 26 MB/s | 79 MB 00:02 2024-09-20T19:43:16.858 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-09-20T19:43:16.858 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-09-20T19:43:17.475 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-09-20T19:43:17.818 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-09-20T19:43:17.818 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-09-20T19:43:18.459 INFO:teuthology.orchestra.run.smithi146.stdout: Preparing : 1/1 2024-09-20T19:43:18.794 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-09-20T19:43:18.794 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-09-20T19:43:19.147 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-20T19:43:19.243 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T19:43:19.296 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-09-20T19:43:19.983 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-20T19:43:20.064 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T19:43:21.229 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-09-20T19:43:21.936 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-20T19:43:22.019 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T19:43:22.048 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T19:43:22.191 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T19:43:22.811 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T19:43:22.932 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T19:43:24.779 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T19:43:24.914 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T19:43:27.000 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T19:43:27.096 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:43:27.780 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T19:43:27.815 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:43:29.725 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T19:43:29.814 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:43:31.936 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:43:32.796 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:43:34.634 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:44:10.103 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:44:10.142 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:44:10.542 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:44:10.543 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-20T19:44:10.543 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T19:44:10.543 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T19:44:10.901 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:44:10.940 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:44:11.279 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:44:11.279 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-20T19:44:11.279 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T19:44:11.279 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T19:44:11.377 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:44:11.378 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:44:11.378 INFO:teuthology.orchestra.run.smithi146.stdout:Installed: 2024-09-20T19:44:11.378 INFO:teuthology.orchestra.run.smithi146.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-20T19:44:11.378 INFO:teuthology.orchestra.run.smithi146.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-20T19:44:11.378 INFO:teuthology.orchestra.run.smithi146.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-20T19:44:11.378 INFO:teuthology.orchestra.run.smithi146.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-20T19:44:11.378 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:44:11.378 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:44:11.716 DEBUG:teuthology.orchestra.run.smithi146:> rpm -q kernel | sort -rV | head -n 1 2024-09-20T19:44:11.798 INFO:teuthology.orchestra.run.smithi146.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-20T19:44:11.799 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-20T19:44:11.799 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-20T19:44:11.799 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-20T19:44:11.799 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-20T19:44:11.799 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-20T19:44:11.800 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi146.front.sepia.ceph.com, path=None, version=distro) 2024-09-20T19:44:11.800 DEBUG:teuthology.orchestra.run.smithi146:> rpm -q kernel | sort -rV | head -n 1 2024-09-20T19:44:11.859 INFO:teuthology.orchestra.run.smithi146.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-20T19:44:11.859 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-20T19:44:11.860 DEBUG:teuthology.orchestra.run.smithi146:> sudo rpm -qi grub2-tools 2024-09-20T19:44:11.901 INFO:teuthology.orchestra.run.smithi146.stdout:Name : grub2-tools 2024-09-20T19:44:11.901 INFO:teuthology.orchestra.run.smithi146.stdout:Epoch : 1 2024-09-20T19:44:11.901 INFO:teuthology.orchestra.run.smithi146.stdout:Version : 2.06 2024-09-20T19:44:11.901 INFO:teuthology.orchestra.run.smithi146.stdout:Release : 82.el9 2024-09-20T19:44:11.901 INFO:teuthology.orchestra.run.smithi146.stdout:Architecture: x86_64 2024-09-20T19:44:11.901 INFO:teuthology.orchestra.run.smithi146.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-20T19:44:11.901 INFO:teuthology.orchestra.run.smithi146.stdout:Group : Unspecified 2024-09-20T19:44:11.901 INFO:teuthology.orchestra.run.smithi146.stdout:Size : 8274670 2024-09-20T19:44:11.901 INFO:teuthology.orchestra.run.smithi146.stdout:License : GPLv3+ 2024-09-20T19:44:11.902 INFO:teuthology.orchestra.run.smithi146.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-20T19:44:11.902 INFO:teuthology.orchestra.run.smithi146.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-20T19:44:11.902 INFO:teuthology.orchestra.run.smithi146.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-20T19:44:11.902 INFO:teuthology.orchestra.run.smithi146.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-20T19:44:11.902 INFO:teuthology.orchestra.run.smithi146.stdout:Packager : builder@centos.org 2024-09-20T19:44:11.902 INFO:teuthology.orchestra.run.smithi146.stdout:Vendor : CentOS 2024-09-20T19:44:11.902 INFO:teuthology.orchestra.run.smithi146.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-20T19:44:11.902 INFO:teuthology.orchestra.run.smithi146.stdout:Summary : Support tools for GRUB. 2024-09-20T19:44:11.902 INFO:teuthology.orchestra.run.smithi146.stdout:Description : 2024-09-20T19:44:11.902 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:44:11.902 INFO:teuthology.orchestra.run.smithi146.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-20T19:44:11.902 INFO:teuthology.orchestra.run.smithi146.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-20T19:44:11.902 INFO:teuthology.orchestra.run.smithi146.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-20T19:44:11.903 INFO:teuthology.orchestra.run.smithi146.stdout:hardware devices. 2024-09-20T19:44:11.903 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:44:11.903 INFO:teuthology.orchestra.run.smithi146.stdout:This subpackage provides tools for support of all platforms. 2024-09-20T19:44:11.903 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-20T19:44:11.904 INFO:teuthology.task.kernel:Updating grub on smithi146 to boot 5.14.0-508.el9.x86_64 2024-09-20T19:44:11.904 DEBUG:teuthology.orchestra.run.smithi146:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-20T19:44:12.112 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:44:12.113 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:44:12.113 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-09-20T19:44:12.113 INFO:teuthology.orchestra.run.smithi131.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-20T19:44:12.113 INFO:teuthology.orchestra.run.smithi131.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-20T19:44:12.113 INFO:teuthology.orchestra.run.smithi131.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-20T19:44:12.113 INFO:teuthology.orchestra.run.smithi131.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-20T19:44:12.114 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:44:12.114 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:44:12.501 DEBUG:teuthology.orchestra.run.smithi131:> rpm -q kernel | sort -rV | head -n 1 2024-09-20T19:44:12.571 INFO:teuthology.orchestra.run.smithi146.stderr:Generating grub configuration file ... 2024-09-20T19:44:12.590 INFO:teuthology.orchestra.run.smithi131.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-20T19:44:12.591 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-20T19:44:12.591 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-20T19:44:12.591 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-20T19:44:12.592 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-20T19:44:12.592 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-20T19:44:12.592 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi131.front.sepia.ceph.com, path=None, version=distro) 2024-09-20T19:44:12.592 DEBUG:teuthology.orchestra.run.smithi131:> rpm -q kernel | sort -rV | head -n 1 2024-09-20T19:44:12.651 INFO:teuthology.orchestra.run.smithi131.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-20T19:44:12.651 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-20T19:44:12.651 DEBUG:teuthology.orchestra.run.smithi131:> sudo rpm -qi grub2-tools 2024-09-20T19:44:12.683 INFO:teuthology.orchestra.run.smithi131.stdout:Name : grub2-tools 2024-09-20T19:44:12.684 INFO:teuthology.orchestra.run.smithi131.stdout:Epoch : 1 2024-09-20T19:44:12.684 INFO:teuthology.orchestra.run.smithi131.stdout:Version : 2.06 2024-09-20T19:44:12.684 INFO:teuthology.orchestra.run.smithi131.stdout:Release : 82.el9 2024-09-20T19:44:12.684 INFO:teuthology.orchestra.run.smithi131.stdout:Architecture: x86_64 2024-09-20T19:44:12.684 INFO:teuthology.orchestra.run.smithi131.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-20T19:44:12.684 INFO:teuthology.orchestra.run.smithi131.stdout:Group : Unspecified 2024-09-20T19:44:12.684 INFO:teuthology.orchestra.run.smithi131.stdout:Size : 8274670 2024-09-20T19:44:12.685 INFO:teuthology.orchestra.run.smithi131.stdout:License : GPLv3+ 2024-09-20T19:44:12.685 INFO:teuthology.orchestra.run.smithi131.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-20T19:44:12.685 INFO:teuthology.orchestra.run.smithi131.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-20T19:44:12.685 INFO:teuthology.orchestra.run.smithi131.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-20T19:44:12.685 INFO:teuthology.orchestra.run.smithi131.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-20T19:44:12.685 INFO:teuthology.orchestra.run.smithi131.stdout:Packager : builder@centos.org 2024-09-20T19:44:12.685 INFO:teuthology.orchestra.run.smithi131.stdout:Vendor : CentOS 2024-09-20T19:44:12.686 INFO:teuthology.orchestra.run.smithi131.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-20T19:44:12.686 INFO:teuthology.orchestra.run.smithi131.stdout:Summary : Support tools for GRUB. 2024-09-20T19:44:12.686 INFO:teuthology.orchestra.run.smithi131.stdout:Description : 2024-09-20T19:44:12.686 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:44:12.686 INFO:teuthology.orchestra.run.smithi131.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-20T19:44:12.686 INFO:teuthology.orchestra.run.smithi131.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-20T19:44:12.686 INFO:teuthology.orchestra.run.smithi131.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-20T19:44:12.687 INFO:teuthology.orchestra.run.smithi131.stdout:hardware devices. 2024-09-20T19:44:12.687 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:44:12.687 INFO:teuthology.orchestra.run.smithi131.stdout:This subpackage provides tools for support of all platforms. 2024-09-20T19:44:12.689 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-20T19:44:12.689 INFO:teuthology.task.kernel:Updating grub on smithi131 to boot 5.14.0-508.el9.x86_64 2024-09-20T19:44:12.689 DEBUG:teuthology.orchestra.run.smithi131:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-20T19:44:12.835 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:44:12.876 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:44:13.166 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:44:13.166 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-20T19:44:13.166 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-20T19:44:13.166 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-20T19:44:13.364 INFO:teuthology.orchestra.run.smithi131.stderr:Generating grub configuration file ... 2024-09-20T19:44:13.905 INFO:teuthology.orchestra.run.smithi146.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-20T19:44:13.941 INFO:teuthology.orchestra.run.smithi146.stderr:done 2024-09-20T19:44:13.943 DEBUG:teuthology.orchestra.run.smithi146:> mktemp 2024-09-20T19:44:13.959 INFO:teuthology.orchestra.run.smithi146.stdout:/tmp/tmp.XRzgctlQCi 2024-09-20T19:44:13.959 DEBUG:teuthology.orchestra.run.smithi146:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.XRzgctlQCi 2024-09-20T19:44:13.996 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-20T19:44:13.996 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:44:13.996 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-09-20T19:44:13.996 INFO:teuthology.orchestra.run.smithi078.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-20T19:44:13.996 INFO:teuthology.orchestra.run.smithi078.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-20T19:44:13.997 INFO:teuthology.orchestra.run.smithi078.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-20T19:44:13.997 INFO:teuthology.orchestra.run.smithi078.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-20T19:44:13.997 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:44:13.997 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:44:14.025 DEBUG:teuthology.orchestra.run.smithi146:> sudo chmod 0666 /tmp/tmp.XRzgctlQCi 2024-09-20T19:44:14.177 DEBUG:teuthology.orchestra.remote:smithi146:/tmp/tmp.XRzgctlQCi is 6KB 2024-09-20T19:44:14.225 DEBUG:teuthology.orchestra.run.smithi146:> rm -fr /tmp/tmp.XRzgctlQCi 2024-09-20T19:44:14.240 DEBUG:teuthology.orchestra.run.smithi146:> sudo /bin/ls /boot/loader/entries || true 2024-09-20T19:44:14.305 INFO:teuthology.orchestra.run.smithi146.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-20T19:44:14.305 INFO:teuthology.orchestra.run.smithi146.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-20T19:44:14.305 INFO:teuthology.orchestra.run.smithi146.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-20T19:44:14.305 INFO:teuthology.orchestra.run.smithi146.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-20T19:44:14.306 DEBUG:teuthology.orchestra.run.smithi146:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-20T19:44:14.359 DEBUG:teuthology.orchestra.run.smithi078:> rpm -q kernel | sort -rV | head -n 1 2024-09-20T19:44:14.440 INFO:teuthology.orchestra.run.smithi078.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-20T19:44:14.441 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-20T19:44:14.441 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-20T19:44:14.441 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-20T19:44:14.441 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-20T19:44:14.441 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-20T19:44:14.441 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi078.front.sepia.ceph.com, path=None, version=distro) 2024-09-20T19:44:14.441 DEBUG:teuthology.orchestra.run.smithi078:> rpm -q kernel | sort -rV | head -n 1 2024-09-20T19:44:14.462 DEBUG:teuthology.orchestra.run.smithi146:> sudo shutdown -r now 2024-09-20T19:44:14.500 INFO:teuthology.orchestra.run.smithi078.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-20T19:44:14.501 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-20T19:44:14.501 DEBUG:teuthology.orchestra.run.smithi078:> sudo rpm -qi grub2-tools 2024-09-20T19:44:14.542 INFO:teuthology.orchestra.run.smithi078.stdout:Name : grub2-tools 2024-09-20T19:44:14.542 INFO:teuthology.orchestra.run.smithi078.stdout:Epoch : 1 2024-09-20T19:44:14.542 INFO:teuthology.orchestra.run.smithi078.stdout:Version : 2.06 2024-09-20T19:44:14.542 INFO:teuthology.orchestra.run.smithi078.stdout:Release : 82.el9 2024-09-20T19:44:14.542 INFO:teuthology.orchestra.run.smithi078.stdout:Architecture: x86_64 2024-09-20T19:44:14.542 INFO:teuthology.orchestra.run.smithi078.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-20T19:44:14.542 INFO:teuthology.orchestra.run.smithi078.stdout:Group : Unspecified 2024-09-20T19:44:14.542 INFO:teuthology.orchestra.run.smithi078.stdout:Size : 8274670 2024-09-20T19:44:14.543 INFO:teuthology.orchestra.run.smithi078.stdout:License : GPLv3+ 2024-09-20T19:44:14.543 INFO:teuthology.orchestra.run.smithi078.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-20T19:44:14.543 INFO:teuthology.orchestra.run.smithi078.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-20T19:44:14.543 INFO:teuthology.orchestra.run.smithi078.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-20T19:44:14.543 INFO:teuthology.orchestra.run.smithi078.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-20T19:44:14.543 INFO:teuthology.orchestra.run.smithi078.stdout:Packager : builder@centos.org 2024-09-20T19:44:14.543 INFO:teuthology.orchestra.run.smithi078.stdout:Vendor : CentOS 2024-09-20T19:44:14.543 INFO:teuthology.orchestra.run.smithi078.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-20T19:44:14.543 INFO:teuthology.orchestra.run.smithi078.stdout:Summary : Support tools for GRUB. 2024-09-20T19:44:14.543 INFO:teuthology.orchestra.run.smithi078.stdout:Description : 2024-09-20T19:44:14.543 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:44:14.543 INFO:teuthology.orchestra.run.smithi078.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-20T19:44:14.543 INFO:teuthology.orchestra.run.smithi078.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-20T19:44:14.543 INFO:teuthology.orchestra.run.smithi078.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-20T19:44:14.544 INFO:teuthology.orchestra.run.smithi078.stdout:hardware devices. 2024-09-20T19:44:14.544 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:44:14.544 INFO:teuthology.orchestra.run.smithi078.stdout:This subpackage provides tools for support of all platforms. 2024-09-20T19:44:14.544 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-20T19:44:14.545 INFO:teuthology.task.kernel:Updating grub on smithi078 to boot 5.14.0-508.el9.x86_64 2024-09-20T19:44:14.545 DEBUG:teuthology.orchestra.run.smithi078:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-20T19:44:14.680 INFO:teuthology.orchestra.run.smithi131.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-20T19:44:14.721 INFO:teuthology.orchestra.run.smithi131.stderr:done 2024-09-20T19:44:14.724 DEBUG:teuthology.orchestra.run.smithi131:> mktemp 2024-09-20T19:44:14.740 INFO:teuthology.orchestra.run.smithi131.stdout:/tmp/tmp.mnysm2ZrwG 2024-09-20T19:44:14.740 DEBUG:teuthology.orchestra.run.smithi131:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.mnysm2ZrwG 2024-09-20T19:44:14.807 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod 0666 /tmp/tmp.mnysm2ZrwG 2024-09-20T19:44:14.946 DEBUG:teuthology.orchestra.remote:smithi131:/tmp/tmp.mnysm2ZrwG is 6KB 2024-09-20T19:44:14.994 DEBUG:teuthology.orchestra.run.smithi131:> rm -fr /tmp/tmp.mnysm2ZrwG 2024-09-20T19:44:15.008 DEBUG:teuthology.orchestra.run.smithi131:> sudo /bin/ls /boot/loader/entries || true 2024-09-20T19:44:15.071 INFO:teuthology.orchestra.run.smithi131.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-20T19:44:15.071 INFO:teuthology.orchestra.run.smithi131.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-20T19:44:15.072 INFO:teuthology.orchestra.run.smithi131.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-20T19:44:15.072 INFO:teuthology.orchestra.run.smithi131.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-20T19:44:15.073 DEBUG:teuthology.orchestra.run.smithi131:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-20T19:44:15.164 INFO:teuthology.orchestra.run.smithi078.stderr:Generating grub configuration file ... 2024-09-20T19:44:15.231 DEBUG:teuthology.orchestra.run.smithi131:> sudo shutdown -r now 2024-09-20T19:44:16.350 INFO:teuthology.orchestra.run.smithi078.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-20T19:44:16.390 INFO:teuthology.orchestra.run.smithi078.stderr:done 2024-09-20T19:44:16.392 DEBUG:teuthology.orchestra.run.smithi078:> mktemp 2024-09-20T19:44:16.408 INFO:teuthology.orchestra.run.smithi078.stdout:/tmp/tmp.aCtvG8TNei 2024-09-20T19:44:16.408 DEBUG:teuthology.orchestra.run.smithi078:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.aCtvG8TNei 2024-09-20T19:44:16.475 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod 0666 /tmp/tmp.aCtvG8TNei 2024-09-20T19:44:16.613 DEBUG:teuthology.orchestra.remote:smithi078:/tmp/tmp.aCtvG8TNei is 6KB 2024-09-20T19:44:16.633 DEBUG:teuthology.orchestra.run.smithi078:> rm -fr /tmp/tmp.aCtvG8TNei 2024-09-20T19:44:16.648 DEBUG:teuthology.orchestra.run.smithi078:> sudo /bin/ls /boot/loader/entries || true 2024-09-20T19:44:16.711 INFO:teuthology.orchestra.run.smithi078.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-20T19:44:16.711 INFO:teuthology.orchestra.run.smithi078.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-20T19:44:16.711 INFO:teuthology.orchestra.run.smithi078.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-20T19:44:16.711 INFO:teuthology.orchestra.run.smithi078.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-20T19:44:16.713 DEBUG:teuthology.orchestra.run.smithi078:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-20T19:44:16.864 DEBUG:teuthology.orchestra.run.smithi078:> sudo shutdown -r now 2024-09-20T19:44:44.492 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-20T19:44:44.492 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi146.front.sepia.ceph.com' 2024-09-20T19:44:44.493 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi146.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:44:45.234 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-20T19:44:45.235 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-09-20T19:44:45.235 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:44:46.868 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-20T19:44:46.869 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-09-20T19:44:46.869 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:45:02.963 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.146 2024-09-20T19:45:03.727 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.131 2024-09-20T19:45:05.263 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.78 2024-09-20T19:45:11.966 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi146.front.sepia.ceph.com' 2024-09-20T19:45:11.967 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi146.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:45:12.728 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-09-20T19:45:12.729 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:45:14.265 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-09-20T19:45:14.266 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:45:15.027 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.146 2024-09-20T19:45:17.326 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.78 2024-09-20T19:45:27.034 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi146.front.sepia.ceph.com' 2024-09-20T19:45:27.035 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi146.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:45:29.330 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-09-20T19:45:29.330 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:45:58.872 DEBUG:teuthology.orchestra.run.smithi146:> true 2024-09-20T19:45:59.307 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi146.front.sepia.ceph.com' 2024-09-20T19:45:59.307 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-508.el9.x86_64"... 2024-09-20T19:45:59.307 DEBUG:teuthology.orchestra.run.smithi146:> uname -r 2024-09-20T19:45:59.322 INFO:teuthology.orchestra.run.smithi146.stdout:5.14.0-508.el9.x86_64 2024-09-20T19:45:59.322 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-20T19:45:59.322 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-20T19:45:59.322 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-20T19:46:00.323 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-20T19:46:00.323 DEBUG:teuthology.orchestra.run.smithi146:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-20T19:46:00.411 INFO:teuthology.orchestra.run.smithi146.stdout:ttyS1 2024-09-20T19:46:00.432 DEBUG:teuthology.parallel:result is None 2024-09-20T19:46:01.191 DEBUG:teuthology.orchestra.run.smithi078:> true 2024-09-20T19:46:01.829 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-09-20T19:46:01.829 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-508.el9.x86_64"... 2024-09-20T19:46:01.829 DEBUG:teuthology.orchestra.run.smithi078:> uname -r 2024-09-20T19:46:01.846 INFO:teuthology.orchestra.run.smithi078.stdout:5.14.0-508.el9.x86_64 2024-09-20T19:46:01.847 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-20T19:46:01.847 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-20T19:46:01.847 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-20T19:46:02.848 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-20T19:46:02.848 DEBUG:teuthology.orchestra.run.smithi078:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-20T19:46:02.922 INFO:teuthology.orchestra.run.smithi078.stdout:ttyS1 2024-09-20T19:46:02.946 DEBUG:teuthology.parallel:result is None 2024-09-20T19:46:12.732 DEBUG:teuthology.orchestra.remote:timed out 2024-09-20T19:46:24.733 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-09-20T19:46:24.733 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:46:25.200 DEBUG:teuthology.orchestra.run.smithi131:> true 2024-09-20T19:46:25.554 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-09-20T19:46:25.554 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-508.el9.x86_64"... 2024-09-20T19:46:25.554 DEBUG:teuthology.orchestra.run.smithi131:> uname -r 2024-09-20T19:46:25.569 INFO:teuthology.orchestra.run.smithi131.stdout:5.14.0-508.el9.x86_64 2024-09-20T19:46:25.570 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-20T19:46:25.570 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-20T19:46:25.570 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-20T19:46:26.570 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-20T19:46:26.570 DEBUG:teuthology.orchestra.run.smithi131:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-20T19:46:26.663 INFO:teuthology.orchestra.run.smithi131.stdout:ttyS1 2024-09-20T19:46:26.685 DEBUG:teuthology.parallel:result is None 2024-09-20T19:46:26.686 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-20T19:46:26.694 INFO:teuthology.task.internal:Creating test directory... 2024-09-20T19:46:26.694 DEBUG:teuthology.orchestra.run.smithi078:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-20T19:46:26.697 DEBUG:teuthology.orchestra.run.smithi131:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-20T19:46:26.699 DEBUG:teuthology.orchestra.run.smithi146:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-20T19:46:26.720 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-20T19:46:26.747 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-20T19:46:26.781 INFO:teuthology.task.internal:Creating archive directory... 2024-09-20T19:46:26.781 DEBUG:teuthology.orchestra.run.smithi078:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-20T19:46:26.783 DEBUG:teuthology.orchestra.run.smithi131:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-20T19:46:26.786 DEBUG:teuthology.orchestra.run.smithi146:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-20T19:46:26.845 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-20T19:46:26.856 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-20T19:46:26.856 DEBUG:teuthology.orchestra.run.smithi078:> 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-09-20T19:46:26.867 DEBUG:teuthology.orchestra.run.smithi131:> 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-09-20T19:46:26.870 DEBUG:teuthology.orchestra.run.smithi146:> 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-09-20T19:46:26.902 INFO:teuthology.orchestra.run.smithi146.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T19:46:26.903 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T19:46:26.905 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T19:46:26.913 INFO:teuthology.orchestra.run.smithi146.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T19:46:26.915 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T19:46:26.917 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T19:46:26.918 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-20T19:46:26.925 INFO:teuthology.task.internal:Configuring sudo... 2024-09-20T19:46:26.925 DEBUG:teuthology.orchestra.run.smithi078:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-20T19:46:26.961 DEBUG:teuthology.orchestra.run.smithi131:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-20T19:46:26.963 DEBUG:teuthology.orchestra.run.smithi146:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-20T19:46:26.991 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-20T19:46:26.999 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-20T19:46:26.999 DEBUG:teuthology.orchestra.run.smithi078:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-20T19:46:27.028 DEBUG:teuthology.orchestra.run.smithi131:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-20T19:46:27.032 DEBUG:teuthology.orchestra.run.smithi146:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-20T19:46:27.048 DEBUG:teuthology.orchestra.run.smithi078:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T19:46:27.124 DEBUG:teuthology.orchestra.run.smithi078:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T19:46:27.172 DEBUG:teuthology.orchestra.run.smithi078:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T19:46:27.246 DEBUG:teuthology.orchestra.run.smithi078:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T19:46:27.296 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-09-20T19:46:27.297 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-20T19:46:27.362 DEBUG:teuthology.orchestra.run.smithi131:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T19:46:27.407 DEBUG:teuthology.orchestra.run.smithi131:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T19:46:27.463 DEBUG:teuthology.orchestra.run.smithi131:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T19:46:27.547 DEBUG:teuthology.orchestra.run.smithi131:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T19:46:27.590 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-09-20T19:46:27.591 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-20T19:46:27.657 DEBUG:teuthology.orchestra.run.smithi146:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T19:46:27.703 DEBUG:teuthology.orchestra.run.smithi146:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T19:46:27.767 DEBUG:teuthology.orchestra.run.smithi146:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T19:46:27.810 DEBUG:teuthology.orchestra.run.smithi146:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T19:46:27.854 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2024-09-20T19:46:27.854 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-20T19:46:27.922 DEBUG:teuthology.orchestra.run.smithi078:> sudo service rsyslog restart 2024-09-20T19:46:27.925 DEBUG:teuthology.orchestra.run.smithi131:> sudo service rsyslog restart 2024-09-20T19:46:27.927 DEBUG:teuthology.orchestra.run.smithi146:> sudo service rsyslog restart 2024-09-20T19:46:27.968 INFO:teuthology.orchestra.run.smithi131.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-20T19:46:27.970 INFO:teuthology.orchestra.run.smithi078.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-20T19:46:28.002 INFO:teuthology.orchestra.run.smithi146.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-20T19:46:28.389 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-20T19:46:28.403 INFO:teuthology.task.internal:Starting timer... 2024-09-20T19:46:28.403 INFO:teuthology.run_tasks:Running task pcp... 2024-09-20T19:46:28.477 INFO:teuthology.run_tasks:Running task selinux... 2024-09-20T19:46:28.526 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0', 'scontext=system_u:system_r:getty_t:s0']} 2024-09-20T19:46:28.526 DEBUG:teuthology.orchestra.run.smithi078:> sudo service auditd rotate 2024-09-20T19:46:28.584 INFO:teuthology.orchestra.run.smithi078.stdout:Rotating logs: 2024-09-20T19:46:28.586 DEBUG:teuthology.orchestra.run.smithi131:> sudo service auditd rotate 2024-09-20T19:46:28.651 INFO:teuthology.orchestra.run.smithi131.stdout:Rotating logs: 2024-09-20T19:46:28.653 DEBUG:teuthology.orchestra.run.smithi146:> sudo service auditd rotate 2024-09-20T19:46:28.724 INFO:teuthology.orchestra.run.smithi146.stdout:Rotating logs: 2024-09-20T19:46:28.726 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-20T19:46:28.726 DEBUG:teuthology.orchestra.run.smithi078:> /usr/sbin/getenforce 2024-09-20T19:46:28.762 INFO:teuthology.orchestra.run.smithi078.stdout:Permissive 2024-09-20T19:46:28.763 DEBUG:teuthology.orchestra.run.smithi131:> /usr/sbin/getenforce 2024-09-20T19:46:28.786 INFO:teuthology.orchestra.run.smithi131.stdout:Permissive 2024-09-20T19:46:28.786 DEBUG:teuthology.orchestra.run.smithi146:> /usr/sbin/getenforce 2024-09-20T19:46:28.830 INFO:teuthology.orchestra.run.smithi146.stdout:Permissive 2024-09-20T19:46:28.830 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi078.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi131.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi146.front.sepia.ceph.com': 'permissive'} 2024-09-20T19:46:28.830 DEBUG:teuthology.orchestra.run.smithi078:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-20T19:46:28.861 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:46:28.862 DEBUG:teuthology.orchestra.run.smithi131:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-20T19:46:28.890 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:46:28.891 DEBUG:teuthology.orchestra.run.smithi146:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-20T19:46:28.921 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:46:28.922 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-20T19:46:28.922 DEBUG:teuthology.orchestra.run.smithi078:> sudo /usr/sbin/setenforce permissive 2024-09-20T19:46:28.961 DEBUG:teuthology.orchestra.run.smithi131:> sudo /usr/sbin/setenforce permissive 2024-09-20T19:46:28.997 DEBUG:teuthology.orchestra.run.smithi146:> sudo /usr/sbin/setenforce permissive 2024-09-20T19:46:29.033 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-20T19:46:29.043 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-20T19:46:29.053 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-09-20T19:46:29.054 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi078.front.sepia.ceph.com,smithi131.front.sepia.ceph.com,smithi146.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-20T19:50:13.246 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi078.front.sepia.ceph.com'), Remote(name='ubuntu@smithi131.front.sepia.ceph.com'), Remote(name='ubuntu@smithi146.front.sepia.ceph.com')] 2024-09-20T19:50:13.247 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-09-20T19:50:13.248 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:50:13.325 DEBUG:teuthology.orchestra.run.smithi078:> true 2024-09-20T19:50:13.398 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-09-20T19:50:13.398 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-09-20T19:50:13.398 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:50:13.474 DEBUG:teuthology.orchestra.run.smithi131:> true 2024-09-20T19:50:13.510 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-09-20T19:50:13.511 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi146.front.sepia.ceph.com' 2024-09-20T19:50:13.511 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi146.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T19:50:13.584 DEBUG:teuthology.orchestra.run.smithi146:> true 2024-09-20T19:50:13.662 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi146.front.sepia.ceph.com' 2024-09-20T19:50:13.663 INFO:teuthology.run_tasks:Running task clock... 2024-09-20T19:50:13.672 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-20T19:50:13.672 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-20T19:50:13.673 DEBUG:teuthology.orchestra.run.smithi078:> 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-09-20T19:50:13.675 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-20T19:50:13.675 DEBUG:teuthology.orchestra.run.smithi131:> 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-09-20T19:50:13.678 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-20T19:50:13.678 DEBUG:teuthology.orchestra.run.smithi146:> 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-09-20T19:50:13.704 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-20T19:50:13.706 INFO:teuthology.orchestra.run.smithi131.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-20T19:50:13.719 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-20T19:50:13.721 INFO:teuthology.orchestra.run.smithi131.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-20T19:50:13.731 INFO:teuthology.orchestra.run.smithi146.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-20T19:50:13.744 INFO:teuthology.orchestra.run.smithi078.stderr:sudo: ntpd: command not found 2024-09-20T19:50:13.745 INFO:teuthology.orchestra.run.smithi131.stderr:sudo: ntpd: command not found 2024-09-20T19:50:13.747 INFO:teuthology.orchestra.run.smithi146.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-20T19:50:13.756 INFO:teuthology.orchestra.run.smithi078.stdout:506 Cannot talk to daemon 2024-09-20T19:50:13.757 INFO:teuthology.orchestra.run.smithi131.stdout:506 Cannot talk to daemon 2024-09-20T19:50:13.770 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-20T19:50:13.771 INFO:teuthology.orchestra.run.smithi131.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-20T19:50:13.772 INFO:teuthology.orchestra.run.smithi146.stderr:sudo: ntpd: command not found 2024-09-20T19:50:13.783 INFO:teuthology.orchestra.run.smithi146.stdout:506 Cannot talk to daemon 2024-09-20T19:50:13.784 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-20T19:50:13.785 INFO:teuthology.orchestra.run.smithi131.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-20T19:50:13.797 INFO:teuthology.orchestra.run.smithi146.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-20T19:50:13.811 INFO:teuthology.orchestra.run.smithi146.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-20T19:50:13.840 INFO:teuthology.orchestra.run.smithi131.stderr:bash: line 1: ntpq: command not found 2024-09-20T19:50:13.843 INFO:teuthology.orchestra.run.smithi131.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-20T19:50:13.843 INFO:teuthology.orchestra.run.smithi131.stdout:=============================================================================== 2024-09-20T19:50:13.843 INFO:teuthology.orchestra.run.smithi131.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:50:13.843 INFO:teuthology.orchestra.run.smithi131.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:50:13.843 INFO:teuthology.orchestra.run.smithi131.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:50:13.843 INFO:teuthology.orchestra.run.smithi131.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:50:13.846 INFO:teuthology.orchestra.run.smithi078.stderr:bash: line 1: ntpq: command not found 2024-09-20T19:50:13.849 INFO:teuthology.orchestra.run.smithi078.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-20T19:50:13.849 INFO:teuthology.orchestra.run.smithi078.stdout:=============================================================================== 2024-09-20T19:50:13.849 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:50:13.849 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:50:13.849 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:50:13.850 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:50:13.868 INFO:teuthology.orchestra.run.smithi146.stderr:bash: line 1: ntpq: command not found 2024-09-20T19:50:13.871 INFO:teuthology.orchestra.run.smithi146.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-20T19:50:13.872 INFO:teuthology.orchestra.run.smithi146.stdout:=============================================================================== 2024-09-20T19:50:13.872 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:50:13.872 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:50:13.872 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:50:13.872 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:50:13.873 INFO:teuthology.run_tasks:Running task pexec... 2024-09-20T19:50:13.881 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-20T19:50:13.882 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi078.front.sepia.ceph.com 2024-09-20T19:50:13.882 DEBUG:teuthology.orchestra.run.smithi078:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-20T19:50:13.882 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi131.front.sepia.ceph.com 2024-09-20T19:50:13.882 DEBUG:teuthology.orchestra.run.smithi131:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-20T19:50:13.882 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi146.front.sepia.ceph.com 2024-09-20T19:50:13.883 DEBUG:teuthology.orchestra.run.smithi146:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-20T19:50:14.231 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:50:14.233 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:50:14.233 INFO:teuthology.orchestra.run.smithi131.stdout: Package Architecture Version Repository Size 2024-09-20T19:50:14.233 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:50:14.233 INFO:teuthology.orchestra.run.smithi131.stdout:Removing: 2024-09-20T19:50:14.233 INFO:teuthology.orchestra.run.smithi131.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-20T19:50:14.233 INFO:teuthology.orchestra.run.smithi131.stdout:Removing unused dependencies: 2024-09-20T19:50:14.234 INFO:teuthology.orchestra.run.smithi131.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-20T19:50:14.234 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:50:14.234 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-09-20T19:50:14.234 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:50:14.234 INFO:teuthology.orchestra.run.smithi131.stdout:Remove 2 Packages 2024-09-20T19:50:14.234 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:50:14.234 INFO:teuthology.orchestra.run.smithi131.stdout:Freed space: 5.5 M 2024-09-20T19:50:14.234 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-09-20T19:50:14.235 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:50:14.237 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:50:14.238 INFO:teuthology.orchestra.run.smithi078.stdout: Package Architecture Version Repository Size 2024-09-20T19:50:14.238 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:50:14.238 INFO:teuthology.orchestra.run.smithi078.stdout:Removing: 2024-09-20T19:50:14.238 INFO:teuthology.orchestra.run.smithi078.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-20T19:50:14.238 INFO:teuthology.orchestra.run.smithi078.stdout:Removing unused dependencies: 2024-09-20T19:50:14.238 INFO:teuthology.orchestra.run.smithi078.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-20T19:50:14.238 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:50:14.238 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-09-20T19:50:14.238 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:50:14.238 INFO:teuthology.orchestra.run.smithi078.stdout:Remove 2 Packages 2024-09-20T19:50:14.239 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:50:14.239 INFO:teuthology.orchestra.run.smithi078.stdout:Freed space: 5.5 M 2024-09-20T19:50:14.239 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-09-20T19:50:14.239 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-09-20T19:50:14.239 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-09-20T19:50:14.242 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-09-20T19:50:14.242 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-09-20T19:50:14.267 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:50:14.278 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:50:14.278 INFO:teuthology.orchestra.run.smithi146.stdout: Package Architecture Version Repository Size 2024-09-20T19:50:14.278 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:50:14.278 INFO:teuthology.orchestra.run.smithi146.stdout:Removing: 2024-09-20T19:50:14.278 INFO:teuthology.orchestra.run.smithi146.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-20T19:50:14.278 INFO:teuthology.orchestra.run.smithi146.stdout:Removing unused dependencies: 2024-09-20T19:50:14.279 INFO:teuthology.orchestra.run.smithi146.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-20T19:50:14.279 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:50:14.279 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2024-09-20T19:50:14.279 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:50:14.279 INFO:teuthology.orchestra.run.smithi146.stdout:Remove 2 Packages 2024-09-20T19:50:14.279 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:50:14.279 INFO:teuthology.orchestra.run.smithi146.stdout:Freed space: 5.5 M 2024-09-20T19:50:14.279 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction check 2024-09-20T19:50:14.283 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction check succeeded. 2024-09-20T19:50:14.283 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction test 2024-09-20T19:50:14.288 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-09-20T19:50:14.288 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-09-20T19:50:14.297 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-09-20T19:50:14.298 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-09-20T19:50:14.338 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction test succeeded. 2024-09-20T19:50:14.338 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction 2024-09-20T19:50:14.427 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-09-20T19:50:14.435 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-09-20T19:50:14.470 INFO:teuthology.orchestra.run.smithi146.stdout: Preparing : 1/1 2024-09-20T19:50:14.504 INFO:teuthology.orchestra.run.smithi078.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-20T19:50:14.505 INFO:teuthology.orchestra.run.smithi131.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-20T19:50:14.552 INFO:teuthology.orchestra.run.smithi146.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-20T19:50:14.562 INFO:teuthology.orchestra.run.smithi078.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-20T19:50:14.562 INFO:teuthology.orchestra.run.smithi131.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-20T19:50:14.605 INFO:teuthology.orchestra.run.smithi146.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-20T19:50:15.044 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-20T19:50:15.045 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-20T19:50:15.048 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-20T19:50:15.048 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-20T19:50:15.129 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-20T19:50:15.129 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-20T19:50:15.277 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-20T19:50:15.277 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:50:15.277 INFO:teuthology.orchestra.run.smithi131.stdout:Removed: 2024-09-20T19:50:15.277 INFO:teuthology.orchestra.run.smithi131.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-20T19:50:15.277 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:50:15.277 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:50:15.297 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-20T19:50:15.298 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:50:15.298 INFO:teuthology.orchestra.run.smithi078.stdout:Removed: 2024-09-20T19:50:15.298 INFO:teuthology.orchestra.run.smithi078.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-20T19:50:15.298 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:50:15.298 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:50:15.349 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-20T19:50:15.349 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:50:15.349 INFO:teuthology.orchestra.run.smithi146.stdout:Removed: 2024-09-20T19:50:15.349 INFO:teuthology.orchestra.run.smithi146.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-20T19:50:15.349 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:50:15.349 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:50:16.120 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:00:49 ago on Fri 20 Sep 2024 07:49:26 PM UTC. 2024-09-20T19:50:16.121 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:00:49 ago on Fri 20 Sep 2024 07:49:26 PM UTC. 2024-09-20T19:50:16.185 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:00:49 ago on Fri 20 Sep 2024 07:49:26 PM UTC. 2024-09-20T19:50:16.254 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:50:16.255 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:50:16.255 INFO:teuthology.orchestra.run.smithi131.stdout: Package Architecture Version Repository Size 2024-09-20T19:50:16.255 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:50:16.255 INFO:teuthology.orchestra.run.smithi131.stdout:Installing: 2024-09-20T19:50:16.255 INFO:teuthology.orchestra.run.smithi131.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-20T19:50:16.255 INFO:teuthology.orchestra.run.smithi131.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-20T19:50:16.255 INFO:teuthology.orchestra.run.smithi131.stdout:Installing dependencies: 2024-09-20T19:50:16.256 INFO:teuthology.orchestra.run.smithi131.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-20T19:50:16.256 INFO:teuthology.orchestra.run.smithi131.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-20T19:50:16.256 INFO:teuthology.orchestra.run.smithi131.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-20T19:50:16.256 INFO:teuthology.orchestra.run.smithi131.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-20T19:50:16.256 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:50:16.256 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-09-20T19:50:16.256 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:50:16.256 INFO:teuthology.orchestra.run.smithi131.stdout:Install 6 Packages 2024-09-20T19:50:16.256 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:50:16.258 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:50:16.259 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:50:16.259 INFO:teuthology.orchestra.run.smithi078.stdout: Package Architecture Version Repository Size 2024-09-20T19:50:16.259 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:50:16.259 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-09-20T19:50:16.259 INFO:teuthology.orchestra.run.smithi078.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-20T19:50:16.259 INFO:teuthology.orchestra.run.smithi078.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-20T19:50:16.259 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2024-09-20T19:50:16.259 INFO:teuthology.orchestra.run.smithi078.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-20T19:50:16.259 INFO:teuthology.orchestra.run.smithi078.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-20T19:50:16.260 INFO:teuthology.orchestra.run.smithi078.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-20T19:50:16.260 INFO:teuthology.orchestra.run.smithi078.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-20T19:50:16.260 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:50:16.260 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-09-20T19:50:16.260 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:50:16.260 INFO:teuthology.orchestra.run.smithi078.stdout:Install 6 Packages 2024-09-20T19:50:16.260 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:50:16.263 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 2.0 M 2024-09-20T19:50:16.263 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 9.2 M 2024-09-20T19:50:16.263 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-09-20T19:50:16.266 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 2.0 M 2024-09-20T19:50:16.266 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 9.2 M 2024-09-20T19:50:16.266 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-09-20T19:50:16.325 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:50:16.326 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:50:16.326 INFO:teuthology.orchestra.run.smithi146.stdout: Package Architecture Version Repository Size 2024-09-20T19:50:16.326 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:50:16.326 INFO:teuthology.orchestra.run.smithi146.stdout:Installing: 2024-09-20T19:50:16.326 INFO:teuthology.orchestra.run.smithi146.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-20T19:50:16.326 INFO:teuthology.orchestra.run.smithi146.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-20T19:50:16.326 INFO:teuthology.orchestra.run.smithi146.stdout:Installing dependencies: 2024-09-20T19:50:16.326 INFO:teuthology.orchestra.run.smithi146.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-20T19:50:16.326 INFO:teuthology.orchestra.run.smithi146.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-20T19:50:16.327 INFO:teuthology.orchestra.run.smithi146.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-20T19:50:16.327 INFO:teuthology.orchestra.run.smithi146.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-20T19:50:16.327 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:50:16.327 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2024-09-20T19:50:16.327 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:50:16.327 INFO:teuthology.orchestra.run.smithi146.stdout:Install 6 Packages 2024-09-20T19:50:16.327 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:50:16.335 INFO:teuthology.orchestra.run.smithi146.stdout:Total download size: 2.0 M 2024-09-20T19:50:16.335 INFO:teuthology.orchestra.run.smithi146.stdout:Installed size: 9.2 M 2024-09-20T19:50:16.335 INFO:teuthology.orchestra.run.smithi146.stdout:Downloading Packages: 2024-09-20T19:50:16.511 INFO:teuthology.orchestra.run.smithi131.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 394 kB/s | 44 kB 00:00 2024-09-20T19:50:16.553 INFO:teuthology.orchestra.run.smithi131.stdout:(2/6): libnvme-1.9-3.el9.x86_64.rpm 686 kB/s | 106 kB 00:00 2024-09-20T19:50:16.572 INFO:teuthology.orchestra.run.smithi146.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 383 kB/s | 44 kB 00:00 2024-09-20T19:50:16.595 INFO:teuthology.orchestra.run.smithi131.stdout:(3/6): nvme-cli-2.9.1-6.el9.x86_64.rpm 4.5 MB/s | 906 kB 00:00 2024-09-20T19:50:16.598 INFO:teuthology.orchestra.run.smithi146.stdout:(2/6): libnvme-1.9-3.el9.x86_64.rpm 749 kB/s | 106 kB 00:00 2024-09-20T19:50:16.620 INFO:teuthology.orchestra.run.smithi131.stdout:(4/6): python3-configshell-1.1.30-1.el9.noarch. 659 kB/s | 72 kB 00:00 2024-09-20T19:50:16.626 INFO:teuthology.orchestra.run.smithi078.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 443 kB/s | 44 kB 00:00 2024-09-20T19:50:16.648 INFO:teuthology.orchestra.run.smithi146.stdout:(3/6): python3-configshell-1.1.30-1.el9.noarch. 952 kB/s | 72 kB 00:00 2024-09-20T19:50:16.652 INFO:teuthology.orchestra.run.smithi078.stdout:(2/6): libnvme-1.9-3.el9.x86_64.rpm 844 kB/s | 106 kB 00:00 2024-09-20T19:50:16.653 INFO:teuthology.orchestra.run.smithi131.stdout:(5/6): python3-kmod-0.9-32.el9.x86_64.rpm 836 kB/s | 84 kB 00:00 2024-09-20T19:50:16.673 INFO:teuthology.orchestra.run.smithi146.stdout:(4/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2024-09-20T19:50:16.685 INFO:teuthology.orchestra.run.smithi078.stdout:(3/6): python3-configshell-1.1.30-1.el9.noarch. 1.2 MB/s | 72 kB 00:00 2024-09-20T19:50:16.687 INFO:teuthology.orchestra.run.smithi131.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 8.9 MB/s | 837 kB 00:00 2024-09-20T19:50:16.687 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:50:16.687 INFO:teuthology.orchestra.run.smithi131.stdout:Total 4.8 MB/s | 2.0 MB 00:00 2024-09-20T19:50:16.699 INFO:teuthology.orchestra.run.smithi146.stdout:(5/6): nvme-cli-2.9.1-6.el9.x86_64.rpm 3.7 MB/s | 906 kB 00:00 2024-09-20T19:50:16.710 INFO:teuthology.orchestra.run.smithi078.stdout:(4/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.4 MB/s | 84 kB 00:00 2024-09-20T19:50:16.744 INFO:teuthology.orchestra.run.smithi078.stdout:(5/6): nvme-cli-2.9.1-6.el9.x86_64.rpm 4.1 MB/s | 906 kB 00:00 2024-09-20T19:50:16.762 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-09-20T19:50:16.775 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-09-20T19:50:16.775 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-09-20T19:50:16.795 INFO:teuthology.orchestra.run.smithi078.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 7.5 MB/s | 837 kB 00:00 2024-09-20T19:50:16.795 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:50:16.795 INFO:teuthology.orchestra.run.smithi078.stdout:Total 3.8 MB/s | 2.0 MB 00:00 2024-09-20T19:50:16.808 INFO:teuthology.orchestra.run.smithi146.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 5.2 MB/s | 837 kB 00:00 2024-09-20T19:50:16.808 INFO:teuthology.orchestra.run.smithi146.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:50:16.808 INFO:teuthology.orchestra.run.smithi146.stdout:Total 4.2 MB/s | 2.0 MB 00:00 2024-09-20T19:50:16.869 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-09-20T19:50:16.882 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction check 2024-09-20T19:50:16.883 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-09-20T19:50:16.883 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-09-20T19:50:16.896 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction check succeeded. 2024-09-20T19:50:16.896 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction test 2024-09-20T19:50:17.060 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-09-20T19:50:17.060 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-09-20T19:50:17.165 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-09-20T19:50:17.165 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-09-20T19:50:17.203 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction test succeeded. 2024-09-20T19:50:17.204 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction 2024-09-20T19:50:17.482 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-09-20T19:50:17.573 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2024-09-20T19:50:17.576 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-09-20T19:50:17.608 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/6 2024-09-20T19:50:17.614 INFO:teuthology.orchestra.run.smithi146.stdout: Preparing : 1/1 2024-09-20T19:50:17.637 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/6 2024-09-20T19:50:17.664 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2024-09-20T19:50:17.699 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/6 2024-09-20T19:50:17.718 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2024-09-20T19:50:17.727 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/6 2024-09-20T19:50:17.753 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/6 2024-09-20T19:50:17.790 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/6 2024-09-20T19:50:17.856 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/6 2024-09-20T19:50:17.893 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-20T19:50:17.941 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/6 2024-09-20T19:50:17.975 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-20T19:50:18.007 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/6 2024-09-20T19:50:18.037 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-20T19:50:18.339 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-20T19:50:18.372 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/6 2024-09-20T19:50:18.415 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-20T19:50:18.445 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/6 2024-09-20T19:50:18.483 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-20T19:50:18.518 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/6 2024-09-20T19:50:19.329 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/6 2024-09-20T19:50:19.330 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/6 2024-09-20T19:50:19.330 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/6 2024-09-20T19:50:19.330 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/6 2024-09-20T19:50:19.330 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/6 2024-09-20T19:50:19.330 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/6 2024-09-20T19:50:19.439 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/6 2024-09-20T19:50:19.439 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/6 2024-09-20T19:50:19.440 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/6 2024-09-20T19:50:19.440 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/6 2024-09-20T19:50:19.440 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/6 2024-09-20T19:50:19.440 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/6 2024-09-20T19:50:19.542 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/6 2024-09-20T19:50:19.542 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/6 2024-09-20T19:50:19.542 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/6 2024-09-20T19:50:19.542 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/6 2024-09-20T19:50:19.542 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/6 2024-09-20T19:50:19.542 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/6 2024-09-20T19:50:19.680 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2024-09-20T19:50:19.680 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:50:19.680 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-09-20T19:50:19.680 INFO:teuthology.orchestra.run.smithi131.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-20T19:50:19.680 INFO:teuthology.orchestra.run.smithi131.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-20T19:50:19.680 INFO:teuthology.orchestra.run.smithi131.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-20T19:50:19.680 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:50:19.680 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:50:19.749 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2024-09-20T19:50:19.749 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:50:19.750 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-09-20T19:50:19.750 INFO:teuthology.orchestra.run.smithi078.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-20T19:50:19.750 INFO:teuthology.orchestra.run.smithi078.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-20T19:50:19.750 INFO:teuthology.orchestra.run.smithi078.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-20T19:50:19.750 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:50:19.750 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:50:19.885 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2024-09-20T19:50:19.885 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:50:19.885 INFO:teuthology.orchestra.run.smithi146.stdout:Installed: 2024-09-20T19:50:19.885 INFO:teuthology.orchestra.run.smithi146.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-20T19:50:19.885 INFO:teuthology.orchestra.run.smithi146.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-20T19:50:19.885 INFO:teuthology.orchestra.run.smithi146.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-20T19:50:19.885 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:50:19.885 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:50:20.019 DEBUG:teuthology.parallel:result is None 2024-09-20T19:50:20.083 DEBUG:teuthology.parallel:result is None 2024-09-20T19:50:20.246 DEBUG:teuthology.parallel:result is None 2024-09-20T19:50:20.246 INFO:teuthology.run_tasks:Running task install... 2024-09-20T19:50:20.255 DEBUG:teuthology.task.install:project ceph 2024-09-20T19:50:20.255 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e8baca1eac6c3c9c88bf2ea4493e448bd54936a7'}} 2024-09-20T19:50:20.255 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e8baca1eac6c3c9c88bf2ea4493e448bd54936a7'} 2024-09-20T19:50:20.256 INFO:teuthology.task.install:Using flavor: default 2024-09-20T19:50:20.261 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-09-20T19:50:20.261 INFO:teuthology.task.install:extra packages: [] 2024-09-20T19:50:20.261 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': 'e8baca1eac6c3c9c88bf2ea4493e448bd54936a7', 'tag': None, 'wait_for_package': False} 2024-09-20T19:50:20.262 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:50:20.263 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': 'e8baca1eac6c3c9c88bf2ea4493e448bd54936a7', 'tag': None, 'wait_for_package': False} 2024-09-20T19:50:20.263 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:50:20.264 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': 'e8baca1eac6c3c9c88bf2ea4493e448bd54936a7', 'tag': None, 'wait_for_package': False} 2024-09-20T19:50:20.264 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:50:20.404 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/ 2024-09-20T19:50:20.404 INFO:teuthology.task.install.rpm:Package version is 19.3.0-5127.ge8baca1e 2024-09-20T19:50:20.419 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/ 2024-09-20T19:50:20.419 INFO:teuthology.task.install.rpm:Package version is 19.3.0-5127.ge8baca1e 2024-09-20T19:50:20.423 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/ 2024-09-20T19:50:20.423 INFO:teuthology.task.install.rpm:Package version is 19.3.0-5127.ge8baca1e 2024-09-20T19:50:20.513 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-20T19:50:20.513 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-09-20T19:50:20.514 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-20T19:50:20.527 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-20T19:50:20.527 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-09-20T19:50:20.528 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-20T19:50:20.536 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-20T19:50:20.537 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2024-09-20T19:50:20.537 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-20T19:50:20.542 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-09-20T19:50:20.542 DEBUG:teuthology.orchestra.run.smithi078:> 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/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-20T19:50:20.561 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-09-20T19:50:20.561 DEBUG:teuthology.orchestra.run.smithi131:> 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/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-20T19:50:20.567 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-09-20T19:50:20.567 DEBUG:teuthology.orchestra.run.smithi146:> 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/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-20T19:50:20.608 DEBUG:teuthology.orchestra.run.smithi078:> 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-09-20T19:50:20.630 DEBUG:teuthology.orchestra.run.smithi131:> 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-09-20T19:50:20.640 DEBUG:teuthology.orchestra.run.smithi146:> 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-09-20T19:50:20.683 DEBUG:teuthology.orchestra.run.smithi078:> 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-09-20T19:50:20.709 DEBUG:teuthology.orchestra.run.smithi131:> 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-09-20T19:50:20.715 DEBUG:teuthology.orchestra.run.smithi146:> 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-09-20T19:50:20.747 INFO:teuthology.orchestra.run.smithi078.stdout:check_obsoletes = 1 2024-09-20T19:50:20.749 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum clean all 2024-09-20T19:50:20.776 INFO:teuthology.orchestra.run.smithi131.stdout:check_obsoletes = 1 2024-09-20T19:50:20.778 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum clean all 2024-09-20T19:50:20.780 INFO:teuthology.orchestra.run.smithi146.stdout:check_obsoletes = 1 2024-09-20T19:50:20.782 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum clean all 2024-09-20T19:50:20.974 INFO:teuthology.orchestra.run.smithi078.stdout:45 files removed 2024-09-20T19:50:20.999 INFO:teuthology.orchestra.run.smithi131.stdout:45 files removed 2024-09-20T19:50:21.001 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-radosgw 2024-09-20T19:50:21.005 INFO:teuthology.orchestra.run.smithi146.stdout:45 files removed 2024-09-20T19:50:21.027 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install ceph-radosgw 2024-09-20T19:50:21.032 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum -y install ceph-radosgw 2024-09-20T19:50:21.542 INFO:teuthology.orchestra.run.smithi078.stdout:ceph packages for x86_64 328 kB/s | 84 kB 00:00 2024-09-20T19:50:21.585 INFO:teuthology.orchestra.run.smithi131.stdout:ceph packages for x86_64 306 kB/s | 84 kB 00:00 2024-09-20T19:50:21.588 INFO:teuthology.orchestra.run.smithi146.stdout:ceph packages for x86_64 309 kB/s | 84 kB 00:00 2024-09-20T19:50:21.834 INFO:teuthology.orchestra.run.smithi078.stdout:ceph noarch packages 97 kB/s | 24 kB 00:00 2024-09-20T19:50:21.869 INFO:teuthology.orchestra.run.smithi131.stdout:ceph noarch packages 101 kB/s | 24 kB 00:00 2024-09-20T19:50:21.880 INFO:teuthology.orchestra.run.smithi146.stdout:ceph noarch packages 97 kB/s | 24 kB 00:00 2024-09-20T19:50:22.102 INFO:teuthology.orchestra.run.smithi078.stdout:ceph source packages 8.4 kB/s | 1.9 kB 00:00 2024-09-20T19:50:22.128 INFO:teuthology.orchestra.run.smithi131.stdout:ceph source packages 8.7 kB/s | 1.9 kB 00:00 2024-09-20T19:50:22.156 INFO:teuthology.orchestra.run.smithi146.stdout:ceph source packages 8.1 kB/s | 1.9 kB 00:00 2024-09-20T19:50:22.643 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.3 MB 00:00 2024-09-20T19:50:22.664 INFO:teuthology.orchestra.run.smithi146.stdout:CentOS Stream 9 - BaseOS 17 MB/s | 8.3 MB 00:00 2024-09-20T19:50:23.770 INFO:teuthology.orchestra.run.smithi131.stdout:CentOS Stream 9 - BaseOS 5.1 MB/s | 8.3 MB 00:01 2024-09-20T19:50:24.399 INFO:teuthology.orchestra.run.smithi146.stdout:CentOS Stream 9 - AppStream 30 MB/s | 20 MB 00:00 2024-09-20T19:50:25.446 INFO:teuthology.orchestra.run.smithi131.stdout:CentOS Stream 9 - AppStream 33 MB/s | 20 MB 00:00 2024-09-20T19:50:27.186 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 9 - AppStream 5.9 MB/s | 20 MB 00:03 2024-09-20T19:50:29.880 INFO:teuthology.orchestra.run.smithi131.stdout:CentOS Stream 9 - CRB 10 MB/s | 6.5 MB 00:00 2024-09-20T19:50:30.899 INFO:teuthology.orchestra.run.smithi146.stdout:CentOS Stream 9 - CRB 2.4 MB/s | 6.5 MB 00:02 2024-09-20T19:50:31.641 INFO:teuthology.orchestra.run.smithi131.stdout:CentOS Stream 9 - Extras packages 36 kB/s | 19 kB 00:00 2024-09-20T19:50:32.719 INFO:teuthology.orchestra.run.smithi131.stdout:Extra Packages for Enterprise Linux 24 MB/s | 23 MB 00:00 2024-09-20T19:50:33.403 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 9 - CRB 2.7 MB/s | 6.5 MB 00:02 2024-09-20T19:50:35.388 INFO:teuthology.orchestra.run.smithi146.stdout:CentOS Stream 9 - Extras packages 6.1 kB/s | 19 kB 00:03 2024-09-20T19:50:36.322 INFO:teuthology.orchestra.run.smithi146.stdout:Extra Packages for Enterprise Linux 28 MB/s | 23 MB 00:00 2024-09-20T19:50:37.150 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 9 - Extras packages 7.6 kB/s | 19 kB 00:02 2024-09-20T19:50:38.183 INFO:teuthology.orchestra.run.smithi131.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-20T19:50:38.285 INFO:teuthology.orchestra.run.smithi078.stdout:Extra Packages for Enterprise Linux 22 MB/s | 23 MB 00:01 2024-09-20T19:50:40.476 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:50:40.479 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:50:40.479 INFO:teuthology.orchestra.run.smithi131.stdout: Package Arch Version Repository Size 2024-09-20T19:50:40.479 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:50:40.479 INFO:teuthology.orchestra.run.smithi131.stdout:Installing: 2024-09-20T19:50:40.479 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-radosgw x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 11 M 2024-09-20T19:50:40.479 INFO:teuthology.orchestra.run.smithi131.stdout:Upgrading: 2024-09-20T19:50:40.479 INFO:teuthology.orchestra.run.smithi131.stdout: librados2 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 3.5 M 2024-09-20T19:50:40.479 INFO:teuthology.orchestra.run.smithi131.stdout: librbd1 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 3.2 M 2024-09-20T19:50:40.479 INFO:teuthology.orchestra.run.smithi131.stdout:Installing dependencies: 2024-09-20T19:50:40.479 INFO:teuthology.orchestra.run.smithi131.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-20T19:50:40.479 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-base x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 5.5 M 2024-09-20T19:50:40.479 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-common x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 22 M 2024-09-20T19:50:40.479 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-selinux x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 25 k 2024-09-20T19:50:40.479 INFO:teuthology.orchestra.run.smithi131.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-20T19:50:40.480 INFO:teuthology.orchestra.run.smithi131.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-20T19:50:40.480 INFO:teuthology.orchestra.run.smithi131.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-20T19:50:40.480 INFO:teuthology.orchestra.run.smithi131.stdout: libcephfs2 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 756 k 2024-09-20T19:50:40.480 INFO:teuthology.orchestra.run.smithi131.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-20T19:50:40.480 INFO:teuthology.orchestra.run.smithi131.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-20T19:50:40.480 INFO:teuthology.orchestra.run.smithi131.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-20T19:50:40.480 INFO:teuthology.orchestra.run.smithi131.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-20T19:50:40.480 INFO:teuthology.orchestra.run.smithi131.stdout: libradosstriper1 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 508 k 2024-09-20T19:50:40.480 INFO:teuthology.orchestra.run.smithi131.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-20T19:50:40.480 INFO:teuthology.orchestra.run.smithi131.stdout: librgw2 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 5.5 M 2024-09-20T19:50:40.480 INFO:teuthology.orchestra.run.smithi131.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-20T19:50:40.480 INFO:teuthology.orchestra.run.smithi131.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-20T19:50:40.480 INFO:teuthology.orchestra.run.smithi131.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-20T19:50:40.480 INFO:teuthology.orchestra.run.smithi131.stdout: python3-ceph-argparse x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 45 k 2024-09-20T19:50:40.481 INFO:teuthology.orchestra.run.smithi131.stdout: python3-ceph-common x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 150 k 2024-09-20T19:50:40.481 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cephfs x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 162 k 2024-09-20T19:50:40.481 INFO:teuthology.orchestra.run.smithi131.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-20T19:50:40.481 INFO:teuthology.orchestra.run.smithi131.stdout: python3-rados x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 321 k 2024-09-20T19:50:40.481 INFO:teuthology.orchestra.run.smithi131.stdout: python3-rbd x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 306 k 2024-09-20T19:50:40.481 INFO:teuthology.orchestra.run.smithi131.stdout: python3-rgw x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 99 k 2024-09-20T19:50:40.481 INFO:teuthology.orchestra.run.smithi131.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-20T19:50:40.481 INFO:teuthology.orchestra.run.smithi131.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-20T19:50:40.481 INFO:teuthology.orchestra.run.smithi131.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-20T19:50:40.481 INFO:teuthology.orchestra.run.smithi131.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-20T19:50:40.481 INFO:teuthology.orchestra.run.smithi131.stdout:Installing weak dependencies: 2024-09-20T19:50:40.481 INFO:teuthology.orchestra.run.smithi131.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-20T19:50:40.481 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:50:40.481 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-09-20T19:50:40.481 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:50:40.482 INFO:teuthology.orchestra.run.smithi131.stdout:Install 31 Packages 2024-09-20T19:50:40.482 INFO:teuthology.orchestra.run.smithi131.stdout:Upgrade 2 Packages 2024-09-20T19:50:40.482 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:50:40.482 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 62 M 2024-09-20T19:50:40.482 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-09-20T19:50:41.068 INFO:teuthology.orchestra.run.smithi131.stdout:(1/33): ceph-base-19.3.0-5127.ge8baca1e.el9.x86 11 MB/s | 5.5 MB 00:00 2024-09-20T19:50:41.135 INFO:teuthology.orchestra.run.smithi131.stdout:(2/33): ceph-selinux-19.3.0-5127.ge8baca1e.el9. 379 kB/s | 25 kB 00:00 2024-09-20T19:50:41.227 INFO:teuthology.orchestra.run.smithi131.stdout:(3/33): libcephfs2-19.3.0-5127.ge8baca1e.el9.x8 8.1 MB/s | 756 kB 00:00 2024-09-20T19:50:41.361 INFO:teuthology.orchestra.run.smithi131.stdout:(4/33): ceph-radosgw-19.3.0-5127.ge8baca1e.el9. 14 MB/s | 11 MB 00:00 2024-09-20T19:50:41.394 INFO:teuthology.orchestra.run.smithi131.stdout:(5/33): libradosstriper1-19.3.0-5127.ge8baca1e. 3.0 MB/s | 508 kB 00:00 2024-09-20T19:50:41.453 INFO:teuthology.orchestra.run.smithi131.stdout:(6/33): python3-ceph-argparse-19.3.0-5127.ge8ba 774 kB/s | 45 kB 00:00 2024-09-20T19:50:41.528 INFO:teuthology.orchestra.run.smithi131.stdout:(7/33): python3-ceph-common-19.3.0-5127.ge8baca 2.0 MB/s | 150 kB 00:00 2024-09-20T19:50:41.604 INFO:teuthology.orchestra.run.smithi131.stdout:(8/33): librgw2-19.3.0-5127.ge8baca1e.el9.x86_6 23 MB/s | 5.5 MB 00:00 2024-09-20T19:50:41.629 INFO:teuthology.orchestra.run.smithi131.stdout:(9/33): python3-cephfs-19.3.0-5127.ge8baca1e.el 1.6 MB/s | 162 kB 00:00 2024-09-20T19:50:41.654 INFO:teuthology.orchestra.run.smithi131.stdout:(10/33): python3-rados-19.3.0-5127.ge8baca1e.el 6.2 MB/s | 321 kB 00:00 2024-09-20T19:50:41.679 INFO:teuthology.orchestra.run.smithi131.stdout:(11/33): python3-rbd-19.3.0-5127.ge8baca1e.el9. 6.0 MB/s | 306 kB 00:00 2024-09-20T19:50:41.695 INFO:teuthology.orchestra.run.smithi146.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-20T19:50:41.704 INFO:teuthology.orchestra.run.smithi131.stdout:(12/33): python3-rgw-19.3.0-5127.ge8baca1e.el9. 1.9 MB/s | 99 kB 00:00 2024-09-20T19:50:41.905 INFO:teuthology.orchestra.run.smithi131.stdout:(13/33): ceph-common-19.3.0-5127.ge8baca1e.el9. 16 MB/s | 22 MB 00:01 2024-09-20T19:50:41.955 INFO:teuthology.orchestra.run.smithi131.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 388 kB/s | 107 kB 00:00 2024-09-20T19:50:41.997 INFO:teuthology.orchestra.run.smithi131.stdout:(15/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.1 MB/s | 45 kB 00:00 2024-09-20T19:50:42.048 INFO:teuthology.orchestra.run.smithi131.stdout:(16/33): libnbd-1.20.2-2.el9.x86_64.rpm 498 kB/s | 171 kB 00:00 2024-09-20T19:50:42.089 INFO:teuthology.orchestra.run.smithi131.stdout:(17/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 871 kB/s | 160 kB 00:00 2024-09-20T19:50:42.131 INFO:teuthology.orchestra.run.smithi131.stdout:(18/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.4 MB/s | 292 kB 00:00 2024-09-20T19:50:42.157 INFO:teuthology.orchestra.run.smithi131.stdout:(19/33): librdkafka-1.6.1-102.el9.x86_64.rpm 4.1 MB/s | 662 kB 00:00 2024-09-20T19:50:42.173 INFO:teuthology.orchestra.run.smithi131.stdout:(20/33): python3-prettytable-0.7.2-27.el9.noarc 504 kB/s | 42 kB 00:00 2024-09-20T19:50:42.199 INFO:teuthology.orchestra.run.smithi131.stdout:(21/33): qatlib-24.02.0-1.el9.x86_64.rpm 3.2 MB/s | 221 kB 00:00 2024-09-20T19:50:42.216 INFO:teuthology.orchestra.run.smithi131.stdout:(22/33): qatlib-service-24.02.0-1.el9.x86_64.rp 609 kB/s | 36 kB 00:00 2024-09-20T19:50:42.232 INFO:teuthology.orchestra.run.smithi131.stdout:(23/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 805 kB/s | 47 kB 00:00 2024-09-20T19:50:42.283 INFO:teuthology.orchestra.run.smithi131.stdout:(24/33): gperftools-libs-2.9.1-3.el9.x86_64.rpm 3.6 MB/s | 308 kB 00:00 2024-09-20T19:50:42.300 INFO:teuthology.orchestra.run.smithi131.stdout:(25/33): liboath-2.6.7-2.el9.x86_64.rpm 3.2 MB/s | 49 kB 00:00 2024-09-20T19:50:42.317 INFO:teuthology.orchestra.run.smithi131.stdout:(26/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 371 kB/s | 26 kB 00:00 2024-09-20T19:50:42.342 INFO:teuthology.orchestra.run.smithi131.stdout:(27/33): libunwind-1.6.2-1.el9.x86_64.rpm 1.6 MB/s | 67 kB 00:00 2024-09-20T19:50:42.375 INFO:teuthology.orchestra.run.smithi131.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 5.7 MB/s | 191 kB 00:00 2024-09-20T19:50:42.426 INFO:teuthology.orchestra.run.smithi131.stdout:(29/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 7.5 MB/s | 839 kB 00:00 2024-09-20T19:50:42.503 INFO:teuthology.orchestra.run.smithi131.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 12 MB/s | 1.6 MB 00:00 2024-09-20T19:50:42.585 INFO:teuthology.orchestra.run.smithi131.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 12 MB/s | 4.4 MB 00:00 2024-09-20T19:50:42.760 INFO:teuthology.orchestra.run.smithi131.stdout:(32/33): librbd1-19.3.0-5127.ge8baca1e.el9.x86_ 13 MB/s | 3.2 MB 00:00 2024-09-20T19:50:42.810 INFO:teuthology.orchestra.run.smithi131.stdout:(33/33): librados2-19.3.0-5127.ge8baca1e.el9.x8 9.0 MB/s | 3.5 MB 00:00 2024-09-20T19:50:42.815 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:50:42.815 INFO:teuthology.orchestra.run.smithi131.stdout:Total 26 MB/s | 62 MB 00:02 2024-09-20T19:50:42.926 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-09-20T19:50:42.963 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-09-20T19:50:42.963 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-09-20T19:50:43.478 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-09-20T19:50:43.478 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-09-20T19:50:43.757 INFO:teuthology.orchestra.run.smithi078.stdout:lab-extras 39 kB/s | 1.7 kB 00:00 2024-09-20T19:50:43.937 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:50:43.939 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:50:43.939 INFO:teuthology.orchestra.run.smithi146.stdout: Package Arch Version Repository Size 2024-09-20T19:50:43.939 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:50:43.939 INFO:teuthology.orchestra.run.smithi146.stdout:Installing: 2024-09-20T19:50:43.939 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-radosgw x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 11 M 2024-09-20T19:50:43.939 INFO:teuthology.orchestra.run.smithi146.stdout:Upgrading: 2024-09-20T19:50:43.940 INFO:teuthology.orchestra.run.smithi146.stdout: librados2 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 3.5 M 2024-09-20T19:50:43.940 INFO:teuthology.orchestra.run.smithi146.stdout: librbd1 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 3.2 M 2024-09-20T19:50:43.940 INFO:teuthology.orchestra.run.smithi146.stdout:Installing dependencies: 2024-09-20T19:50:43.940 INFO:teuthology.orchestra.run.smithi146.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-20T19:50:43.940 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-base x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 5.5 M 2024-09-20T19:50:43.940 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-common x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 22 M 2024-09-20T19:50:43.940 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-selinux x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 25 k 2024-09-20T19:50:43.940 INFO:teuthology.orchestra.run.smithi146.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-20T19:50:43.940 INFO:teuthology.orchestra.run.smithi146.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-20T19:50:43.940 INFO:teuthology.orchestra.run.smithi146.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-20T19:50:43.940 INFO:teuthology.orchestra.run.smithi146.stdout: libcephfs2 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 756 k 2024-09-20T19:50:43.940 INFO:teuthology.orchestra.run.smithi146.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-20T19:50:43.940 INFO:teuthology.orchestra.run.smithi146.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-20T19:50:43.940 INFO:teuthology.orchestra.run.smithi146.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-20T19:50:43.940 INFO:teuthology.orchestra.run.smithi146.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-20T19:50:43.941 INFO:teuthology.orchestra.run.smithi146.stdout: libradosstriper1 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 508 k 2024-09-20T19:50:43.941 INFO:teuthology.orchestra.run.smithi146.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-20T19:50:43.941 INFO:teuthology.orchestra.run.smithi146.stdout: librgw2 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 5.5 M 2024-09-20T19:50:43.941 INFO:teuthology.orchestra.run.smithi146.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-20T19:50:43.941 INFO:teuthology.orchestra.run.smithi146.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-20T19:50:43.941 INFO:teuthology.orchestra.run.smithi146.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-20T19:50:43.941 INFO:teuthology.orchestra.run.smithi146.stdout: python3-ceph-argparse x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 45 k 2024-09-20T19:50:43.941 INFO:teuthology.orchestra.run.smithi146.stdout: python3-ceph-common x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 150 k 2024-09-20T19:50:43.941 INFO:teuthology.orchestra.run.smithi146.stdout: python3-cephfs x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 162 k 2024-09-20T19:50:43.941 INFO:teuthology.orchestra.run.smithi146.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-20T19:50:43.941 INFO:teuthology.orchestra.run.smithi146.stdout: python3-rados x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 321 k 2024-09-20T19:50:43.941 INFO:teuthology.orchestra.run.smithi146.stdout: python3-rbd x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 306 k 2024-09-20T19:50:43.941 INFO:teuthology.orchestra.run.smithi146.stdout: python3-rgw x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 99 k 2024-09-20T19:50:43.941 INFO:teuthology.orchestra.run.smithi146.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-20T19:50:43.941 INFO:teuthology.orchestra.run.smithi146.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-20T19:50:43.942 INFO:teuthology.orchestra.run.smithi146.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-20T19:50:43.942 INFO:teuthology.orchestra.run.smithi146.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-20T19:50:43.942 INFO:teuthology.orchestra.run.smithi146.stdout:Installing weak dependencies: 2024-09-20T19:50:43.942 INFO:teuthology.orchestra.run.smithi146.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-20T19:50:43.942 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:50:43.942 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2024-09-20T19:50:43.942 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:50:43.942 INFO:teuthology.orchestra.run.smithi146.stdout:Install 31 Packages 2024-09-20T19:50:43.942 INFO:teuthology.orchestra.run.smithi146.stdout:Upgrade 2 Packages 2024-09-20T19:50:43.942 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:50:43.943 INFO:teuthology.orchestra.run.smithi146.stdout:Total download size: 62 M 2024-09-20T19:50:43.943 INFO:teuthology.orchestra.run.smithi146.stdout:Downloading Packages: 2024-09-20T19:50:44.879 INFO:teuthology.orchestra.run.smithi146.stdout:(1/33): ceph-base-19.3.0-5127.ge8baca1e.el9.x86 8.9 MB/s | 5.5 MB 00:00 2024-09-20T19:50:44.929 INFO:teuthology.orchestra.run.smithi146.stdout:(2/33): ceph-selinux-19.3.0-5127.ge8baca1e.el9. 504 kB/s | 25 kB 00:00 2024-09-20T19:50:44.973 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-09-20T19:50:45.051 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-20T19:50:45.071 INFO:teuthology.orchestra.run.smithi146.stdout:(3/33): ceph-radosgw-19.3.0-5127.ge8baca1e.el9. 13 MB/s | 11 MB 00:00 2024-09-20T19:50:45.102 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-20T19:50:45.105 INFO:teuthology.orchestra.run.smithi146.stdout:(4/33): libcephfs2-19.3.0-5127.ge8baca1e.el9.x8 4.2 MB/s | 756 kB 00:00 2024-09-20T19:50:45.130 INFO:teuthology.orchestra.run.smithi146.stdout:(5/33): libradosstriper1-19.3.0-5127.ge8baca1e. 8.5 MB/s | 508 kB 00:00 2024-09-20T19:50:45.133 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-20T19:50:45.155 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-20T19:50:45.180 INFO:teuthology.orchestra.run.smithi146.stdout:(6/33): python3-ceph-argparse-19.3.0-5127.ge8ba 904 kB/s | 45 kB 00:00 2024-09-20T19:50:45.180 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-20T19:50:45.272 INFO:teuthology.orchestra.run.smithi146.stdout:(7/33): python3-ceph-common-19.3.0-5127.ge8baca 1.6 MB/s | 150 kB 00:00 2024-09-20T19:50:45.391 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-20T19:50:45.448 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-20T19:50:45.489 INFO:teuthology.orchestra.run.smithi146.stdout:(8/33): ceph-common-19.3.0-5127.ge8baca1e.el9.x 18 MB/s | 22 MB 00:01 2024-09-20T19:50:45.701 INFO:teuthology.orchestra.run.smithi146.stdout:(9/33): python3-cephfs-19.3.0-5127.ge8baca1e.el 668 kB/s | 162 kB 00:00 2024-09-20T19:50:45.701 INFO:teuthology.orchestra.run.smithi146.stdout:(10/33): librgw2-19.3.0-5127.ge8baca1e.el9.x86_ 11 MB/s | 5.5 MB 00:00 2024-09-20T19:50:45.701 INFO:teuthology.orchestra.run.smithi146.stdout:(11/33): python3-rados-19.3.0-5127.ge8baca1e.el 2.5 MB/s | 321 kB 00:00 2024-09-20T19:50:45.701 INFO:teuthology.orchestra.run.smithi146.stdout:(12/33): python3-rbd-19.3.0-5127.ge8baca1e.el9. 2.4 MB/s | 306 kB 00:00 2024-09-20T19:50:45.701 INFO:teuthology.orchestra.run.smithi146.stdout:(13/33): python3-rgw-19.3.0-5127.ge8baca1e.el9. 1.3 MB/s | 99 kB 00:00 2024-09-20T19:50:45.784 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-20T19:50:45.904 INFO:teuthology.orchestra.run.smithi131.stdout: Upgrading : librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 7/35 2024-09-20T19:50:45.986 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:50:45.988 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:50:45.988 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2024-09-20T19:50:45.988 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:50:45.988 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-09-20T19:50:45.988 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-radosgw x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 11 M 2024-09-20T19:50:45.988 INFO:teuthology.orchestra.run.smithi078.stdout:Upgrading: 2024-09-20T19:50:45.989 INFO:teuthology.orchestra.run.smithi078.stdout: librados2 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 3.5 M 2024-09-20T19:50:45.989 INFO:teuthology.orchestra.run.smithi078.stdout: librbd1 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 3.2 M 2024-09-20T19:50:45.989 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2024-09-20T19:50:45.989 INFO:teuthology.orchestra.run.smithi078.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-20T19:50:45.989 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-base x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 5.5 M 2024-09-20T19:50:45.989 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-common x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 22 M 2024-09-20T19:50:45.989 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-selinux x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 25 k 2024-09-20T19:50:45.989 INFO:teuthology.orchestra.run.smithi078.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-20T19:50:45.989 INFO:teuthology.orchestra.run.smithi078.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-20T19:50:45.989 INFO:teuthology.orchestra.run.smithi078.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-20T19:50:45.989 INFO:teuthology.orchestra.run.smithi078.stdout: libcephfs2 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 756 k 2024-09-20T19:50:45.990 INFO:teuthology.orchestra.run.smithi078.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-20T19:50:45.990 INFO:teuthology.orchestra.run.smithi078.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-20T19:50:45.990 INFO:teuthology.orchestra.run.smithi078.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-20T19:50:45.990 INFO:teuthology.orchestra.run.smithi078.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-20T19:50:45.990 INFO:teuthology.orchestra.run.smithi078.stdout: libradosstriper1 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 508 k 2024-09-20T19:50:45.990 INFO:teuthology.orchestra.run.smithi078.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-20T19:50:45.990 INFO:teuthology.orchestra.run.smithi078.stdout: librgw2 x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 5.5 M 2024-09-20T19:50:45.990 INFO:teuthology.orchestra.run.smithi078.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-20T19:50:45.990 INFO:teuthology.orchestra.run.smithi078.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-20T19:50:45.990 INFO:teuthology.orchestra.run.smithi078.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-20T19:50:45.990 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ceph-argparse x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 45 k 2024-09-20T19:50:45.990 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ceph-common x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 150 k 2024-09-20T19:50:45.990 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cephfs x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 162 k 2024-09-20T19:50:45.991 INFO:teuthology.orchestra.run.smithi078.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-20T19:50:45.991 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rados x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 321 k 2024-09-20T19:50:45.991 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rbd x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 306 k 2024-09-20T19:50:45.991 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rgw x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 99 k 2024-09-20T19:50:45.991 INFO:teuthology.orchestra.run.smithi078.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-20T19:50:45.991 INFO:teuthology.orchestra.run.smithi078.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-20T19:50:45.991 INFO:teuthology.orchestra.run.smithi078.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-20T19:50:45.991 INFO:teuthology.orchestra.run.smithi078.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-20T19:50:45.991 INFO:teuthology.orchestra.run.smithi078.stdout:Installing weak dependencies: 2024-09-20T19:50:45.991 INFO:teuthology.orchestra.run.smithi078.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-20T19:50:45.991 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:50:45.991 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-09-20T19:50:45.991 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:50:45.991 INFO:teuthology.orchestra.run.smithi078.stdout:Install 31 Packages 2024-09-20T19:50:45.992 INFO:teuthology.orchestra.run.smithi078.stdout:Upgrade 2 Packages 2024-09-20T19:50:45.992 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:50:45.992 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 62 M 2024-09-20T19:50:45.992 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-09-20T19:50:46.005 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 7/35 2024-09-20T19:50:46.092 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-rados-2:19.3.0-5127.ge8baca1e.el9.x86_64 8/35 2024-09-20T19:50:46.099 INFO:teuthology.orchestra.run.smithi146.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 221 kB/s | 107 kB 00:00 2024-09-20T19:50:46.114 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 9/35 2024-09-20T19:50:46.132 INFO:teuthology.orchestra.run.smithi146.stdout:(15/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 344 kB/s | 160 kB 00:00 2024-09-20T19:50:46.177 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 9/35 2024-09-20T19:50:46.190 INFO:teuthology.orchestra.run.smithi146.stdout:(16/33): libnbd-1.20.2-2.el9.x86_64.rpm 310 kB/s | 171 kB 00:00 2024-09-20T19:50:46.216 INFO:teuthology.orchestra.run.smithi146.stdout:(17/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 389 kB/s | 45 kB 00:00 2024-09-20T19:50:46.222 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-20T19:50:46.265 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-ceph-argparse-2:19.3.0-5127.ge8baca1e.el9. 11/35 2024-09-20T19:50:46.324 INFO:teuthology.orchestra.run.smithi146.stdout:(18/33): python3-prettytable-0.7.2-27.el9.noarc 390 kB/s | 42 kB 00:00 2024-09-20T19:50:46.335 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-cephfs-2:19.3.0-5127.ge8baca1e.el9.x86_64 12/35 2024-09-20T19:50:46.358 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : libradosstriper1-2:19.3.0-5127.ge8baca1e.el9.x86_6 13/35 2024-09-20T19:50:46.400 INFO:teuthology.orchestra.run.smithi146.stdout:(19/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.4 MB/s | 292 kB 00:00 2024-09-20T19:50:46.442 INFO:teuthology.orchestra.run.smithi146.stdout:(20/33): librdkafka-1.6.1-102.el9.x86_64.rpm 2.1 MB/s | 662 kB 00:00 2024-09-20T19:50:46.448 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: libradosstriper1-2:19.3.0-5127.ge8baca1e.el9.x86_6 13/35 2024-09-20T19:50:46.482 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-20T19:50:46.509 INFO:teuthology.orchestra.run.smithi146.stdout:(21/33): qatlib-service-24.02.0-1.el9.x86_64.rp 330 kB/s | 36 kB 00:00 2024-09-20T19:50:46.551 INFO:teuthology.orchestra.run.smithi146.stdout:(22/33): qatlib-24.02.0-1.el9.x86_64.rpm 977 kB/s | 221 kB 00:00 2024-09-20T19:50:46.576 INFO:teuthology.orchestra.run.smithi146.stdout:(23/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 354 kB/s | 47 kB 00:00 2024-09-20T19:50:46.592 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-20T19:50:46.625 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-20T19:50:46.626 INFO:teuthology.orchestra.run.smithi146.stdout:(24/33): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.6 MB/s | 308 kB 00:00 2024-09-20T19:50:46.652 INFO:teuthology.orchestra.run.smithi146.stdout:(25/33): liboath-2.6.7-2.el9.x86_64.rpm 2.1 MB/s | 49 kB 00:00 2024-09-20T19:50:46.666 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-20T19:50:46.677 INFO:teuthology.orchestra.run.smithi146.stdout:(26/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 280 kB/s | 26 kB 00:00 2024-09-20T19:50:46.702 INFO:teuthology.orchestra.run.smithi146.stdout:(27/33): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-09-20T19:50:46.707 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/35 2024-09-20T19:50:46.736 INFO:teuthology.orchestra.run.smithi146.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 5.6 MB/s | 191 kB 00:00 2024-09-20T19:50:46.736 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-20T19:50:46.779 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-20T19:50:46.786 INFO:teuthology.orchestra.run.smithi146.stdout:(29/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 7.5 MB/s | 839 kB 00:00 2024-09-20T19:50:46.815 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-20T19:50:46.828 INFO:teuthology.orchestra.run.smithi146.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 17 MB/s | 1.6 MB 00:00 2024-09-20T19:50:46.903 INFO:teuthology.orchestra.run.smithi146.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 13 MB/s | 4.4 MB 00:00 2024-09-20T19:50:47.155 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-20T19:50:47.199 INFO:teuthology.orchestra.run.smithi131.stdout: Upgrading : librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 23/35 2024-09-20T19:50:47.274 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 23/35 2024-09-20T19:50:47.304 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-rbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 24/35 2024-09-20T19:50:47.341 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-20T19:50:47.387 INFO:teuthology.orchestra.run.smithi146.stdout:(32/33): librados2-19.3.0-5127.ge8baca1e.el9.x8 5.8 MB/s | 3.5 MB 00:00 2024-09-20T19:50:47.495 INFO:teuthology.orchestra.run.smithi146.stdout:(33/33): librbd1-19.3.0-5127.ge8baca1e.el9.x86_ 4.9 MB/s | 3.2 MB 00:00 2024-09-20T19:50:47.501 INFO:teuthology.orchestra.run.smithi146.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:50:47.501 INFO:teuthology.orchestra.run.smithi146.stdout:Total 17 MB/s | 62 MB 00:03 2024-09-20T19:50:47.508 INFO:teuthology.orchestra.run.smithi078.stdout:(1/33): ceph-base-19.3.0-5127.ge8baca1e.el9.x86 6.2 MB/s | 5.5 MB 00:00 2024-09-20T19:50:47.616 INFO:teuthology.orchestra.run.smithi078.stdout:(2/33): ceph-radosgw-19.3.0-5127.ge8baca1e.el9. 11 MB/s | 11 MB 00:01 2024-09-20T19:50:47.617 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction check 2024-09-20T19:50:47.633 INFO:teuthology.orchestra.run.smithi078.stdout:(3/33): ceph-selinux-19.3.0-5127.ge8baca1e.el9. 201 kB/s | 25 kB 00:00 2024-09-20T19:50:47.654 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction check succeeded. 2024-09-20T19:50:47.654 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction test 2024-09-20T19:50:47.684 INFO:teuthology.orchestra.run.smithi078.stdout:(4/33): libradosstriper1-19.3.0-5127.ge8baca1e. 9.9 MB/s | 508 kB 00:00 2024-09-20T19:50:47.709 INFO:teuthology.orchestra.run.smithi078.stdout:(5/33): libcephfs2-19.3.0-5127.ge8baca1e.el9.x8 8.0 MB/s | 756 kB 00:00 2024-09-20T19:50:47.767 INFO:teuthology.orchestra.run.smithi078.stdout:(6/33): python3-ceph-argparse-19.3.0-5127.ge8ba 775 kB/s | 45 kB 00:00 2024-09-20T19:50:47.834 INFO:teuthology.orchestra.run.smithi078.stdout:(7/33): python3-ceph-common-19.3.0-5127.ge8baca 2.2 MB/s | 150 kB 00:00 2024-09-20T19:50:47.865 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-20T19:50:47.893 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : librgw2-2:19.3.0-5127.ge8baca1e.el9.x86_64 27/35 2024-09-20T19:50:47.965 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: librgw2-2:19.3.0-5127.ge8baca1e.el9.x86_64 27/35 2024-09-20T19:50:48.047 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-rgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 28/35 2024-09-20T19:50:48.060 INFO:teuthology.orchestra.run.smithi078.stdout:(8/33): ceph-common-19.3.0-5127.ge8baca1e.el9.x 15 MB/s | 22 MB 00:01 2024-09-20T19:50:48.079 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-ceph-common-2:19.3.0-5127.ge8baca1e.el9.x8 29/35 2024-09-20T19:50:48.085 INFO:teuthology.orchestra.run.smithi078.stdout:(9/33): python3-cephfs-19.3.0-5127.ge8baca1e.el 646 kB/s | 162 kB 00:00 2024-09-20T19:50:48.110 INFO:teuthology.orchestra.run.smithi078.stdout:(10/33): python3-rados-19.3.0-5127.ge8baca1e.el 6.3 MB/s | 321 kB 00:00 2024-09-20T19:50:48.136 INFO:teuthology.orchestra.run.smithi078.stdout:(11/33): python3-rbd-19.3.0-5127.ge8baca1e.el9. 6.0 MB/s | 306 kB 00:00 2024-09-20T19:50:48.161 INFO:teuthology.orchestra.run.smithi078.stdout:(12/33): python3-rgw-19.3.0-5127.ge8baca1e.el9. 1.9 MB/s | 99 kB 00:00 2024-09-20T19:50:48.177 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction test succeeded. 2024-09-20T19:50:48.177 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction 2024-09-20T19:50:48.253 INFO:teuthology.orchestra.run.smithi078.stdout:(13/33): librgw2-19.3.0-5127.ge8baca1e.el9.x86_ 9.7 MB/s | 5.5 MB 00:00 2024-09-20T19:50:48.295 INFO:teuthology.orchestra.run.smithi078.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 674 kB/s | 107 kB 00:00 2024-09-20T19:50:48.337 INFO:teuthology.orchestra.run.smithi078.stdout:(15/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.1 MB/s | 45 kB 00:00 2024-09-20T19:50:48.362 INFO:teuthology.orchestra.run.smithi078.stdout:(16/33): libnbd-1.20.2-2.el9.x86_64.rpm 850 kB/s | 171 kB 00:00 2024-09-20T19:50:48.387 INFO:teuthology.orchestra.run.smithi078.stdout:(17/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.2 MB/s | 160 kB 00:00 2024-09-20T19:50:48.429 INFO:teuthology.orchestra.run.smithi078.stdout:(18/33): librdkafka-1.6.1-102.el9.x86_64.rpm 7.0 MB/s | 662 kB 00:00 2024-09-20T19:50:48.454 INFO:teuthology.orchestra.run.smithi078.stdout:(19/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.1 MB/s | 292 kB 00:00 2024-09-20T19:50:48.480 INFO:teuthology.orchestra.run.smithi078.stdout:(20/33): python3-prettytable-0.7.2-27.el9.noarc 459 kB/s | 42 kB 00:00 2024-09-20T19:50:48.505 INFO:teuthology.orchestra.run.smithi078.stdout:(21/33): qatlib-service-24.02.0-1.el9.x86_64.rp 715 kB/s | 36 kB 00:00 2024-09-20T19:50:48.530 INFO:teuthology.orchestra.run.smithi078.stdout:(22/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 941 kB/s | 47 kB 00:00 2024-09-20T19:50:48.555 INFO:teuthology.orchestra.run.smithi078.stdout:(23/33): qatlib-24.02.0-1.el9.x86_64.rpm 1.7 MB/s | 221 kB 00:00 2024-09-20T19:50:48.614 INFO:teuthology.orchestra.run.smithi078.stdout:(24/33): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.8 MB/s | 308 kB 00:00 2024-09-20T19:50:48.639 INFO:teuthology.orchestra.run.smithi078.stdout:(25/33): liboath-2.6.7-2.el9.x86_64.rpm 2.1 MB/s | 49 kB 00:00 2024-09-20T19:50:48.665 INFO:teuthology.orchestra.run.smithi078.stdout:(26/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 277 kB/s | 26 kB 00:00 2024-09-20T19:50:48.690 INFO:teuthology.orchestra.run.smithi078.stdout:(27/33): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-09-20T19:50:48.723 INFO:teuthology.orchestra.run.smithi078.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 5.7 MB/s | 191 kB 00:00 2024-09-20T19:50:48.765 INFO:teuthology.orchestra.run.smithi078.stdout:(29/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 8.2 MB/s | 839 kB 00:00 2024-09-20T19:50:48.833 INFO:teuthology.orchestra.run.smithi078.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 15 MB/s | 1.6 MB 00:00 2024-09-20T19:50:48.891 INFO:teuthology.orchestra.run.smithi078.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 12 MB/s | 4.4 MB 00:00 2024-09-20T19:50:49.033 INFO:teuthology.orchestra.run.smithi078.stdout:(32/33): librados2-19.3.0-5127.ge8baca1e.el9.x8 13 MB/s | 3.5 MB 00:00 2024-09-20T19:50:49.091 INFO:teuthology.orchestra.run.smithi078.stdout:(33/33): librbd1-19.3.0-5127.ge8baca1e.el9.x86_ 13 MB/s | 3.2 MB 00:00 2024-09-20T19:50:49.097 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:50:49.097 INFO:teuthology.orchestra.run.smithi078.stdout:Total 20 MB/s | 62 MB 00:03 2024-09-20T19:50:49.207 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-09-20T19:50:49.244 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-09-20T19:50:49.244 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-09-20T19:50:49.640 INFO:teuthology.orchestra.run.smithi146.stdout: Preparing : 1/1 2024-09-20T19:50:49.752 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-20T19:50:49.755 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-09-20T19:50:49.755 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-09-20T19:50:49.784 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-20T19:50:49.817 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-20T19:50:49.840 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-20T19:50:49.861 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-20T19:50:50.058 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-20T19:50:50.112 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-20T19:50:50.392 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 30/35 2024-09-20T19:50:50.434 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 30/35 2024-09-20T19:50:50.488 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-20T19:50:50.594 INFO:teuthology.orchestra.run.smithi146.stdout: Upgrading : librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 7/35 2024-09-20T19:50:50.686 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 7/35 2024-09-20T19:50:50.779 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-rados-2:19.3.0-5127.ge8baca1e.el9.x86_64 8/35 2024-09-20T19:50:50.804 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 9/35 2024-09-20T19:50:50.868 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 9/35 2024-09-20T19:50:50.907 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-20T19:50:50.973 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-ceph-argparse-2:19.3.0-5127.ge8baca1e.el9. 11/35 2024-09-20T19:50:51.035 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 30/35 2024-09-20T19:50:51.064 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-cephfs-2:19.3.0-5127.ge8baca1e.el9.x86_64 12/35 2024-09-20T19:50:51.070 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 31/35 2024-09-20T19:50:51.097 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : libradosstriper1-2:19.3.0-5127.ge8baca1e.el9.x86_6 13/35 2024-09-20T19:50:51.145 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 31/35 2024-09-20T19:50:51.145 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-20T19:50:51.145 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-20T19:50:51.145 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:50:51.148 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: libradosstriper1-2:19.3.0-5127.ge8baca1e.el9.x86_6 13/35 2024-09-20T19:50:51.189 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-selinux-2:19.3.0-5127.ge8baca1e.el9.x86_64 32/35 2024-09-20T19:50:51.191 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-20T19:50:51.287 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-09-20T19:50:51.333 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-20T19:50:51.372 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-20T19:50:51.375 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-20T19:50:51.405 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-20T19:50:51.420 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-20T19:50:51.430 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-20T19:50:51.453 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-20T19:50:51.453 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/35 2024-09-20T19:50:51.476 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-20T19:50:51.482 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-20T19:50:51.515 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-20T19:50:51.564 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-20T19:50:51.672 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-20T19:50:51.723 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-20T19:50:51.884 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-20T19:50:51.929 INFO:teuthology.orchestra.run.smithi146.stdout: Upgrading : librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 23/35 2024-09-20T19:50:52.020 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 23/35 2024-09-20T19:50:52.059 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-rbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 24/35 2024-09-20T19:50:52.102 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-20T19:50:52.143 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-20T19:50:52.224 INFO:teuthology.orchestra.run.smithi078.stdout: Upgrading : librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 7/35 2024-09-20T19:50:52.316 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 7/35 2024-09-20T19:50:52.405 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-rados-2:19.3.0-5127.ge8baca1e.el9.x86_64 8/35 2024-09-20T19:50:52.433 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 9/35 2024-09-20T19:50:52.496 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 9/35 2024-09-20T19:50:52.533 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-20T19:50:52.577 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-ceph-argparse-2:19.3.0-5127.ge8baca1e.el9. 11/35 2024-09-20T19:50:52.606 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-20T19:50:52.639 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : librgw2-2:19.3.0-5127.ge8baca1e.el9.x86_64 27/35 2024-09-20T19:50:52.656 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-cephfs-2:19.3.0-5127.ge8baca1e.el9.x86_64 12/35 2024-09-20T19:50:52.686 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libradosstriper1-2:19.3.0-5127.ge8baca1e.el9.x86_6 13/35 2024-09-20T19:50:52.694 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: librgw2-2:19.3.0-5127.ge8baca1e.el9.x86_64 27/35 2024-09-20T19:50:52.750 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: libradosstriper1-2:19.3.0-5127.ge8baca1e.el9.x86_6 13/35 2024-09-20T19:50:52.776 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-rgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 28/35 2024-09-20T19:50:52.784 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-20T19:50:52.808 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-ceph-common-2:19.3.0-5127.ge8baca1e.el9.x8 29/35 2024-09-20T19:50:52.902 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-20T19:50:52.936 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-20T19:50:52.977 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-20T19:50:53.009 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/35 2024-09-20T19:50:53.038 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-20T19:50:53.071 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-20T19:50:53.108 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-20T19:50:53.426 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-20T19:50:53.484 INFO:teuthology.orchestra.run.smithi078.stdout: Upgrading : librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 23/35 2024-09-20T19:50:53.574 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 23/35 2024-09-20T19:50:53.606 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-rbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 24/35 2024-09-20T19:50:53.642 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-20T19:50:54.137 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-20T19:50:54.170 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : librgw2-2:19.3.0-5127.ge8baca1e.el9.x86_64 27/35 2024-09-20T19:50:54.241 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librgw2-2:19.3.0-5127.ge8baca1e.el9.x86_64 27/35 2024-09-20T19:50:54.315 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-rgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 28/35 2024-09-20T19:50:54.339 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-ceph-common-2:19.3.0-5127.ge8baca1e.el9.x8 29/35 2024-09-20T19:50:55.188 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 30/35 2024-09-20T19:50:55.246 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 30/35 2024-09-20T19:50:55.815 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 30/35 2024-09-20T19:50:55.858 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 31/35 2024-09-20T19:50:55.948 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 31/35 2024-09-20T19:50:55.948 INFO:teuthology.orchestra.run.smithi146.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-20T19:50:55.948 INFO:teuthology.orchestra.run.smithi146.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-20T19:50:55.948 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:50:56.001 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : ceph-selinux-2:19.3.0-5127.ge8baca1e.el9.x86_64 32/35 2024-09-20T19:50:56.681 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 30/35 2024-09-20T19:50:56.727 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 30/35 2024-09-20T19:50:57.290 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 30/35 2024-09-20T19:50:57.322 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 31/35 2024-09-20T19:50:57.413 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 31/35 2024-09-20T19:50:57.413 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-20T19:50:57.413 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-20T19:50:57.413 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:50:57.448 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-selinux-2:19.3.0-5127.ge8baca1e.el9.x86_64 32/35 2024-09-20T19:51:01.295 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-selinux-2:19.3.0-5127.ge8baca1e.el9.x86_64 32/35 2024-09-20T19:51:01.295 INFO:teuthology.orchestra.run.smithi131.stdout:skipping the directory /sys 2024-09-20T19:51:01.295 INFO:teuthology.orchestra.run.smithi131.stdout:skipping the directory /proc 2024-09-20T19:51:01.295 INFO:teuthology.orchestra.run.smithi131.stdout:skipping the directory /mnt 2024-09-20T19:51:01.295 INFO:teuthology.orchestra.run.smithi131.stdout:skipping the directory /var/tmp 2024-09-20T19:51:01.295 INFO:teuthology.orchestra.run.smithi131.stdout:skipping the directory /home 2024-09-20T19:51:01.295 INFO:teuthology.orchestra.run.smithi131.stdout:skipping the directory /root 2024-09-20T19:51:01.295 INFO:teuthology.orchestra.run.smithi131.stdout:skipping the directory /tmp 2024-09-20T19:51:01.295 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:02.323 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-radosgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 33/35 2024-09-20T19:51:02.355 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 33/35 2024-09-20T19:51:02.356 INFO:teuthology.orchestra.run.smithi131.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:51:02.356 INFO:teuthology.orchestra.run.smithi131.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-20T19:51:02.356 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-20T19:51:02.356 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-20T19:51:02.356 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:02.357 INFO:teuthology.orchestra.run.smithi131.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-20T19:51:02.443 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-20T19:51:02.443 INFO:teuthology.orchestra.run.smithi131.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-20T19:51:03.598 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-20T19:51:03.598 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/35 2024-09-20T19:51:03.598 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/35 2024-09-20T19:51:03.598 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-radosgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 3/35 2024-09-20T19:51:03.598 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-selinux-2:19.3.0-5127.ge8baca1e.el9.x86_64 4/35 2024-09-20T19:51:03.598 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 5/35 2024-09-20T19:51:03.598 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : libradosstriper1-2:19.3.0-5127.ge8baca1e.el9.x86_6 6/35 2024-09-20T19:51:03.598 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : librgw2-2:19.3.0-5127.ge8baca1e.el9.x86_64 7/35 2024-09-20T19:51:03.598 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-ceph-argparse-2:19.3.0-5127.ge8baca1e.el9. 8/35 2024-09-20T19:51:03.598 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-ceph-common-2:19.3.0-5127.ge8baca1e.el9.x8 9/35 2024-09-20T19:51:03.598 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-cephfs-2:19.3.0-5127.ge8baca1e.el9.x86_64 10/35 2024-09-20T19:51:03.599 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-rados-2:19.3.0-5127.ge8baca1e.el9.x86_64 11/35 2024-09-20T19:51:03.599 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-rbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 12/35 2024-09-20T19:51:03.599 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-rgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 13/35 2024-09-20T19:51:03.599 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-20T19:51:03.599 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-20T19:51:03.599 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-20T19:51:03.599 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-20T19:51:03.599 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-20T19:51:03.599 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-20T19:51:03.599 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-20T19:51:03.599 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-20T19:51:03.599 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-20T19:51:03.599 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-20T19:51:03.599 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 24/35 2024-09-20T19:51:03.599 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-20T19:51:03.600 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-20T19:51:03.600 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-20T19:51:03.600 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-20T19:51:03.600 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-20T19:51:03.601 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-20T19:51:03.601 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-20T19:51:03.601 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 32/35 2024-09-20T19:51:03.601 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-20T19:51:03.601 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 34/35 2024-09-20T19:51:04.444 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-20T19:51:04.444 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:04.444 INFO:teuthology.orchestra.run.smithi131.stdout:Upgraded: 2024-09-20T19:51:04.444 INFO:teuthology.orchestra.run.smithi131.stdout: librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:04.444 INFO:teuthology.orchestra.run.smithi131.stdout: librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:04.444 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-09-20T19:51:04.445 INFO:teuthology.orchestra.run.smithi131.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-20T19:51:04.445 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:04.445 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:04.445 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-radosgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:04.445 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-selinux-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:04.445 INFO:teuthology.orchestra.run.smithi131.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-20T19:51:04.445 INFO:teuthology.orchestra.run.smithi131.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-20T19:51:04.445 INFO:teuthology.orchestra.run.smithi131.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-20T19:51:04.445 INFO:teuthology.orchestra.run.smithi131.stdout: libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:04.445 INFO:teuthology.orchestra.run.smithi131.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-20T19:51:04.445 INFO:teuthology.orchestra.run.smithi131.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-20T19:51:04.445 INFO:teuthology.orchestra.run.smithi131.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-20T19:51:04.445 INFO:teuthology.orchestra.run.smithi131.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-20T19:51:04.446 INFO:teuthology.orchestra.run.smithi131.stdout: libradosstriper1-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:04.446 INFO:teuthology.orchestra.run.smithi131.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-20T19:51:04.446 INFO:teuthology.orchestra.run.smithi131.stdout: librgw2-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:04.446 INFO:teuthology.orchestra.run.smithi131.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-20T19:51:04.446 INFO:teuthology.orchestra.run.smithi131.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-20T19:51:04.446 INFO:teuthology.orchestra.run.smithi131.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-20T19:51:04.446 INFO:teuthology.orchestra.run.smithi131.stdout: python3-ceph-argparse-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:04.446 INFO:teuthology.orchestra.run.smithi131.stdout: python3-ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:04.446 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cephfs-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:04.446 INFO:teuthology.orchestra.run.smithi131.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-20T19:51:04.446 INFO:teuthology.orchestra.run.smithi131.stdout: python3-rados-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:04.446 INFO:teuthology.orchestra.run.smithi131.stdout: python3-rbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:04.446 INFO:teuthology.orchestra.run.smithi131.stdout: python3-rgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:04.446 INFO:teuthology.orchestra.run.smithi131.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-20T19:51:04.446 INFO:teuthology.orchestra.run.smithi131.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-20T19:51:04.447 INFO:teuthology.orchestra.run.smithi131.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-20T19:51:04.447 INFO:teuthology.orchestra.run.smithi131.stdout: re2-1:20211101-20.el9.x86_64 2024-09-20T19:51:04.447 INFO:teuthology.orchestra.run.smithi131.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-20T19:51:04.447 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:04.447 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:51:04.799 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install ceph-test 2024-09-20T19:51:05.387 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:00:27 ago on Fri 20 Sep 2024 07:50:38 PM UTC. 2024-09-20T19:51:05.518 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:51:05.519 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:51:05.519 INFO:teuthology.orchestra.run.smithi131.stdout: Package Arch Version Repository Size 2024-09-20T19:51:05.519 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:51:05.519 INFO:teuthology.orchestra.run.smithi131.stdout:Installing: 2024-09-20T19:51:05.519 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-test x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 46 M 2024-09-20T19:51:05.519 INFO:teuthology.orchestra.run.smithi131.stdout:Installing dependencies: 2024-09-20T19:51:05.519 INFO:teuthology.orchestra.run.smithi131.stdout: libcephsqlite x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 161 k 2024-09-20T19:51:05.519 INFO:teuthology.orchestra.run.smithi131.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-20T19:51:05.519 INFO:teuthology.orchestra.run.smithi131.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-20T19:51:05.519 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:05.520 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-09-20T19:51:05.520 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:51:05.520 INFO:teuthology.orchestra.run.smithi131.stdout:Install 4 Packages 2024-09-20T19:51:05.520 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:05.520 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 46 M 2024-09-20T19:51:05.520 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 201 M 2024-09-20T19:51:05.521 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-09-20T19:51:05.631 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: ceph-selinux-2:19.3.0-5127.ge8baca1e.el9.x86_64 32/35 2024-09-20T19:51:05.631 INFO:teuthology.orchestra.run.smithi146.stdout:skipping the directory /sys 2024-09-20T19:51:05.631 INFO:teuthology.orchestra.run.smithi146.stdout:skipping the directory /proc 2024-09-20T19:51:05.631 INFO:teuthology.orchestra.run.smithi146.stdout:skipping the directory /mnt 2024-09-20T19:51:05.631 INFO:teuthology.orchestra.run.smithi146.stdout:skipping the directory /var/tmp 2024-09-20T19:51:05.631 INFO:teuthology.orchestra.run.smithi146.stdout:skipping the directory /home 2024-09-20T19:51:05.631 INFO:teuthology.orchestra.run.smithi146.stdout:skipping the directory /root 2024-09-20T19:51:05.632 INFO:teuthology.orchestra.run.smithi146.stdout:skipping the directory /tmp 2024-09-20T19:51:05.632 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:05.918 INFO:teuthology.orchestra.run.smithi131.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 2.5 MB/s | 304 kB 00:00 2024-09-20T19:51:05.959 INFO:teuthology.orchestra.run.smithi131.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-09-20T19:51:06.001 INFO:teuthology.orchestra.run.smithi131.stdout:(3/4): libcephsqlite-19.3.0-5127.ge8baca1e.el9. 804 kB/s | 161 kB 00:00 2024-09-20T19:51:06.610 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : ceph-radosgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 33/35 2024-09-20T19:51:06.640 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 33/35 2024-09-20T19:51:06.640 INFO:teuthology.orchestra.run.smithi146.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:51:06.640 INFO:teuthology.orchestra.run.smithi146.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-20T19:51:06.640 INFO:teuthology.orchestra.run.smithi146.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-20T19:51:06.640 INFO:teuthology.orchestra.run.smithi146.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-20T19:51:06.640 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:06.642 INFO:teuthology.orchestra.run.smithi146.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-20T19:51:06.762 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-20T19:51:06.762 INFO:teuthology.orchestra.run.smithi146.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-20T19:51:07.243 INFO:teuthology.orchestra.run.smithi131.stdout:(4/4): ceph-test-19.3.0-5127.ge8baca1e.el9.x86_ 32 MB/s | 46 MB 00:01 2024-09-20T19:51:07.245 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:51:07.246 INFO:teuthology.orchestra.run.smithi131.stdout:Total 27 MB/s | 46 MB 00:01 2024-09-20T19:51:07.273 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-09-20T19:51:07.293 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-09-20T19:51:07.294 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-09-20T19:51:07.593 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-selinux-2:19.3.0-5127.ge8baca1e.el9.x86_64 32/35 2024-09-20T19:51:07.593 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /sys 2024-09-20T19:51:07.593 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /proc 2024-09-20T19:51:07.593 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /mnt 2024-09-20T19:51:07.593 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /var/tmp 2024-09-20T19:51:07.594 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /home 2024-09-20T19:51:07.594 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /root 2024-09-20T19:51:07.594 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /tmp 2024-09-20T19:51:07.594 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:07.648 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-09-20T19:51:07.648 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-09-20T19:51:07.988 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-20T19:51:07.988 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/35 2024-09-20T19:51:07.988 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/35 2024-09-20T19:51:07.988 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : ceph-radosgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 3/35 2024-09-20T19:51:07.988 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : ceph-selinux-2:19.3.0-5127.ge8baca1e.el9.x86_64 4/35 2024-09-20T19:51:07.988 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 5/35 2024-09-20T19:51:07.989 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : libradosstriper1-2:19.3.0-5127.ge8baca1e.el9.x86_6 6/35 2024-09-20T19:51:07.989 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : librgw2-2:19.3.0-5127.ge8baca1e.el9.x86_64 7/35 2024-09-20T19:51:07.989 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-ceph-argparse-2:19.3.0-5127.ge8baca1e.el9. 8/35 2024-09-20T19:51:07.989 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-ceph-common-2:19.3.0-5127.ge8baca1e.el9.x8 9/35 2024-09-20T19:51:07.989 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-cephfs-2:19.3.0-5127.ge8baca1e.el9.x86_64 10/35 2024-09-20T19:51:07.989 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-rados-2:19.3.0-5127.ge8baca1e.el9.x86_64 11/35 2024-09-20T19:51:07.989 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-rbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 12/35 2024-09-20T19:51:07.989 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-rgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 13/35 2024-09-20T19:51:07.989 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-20T19:51:07.989 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-20T19:51:07.989 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-20T19:51:07.989 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-20T19:51:07.989 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-20T19:51:07.989 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-20T19:51:07.990 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-20T19:51:07.990 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-20T19:51:07.990 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-20T19:51:07.990 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-20T19:51:07.990 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 24/35 2024-09-20T19:51:07.990 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-20T19:51:07.990 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-20T19:51:07.990 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-20T19:51:07.990 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-20T19:51:07.990 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-20T19:51:07.990 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-20T19:51:07.990 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-20T19:51:07.990 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 32/35 2024-09-20T19:51:07.990 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-20T19:51:07.991 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 34/35 2024-09-20T19:51:08.159 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-09-20T19:51:08.227 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-20T19:51:08.276 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-20T19:51:08.303 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : libcephsqlite-2:19.3.0-5127.ge8baca1e.el9.x86_64 3/4 2024-09-20T19:51:08.555 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-radosgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 33/35 2024-09-20T19:51:08.580 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 33/35 2024-09-20T19:51:08.580 INFO:teuthology.orchestra.run.smithi078.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:51:08.580 INFO:teuthology.orchestra.run.smithi078.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-20T19:51:08.580 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-20T19:51:08.580 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-20T19:51:08.581 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:08.582 INFO:teuthology.orchestra.run.smithi078.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-20T19:51:08.665 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-20T19:51:08.665 INFO:teuthology.orchestra.run.smithi078.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-20T19:51:09.060 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-20T19:51:09.060 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:09.060 INFO:teuthology.orchestra.run.smithi146.stdout:Upgraded: 2024-09-20T19:51:09.060 INFO:teuthology.orchestra.run.smithi146.stdout: librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:09.060 INFO:teuthology.orchestra.run.smithi146.stdout: librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:09.060 INFO:teuthology.orchestra.run.smithi146.stdout:Installed: 2024-09-20T19:51:09.060 INFO:teuthology.orchestra.run.smithi146.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-20T19:51:09.060 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:09.060 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:09.060 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-radosgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:09.060 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-selinux-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:09.061 INFO:teuthology.orchestra.run.smithi146.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-20T19:51:09.061 INFO:teuthology.orchestra.run.smithi146.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-20T19:51:09.061 INFO:teuthology.orchestra.run.smithi146.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-20T19:51:09.061 INFO:teuthology.orchestra.run.smithi146.stdout: libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:09.061 INFO:teuthology.orchestra.run.smithi146.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-20T19:51:09.061 INFO:teuthology.orchestra.run.smithi146.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-20T19:51:09.061 INFO:teuthology.orchestra.run.smithi146.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-20T19:51:09.061 INFO:teuthology.orchestra.run.smithi146.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-20T19:51:09.061 INFO:teuthology.orchestra.run.smithi146.stdout: libradosstriper1-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:09.061 INFO:teuthology.orchestra.run.smithi146.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-20T19:51:09.061 INFO:teuthology.orchestra.run.smithi146.stdout: librgw2-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:09.061 INFO:teuthology.orchestra.run.smithi146.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-20T19:51:09.061 INFO:teuthology.orchestra.run.smithi146.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-20T19:51:09.062 INFO:teuthology.orchestra.run.smithi146.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-20T19:51:09.062 INFO:teuthology.orchestra.run.smithi146.stdout: python3-ceph-argparse-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:09.062 INFO:teuthology.orchestra.run.smithi146.stdout: python3-ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:09.062 INFO:teuthology.orchestra.run.smithi146.stdout: python3-cephfs-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:09.062 INFO:teuthology.orchestra.run.smithi146.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-20T19:51:09.062 INFO:teuthology.orchestra.run.smithi146.stdout: python3-rados-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:09.062 INFO:teuthology.orchestra.run.smithi146.stdout: python3-rbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:09.062 INFO:teuthology.orchestra.run.smithi146.stdout: python3-rgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:09.062 INFO:teuthology.orchestra.run.smithi146.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-20T19:51:09.062 INFO:teuthology.orchestra.run.smithi146.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-20T19:51:09.062 INFO:teuthology.orchestra.run.smithi146.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-20T19:51:09.062 INFO:teuthology.orchestra.run.smithi146.stdout: re2-1:20211101-20.el9.x86_64 2024-09-20T19:51:09.062 INFO:teuthology.orchestra.run.smithi146.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-20T19:51:09.063 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:09.063 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:51:09.436 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum -y install ceph-test 2024-09-20T19:51:09.959 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-20T19:51:09.959 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/35 2024-09-20T19:51:09.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/35 2024-09-20T19:51:09.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-radosgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 3/35 2024-09-20T19:51:09.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-selinux-2:19.3.0-5127.ge8baca1e.el9.x86_64 4/35 2024-09-20T19:51:09.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 5/35 2024-09-20T19:51:09.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libradosstriper1-2:19.3.0-5127.ge8baca1e.el9.x86_6 6/35 2024-09-20T19:51:09.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librgw2-2:19.3.0-5127.ge8baca1e.el9.x86_64 7/35 2024-09-20T19:51:09.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-ceph-argparse-2:19.3.0-5127.ge8baca1e.el9. 8/35 2024-09-20T19:51:09.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-ceph-common-2:19.3.0-5127.ge8baca1e.el9.x8 9/35 2024-09-20T19:51:09.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-cephfs-2:19.3.0-5127.ge8baca1e.el9.x86_64 10/35 2024-09-20T19:51:09.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-rados-2:19.3.0-5127.ge8baca1e.el9.x86_64 11/35 2024-09-20T19:51:09.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-rbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 12/35 2024-09-20T19:51:09.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-rgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 13/35 2024-09-20T19:51:09.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-20T19:51:09.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-20T19:51:09.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-20T19:51:09.961 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-20T19:51:09.961 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-20T19:51:09.961 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-20T19:51:09.961 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-20T19:51:09.961 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-20T19:51:09.961 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-20T19:51:09.961 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-20T19:51:09.961 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 24/35 2024-09-20T19:51:09.961 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-20T19:51:09.961 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-20T19:51:09.961 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-20T19:51:09.961 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-20T19:51:09.962 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-20T19:51:09.962 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-20T19:51:09.962 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-20T19:51:09.962 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 32/35 2024-09-20T19:51:09.962 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-20T19:51:09.962 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 34/35 2024-09-20T19:51:10.023 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:00:29 ago on Fri 20 Sep 2024 07:50:41 PM UTC. 2024-09-20T19:51:10.155 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:51:10.155 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:51:10.155 INFO:teuthology.orchestra.run.smithi146.stdout: Package Arch Version Repository Size 2024-09-20T19:51:10.155 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:51:10.156 INFO:teuthology.orchestra.run.smithi146.stdout:Installing: 2024-09-20T19:51:10.156 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-test x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 46 M 2024-09-20T19:51:10.156 INFO:teuthology.orchestra.run.smithi146.stdout:Installing dependencies: 2024-09-20T19:51:10.156 INFO:teuthology.orchestra.run.smithi146.stdout: libcephsqlite x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 161 k 2024-09-20T19:51:10.156 INFO:teuthology.orchestra.run.smithi146.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-20T19:51:10.156 INFO:teuthology.orchestra.run.smithi146.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-20T19:51:10.156 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:10.156 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2024-09-20T19:51:10.156 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:51:10.156 INFO:teuthology.orchestra.run.smithi146.stdout:Install 4 Packages 2024-09-20T19:51:10.156 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:10.157 INFO:teuthology.orchestra.run.smithi146.stdout:Total download size: 46 M 2024-09-20T19:51:10.157 INFO:teuthology.orchestra.run.smithi146.stdout:Installed size: 201 M 2024-09-20T19:51:10.157 INFO:teuthology.orchestra.run.smithi146.stdout:Downloading Packages: 2024-09-20T19:51:10.326 INFO:teuthology.orchestra.run.smithi146.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 2.0 MB/s | 304 kB 00:00 2024-09-20T19:51:10.368 INFO:teuthology.orchestra.run.smithi146.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-09-20T19:51:10.410 INFO:teuthology.orchestra.run.smithi146.stdout:(3/4): libcephsqlite-19.3.0-5127.ge8baca1e.el9. 699 kB/s | 161 kB 00:00 2024-09-20T19:51:11.031 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-20T19:51:11.032 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:11.032 INFO:teuthology.orchestra.run.smithi078.stdout:Upgraded: 2024-09-20T19:51:11.032 INFO:teuthology.orchestra.run.smithi078.stdout: librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:11.032 INFO:teuthology.orchestra.run.smithi078.stdout: librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:11.032 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-09-20T19:51:11.032 INFO:teuthology.orchestra.run.smithi078.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-20T19:51:11.032 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:11.032 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:11.032 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-radosgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:11.032 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-selinux-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:11.032 INFO:teuthology.orchestra.run.smithi078.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-20T19:51:11.032 INFO:teuthology.orchestra.run.smithi078.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-20T19:51:11.032 INFO:teuthology.orchestra.run.smithi078.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-20T19:51:11.032 INFO:teuthology.orchestra.run.smithi078.stdout: libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:11.033 INFO:teuthology.orchestra.run.smithi078.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-20T19:51:11.033 INFO:teuthology.orchestra.run.smithi078.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-20T19:51:11.033 INFO:teuthology.orchestra.run.smithi078.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-20T19:51:11.033 INFO:teuthology.orchestra.run.smithi078.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-20T19:51:11.033 INFO:teuthology.orchestra.run.smithi078.stdout: libradosstriper1-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:11.033 INFO:teuthology.orchestra.run.smithi078.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-20T19:51:11.033 INFO:teuthology.orchestra.run.smithi078.stdout: librgw2-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:11.033 INFO:teuthology.orchestra.run.smithi078.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-20T19:51:11.033 INFO:teuthology.orchestra.run.smithi078.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-20T19:51:11.033 INFO:teuthology.orchestra.run.smithi078.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-20T19:51:11.033 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ceph-argparse-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:11.033 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ceph-common-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:11.033 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cephfs-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:11.033 INFO:teuthology.orchestra.run.smithi078.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-20T19:51:11.033 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rados-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:11.034 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:11.034 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:11.034 INFO:teuthology.orchestra.run.smithi078.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-20T19:51:11.034 INFO:teuthology.orchestra.run.smithi078.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-20T19:51:11.034 INFO:teuthology.orchestra.run.smithi078.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-20T19:51:11.034 INFO:teuthology.orchestra.run.smithi078.stdout: re2-1:20211101-20.el9.x86_64 2024-09-20T19:51:11.034 INFO:teuthology.orchestra.run.smithi078.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-20T19:51:11.034 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:11.034 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:51:11.416 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-test 2024-09-20T19:51:11.577 INFO:teuthology.orchestra.run.smithi146.stdout:(4/4): ceph-test-19.3.0-5127.ge8baca1e.el9.x86_ 33 MB/s | 46 MB 00:01 2024-09-20T19:51:11.579 INFO:teuthology.orchestra.run.smithi146.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:51:11.579 INFO:teuthology.orchestra.run.smithi146.stdout:Total 32 MB/s | 46 MB 00:01 2024-09-20T19:51:11.607 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction check 2024-09-20T19:51:11.628 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction check succeeded. 2024-09-20T19:51:11.628 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction test 2024-09-20T19:51:11.981 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction test succeeded. 2024-09-20T19:51:11.981 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction 2024-09-20T19:51:11.995 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:00:28 ago on Fri 20 Sep 2024 07:50:43 PM UTC. 2024-09-20T19:51:12.124 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:51:12.125 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:51:12.125 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2024-09-20T19:51:12.125 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:51:12.125 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-09-20T19:51:12.125 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-test x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 46 M 2024-09-20T19:51:12.125 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2024-09-20T19:51:12.125 INFO:teuthology.orchestra.run.smithi078.stdout: libcephsqlite x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 161 k 2024-09-20T19:51:12.126 INFO:teuthology.orchestra.run.smithi078.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-20T19:51:12.126 INFO:teuthology.orchestra.run.smithi078.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-20T19:51:12.126 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:12.126 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-09-20T19:51:12.126 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:51:12.126 INFO:teuthology.orchestra.run.smithi078.stdout:Install 4 Packages 2024-09-20T19:51:12.126 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:12.127 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 46 M 2024-09-20T19:51:12.127 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 201 M 2024-09-20T19:51:12.127 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-09-20T19:51:12.391 INFO:teuthology.orchestra.run.smithi078.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.4 MB/s | 304 kB 00:00 2024-09-20T19:51:12.416 INFO:teuthology.orchestra.run.smithi078.stdout:(2/4): libcephsqlite-19.3.0-5127.ge8baca1e.el9. 672 kB/s | 161 kB 00:00 2024-09-20T19:51:12.442 INFO:teuthology.orchestra.run.smithi078.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 64 kB 00:00 2024-09-20T19:51:12.504 INFO:teuthology.orchestra.run.smithi146.stdout: Preparing : 1/1 2024-09-20T19:51:12.595 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-20T19:51:12.643 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-20T19:51:12.656 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: libcephsqlite-2:19.3.0-5127.ge8baca1e.el9.x86_64 3/4 2024-09-20T19:51:12.677 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : libcephsqlite-2:19.3.0-5127.ge8baca1e.el9.x86_64 3/4 2024-09-20T19:51:12.735 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-test-2:19.3.0-5127.ge8baca1e.el9.x86_64 4/4 2024-09-20T19:51:13.659 INFO:teuthology.orchestra.run.smithi078.stdout:(4/4): ceph-test-19.3.0-5127.ge8baca1e.el9.x86_ 31 MB/s | 46 MB 00:01 2024-09-20T19:51:13.661 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:51:13.661 INFO:teuthology.orchestra.run.smithi078.stdout:Total 30 MB/s | 46 MB 00:01 2024-09-20T19:51:13.689 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-09-20T19:51:13.709 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-09-20T19:51:13.709 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-09-20T19:51:14.064 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-09-20T19:51:14.064 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-09-20T19:51:14.569 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-09-20T19:51:14.668 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-20T19:51:14.717 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-20T19:51:14.744 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libcephsqlite-2:19.3.0-5127.ge8baca1e.el9.x86_64 3/4 2024-09-20T19:51:15.139 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-test-2:19.3.0-5127.ge8baca1e.el9.x86_64 4/4 2024-09-20T19:51:15.139 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-test-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/4 2024-09-20T19:51:15.139 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : libcephsqlite-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/4 2024-09-20T19:51:15.139 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-20T19:51:15.571 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-20T19:51:15.571 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:15.571 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-09-20T19:51:15.571 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-test-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:15.572 INFO:teuthology.orchestra.run.smithi131.stdout: libcephsqlite-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:15.572 INFO:teuthology.orchestra.run.smithi131.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-20T19:51:15.572 INFO:teuthology.orchestra.run.smithi131.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-20T19:51:15.572 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:15.572 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:51:15.829 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install ceph 2024-09-20T19:51:16.427 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:00:38 ago on Fri 20 Sep 2024 07:50:38 PM UTC. 2024-09-20T19:51:16.568 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:51:16.570 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:51:16.570 INFO:teuthology.orchestra.run.smithi131.stdout: Package Arch Version Repository Size 2024-09-20T19:51:16.570 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:51:16.571 INFO:teuthology.orchestra.run.smithi131.stdout:Installing: 2024-09-20T19:51:16.571 INFO:teuthology.orchestra.run.smithi131.stdout: ceph x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 6.6 k 2024-09-20T19:51:16.571 INFO:teuthology.orchestra.run.smithi131.stdout:Installing dependencies: 2024-09-20T19:51:16.571 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mds x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 2.4 M 2024-09-20T19:51:16.571 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mgr x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 1.5 M 2024-09-20T19:51:16.571 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mgr-modules-core noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 293 k 2024-09-20T19:51:16.571 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mon x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 4.8 M 2024-09-20T19:51:16.571 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-osd x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 17 M 2024-09-20T19:51:16.571 INFO:teuthology.orchestra.run.smithi131.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-20T19:51:16.571 INFO:teuthology.orchestra.run.smithi131.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-20T19:51:16.571 INFO:teuthology.orchestra.run.smithi131.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-20T19:51:16.571 INFO:teuthology.orchestra.run.smithi131.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-20T19:51:16.571 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-20T19:51:16.571 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-20T19:51:16.572 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-20T19:51:16.572 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-20T19:51:16.572 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-20T19:51:16.572 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-20T19:51:16.572 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco-collections 2024-09-20T19:51:16.572 INFO:teuthology.orchestra.run.smithi131.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-20T19:51:16.572 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-20T19:51:16.572 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-20T19:51:16.572 INFO:teuthology.orchestra.run.smithi131.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-20T19:51:16.572 INFO:teuthology.orchestra.run.smithi131.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-20T19:51:16.572 INFO:teuthology.orchestra.run.smithi131.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-20T19:51:16.572 INFO:teuthology.orchestra.run.smithi131.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-20T19:51:16.572 INFO:teuthology.orchestra.run.smithi131.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-20T19:51:16.572 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-20T19:51:16.573 INFO:teuthology.orchestra.run.smithi131.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-20T19:51:16.573 INFO:teuthology.orchestra.run.smithi131.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-20T19:51:16.573 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-20T19:51:16.573 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-20T19:51:16.573 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-20T19:51:16.573 INFO:teuthology.orchestra.run.smithi131.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-20T19:51:16.573 INFO:teuthology.orchestra.run.smithi131.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-20T19:51:16.573 INFO:teuthology.orchestra.run.smithi131.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-20T19:51:16.573 INFO:teuthology.orchestra.run.smithi131.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-20T19:51:16.573 INFO:teuthology.orchestra.run.smithi131.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-20T19:51:16.573 INFO:teuthology.orchestra.run.smithi131.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-20T19:51:16.573 INFO:teuthology.orchestra.run.smithi131.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-20T19:51:16.573 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:16.573 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-09-20T19:51:16.573 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:51:16.574 INFO:teuthology.orchestra.run.smithi131.stdout:Install 37 Packages 2024-09-20T19:51:16.574 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:16.574 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 31 M 2024-09-20T19:51:16.574 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 109 M 2024-09-20T19:51:16.574 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-09-20T19:51:17.058 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: libcephsqlite-2:19.3.0-5127.ge8baca1e.el9.x86_64 3/4 2024-09-20T19:51:17.109 INFO:teuthology.orchestra.run.smithi131.stdout:(1/37): ceph-19.3.0-5127.ge8baca1e.el9.x86_64.r 58 kB/s | 6.6 kB 00:00 2024-09-20T19:51:17.137 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : ceph-test-2:19.3.0-5127.ge8baca1e.el9.x86_64 4/4 2024-09-20T19:51:17.292 INFO:teuthology.orchestra.run.smithi131.stdout:(2/37): ceph-mgr-19.3.0-5127.ge8baca1e.el9.x86_ 5.1 MB/s | 1.5 MB 00:00 2024-09-20T19:51:17.342 INFO:teuthology.orchestra.run.smithi131.stdout:(3/37): ceph-mds-19.3.0-5127.ge8baca1e.el9.x86_ 6.9 MB/s | 2.4 MB 00:00 2024-09-20T19:51:17.426 INFO:teuthology.orchestra.run.smithi131.stdout:(4/37): ceph-mon-19.3.0-5127.ge8baca1e.el9.x86_ 15 MB/s | 4.8 MB 00:00 2024-09-20T19:51:17.460 INFO:teuthology.orchestra.run.smithi131.stdout:(5/37): ceph-mgr-modules-core-19.3.0-5127.ge8ba 2.4 MB/s | 293 kB 00:00 2024-09-20T19:51:17.602 INFO:teuthology.orchestra.run.smithi131.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.4 MB/s | 253 kB 00:00 2024-09-20T19:51:17.652 INFO:teuthology.orchestra.run.smithi131.stdout:(7/37): python3-ply-3.11-14.el9.noarch.rpm 2.1 MB/s | 106 kB 00:00 2024-09-20T19:51:17.852 INFO:teuthology.orchestra.run.smithi131.stdout:(8/37): ceph-osd-19.3.0-5127.ge8baca1e.el9.x86_ 31 MB/s | 17 MB 00:00 2024-09-20T19:51:17.894 INFO:teuthology.orchestra.run.smithi131.stdout:(9/37): python3-cryptography-36.0.1-4.el9.x86_6 2.8 MB/s | 1.2 MB 00:00 2024-09-20T19:51:17.919 INFO:teuthology.orchestra.run.smithi131.stdout:(10/37): python3-pycparser-2.20-6.el9.noarch.rp 506 kB/s | 135 kB 00:00 2024-09-20T19:51:17.945 INFO:teuthology.orchestra.run.smithi131.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-09-20T19:51:18.012 INFO:teuthology.orchestra.run.smithi131.stdout:(12/37): python3-requests-2.25.1-8.el9.noarch.r 786 kB/s | 125 kB 00:00 2024-09-20T19:51:18.070 INFO:teuthology.orchestra.run.smithi131.stdout:(13/37): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 188 kB 00:00 2024-09-20T19:51:18.095 INFO:teuthology.orchestra.run.smithi131.stdout:(14/37): python3-mako-1.1.4-6.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-09-20T19:51:18.121 INFO:teuthology.orchestra.run.smithi131.stdout:(15/37): python3-markupsafe-1.1.1-12.el9.x86_64 319 kB/s | 35 kB 00:00 2024-09-20T19:51:18.146 INFO:teuthology.orchestra.run.smithi131.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 1.0 MB/s | 77 kB 00:00 2024-09-20T19:51:18.171 INFO:teuthology.orchestra.run.smithi131.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 675 kB/s | 51 kB 00:00 2024-09-20T19:51:18.197 INFO:teuthology.orchestra.run.smithi131.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 552 kB/s | 42 kB 00:00 2024-09-20T19:51:18.256 INFO:teuthology.orchestra.run.smithi131.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 1.8 MB/s | 151 kB 00:00 2024-09-20T19:51:18.281 INFO:teuthology.orchestra.run.smithi131.stdout:(20/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 518 kB/s | 43 kB 00:00 2024-09-20T19:51:18.323 INFO:teuthology.orchestra.run.smithi131.stdout:(21/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.5 MB/s | 172 kB 00:00 2024-09-20T19:51:18.348 INFO:teuthology.orchestra.run.smithi131.stdout:(22/37): lua-devel-5.4.4-4.el9.x86_64.rpm 126 kB/s | 22 kB 00:00 2024-09-20T19:51:18.382 INFO:teuthology.orchestra.run.smithi131.stdout:(23/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 183 kB/s | 11 kB 00:00 2024-09-20T19:51:18.407 INFO:teuthology.orchestra.run.smithi131.stdout:(24/37): python3-cherrypy-18.6.1-2.el9.noarch.r 2.8 MB/s | 358 kB 00:00 2024-09-20T19:51:18.424 INFO:teuthology.orchestra.run.smithi131.stdout:(25/37): python3-jaraco-classes-3.2.1-5.el9.noa 234 kB/s | 18 kB 00:00 2024-09-20T19:51:18.441 INFO:teuthology.orchestra.run.smithi131.stdout:(26/37): python3-jaraco-collections-3.0.0-8.el9 406 kB/s | 23 kB 00:00 2024-09-20T19:51:18.458 INFO:teuthology.orchestra.run.smithi131.stdout:(27/37): python3-jaraco-functools-3.5.0-2.el9.n 387 kB/s | 19 kB 00:00 2024-09-20T19:51:18.475 INFO:teuthology.orchestra.run.smithi131.stdout:(28/37): python3-jaraco-text-3.2.0-6.el9.noarch 389 kB/s | 20 kB 00:00 2024-09-20T19:51:18.492 INFO:teuthology.orchestra.run.smithi131.stdout:(29/37): python3-logutils-0.3.5-21.el9.noarch.r 917 kB/s | 46 kB 00:00 2024-09-20T19:51:18.517 INFO:teuthology.orchestra.run.smithi131.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 1.3 MB/s | 79 kB 00:00 2024-09-20T19:51:18.534 INFO:teuthology.orchestra.run.smithi131.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 393 kB/s | 16 kB 00:00 2024-09-20T19:51:18.559 INFO:teuthology.orchestra.run.smithi131.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 2.1 MB/s | 90 kB 00:00 2024-09-20T19:51:18.584 INFO:teuthology.orchestra.run.smithi131.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 717 kB/s | 36 kB 00:00 2024-09-20T19:51:18.610 INFO:teuthology.orchestra.run.smithi131.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 2.0 MB/s | 272 kB 00:00 2024-09-20T19:51:18.635 INFO:teuthology.orchestra.run.smithi131.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 807 kB/s | 20 kB 00:00 2024-09-20T19:51:18.660 INFO:teuthology.orchestra.run.smithi131.stdout:(36/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 5.5 MB/s | 427 kB 00:00 2024-09-20T19:51:18.685 INFO:teuthology.orchestra.run.smithi131.stdout:(37/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-09-20T19:51:18.689 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:51:18.690 INFO:teuthology.orchestra.run.smithi131.stdout:Total 15 MB/s | 31 MB 00:02 2024-09-20T19:51:18.845 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-09-20T19:51:18.885 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-09-20T19:51:18.886 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-09-20T19:51:19.076 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: libcephsqlite-2:19.3.0-5127.ge8baca1e.el9.x86_64 3/4 2024-09-20T19:51:19.151 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-test-2:19.3.0-5127.ge8baca1e.el9.x86_64 4/4 2024-09-20T19:51:19.342 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-09-20T19:51:19.342 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-09-20T19:51:19.527 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: ceph-test-2:19.3.0-5127.ge8baca1e.el9.x86_64 4/4 2024-09-20T19:51:19.527 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : ceph-test-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/4 2024-09-20T19:51:19.527 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : libcephsqlite-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/4 2024-09-20T19:51:19.527 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-20T19:51:19.931 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-20T19:51:19.931 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:19.931 INFO:teuthology.orchestra.run.smithi146.stdout:Installed: 2024-09-20T19:51:19.931 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-test-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:19.931 INFO:teuthology.orchestra.run.smithi146.stdout: libcephsqlite-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:19.931 INFO:teuthology.orchestra.run.smithi146.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-20T19:51:19.931 INFO:teuthology.orchestra.run.smithi146.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-20T19:51:19.931 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:19.931 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:51:20.201 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum -y install ceph 2024-09-20T19:51:20.629 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-09-20T19:51:20.697 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-20T19:51:20.730 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-20T19:51:20.757 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-20T19:51:20.794 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:00:39 ago on Fri 20 Sep 2024 07:50:41 PM UTC. 2024-09-20T19:51:20.831 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-20T19:51:20.873 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-20T19:51:20.906 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-20T19:51:20.932 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:51:20.935 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:51:20.935 INFO:teuthology.orchestra.run.smithi146.stdout: Package Arch Version Repository Size 2024-09-20T19:51:20.935 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:51:20.935 INFO:teuthology.orchestra.run.smithi146.stdout:Installing: 2024-09-20T19:51:20.935 INFO:teuthology.orchestra.run.smithi146.stdout: ceph x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 6.6 k 2024-09-20T19:51:20.935 INFO:teuthology.orchestra.run.smithi146.stdout:Installing dependencies: 2024-09-20T19:51:20.936 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-mds x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 2.4 M 2024-09-20T19:51:20.936 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-mgr x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 1.5 M 2024-09-20T19:51:20.936 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-mgr-modules-core noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 293 k 2024-09-20T19:51:20.936 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-mon x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 4.8 M 2024-09-20T19:51:20.936 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-osd x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 17 M 2024-09-20T19:51:20.936 INFO:teuthology.orchestra.run.smithi146.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-20T19:51:20.936 INFO:teuthology.orchestra.run.smithi146.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-20T19:51:20.936 INFO:teuthology.orchestra.run.smithi146.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-20T19:51:20.937 INFO:teuthology.orchestra.run.smithi146.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-20T19:51:20.937 INFO:teuthology.orchestra.run.smithi146.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-20T19:51:20.937 INFO:teuthology.orchestra.run.smithi146.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-20T19:51:20.937 INFO:teuthology.orchestra.run.smithi146.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-20T19:51:20.937 INFO:teuthology.orchestra.run.smithi146.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-20T19:51:20.937 INFO:teuthology.orchestra.run.smithi146.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-20T19:51:20.937 INFO:teuthology.orchestra.run.smithi146.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-20T19:51:20.937 INFO:teuthology.orchestra.run.smithi146.stdout: python3-jaraco-collections 2024-09-20T19:51:20.937 INFO:teuthology.orchestra.run.smithi146.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-20T19:51:20.938 INFO:teuthology.orchestra.run.smithi146.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-20T19:51:20.938 INFO:teuthology.orchestra.run.smithi146.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-20T19:51:20.938 INFO:teuthology.orchestra.run.smithi146.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-20T19:51:20.938 INFO:teuthology.orchestra.run.smithi146.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-20T19:51:20.938 INFO:teuthology.orchestra.run.smithi146.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-20T19:51:20.938 INFO:teuthology.orchestra.run.smithi146.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-20T19:51:20.938 INFO:teuthology.orchestra.run.smithi146.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-20T19:51:20.938 INFO:teuthology.orchestra.run.smithi146.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-20T19:51:20.939 INFO:teuthology.orchestra.run.smithi146.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-20T19:51:20.939 INFO:teuthology.orchestra.run.smithi146.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-20T19:51:20.939 INFO:teuthology.orchestra.run.smithi146.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-20T19:51:20.939 INFO:teuthology.orchestra.run.smithi146.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-20T19:51:20.939 INFO:teuthology.orchestra.run.smithi146.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-20T19:51:20.939 INFO:teuthology.orchestra.run.smithi146.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-20T19:51:20.939 INFO:teuthology.orchestra.run.smithi146.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-20T19:51:20.939 INFO:teuthology.orchestra.run.smithi146.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-20T19:51:20.939 INFO:teuthology.orchestra.run.smithi146.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-20T19:51:20.940 INFO:teuthology.orchestra.run.smithi146.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-20T19:51:20.940 INFO:teuthology.orchestra.run.smithi146.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-20T19:51:20.940 INFO:teuthology.orchestra.run.smithi146.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-20T19:51:20.940 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:20.940 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2024-09-20T19:51:20.940 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:51:20.940 INFO:teuthology.orchestra.run.smithi146.stdout:Install 37 Packages 2024-09-20T19:51:20.940 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:20.941 INFO:teuthology.orchestra.run.smithi146.stdout:Total download size: 31 M 2024-09-20T19:51:20.941 INFO:teuthology.orchestra.run.smithi146.stdout:Installed size: 109 M 2024-09-20T19:51:20.941 INFO:teuthology.orchestra.run.smithi146.stdout:Downloading Packages: 2024-09-20T19:51:20.997 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-20T19:51:21.084 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-20T19:51:21.125 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-20T19:51:21.160 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-20T19:51:21.190 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-20T19:51:21.224 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-20T19:51:21.266 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-20T19:51:21.307 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-20T19:51:21.336 INFO:teuthology.orchestra.run.smithi146.stdout:(1/37): ceph-19.3.0-5127.ge8baca1e.el9.x86_64.r 38 kB/s | 6.6 kB 00:00 2024-09-20T19:51:21.341 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-20T19:51:21.376 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-20T19:51:21.412 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-test-2:19.3.0-5127.ge8baca1e.el9.x86_64 4/4 2024-09-20T19:51:21.412 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-test-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/4 2024-09-20T19:51:21.412 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libcephsqlite-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/4 2024-09-20T19:51:21.412 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-20T19:51:21.425 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-20T19:51:21.457 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-20T19:51:21.512 INFO:teuthology.orchestra.run.smithi146.stdout:(2/37): ceph-mgr-19.3.0-5127.ge8baca1e.el9.x86_ 4.4 MB/s | 1.5 MB 00:00 2024-09-20T19:51:21.529 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-20T19:51:21.570 INFO:teuthology.orchestra.run.smithi146.stdout:(3/37): ceph-mds-19.3.0-5127.ge8baca1e.el9.x86_ 5.8 MB/s | 2.4 MB 00:00 2024-09-20T19:51:21.662 INFO:teuthology.orchestra.run.smithi146.stdout:(4/37): ceph-mgr-modules-core-19.3.0-5127.ge8ba 3.1 MB/s | 293 kB 00:00 2024-09-20T19:51:21.675 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-20T19:51:21.729 INFO:teuthology.orchestra.run.smithi146.stdout:(5/37): ceph-mon-19.3.0-5127.ge8baca1e.el9.x86_ 12 MB/s | 4.8 MB 00:00 2024-09-20T19:51:21.755 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-20T19:51:21.755 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:21.755 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-09-20T19:51:21.755 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-test-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:21.755 INFO:teuthology.orchestra.run.smithi078.stdout: libcephsqlite-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:21.755 INFO:teuthology.orchestra.run.smithi078.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-20T19:51:21.755 INFO:teuthology.orchestra.run.smithi078.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-20T19:51:21.755 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:21.756 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:51:21.764 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-20T19:51:21.818 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-20T19:51:21.856 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-20T19:51:21.879 INFO:teuthology.orchestra.run.smithi146.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2024-09-20T19:51:21.905 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-20T19:51:21.929 INFO:teuthology.orchestra.run.smithi146.stdout:(7/37): python3-ply-3.11-14.el9.noarch.rpm 2.1 MB/s | 106 kB 00:00 2024-09-20T19:51:21.960 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-20T19:51:22.023 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph 2024-09-20T19:51:22.113 INFO:teuthology.orchestra.run.smithi146.stdout:(8/37): ceph-osd-19.3.0-5127.ge8baca1e.el9.x86_ 29 MB/s | 17 MB 00:00 2024-09-20T19:51:22.138 INFO:teuthology.orchestra.run.smithi146.stdout:(9/37): python3-pycparser-2.20-6.el9.noarch.rpm 648 kB/s | 135 kB 00:00 2024-09-20T19:51:22.153 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-20T19:51:22.172 INFO:teuthology.orchestra.run.smithi146.stdout:(10/37): python3-cryptography-36.0.1-4.el9.x86_ 2.8 MB/s | 1.2 MB 00:00 2024-09-20T19:51:22.197 INFO:teuthology.orchestra.run.smithi146.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 3.6 MB/s | 215 kB 00:00 2024-09-20T19:51:22.202 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-20T19:51:22.264 INFO:teuthology.orchestra.run.smithi146.stdout:(12/37): python3-requests-2.25.1-8.el9.noarch.r 829 kB/s | 125 kB 00:00 2024-09-20T19:51:22.280 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-20T19:51:22.306 INFO:teuthology.orchestra.run.smithi146.stdout:(13/37): lua-5.4.4-4.el9.x86_64.rpm 1.4 MB/s | 188 kB 00:00 2024-09-20T19:51:22.331 INFO:teuthology.orchestra.run.smithi146.stdout:(14/37): python3-mako-1.1.4-6.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-09-20T19:51:22.357 INFO:teuthology.orchestra.run.smithi146.stdout:(15/37): python3-markupsafe-1.1.1-12.el9.x86_64 376 kB/s | 35 kB 00:00 2024-09-20T19:51:22.369 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-20T19:51:22.382 INFO:teuthology.orchestra.run.smithi146.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 1.0 MB/s | 77 kB 00:00 2024-09-20T19:51:22.407 INFO:teuthology.orchestra.run.smithi146.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 673 kB/s | 51 kB 00:00 2024-09-20T19:51:22.424 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-20T19:51:22.432 INFO:teuthology.orchestra.run.smithi146.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 551 kB/s | 42 kB 00:00 2024-09-20T19:51:22.474 INFO:teuthology.orchestra.run.smithi146.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 2.2 MB/s | 151 kB 00:00 2024-09-20T19:51:22.510 INFO:teuthology.orchestra.run.smithi146.stdout:(20/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 577 kB/s | 43 kB 00:00 2024-09-20T19:51:22.533 INFO:teuthology.orchestra.run.smithi146.stdout:(21/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.9 MB/s | 172 kB 00:00 2024-09-20T19:51:22.557 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-20T19:51:22.558 INFO:teuthology.orchestra.run.smithi146.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 427 kB/s | 11 kB 00:00 2024-09-20T19:51:22.584 INFO:teuthology.orchestra.run.smithi146.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 709 kB/s | 18 kB 00:00 2024-09-20T19:51:22.615 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:00:39 ago on Fri 20 Sep 2024 07:50:43 PM UTC. 2024-09-20T19:51:22.617 INFO:teuthology.orchestra.run.smithi146.stdout:(24/37): python3-cherrypy-18.6.1-2.el9.noarch.r 3.2 MB/s | 358 kB 00:00 2024-09-20T19:51:22.643 INFO:teuthology.orchestra.run.smithi146.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 394 kB/s | 23 kB 00:00 2024-09-20T19:51:22.668 INFO:teuthology.orchestra.run.smithi146.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 388 kB/s | 19 kB 00:00 2024-09-20T19:51:22.693 INFO:teuthology.orchestra.run.smithi146.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 392 kB/s | 20 kB 00:00 2024-09-20T19:51:22.715 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-5127.ge8baca1e.el9. 32/37 2024-09-20T19:51:22.718 INFO:teuthology.orchestra.run.smithi146.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 921 kB/s | 46 kB 00:00 2024-09-20T19:51:22.745 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 33/37 2024-09-20T19:51:22.752 INFO:teuthology.orchestra.run.smithi146.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.3 MB/s | 79 kB 00:00 2024-09-20T19:51:22.753 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:51:22.755 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:51:22.755 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2024-09-20T19:51:22.755 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:51:22.755 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-09-20T19:51:22.755 INFO:teuthology.orchestra.run.smithi078.stdout: ceph x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 6.6 k 2024-09-20T19:51:22.756 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2024-09-20T19:51:22.756 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mds x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 2.4 M 2024-09-20T19:51:22.756 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 1.5 M 2024-09-20T19:51:22.756 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-modules-core noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 293 k 2024-09-20T19:51:22.756 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mon x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 4.8 M 2024-09-20T19:51:22.756 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-osd x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 17 M 2024-09-20T19:51:22.756 INFO:teuthology.orchestra.run.smithi078.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-20T19:51:22.756 INFO:teuthology.orchestra.run.smithi078.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-20T19:51:22.756 INFO:teuthology.orchestra.run.smithi078.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-20T19:51:22.756 INFO:teuthology.orchestra.run.smithi078.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-20T19:51:22.756 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-20T19:51:22.756 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-20T19:51:22.756 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-20T19:51:22.756 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-20T19:51:22.757 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-20T19:51:22.757 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-20T19:51:22.757 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco-collections 2024-09-20T19:51:22.757 INFO:teuthology.orchestra.run.smithi078.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-20T19:51:22.757 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-20T19:51:22.757 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-20T19:51:22.757 INFO:teuthology.orchestra.run.smithi078.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-20T19:51:22.757 INFO:teuthology.orchestra.run.smithi078.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-20T19:51:22.757 INFO:teuthology.orchestra.run.smithi078.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-20T19:51:22.757 INFO:teuthology.orchestra.run.smithi078.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-20T19:51:22.757 INFO:teuthology.orchestra.run.smithi078.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-20T19:51:22.757 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-20T19:51:22.757 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-20T19:51:22.757 INFO:teuthology.orchestra.run.smithi078.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-20T19:51:22.757 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-20T19:51:22.758 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-20T19:51:22.758 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-20T19:51:22.758 INFO:teuthology.orchestra.run.smithi078.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-20T19:51:22.758 INFO:teuthology.orchestra.run.smithi078.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-20T19:51:22.758 INFO:teuthology.orchestra.run.smithi078.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-20T19:51:22.758 INFO:teuthology.orchestra.run.smithi078.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-20T19:51:22.758 INFO:teuthology.orchestra.run.smithi078.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-20T19:51:22.758 INFO:teuthology.orchestra.run.smithi078.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-20T19:51:22.758 INFO:teuthology.orchestra.run.smithi078.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-20T19:51:22.758 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:22.758 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-09-20T19:51:22.758 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:51:22.759 INFO:teuthology.orchestra.run.smithi078.stdout:Install 37 Packages 2024-09-20T19:51:22.759 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:22.759 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 31 M 2024-09-20T19:51:22.759 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 109 M 2024-09-20T19:51:22.759 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-09-20T19:51:22.772 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 33/37 2024-09-20T19:51:22.772 INFO:teuthology.orchestra.run.smithi131.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:51:22.772 INFO:teuthology.orchestra.run.smithi131.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-20T19:51:22.772 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-20T19:51:22.772 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-20T19:51:22.772 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:22.777 INFO:teuthology.orchestra.run.smithi146.stdout:(30/37): python3-portend-3.1.0-2.el9.noarch.rpm 656 kB/s | 16 kB 00:00 2024-09-20T19:51:22.803 INFO:teuthology.orchestra.run.smithi146.stdout:(31/37): python3-pecan-1.4.2-3.el9.noarch.rpm 3.5 MB/s | 272 kB 00:00 2024-09-20T19:51:22.828 INFO:teuthology.orchestra.run.smithi146.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-09-20T19:51:22.853 INFO:teuthology.orchestra.run.smithi146.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 726 kB/s | 36 kB 00:00 2024-09-20T19:51:22.878 INFO:teuthology.orchestra.run.smithi146.stdout:(34/37): python3-webob-1.8.8-2.el9.noarch.rpm 4.5 MB/s | 230 kB 00:00 2024-09-20T19:51:22.903 INFO:teuthology.orchestra.run.smithi146.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 803 kB/s | 20 kB 00:00 2024-09-20T19:51:22.929 INFO:teuthology.orchestra.run.smithi146.stdout:(36/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 5.5 MB/s | 427 kB 00:00 2024-09-20T19:51:23.046 INFO:teuthology.orchestra.run.smithi146.stdout:(37/37): lua-devel-5.4.4-4.el9.x86_64.rpm 34 kB/s | 22 kB 00:00 2024-09-20T19:51:23.049 INFO:teuthology.orchestra.run.smithi146.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:51:23.050 INFO:teuthology.orchestra.run.smithi146.stdout:Total 15 MB/s | 31 MB 00:02 2024-09-20T19:51:23.200 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction check 2024-09-20T19:51:23.241 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction check succeeded. 2024-09-20T19:51:23.241 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction test 2024-09-20T19:51:23.628 INFO:teuthology.orchestra.run.smithi078.stdout:(1/37): ceph-19.3.0-5127.ge8baca1e.el9.x86_64.r 46 kB/s | 6.6 kB 00:00 2024-09-20T19:51:23.684 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction test succeeded. 2024-09-20T19:51:23.685 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction 2024-09-20T19:51:23.811 INFO:teuthology.orchestra.run.smithi078.stdout:(2/37): ceph-mds-19.3.0-5127.ge8baca1e.el9.x86_ 7.3 MB/s | 2.4 MB 00:00 2024-09-20T19:51:23.853 INFO:teuthology.orchestra.run.smithi078.stdout:(3/37): ceph-mgr-19.3.0-5127.ge8baca1e.el9.x86_ 4.2 MB/s | 1.5 MB 00:00 2024-09-20T19:51:23.937 INFO:teuthology.orchestra.run.smithi078.stdout:(4/37): ceph-mgr-modules-core-19.3.0-5127.ge8ba 3.4 MB/s | 293 kB 00:00 2024-09-20T19:51:24.238 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-osd-2:19.3.0-5127.ge8baca1e.el9.x86_64 34/37 2024-09-20T19:51:24.254 INFO:teuthology.orchestra.run.smithi078.stdout:(5/37): ceph-mon-19.3.0-5127.ge8baca1e.el9.x86_ 7.7 MB/s | 4.8 MB 00:00 2024-09-20T19:51:24.265 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-osd-2:19.3.0-5127.ge8baca1e.el9.x86_64 34/37 2024-09-20T19:51:24.265 INFO:teuthology.orchestra.run.smithi131.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:51:24.265 INFO:teuthology.orchestra.run.smithi131.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-20T19:51:24.266 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-20T19:51:24.266 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-20T19:51:24.266 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:24.421 INFO:teuthology.orchestra.run.smithi078.stdout:(6/37): ceph-osd-19.3.0-5127.ge8baca1e.el9.x86_ 28 MB/s | 17 MB 00:00 2024-09-20T19:51:24.721 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-mon-2:19.3.0-5127.ge8baca1e.el9.x86_64 35/37 2024-09-20T19:51:24.745 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-mon-2:19.3.0-5127.ge8baca1e.el9.x86_64 35/37 2024-09-20T19:51:24.745 INFO:teuthology.orchestra.run.smithi131.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:51:24.745 INFO:teuthology.orchestra.run.smithi131.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-20T19:51:24.745 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-20T19:51:24.746 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-20T19:51:24.746 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:24.821 INFO:teuthology.orchestra.run.smithi078.stdout:(7/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 286 kB/s | 253 kB 00:00 2024-09-20T19:51:24.972 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-mds-2:19.3.0-5127.ge8baca1e.el9.x86_64 36/37 2024-09-20T19:51:24.984 INFO:teuthology.orchestra.run.smithi146.stdout: Preparing : 1/1 2024-09-20T19:51:24.996 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-mds-2:19.3.0-5127.ge8baca1e.el9.x86_64 36/37 2024-09-20T19:51:24.996 INFO:teuthology.orchestra.run.smithi131.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:51:24.996 INFO:teuthology.orchestra.run.smithi131.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-20T19:51:24.996 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-20T19:51:24.997 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-20T19:51:24.997 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:25.048 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-20T19:51:25.061 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-2:19.3.0-5127.ge8baca1e.el9.x86_64 37/37 2024-09-20T19:51:25.081 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-20T19:51:25.117 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-20T19:51:25.154 INFO:teuthology.orchestra.run.smithi078.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 145 kB/s | 106 kB 00:00 2024-09-20T19:51:25.197 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-20T19:51:25.266 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-20T19:51:25.296 INFO:teuthology.orchestra.run.smithi078.stdout:(9/37): python3-cryptography-36.0.1-4.el9.x86_6 1.2 MB/s | 1.2 MB 00:01 2024-09-20T19:51:25.307 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-20T19:51:25.400 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-20T19:51:25.486 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-20T19:51:25.513 INFO:teuthology.orchestra.run.smithi078.stdout:(10/37): python3-pycparser-2.20-6.el9.noarch.rp 195 kB/s | 135 kB 00:00 2024-09-20T19:51:25.535 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-20T19:51:25.570 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-20T19:51:25.600 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-20T19:51:25.634 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-20T19:51:25.667 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-20T19:51:25.680 INFO:teuthology.orchestra.run.smithi078.stdout:(11/37): lua-5.4.4-4.el9.x86_64.rpm 1.1 MB/s | 188 kB 00:00 2024-09-20T19:51:25.708 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-20T19:51:25.739 INFO:teuthology.orchestra.run.smithi078.stdout:(12/37): python3-mako-1.1.4-6.el9.noarch.rpm 2.9 MB/s | 172 kB 00:00 2024-09-20T19:51:25.743 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-20T19:51:25.777 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-20T19:51:25.789 INFO:teuthology.orchestra.run.smithi078.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 697 kB/s | 35 kB 00:00 2024-09-20T19:51:25.834 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-20T19:51:25.841 INFO:teuthology.orchestra.run.smithi078.stdout:(14/37): python3-requests-2.25.1-8.el9.noarch.r 182 kB/s | 125 kB 00:00 2024-09-20T19:51:25.865 INFO:teuthology.orchestra.run.smithi078.stdout:(15/37): python3-packaging-20.9-5.el9.noarch.rp 1.0 MB/s | 77 kB 00:00 2024-09-20T19:51:25.874 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-20T19:51:25.915 INFO:teuthology.orchestra.run.smithi078.stdout:(16/37): python3-toml-0.10.2-6.el9.noarch.rpm 835 kB/s | 42 kB 00:00 2024-09-20T19:51:25.948 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-20T19:51:25.973 INFO:teuthology.orchestra.run.smithi078.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 381 kB/s | 51 kB 00:00 2024-09-20T19:51:26.015 INFO:teuthology.orchestra.run.smithi078.stdout:(18/37): luarocks-3.9.2-5.el9.noarch.rpm 3.6 MB/s | 151 kB 00:00 2024-09-20T19:51:26.041 INFO:teuthology.orchestra.run.smithi078.stdout:(19/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.7 MB/s | 43 kB 00:00 2024-09-20T19:51:26.066 INFO:teuthology.orchestra.run.smithi078.stdout:(20/37): python3-urllib3-1.26.5-6.el9.noarch.rp 279 kB/s | 215 kB 00:00 2024-09-20T19:51:26.086 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-20T19:51:26.100 INFO:teuthology.orchestra.run.smithi078.stdout:(21/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.9 MB/s | 172 kB 00:00 2024-09-20T19:51:26.125 INFO:teuthology.orchestra.run.smithi078.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 461 kB/s | 11 kB 00:00 2024-09-20T19:51:26.150 INFO:teuthology.orchestra.run.smithi078.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 710 kB/s | 18 kB 00:00 2024-09-20T19:51:26.174 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-20T19:51:26.175 INFO:teuthology.orchestra.run.smithi078.stdout:(24/37): python3-jaraco-collections-3.0.0-8.el9 931 kB/s | 23 kB 00:00 2024-09-20T19:51:26.200 INFO:teuthology.orchestra.run.smithi078.stdout:(25/37): python3-jaraco-functools-3.5.0-2.el9.n 776 kB/s | 19 kB 00:00 2024-09-20T19:51:26.226 INFO:teuthology.orchestra.run.smithi078.stdout:(26/37): lua-devel-5.4.4-4.el9.x86_64.rpm 72 kB/s | 22 kB 00:00 2024-09-20T19:51:26.227 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-20T19:51:26.251 INFO:teuthology.orchestra.run.smithi078.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 390 kB/s | 20 kB 00:00 2024-09-20T19:51:26.285 INFO:teuthology.orchestra.run.smithi078.stdout:(28/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.6 MB/s | 358 kB 00:00 2024-09-20T19:51:26.291 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-20T19:51:26.310 INFO:teuthology.orchestra.run.smithi078.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-09-20T19:51:26.336 INFO:teuthology.orchestra.run.smithi078.stdout:(30/37): python3-logutils-0.3.5-21.el9.noarch.r 424 kB/s | 46 kB 00:00 2024-09-20T19:51:26.339 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-20T19:51:26.361 INFO:teuthology.orchestra.run.smithi078.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 328 kB/s | 16 kB 00:00 2024-09-20T19:51:26.386 INFO:teuthology.orchestra.run.smithi078.stdout:(32/37): python3-tempora-5.0.0-2.el9.noarch.rpm 1.4 MB/s | 36 kB 00:00 2024-09-20T19:51:26.403 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-20T19:51:26.439 INFO:teuthology.orchestra.run.smithi078.stdout:(33/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 869 kB/s | 90 kB 00:00 2024-09-20T19:51:26.470 INFO:teuthology.orchestra.run.smithi078.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.5 MB/s | 272 kB 00:00 2024-09-20T19:51:26.495 INFO:teuthology.orchestra.run.smithi078.stdout:(35/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.1 MB/s | 230 kB 00:00 2024-09-20T19:51:26.521 INFO:teuthology.orchestra.run.smithi078.stdout:(36/37): python3-zc-lockfile-2.0-10.el9.noarch. 398 kB/s | 20 kB 00:00 2024-09-20T19:51:26.554 INFO:teuthology.orchestra.run.smithi078.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.6 MB/s | 427 kB 00:00 2024-09-20T19:51:26.559 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:51:26.559 INFO:teuthology.orchestra.run.smithi078.stdout:Total 8.1 MB/s | 31 MB 00:03 2024-09-20T19:51:26.590 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-20T19:51:26.637 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-20T19:51:26.708 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-09-20T19:51:26.715 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-20T19:51:26.747 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-09-20T19:51:26.747 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-09-20T19:51:26.803 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-20T19:51:26.860 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-20T19:51:26.956 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-2:19.3.0-5127.ge8baca1e.el9.x86_64 37/37 2024-09-20T19:51:26.956 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/37 2024-09-20T19:51:26.957 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-mds-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/37 2024-09-20T19:51:26.957 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 3/37 2024-09-20T19:51:26.957 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-mon-2:19.3.0-5127.ge8baca1e.el9.x86_64 4/37 2024-09-20T19:51:26.957 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-osd-2:19.3.0-5127.ge8baca1e.el9.x86_64 5/37 2024-09-20T19:51:26.957 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-5127.ge8baca1e.el9. 6/37 2024-09-20T19:51:26.957 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-20T19:51:26.957 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-20T19:51:26.957 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-20T19:51:26.957 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-20T19:51:26.957 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-20T19:51:26.957 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-20T19:51:26.957 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-20T19:51:26.957 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-20T19:51:26.957 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-20T19:51:26.958 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-20T19:51:26.958 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-20T19:51:26.958 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-20T19:51:26.958 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-20T19:51:26.958 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-20T19:51:26.958 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-20T19:51:26.958 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-20T19:51:26.958 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-20T19:51:26.958 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-20T19:51:26.958 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-20T19:51:26.958 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-20T19:51:26.958 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-20T19:51:26.959 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-20T19:51:26.959 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-20T19:51:26.959 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-20T19:51:26.960 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-20T19:51:26.960 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-20T19:51:26.960 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-20T19:51:26.960 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-20T19:51:26.960 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-20T19:51:26.960 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-20T19:51:26.990 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-20T19:51:27.151 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-5127.ge8baca1e.el9. 32/37 2024-09-20T19:51:27.179 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 33/37 2024-09-20T19:51:27.205 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-09-20T19:51:27.206 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-09-20T19:51:27.206 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 33/37 2024-09-20T19:51:27.206 INFO:teuthology.orchestra.run.smithi146.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:51:27.206 INFO:teuthology.orchestra.run.smithi146.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-20T19:51:27.207 INFO:teuthology.orchestra.run.smithi146.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-20T19:51:27.207 INFO:teuthology.orchestra.run.smithi146.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-20T19:51:27.207 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:27.900 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-20T19:51:27.900 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:27.900 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-09-20T19:51:27.901 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:27.901 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mds-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:27.901 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:27.901 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mgr-modules-core-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:51:27.901 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mon-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:27.901 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-osd-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:27.901 INFO:teuthology.orchestra.run.smithi131.stdout: lua-5.4.4-4.el9.x86_64 2024-09-20T19:51:27.901 INFO:teuthology.orchestra.run.smithi131.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-20T19:51:27.901 INFO:teuthology.orchestra.run.smithi131.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-20T19:51:27.901 INFO:teuthology.orchestra.run.smithi131.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-20T19:51:27.901 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-20T19:51:27.901 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-20T19:51:27.901 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-20T19:51:27.901 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-20T19:51:27.901 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-20T19:51:27.902 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-20T19:51:27.902 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-20T19:51:27.902 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-20T19:51:27.902 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-20T19:51:27.902 INFO:teuthology.orchestra.run.smithi131.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-20T19:51:27.902 INFO:teuthology.orchestra.run.smithi131.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-20T19:51:27.902 INFO:teuthology.orchestra.run.smithi131.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-20T19:51:27.902 INFO:teuthology.orchestra.run.smithi131.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-20T19:51:27.902 INFO:teuthology.orchestra.run.smithi131.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-20T19:51:27.902 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-20T19:51:27.902 INFO:teuthology.orchestra.run.smithi131.stdout: python3-ply-3.11-14.el9.noarch 2024-09-20T19:51:27.902 INFO:teuthology.orchestra.run.smithi131.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-20T19:51:27.902 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-20T19:51:27.902 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-20T19:51:27.903 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-20T19:51:27.903 INFO:teuthology.orchestra.run.smithi131.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-20T19:51:27.903 INFO:teuthology.orchestra.run.smithi131.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-20T19:51:27.903 INFO:teuthology.orchestra.run.smithi131.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-20T19:51:27.903 INFO:teuthology.orchestra.run.smithi131.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-20T19:51:27.903 INFO:teuthology.orchestra.run.smithi131.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-20T19:51:27.903 INFO:teuthology.orchestra.run.smithi131.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-20T19:51:27.903 INFO:teuthology.orchestra.run.smithi131.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-20T19:51:27.903 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:27.903 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:51:28.268 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install ceph-base 2024-09-20T19:51:28.519 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-09-20T19:51:28.573 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-20T19:51:28.606 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-20T19:51:28.634 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-20T19:51:28.672 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : ceph-osd-2:19.3.0-5127.ge8baca1e.el9.x86_64 34/37 2024-09-20T19:51:28.699 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: ceph-osd-2:19.3.0-5127.ge8baca1e.el9.x86_64 34/37 2024-09-20T19:51:28.699 INFO:teuthology.orchestra.run.smithi146.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:51:28.699 INFO:teuthology.orchestra.run.smithi146.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-20T19:51:28.699 INFO:teuthology.orchestra.run.smithi146.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-20T19:51:28.700 INFO:teuthology.orchestra.run.smithi146.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-20T19:51:28.700 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:28.705 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-20T19:51:28.750 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-20T19:51:28.782 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-20T19:51:28.849 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:00:50 ago on Fri 20 Sep 2024 07:50:38 PM UTC. 2024-09-20T19:51:28.874 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-20T19:51:28.938 INFO:teuthology.orchestra.run.smithi131.stdout:Package ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:51:28.943 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-20T19:51:28.980 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:51:28.981 INFO:teuthology.orchestra.run.smithi131.stdout:Nothing to do. 2024-09-20T19:51:28.981 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:51:28.985 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-20T19:51:29.020 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-20T19:51:29.050 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-20T19:51:29.065 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install cephadm 2024-09-20T19:51:29.085 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-20T19:51:29.118 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-20T19:51:29.158 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-20T19:51:29.164 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : ceph-mon-2:19.3.0-5127.ge8baca1e.el9.x86_64 35/37 2024-09-20T19:51:29.188 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: ceph-mon-2:19.3.0-5127.ge8baca1e.el9.x86_64 35/37 2024-09-20T19:51:29.189 INFO:teuthology.orchestra.run.smithi146.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:51:29.189 INFO:teuthology.orchestra.run.smithi146.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-20T19:51:29.189 INFO:teuthology.orchestra.run.smithi146.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-20T19:51:29.189 INFO:teuthology.orchestra.run.smithi146.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-20T19:51:29.189 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:29.193 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-20T19:51:29.228 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-20T19:51:29.276 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-20T19:51:29.308 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-20T19:51:29.381 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-20T19:51:29.415 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : ceph-mds-2:19.3.0-5127.ge8baca1e.el9.x86_64 36/37 2024-09-20T19:51:29.438 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: ceph-mds-2:19.3.0-5127.ge8baca1e.el9.x86_64 36/37 2024-09-20T19:51:29.439 INFO:teuthology.orchestra.run.smithi146.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:51:29.439 INFO:teuthology.orchestra.run.smithi146.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-20T19:51:29.439 INFO:teuthology.orchestra.run.smithi146.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-20T19:51:29.439 INFO:teuthology.orchestra.run.smithi146.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-20T19:51:29.439 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:29.503 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : ceph-2:19.3.0-5127.ge8baca1e.el9.x86_64 37/37 2024-09-20T19:51:29.519 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-20T19:51:29.608 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-20T19:51:29.641 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:00:51 ago on Fri 20 Sep 2024 07:50:38 PM UTC. 2024-09-20T19:51:29.661 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-20T19:51:29.699 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-20T19:51:29.748 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-20T19:51:29.774 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:51:29.775 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:51:29.775 INFO:teuthology.orchestra.run.smithi131.stdout: Package Arch Version Repository Size 2024-09-20T19:51:29.775 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:51:29.775 INFO:teuthology.orchestra.run.smithi131.stdout:Installing: 2024-09-20T19:51:29.775 INFO:teuthology.orchestra.run.smithi131.stdout: cephadm noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 784 k 2024-09-20T19:51:29.775 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:29.775 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-09-20T19:51:29.775 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:51:29.775 INFO:teuthology.orchestra.run.smithi131.stdout:Install 1 Package 2024-09-20T19:51:29.775 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:29.775 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 784 k 2024-09-20T19:51:29.776 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 791 k 2024-09-20T19:51:29.776 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-09-20T19:51:29.804 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-20T19:51:29.999 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-20T19:51:30.038 INFO:teuthology.orchestra.run.smithi131.stdout:cephadm-19.3.0-5127.ge8baca1e.el9.noarch.rpm 2.9 MB/s | 784 kB 00:00 2024-09-20T19:51:30.038 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:51:30.039 INFO:teuthology.orchestra.run.smithi131.stdout:Total 2.9 MB/s | 784 kB 00:00 2024-09-20T19:51:30.039 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-09-20T19:51:30.044 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-09-20T19:51:30.044 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-09-20T19:51:30.050 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-09-20T19:51:30.050 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-09-20T19:51:30.053 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-20T19:51:30.124 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-20T19:51:30.125 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-09-20T19:51:30.212 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-20T19:51:30.260 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-20T19:51:30.390 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-20T19:51:30.542 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:51:30.552 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-5127.ge8baca1e.el9. 32/37 2024-09-20T19:51:30.582 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 33/37 2024-09-20T19:51:30.608 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 33/37 2024-09-20T19:51:30.608 INFO:teuthology.orchestra.run.smithi078.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:51:30.608 INFO:teuthology.orchestra.run.smithi078.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-20T19:51:30.608 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-20T19:51:30.608 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-20T19:51:30.608 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:30.634 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:51:31.009 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:51:31.274 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:51:31.275 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:31.275 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-09-20T19:51:31.275 INFO:teuthology.orchestra.run.smithi131.stdout: cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:51:31.275 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:31.275 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:51:31.389 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: ceph-2:19.3.0-5127.ge8baca1e.el9.x86_64 37/37 2024-09-20T19:51:31.389 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : ceph-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/37 2024-09-20T19:51:31.389 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : ceph-mds-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/37 2024-09-20T19:51:31.389 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 3/37 2024-09-20T19:51:31.389 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : ceph-mon-2:19.3.0-5127.ge8baca1e.el9.x86_64 4/37 2024-09-20T19:51:31.389 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : ceph-osd-2:19.3.0-5127.ge8baca1e.el9.x86_64 5/37 2024-09-20T19:51:31.389 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-5127.ge8baca1e.el9. 6/37 2024-09-20T19:51:31.389 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-20T19:51:31.389 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-20T19:51:31.389 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-20T19:51:31.389 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-20T19:51:31.389 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-20T19:51:31.390 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-20T19:51:31.390 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-20T19:51:31.390 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-20T19:51:31.390 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-20T19:51:31.390 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-20T19:51:31.390 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-20T19:51:31.390 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-20T19:51:31.390 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-20T19:51:31.390 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-20T19:51:31.390 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-20T19:51:31.390 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-20T19:51:31.390 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-20T19:51:31.390 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-20T19:51:31.390 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-20T19:51:31.391 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-20T19:51:31.391 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-20T19:51:31.391 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-20T19:51:31.391 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-20T19:51:31.391 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-20T19:51:31.392 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-20T19:51:31.392 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-20T19:51:31.392 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-20T19:51:31.392 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-20T19:51:31.392 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-20T19:51:31.392 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-20T19:51:31.484 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install ceph-immutable-object-cache 2024-09-20T19:51:32.066 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-osd-2:19.3.0-5127.ge8baca1e.el9.x86_64 34/37 2024-09-20T19:51:32.078 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:00:54 ago on Fri 20 Sep 2024 07:50:38 PM UTC. 2024-09-20T19:51:32.093 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-osd-2:19.3.0-5127.ge8baca1e.el9.x86_64 34/37 2024-09-20T19:51:32.093 INFO:teuthology.orchestra.run.smithi078.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:51:32.093 INFO:teuthology.orchestra.run.smithi078.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-20T19:51:32.093 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-20T19:51:32.093 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-20T19:51:32.093 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:32.212 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:51:32.213 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:51:32.213 INFO:teuthology.orchestra.run.smithi131.stdout: Package Arch Version Repo Size 2024-09-20T19:51:32.213 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:51:32.213 INFO:teuthology.orchestra.run.smithi131.stdout:Installing: 2024-09-20T19:51:32.213 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 145 k 2024-09-20T19:51:32.213 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:32.213 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-09-20T19:51:32.213 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:51:32.213 INFO:teuthology.orchestra.run.smithi131.stdout:Install 1 Package 2024-09-20T19:51:32.213 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:32.214 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 145 k 2024-09-20T19:51:32.214 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 432 k 2024-09-20T19:51:32.214 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-09-20T19:51:32.403 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-20T19:51:32.403 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:32.403 INFO:teuthology.orchestra.run.smithi146.stdout:Installed: 2024-09-20T19:51:32.403 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:32.403 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-mds-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:32.403 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:32.403 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-mgr-modules-core-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:51:32.403 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-mon-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:32.403 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-osd-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:32.403 INFO:teuthology.orchestra.run.smithi146.stdout: lua-5.4.4-4.el9.x86_64 2024-09-20T19:51:32.403 INFO:teuthology.orchestra.run.smithi146.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-20T19:51:32.403 INFO:teuthology.orchestra.run.smithi146.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-20T19:51:32.404 INFO:teuthology.orchestra.run.smithi146.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-20T19:51:32.404 INFO:teuthology.orchestra.run.smithi146.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-20T19:51:32.404 INFO:teuthology.orchestra.run.smithi146.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-20T19:51:32.404 INFO:teuthology.orchestra.run.smithi146.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-20T19:51:32.404 INFO:teuthology.orchestra.run.smithi146.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-20T19:51:32.404 INFO:teuthology.orchestra.run.smithi146.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-20T19:51:32.404 INFO:teuthology.orchestra.run.smithi146.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-20T19:51:32.404 INFO:teuthology.orchestra.run.smithi146.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-20T19:51:32.404 INFO:teuthology.orchestra.run.smithi146.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-20T19:51:32.404 INFO:teuthology.orchestra.run.smithi146.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-20T19:51:32.404 INFO:teuthology.orchestra.run.smithi146.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-20T19:51:32.404 INFO:teuthology.orchestra.run.smithi146.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-20T19:51:32.404 INFO:teuthology.orchestra.run.smithi146.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-20T19:51:32.405 INFO:teuthology.orchestra.run.smithi146.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-20T19:51:32.405 INFO:teuthology.orchestra.run.smithi146.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-20T19:51:32.405 INFO:teuthology.orchestra.run.smithi146.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-20T19:51:32.405 INFO:teuthology.orchestra.run.smithi146.stdout: python3-ply-3.11-14.el9.noarch 2024-09-20T19:51:32.405 INFO:teuthology.orchestra.run.smithi146.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-20T19:51:32.405 INFO:teuthology.orchestra.run.smithi146.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-20T19:51:32.405 INFO:teuthology.orchestra.run.smithi146.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-20T19:51:32.405 INFO:teuthology.orchestra.run.smithi146.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-20T19:51:32.405 INFO:teuthology.orchestra.run.smithi146.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-20T19:51:32.405 INFO:teuthology.orchestra.run.smithi146.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-20T19:51:32.405 INFO:teuthology.orchestra.run.smithi146.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-20T19:51:32.405 INFO:teuthology.orchestra.run.smithi146.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-20T19:51:32.405 INFO:teuthology.orchestra.run.smithi146.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-20T19:51:32.405 INFO:teuthology.orchestra.run.smithi146.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-20T19:51:32.405 INFO:teuthology.orchestra.run.smithi146.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-20T19:51:32.405 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:32.406 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:51:32.420 INFO:teuthology.orchestra.run.smithi131.stdout:ceph-immutable-object-cache-19.3.0-5127.ge8baca 704 kB/s | 145 kB 00:00 2024-09-20T19:51:32.420 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:51:32.421 INFO:teuthology.orchestra.run.smithi131.stdout:Total 699 kB/s | 145 kB 00:00 2024-09-20T19:51:32.421 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-09-20T19:51:32.428 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-09-20T19:51:32.428 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-09-20T19:51:32.486 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-09-20T19:51:32.486 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-09-20T19:51:32.542 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mon-2:19.3.0-5127.ge8baca1e.el9.x86_64 35/37 2024-09-20T19:51:32.565 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mon-2:19.3.0-5127.ge8baca1e.el9.x86_64 35/37 2024-09-20T19:51:32.565 INFO:teuthology.orchestra.run.smithi078.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:51:32.565 INFO:teuthology.orchestra.run.smithi078.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-20T19:51:32.565 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-20T19:51:32.566 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-20T19:51:32.566 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:32.628 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-09-20T19:51:32.687 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-5127.ge8baca1e. 1/1 2024-09-20T19:51:32.712 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-5127.ge8baca1e. 1/1 2024-09-20T19:51:32.712 INFO:teuthology.orchestra.run.smithi131.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:51:32.712 INFO:teuthology.orchestra.run.smithi131.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-20T19:51:32.712 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:32.773 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum -y install ceph-base 2024-09-20T19:51:32.800 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mds-2:19.3.0-5127.ge8baca1e.el9.x86_64 36/37 2024-09-20T19:51:32.823 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mds-2:19.3.0-5127.ge8baca1e.el9.x86_64 36/37 2024-09-20T19:51:32.824 INFO:teuthology.orchestra.run.smithi078.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:51:32.824 INFO:teuthology.orchestra.run.smithi078.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-20T19:51:32.824 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-20T19:51:32.824 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-20T19:51:32.824 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:32.897 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-2:19.3.0-5127.ge8baca1e.el9.x86_64 37/37 2024-09-20T19:51:33.362 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:00:52 ago on Fri 20 Sep 2024 07:50:41 PM UTC. 2024-09-20T19:51:33.450 INFO:teuthology.orchestra.run.smithi146.stdout:Package ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:51:33.493 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:51:33.494 INFO:teuthology.orchestra.run.smithi146.stdout:Nothing to do. 2024-09-20T19:51:33.494 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:51:33.564 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum -y install cephadm 2024-09-20T19:51:33.680 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-5127.ge8baca1e. 1/1 2024-09-20T19:51:33.680 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:33.680 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-09-20T19:51:33.680 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-immutable-object-cache-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:33.680 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:33.680 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:51:33.890 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install ceph-mgr 2024-09-20T19:51:34.147 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:00:53 ago on Fri 20 Sep 2024 07:50:41 PM UTC. 2024-09-20T19:51:34.280 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:51:34.281 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:51:34.281 INFO:teuthology.orchestra.run.smithi146.stdout: Package Arch Version Repository Size 2024-09-20T19:51:34.281 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:51:34.281 INFO:teuthology.orchestra.run.smithi146.stdout:Installing: 2024-09-20T19:51:34.281 INFO:teuthology.orchestra.run.smithi146.stdout: cephadm noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 784 k 2024-09-20T19:51:34.281 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:34.281 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2024-09-20T19:51:34.281 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:51:34.282 INFO:teuthology.orchestra.run.smithi146.stdout:Install 1 Package 2024-09-20T19:51:34.282 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:34.282 INFO:teuthology.orchestra.run.smithi146.stdout:Total download size: 784 k 2024-09-20T19:51:34.282 INFO:teuthology.orchestra.run.smithi146.stdout:Installed size: 791 k 2024-09-20T19:51:34.282 INFO:teuthology.orchestra.run.smithi146.stdout:Downloading Packages: 2024-09-20T19:51:34.474 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:00:56 ago on Fri 20 Sep 2024 07:50:38 PM UTC. 2024-09-20T19:51:34.532 INFO:teuthology.orchestra.run.smithi146.stdout:cephadm-19.3.0-5127.ge8baca1e.el9.noarch.rpm 3.1 MB/s | 784 kB 00:00 2024-09-20T19:51:34.532 INFO:teuthology.orchestra.run.smithi146.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:51:34.533 INFO:teuthology.orchestra.run.smithi146.stdout:Total 3.0 MB/s | 784 kB 00:00 2024-09-20T19:51:34.533 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction check 2024-09-20T19:51:34.538 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction check succeeded. 2024-09-20T19:51:34.538 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction test 2024-09-20T19:51:34.544 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction test succeeded. 2024-09-20T19:51:34.545 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction 2024-09-20T19:51:34.568 INFO:teuthology.orchestra.run.smithi131.stdout:Package ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:51:34.611 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:51:34.612 INFO:teuthology.orchestra.run.smithi131.stdout:Nothing to do. 2024-09-20T19:51:34.612 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:51:34.620 INFO:teuthology.orchestra.run.smithi146.stdout: Preparing : 1/1 2024-09-20T19:51:34.677 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install ceph-mgr-dashboard 2024-09-20T19:51:34.682 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-2:19.3.0-5127.ge8baca1e.el9.x86_64 37/37 2024-09-20T19:51:34.682 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/37 2024-09-20T19:51:34.682 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mds-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/37 2024-09-20T19:51:34.683 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 3/37 2024-09-20T19:51:34.683 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mon-2:19.3.0-5127.ge8baca1e.el9.x86_64 4/37 2024-09-20T19:51:34.683 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-osd-2:19.3.0-5127.ge8baca1e.el9.x86_64 5/37 2024-09-20T19:51:34.683 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-5127.ge8baca1e.el9. 6/37 2024-09-20T19:51:34.683 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-20T19:51:34.683 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-20T19:51:34.683 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-20T19:51:34.683 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-20T19:51:34.683 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-20T19:51:34.683 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-20T19:51:34.683 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-20T19:51:34.683 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-20T19:51:34.684 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-20T19:51:34.684 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-20T19:51:34.684 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-20T19:51:34.684 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-20T19:51:34.684 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-20T19:51:34.684 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-20T19:51:34.684 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-20T19:51:34.684 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-20T19:51:34.684 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-20T19:51:34.684 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-20T19:51:34.684 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-20T19:51:34.685 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-20T19:51:34.686 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-20T19:51:34.686 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-20T19:51:34.686 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-20T19:51:34.686 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-20T19:51:34.686 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-20T19:51:34.686 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-20T19:51:34.686 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-20T19:51:34.687 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-20T19:51:34.687 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-20T19:51:34.687 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-20T19:51:35.078 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:51:35.169 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:51:35.253 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:00:57 ago on Fri 20 Sep 2024 07:50:38 PM UTC. 2024-09-20T19:51:35.384 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:51:35.385 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:51:35.385 INFO:teuthology.orchestra.run.smithi131.stdout: Package Arch Version Repository Size 2024-09-20T19:51:35.385 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:51:35.385 INFO:teuthology.orchestra.run.smithi131.stdout:Installing: 2024-09-20T19:51:35.386 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mgr-dashboard noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 14 M 2024-09-20T19:51:35.386 INFO:teuthology.orchestra.run.smithi131.stdout:Installing dependencies: 2024-09-20T19:51:35.386 INFO:teuthology.orchestra.run.smithi131.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-20T19:51:35.386 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-grafana-dashboards noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 34 k 2024-09-20T19:51:35.386 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-prometheus-alerts noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 16 k 2024-09-20T19:51:35.386 INFO:teuthology.orchestra.run.smithi131.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-20T19:51:35.386 INFO:teuthology.orchestra.run.smithi131.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-20T19:51:35.386 INFO:teuthology.orchestra.run.smithi131.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-20T19:51:35.386 INFO:teuthology.orchestra.run.smithi131.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-20T19:51:35.386 INFO:teuthology.orchestra.run.smithi131.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-20T19:51:35.386 INFO:teuthology.orchestra.run.smithi131.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-20T19:51:35.386 INFO:teuthology.orchestra.run.smithi131.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-20T19:51:35.386 INFO:teuthology.orchestra.run.smithi131.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-20T19:51:35.386 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:35.387 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-09-20T19:51:35.387 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:51:35.387 INFO:teuthology.orchestra.run.smithi131.stdout:Install 12 Packages 2024-09-20T19:51:35.387 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:35.387 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 19 M 2024-09-20T19:51:35.387 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 159 M 2024-09-20T19:51:35.387 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-09-20T19:51:35.576 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:51:35.656 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-20T19:51:35.656 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:35.656 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-09-20T19:51:35.656 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:35.656 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mds-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:35.656 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:35.656 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-modules-core-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:51:35.656 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mon-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:35.656 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-osd-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:35.657 INFO:teuthology.orchestra.run.smithi078.stdout: lua-5.4.4-4.el9.x86_64 2024-09-20T19:51:35.657 INFO:teuthology.orchestra.run.smithi078.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-20T19:51:35.657 INFO:teuthology.orchestra.run.smithi078.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-20T19:51:35.657 INFO:teuthology.orchestra.run.smithi078.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-20T19:51:35.657 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-20T19:51:35.657 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-20T19:51:35.657 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-20T19:51:35.657 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-20T19:51:35.657 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-20T19:51:35.657 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-20T19:51:35.657 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-20T19:51:35.657 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-20T19:51:35.657 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-20T19:51:35.657 INFO:teuthology.orchestra.run.smithi078.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-20T19:51:35.657 INFO:teuthology.orchestra.run.smithi078.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-20T19:51:35.658 INFO:teuthology.orchestra.run.smithi078.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-20T19:51:35.658 INFO:teuthology.orchestra.run.smithi078.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-20T19:51:35.658 INFO:teuthology.orchestra.run.smithi078.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-20T19:51:35.658 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-20T19:51:35.658 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ply-3.11-14.el9.noarch 2024-09-20T19:51:35.658 INFO:teuthology.orchestra.run.smithi078.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-20T19:51:35.658 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-20T19:51:35.658 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-20T19:51:35.658 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-20T19:51:35.658 INFO:teuthology.orchestra.run.smithi078.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-20T19:51:35.658 INFO:teuthology.orchestra.run.smithi078.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-20T19:51:35.658 INFO:teuthology.orchestra.run.smithi078.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-20T19:51:35.658 INFO:teuthology.orchestra.run.smithi078.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-20T19:51:35.659 INFO:teuthology.orchestra.run.smithi078.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-20T19:51:35.659 INFO:teuthology.orchestra.run.smithi078.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-20T19:51:35.659 INFO:teuthology.orchestra.run.smithi078.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-20T19:51:35.659 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:35.659 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:51:35.845 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:51:35.845 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:35.845 INFO:teuthology.orchestra.run.smithi146.stdout:Installed: 2024-09-20T19:51:35.845 INFO:teuthology.orchestra.run.smithi146.stdout: cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:51:35.845 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:35.845 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:51:36.046 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-base 2024-09-20T19:51:36.047 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum -y install ceph-immutable-object-cache 2024-09-20T19:51:36.082 INFO:teuthology.orchestra.run.smithi131.stdout:(1/12): ceph-grafana-dashboards-19.3.0-5127.ge8 219 kB/s | 34 kB 00:00 2024-09-20T19:51:36.108 INFO:teuthology.orchestra.run.smithi131.stdout:(2/12): ceph-prometheus-alerts-19.3.0-5127.ge8b 91 kB/s | 16 kB 00:00 2024-09-20T19:51:36.341 INFO:teuthology.orchestra.run.smithi131.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.1 MB/s | 269 kB 00:00 2024-09-20T19:51:36.442 INFO:teuthology.orchestra.run.smithi131.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.8 MB/s | 1.0 MB 00:00 2024-09-20T19:51:36.617 INFO:teuthology.orchestra.run.smithi131.stdout:(5/12): ceph-mgr-dashboard-19.3.0-5127.ge8baca1 21 MB/s | 14 MB 00:00 2024-09-20T19:51:36.634 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:00:55 ago on Fri 20 Sep 2024 07:50:41 PM UTC. 2024-09-20T19:51:36.650 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:00:53 ago on Fri 20 Sep 2024 07:50:43 PM UTC. 2024-09-20T19:51:36.675 INFO:teuthology.orchestra.run.smithi131.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.3 MB/s | 548 kB 00:00 2024-09-20T19:51:36.701 INFO:teuthology.orchestra.run.smithi131.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 233 kB/s | 19 kB 00:00 2024-09-20T19:51:36.734 INFO:teuthology.orchestra.run.smithi131.stdout:(8/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.1 MB/s | 863 kB 00:00 2024-09-20T19:51:36.739 INFO:teuthology.orchestra.run.smithi078.stdout:Package ceph-base-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:51:36.768 INFO:teuthology.orchestra.run.smithi131.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.1 MB/s | 144 kB 00:00 2024-09-20T19:51:36.772 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:51:36.773 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:51:36.773 INFO:teuthology.orchestra.run.smithi146.stdout: Package Arch Version Repo Size 2024-09-20T19:51:36.773 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:51:36.773 INFO:teuthology.orchestra.run.smithi146.stdout:Installing: 2024-09-20T19:51:36.773 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 145 k 2024-09-20T19:51:36.773 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:36.774 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2024-09-20T19:51:36.774 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:51:36.774 INFO:teuthology.orchestra.run.smithi146.stdout:Install 1 Package 2024-09-20T19:51:36.774 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:36.774 INFO:teuthology.orchestra.run.smithi146.stdout:Total download size: 145 k 2024-09-20T19:51:36.774 INFO:teuthology.orchestra.run.smithi146.stdout:Installed size: 432 k 2024-09-20T19:51:36.775 INFO:teuthology.orchestra.run.smithi146.stdout:Downloading Packages: 2024-09-20T19:51:36.781 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:51:36.782 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2024-09-20T19:51:36.782 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:51:36.793 INFO:teuthology.orchestra.run.smithi131.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 525 kB/s | 31 kB 00:00 2024-09-20T19:51:36.818 INFO:teuthology.orchestra.run.smithi131.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.8 MB/s | 188 kB 00:00 2024-09-20T19:51:36.845 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install cephadm 2024-09-20T19:51:36.877 INFO:teuthology.orchestra.run.smithi131.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 10 MB/s | 2.0 MB 00:00 2024-09-20T19:51:36.881 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:51:36.881 INFO:teuthology.orchestra.run.smithi131.stdout:Total 13 MB/s | 19 MB 00:01 2024-09-20T19:51:36.932 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-09-20T19:51:36.951 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-09-20T19:51:36.951 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-09-20T19:51:36.988 INFO:teuthology.orchestra.run.smithi146.stdout:ceph-immutable-object-cache-19.3.0-5127.ge8baca 679 kB/s | 145 kB 00:00 2024-09-20T19:51:36.988 INFO:teuthology.orchestra.run.smithi146.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:51:36.989 INFO:teuthology.orchestra.run.smithi146.stdout:Total 674 kB/s | 145 kB 00:00 2024-09-20T19:51:36.989 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction check 2024-09-20T19:51:36.996 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction check succeeded. 2024-09-20T19:51:36.996 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction test 2024-09-20T19:51:37.055 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction test succeeded. 2024-09-20T19:51:37.055 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction 2024-09-20T19:51:37.205 INFO:teuthology.orchestra.run.smithi146.stdout: Preparing : 1/1 2024-09-20T19:51:37.221 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-09-20T19:51:37.222 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-09-20T19:51:37.280 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-5127.ge8baca1e. 1/1 2024-09-20T19:51:37.305 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-5127.ge8baca1e. 1/1 2024-09-20T19:51:37.306 INFO:teuthology.orchestra.run.smithi146.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:51:37.306 INFO:teuthology.orchestra.run.smithi146.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-20T19:51:37.306 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:37.421 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:00:54 ago on Fri 20 Sep 2024 07:50:43 PM UTC. 2024-09-20T19:51:37.553 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:51:37.553 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:51:37.553 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2024-09-20T19:51:37.553 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:51:37.553 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-09-20T19:51:37.554 INFO:teuthology.orchestra.run.smithi078.stdout: cephadm noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 784 k 2024-09-20T19:51:37.554 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:37.554 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-09-20T19:51:37.554 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:51:37.554 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2024-09-20T19:51:37.554 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:37.554 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 784 k 2024-09-20T19:51:37.555 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 791 k 2024-09-20T19:51:37.555 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-09-20T19:51:37.822 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-09-20T19:51:37.883 INFO:teuthology.orchestra.run.smithi078.stdout:cephadm-19.3.0-5127.ge8baca1e.el9.noarch.rpm 2.3 MB/s | 784 kB 00:00 2024-09-20T19:51:37.883 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:51:37.884 INFO:teuthology.orchestra.run.smithi078.stdout:Total 2.3 MB/s | 784 kB 00:00 2024-09-20T19:51:37.884 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-09-20T19:51:37.889 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-09-20T19:51:37.889 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-09-20T19:51:37.894 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-20T19:51:37.895 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-09-20T19:51:37.895 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-09-20T19:51:37.930 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-20T19:51:37.970 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-09-20T19:51:37.975 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-20T19:51:38.006 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-20T19:51:38.119 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-20T19:51:38.248 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-20T19:51:38.250 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-5127.ge8baca1e. 1/1 2024-09-20T19:51:38.250 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:38.251 INFO:teuthology.orchestra.run.smithi146.stdout:Installed: 2024-09-20T19:51:38.251 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-immutable-object-cache-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:38.251 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:38.251 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:51:38.333 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-20T19:51:38.378 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-20T19:51:38.407 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-20T19:51:38.428 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:51:38.439 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-5127.ge8baca1e.el9 10/12 2024-09-20T19:51:38.510 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum -y install ceph-mgr 2024-09-20T19:51:38.536 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:51:38.913 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:51:39.096 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:00:58 ago on Fri 20 Sep 2024 07:50:41 PM UTC. 2024-09-20T19:51:39.150 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:51:39.150 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:39.150 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-09-20T19:51:39.150 INFO:teuthology.orchestra.run.smithi078.stdout: cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:51:39.151 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:39.151 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:51:39.190 INFO:teuthology.orchestra.run.smithi146.stdout:Package ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:51:39.232 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:51:39.233 INFO:teuthology.orchestra.run.smithi146.stdout:Nothing to do. 2024-09-20T19:51:39.233 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:51:39.303 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum -y install ceph-mgr-dashboard 2024-09-20T19:51:39.336 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-immutable-object-cache 2024-09-20T19:51:39.885 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:00:58 ago on Fri 20 Sep 2024 07:50:41 PM UTC. 2024-09-20T19:51:39.927 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:00:56 ago on Fri 20 Sep 2024 07:50:43 PM UTC. 2024-09-20T19:51:40.018 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:51:40.019 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:51:40.019 INFO:teuthology.orchestra.run.smithi146.stdout: Package Arch Version Repository Size 2024-09-20T19:51:40.019 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:51:40.019 INFO:teuthology.orchestra.run.smithi146.stdout:Installing: 2024-09-20T19:51:40.019 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-mgr-dashboard noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 14 M 2024-09-20T19:51:40.020 INFO:teuthology.orchestra.run.smithi146.stdout:Installing dependencies: 2024-09-20T19:51:40.020 INFO:teuthology.orchestra.run.smithi146.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-20T19:51:40.020 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-grafana-dashboards noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 34 k 2024-09-20T19:51:40.020 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-prometheus-alerts noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 16 k 2024-09-20T19:51:40.020 INFO:teuthology.orchestra.run.smithi146.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-20T19:51:40.020 INFO:teuthology.orchestra.run.smithi146.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-20T19:51:40.020 INFO:teuthology.orchestra.run.smithi146.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-20T19:51:40.020 INFO:teuthology.orchestra.run.smithi146.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-20T19:51:40.020 INFO:teuthology.orchestra.run.smithi146.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-20T19:51:40.020 INFO:teuthology.orchestra.run.smithi146.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-20T19:51:40.020 INFO:teuthology.orchestra.run.smithi146.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-20T19:51:40.020 INFO:teuthology.orchestra.run.smithi146.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-20T19:51:40.020 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:40.020 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2024-09-20T19:51:40.020 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:51:40.021 INFO:teuthology.orchestra.run.smithi146.stdout:Install 12 Packages 2024-09-20T19:51:40.021 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:40.021 INFO:teuthology.orchestra.run.smithi146.stdout:Total download size: 19 M 2024-09-20T19:51:40.021 INFO:teuthology.orchestra.run.smithi146.stdout:Installed size: 159 M 2024-09-20T19:51:40.021 INFO:teuthology.orchestra.run.smithi146.stdout:Downloading Packages: 2024-09-20T19:51:40.062 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:51:40.063 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:51:40.063 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repo Size 2024-09-20T19:51:40.063 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:51:40.063 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-09-20T19:51:40.063 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 145 k 2024-09-20T19:51:40.063 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:40.063 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-09-20T19:51:40.063 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:51:40.064 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2024-09-20T19:51:40.064 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:40.064 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 145 k 2024-09-20T19:51:40.064 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 432 k 2024-09-20T19:51:40.064 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-09-20T19:51:40.281 INFO:teuthology.orchestra.run.smithi078.stdout:ceph-immutable-object-cache-19.3.0-5127.ge8baca 669 kB/s | 145 kB 00:00 2024-09-20T19:51:40.281 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:51:40.282 INFO:teuthology.orchestra.run.smithi078.stdout:Total 664 kB/s | 145 kB 00:00 2024-09-20T19:51:40.282 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-09-20T19:51:40.289 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-09-20T19:51:40.289 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-09-20T19:51:40.347 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-09-20T19:51:40.347 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-09-20T19:51:40.433 INFO:teuthology.orchestra.run.smithi146.stdout:(1/12): ceph-grafana-dashboards-19.3.0-5127.ge8 219 kB/s | 34 kB 00:00 2024-09-20T19:51:40.458 INFO:teuthology.orchestra.run.smithi146.stdout:(2/12): ceph-prometheus-alerts-19.3.0-5127.ge8b 91 kB/s | 16 kB 00:00 2024-09-20T19:51:40.488 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-09-20T19:51:40.542 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-5127.ge8baca1e. 1/1 2024-09-20T19:51:40.565 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-5127.ge8baca1e. 1/1 2024-09-20T19:51:40.565 INFO:teuthology.orchestra.run.smithi078.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:51:40.565 INFO:teuthology.orchestra.run.smithi078.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-20T19:51:40.565 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:40.950 INFO:teuthology.orchestra.run.smithi146.stdout:(3/12): ceph-mgr-dashboard-19.3.0-5127.ge8baca1 21 MB/s | 14 MB 00:00 2024-09-20T19:51:41.100 INFO:teuthology.orchestra.run.smithi146.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 419 kB/s | 269 kB 00:00 2024-09-20T19:51:41.142 INFO:teuthology.orchestra.run.smithi146.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.4 MB/s | 863 kB 00:00 2024-09-20T19:51:41.193 INFO:teuthology.orchestra.run.smithi146.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 5.8 MB/s | 548 kB 00:00 2024-09-20T19:51:41.218 INFO:teuthology.orchestra.run.smithi146.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 259 kB/s | 19 kB 00:00 2024-09-20T19:51:41.251 INFO:teuthology.orchestra.run.smithi146.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 4.2 MB/s | 144 kB 00:00 2024-09-20T19:51:41.276 INFO:teuthology.orchestra.run.smithi146.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-20T19:51:41.302 INFO:teuthology.orchestra.run.smithi146.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 7.4 MB/s | 188 kB 00:00 2024-09-20T19:51:41.352 INFO:teuthology.orchestra.run.smithi146.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 13 MB/s | 2.0 MB 00:00 2024-09-20T19:51:41.386 INFO:teuthology.orchestra.run.smithi146.stdout:(12/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.1 MB/s | 1.0 MB 00:00 2024-09-20T19:51:41.389 INFO:teuthology.orchestra.run.smithi146.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:51:41.390 INFO:teuthology.orchestra.run.smithi146.stdout:Total 14 MB/s | 19 MB 00:01 2024-09-20T19:51:41.439 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction check 2024-09-20T19:51:41.459 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction check succeeded. 2024-09-20T19:51:41.459 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction test 2024-09-20T19:51:41.499 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-5127.ge8baca1e. 1/1 2024-09-20T19:51:41.499 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:41.499 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-09-20T19:51:41.499 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-immutable-object-cache-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:51:41.500 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:41.500 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:51:41.601 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-5127.ge8baca1e.el 11/12 2024-09-20T19:51:41.660 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-5127.ge8baca1e.el9.noa 12/12 2024-09-20T19:51:41.701 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-mgr 2024-09-20T19:51:41.747 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction test succeeded. 2024-09-20T19:51:41.747 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction 2024-09-20T19:51:42.291 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:00:59 ago on Fri 20 Sep 2024 07:50:43 PM UTC. 2024-09-20T19:51:42.334 INFO:teuthology.orchestra.run.smithi146.stdout: Preparing : 1/1 2024-09-20T19:51:42.384 INFO:teuthology.orchestra.run.smithi078.stdout:Package ceph-mgr-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:51:42.403 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-20T19:51:42.428 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:51:42.429 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2024-09-20T19:51:42.429 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:51:42.438 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-20T19:51:42.484 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-20T19:51:42.495 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-mgr-dashboard 2024-09-20T19:51:42.515 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-20T19:51:42.638 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-20T19:51:42.775 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-20T19:51:42.868 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-20T19:51:42.920 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-20T19:51:42.948 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-20T19:51:42.980 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-5127.ge8baca1e.el9 10/12 2024-09-20T19:51:43.069 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:00 ago on Fri 20 Sep 2024 07:50:43 PM UTC. 2024-09-20T19:51:43.200 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:51:43.201 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:51:43.201 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2024-09-20T19:51:43.201 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:51:43.202 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-09-20T19:51:43.202 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-dashboard noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 14 M 2024-09-20T19:51:43.202 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2024-09-20T19:51:43.202 INFO:teuthology.orchestra.run.smithi078.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-20T19:51:43.202 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-grafana-dashboards noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 34 k 2024-09-20T19:51:43.202 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-prometheus-alerts noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 16 k 2024-09-20T19:51:43.202 INFO:teuthology.orchestra.run.smithi078.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-20T19:51:43.202 INFO:teuthology.orchestra.run.smithi078.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-20T19:51:43.202 INFO:teuthology.orchestra.run.smithi078.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-20T19:51:43.202 INFO:teuthology.orchestra.run.smithi078.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-20T19:51:43.202 INFO:teuthology.orchestra.run.smithi078.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-20T19:51:43.202 INFO:teuthology.orchestra.run.smithi078.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-20T19:51:43.202 INFO:teuthology.orchestra.run.smithi078.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-20T19:51:43.202 INFO:teuthology.orchestra.run.smithi078.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-20T19:51:43.203 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:43.203 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-09-20T19:51:43.203 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:51:43.203 INFO:teuthology.orchestra.run.smithi078.stdout:Install 12 Packages 2024-09-20T19:51:43.203 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:43.203 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 19 M 2024-09-20T19:51:43.203 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 159 M 2024-09-20T19:51:43.203 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-09-20T19:51:43.597 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-5127.ge8baca1e.el9.noa 12/12 2024-09-20T19:51:43.597 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-5127.ge8baca1e.el 1/12 2024-09-20T19:51:43.597 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-5127.ge8baca1e.el9.noa 2/12 2024-09-20T19:51:43.597 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-5127.ge8baca1e.el9 3/12 2024-09-20T19:51:43.597 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-20T19:51:43.597 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-20T19:51:43.597 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-20T19:51:43.597 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-20T19:51:43.597 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-20T19:51:43.597 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-20T19:51:43.597 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-20T19:51:43.597 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-20T19:51:43.792 INFO:teuthology.orchestra.run.smithi078.stdout:(1/12): ceph-grafana-dashboards-19.3.0-5127.ge8 227 kB/s | 34 kB 00:00 2024-09-20T19:51:43.818 INFO:teuthology.orchestra.run.smithi078.stdout:(2/12): ceph-prometheus-alerts-19.3.0-5127.ge8b 93 kB/s | 16 kB 00:00 2024-09-20T19:51:43.930 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-20T19:51:43.930 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:43.930 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-09-20T19:51:43.930 INFO:teuthology.orchestra.run.smithi131.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-20T19:51:43.930 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-grafana-dashboards-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:51:43.930 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mgr-dashboard-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:51:43.931 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-prometheus-alerts-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:51:43.931 INFO:teuthology.orchestra.run.smithi131.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-20T19:51:43.931 INFO:teuthology.orchestra.run.smithi131.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-20T19:51:43.931 INFO:teuthology.orchestra.run.smithi131.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-20T19:51:43.931 INFO:teuthology.orchestra.run.smithi131.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-20T19:51:43.931 INFO:teuthology.orchestra.run.smithi131.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-20T19:51:43.931 INFO:teuthology.orchestra.run.smithi131.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-20T19:51:43.931 INFO:teuthology.orchestra.run.smithi131.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-20T19:51:43.931 INFO:teuthology.orchestra.run.smithi131.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-20T19:51:43.931 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:43.931 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:51:43.951 INFO:teuthology.orchestra.run.smithi078.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.0 MB/s | 269 kB 00:00 2024-09-20T19:51:44.001 INFO:teuthology.orchestra.run.smithi078.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.8 MB/s | 1.0 MB 00:00 2024-09-20T19:51:44.052 INFO:teuthology.orchestra.run.smithi078.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 11 MB/s | 548 kB 00:00 2024-09-20T19:51:44.077 INFO:teuthology.orchestra.run.smithi078.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 786 kB/s | 19 kB 00:00 2024-09-20T19:51:44.144 INFO:teuthology.orchestra.run.smithi078.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 31 MB/s | 2.0 MB 00:00 2024-09-20T19:51:44.178 INFO:teuthology.orchestra.run.smithi078.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 4.2 MB/s | 144 kB 00:00 2024-09-20T19:51:44.183 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-20T19:51:44.211 INFO:teuthology.orchestra.run.smithi078.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.1 MB/s | 31 kB 00:00 2024-09-20T19:51:44.245 INFO:teuthology.orchestra.run.smithi078.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 5.5 MB/s | 188 kB 00:00 2024-09-20T19:51:44.387 INFO:teuthology.orchestra.run.smithi078.stdout:(11/12): ceph-mgr-dashboard-19.3.0-5127.ge8baca 19 MB/s | 14 MB 00:00 2024-09-20T19:51:44.761 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:01:06 ago on Fri 20 Sep 2024 07:50:38 PM UTC. 2024-09-20T19:51:44.894 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:51:44.895 INFO:teuthology.orchestra.run.smithi131.stdout:======================================================================================= 2024-09-20T19:51:44.895 INFO:teuthology.orchestra.run.smithi131.stdout: Package Arch Version Repository Size 2024-09-20T19:51:44.896 INFO:teuthology.orchestra.run.smithi131.stdout:======================================================================================= 2024-09-20T19:51:44.896 INFO:teuthology.orchestra.run.smithi131.stdout:Installing: 2024-09-20T19:51:44.896 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 7.4 M 2024-09-20T19:51:44.896 INFO:teuthology.orchestra.run.smithi131.stdout:Installing dependencies: 2024-09-20T19:51:44.896 INFO:teuthology.orchestra.run.smithi131.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-20T19:51:44.896 INFO:teuthology.orchestra.run.smithi131.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-20T19:51:44.896 INFO:teuthology.orchestra.run.smithi131.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-20T19:51:44.896 INFO:teuthology.orchestra.run.smithi131.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-20T19:51:44.896 INFO:teuthology.orchestra.run.smithi131.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-20T19:51:44.896 INFO:teuthology.orchestra.run.smithi131.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-20T19:51:44.896 INFO:teuthology.orchestra.run.smithi131.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-20T19:51:44.896 INFO:teuthology.orchestra.run.smithi131.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-20T19:51:44.896 INFO:teuthology.orchestra.run.smithi131.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-20T19:51:44.897 INFO:teuthology.orchestra.run.smithi131.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-20T19:51:44.897 INFO:teuthology.orchestra.run.smithi131.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-20T19:51:44.897 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:44.897 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-09-20T19:51:44.897 INFO:teuthology.orchestra.run.smithi131.stdout:======================================================================================= 2024-09-20T19:51:44.897 INFO:teuthology.orchestra.run.smithi131.stdout:Install 12 Packages 2024-09-20T19:51:44.897 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:44.898 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 38 M 2024-09-20T19:51:44.898 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 212 M 2024-09-20T19:51:44.898 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-09-20T19:51:44.987 INFO:teuthology.orchestra.run.smithi078.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 834 kB/s | 863 kB 00:01 2024-09-20T19:51:44.992 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:51:44.992 INFO:teuthology.orchestra.run.smithi078.stdout:Total 11 MB/s | 19 MB 00:01 2024-09-20T19:51:45.044 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-09-20T19:51:45.063 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-09-20T19:51:45.064 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-09-20T19:51:45.335 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-09-20T19:51:45.336 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-09-20T19:51:45.559 INFO:teuthology.orchestra.run.smithi131.stdout:(1/12): ceph-mgr-diskprediction-local-19.3.0-51 17 MB/s | 7.4 MB 00:00 2024-09-20T19:51:45.651 INFO:teuthology.orchestra.run.smithi131.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 357 kB/s | 33 kB 00:00 2024-09-20T19:51:45.735 INFO:teuthology.orchestra.run.smithi131.stdout:(3/12): libquadmath-11.5.0-2.el9.x86_64.rpm 312 kB/s | 191 kB 00:00 2024-09-20T19:51:45.785 INFO:teuthology.orchestra.run.smithi131.stdout:(4/12): libgfortran-11.5.0-2.el9.x86_64.rpm 1.2 MB/s | 801 kB 00:00 2024-09-20T19:51:45.810 INFO:teuthology.orchestra.run.smithi131.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 242 kB/s | 18 kB 00:00 2024-09-20T19:51:45.869 INFO:teuthology.orchestra.run.smithi131.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 14 MB/s | 3.0 MB 00:00 2024-09-20T19:51:45.894 INFO:teuthology.orchestra.run.smithi131.stdout:(7/12): openblas-0.3.26-2.el9.x86_64.rpm 354 kB/s | 38 kB 00:00 2024-09-20T19:51:45.919 INFO:teuthology.orchestra.run.smithi131.stdout:(8/12): python3-devel-3.9.19-8.el9.x86_64.rpm 4.8 MB/s | 245 kB 00:00 2024-09-20T19:51:45.935 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-09-20T19:51:45.961 INFO:teuthology.orchestra.run.smithi131.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 5.9 MB/s | 250 kB 00:00 2024-09-20T19:51:46.004 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-20T19:51:46.040 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-20T19:51:46.078 INFO:teuthology.orchestra.run.smithi131.stdout:(10/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 18 MB/s | 4.9 MB 00:00 2024-09-20T19:51:46.086 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-20T19:51:46.116 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-20T19:51:46.153 INFO:teuthology.orchestra.run.smithi131.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 20 MB/s | 5.1 MB 00:00 2024-09-20T19:51:46.175 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-5127.ge8baca1e.el 11/12 2024-09-20T19:51:46.240 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-20T19:51:46.251 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-5127.ge8baca1e.el9.noa 12/12 2024-09-20T19:51:46.345 INFO:teuthology.orchestra.run.smithi131.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 42 MB/s | 16 MB 00:00 2024-09-20T19:51:46.346 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:51:46.347 INFO:teuthology.orchestra.run.smithi131.stdout:Total 26 MB/s | 38 MB 00:01 2024-09-20T19:51:46.369 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-20T19:51:46.504 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-20T19:51:46.546 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-20T19:51:46.583 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-20T19:51:46.615 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-5127.ge8baca1e.el9 10/12 2024-09-20T19:51:46.704 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-09-20T19:51:46.730 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-09-20T19:51:46.730 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-09-20T19:51:47.158 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-09-20T19:51:47.158 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-09-20T19:51:47.920 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-09-20T19:51:47.983 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-20T19:51:48.026 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-20T19:51:48.126 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-20T19:51:48.162 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-20T19:51:48.247 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-5127.ge8baca1e.el9.noa 12/12 2024-09-20T19:51:48.247 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-5127.ge8baca1e.el 1/12 2024-09-20T19:51:48.247 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-5127.ge8baca1e.el9.noa 2/12 2024-09-20T19:51:48.247 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-5127.ge8baca1e.el9 3/12 2024-09-20T19:51:48.247 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-20T19:51:48.247 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-20T19:51:48.247 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-20T19:51:48.248 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-20T19:51:48.248 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-20T19:51:48.248 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-20T19:51:48.248 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-20T19:51:48.248 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-20T19:51:48.347 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-20T19:51:48.385 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-20T19:51:48.462 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-20T19:51:48.566 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-20T19:51:48.566 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:48.566 INFO:teuthology.orchestra.run.smithi146.stdout:Installed: 2024-09-20T19:51:48.566 INFO:teuthology.orchestra.run.smithi146.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-20T19:51:48.566 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-grafana-dashboards-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:51:48.566 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-mgr-dashboard-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:51:48.566 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-prometheus-alerts-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:51:48.567 INFO:teuthology.orchestra.run.smithi146.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-20T19:51:48.567 INFO:teuthology.orchestra.run.smithi146.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-20T19:51:48.567 INFO:teuthology.orchestra.run.smithi146.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-20T19:51:48.567 INFO:teuthology.orchestra.run.smithi146.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-20T19:51:48.567 INFO:teuthology.orchestra.run.smithi146.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-20T19:51:48.567 INFO:teuthology.orchestra.run.smithi146.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-20T19:51:48.567 INFO:teuthology.orchestra.run.smithi146.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-20T19:51:48.567 INFO:teuthology.orchestra.run.smithi146.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-20T19:51:48.567 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:48.567 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:51:48.826 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-20T19:51:49.107 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-20T19:51:49.247 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-20T19:51:49.410 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:01:08 ago on Fri 20 Sep 2024 07:50:41 PM UTC. 2024-09-20T19:51:49.544 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:51:49.545 INFO:teuthology.orchestra.run.smithi146.stdout:======================================================================================= 2024-09-20T19:51:49.545 INFO:teuthology.orchestra.run.smithi146.stdout: Package Arch Version Repository Size 2024-09-20T19:51:49.545 INFO:teuthology.orchestra.run.smithi146.stdout:======================================================================================= 2024-09-20T19:51:49.545 INFO:teuthology.orchestra.run.smithi146.stdout:Installing: 2024-09-20T19:51:49.545 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 7.4 M 2024-09-20T19:51:49.545 INFO:teuthology.orchestra.run.smithi146.stdout:Installing dependencies: 2024-09-20T19:51:49.546 INFO:teuthology.orchestra.run.smithi146.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-20T19:51:49.546 INFO:teuthology.orchestra.run.smithi146.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-20T19:51:49.546 INFO:teuthology.orchestra.run.smithi146.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-20T19:51:49.546 INFO:teuthology.orchestra.run.smithi146.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-20T19:51:49.546 INFO:teuthology.orchestra.run.smithi146.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-20T19:51:49.546 INFO:teuthology.orchestra.run.smithi146.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-20T19:51:49.546 INFO:teuthology.orchestra.run.smithi146.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-20T19:51:49.546 INFO:teuthology.orchestra.run.smithi146.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-20T19:51:49.546 INFO:teuthology.orchestra.run.smithi146.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-20T19:51:49.546 INFO:teuthology.orchestra.run.smithi146.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-20T19:51:49.546 INFO:teuthology.orchestra.run.smithi146.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-20T19:51:49.546 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:49.546 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2024-09-20T19:51:49.547 INFO:teuthology.orchestra.run.smithi146.stdout:======================================================================================= 2024-09-20T19:51:49.547 INFO:teuthology.orchestra.run.smithi146.stdout:Install 12 Packages 2024-09-20T19:51:49.547 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:49.547 INFO:teuthology.orchestra.run.smithi146.stdout:Total download size: 38 M 2024-09-20T19:51:49.547 INFO:teuthology.orchestra.run.smithi146.stdout:Installed size: 212 M 2024-09-20T19:51:49.547 INFO:teuthology.orchestra.run.smithi146.stdout:Downloading Packages: 2024-09-20T19:51:49.749 INFO:teuthology.orchestra.run.smithi146.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.4 MB/s | 191 kB 00:00 2024-09-20T19:51:49.775 INFO:teuthology.orchestra.run.smithi146.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 4.9 MB/s | 801 kB 00:00 2024-09-20T19:51:49.800 INFO:teuthology.orchestra.run.smithi146.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 647 kB/s | 33 kB 00:00 2024-09-20T19:51:49.839 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-5127.ge8baca1e.el 11/12 2024-09-20T19:51:49.842 INFO:teuthology.orchestra.run.smithi146.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 437 kB/s | 18 kB 00:00 2024-09-20T19:51:49.894 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-5127.ge8baca1e.el9.noa 12/12 2024-09-20T19:51:49.901 INFO:teuthology.orchestra.run.smithi146.stdout:(5/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 24 MB/s | 3.0 MB 00:00 2024-09-20T19:51:49.926 INFO:teuthology.orchestra.run.smithi146.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 460 kB/s | 38 kB 00:00 2024-09-20T19:51:50.026 INFO:teuthology.orchestra.run.smithi146.stdout:(7/12): openblas-openmp-0.3.26-2.el9.x86_64.rpm 39 MB/s | 4.9 MB 00:00 2024-09-20T19:51:50.051 INFO:teuthology.orchestra.run.smithi146.stdout:(8/12): python3-devel-3.9.19-8.el9.x86_64.rpm 1.9 MB/s | 245 kB 00:00 2024-09-20T19:51:50.160 INFO:teuthology.orchestra.run.smithi146.stdout:(9/12): ceph-mgr-diskprediction-local-19.3.0-51 14 MB/s | 7.4 MB 00:00 2024-09-20T19:51:50.185 INFO:teuthology.orchestra.run.smithi146.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 1.8 MB/s | 250 kB 00:00 2024-09-20T19:51:50.260 INFO:teuthology.orchestra.run.smithi146.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 22 MB/s | 5.1 MB 00:00 2024-09-20T19:51:50.479 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-20T19:51:50.669 INFO:teuthology.orchestra.run.smithi146.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 32 MB/s | 16 MB 00:00 2024-09-20T19:51:50.670 INFO:teuthology.orchestra.run.smithi146.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:51:50.670 INFO:teuthology.orchestra.run.smithi146.stdout:Total 34 MB/s | 38 MB 00:01 2024-09-20T19:51:51.025 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction check 2024-09-20T19:51:51.051 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction check succeeded. 2024-09-20T19:51:51.051 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction test 2024-09-20T19:51:51.493 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction test succeeded. 2024-09-20T19:51:51.494 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction 2024-09-20T19:51:51.532 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-20T19:51:51.560 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-5127.ge8bac 12/12 2024-09-20T19:51:51.800 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-5127.ge8baca1e.el9.noa 12/12 2024-09-20T19:51:51.800 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-5127.ge8baca1e.el 1/12 2024-09-20T19:51:51.800 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-5127.ge8baca1e.el9.noa 2/12 2024-09-20T19:51:51.800 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-5127.ge8baca1e.el9 3/12 2024-09-20T19:51:51.800 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-20T19:51:51.800 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-20T19:51:51.801 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-20T19:51:51.801 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-20T19:51:51.801 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-20T19:51:51.801 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-20T19:51:51.801 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-20T19:51:51.801 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-20T19:51:52.131 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-20T19:51:52.131 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:52.131 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-09-20T19:51:52.131 INFO:teuthology.orchestra.run.smithi078.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-20T19:51:52.132 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-grafana-dashboards-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:51:52.132 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-dashboard-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:51:52.132 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-prometheus-alerts-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:51:52.132 INFO:teuthology.orchestra.run.smithi078.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-20T19:51:52.132 INFO:teuthology.orchestra.run.smithi078.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-20T19:51:52.132 INFO:teuthology.orchestra.run.smithi078.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-20T19:51:52.132 INFO:teuthology.orchestra.run.smithi078.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-20T19:51:52.132 INFO:teuthology.orchestra.run.smithi078.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-20T19:51:52.132 INFO:teuthology.orchestra.run.smithi078.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-20T19:51:52.132 INFO:teuthology.orchestra.run.smithi078.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-20T19:51:52.132 INFO:teuthology.orchestra.run.smithi078.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-20T19:51:52.132 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:52.132 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:51:52.284 INFO:teuthology.orchestra.run.smithi146.stdout: Preparing : 1/1 2024-09-20T19:51:52.357 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-20T19:51:52.370 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-20T19:51:52.412 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-20T19:51:52.507 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-20T19:51:52.551 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-20T19:51:52.739 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-20T19:51:52.775 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-20T19:51:52.852 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-20T19:51:52.937 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:09 ago on Fri 20 Sep 2024 07:50:43 PM UTC. 2024-09-20T19:51:53.077 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:51:53.078 INFO:teuthology.orchestra.run.smithi078.stdout:======================================================================================= 2024-09-20T19:51:53.078 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2024-09-20T19:51:53.078 INFO:teuthology.orchestra.run.smithi078.stdout:======================================================================================= 2024-09-20T19:51:53.078 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-09-20T19:51:53.078 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 7.4 M 2024-09-20T19:51:53.078 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2024-09-20T19:51:53.078 INFO:teuthology.orchestra.run.smithi078.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-20T19:51:53.078 INFO:teuthology.orchestra.run.smithi078.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-20T19:51:53.079 INFO:teuthology.orchestra.run.smithi078.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-20T19:51:53.079 INFO:teuthology.orchestra.run.smithi078.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-20T19:51:53.079 INFO:teuthology.orchestra.run.smithi078.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-20T19:51:53.079 INFO:teuthology.orchestra.run.smithi078.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-20T19:51:53.079 INFO:teuthology.orchestra.run.smithi078.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-20T19:51:53.079 INFO:teuthology.orchestra.run.smithi078.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-20T19:51:53.079 INFO:teuthology.orchestra.run.smithi078.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-20T19:51:53.079 INFO:teuthology.orchestra.run.smithi078.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-20T19:51:53.079 INFO:teuthology.orchestra.run.smithi078.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-20T19:51:53.079 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:53.079 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-09-20T19:51:53.079 INFO:teuthology.orchestra.run.smithi078.stdout:======================================================================================= 2024-09-20T19:51:53.080 INFO:teuthology.orchestra.run.smithi078.stdout:Install 12 Packages 2024-09-20T19:51:53.080 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:51:53.080 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 38 M 2024-09-20T19:51:53.080 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 212 M 2024-09-20T19:51:53.080 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-09-20T19:51:53.510 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-20T19:51:53.641 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-20T19:51:53.902 INFO:teuthology.orchestra.run.smithi078.stdout:(1/12): ceph-mgr-diskprediction-local-19.3.0-51 17 MB/s | 7.4 MB 00:00 2024-09-20T19:51:54.035 INFO:teuthology.orchestra.run.smithi078.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 247 kB/s | 33 kB 00:00 2024-09-20T19:51:54.137 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-5127.ge8bac 12/12 2024-09-20T19:51:54.137 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-5127.ge8bac 1/12 2024-09-20T19:51:54.137 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-20T19:51:54.137 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-20T19:51:54.137 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-20T19:51:54.137 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-20T19:51:54.137 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-20T19:51:54.137 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-20T19:51:54.137 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-20T19:51:54.137 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-20T19:51:54.137 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-20T19:51:54.138 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-20T19:51:54.336 INFO:teuthology.orchestra.run.smithi078.stdout:(3/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 10 MB/s | 3.0 MB 00:00 2024-09-20T19:51:54.420 INFO:teuthology.orchestra.run.smithi078.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 219 kB/s | 18 kB 00:00 2024-09-20T19:51:54.445 INFO:teuthology.orchestra.run.smithi078.stdout:(5/12): libquadmath-11.5.0-2.el9.x86_64.rpm 193 kB/s | 191 kB 00:00 2024-09-20T19:51:54.478 INFO:teuthology.orchestra.run.smithi078.stdout:(6/12): libgfortran-11.5.0-2.el9.x86_64.rpm 783 kB/s | 801 kB 00:01 2024-09-20T19:51:54.504 INFO:teuthology.orchestra.run.smithi078.stdout:(7/12): openblas-0.3.26-2.el9.x86_64.rpm 463 kB/s | 38 kB 00:00 2024-09-20T19:51:54.566 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-20T19:51:54.566 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:54.566 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-09-20T19:51:54.567 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mgr-diskprediction-local-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:51:54.567 INFO:teuthology.orchestra.run.smithi131.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-20T19:51:54.567 INFO:teuthology.orchestra.run.smithi131.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-20T19:51:54.567 INFO:teuthology.orchestra.run.smithi131.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-20T19:51:54.567 INFO:teuthology.orchestra.run.smithi131.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-20T19:51:54.567 INFO:teuthology.orchestra.run.smithi131.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-20T19:51:54.567 INFO:teuthology.orchestra.run.smithi131.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-20T19:51:54.567 INFO:teuthology.orchestra.run.smithi131.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-20T19:51:54.567 INFO:teuthology.orchestra.run.smithi131.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-20T19:51:54.567 INFO:teuthology.orchestra.run.smithi131.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-20T19:51:54.567 INFO:teuthology.orchestra.run.smithi131.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-20T19:51:54.567 INFO:teuthology.orchestra.run.smithi131.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-20T19:51:54.568 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:54.568 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:51:54.671 INFO:teuthology.orchestra.run.smithi078.stdout:(8/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 31 MB/s | 5.1 MB 00:00 2024-09-20T19:51:54.696 INFO:teuthology.orchestra.run.smithi078.stdout:(9/12): python3-devel-3.9.19-8.el9.x86_64.rpm 1.1 MB/s | 245 kB 00:00 2024-09-20T19:51:54.754 INFO:teuthology.orchestra.run.smithi078.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 2.9 MB/s | 250 kB 00:00 2024-09-20T19:51:54.854 INFO:teuthology.orchestra.run.smithi078.stdout:(11/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 12 MB/s | 4.9 MB 00:00 2024-09-20T19:51:54.889 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-20T19:51:54.940 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install ceph-mgr-rook 2024-09-20T19:51:55.196 INFO:teuthology.orchestra.run.smithi078.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 32 MB/s | 16 MB 00:00 2024-09-20T19:51:55.197 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:51:55.198 INFO:teuthology.orchestra.run.smithi078.stdout:Total 18 MB/s | 38 MB 00:02 2024-09-20T19:51:55.533 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:01:17 ago on Fri 20 Sep 2024 07:50:38 PM UTC. 2024-09-20T19:51:55.554 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-09-20T19:51:55.581 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-09-20T19:51:55.582 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-09-20T19:51:55.666 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:51:55.667 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:51:55.667 INFO:teuthology.orchestra.run.smithi131.stdout: Package Arch Version Repository Size 2024-09-20T19:51:55.668 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:51:55.668 INFO:teuthology.orchestra.run.smithi131.stdout:Installing: 2024-09-20T19:51:55.668 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mgr-rook noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 49 k 2024-09-20T19:51:55.668 INFO:teuthology.orchestra.run.smithi131.stdout:Installing dependencies: 2024-09-20T19:51:55.668 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-20T19:51:55.668 INFO:teuthology.orchestra.run.smithi131.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-20T19:51:55.668 INFO:teuthology.orchestra.run.smithi131.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-20T19:51:55.668 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-20T19:51:55.668 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-20T19:51:55.668 INFO:teuthology.orchestra.run.smithi131.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-20T19:51:55.668 INFO:teuthology.orchestra.run.smithi131.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-20T19:51:55.668 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-20T19:51:55.668 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-20T19:51:55.669 INFO:teuthology.orchestra.run.smithi131.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-20T19:51:55.669 INFO:teuthology.orchestra.run.smithi131.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-20T19:51:55.669 INFO:teuthology.orchestra.run.smithi131.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-20T19:51:55.669 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:55.669 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-09-20T19:51:55.669 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:51:55.669 INFO:teuthology.orchestra.run.smithi131.stdout:Install 13 Packages 2024-09-20T19:51:55.669 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:55.670 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 2.2 M 2024-09-20T19:51:55.670 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 26 M 2024-09-20T19:51:55.670 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-09-20T19:51:55.829 INFO:teuthology.orchestra.run.smithi131.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 362 kB/s | 26 kB 00:00 2024-09-20T19:51:55.854 INFO:teuthology.orchestra.run.smithi131.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 200 kB/s | 19 kB 00:00 2024-09-20T19:51:55.930 INFO:teuthology.orchestra.run.smithi131.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.1 MB/s | 159 kB 00:00 2024-09-20T19:51:55.931 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-20T19:51:55.955 INFO:teuthology.orchestra.run.smithi131.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.2 MB/s | 222 kB 00:00 2024-09-20T19:51:55.957 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-5127.ge8bac 12/12 2024-09-20T19:51:55.980 INFO:teuthology.orchestra.run.smithi131.stdout:(5/13): ceph-mgr-rook-19.3.0-5127.ge8baca1e.el9 222 kB/s | 49 kB 00:00 2024-09-20T19:51:55.998 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-09-20T19:51:55.999 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-09-20T19:51:56.005 INFO:teuthology.orchestra.run.smithi131.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-09-20T19:51:56.031 INFO:teuthology.orchestra.run.smithi131.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.7 MB/s | 279 kB 00:00 2024-09-20T19:51:56.073 INFO:teuthology.orchestra.run.smithi131.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 349 kB/s | 32 kB 00:00 2024-09-20T19:51:56.098 INFO:teuthology.orchestra.run.smithi131.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 153 kB/s | 14 kB 00:00 2024-09-20T19:51:56.123 INFO:teuthology.orchestra.run.smithi131.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.3 MB/s | 59 kB 00:00 2024-09-20T19:51:56.148 INFO:teuthology.orchestra.run.smithi131.stdout:(11/13): python3-google-auth-2.34.0-1.el9.noarc 2.1 MB/s | 220 kB 00:00 2024-09-20T19:51:56.174 INFO:teuthology.orchestra.run.smithi131.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.7 MB/s | 90 kB 00:00 2024-09-20T19:51:56.207 INFO:teuthology.orchestra.run.smithi131.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.7 MB/s | 1.0 MB 00:00 2024-09-20T19:51:56.210 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:51:56.210 INFO:teuthology.orchestra.run.smithi131.stdout:Total 4.1 MB/s | 2.2 MB 00:00 2024-09-20T19:51:56.273 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-09-20T19:51:56.289 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-09-20T19:51:56.289 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-09-20T19:51:56.380 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-09-20T19:51:56.382 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-09-20T19:51:56.753 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-09-20T19:51:56.838 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-20T19:51:56.887 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-20T19:51:56.918 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-09-20T19:51:56.985 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-20T19:51:57.021 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-20T19:51:57.070 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-20T19:51:57.125 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-20T19:51:57.180 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-20T19:51:57.205 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-20T19:51:57.217 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-20T19:51:57.236 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-20T19:51:57.259 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-20T19:51:57.313 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-20T19:51:57.361 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-20T19:51:57.471 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-20T19:51:57.528 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-20T19:51:57.964 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-20T19:51:58.075 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-20T19:51:58.240 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-20T19:51:58.292 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-20T19:51:58.325 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-20T19:51:58.375 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-20T19:51:58.412 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-mgr-rook-2:19.3.0-5127.ge8baca1e.el9.noarch 13/13 2024-09-20T19:51:58.726 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-5127.ge8bac 12/12 2024-09-20T19:51:58.726 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-5127.ge8bac 1/12 2024-09-20T19:51:58.726 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-20T19:51:58.726 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-20T19:51:58.726 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-20T19:51:58.726 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-20T19:51:58.726 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-20T19:51:58.726 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-20T19:51:58.726 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-20T19:51:58.726 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-20T19:51:58.726 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-20T19:51:58.727 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-20T19:51:59.169 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-20T19:51:59.169 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:59.169 INFO:teuthology.orchestra.run.smithi146.stdout:Installed: 2024-09-20T19:51:59.169 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-mgr-diskprediction-local-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:51:59.169 INFO:teuthology.orchestra.run.smithi146.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-20T19:51:59.169 INFO:teuthology.orchestra.run.smithi146.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-20T19:51:59.170 INFO:teuthology.orchestra.run.smithi146.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-20T19:51:59.170 INFO:teuthology.orchestra.run.smithi146.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-20T19:51:59.170 INFO:teuthology.orchestra.run.smithi146.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-20T19:51:59.170 INFO:teuthology.orchestra.run.smithi146.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-20T19:51:59.170 INFO:teuthology.orchestra.run.smithi146.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-20T19:51:59.170 INFO:teuthology.orchestra.run.smithi146.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-20T19:51:59.170 INFO:teuthology.orchestra.run.smithi146.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-20T19:51:59.170 INFO:teuthology.orchestra.run.smithi146.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-20T19:51:59.170 INFO:teuthology.orchestra.run.smithi146.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-20T19:51:59.170 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:51:59.170 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:51:59.174 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-5127.ge8baca1e.el9.noarch 13/13 2024-09-20T19:51:59.174 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-mgr-rook-2:19.3.0-5127.ge8baca1e.el9.noarch 1/13 2024-09-20T19:51:59.174 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-20T19:51:59.174 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-20T19:51:59.174 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-20T19:51:59.174 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-20T19:51:59.174 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-20T19:51:59.174 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-20T19:51:59.174 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-20T19:51:59.175 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-20T19:51:59.175 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-20T19:51:59.175 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-20T19:51:59.175 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-20T19:51:59.318 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-20T19:51:59.520 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-20T19:51:59.521 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:59.521 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-09-20T19:51:59.521 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mgr-rook-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:51:59.521 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-20T19:51:59.521 INFO:teuthology.orchestra.run.smithi131.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-20T19:51:59.521 INFO:teuthology.orchestra.run.smithi131.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-20T19:51:59.521 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-20T19:51:59.521 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-20T19:51:59.521 INFO:teuthology.orchestra.run.smithi131.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-20T19:51:59.521 INFO:teuthology.orchestra.run.smithi131.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-20T19:51:59.521 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-20T19:51:59.521 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-20T19:51:59.521 INFO:teuthology.orchestra.run.smithi131.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-20T19:51:59.522 INFO:teuthology.orchestra.run.smithi131.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-20T19:51:59.522 INFO:teuthology.orchestra.run.smithi131.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-20T19:51:59.522 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:51:59.522 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:51:59.574 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum -y install ceph-mgr-rook 2024-09-20T19:51:59.802 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install ceph-mgr-cephadm 2024-09-20T19:52:00.162 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:01:19 ago on Fri 20 Sep 2024 07:50:41 PM UTC. 2024-09-20T19:52:00.295 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:52:00.296 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:52:00.296 INFO:teuthology.orchestra.run.smithi146.stdout: Package Arch Version Repository Size 2024-09-20T19:52:00.296 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:52:00.296 INFO:teuthology.orchestra.run.smithi146.stdout:Installing: 2024-09-20T19:52:00.297 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-mgr-rook noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 49 k 2024-09-20T19:52:00.297 INFO:teuthology.orchestra.run.smithi146.stdout:Installing dependencies: 2024-09-20T19:52:00.297 INFO:teuthology.orchestra.run.smithi146.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-20T19:52:00.297 INFO:teuthology.orchestra.run.smithi146.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-20T19:52:00.297 INFO:teuthology.orchestra.run.smithi146.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-20T19:52:00.297 INFO:teuthology.orchestra.run.smithi146.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-20T19:52:00.297 INFO:teuthology.orchestra.run.smithi146.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-20T19:52:00.297 INFO:teuthology.orchestra.run.smithi146.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-20T19:52:00.297 INFO:teuthology.orchestra.run.smithi146.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-20T19:52:00.297 INFO:teuthology.orchestra.run.smithi146.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-20T19:52:00.297 INFO:teuthology.orchestra.run.smithi146.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-20T19:52:00.297 INFO:teuthology.orchestra.run.smithi146.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-20T19:52:00.297 INFO:teuthology.orchestra.run.smithi146.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-20T19:52:00.297 INFO:teuthology.orchestra.run.smithi146.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-20T19:52:00.298 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:00.298 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2024-09-20T19:52:00.298 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:52:00.298 INFO:teuthology.orchestra.run.smithi146.stdout:Install 13 Packages 2024-09-20T19:52:00.298 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:00.298 INFO:teuthology.orchestra.run.smithi146.stdout:Total download size: 2.2 M 2024-09-20T19:52:00.298 INFO:teuthology.orchestra.run.smithi146.stdout:Installed size: 26 M 2024-09-20T19:52:00.298 INFO:teuthology.orchestra.run.smithi146.stdout:Downloading Packages: 2024-09-20T19:52:00.355 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-20T19:52:00.382 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:01:22 ago on Fri 20 Sep 2024 07:50:38 PM UTC. 2024-09-20T19:52:00.385 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-5127.ge8bac 12/12 2024-09-20T19:52:00.517 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:52:00.518 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:52:00.518 INFO:teuthology.orchestra.run.smithi131.stdout: Package Arch Version Repository Size 2024-09-20T19:52:00.518 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:52:00.518 INFO:teuthology.orchestra.run.smithi131.stdout:Installing: 2024-09-20T19:52:00.518 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mgr-cephadm noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 156 k 2024-09-20T19:52:00.518 INFO:teuthology.orchestra.run.smithi131.stdout:Installing dependencies: 2024-09-20T19:52:00.518 INFO:teuthology.orchestra.run.smithi131.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-20T19:52:00.518 INFO:teuthology.orchestra.run.smithi131.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-20T19:52:00.518 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-20T19:52:00.518 INFO:teuthology.orchestra.run.smithi131.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-20T19:52:00.518 INFO:teuthology.orchestra.run.smithi131.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-20T19:52:00.519 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:00.519 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-09-20T19:52:00.519 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:52:00.519 INFO:teuthology.orchestra.run.smithi131.stdout:Install 6 Packages 2024-09-20T19:52:00.519 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:00.519 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 7.0 M 2024-09-20T19:52:00.519 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 33 M 2024-09-20T19:52:00.519 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-09-20T19:52:00.958 INFO:teuthology.orchestra.run.smithi146.stdout:(1/13): ceph-mgr-rook-19.3.0-5127.ge8baca1e.el9 283 kB/s | 49 kB 00:00 2024-09-20T19:52:01.160 INFO:teuthology.orchestra.run.smithi131.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.8 MB/s | 248 kB 00:00 2024-09-20T19:52:01.210 INFO:teuthology.orchestra.run.smithi131.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 11 MB/s | 548 kB 00:00 2024-09-20T19:52:01.235 INFO:teuthology.orchestra.run.smithi131.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.2 MB/s | 58 kB 00:00 2024-09-20T19:52:01.261 INFO:teuthology.orchestra.run.smithi131.stdout:(4/6): ceph-mgr-cephadm-19.3.0-5127.ge8baca1e.e 661 kB/s | 156 kB 00:00 2024-09-20T19:52:01.286 INFO:teuthology.orchestra.run.smithi131.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.5 MB/s | 74 kB 00:00 2024-09-20T19:52:01.342 INFO:teuthology.orchestra.run.smithi146.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 34 kB/s | 19 kB 00:00 2024-09-20T19:52:01.359 INFO:teuthology.orchestra.run.smithi146.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 45 kB/s | 26 kB 00:00 2024-09-20T19:52:01.378 INFO:teuthology.orchestra.run.smithi131.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 17 MB/s | 6.0 MB 00:00 2024-09-20T19:52:01.380 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:52:01.380 INFO:teuthology.orchestra.run.smithi131.stdout:Total 8.1 MB/s | 7.0 MB 00:00 2024-09-20T19:52:01.452 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-09-20T19:52:01.463 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-09-20T19:52:01.464 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-09-20T19:52:01.563 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-09-20T19:52:01.563 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-09-20T19:52:01.734 INFO:teuthology.orchestra.run.smithi146.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 286 kB/s | 222 kB 00:00 2024-09-20T19:52:01.875 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-09-20T19:52:02.045 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-20T19:52:02.051 INFO:teuthology.orchestra.run.smithi146.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 224 kB/s | 159 kB 00:00 2024-09-20T19:52:02.084 INFO:teuthology.orchestra.run.smithi146.stdout:(6/13): python3-cachetools-4.2.4-1.el9.noarch.r 1.0 MB/s | 32 kB 00:00 2024-09-20T19:52:02.097 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-20T19:52:02.101 INFO:teuthology.orchestra.run.smithi146.stdout:(7/13): python3-certifi-2023.05.07-4.el9.noarch 848 kB/s | 14 kB 00:00 2024-09-20T19:52:02.126 INFO:teuthology.orchestra.run.smithi146.stdout:(8/13): python3-google-auth-2.34.0-1.el9.noarch 8.7 MB/s | 220 kB 00:00 2024-09-20T19:52:02.160 INFO:teuthology.orchestra.run.smithi146.stdout:(9/13): python3-pyasn1-modules-0.4.8-6.el9.noar 348 kB/s | 279 kB 00:00 2024-09-20T19:52:02.210 INFO:teuthology.orchestra.run.smithi146.stdout:(10/13): python3-kubernetes-26.1.0-2.el9.noarch 12 MB/s | 1.0 MB 00:00 2024-09-20T19:52:02.227 INFO:teuthology.orchestra.run.smithi146.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 884 kB/s | 59 kB 00:00 2024-09-20T19:52:02.252 INFO:teuthology.orchestra.run.smithi146.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 2.1 MB/s | 90 kB 00:00 2024-09-20T19:52:02.419 INFO:teuthology.orchestra.run.smithi146.stdout:(13/13): python3-requests-oauthlib-1.3.0-12.el9 78 kB/s | 54 kB 00:00 2024-09-20T19:52:02.423 INFO:teuthology.orchestra.run.smithi146.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:52:02.423 INFO:teuthology.orchestra.run.smithi146.stdout:Total 1.0 MB/s | 2.2 MB 00:02 2024-09-20T19:52:02.495 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction check 2024-09-20T19:52:02.512 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction check succeeded. 2024-09-20T19:52:02.512 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction test 2024-09-20T19:52:02.606 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction test succeeded. 2024-09-20T19:52:02.606 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction 2024-09-20T19:52:02.639 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-20T19:52:02.725 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-20T19:52:02.793 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-20T19:52:02.817 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 6/6 2024-09-20T19:52:02.964 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-5127.ge8bac 12/12 2024-09-20T19:52:02.964 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-5127.ge8bac 1/12 2024-09-20T19:52:02.965 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-20T19:52:02.965 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-20T19:52:02.965 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-20T19:52:02.965 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-20T19:52:02.965 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-20T19:52:02.965 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-20T19:52:02.965 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-20T19:52:02.965 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-20T19:52:02.965 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-20T19:52:02.965 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-20T19:52:03.121 INFO:teuthology.orchestra.run.smithi146.stdout: Preparing : 1/1 2024-09-20T19:52:03.295 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-20T19:52:03.344 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-20T19:52:03.344 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:03.344 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-09-20T19:52:03.344 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-diskprediction-local-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:52:03.344 INFO:teuthology.orchestra.run.smithi078.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-20T19:52:03.345 INFO:teuthology.orchestra.run.smithi078.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-20T19:52:03.345 INFO:teuthology.orchestra.run.smithi078.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-20T19:52:03.345 INFO:teuthology.orchestra.run.smithi078.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-20T19:52:03.345 INFO:teuthology.orchestra.run.smithi078.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-20T19:52:03.345 INFO:teuthology.orchestra.run.smithi078.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-20T19:52:03.345 INFO:teuthology.orchestra.run.smithi078.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-20T19:52:03.345 INFO:teuthology.orchestra.run.smithi078.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-20T19:52:03.346 INFO:teuthology.orchestra.run.smithi078.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-20T19:52:03.346 INFO:teuthology.orchestra.run.smithi078.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-20T19:52:03.346 INFO:teuthology.orchestra.run.smithi078.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-20T19:52:03.346 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:03.346 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:52:03.355 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-20T19:52:03.409 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-20T19:52:03.446 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-20T19:52:03.488 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-20T19:52:03.591 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-20T19:52:03.605 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 6/6 2024-09-20T19:52:03.606 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/6 2024-09-20T19:52:03.606 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-20T19:52:03.606 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-20T19:52:03.606 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-20T19:52:03.606 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-20T19:52:03.710 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-20T19:52:03.711 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-mgr-rook 2024-09-20T19:52:03.790 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-20T19:52:03.877 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-20T19:52:03.877 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:03.877 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-09-20T19:52:03.877 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mgr-cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:52:03.877 INFO:teuthology.orchestra.run.smithi131.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-20T19:52:03.877 INFO:teuthology.orchestra.run.smithi131.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-20T19:52:03.877 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-20T19:52:03.877 INFO:teuthology.orchestra.run.smithi131.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-20T19:52:03.877 INFO:teuthology.orchestra.run.smithi131.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-20T19:52:03.877 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:03.878 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:52:04.153 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install ceph-fuse 2024-09-20T19:52:04.294 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:21 ago on Fri 20 Sep 2024 07:50:43 PM UTC. 2024-09-20T19:52:04.426 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:52:04.427 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:52:04.427 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2024-09-20T19:52:04.427 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:52:04.427 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-09-20T19:52:04.427 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-rook noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 49 k 2024-09-20T19:52:04.427 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2024-09-20T19:52:04.427 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-20T19:52:04.427 INFO:teuthology.orchestra.run.smithi078.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-20T19:52:04.427 INFO:teuthology.orchestra.run.smithi078.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-20T19:52:04.428 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-20T19:52:04.428 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-20T19:52:04.428 INFO:teuthology.orchestra.run.smithi078.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-20T19:52:04.428 INFO:teuthology.orchestra.run.smithi078.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-20T19:52:04.428 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-20T19:52:04.428 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-20T19:52:04.428 INFO:teuthology.orchestra.run.smithi078.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-20T19:52:04.428 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-20T19:52:04.428 INFO:teuthology.orchestra.run.smithi078.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-20T19:52:04.428 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:04.428 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-09-20T19:52:04.428 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:52:04.428 INFO:teuthology.orchestra.run.smithi078.stdout:Install 13 Packages 2024-09-20T19:52:04.428 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:04.429 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 2.2 M 2024-09-20T19:52:04.429 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 26 M 2024-09-20T19:52:04.429 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-09-20T19:52:04.522 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-20T19:52:04.570 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-20T19:52:04.603 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-20T19:52:04.652 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-20T19:52:04.681 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : ceph-mgr-rook-2:19.3.0-5127.ge8baca1e.el9.noarch 13/13 2024-09-20T19:52:04.742 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:01:26 ago on Fri 20 Sep 2024 07:50:38 PM UTC. 2024-09-20T19:52:04.852 INFO:teuthology.orchestra.run.smithi078.stdout:(1/13): ceph-mgr-rook-19.3.0-5127.ge8baca1e.el9 287 kB/s | 49 kB 00:00 2024-09-20T19:52:04.875 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:52:04.875 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:52:04.875 INFO:teuthology.orchestra.run.smithi131.stdout: Package Arch Version Repository Size 2024-09-20T19:52:04.875 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:52:04.875 INFO:teuthology.orchestra.run.smithi131.stdout:Installing: 2024-09-20T19:52:04.876 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-fuse x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 900 k 2024-09-20T19:52:04.876 INFO:teuthology.orchestra.run.smithi131.stdout:Installing dependencies: 2024-09-20T19:52:04.876 INFO:teuthology.orchestra.run.smithi131.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-20T19:52:04.876 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:04.876 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-09-20T19:52:04.876 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:52:04.876 INFO:teuthology.orchestra.run.smithi131.stdout:Install 2 Packages 2024-09-20T19:52:04.876 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:04.877 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 979 k 2024-09-20T19:52:04.877 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 2.9 M 2024-09-20T19:52:04.877 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-09-20T19:52:04.944 INFO:teuthology.orchestra.run.smithi078.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 97 kB/s | 26 kB 00:00 2024-09-20T19:52:04.961 INFO:teuthology.orchestra.run.smithi078.stdout:(3/13): python3-jsonpointer-2.0-4.el9.noarch.rp 68 kB/s | 19 kB 00:00 2024-09-20T19:52:05.361 INFO:teuthology.orchestra.run.smithi078.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 436 kB/s | 222 kB 00:00 2024-09-20T19:52:05.414 INFO:teuthology.orchestra.run.smithi131.stdout:(1/2): ceph-fuse-19.3.0-5127.ge8baca1e.el9.x86_ 3.1 MB/s | 900 kB 00:00 2024-09-20T19:52:05.436 INFO:teuthology.orchestra.run.smithi078.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 322 kB/s | 159 kB 00:00 2024-09-20T19:52:05.447 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-5127.ge8baca1e.el9.noarch 13/13 2024-09-20T19:52:05.448 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : ceph-mgr-rook-2:19.3.0-5127.ge8baca1e.el9.noarch 1/13 2024-09-20T19:52:05.448 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-20T19:52:05.448 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-20T19:52:05.448 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-20T19:52:05.448 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-20T19:52:05.448 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-20T19:52:05.448 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-20T19:52:05.448 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-20T19:52:05.448 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-20T19:52:05.448 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-20T19:52:05.448 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-20T19:52:05.449 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-20T19:52:05.478 INFO:teuthology.orchestra.run.smithi078.stdout:(6/13): python3-cachetools-4.2.4-1.el9.noarch.r 776 kB/s | 32 kB 00:00 2024-09-20T19:52:05.503 INFO:teuthology.orchestra.run.smithi078.stdout:(7/13): python3-certifi-2023.05.07-4.el9.noarch 565 kB/s | 14 kB 00:00 2024-09-20T19:52:05.529 INFO:teuthology.orchestra.run.smithi078.stdout:(8/13): python3-pyasn1-modules-0.4.8-6.el9.noar 491 kB/s | 279 kB 00:00 2024-09-20T19:52:05.562 INFO:teuthology.orchestra.run.smithi078.stdout:(9/13): python3-google-auth-2.34.0-1.el9.noarch 3.7 MB/s | 220 kB 00:00 2024-09-20T19:52:05.588 INFO:teuthology.orchestra.run.smithi078.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.5 MB/s | 59 kB 00:00 2024-09-20T19:52:05.604 INFO:teuthology.orchestra.run.smithi078.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 5.3 MB/s | 90 kB 00:00 2024-09-20T19:52:05.638 INFO:teuthology.orchestra.run.smithi078.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 9.4 MB/s | 1.0 MB 00:00 2024-09-20T19:52:05.705 INFO:teuthology.orchestra.run.smithi078.stdout:(13/13): python3-requests-oauthlib-1.3.0-12.el9 156 kB/s | 54 kB 00:00 2024-09-20T19:52:05.708 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:52:05.708 INFO:teuthology.orchestra.run.smithi078.stdout:Total 1.7 MB/s | 2.2 MB 00:01 2024-09-20T19:52:05.764 INFO:teuthology.orchestra.run.smithi131.stdout:(2/2): fuse-2.9.9-16.el9.x86_64.rpm 126 kB/s | 80 kB 00:00 2024-09-20T19:52:05.765 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:52:05.765 INFO:teuthology.orchestra.run.smithi131.stdout:Total 1.1 MB/s | 979 kB 00:00 2024-09-20T19:52:05.779 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-09-20T19:52:05.782 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-09-20T19:52:05.790 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-20T19:52:05.790 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:05.790 INFO:teuthology.orchestra.run.smithi146.stdout:Installed: 2024-09-20T19:52:05.790 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-mgr-rook-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:52:05.790 INFO:teuthology.orchestra.run.smithi146.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-20T19:52:05.791 INFO:teuthology.orchestra.run.smithi146.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-20T19:52:05.791 INFO:teuthology.orchestra.run.smithi146.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-20T19:52:05.791 INFO:teuthology.orchestra.run.smithi146.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-20T19:52:05.791 INFO:teuthology.orchestra.run.smithi146.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-20T19:52:05.791 INFO:teuthology.orchestra.run.smithi146.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-20T19:52:05.791 INFO:teuthology.orchestra.run.smithi146.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-20T19:52:05.791 INFO:teuthology.orchestra.run.smithi146.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-20T19:52:05.791 INFO:teuthology.orchestra.run.smithi146.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-20T19:52:05.791 INFO:teuthology.orchestra.run.smithi146.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-20T19:52:05.791 INFO:teuthology.orchestra.run.smithi146.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-20T19:52:05.791 INFO:teuthology.orchestra.run.smithi146.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-20T19:52:05.791 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:05.791 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:52:05.798 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-09-20T19:52:05.798 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-09-20T19:52:05.804 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-09-20T19:52:05.805 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-09-20T19:52:05.888 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-09-20T19:52:05.889 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-09-20T19:52:05.893 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-09-20T19:52:05.894 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-09-20T19:52:06.033 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum -y install ceph-mgr-cephadm 2024-09-20T19:52:06.079 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-09-20T19:52:06.233 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-20T19:52:06.329 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/2 2024-09-20T19:52:06.413 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-09-20T19:52:06.592 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-20T19:52:06.616 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:01:25 ago on Fri 20 Sep 2024 07:50:41 PM UTC. 2024-09-20T19:52:06.647 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-20T19:52:06.703 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-20T19:52:06.740 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-20T19:52:06.750 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:52:06.751 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:52:06.751 INFO:teuthology.orchestra.run.smithi146.stdout: Package Arch Version Repository Size 2024-09-20T19:52:06.751 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:52:06.751 INFO:teuthology.orchestra.run.smithi146.stdout:Installing: 2024-09-20T19:52:06.751 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-mgr-cephadm noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 156 k 2024-09-20T19:52:06.751 INFO:teuthology.orchestra.run.smithi146.stdout:Installing dependencies: 2024-09-20T19:52:06.751 INFO:teuthology.orchestra.run.smithi146.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-20T19:52:06.751 INFO:teuthology.orchestra.run.smithi146.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-20T19:52:06.752 INFO:teuthology.orchestra.run.smithi146.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-20T19:52:06.752 INFO:teuthology.orchestra.run.smithi146.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-20T19:52:06.752 INFO:teuthology.orchestra.run.smithi146.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-20T19:52:06.752 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:06.752 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2024-09-20T19:52:06.752 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:52:06.752 INFO:teuthology.orchestra.run.smithi146.stdout:Install 6 Packages 2024-09-20T19:52:06.752 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:06.752 INFO:teuthology.orchestra.run.smithi146.stdout:Total download size: 7.0 M 2024-09-20T19:52:06.752 INFO:teuthology.orchestra.run.smithi146.stdout:Installed size: 33 M 2024-09-20T19:52:06.753 INFO:teuthology.orchestra.run.smithi146.stdout:Downloading Packages: 2024-09-20T19:52:06.781 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-20T19:52:06.883 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-20T19:52:06.993 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-20T19:52:07.034 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/2 2024-09-20T19:52:07.034 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/2 2024-09-20T19:52:07.050 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-20T19:52:07.062 INFO:teuthology.orchestra.run.smithi146.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.7 MB/s | 248 kB 00:00 2024-09-20T19:52:07.112 INFO:teuthology.orchestra.run.smithi146.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 11 MB/s | 548 kB 00:00 2024-09-20T19:52:07.146 INFO:teuthology.orchestra.run.smithi146.stdout:(3/6): ceph-mgr-cephadm-19.3.0-5127.ge8baca1e.e 697 kB/s | 156 kB 00:00 2024-09-20T19:52:07.162 INFO:teuthology.orchestra.run.smithi146.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.1 MB/s | 58 kB 00:00 2024-09-20T19:52:07.205 INFO:teuthology.orchestra.run.smithi146.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.2 MB/s | 74 kB 00:00 2024-09-20T19:52:07.303 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-20T19:52:07.303 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:07.303 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-09-20T19:52:07.303 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-20T19:52:07.303 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:07.303 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:52:07.589 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install ceph-volume 2024-09-20T19:52:07.764 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-20T19:52:07.822 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-20T19:52:07.856 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-20T19:52:07.904 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-20T19:52:07.934 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mgr-rook-2:19.3.0-5127.ge8baca1e.el9.noarch 13/13 2024-09-20T19:52:08.182 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:01:30 ago on Fri 20 Sep 2024 07:50:38 PM UTC. 2024-09-20T19:52:08.320 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:52:08.321 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:52:08.321 INFO:teuthology.orchestra.run.smithi131.stdout: Package Arch Version Repository Size 2024-09-20T19:52:08.322 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:52:08.322 INFO:teuthology.orchestra.run.smithi131.stdout:Installing: 2024-09-20T19:52:08.322 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-volume noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 285 k 2024-09-20T19:52:08.322 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:08.322 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-09-20T19:52:08.322 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:52:08.322 INFO:teuthology.orchestra.run.smithi131.stdout:Install 1 Package 2024-09-20T19:52:08.323 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:08.323 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 285 k 2024-09-20T19:52:08.323 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 1.3 M 2024-09-20T19:52:08.323 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-09-20T19:52:08.363 INFO:teuthology.orchestra.run.smithi146.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 4.1 MB/s | 6.0 MB 00:01 2024-09-20T19:52:08.366 INFO:teuthology.orchestra.run.smithi146.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:52:08.366 INFO:teuthology.orchestra.run.smithi146.stdout:Total 4.4 MB/s | 7.0 MB 00:01 2024-09-20T19:52:08.437 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction check 2024-09-20T19:52:08.448 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction check succeeded. 2024-09-20T19:52:08.448 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction test 2024-09-20T19:52:08.536 INFO:teuthology.orchestra.run.smithi131.stdout:ceph-volume-19.3.0-5127.ge8baca1e.el9.noarch.rp 1.3 MB/s | 285 kB 00:00 2024-09-20T19:52:08.536 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:52:08.537 INFO:teuthology.orchestra.run.smithi131.stdout:Total 1.3 MB/s | 285 kB 00:00 2024-09-20T19:52:08.537 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-09-20T19:52:08.545 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-09-20T19:52:08.545 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-09-20T19:52:08.547 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction test succeeded. 2024-09-20T19:52:08.547 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction 2024-09-20T19:52:08.577 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-09-20T19:52:08.577 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-09-20T19:52:08.687 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-5127.ge8baca1e.el9.noarch 13/13 2024-09-20T19:52:08.687 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mgr-rook-2:19.3.0-5127.ge8baca1e.el9.noarch 1/13 2024-09-20T19:52:08.687 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-20T19:52:08.687 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-20T19:52:08.688 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-20T19:52:08.688 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-20T19:52:08.688 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-20T19:52:08.688 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-20T19:52:08.688 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-20T19:52:08.688 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-20T19:52:08.688 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-20T19:52:08.688 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-20T19:52:08.688 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-20T19:52:08.793 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-09-20T19:52:08.875 INFO:teuthology.orchestra.run.smithi146.stdout: Preparing : 1/1 2024-09-20T19:52:08.880 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : ceph-volume-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:52:08.896 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: ceph-volume-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:52:08.896 INFO:teuthology.orchestra.run.smithi131.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:52:08.896 INFO:teuthology.orchestra.run.smithi131.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-20T19:52:08.896 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:09.015 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-20T19:52:09.016 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:09.016 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-09-20T19:52:09.016 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-rook-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:52:09.016 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-20T19:52:09.016 INFO:teuthology.orchestra.run.smithi078.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-20T19:52:09.016 INFO:teuthology.orchestra.run.smithi078.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-20T19:52:09.016 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-20T19:52:09.016 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-20T19:52:09.016 INFO:teuthology.orchestra.run.smithi078.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-20T19:52:09.016 INFO:teuthology.orchestra.run.smithi078.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-20T19:52:09.016 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-20T19:52:09.016 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-20T19:52:09.016 INFO:teuthology.orchestra.run.smithi078.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-20T19:52:09.016 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-20T19:52:09.017 INFO:teuthology.orchestra.run.smithi078.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-20T19:52:09.017 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:09.017 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:52:09.053 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-20T19:52:09.107 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-20T19:52:09.238 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-mgr-cephadm 2024-09-20T19:52:09.635 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-20T19:52:09.726 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-20T19:52:09.795 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-20T19:52:09.819 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 6/6 2024-09-20T19:52:09.825 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:26 ago on Fri 20 Sep 2024 07:50:43 PM UTC. 2024-09-20T19:52:09.930 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : ceph-volume-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:52:09.930 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:09.930 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-09-20T19:52:09.930 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-volume-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:52:09.930 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:09.930 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:52:09.958 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:52:09.959 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:52:09.959 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2024-09-20T19:52:09.959 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:52:09.959 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-09-20T19:52:09.959 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-cephadm noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 156 k 2024-09-20T19:52:09.959 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2024-09-20T19:52:09.959 INFO:teuthology.orchestra.run.smithi078.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-20T19:52:09.959 INFO:teuthology.orchestra.run.smithi078.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-20T19:52:09.959 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-20T19:52:09.959 INFO:teuthology.orchestra.run.smithi078.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-20T19:52:09.959 INFO:teuthology.orchestra.run.smithi078.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-20T19:52:09.960 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:09.960 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-09-20T19:52:09.960 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:52:09.960 INFO:teuthology.orchestra.run.smithi078.stdout:Install 6 Packages 2024-09-20T19:52:09.960 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:09.960 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 7.0 M 2024-09-20T19:52:09.960 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 33 M 2024-09-20T19:52:09.960 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-09-20T19:52:10.220 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install librados-devel 2024-09-20T19:52:10.323 INFO:teuthology.orchestra.run.smithi078.stdout:(1/6): ceph-mgr-cephadm-19.3.0-5127.ge8baca1e.e 763 kB/s | 156 kB 00:00 2024-09-20T19:52:10.373 INFO:teuthology.orchestra.run.smithi078.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 11 MB/s | 548 kB 00:00 2024-09-20T19:52:10.398 INFO:teuthology.orchestra.run.smithi078.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.3 MB/s | 58 kB 00:00 2024-09-20T19:52:10.423 INFO:teuthology.orchestra.run.smithi078.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 2.9 MB/s | 74 kB 00:00 2024-09-20T19:52:10.614 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 6/6 2024-09-20T19:52:10.614 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/6 2024-09-20T19:52:10.614 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-20T19:52:10.614 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-20T19:52:10.614 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-20T19:52:10.614 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-20T19:52:10.749 INFO:teuthology.orchestra.run.smithi078.stdout:(5/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 394 kB/s | 248 kB 00:00 2024-09-20T19:52:10.812 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:01:32 ago on Fri 20 Sep 2024 07:50:38 PM UTC. 2024-09-20T19:52:10.897 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-20T19:52:10.897 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:10.897 INFO:teuthology.orchestra.run.smithi146.stdout:Installed: 2024-09-20T19:52:10.897 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-mgr-cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:52:10.897 INFO:teuthology.orchestra.run.smithi146.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-20T19:52:10.897 INFO:teuthology.orchestra.run.smithi146.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-20T19:52:10.897 INFO:teuthology.orchestra.run.smithi146.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-20T19:52:10.897 INFO:teuthology.orchestra.run.smithi146.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-20T19:52:10.898 INFO:teuthology.orchestra.run.smithi146.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-20T19:52:10.898 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:10.898 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:52:10.951 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:52:10.951 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:52:10.951 INFO:teuthology.orchestra.run.smithi131.stdout: Package Arch Version Repo Size 2024-09-20T19:52:10.952 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:52:10.952 INFO:teuthology.orchestra.run.smithi131.stdout:Installing: 2024-09-20T19:52:10.952 INFO:teuthology.orchestra.run.smithi131.stdout: librados-devel x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 126 k 2024-09-20T19:52:10.952 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:10.952 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-09-20T19:52:10.952 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:52:10.952 INFO:teuthology.orchestra.run.smithi131.stdout:Install 1 Package 2024-09-20T19:52:10.952 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:10.953 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 126 k 2024-09-20T19:52:10.953 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 456 k 2024-09-20T19:52:10.953 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-09-20T19:52:11.133 INFO:teuthology.orchestra.run.smithi131.stdout:librados-devel-19.3.0-5127.ge8baca1e.el9.x86_64 700 kB/s | 126 kB 00:00 2024-09-20T19:52:11.134 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:52:11.134 INFO:teuthology.orchestra.run.smithi131.stdout:Total 695 kB/s | 126 kB 00:00 2024-09-20T19:52:11.134 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-09-20T19:52:11.139 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-09-20T19:52:11.139 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-09-20T19:52:11.159 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum -y install ceph-fuse 2024-09-20T19:52:11.203 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-09-20T19:52:11.203 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-09-20T19:52:11.367 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-09-20T19:52:11.472 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : librados-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:11.745 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:01:30 ago on Fri 20 Sep 2024 07:50:41 PM UTC. 2024-09-20T19:52:11.877 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:52:11.878 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:52:11.878 INFO:teuthology.orchestra.run.smithi146.stdout: Package Arch Version Repository Size 2024-09-20T19:52:11.878 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:52:11.878 INFO:teuthology.orchestra.run.smithi146.stdout:Installing: 2024-09-20T19:52:11.878 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-fuse x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 900 k 2024-09-20T19:52:11.878 INFO:teuthology.orchestra.run.smithi146.stdout:Installing dependencies: 2024-09-20T19:52:11.878 INFO:teuthology.orchestra.run.smithi146.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-20T19:52:11.878 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:11.878 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2024-09-20T19:52:11.878 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:52:11.878 INFO:teuthology.orchestra.run.smithi146.stdout:Install 2 Packages 2024-09-20T19:52:11.878 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:11.879 INFO:teuthology.orchestra.run.smithi146.stdout:Total download size: 979 k 2024-09-20T19:52:11.879 INFO:teuthology.orchestra.run.smithi146.stdout:Installed size: 2.9 M 2024-09-20T19:52:11.879 INFO:teuthology.orchestra.run.smithi146.stdout:Downloading Packages: 2024-09-20T19:52:11.918 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: librados-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:12.016 INFO:teuthology.orchestra.run.smithi146.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 691 kB/s | 80 kB 00:00 2024-09-20T19:52:12.177 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : librados-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:12.177 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:12.177 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-09-20T19:52:12.177 INFO:teuthology.orchestra.run.smithi131.stdout: librados-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:52:12.177 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:12.177 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:52:12.191 INFO:teuthology.orchestra.run.smithi146.stdout:(2/2): ceph-fuse-19.3.0-5127.ge8baca1e.el9.x86_ 3.0 MB/s | 900 kB 00:00 2024-09-20T19:52:12.191 INFO:teuthology.orchestra.run.smithi146.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:52:12.191 INFO:teuthology.orchestra.run.smithi146.stdout:Total 3.1 MB/s | 979 kB 00:00 2024-09-20T19:52:12.203 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction check 2024-09-20T19:52:12.226 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction check succeeded. 2024-09-20T19:52:12.226 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction test 2024-09-20T19:52:12.308 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction test succeeded. 2024-09-20T19:52:12.309 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction 2024-09-20T19:52:12.349 INFO:teuthology.orchestra.run.smithi078.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 2.7 MB/s | 6.0 MB 00:02 2024-09-20T19:52:12.351 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:52:12.351 INFO:teuthology.orchestra.run.smithi078.stdout:Total 2.9 MB/s | 7.0 MB 00:02 2024-09-20T19:52:12.426 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-09-20T19:52:12.438 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-09-20T19:52:12.438 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-09-20T19:52:12.493 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install libcephfs2 2024-09-20T19:52:12.495 INFO:teuthology.orchestra.run.smithi146.stdout: Preparing : 1/1 2024-09-20T19:52:12.539 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-09-20T19:52:12.539 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-09-20T19:52:12.636 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-20T19:52:12.708 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : ceph-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/2 2024-09-20T19:52:12.843 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-09-20T19:52:13.021 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-20T19:52:13.067 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-20T19:52:13.083 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:01:35 ago on Fri 20 Sep 2024 07:50:38 PM UTC. 2024-09-20T19:52:13.175 INFO:teuthology.orchestra.run.smithi131.stdout:Package libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:52:13.222 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:52:13.223 INFO:teuthology.orchestra.run.smithi131.stdout:Nothing to do. 2024-09-20T19:52:13.223 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:52:13.308 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install libcephfs-devel 2024-09-20T19:52:13.396 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: ceph-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/2 2024-09-20T19:52:13.396 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : ceph-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/2 2024-09-20T19:52:13.586 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-20T19:52:13.678 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-20T19:52:13.680 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-20T19:52:13.681 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:13.681 INFO:teuthology.orchestra.run.smithi146.stdout:Installed: 2024-09-20T19:52:13.681 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-20T19:52:13.681 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:13.681 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:52:13.746 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-20T19:52:13.771 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 6/6 2024-09-20T19:52:13.893 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:01:35 ago on Fri 20 Sep 2024 07:50:38 PM UTC. 2024-09-20T19:52:13.954 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum -y install ceph-volume 2024-09-20T19:52:14.025 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:52:14.025 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:52:14.025 INFO:teuthology.orchestra.run.smithi131.stdout: Package Arch Version Repo Size 2024-09-20T19:52:14.025 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:52:14.026 INFO:teuthology.orchestra.run.smithi131.stdout:Installing: 2024-09-20T19:52:14.026 INFO:teuthology.orchestra.run.smithi131.stdout: libcephfs-devel x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 32 k 2024-09-20T19:52:14.026 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:14.026 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-09-20T19:52:14.026 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:52:14.026 INFO:teuthology.orchestra.run.smithi131.stdout:Install 1 Package 2024-09-20T19:52:14.026 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:14.026 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 32 k 2024-09-20T19:52:14.026 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 142 k 2024-09-20T19:52:14.026 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-09-20T19:52:14.171 INFO:teuthology.orchestra.run.smithi131.stdout:libcephfs-devel-19.3.0-5127.ge8baca1e.el9.x86_6 220 kB/s | 32 kB 00:00 2024-09-20T19:52:14.171 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:52:14.172 INFO:teuthology.orchestra.run.smithi131.stdout:Total 217 kB/s | 32 kB 00:00 2024-09-20T19:52:14.172 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-09-20T19:52:14.175 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-09-20T19:52:14.175 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-09-20T19:52:14.195 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-09-20T19:52:14.196 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-09-20T19:52:14.289 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-09-20T19:52:14.402 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : libcephfs-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:14.555 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:01:33 ago on Fri 20 Sep 2024 07:50:41 PM UTC. 2024-09-20T19:52:14.592 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 6/6 2024-09-20T19:52:14.592 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 1/6 2024-09-20T19:52:14.592 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-20T19:52:14.592 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-20T19:52:14.592 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-20T19:52:14.592 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-20T19:52:14.698 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:52:14.698 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:52:14.698 INFO:teuthology.orchestra.run.smithi146.stdout: Package Arch Version Repository Size 2024-09-20T19:52:14.698 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:52:14.699 INFO:teuthology.orchestra.run.smithi146.stdout:Installing: 2024-09-20T19:52:14.699 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-volume noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 285 k 2024-09-20T19:52:14.699 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:14.699 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2024-09-20T19:52:14.699 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:52:14.699 INFO:teuthology.orchestra.run.smithi146.stdout:Install 1 Package 2024-09-20T19:52:14.699 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:14.699 INFO:teuthology.orchestra.run.smithi146.stdout:Total download size: 285 k 2024-09-20T19:52:14.699 INFO:teuthology.orchestra.run.smithi146.stdout:Installed size: 1.3 M 2024-09-20T19:52:14.700 INFO:teuthology.orchestra.run.smithi146.stdout:Downloading Packages: 2024-09-20T19:52:14.765 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:14.872 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-20T19:52:14.873 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:14.873 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-09-20T19:52:14.873 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-cephadm-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:52:14.873 INFO:teuthology.orchestra.run.smithi078.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-20T19:52:14.873 INFO:teuthology.orchestra.run.smithi078.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-20T19:52:14.873 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-20T19:52:14.873 INFO:teuthology.orchestra.run.smithi078.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-20T19:52:14.873 INFO:teuthology.orchestra.run.smithi078.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-20T19:52:14.873 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:14.873 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:52:14.936 INFO:teuthology.orchestra.run.smithi146.stdout:ceph-volume-19.3.0-5127.ge8baca1e.el9.noarch.rp 1.2 MB/s | 285 kB 00:00 2024-09-20T19:52:14.937 INFO:teuthology.orchestra.run.smithi146.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:52:14.937 INFO:teuthology.orchestra.run.smithi146.stdout:Total 1.2 MB/s | 285 kB 00:00 2024-09-20T19:52:14.937 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction check 2024-09-20T19:52:14.946 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction check succeeded. 2024-09-20T19:52:14.946 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction test 2024-09-20T19:52:14.978 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction test succeeded. 2024-09-20T19:52:14.978 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction 2024-09-20T19:52:14.993 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : libcephfs-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:14.993 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:14.993 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-09-20T19:52:14.993 INFO:teuthology.orchestra.run.smithi131.stdout: libcephfs-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:52:14.994 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:14.994 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:52:15.123 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-fuse 2024-09-20T19:52:15.195 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install librados2 2024-09-20T19:52:15.197 INFO:teuthology.orchestra.run.smithi146.stdout: Preparing : 1/1 2024-09-20T19:52:15.280 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : ceph-volume-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:52:15.296 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: ceph-volume-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:52:15.296 INFO:teuthology.orchestra.run.smithi146.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:52:15.296 INFO:teuthology.orchestra.run.smithi146.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-20T19:52:15.296 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:15.696 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:32 ago on Fri 20 Sep 2024 07:50:43 PM UTC. 2024-09-20T19:52:15.781 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:01:37 ago on Fri 20 Sep 2024 07:50:38 PM UTC. 2024-09-20T19:52:15.827 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:52:15.828 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:52:15.828 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2024-09-20T19:52:15.828 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:52:15.828 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-09-20T19:52:15.828 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-fuse x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 900 k 2024-09-20T19:52:15.828 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2024-09-20T19:52:15.828 INFO:teuthology.orchestra.run.smithi078.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-20T19:52:15.828 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:15.829 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-09-20T19:52:15.829 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:52:15.829 INFO:teuthology.orchestra.run.smithi078.stdout:Install 2 Packages 2024-09-20T19:52:15.829 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:15.829 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 979 k 2024-09-20T19:52:15.830 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 2.9 M 2024-09-20T19:52:15.830 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-09-20T19:52:15.871 INFO:teuthology.orchestra.run.smithi131.stdout:Package librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:52:15.914 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:52:15.915 INFO:teuthology.orchestra.run.smithi131.stdout:Nothing to do. 2024-09-20T19:52:15.915 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:52:15.998 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install librbd1 2024-09-20T19:52:16.059 INFO:teuthology.orchestra.run.smithi078.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 699 kB/s | 80 kB 00:00 2024-09-20T19:52:16.243 INFO:teuthology.orchestra.run.smithi078.stdout:(2/2): ceph-fuse-19.3.0-5127.ge8baca1e.el9.x86_ 3.0 MB/s | 900 kB 00:00 2024-09-20T19:52:16.243 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:52:16.243 INFO:teuthology.orchestra.run.smithi078.stdout:Total 2.3 MB/s | 979 kB 00:00 2024-09-20T19:52:16.255 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-09-20T19:52:16.277 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-09-20T19:52:16.277 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-09-20T19:52:16.305 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : ceph-volume-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:52:16.305 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:16.305 INFO:teuthology.orchestra.run.smithi146.stdout:Installed: 2024-09-20T19:52:16.305 INFO:teuthology.orchestra.run.smithi146.stdout: ceph-volume-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:52:16.305 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:16.305 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:52:16.358 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-09-20T19:52:16.358 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-09-20T19:52:16.553 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-09-20T19:52:16.590 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:01:38 ago on Fri 20 Sep 2024 07:50:38 PM UTC. 2024-09-20T19:52:16.593 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum -y install librados-devel 2024-09-20T19:52:16.679 INFO:teuthology.orchestra.run.smithi131.stdout:Package librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:52:16.680 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-20T19:52:16.722 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:52:16.723 INFO:teuthology.orchestra.run.smithi131.stdout:Nothing to do. 2024-09-20T19:52:16.724 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:52:16.751 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/2 2024-09-20T19:52:16.807 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install python3-rados 2024-09-20T19:52:17.195 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:01:36 ago on Fri 20 Sep 2024 07:50:41 PM UTC. 2024-09-20T19:52:17.329 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:52:17.330 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:52:17.330 INFO:teuthology.orchestra.run.smithi146.stdout: Package Arch Version Repo Size 2024-09-20T19:52:17.330 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:52:17.330 INFO:teuthology.orchestra.run.smithi146.stdout:Installing: 2024-09-20T19:52:17.330 INFO:teuthology.orchestra.run.smithi146.stdout: librados-devel x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 126 k 2024-09-20T19:52:17.330 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:17.330 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2024-09-20T19:52:17.330 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:52:17.330 INFO:teuthology.orchestra.run.smithi146.stdout:Install 1 Package 2024-09-20T19:52:17.330 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:17.331 INFO:teuthology.orchestra.run.smithi146.stdout:Total download size: 126 k 2024-09-20T19:52:17.331 INFO:teuthology.orchestra.run.smithi146.stdout:Installed size: 456 k 2024-09-20T19:52:17.331 INFO:teuthology.orchestra.run.smithi146.stdout:Downloading Packages: 2024-09-20T19:52:17.391 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:01:39 ago on Fri 20 Sep 2024 07:50:38 PM UTC. 2024-09-20T19:52:17.421 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 2/2 2024-09-20T19:52:17.421 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/2 2024-09-20T19:52:17.480 INFO:teuthology.orchestra.run.smithi131.stdout:Package python3-rados-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:52:17.522 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:52:17.524 INFO:teuthology.orchestra.run.smithi131.stdout:Nothing to do. 2024-09-20T19:52:17.524 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:52:17.549 INFO:teuthology.orchestra.run.smithi146.stdout:librados-devel-19.3.0-5127.ge8baca1e.el9.x86_64 579 kB/s | 126 kB 00:00 2024-09-20T19:52:17.550 INFO:teuthology.orchestra.run.smithi146.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:52:17.550 INFO:teuthology.orchestra.run.smithi146.stdout:Total 575 kB/s | 126 kB 00:00 2024-09-20T19:52:17.550 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction check 2024-09-20T19:52:17.556 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction check succeeded. 2024-09-20T19:52:17.556 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction test 2024-09-20T19:52:17.603 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install python3-rgw 2024-09-20T19:52:17.620 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction test succeeded. 2024-09-20T19:52:17.620 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction 2024-09-20T19:52:17.678 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-20T19:52:17.729 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:17.730 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-09-20T19:52:17.730 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-20T19:52:17.730 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:17.730 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:52:17.786 INFO:teuthology.orchestra.run.smithi146.stdout: Preparing : 1/1 2024-09-20T19:52:17.898 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : librados-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:17.946 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-volume 2024-09-20T19:52:18.182 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:01:40 ago on Fri 20 Sep 2024 07:50:38 PM UTC. 2024-09-20T19:52:18.271 INFO:teuthology.orchestra.run.smithi131.stdout:Package python3-rgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:52:18.315 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:52:18.316 INFO:teuthology.orchestra.run.smithi131.stdout:Nothing to do. 2024-09-20T19:52:18.316 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:52:18.322 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: librados-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:18.406 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install python3-cephfs 2024-09-20T19:52:18.537 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:35 ago on Fri 20 Sep 2024 07:50:43 PM UTC. 2024-09-20T19:52:18.569 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : librados-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:18.569 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:18.569 INFO:teuthology.orchestra.run.smithi146.stdout:Installed: 2024-09-20T19:52:18.569 INFO:teuthology.orchestra.run.smithi146.stdout: librados-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:52:18.569 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:18.569 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:52:18.673 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:52:18.674 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:52:18.674 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2024-09-20T19:52:18.674 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:52:18.674 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-09-20T19:52:18.674 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-volume noarch 2:19.3.0-5127.ge8baca1e.el9 ceph-noarch 285 k 2024-09-20T19:52:18.674 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:18.674 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-09-20T19:52:18.675 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:52:18.675 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2024-09-20T19:52:18.675 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:18.675 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 285 k 2024-09-20T19:52:18.675 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 1.3 M 2024-09-20T19:52:18.675 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-09-20T19:52:18.843 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum -y install libcephfs2 2024-09-20T19:52:18.880 INFO:teuthology.orchestra.run.smithi078.stdout:ceph-volume-19.3.0-5127.ge8baca1e.el9.noarch.rp 1.4 MB/s | 285 kB 00:00 2024-09-20T19:52:18.881 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:52:18.881 INFO:teuthology.orchestra.run.smithi078.stdout:Total 1.3 MB/s | 285 kB 00:00 2024-09-20T19:52:18.881 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-09-20T19:52:18.890 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-09-20T19:52:18.890 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-09-20T19:52:18.918 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-09-20T19:52:18.919 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-09-20T19:52:18.984 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:01:40 ago on Fri 20 Sep 2024 07:50:38 PM UTC. 2024-09-20T19:52:19.072 INFO:teuthology.orchestra.run.smithi131.stdout:Package python3-cephfs-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:52:19.116 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:52:19.117 INFO:teuthology.orchestra.run.smithi131.stdout:Nothing to do. 2024-09-20T19:52:19.117 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:52:19.135 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-09-20T19:52:19.194 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install python3-rbd 2024-09-20T19:52:19.199 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-volume-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:52:19.215 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-volume-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:52:19.215 INFO:teuthology.orchestra.run.smithi078.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:52:19.215 INFO:teuthology.orchestra.run.smithi078.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-20T19:52:19.215 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:19.445 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:01:38 ago on Fri 20 Sep 2024 07:50:41 PM UTC. 2024-09-20T19:52:19.539 INFO:teuthology.orchestra.run.smithi146.stdout:Package libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:52:19.586 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:52:19.587 INFO:teuthology.orchestra.run.smithi146.stdout:Nothing to do. 2024-09-20T19:52:19.587 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:52:19.656 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum -y install libcephfs-devel 2024-09-20T19:52:19.773 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:01:41 ago on Fri 20 Sep 2024 07:50:38 PM UTC. 2024-09-20T19:52:19.861 INFO:teuthology.orchestra.run.smithi131.stdout:Package python3-rbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:52:19.905 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:52:19.906 INFO:teuthology.orchestra.run.smithi131.stdout:Nothing to do. 2024-09-20T19:52:19.906 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:52:19.990 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install rbd-fuse 2024-09-20T19:52:20.206 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-volume-2:19.3.0-5127.ge8baca1e.el9.noarch 1/1 2024-09-20T19:52:20.207 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:20.207 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-09-20T19:52:20.207 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-volume-2:19.3.0-5127.ge8baca1e.el9.noarch 2024-09-20T19:52:20.207 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:20.207 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:52:20.238 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:01:39 ago on Fri 20 Sep 2024 07:50:41 PM UTC. 2024-09-20T19:52:20.371 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:52:20.372 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:52:20.372 INFO:teuthology.orchestra.run.smithi146.stdout: Package Arch Version Repo Size 2024-09-20T19:52:20.372 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:52:20.372 INFO:teuthology.orchestra.run.smithi146.stdout:Installing: 2024-09-20T19:52:20.372 INFO:teuthology.orchestra.run.smithi146.stdout: libcephfs-devel x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 32 k 2024-09-20T19:52:20.372 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:20.373 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2024-09-20T19:52:20.373 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:52:20.373 INFO:teuthology.orchestra.run.smithi146.stdout:Install 1 Package 2024-09-20T19:52:20.373 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:20.373 INFO:teuthology.orchestra.run.smithi146.stdout:Total download size: 32 k 2024-09-20T19:52:20.373 INFO:teuthology.orchestra.run.smithi146.stdout:Installed size: 142 k 2024-09-20T19:52:20.373 INFO:teuthology.orchestra.run.smithi146.stdout:Downloading Packages: 2024-09-20T19:52:20.476 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install librados-devel 2024-09-20T19:52:20.528 INFO:teuthology.orchestra.run.smithi146.stdout:libcephfs-devel-19.3.0-5127.ge8baca1e.el9.x86_6 205 kB/s | 32 kB 00:00 2024-09-20T19:52:20.529 INFO:teuthology.orchestra.run.smithi146.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:52:20.529 INFO:teuthology.orchestra.run.smithi146.stdout:Total 203 kB/s | 32 kB 00:00 2024-09-20T19:52:20.529 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction check 2024-09-20T19:52:20.533 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction check succeeded. 2024-09-20T19:52:20.533 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction test 2024-09-20T19:52:20.548 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction test succeeded. 2024-09-20T19:52:20.548 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction 2024-09-20T19:52:20.569 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:01:42 ago on Fri 20 Sep 2024 07:50:38 PM UTC. 2024-09-20T19:52:20.638 INFO:teuthology.orchestra.run.smithi146.stdout: Preparing : 1/1 2024-09-20T19:52:20.702 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:52:20.702 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:52:20.702 INFO:teuthology.orchestra.run.smithi131.stdout: Package Architecture Version Repository Size 2024-09-20T19:52:20.702 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:52:20.702 INFO:teuthology.orchestra.run.smithi131.stdout:Installing: 2024-09-20T19:52:20.702 INFO:teuthology.orchestra.run.smithi131.stdout: rbd-fuse x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 85 k 2024-09-20T19:52:20.703 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:20.703 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-09-20T19:52:20.703 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:52:20.703 INFO:teuthology.orchestra.run.smithi131.stdout:Install 1 Package 2024-09-20T19:52:20.703 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:20.703 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 85 k 2024-09-20T19:52:20.703 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 231 k 2024-09-20T19:52:20.703 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-09-20T19:52:20.766 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : libcephfs-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:20.899 INFO:teuthology.orchestra.run.smithi131.stdout:rbd-fuse-19.3.0-5127.ge8baca1e.el9.x86_64.rpm 436 kB/s | 85 kB 00:00 2024-09-20T19:52:20.900 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:52:20.900 INFO:teuthology.orchestra.run.smithi131.stdout:Total 433 kB/s | 85 kB 00:00 2024-09-20T19:52:20.900 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-09-20T19:52:20.907 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-09-20T19:52:20.907 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-09-20T19:52:20.971 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-09-20T19:52:20.971 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-09-20T19:52:21.075 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:38 ago on Fri 20 Sep 2024 07:50:43 PM UTC. 2024-09-20T19:52:21.118 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-09-20T19:52:21.172 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:21.210 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:52:21.211 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:52:21.211 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repo Size 2024-09-20T19:52:21.211 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:52:21.211 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-09-20T19:52:21.211 INFO:teuthology.orchestra.run.smithi078.stdout: librados-devel x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 126 k 2024-09-20T19:52:21.211 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:21.211 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-09-20T19:52:21.211 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:52:21.211 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2024-09-20T19:52:21.211 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:21.211 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 126 k 2024-09-20T19:52:21.212 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 456 k 2024-09-20T19:52:21.212 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-09-20T19:52:21.230 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : rbd-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:21.408 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : libcephfs-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:21.408 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:21.408 INFO:teuthology.orchestra.run.smithi146.stdout:Installed: 2024-09-20T19:52:21.408 INFO:teuthology.orchestra.run.smithi146.stdout: libcephfs-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:52:21.408 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:21.408 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:52:21.411 INFO:teuthology.orchestra.run.smithi078.stdout:librados-devel-19.3.0-5127.ge8baca1e.el9.x86_64 636 kB/s | 126 kB 00:00 2024-09-20T19:52:21.411 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:52:21.411 INFO:teuthology.orchestra.run.smithi078.stdout:Total 632 kB/s | 126 kB 00:00 2024-09-20T19:52:21.412 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-09-20T19:52:21.417 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-09-20T19:52:21.417 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-09-20T19:52:21.482 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-09-20T19:52:21.482 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-09-20T19:52:21.600 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: rbd-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:21.607 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum -y install librados2 2024-09-20T19:52:21.634 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-09-20T19:52:21.741 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : librados-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:21.840 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : rbd-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:21.840 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:21.840 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-09-20T19:52:21.840 INFO:teuthology.orchestra.run.smithi131.stdout: rbd-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:52:21.840 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:21.840 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:52:22.076 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install rbd-mirror 2024-09-20T19:52:22.169 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librados-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:22.192 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:01:41 ago on Fri 20 Sep 2024 07:50:41 PM UTC. 2024-09-20T19:52:22.281 INFO:teuthology.orchestra.run.smithi146.stdout:Package librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:52:22.324 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:52:22.325 INFO:teuthology.orchestra.run.smithi146.stdout:Nothing to do. 2024-09-20T19:52:22.326 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:52:22.387 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum -y install librbd1 2024-09-20T19:52:22.415 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librados-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:22.415 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:22.415 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-09-20T19:52:22.415 INFO:teuthology.orchestra.run.smithi078.stdout: librados-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:52:22.415 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:22.415 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:52:22.690 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install libcephfs2 2024-09-20T19:52:22.696 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:01:44 ago on Fri 20 Sep 2024 07:50:38 PM UTC. 2024-09-20T19:52:22.842 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:52:22.843 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:52:22.843 INFO:teuthology.orchestra.run.smithi131.stdout: Package Arch Version Repo Size 2024-09-20T19:52:22.843 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:52:22.843 INFO:teuthology.orchestra.run.smithi131.stdout:Installing: 2024-09-20T19:52:22.843 INFO:teuthology.orchestra.run.smithi131.stdout: rbd-mirror x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 3.2 M 2024-09-20T19:52:22.843 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:22.843 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-09-20T19:52:22.843 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:52:22.843 INFO:teuthology.orchestra.run.smithi131.stdout:Install 1 Package 2024-09-20T19:52:22.843 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:22.843 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 3.2 M 2024-09-20T19:52:22.843 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 14 M 2024-09-20T19:52:22.843 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-09-20T19:52:22.974 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:01:41 ago on Fri 20 Sep 2024 07:50:41 PM UTC. 2024-09-20T19:52:23.064 INFO:teuthology.orchestra.run.smithi146.stdout:Package librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:52:23.108 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:52:23.109 INFO:teuthology.orchestra.run.smithi146.stdout:Nothing to do. 2024-09-20T19:52:23.109 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:52:23.171 INFO:teuthology.orchestra.run.smithi131.stdout:rbd-mirror-19.3.0-5127.ge8baca1e.el9.x86_64.rpm 9.8 MB/s | 3.2 MB 00:00 2024-09-20T19:52:23.171 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:52:23.172 INFO:teuthology.orchestra.run.smithi131.stdout:Total 9.7 MB/s | 3.2 MB 00:00 2024-09-20T19:52:23.172 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-09-20T19:52:23.179 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum -y install python3-rados 2024-09-20T19:52:23.181 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-09-20T19:52:23.181 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-09-20T19:52:23.269 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-09-20T19:52:23.270 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-09-20T19:52:23.296 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:40 ago on Fri 20 Sep 2024 07:50:43 PM UTC. 2024-09-20T19:52:23.390 INFO:teuthology.orchestra.run.smithi078.stdout:Package libcephfs2-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:52:23.436 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:52:23.437 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2024-09-20T19:52:23.437 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:52:23.499 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install libcephfs-devel 2024-09-20T19:52:23.756 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:01:42 ago on Fri 20 Sep 2024 07:50:41 PM UTC. 2024-09-20T19:52:23.773 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-09-20T19:52:23.838 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : rbd-mirror-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:23.846 INFO:teuthology.orchestra.run.smithi146.stdout:Package python3-rados-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:52:23.864 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: rbd-mirror-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:23.865 INFO:teuthology.orchestra.run.smithi131.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:52:23.865 INFO:teuthology.orchestra.run.smithi131.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-20T19:52:23.865 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-20T19:52:23.865 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-20T19:52:23.865 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:23.890 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:52:23.891 INFO:teuthology.orchestra.run.smithi146.stdout:Nothing to do. 2024-09-20T19:52:23.891 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:52:23.953 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum -y install python3-rgw 2024-09-20T19:52:24.079 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:41 ago on Fri 20 Sep 2024 07:50:43 PM UTC. 2024-09-20T19:52:24.210 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:52:24.211 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:52:24.211 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repo Size 2024-09-20T19:52:24.211 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:52:24.211 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-09-20T19:52:24.211 INFO:teuthology.orchestra.run.smithi078.stdout: libcephfs-devel x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 32 k 2024-09-20T19:52:24.211 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:24.211 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-09-20T19:52:24.212 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:52:24.212 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2024-09-20T19:52:24.212 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:24.212 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 32 k 2024-09-20T19:52:24.212 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 142 k 2024-09-20T19:52:24.212 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-09-20T19:52:24.365 INFO:teuthology.orchestra.run.smithi078.stdout:libcephfs-devel-19.3.0-5127.ge8baca1e.el9.x86_6 208 kB/s | 32 kB 00:00 2024-09-20T19:52:24.366 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:52:24.366 INFO:teuthology.orchestra.run.smithi078.stdout:Total 206 kB/s | 32 kB 00:00 2024-09-20T19:52:24.366 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-09-20T19:52:24.369 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-09-20T19:52:24.369 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-09-20T19:52:24.389 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-09-20T19:52:24.389 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-09-20T19:52:24.484 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-09-20T19:52:24.534 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:01:43 ago on Fri 20 Sep 2024 07:50:41 PM UTC. 2024-09-20T19:52:24.604 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libcephfs-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:24.624 INFO:teuthology.orchestra.run.smithi146.stdout:Package python3-rgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:52:24.668 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:52:24.668 INFO:teuthology.orchestra.run.smithi146.stdout:Nothing to do. 2024-09-20T19:52:24.668 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:52:24.741 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum -y install python3-cephfs 2024-09-20T19:52:25.002 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:25.041 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : rbd-mirror-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:25.041 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:25.041 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-09-20T19:52:25.041 INFO:teuthology.orchestra.run.smithi131.stdout: rbd-mirror-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:52:25.041 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:25.042 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:52:25.238 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libcephfs-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:25.238 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:25.238 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-09-20T19:52:25.238 INFO:teuthology.orchestra.run.smithi078.stdout: libcephfs-devel-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:52:25.238 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:25.238 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:52:25.265 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum -y install rbd-nbd 2024-09-20T19:52:25.327 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:01:44 ago on Fri 20 Sep 2024 07:50:41 PM UTC. 2024-09-20T19:52:25.414 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install librados2 2024-09-20T19:52:25.417 INFO:teuthology.orchestra.run.smithi146.stdout:Package python3-cephfs-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:52:25.461 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:52:25.462 INFO:teuthology.orchestra.run.smithi146.stdout:Nothing to do. 2024-09-20T19:52:25.462 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:52:25.534 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum -y install python3-rbd 2024-09-20T19:52:25.871 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:01:47 ago on Fri 20 Sep 2024 07:50:38 PM UTC. 2024-09-20T19:52:25.998 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:42 ago on Fri 20 Sep 2024 07:50:43 PM UTC. 2024-09-20T19:52:26.005 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-09-20T19:52:26.005 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:52:26.006 INFO:teuthology.orchestra.run.smithi131.stdout: Package Architecture Version Repository Size 2024-09-20T19:52:26.006 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:52:26.006 INFO:teuthology.orchestra.run.smithi131.stdout:Installing: 2024-09-20T19:52:26.006 INFO:teuthology.orchestra.run.smithi131.stdout: rbd-nbd x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 170 k 2024-09-20T19:52:26.006 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:26.006 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-09-20T19:52:26.006 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-09-20T19:52:26.006 INFO:teuthology.orchestra.run.smithi131.stdout:Install 1 Package 2024-09-20T19:52:26.006 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:26.007 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 170 k 2024-09-20T19:52:26.007 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 490 k 2024-09-20T19:52:26.007 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-09-20T19:52:26.088 INFO:teuthology.orchestra.run.smithi078.stdout:Package librados2-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:52:26.115 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:01:45 ago on Fri 20 Sep 2024 07:50:41 PM UTC. 2024-09-20T19:52:26.132 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:52:26.133 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2024-09-20T19:52:26.133 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:52:26.195 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install librbd1 2024-09-20T19:52:26.205 INFO:teuthology.orchestra.run.smithi146.stdout:Package python3-rbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:52:26.225 INFO:teuthology.orchestra.run.smithi131.stdout:rbd-nbd-19.3.0-5127.ge8baca1e.el9.x86_64.rpm 784 kB/s | 170 kB 00:00 2024-09-20T19:52:26.225 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:52:26.225 INFO:teuthology.orchestra.run.smithi131.stdout:Total 777 kB/s | 170 kB 00:00 2024-09-20T19:52:26.226 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-09-20T19:52:26.234 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-09-20T19:52:26.234 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-09-20T19:52:26.249 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:52:26.250 INFO:teuthology.orchestra.run.smithi146.stdout:Nothing to do. 2024-09-20T19:52:26.250 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:52:26.298 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-09-20T19:52:26.298 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-09-20T19:52:26.323 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum -y install rbd-fuse 2024-09-20T19:52:26.455 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-09-20T19:52:26.556 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : rbd-nbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:26.777 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:43 ago on Fri 20 Sep 2024 07:50:43 PM UTC. 2024-09-20T19:52:26.866 INFO:teuthology.orchestra.run.smithi078.stdout:Package librbd1-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:52:26.904 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:01:45 ago on Fri 20 Sep 2024 07:50:41 PM UTC. 2024-09-20T19:52:26.909 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:52:26.910 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2024-09-20T19:52:26.910 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:52:26.964 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: rbd-nbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:26.976 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install python3-rados 2024-09-20T19:52:27.039 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:52:27.042 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:52:27.042 INFO:teuthology.orchestra.run.smithi146.stdout: Package Architecture Version Repository Size 2024-09-20T19:52:27.042 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:52:27.042 INFO:teuthology.orchestra.run.smithi146.stdout:Installing: 2024-09-20T19:52:27.042 INFO:teuthology.orchestra.run.smithi146.stdout: rbd-fuse x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 85 k 2024-09-20T19:52:27.042 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:27.042 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2024-09-20T19:52:27.042 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:52:27.042 INFO:teuthology.orchestra.run.smithi146.stdout:Install 1 Package 2024-09-20T19:52:27.042 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:27.042 INFO:teuthology.orchestra.run.smithi146.stdout:Total download size: 85 k 2024-09-20T19:52:27.042 INFO:teuthology.orchestra.run.smithi146.stdout:Installed size: 231 k 2024-09-20T19:52:27.043 INFO:teuthology.orchestra.run.smithi146.stdout:Downloading Packages: 2024-09-20T19:52:27.193 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : rbd-nbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:27.193 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:27.193 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-09-20T19:52:27.193 INFO:teuthology.orchestra.run.smithi131.stdout: rbd-nbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:52:27.193 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-20T19:52:27.194 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-09-20T19:52:27.240 INFO:teuthology.orchestra.run.smithi146.stdout:rbd-fuse-19.3.0-5127.ge8baca1e.el9.x86_64.rpm 428 kB/s | 85 kB 00:00 2024-09-20T19:52:27.240 INFO:teuthology.orchestra.run.smithi146.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:52:27.241 INFO:teuthology.orchestra.run.smithi146.stdout:Total 426 kB/s | 85 kB 00:00 2024-09-20T19:52:27.241 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction check 2024-09-20T19:52:27.247 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction check succeeded. 2024-09-20T19:52:27.248 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction test 2024-09-20T19:52:27.311 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction test succeeded. 2024-09-20T19:52:27.312 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction 2024-09-20T19:52:27.460 INFO:teuthology.orchestra.run.smithi146.stdout: Preparing : 1/1 2024-09-20T19:52:27.464 DEBUG:teuthology.parallel:result is None 2024-09-20T19:52:27.554 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : rbd-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:27.557 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:44 ago on Fri 20 Sep 2024 07:50:43 PM UTC. 2024-09-20T19:52:27.646 INFO:teuthology.orchestra.run.smithi078.stdout:Package python3-rados-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:52:27.690 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:52:27.691 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2024-09-20T19:52:27.691 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:52:27.760 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install python3-rgw 2024-09-20T19:52:28.010 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: rbd-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:28.296 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : rbd-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:28.296 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:28.296 INFO:teuthology.orchestra.run.smithi146.stdout:Installed: 2024-09-20T19:52:28.296 INFO:teuthology.orchestra.run.smithi146.stdout: rbd-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:52:28.296 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:28.296 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:52:28.339 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:45 ago on Fri 20 Sep 2024 07:50:43 PM UTC. 2024-09-20T19:52:28.431 INFO:teuthology.orchestra.run.smithi078.stdout:Package python3-rgw-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:52:28.475 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:52:28.476 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2024-09-20T19:52:28.476 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:52:28.533 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum -y install rbd-mirror 2024-09-20T19:52:28.539 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install python3-cephfs 2024-09-20T19:52:29.117 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:46 ago on Fri 20 Sep 2024 07:50:43 PM UTC. 2024-09-20T19:52:29.145 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:01:48 ago on Fri 20 Sep 2024 07:50:41 PM UTC. 2024-09-20T19:52:29.208 INFO:teuthology.orchestra.run.smithi078.stdout:Package python3-cephfs-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:52:29.251 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:52:29.252 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2024-09-20T19:52:29.252 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:52:29.284 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:52:29.285 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:52:29.285 INFO:teuthology.orchestra.run.smithi146.stdout: Package Arch Version Repo Size 2024-09-20T19:52:29.285 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:52:29.285 INFO:teuthology.orchestra.run.smithi146.stdout:Installing: 2024-09-20T19:52:29.285 INFO:teuthology.orchestra.run.smithi146.stdout: rbd-mirror x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 3.2 M 2024-09-20T19:52:29.285 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:29.285 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2024-09-20T19:52:29.285 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:52:29.285 INFO:teuthology.orchestra.run.smithi146.stdout:Install 1 Package 2024-09-20T19:52:29.285 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:29.286 INFO:teuthology.orchestra.run.smithi146.stdout:Total download size: 3.2 M 2024-09-20T19:52:29.286 INFO:teuthology.orchestra.run.smithi146.stdout:Installed size: 14 M 2024-09-20T19:52:29.286 INFO:teuthology.orchestra.run.smithi146.stdout:Downloading Packages: 2024-09-20T19:52:29.318 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install python3-rbd 2024-09-20T19:52:29.627 INFO:teuthology.orchestra.run.smithi146.stdout:rbd-mirror-19.3.0-5127.ge8baca1e.el9.x86_64.rpm 9.4 MB/s | 3.2 MB 00:00 2024-09-20T19:52:29.628 INFO:teuthology.orchestra.run.smithi146.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:52:29.628 INFO:teuthology.orchestra.run.smithi146.stdout:Total 9.3 MB/s | 3.2 MB 00:00 2024-09-20T19:52:29.628 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction check 2024-09-20T19:52:29.638 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction check succeeded. 2024-09-20T19:52:29.638 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction test 2024-09-20T19:52:29.726 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction test succeeded. 2024-09-20T19:52:29.726 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction 2024-09-20T19:52:29.898 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:46 ago on Fri 20 Sep 2024 07:50:43 PM UTC. 2024-09-20T19:52:29.989 INFO:teuthology.orchestra.run.smithi078.stdout:Package python3-rbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 is already installed. 2024-09-20T19:52:30.033 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:52:30.034 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2024-09-20T19:52:30.034 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:52:30.101 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install rbd-fuse 2024-09-20T19:52:30.225 INFO:teuthology.orchestra.run.smithi146.stdout: Preparing : 1/1 2024-09-20T19:52:30.294 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : rbd-mirror-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:30.321 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: rbd-mirror-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:30.321 INFO:teuthology.orchestra.run.smithi146.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:52:30.321 INFO:teuthology.orchestra.run.smithi146.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-20T19:52:30.321 INFO:teuthology.orchestra.run.smithi146.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-20T19:52:30.321 INFO:teuthology.orchestra.run.smithi146.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-20T19:52:30.322 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:30.683 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:47 ago on Fri 20 Sep 2024 07:50:43 PM UTC. 2024-09-20T19:52:30.815 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:52:30.816 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:52:30.816 INFO:teuthology.orchestra.run.smithi078.stdout: Package Architecture Version Repository Size 2024-09-20T19:52:30.816 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:52:30.816 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-09-20T19:52:30.816 INFO:teuthology.orchestra.run.smithi078.stdout: rbd-fuse x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 85 k 2024-09-20T19:52:30.816 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:30.816 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-09-20T19:52:30.816 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:52:30.816 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2024-09-20T19:52:30.816 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:30.817 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 85 k 2024-09-20T19:52:30.817 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 231 k 2024-09-20T19:52:30.817 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-09-20T19:52:31.002 INFO:teuthology.orchestra.run.smithi078.stdout:rbd-fuse-19.3.0-5127.ge8baca1e.el9.x86_64.rpm 463 kB/s | 85 kB 00:00 2024-09-20T19:52:31.002 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:52:31.002 INFO:teuthology.orchestra.run.smithi078.stdout:Total 459 kB/s | 85 kB 00:00 2024-09-20T19:52:31.003 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-09-20T19:52:31.009 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-09-20T19:52:31.009 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-09-20T19:52:31.072 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-09-20T19:52:31.072 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-09-20T19:52:31.219 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-09-20T19:52:31.306 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : rbd-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:31.406 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : rbd-mirror-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:31.406 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:31.406 INFO:teuthology.orchestra.run.smithi146.stdout:Installed: 2024-09-20T19:52:31.407 INFO:teuthology.orchestra.run.smithi146.stdout: rbd-mirror-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:52:31.407 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:31.407 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:52:31.639 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum -y install rbd-nbd 2024-09-20T19:52:31.674 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: rbd-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:31.928 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : rbd-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:31.928 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:31.928 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-09-20T19:52:31.929 INFO:teuthology.orchestra.run.smithi078.stdout: rbd-fuse-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:52:31.929 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:31.929 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:52:32.176 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install rbd-mirror 2024-09-20T19:52:32.243 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:01:51 ago on Fri 20 Sep 2024 07:50:41 PM UTC. 2024-09-20T19:52:32.376 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2024-09-20T19:52:32.376 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:52:32.376 INFO:teuthology.orchestra.run.smithi146.stdout: Package Architecture Version Repository Size 2024-09-20T19:52:32.376 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:52:32.376 INFO:teuthology.orchestra.run.smithi146.stdout:Installing: 2024-09-20T19:52:32.377 INFO:teuthology.orchestra.run.smithi146.stdout: rbd-nbd x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 170 k 2024-09-20T19:52:32.377 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:32.377 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2024-09-20T19:52:32.377 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2024-09-20T19:52:32.377 INFO:teuthology.orchestra.run.smithi146.stdout:Install 1 Package 2024-09-20T19:52:32.377 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:32.377 INFO:teuthology.orchestra.run.smithi146.stdout:Total download size: 170 k 2024-09-20T19:52:32.378 INFO:teuthology.orchestra.run.smithi146.stdout:Installed size: 490 k 2024-09-20T19:52:32.378 INFO:teuthology.orchestra.run.smithi146.stdout:Downloading Packages: 2024-09-20T19:52:32.581 INFO:teuthology.orchestra.run.smithi146.stdout:rbd-nbd-19.3.0-5127.ge8baca1e.el9.x86_64.rpm 839 kB/s | 170 kB 00:00 2024-09-20T19:52:32.582 INFO:teuthology.orchestra.run.smithi146.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:52:32.582 INFO:teuthology.orchestra.run.smithi146.stdout:Total 834 kB/s | 170 kB 00:00 2024-09-20T19:52:32.582 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction check 2024-09-20T19:52:32.589 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction check succeeded. 2024-09-20T19:52:32.589 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction test 2024-09-20T19:52:32.654 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction test succeeded. 2024-09-20T19:52:32.654 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction 2024-09-20T19:52:32.757 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:49 ago on Fri 20 Sep 2024 07:50:43 PM UTC. 2024-09-20T19:52:32.833 INFO:teuthology.orchestra.run.smithi146.stdout: Preparing : 1/1 2024-09-20T19:52:32.911 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:52:32.911 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:52:32.911 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repo Size 2024-09-20T19:52:32.911 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:52:32.911 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-09-20T19:52:32.911 INFO:teuthology.orchestra.run.smithi078.stdout: rbd-mirror x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 3.2 M 2024-09-20T19:52:32.912 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:32.912 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-09-20T19:52:32.912 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:52:32.912 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2024-09-20T19:52:32.912 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:32.912 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 3.2 M 2024-09-20T19:52:32.912 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 14 M 2024-09-20T19:52:32.913 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-09-20T19:52:32.946 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : rbd-nbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:33.255 INFO:teuthology.orchestra.run.smithi078.stdout:rbd-mirror-19.3.0-5127.ge8baca1e.el9.x86_64.rpm 9.3 MB/s | 3.2 MB 00:00 2024-09-20T19:52:33.255 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:52:33.256 INFO:teuthology.orchestra.run.smithi078.stdout:Total 9.3 MB/s | 3.2 MB 00:00 2024-09-20T19:52:33.256 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-09-20T19:52:33.265 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-09-20T19:52:33.265 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-09-20T19:52:33.350 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-09-20T19:52:33.351 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-09-20T19:52:33.405 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: rbd-nbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:33.659 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : rbd-nbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:33.659 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:33.659 INFO:teuthology.orchestra.run.smithi146.stdout:Installed: 2024-09-20T19:52:33.660 INFO:teuthology.orchestra.run.smithi146.stdout: rbd-nbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:52:33.660 INFO:teuthology.orchestra.run.smithi146.stdout: 2024-09-20T19:52:33.660 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2024-09-20T19:52:33.845 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-09-20T19:52:33.902 DEBUG:teuthology.parallel:result is None 2024-09-20T19:52:33.906 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : rbd-mirror-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:33.930 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: rbd-mirror-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:33.931 INFO:teuthology.orchestra.run.smithi078.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-20T19:52:33.931 INFO:teuthology.orchestra.run.smithi078.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-20T19:52:33.931 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-20T19:52:33.931 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-20T19:52:33.931 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:35.003 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : rbd-mirror-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:35.003 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:35.003 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-09-20T19:52:35.003 INFO:teuthology.orchestra.run.smithi078.stdout: rbd-mirror-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:52:35.004 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:35.004 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:52:35.222 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install rbd-nbd 2024-09-20T19:52:35.817 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:52 ago on Fri 20 Sep 2024 07:50:43 PM UTC. 2024-09-20T19:52:35.952 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-09-20T19:52:35.952 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:52:35.952 INFO:teuthology.orchestra.run.smithi078.stdout: Package Architecture Version Repository Size 2024-09-20T19:52:35.953 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:52:35.953 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-09-20T19:52:35.953 INFO:teuthology.orchestra.run.smithi078.stdout: rbd-nbd x86_64 2:19.3.0-5127.ge8baca1e.el9 ceph 170 k 2024-09-20T19:52:35.953 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:35.953 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-09-20T19:52:35.953 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-09-20T19:52:35.953 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2024-09-20T19:52:35.953 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:35.953 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 170 k 2024-09-20T19:52:35.953 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 490 k 2024-09-20T19:52:35.953 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-09-20T19:52:36.150 INFO:teuthology.orchestra.run.smithi078.stdout:rbd-nbd-19.3.0-5127.ge8baca1e.el9.x86_64.rpm 867 kB/s | 170 kB 00:00 2024-09-20T19:52:36.151 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:52:36.151 INFO:teuthology.orchestra.run.smithi078.stdout:Total 860 kB/s | 170 kB 00:00 2024-09-20T19:52:36.151 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-09-20T19:52:36.158 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-09-20T19:52:36.159 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-09-20T19:52:36.222 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-09-20T19:52:36.223 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-09-20T19:52:36.382 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-09-20T19:52:36.481 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : rbd-nbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:36.925 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: rbd-nbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:37.195 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : rbd-nbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 1/1 2024-09-20T19:52:37.195 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:37.195 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-09-20T19:52:37.196 INFO:teuthology.orchestra.run.smithi078.stdout: rbd-nbd-2:19.3.0-5127.ge8baca1e.el9.x86_64 2024-09-20T19:52:37.196 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:52:37.196 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-09-20T19:52:37.446 DEBUG:teuthology.parallel:result is None 2024-09-20T19:52:37.446 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:52:37.588 DEBUG:teuthology.orchestra.run.smithi078:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-20T19:52:37.609 INFO:teuthology.orchestra.run.smithi078.stdout:19.3.0-5127.ge8baca1e.el9 2024-09-20T19:52:37.610 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-5127.ge8baca1e.el9 2024-09-20T19:52:37.610 INFO:teuthology.task.install:The correct ceph version 19.3.0-5127.ge8baca1e is installed. 2024-09-20T19:52:37.612 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:52:37.757 DEBUG:teuthology.orchestra.run.smithi131:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-20T19:52:37.782 INFO:teuthology.orchestra.run.smithi131.stdout:19.3.0-5127.ge8baca1e.el9 2024-09-20T19:52:37.782 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-5127.ge8baca1e.el9 2024-09-20T19:52:37.783 INFO:teuthology.task.install:The correct ceph version 19.3.0-5127.ge8baca1e is installed. 2024-09-20T19:52:37.784 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:52:37.925 DEBUG:teuthology.orchestra.run.smithi146:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-20T19:52:37.950 INFO:teuthology.orchestra.run.smithi146.stdout:19.3.0-5127.ge8baca1e.el9 2024-09-20T19:52:37.950 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-5127.ge8baca1e.el9 2024-09-20T19:52:37.950 INFO:teuthology.task.install:The correct ceph version 19.3.0-5127.ge8baca1e is installed. 2024-09-20T19:52:37.952 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-20T19:52:37.952 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-09-20T19:52:37.953 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-20T19:52:37.979 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-09-20T19:52:37.979 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-20T19:52:38.009 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2024-09-20T19:52:38.010 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-20T19:52:38.039 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-20T19:52:38.039 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-09-20T19:52:38.039 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/usr/bin/daemon-helper 2024-09-20T19:52:38.065 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-20T19:52:38.131 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-09-20T19:52:38.131 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/usr/bin/daemon-helper 2024-09-20T19:52:38.160 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-20T19:52:38.229 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2024-09-20T19:52:38.229 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd of=/usr/bin/daemon-helper 2024-09-20T19:52:38.259 DEBUG:teuthology.orchestra.run.smithi146:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-20T19:52:38.327 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-20T19:52:38.327 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-09-20T19:52:38.328 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-20T19:52:38.353 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-20T19:52:38.418 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-09-20T19:52:38.418 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-20T19:52:38.447 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-20T19:52:38.515 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2024-09-20T19:52:38.515 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-20T19:52:38.542 DEBUG:teuthology.orchestra.run.smithi146:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-20T19:52:38.608 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-20T19:52:38.608 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-09-20T19:52:38.608 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/usr/bin/stdin-killer 2024-09-20T19:52:38.633 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-20T19:52:38.697 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-09-20T19:52:38.697 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/usr/bin/stdin-killer 2024-09-20T19:52:38.725 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-20T19:52:38.794 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2024-09-20T19:52:38.794 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd of=/usr/bin/stdin-killer 2024-09-20T19:52:38.820 DEBUG:teuthology.orchestra.run.smithi146:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-20T19:52:38.885 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-20T19:52:38.980 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', 'mons down', 'mon down', 'out of quorum', 'CEPHADM_STRAY_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': 'e8baca1eac6c3c9c88bf2ea4493e448bd54936a7'} 2024-09-20T19:52:38.981 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:52:38.981 INFO:tasks.cephadm:Cluster fsid is e3eac498-7789-11ef-baf5-efdc52797490 2024-09-20T19:52:38.981 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-20T19:52:38.981 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.78', 'mon.b': '172.21.15.131', 'mon.c': '172.21.15.146'} 2024-09-20T19:52:38.981 INFO:tasks.cephadm:First mon is mon.a on smithi078 2024-09-20T19:52:38.981 INFO:tasks.cephadm:First mgr is a 2024-09-20T19:52:38.981 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-20T19:52:38.982 DEBUG:teuthology.orchestra.run.smithi078:> sudo hostname $(hostname -s) 2024-09-20T19:52:39.007 DEBUG:teuthology.orchestra.run.smithi131:> sudo hostname $(hostname -s) 2024-09-20T19:52:39.037 DEBUG:teuthology.orchestra.run.smithi146:> sudo hostname $(hostname -s) 2024-09-20T19:52:39.062 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-20T19:52:39.063 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:52:39.199 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'e8baca1eac6c3c9c88bf2ea4493e448bd54936a7', '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/83188/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-5127-ge8baca1e', 'node_name': '172.21.2.6+braggi06', '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.3.0-5127.ge8baca1e'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-09-20 14:53:51.724057', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-09-20-0910', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-09-20T19:52:39.333 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-adk-testing-2024-09-20-0910, sha1 e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:52:39.335 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/x86_64/flavors/default/cephadm 2024-09-20T19:52:39.335 INFO:tasks.cephadm:Downloading cephadm from url: https://4.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/x86_64/flavors/default/cephadm 2024-09-20T19:52:39.335 DEBUG:teuthology.orchestra.run.smithi078:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-20T19:52:39.869 INFO:teuthology.orchestra.run.smithi078.stdout:-rw-r--r--. 1 ubuntu ubuntu 804287 Sep 20 19:52 /home/ubuntu/cephtest/cephadm 2024-09-20T19:52:39.869 DEBUG:teuthology.orchestra.run.smithi131:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-20T19:52:40.405 INFO:teuthology.orchestra.run.smithi131.stdout:-rw-r--r--. 1 ubuntu ubuntu 804287 Sep 20 19:52 /home/ubuntu/cephtest/cephadm 2024-09-20T19:52:40.405 DEBUG:teuthology.orchestra.run.smithi146:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-20-0910/e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-20T19:52:40.990 INFO:teuthology.orchestra.run.smithi146.stdout:-rw-r--r--. 1 ubuntu ubuntu 804287 Sep 20 19:52 /home/ubuntu/cephtest/cephadm 2024-09-20T19:52:40.991 DEBUG:teuthology.orchestra.run.smithi078:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-20T19:52:41.011 DEBUG:teuthology.orchestra.run.smithi131:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-20T19:52:41.030 DEBUG:teuthology.orchestra.run.smithi146:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-20T19:52:41.067 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 on all hosts... 2024-09-20T19:52:41.067 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 pull 2024-09-20T19:52:41.069 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 pull 2024-09-20T19:52:41.073 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 pull 2024-09-20T19:52:42.624 INFO:teuthology.orchestra.run.smithi131.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7... 2024-09-20T19:52:42.675 INFO:teuthology.orchestra.run.smithi146.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7... 2024-09-20T19:52:42.813 INFO:teuthology.orchestra.run.smithi078.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7... 2024-09-20T19:53:15.347 INFO:teuthology.orchestra.run.smithi146.stdout:{ 2024-09-20T19:53:15.347 INFO:teuthology.orchestra.run.smithi146.stdout: "ceph_version": "ceph version 19.3.0-5127-ge8baca1e (e8baca1eac6c3c9c88bf2ea4493e448bd54936a7) squid (dev)", 2024-09-20T19:53:15.347 INFO:teuthology.orchestra.run.smithi146.stdout: "image_id": "82f5f45939a4d8f62db4f02ae9374981c40785acf9bb0102013462d795122b30", 2024-09-20T19:53:15.348 INFO:teuthology.orchestra.run.smithi146.stdout: "repo_digests": [ 2024-09-20T19:53:15.348 INFO:teuthology.orchestra.run.smithi146.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:dc9dc647e3e3360d1adc5cf221a5bec436cbf643c6188f083c790ea05138208d" 2024-09-20T19:53:15.348 INFO:teuthology.orchestra.run.smithi146.stdout: ] 2024-09-20T19:53:15.348 INFO:teuthology.orchestra.run.smithi146.stdout:} 2024-09-20T19:53:20.477 INFO:teuthology.orchestra.run.smithi078.stdout:{ 2024-09-20T19:53:20.478 INFO:teuthology.orchestra.run.smithi078.stdout: "ceph_version": "ceph version 19.3.0-5127-ge8baca1e (e8baca1eac6c3c9c88bf2ea4493e448bd54936a7) squid (dev)", 2024-09-20T19:53:20.478 INFO:teuthology.orchestra.run.smithi078.stdout: "image_id": "82f5f45939a4d8f62db4f02ae9374981c40785acf9bb0102013462d795122b30", 2024-09-20T19:53:20.478 INFO:teuthology.orchestra.run.smithi078.stdout: "repo_digests": [ 2024-09-20T19:53:20.478 INFO:teuthology.orchestra.run.smithi078.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:dc9dc647e3e3360d1adc5cf221a5bec436cbf643c6188f083c790ea05138208d" 2024-09-20T19:53:20.478 INFO:teuthology.orchestra.run.smithi078.stdout: ] 2024-09-20T19:53:20.478 INFO:teuthology.orchestra.run.smithi078.stdout:} 2024-09-20T19:53:24.852 INFO:teuthology.orchestra.run.smithi131.stdout:{ 2024-09-20T19:53:24.852 INFO:teuthology.orchestra.run.smithi131.stdout: "ceph_version": "ceph version 19.3.0-5127-ge8baca1e (e8baca1eac6c3c9c88bf2ea4493e448bd54936a7) squid (dev)", 2024-09-20T19:53:24.852 INFO:teuthology.orchestra.run.smithi131.stdout: "image_id": "82f5f45939a4d8f62db4f02ae9374981c40785acf9bb0102013462d795122b30", 2024-09-20T19:53:24.853 INFO:teuthology.orchestra.run.smithi131.stdout: "repo_digests": [ 2024-09-20T19:53:24.853 INFO:teuthology.orchestra.run.smithi131.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:dc9dc647e3e3360d1adc5cf221a5bec436cbf643c6188f083c790ea05138208d" 2024-09-20T19:53:24.853 INFO:teuthology.orchestra.run.smithi131.stdout: ] 2024-09-20T19:53:24.853 INFO:teuthology.orchestra.run.smithi131.stdout:} 2024-09-20T19:53:24.879 DEBUG:teuthology.orchestra.run.smithi078:> sudo mkdir -p /etc/ceph 2024-09-20T19:53:24.912 DEBUG:teuthology.orchestra.run.smithi131:> sudo mkdir -p /etc/ceph 2024-09-20T19:53:24.939 DEBUG:teuthology.orchestra.run.smithi146:> sudo mkdir -p /etc/ceph 2024-09-20T19:53:24.973 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod 777 /etc/ceph 2024-09-20T19:53:25.002 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod 777 /etc/ceph 2024-09-20T19:53:25.026 DEBUG:teuthology.orchestra.run.smithi146:> sudo chmod 777 /etc/ceph 2024-09-20T19:53:25.054 INFO:tasks.cephadm:Writing seed config... 2024-09-20T19:53:25.055 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-09-20T19:53:25.055 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-20T19:53:25.055 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-20T19:53:25.055 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-09-20T19:53:25.055 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-20T19:53:25.055 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-20T19:53:25.055 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-20T19:53:25.055 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-20T19:53:25.055 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-20T19:53:25.056 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-09-20T19:53:25.056 DEBUG:teuthology.orchestra.run.smithi078:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-20T19:53:25.074 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 = e3eac498-7789-11ef-baf5-efdc52797490 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-09-20T19:53:25.075 DEBUG:teuthology.orchestra.run.smithi078:mon.a> sudo journalctl -f -n 0 -u ceph-e3eac498-7789-11ef-baf5-efdc52797490@mon.a.service 2024-09-20T19:53:25.117 DEBUG:teuthology.orchestra.run.smithi078:mgr.a> sudo journalctl -f -n 0 -u ceph-e3eac498-7789-11ef-baf5-efdc52797490@mgr.a.service 2024-09-20T19:53:25.161 INFO:tasks.cephadm:Bootstrapping... 2024-09-20T19:53:25.161 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -v bootstrap --fsid e3eac498-7789-11ef-baf5-efdc52797490 --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.78 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-20T19:53:25.375 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-09-20T19:53:25.375 INFO:teuthology.orchestra.run.smithi078.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7', '-v', 'bootstrap', '--fsid', 'e3eac498-7789-11ef-baf5-efdc52797490', '--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.78', '--skip-admin-label'] 2024-09-20T19:53:25.376 INFO:teuthology.orchestra.run.smithi078.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-20T19:53:25.376 INFO:teuthology.orchestra.run.smithi078.stdout:Verifying podman|docker is present... 2024-09-20T19:53:25.405 INFO:teuthology.orchestra.run.smithi078.stdout:/bin/podman: stdout 5.2.2 2024-09-20T19:53:25.406 INFO:teuthology.orchestra.run.smithi078.stdout:Verifying lvm2 is present... 2024-09-20T19:53:25.406 INFO:teuthology.orchestra.run.smithi078.stdout:Verifying time synchronization is in place... 2024-09-20T19:53:25.413 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-20T19:53:25.414 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-20T19:53:25.420 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-20T19:53:25.420 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout inactive 2024-09-20T19:53:25.427 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout enabled 2024-09-20T19:53:25.434 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout active 2024-09-20T19:53:25.434 INFO:teuthology.orchestra.run.smithi078.stdout:Unit chronyd.service is enabled and running 2024-09-20T19:53:25.434 INFO:teuthology.orchestra.run.smithi078.stdout:Repeating the final host check... 2024-09-20T19:53:25.457 INFO:teuthology.orchestra.run.smithi078.stdout:/bin/podman: stdout 5.2.2 2024-09-20T19:53:25.458 INFO:teuthology.orchestra.run.smithi078.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-20T19:53:25.458 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl is present 2024-09-20T19:53:25.458 INFO:teuthology.orchestra.run.smithi078.stdout:lvcreate is present 2024-09-20T19:53:25.464 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-20T19:53:25.465 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-20T19:53:25.471 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-20T19:53:25.471 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout inactive 2024-09-20T19:53:25.479 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout enabled 2024-09-20T19:53:25.486 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout active 2024-09-20T19:53:25.486 INFO:teuthology.orchestra.run.smithi078.stdout:Unit chronyd.service is enabled and running 2024-09-20T19:53:25.486 INFO:teuthology.orchestra.run.smithi078.stdout:Host looks OK 2024-09-20T19:53:25.486 INFO:teuthology.orchestra.run.smithi078.stdout:Cluster fsid: e3eac498-7789-11ef-baf5-efdc52797490 2024-09-20T19:53:25.486 INFO:teuthology.orchestra.run.smithi078.stdout:Acquiring lock 139797088963216 on /run/cephadm/e3eac498-7789-11ef-baf5-efdc52797490.lock 2024-09-20T19:53:25.486 INFO:teuthology.orchestra.run.smithi078.stdout:Lock 139797088963216 acquired on /run/cephadm/e3eac498-7789-11ef-baf5-efdc52797490.lock 2024-09-20T19:53:25.487 INFO:teuthology.orchestra.run.smithi078.stdout:Verifying IP 172.21.15.78 port 3300 ... 2024-09-20T19:53:25.487 INFO:teuthology.orchestra.run.smithi078.stdout:Verifying IP 172.21.15.78 port 6789 ... 2024-09-20T19:53:25.487 INFO:teuthology.orchestra.run.smithi078.stdout:Base mon IP(s) is [172.21.15.78:3300, 172.21.15.78:6789], mon addrv is [v2:172.21.15.78:3300,v1:172.21.15.78:6789] 2024-09-20T19:53:25.490 INFO:teuthology.orchestra.run.smithi078.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.78 metric 100 2024-09-20T19:53:25.491 INFO:teuthology.orchestra.run.smithi078.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.78 metric 100 2024-09-20T19:53:25.493 INFO:teuthology.orchestra.run.smithi078.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-20T19:53:25.493 INFO:teuthology.orchestra.run.smithi078.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-09-20T19:53:25.493 INFO:teuthology.orchestra.run.smithi078.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-09-20T19:53:25.496 INFO:teuthology.orchestra.run.smithi078.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-20T19:53:25.496 INFO:teuthology.orchestra.run.smithi078.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-20T19:53:25.496 INFO:teuthology.orchestra.run.smithi078.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-20T19:53:25.496 INFO:teuthology.orchestra.run.smithi078.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-20T19:53:25.496 INFO:teuthology.orchestra.run.smithi078.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d4dd/64 scope link noprefixroute 2024-09-20T19:53:25.496 INFO:teuthology.orchestra.run.smithi078.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-20T19:53:25.497 INFO:teuthology.orchestra.run.smithi078.stdout:Mon IP `172.21.15.78` is in CIDR network `172.21.0.0/20` 2024-09-20T19:53:25.497 INFO:teuthology.orchestra.run.smithi078.stdout:Mon IP `172.21.15.78` is in CIDR network `172.21.0.0/20` 2024-09-20T19:53:25.497 INFO:teuthology.orchestra.run.smithi078.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-20T19:53:25.497 INFO:teuthology.orchestra.run.smithi078.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-20T19:53:25.497 INFO:teuthology.orchestra.run.smithi078.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7... 2024-09-20T19:53:26.039 INFO:teuthology.orchestra.run.smithi078.stdout:/bin/podman: stdout 82f5f45939a4d8f62db4f02ae9374981c40785acf9bb0102013462d795122b30 2024-09-20T19:53:26.039 INFO:teuthology.orchestra.run.smithi078.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7... 2024-09-20T19:53:26.039 INFO:teuthology.orchestra.run.smithi078.stdout:/bin/podman: stderr Getting image source signatures 2024-09-20T19:53:26.039 INFO:teuthology.orchestra.run.smithi078.stdout:/bin/podman: stderr Copying blob sha256:37dd1d0ec270b79acd9d97ddbf4dc10591523dcb8e45e975b12ce085114cc3b2 2024-09-20T19:53:26.040 INFO:teuthology.orchestra.run.smithi078.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-20T19:53:26.040 INFO:teuthology.orchestra.run.smithi078.stdout:/bin/podman: stderr Copying config sha256:82f5f45939a4d8f62db4f02ae9374981c40785acf9bb0102013462d795122b30 2024-09-20T19:53:26.040 INFO:teuthology.orchestra.run.smithi078.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-20T19:53:26.951 INFO:teuthology.orchestra.run.smithi078.stdout:ceph: stdout ceph version 19.3.0-5127-ge8baca1e (e8baca1eac6c3c9c88bf2ea4493e448bd54936a7) squid (dev) 2024-09-20T19:53:26.951 INFO:teuthology.orchestra.run.smithi078.stdout:Ceph version: ceph version 19.3.0-5127-ge8baca1e (e8baca1eac6c3c9c88bf2ea4493e448bd54936a7) squid (dev) 2024-09-20T19:53:26.951 INFO:teuthology.orchestra.run.smithi078.stdout:Extracting ceph user uid/gid from container image... 2024-09-20T19:53:27.939 INFO:teuthology.orchestra.run.smithi078.stdout:stat: stdout 167 167 2024-09-20T19:53:27.939 INFO:teuthology.orchestra.run.smithi078.stdout:Creating initial keys... 2024-09-20T19:53:28.786 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-authtool: stdout AQC40u1mNRfFDhAAtkVA3+YxoMXL7fdlfcG+pg== 2024-09-20T19:53:29.826 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-authtool: stdout AQC50u1mg0obBhAAbl+IlDiNcfzWhfqEbF8wlA== 2024-09-20T19:53:30.723 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph-authtool: stdout AQC60u1mmlf5CBAAPCyZmK2vez/CiOcGs9jnMQ== 2024-09-20T19:53:30.724 INFO:teuthology.orchestra.run.smithi078.stdout:Creating initial monmap... 2024-09-20T19:53:31.671 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-20T19:53:31.671 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-20T19:53:31.672 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to e3eac498-7789-11ef-baf5-efdc52797490 2024-09-20T19:53:31.672 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-20T19:53:31.672 INFO:teuthology.orchestra.run.smithi078.stdout:monmaptool for a [v2:172.21.15.78:3300,v1:172.21.15.78:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-20T19:53:31.672 INFO:teuthology.orchestra.run.smithi078.stdout:setting min_mon_release = quincy 2024-09-20T19:53:31.672 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/monmaptool: set fsid to e3eac498-7789-11ef-baf5-efdc52797490 2024-09-20T19:53:31.672 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-20T19:53:31.672 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:53:31.672 INFO:teuthology.orchestra.run.smithi078.stdout:Creating mon... 2024-09-20T19:53:32.610 INFO:teuthology.orchestra.run.smithi078.stdout:create mon.a on 2024-09-20T19:53:32.842 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-09-20T19:53:32.992 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-20T19:53:33.167 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-e3eac498-7789-11ef-baf5-efdc52797490.target → /etc/systemd/system/ceph-e3eac498-7789-11ef-baf5-efdc52797490.target. 2024-09-20T19:53:33.167 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-e3eac498-7789-11ef-baf5-efdc52797490.target → /etc/systemd/system/ceph-e3eac498-7789-11ef-baf5-efdc52797490.target. 2024-09-20T19:53:33.397 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-e3eac498-7789-11ef-baf5-efdc52797490@mon.a 2024-09-20T19:53:33.397 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Failed to reset failed state of unit ceph-e3eac498-7789-11ef-baf5-efdc52797490@mon.a.service: Unit ceph-e3eac498-7789-11ef-baf5-efdc52797490@mon.a.service not loaded. 2024-09-20T19:53:33.556 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-e3eac498-7789-11ef-baf5-efdc52797490.target.wants/ceph-e3eac498-7789-11ef-baf5-efdc52797490@mon.a.service → /etc/systemd/system/ceph-e3eac498-7789-11ef-baf5-efdc52797490@.service. 2024-09-20T19:53:34.028 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:33 smithi078 podman[29404]: 2024-09-20 19:53:33.98837131 +0000 UTC m=+0.313702444 container start f826f085d83fea9dab060478141e1331c1c4ea7ea8bd379c9d70afbb5942007e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-e3eac498-7789-11ef-baf5-efdc52797490-mon-a, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1) 2024-09-20T19:53:34.067 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-20T19:53:34.067 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout disabled 2024-09-20T19:53:34.075 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-20T19:53:34.075 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout inactive 2024-09-20T19:53:34.075 INFO:teuthology.orchestra.run.smithi078.stdout:firewalld.service is not enabled 2024-09-20T19:53:34.075 INFO:teuthology.orchestra.run.smithi078.stdout:Not possible to enable service . firewalld.service is not available 2024-09-20T19:53:34.075 INFO:teuthology.orchestra.run.smithi078.stdout:Waiting for mon to start... 2024-09-20T19:53:34.075 INFO:teuthology.orchestra.run.smithi078.stdout:Waiting for mon... 2024-09-20T19:53:34.290 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:34 smithi078 ceph-mon[29424]: mkfs e3eac498-7789-11ef-baf5-efdc52797490 2024-09-20T19:53:34.290 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:34 smithi078 ceph-mon[29424]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-20T19:53:34.290 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:34 smithi078 bash[29404]: f826f085d83fea9dab060478141e1331c1c4ea7ea8bd379c9d70afbb5942007e 2024-09-20T19:53:34.290 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:34 smithi078 systemd[1]: Started Ceph mon.a for e3eac498-7789-11ef-baf5-efdc52797490. 2024-09-20T19:53:35.099 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:35 smithi078 ceph-mon[29424]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-20T19:53:35.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:35 smithi078 ceph-mon[29424]: monmap epoch 1 2024-09-20T19:53:35.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:35 smithi078 ceph-mon[29424]: fsid e3eac498-7789-11ef-baf5-efdc52797490 2024-09-20T19:53:35.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:35 smithi078 ceph-mon[29424]: last_changed 2024-09-20T19:53:31.044031+0000 2024-09-20T19:53:35.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:35 smithi078 ceph-mon[29424]: created 2024-09-20T19:53:31.044031+0000 2024-09-20T19:53:35.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:35 smithi078 ceph-mon[29424]: min_mon_release 19 (squid) 2024-09-20T19:53:35.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:35 smithi078 ceph-mon[29424]: election_strategy: 1 2024-09-20T19:53:35.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:35 smithi078 ceph-mon[29424]: 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-09-20T19:53:35.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:35 smithi078 ceph-mon[29424]: fsmap 2024-09-20T19:53:35.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:35 smithi078 ceph-mon[29424]: osdmap e1: 0 total, 0 up, 0 in 2024-09-20T19:53:35.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:35 smithi078 ceph-mon[29424]: mgrmap e1: no daemons active 2024-09-20T19:53:35.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:35 smithi078 ceph-mon[29424]: from='client.? 172.21.15.78:0/3682835362' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-20T19:53:35.120 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout cluster: 2024-09-20T19:53:35.122 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout id: e3eac498-7789-11ef-baf5-efdc52797490 2024-09-20T19:53:35.122 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-20T19:53:35.122 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2024-09-20T19:53:35.122 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout services: 2024-09-20T19:53:35.122 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.516998s) 2024-09-20T19:53:35.122 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-20T19:53:35.122 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-20T19:53:35.122 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2024-09-20T19:53:35.122 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout data: 2024-09-20T19:53:35.123 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-20T19:53:35.123 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-20T19:53:35.123 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-20T19:53:35.123 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout pgs: 2024-09-20T19:53:35.123 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2024-09-20T19:53:35.123 INFO:teuthology.orchestra.run.smithi078.stdout:mon is available 2024-09-20T19:53:35.123 INFO:teuthology.orchestra.run.smithi078.stdout:Assimilating anything we can from ceph.conf... 2024-09-20T19:53:36.136 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2024-09-20T19:53:36.136 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout [global] 2024-09-20T19:53:36.136 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout fsid = e3eac498-7789-11ef-baf5-efdc52797490 2024-09-20T19:53:36.136 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-20T19:53:36.136 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.78:3300,v1:172.21.15.78:6789] 2024-09-20T19:53:36.136 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-20T19:53:36.136 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-20T19:53:36.136 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-20T19:53:36.136 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-20T19:53:36.136 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2024-09-20T19:53:36.136 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-20T19:53:36.136 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-09-20T19:53:36.136 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-20T19:53:36.136 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2024-09-20T19:53:36.137 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout [osd] 2024-09-20T19:53:36.137 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-20T19:53:36.137 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-20T19:53:36.137 INFO:teuthology.orchestra.run.smithi078.stdout:Generating new minimal ceph.conf... 2024-09-20T19:53:36.241 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:36 smithi078 ceph-mon[29424]: from='client.? 172.21.15.78:0/4176625999' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-20T19:53:36.241 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:36 smithi078 ceph-mon[29424]: from='client.? 172.21.15.78:0/4176625999' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-20T19:53:37.079 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:37 smithi078 ceph-mon[29424]: from='client.? 172.21.15.78:0/3099017939' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-20T19:53:37.083 INFO:teuthology.orchestra.run.smithi078.stdout:Restarting the monitor... 2024-09-20T19:53:37.349 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:37 smithi078 systemd[1]: Stopping Ceph mon.a for e3eac498-7789-11ef-baf5-efdc52797490... 2024-09-20T19:53:37.808 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:37 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mon-a[29420]: 2024-09-20T19:53:37.348+0000 7f65fb56b640 -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-09-20T19:53:37.808 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:37 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mon-a[29420]: 2024-09-20T19:53:37.348+0000 7f65fb56b640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-20T19:53:37.808 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:37 smithi078 podman[29666]: 2024-09-20 19:53:37.552569101 +0000 UTC m=+0.309567609 container died f826f085d83fea9dab060478141e1331c1c4ea7ea8bd379c9d70afbb5942007e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-e3eac498-7789-11ef-baf5-efdc52797490-mon-a, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-20T19:53:38.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:37 smithi078 podman[29666]: 2024-09-20 19:53:37.889714615 +0000 UTC m=+0.646713112 container cleanup f826f085d83fea9dab060478141e1331c1c4ea7ea8bd379c9d70afbb5942007e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-e3eac498-7789-11ef-baf5-efdc52797490-mon-a, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux ) 2024-09-20T19:53:38.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:37 smithi078 bash[29666]: ceph-e3eac498-7789-11ef-baf5-efdc52797490-mon-a 2024-09-20T19:53:40.599 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:40 smithi078 podman[29679]: 2024-09-20 19:53:40.309919613 +0000 UTC m=+2.761454024 container remove f826f085d83fea9dab060478141e1331c1c4ea7ea8bd379c9d70afbb5942007e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-e3eac498-7789-11ef-baf5-efdc52797490-mon-a, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.37.2) 2024-09-20T19:53:40.599 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:40 smithi078 systemd[1]: ceph-e3eac498-7789-11ef-baf5-efdc52797490@mon.a.service: Deactivated successfully. 2024-09-20T19:53:40.599 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:40 smithi078 systemd[1]: Stopped Ceph mon.a for e3eac498-7789-11ef-baf5-efdc52797490. 2024-09-20T19:53:40.599 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:40 smithi078 systemd[1]: Starting Ceph mon.a for e3eac498-7789-11ef-baf5-efdc52797490... 2024-09-20T19:53:41.099 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:40 smithi078 podman[29769]: 2024-09-20 19:53:40.539977699 +0000 UTC m=+0.015620930 image pull 82f5f45939a4d8f62db4f02ae9374981c40785acf9bb0102013462d795122b30 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:53:41.849 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:41 smithi078 podman[29769]: 2024-09-20 19:53:41.460450215 +0000 UTC m=+0.936093477 container create 7e5386ad6b28120e93c262620c9af6d67ac4fd2064a582e3b83edff9da14965a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-e3eac498-7789-11ef-baf5-efdc52797490-mon-a, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-20T19:53:43.600 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 podman[29769]: 2024-09-20 19:53:43.114373079 +0000 UTC m=+2.590016317 container init 7e5386ad6b28120e93c262620c9af6d67ac4fd2064a582e3b83edff9da14965a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-e3eac498-7789-11ef-baf5-efdc52797490-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-09-20T19:53:43.600 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 podman[29769]: 2024-09-20 19:53:43.118240586 +0000 UTC m=+2.593883806 container start 7e5386ad6b28120e93c262620c9af6d67ac4fd2064a582e3b83edff9da14965a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-e3eac498-7789-11ef-baf5-efdc52797490-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, io.buildah.version=1.37.2, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, org.label-schema.vendor=CentOS) 2024-09-20T19:53:43.600 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: set uid:gid to 167:167 (ceph:ceph) 2024-09-20T19:53:43.600 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: ceph version 19.3.0-5127-ge8baca1e (e8baca1eac6c3c9c88bf2ea4493e448bd54936a7) squid (dev), process ceph-mon, pid 2 2024-09-20T19:53:43.600 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: pidfile_write: ignore empty --pid-file 2024-09-20T19:53:43.600 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: load: jerasure load: lrc 2024-09-20T19:53:43.601 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: RocksDB version: 7.9.2 2024-09-20T19:53:43.601 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Git sha 0 2024-09-20T19:53:43.601 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Compile date 2024-09-20 13:31:19 2024-09-20T19:53:43.601 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: DB SUMMARY 2024-09-20T19:53:43.601 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: DB Session ID: ZJSLL7XOMS3DTX7OP5VN 2024-09-20T19:53:43.601 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: CURRENT file: CURRENT 2024-09-20T19:53:43.601 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: IDENTITY file: IDENTITY 2024-09-20T19:53:43.601 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-20T19:53:43.601 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-20T19:53:43.601 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88818 ; 2024-09-20T19:53:43.601 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.error_if_exists: 0 2024-09-20T19:53:43.601 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.create_if_missing: 0 2024-09-20T19:53:43.602 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.paranoid_checks: 1 2024-09-20T19:53:43.602 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-20T19:53:43.602 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-20T19:53:43.602 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-20T19:53:43.602 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.env: 0x558cfd375120 2024-09-20T19:53:43.602 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.fs: PosixFileSystem 2024-09-20T19:53:43.602 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.info_log: 0x558cfdc95700 2024-09-20T19:53:43.602 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.max_file_opening_threads: 16 2024-09-20T19:53:43.602 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.statistics: (nil) 2024-09-20T19:53:43.602 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.use_fsync: 0 2024-09-20T19:53:43.602 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.max_log_file_size: 0 2024-09-20T19:53:43.602 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-20T19:53:43.602 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-20T19:53:43.603 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.keep_log_file_num: 1000 2024-09-20T19:53:43.603 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.recycle_log_file_num: 0 2024-09-20T19:53:43.603 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.allow_fallocate: 1 2024-09-20T19:53:43.603 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.allow_mmap_reads: 0 2024-09-20T19:53:43.603 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.allow_mmap_writes: 0 2024-09-20T19:53:43.603 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.use_direct_reads: 0 2024-09-20T19:53:43.603 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-20T19:53:43.603 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.create_missing_column_families: 0 2024-09-20T19:53:43.603 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.db_log_dir: 2024-09-20T19:53:43.603 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.wal_dir: 2024-09-20T19:53:43.603 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-20T19:53:43.603 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-20T19:53:43.603 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-20T19:53:43.604 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-20T19:53:43.604 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-20T19:53:43.604 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-20T19:53:43.604 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.advise_random_on_open: 1 2024-09-20T19:53:43.604 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.db_write_buffer_size: 0 2024-09-20T19:53:43.604 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.write_buffer_manager: 0x558cfdc99b80 2024-09-20T19:53:43.604 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-20T19:53:43.604 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-20T19:53:43.604 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-20T19:53:43.604 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.rate_limiter: (nil) 2024-09-20T19:53:43.604 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-20T19:53:43.604 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.wal_recovery_mode: 2 2024-09-20T19:53:43.604 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.enable_thread_tracking: 0 2024-09-20T19:53:43.604 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.enable_pipelined_write: 0 2024-09-20T19:53:43.604 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.unordered_write: 0 2024-09-20T19:53:43.605 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-20T19:53:43.605 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-20T19:53:43.605 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-20T19:53:43.605 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-20T19:53:43.605 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.row_cache: None 2024-09-20T19:53:43.605 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.wal_filter: None 2024-09-20T19:53:43.606 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-20T19:53:43.606 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.allow_ingest_behind: 0 2024-09-20T19:53:43.606 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.two_write_queues: 0 2024-09-20T19:53:43.606 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.manual_wal_flush: 0 2024-09-20T19:53:43.606 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.wal_compression: 0 2024-09-20T19:53:43.606 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.atomic_flush: 0 2024-09-20T19:53:43.606 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-20T19:53:43.606 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-20T19:53:43.607 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-20T19:53:43.607 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.log_readahead_size: 0 2024-09-20T19:53:43.607 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-20T19:53:43.607 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.best_efforts_recovery: 0 2024-09-20T19:53:43.607 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-20T19:53:43.607 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-20T19:53:43.607 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.allow_data_in_errors: 0 2024-09-20T19:53:43.607 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.db_host_id: __hostname__ 2024-09-20T19:53:43.607 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-20T19:53:43.607 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.max_background_jobs: 2 2024-09-20T19:53:43.607 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.max_background_compactions: -1 2024-09-20T19:53:43.607 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.max_subcompactions: 1 2024-09-20T19:53:43.607 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-20T19:53:43.608 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-20T19:53:43.608 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-20T19:53:43.608 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.max_total_wal_size: 0 2024-09-20T19:53:43.608 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-20T19:53:43.608 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-20T19:53:43.608 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-20T19:53:43.608 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-20T19:53:43.608 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.max_open_files: -1 2024-09-20T19:53:43.608 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.bytes_per_sync: 0 2024-09-20T19:53:43.608 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-20T19:53:43.608 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-20T19:53:43.608 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.compaction_readahead_size: 0 2024-09-20T19:53:43.608 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.max_background_flushes: -1 2024-09-20T19:53:43.608 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Compression algorithms supported: 2024-09-20T19:53:43.609 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: kZSTD supported: 0 2024-09-20T19:53:43.609 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: kXpressCompression supported: 0 2024-09-20T19:53:43.609 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: kBZip2Compression supported: 0 2024-09-20T19:53:43.609 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-20T19:53:43.609 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: kLZ4Compression supported: 1 2024-09-20T19:53:43.609 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: kZlibCompression supported: 1 2024-09-20T19:53:43.609 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: kLZ4HCCompression supported: 1 2024-09-20T19:53:43.609 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: kSnappyCompression supported: 1 2024-09-20T19:53:43.609 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-20T19:53:43.609 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-20T19:53:43.609 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-20T19:53:43.609 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-20T19:53:43.609 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-20T19:53:43.609 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.merge_operator: 2024-09-20T19:53:43.610 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.compaction_filter: None 2024-09-20T19:53:43.610 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.compaction_filter_factory: None 2024-09-20T19:53:43.610 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.sst_partitioner_factory: None 2024-09-20T19:53:43.610 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-20T19:53:43.610 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-20T19:53:43.610 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558cfdc95320) 2024-09-20T19:53:43.610 INFO:journalctl@ceph.mon.a.smithi078.stdout: cache_index_and_filter_blocks: 1 2024-09-20T19:53:43.610 INFO:journalctl@ceph.mon.a.smithi078.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-20T19:53:43.610 INFO:journalctl@ceph.mon.a.smithi078.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-20T19:53:43.610 INFO:journalctl@ceph.mon.a.smithi078.stdout: pin_top_level_index_and_filter: 1 2024-09-20T19:53:43.610 INFO:journalctl@ceph.mon.a.smithi078.stdout: index_type: 0 2024-09-20T19:53:43.610 INFO:journalctl@ceph.mon.a.smithi078.stdout: data_block_index_type: 0 2024-09-20T19:53:43.610 INFO:journalctl@ceph.mon.a.smithi078.stdout: index_shortening: 1 2024-09-20T19:53:43.610 INFO:journalctl@ceph.mon.a.smithi078.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-20T19:53:43.610 INFO:journalctl@ceph.mon.a.smithi078.stdout: checksum: 4 2024-09-20T19:53:43.611 INFO:journalctl@ceph.mon.a.smithi078.stdout: no_block_cache: 0 2024-09-20T19:53:43.611 INFO:journalctl@ceph.mon.a.smithi078.stdout: block_cache: 0x558cfdc89610 2024-09-20T19:53:43.611 INFO:journalctl@ceph.mon.a.smithi078.stdout: block_cache_name: BinnedLRUCache 2024-09-20T19:53:43.611 INFO:journalctl@ceph.mon.a.smithi078.stdout: block_cache_options: 2024-09-20T19:53:43.611 INFO:journalctl@ceph.mon.a.smithi078.stdout: capacity : 536870912 2024-09-20T19:53:43.611 INFO:journalctl@ceph.mon.a.smithi078.stdout: num_shard_bits : 4 2024-09-20T19:53:43.611 INFO:journalctl@ceph.mon.a.smithi078.stdout: strict_capacity_limit : 0 2024-09-20T19:53:43.611 INFO:journalctl@ceph.mon.a.smithi078.stdout: high_pri_pool_ratio: 0.000 2024-09-20T19:53:43.611 INFO:journalctl@ceph.mon.a.smithi078.stdout: block_cache_compressed: (nil) 2024-09-20T19:53:43.611 INFO:journalctl@ceph.mon.a.smithi078.stdout: persistent_cache: (nil) 2024-09-20T19:53:43.611 INFO:journalctl@ceph.mon.a.smithi078.stdout: block_size: 4096 2024-09-20T19:53:43.611 INFO:journalctl@ceph.mon.a.smithi078.stdout: block_size_deviation: 10 2024-09-20T19:53:43.611 INFO:journalctl@ceph.mon.a.smithi078.stdout: block_restart_interval: 16 2024-09-20T19:53:43.611 INFO:journalctl@ceph.mon.a.smithi078.stdout: index_block_restart_interval: 1 2024-09-20T19:53:43.612 INFO:journalctl@ceph.mon.a.smithi078.stdout: metadata_block_size: 4096 2024-09-20T19:53:43.612 INFO:journalctl@ceph.mon.a.smithi078.stdout: partition_filters: 0 2024-09-20T19:53:43.612 INFO:journalctl@ceph.mon.a.smithi078.stdout: use_delta_encoding: 1 2024-09-20T19:53:43.612 INFO:journalctl@ceph.mon.a.smithi078.stdout: filter_policy: bloomfilter 2024-09-20T19:53:43.612 INFO:journalctl@ceph.mon.a.smithi078.stdout: whole_key_filtering: 1 2024-09-20T19:53:43.612 INFO:journalctl@ceph.mon.a.smithi078.stdout: verify_compression: 0 2024-09-20T19:53:43.612 INFO:journalctl@ceph.mon.a.smithi078.stdout: read_amp_bytes_per_bit: 0 2024-09-20T19:53:43.612 INFO:journalctl@ceph.mon.a.smithi078.stdout: format_version: 5 2024-09-20T19:53:43.612 INFO:journalctl@ceph.mon.a.smithi078.stdout: enable_index_compression: 1 2024-09-20T19:53:43.612 INFO:journalctl@ceph.mon.a.smithi078.stdout: block_align: 0 2024-09-20T19:53:43.612 INFO:journalctl@ceph.mon.a.smithi078.stdout: max_auto_readahead_size: 262144 2024-09-20T19:53:43.612 INFO:journalctl@ceph.mon.a.smithi078.stdout: prepopulate_block_cache: 0 2024-09-20T19:53:43.612 INFO:journalctl@ceph.mon.a.smithi078.stdout: initial_auto_readahead_size: 8192 2024-09-20T19:53:43.612 INFO:journalctl@ceph.mon.a.smithi078.stdout: num_file_reads_for_auto_readahead: 2 2024-09-20T19:53:43.612 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.write_buffer_size: 33554432 2024-09-20T19:53:43.613 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.max_write_buffer_number: 2 2024-09-20T19:53:43.613 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.compression: NoCompression 2024-09-20T19:53:43.613 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.bottommost_compression: Disabled 2024-09-20T19:53:43.613 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.prefix_extractor: nullptr 2024-09-20T19:53:43.613 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-20T19:53:43.613 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.num_levels: 7 2024-09-20T19:53:43.613 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-20T19:53:43.613 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-20T19:53:43.613 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-20T19:53:43.613 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-20T19:53:43.613 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-20T19:53:43.613 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-20T19:53:43.613 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-20T19:53:43.613 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-20T19:53:43.614 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-20T19:53:43.614 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-20T19:53:43.614 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-20T19:53:43.614 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-20T19:53:43.614 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-20T19:53:43.614 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.compression_opts.level: 32767 2024-09-20T19:53:43.614 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.compression_opts.strategy: 0 2024-09-20T19:53:43.614 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-20T19:53:43.614 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-20T19:53:43.614 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-20T19:53:43.614 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-20T19:53:43.614 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.compression_opts.enabled: false 2024-09-20T19:53:43.614 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-20T19:53:43.614 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-20T19:53:43.615 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-20T19:53:43.615 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-20T19:53:43.615 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.target_file_size_base: 67108864 2024-09-20T19:53:43.615 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-20T19:53:43.615 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-20T19:53:43.615 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-20T19:53:43.615 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-20T19:53:43.615 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-20T19:53:43.615 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-20T19:53:43.615 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-20T19:53:43.615 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-20T19:53:43.615 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-20T19:53:43.615 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-20T19:53:43.615 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-20T19:53:43.615 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-20T19:53:43.616 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-20T19:53:43.616 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-20T19:53:43.616 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.arena_block_size: 1048576 2024-09-20T19:53:43.616 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-20T19:53:43.616 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-20T19:53:43.616 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.disable_auto_compactions: 0 2024-09-20T19:53:43.616 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-20T19:53:43.616 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-20T19:53:43.616 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-20T19:53:43.616 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-20T19:53:43.616 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-20T19:53:43.616 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-20T19:53:43.616 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-20T19:53:43.616 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-20T19:53:43.617 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-20T19:53:43.617 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-20T19:53:43.617 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-20T19:53:43.617 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.inplace_update_support: 0 2024-09-20T19:53:43.617 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-20T19:53:43.617 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-20T19:53:43.617 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-20T19:53:43.617 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-20T19:53:43.617 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.bloom_locality: 0 2024-09-20T19:53:43.617 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.max_successive_merges: 0 2024-09-20T19:53:43.617 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-20T19:53:43.617 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.paranoid_file_checks: 0 2024-09-20T19:53:43.617 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.force_consistency_checks: 1 2024-09-20T19:53:43.617 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.report_bg_io_stats: 0 2024-09-20T19:53:43.617 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.ttl: 2592000 2024-09-20T19:53:43.618 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-20T19:53:43.618 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-20T19:53:43.618 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-20T19:53:43.618 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.enable_blob_files: false 2024-09-20T19:53:43.618 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.min_blob_size: 0 2024-09-20T19:53:43.618 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.blob_file_size: 268435456 2024-09-20T19:53:43.618 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-20T19:53:43.618 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-20T19:53:43.618 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-20T19:53:43.618 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-20T19:53:43.618 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-20T19:53:43.618 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.blob_file_starting_level: 0 2024-09-20T19:53:43.618 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-20T19:53:43.618 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: 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-09-20T19:53:43.619 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-20T19:53:43.619 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 1412f016-1c4b-4e63-ab5c-67e555636d09 2024-09-20T19:53:43.619 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726862023147331, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-20T19:53:43.619 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-20T19:53:43.619 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726862023148266, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85563, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 259, "table_properties": {"data_size": 83710, "index_size": 237, "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": 10145, "raw_average_key_size": 46, "raw_value_size": 77850, "raw_average_value_size": 357, "num_data_blocks": 11, "num_entries": 218, "num_filter_entries": 218, "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": "[CompactOnDeletionCollector]", "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": 1726862023, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "1412f016-1c4b-4e63-ab5c-67e555636d09", "db_session_id": "ZJSLL7XOMS3DTX7OP5VN", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-20T19:53:43.619 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726862023148370, "job": 1, "event": "recovery_finished"} 2024-09-20T19:53:43.619 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-20T19:53:43.619 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: 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-09-20T19:53:43.619 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x558cfdcb8e00 2024-09-20T19:53:43.619 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: DB pointer 0x558cfddba000 2024-09-20T19:53:43.619 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-20T19:53:43.619 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-20T19:53:43.619 INFO:journalctl@ceph.mon.a.smithi078.stdout: ** DB Stats ** 2024-09-20T19:53:43.619 INFO:journalctl@ceph.mon.a.smithi078.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T19:53:43.619 INFO:journalctl@ceph.mon.a.smithi078.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-09-20T19:53:43.620 INFO:journalctl@ceph.mon.a.smithi078.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-20T19:53:43.620 INFO:journalctl@ceph.mon.a.smithi078.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T19:53:43.620 INFO:journalctl@ceph.mon.a.smithi078.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-09-20T19:53:43.620 INFO:journalctl@ceph.mon.a.smithi078.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-20T19:53:43.620 INFO:journalctl@ceph.mon.a.smithi078.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T19:53:43.620 INFO:journalctl@ceph.mon.a.smithi078.stdout: 2024-09-20T19:53:43.620 INFO:journalctl@ceph.mon.a.smithi078.stdout: ** Compaction Stats [default] ** 2024-09-20T19:53:43.620 INFO:journalctl@ceph.mon.a.smithi078.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-09-20T19:53:43.620 INFO:journalctl@ceph.mon.a.smithi078.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-20T19:53:43.620 INFO:journalctl@ceph.mon.a.smithi078.stdout: L0 2/0 85.42 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-20T19:53:43.620 INFO:journalctl@ceph.mon.a.smithi078.stdout: Sum 2/0 85.42 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-20T19:53:43.620 INFO:journalctl@ceph.mon.a.smithi078.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 132.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-20T19:53:43.620 INFO:journalctl@ceph.mon.a.smithi078.stdout: 2024-09-20T19:53:43.620 INFO:journalctl@ceph.mon.a.smithi078.stdout: ** Compaction Stats [default] ** 2024-09-20T19:53:43.621 INFO:journalctl@ceph.mon.a.smithi078.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-09-20T19:53:43.621 INFO:journalctl@ceph.mon.a.smithi078.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-20T19:53:43.621 INFO:journalctl@ceph.mon.a.smithi078.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 132.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-20T19:53:43.621 INFO:journalctl@ceph.mon.a.smithi078.stdout: 2024-09-20T19:53:43.621 INFO:journalctl@ceph.mon.a.smithi078.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-20T19:53:43.621 INFO:journalctl@ceph.mon.a.smithi078.stdout: 2024-09-20T19:53:43.621 INFO:journalctl@ceph.mon.a.smithi078.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T19:53:43.621 INFO:journalctl@ceph.mon.a.smithi078.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-20T19:53:43.621 INFO:journalctl@ceph.mon.a.smithi078.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-20T19:53:43.621 INFO:journalctl@ceph.mon.a.smithi078.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-20T19:53:43.621 INFO:journalctl@ceph.mon.a.smithi078.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-20T19:53:43.621 INFO:journalctl@ceph.mon.a.smithi078.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-20T19:53:43.621 INFO:journalctl@ceph.mon.a.smithi078.stdout: Cumulative compaction: 0.00 GB write, 24.89 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T19:53:43.621 INFO:journalctl@ceph.mon.a.smithi078.stdout: Interval compaction: 0.00 GB write, 24.89 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T19:53:43.621 INFO:journalctl@ceph.mon.a.smithi078.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-09-20T19:53:43.622 INFO:journalctl@ceph.mon.a.smithi078.stdout: Block cache BinnedLRUCache@0x558cfdc89610#2 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-09-20T19:53:43.622 INFO:journalctl@ceph.mon.a.smithi078.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-09-20T19:53:43.622 INFO:journalctl@ceph.mon.a.smithi078.stdout: 2024-09-20T19:53:43.622 INFO:journalctl@ceph.mon.a.smithi078.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-20T19:53:43.622 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: starting mon.a rank 0 at public addrs [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] at bind addrs [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid e3eac498-7789-11ef-baf5-efdc52797490 2024-09-20T19:53:43.622 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: mon.a@-1(???) e1 preinit fsid e3eac498-7789-11ef-baf5-efdc52797490 2024-09-20T19:53:43.622 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: mon.a@-1(???).mds e1 new map 2024-09-20T19:53:43.622 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: mon.a@-1(???).mds e1 print_map 2024-09-20T19:53:43.622 INFO:journalctl@ceph.mon.a.smithi078.stdout: e1 2024-09-20T19:53:43.622 INFO:journalctl@ceph.mon.a.smithi078.stdout: btime 2024-09-20T19:53:34:024553+0000 2024-09-20T19:53:43.622 INFO:journalctl@ceph.mon.a.smithi078.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-20T19:53:43.622 INFO:journalctl@ceph.mon.a.smithi078.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,12=quiesce subvolumes} 2024-09-20T19:53:43.622 INFO:journalctl@ceph.mon.a.smithi078.stdout: legacy client fscid: -1 2024-09-20T19:53:43.622 INFO:journalctl@ceph.mon.a.smithi078.stdout: 2024-09-20T19:53:43.623 INFO:journalctl@ceph.mon.a.smithi078.stdout: No filesystems configured 2024-09-20T19:53:43.623 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-20T19:53:43.623 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-20T19:53:43.623 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-20T19:53:43.623 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-20T19:53:43.623 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-20T19:53:43.623 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-20T19:53:43.623 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: monmap epoch 1 2024-09-20T19:53:43.623 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: fsid e3eac498-7789-11ef-baf5-efdc52797490 2024-09-20T19:53:43.623 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: last_changed 2024-09-20T19:53:31.044031+0000 2024-09-20T19:53:43.623 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: created 2024-09-20T19:53:31.044031+0000 2024-09-20T19:53:43.623 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: min_mon_release 19 (squid) 2024-09-20T19:53:43.623 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: election_strategy: 1 2024-09-20T19:53:43.623 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.a 2024-09-20T19:53:43.624 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: fsmap 2024-09-20T19:53:43.624 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: osdmap e1: 0 total, 0 up, 0 in 2024-09-20T19:53:43.624 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:43 smithi078 ceph-mon[29788]: mgrmap e1: no daemons active 2024-09-20T19:53:44.097 INFO:teuthology.orchestra.run.smithi078.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-20T19:53:44.349 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:44 smithi078 bash[29769]: 7e5386ad6b28120e93c262620c9af6d67ac4fd2064a582e3b83edff9da14965a 2024-09-20T19:53:44.350 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:44 smithi078 systemd[1]: Started Ceph mon.a for e3eac498-7789-11ef-baf5-efdc52797490. 2024-09-20T19:53:48.099 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:47 smithi078 ceph-mon[29788]: from='client.? 172.21.15.78:0/2539424296' entity='client.admin' 2024-09-20T19:53:50.545 INFO:teuthology.orchestra.run.smithi078.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-20T19:53:50.557 INFO:teuthology.orchestra.run.smithi078.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-20T19:53:50.557 INFO:teuthology.orchestra.run.smithi078.stdout:Creating mgr... 2024-09-20T19:53:50.558 INFO:teuthology.orchestra.run.smithi078.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-20T19:53:50.558 INFO:teuthology.orchestra.run.smithi078.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-20T19:53:50.813 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-e3eac498-7789-11ef-baf5-efdc52797490@mgr.a 2024-09-20T19:53:50.813 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Failed to reset failed state of unit ceph-e3eac498-7789-11ef-baf5-efdc52797490@mgr.a.service: Unit ceph-e3eac498-7789-11ef-baf5-efdc52797490@mgr.a.service not loaded. 2024-09-20T19:53:50.961 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-e3eac498-7789-11ef-baf5-efdc52797490.target.wants/ceph-e3eac498-7789-11ef-baf5-efdc52797490@mgr.a.service → /etc/systemd/system/ceph-e3eac498-7789-11ef-baf5-efdc52797490@.service. 2024-09-20T19:53:51.099 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:53:50 smithi078 systemd[1]: Starting Ceph mgr.a for e3eac498-7789-11ef-baf5-efdc52797490... 2024-09-20T19:53:51.466 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:53:51 smithi078 podman[30001]: 2024-09-20 19:53:51.175446706 +0000 UTC m=+0.090530554 container create 185c20d52fb8186dc36bfbdb2d4b92df73a957f03da15a29b02a938b66ca9c19 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True) 2024-09-20T19:53:51.466 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:53:51 smithi078 podman[30001]: 2024-09-20 19:53:51.100692797 +0000 UTC m=+0.015776615 image pull 82f5f45939a4d8f62db4f02ae9374981c40785acf9bb0102013462d795122b30 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 2024-09-20T19:53:51.466 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:53:51 smithi078 podman[30001]: 2024-09-20 19:53:51.385716413 +0000 UTC m=+0.300800220 container init 185c20d52fb8186dc36bfbdb2d4b92df73a957f03da15a29b02a938b66ca9c19 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-20T19:53:51.466 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:53:51 smithi078 podman[30001]: 2024-09-20 19:53:51.388414424 +0000 UTC m=+0.303498235 container start 185c20d52fb8186dc36bfbdb2d4b92df73a957f03da15a29b02a938b66ca9c19 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-09-20T19:53:51.466 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:53:51 smithi078 bash[30001]: 185c20d52fb8186dc36bfbdb2d4b92df73a957f03da15a29b02a938b66ca9c19 2024-09-20T19:53:51.480 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-20T19:53:51.480 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout disabled 2024-09-20T19:53:51.489 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-20T19:53:51.489 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout inactive 2024-09-20T19:53:51.489 INFO:teuthology.orchestra.run.smithi078.stdout:firewalld.service is not enabled 2024-09-20T19:53:51.489 INFO:teuthology.orchestra.run.smithi078.stdout:Not possible to enable service . firewalld.service is not available 2024-09-20T19:53:51.500 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-20T19:53:51.500 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout disabled 2024-09-20T19:53:51.508 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-20T19:53:51.508 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stdout inactive 2024-09-20T19:53:51.508 INFO:teuthology.orchestra.run.smithi078.stdout:firewalld.service is not enabled 2024-09-20T19:53:51.508 INFO:teuthology.orchestra.run.smithi078.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-20T19:53:51.509 INFO:teuthology.orchestra.run.smithi078.stdout:Waiting for mgr to start... 2024-09-20T19:53:51.509 INFO:teuthology.orchestra.run.smithi078.stdout:Waiting for mgr... 2024-09-20T19:53:51.726 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:53:51 smithi078 systemd[1]: Started Ceph mgr.a for e3eac498-7789-11ef-baf5-efdc52797490. 2024-09-20T19:53:52.349 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:51 smithi078 ceph-mon[29788]: from='client.? 172.21.15.78:0/579669908' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-20T19:53:52.475 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2024-09-20T19:53:52.475 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout { 2024-09-20T19:53:52.475 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "fsid": "e3eac498-7789-11ef-baf5-efdc52797490", 2024-09-20T19:53:52.476 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "health": { 2024-09-20T19:53:52.476 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-20T19:53:52.476 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-20T19:53:52.476 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-20T19:53:52.476 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:52.476 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-20T19:53:52.476 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-20T19:53:52.476 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 0 2024-09-20T19:53:52.476 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:53:52.476 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-20T19:53:52.476 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "a" 2024-09-20T19:53:52.476 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:53:52.476 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-09-20T19:53:52.476 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-20T19:53:52.476 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:53:52.476 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-20T19:53:52.477 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-20T19:53:52.477 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:52.477 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-20T19:53:52.477 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:53:52.477 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-20T19:53:52.477 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-20T19:53:52.477 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-20T19:53:52.477 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-20T19:53:52.477 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-20T19:53:52.477 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-20T19:53:52.480 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:52.480 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-20T19:53:52.480 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-20T19:53:52.480 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-20T19:53:52.480 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-20T19:53:52.480 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-20T19:53:52.481 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-20T19:53:52.481 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-20T19:53:52.481 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-20T19:53:52.481 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-20T19:53:52.481 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:52.481 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-20T19:53:52.481 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:53:52.481 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "btime": "2024-09-20T19:53:34:024553+0000", 2024-09-20T19:53:52.481 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-20T19:53:52.481 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-20T19:53:52.481 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:52.481 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-20T19:53:52.481 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-20T19:53:52.481 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-20T19:53:52.481 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-20T19:53:52.482 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-20T19:53:52.482 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-20T19:53:52.482 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "restful" 2024-09-20T19:53:52.482 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:53:52.482 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:53:52.482 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:52.482 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-20T19:53:52.482 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:53:52.482 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "modified": "2024-09-20T19:53:34.025193+0000", 2024-09-20T19:53:52.482 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:53:52.482 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:52.482 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-20T19:53:52.482 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout } 2024-09-20T19:53:52.482 INFO:teuthology.orchestra.run.smithi078.stdout:mgr not available, waiting (1/15)... 2024-09-20T19:53:55.349 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:55 smithi078 ceph-mon[29788]: from='client.? 172.21.15.78:0/169602645' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-20T19:53:56.330 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2024-09-20T19:53:56.330 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout { 2024-09-20T19:53:56.330 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "fsid": "e3eac498-7789-11ef-baf5-efdc52797490", 2024-09-20T19:53:56.330 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "health": { 2024-09-20T19:53:56.330 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-20T19:53:56.331 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-20T19:53:56.331 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-20T19:53:56.331 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:56.331 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-20T19:53:56.331 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-20T19:53:56.331 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 0 2024-09-20T19:53:56.331 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:53:56.331 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-20T19:53:56.331 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "a" 2024-09-20T19:53:56.331 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:53:56.331 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-09-20T19:53:56.331 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-20T19:53:56.331 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:53:56.331 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-20T19:53:56.331 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-20T19:53:56.332 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:56.332 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-20T19:53:56.332 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:53:56.332 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-20T19:53:56.332 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-20T19:53:56.332 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-20T19:53:56.335 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-20T19:53:56.335 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-20T19:53:56.335 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-20T19:53:56.336 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:56.336 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-20T19:53:56.336 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-20T19:53:56.336 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-20T19:53:56.336 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-20T19:53:56.336 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-20T19:53:56.336 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-20T19:53:56.336 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-20T19:53:56.336 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-20T19:53:56.336 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-20T19:53:56.336 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:56.336 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-20T19:53:56.336 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:53:56.336 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "btime": "2024-09-20T19:53:34:024553+0000", 2024-09-20T19:53:56.337 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-20T19:53:56.337 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-20T19:53:56.337 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:56.337 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-20T19:53:56.337 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-20T19:53:56.337 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-20T19:53:56.337 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-20T19:53:56.337 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-20T19:53:56.337 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-20T19:53:56.337 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "restful" 2024-09-20T19:53:56.337 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:53:56.337 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:53:56.337 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:56.337 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-20T19:53:56.337 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:53:56.338 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "modified": "2024-09-20T19:53:34.025193+0000", 2024-09-20T19:53:56.338 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:53:56.338 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:56.338 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-20T19:53:56.338 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout } 2024-09-20T19:53:56.338 INFO:teuthology.orchestra.run.smithi078.stdout:mgr not available, waiting (2/15)... 2024-09-20T19:53:56.602 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-mon[29788]: Activating manager daemon a 2024-09-20T19:53:56.602 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-mon[29788]: mgrmap e2: a(active, starting, since 0.0029758s) 2024-09-20T19:53:56.602 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-mon[29788]: from='mgr.14100 172.21.15.78:0/1820798468' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-20T19:53:56.602 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-mon[29788]: from='mgr.14100 172.21.15.78:0/1820798468' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-20T19:53:56.602 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-mon[29788]: from='mgr.14100 172.21.15.78:0/1820798468' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-20T19:53:56.602 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-mon[29788]: from='mgr.14100 172.21.15.78:0/1820798468' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:53:56.602 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-mon[29788]: from='mgr.14100 172.21.15.78:0/1820798468' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-20T19:53:56.602 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-mon[29788]: Manager daemon a is now available 2024-09-20T19:53:56.602 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-mon[29788]: from='mgr.14100 172.21.15.78:0/1820798468' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-20T19:53:56.603 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-mon[29788]: from='mgr.14100 172.21.15.78:0/1820798468' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-20T19:53:56.603 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-mon[29788]: from='mgr.14100 172.21.15.78:0/1820798468' entity='mgr.a' 2024-09-20T19:53:56.603 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-mon[29788]: from='mgr.14100 172.21.15.78:0/1820798468' entity='mgr.a' 2024-09-20T19:53:56.603 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-mon[29788]: from='mgr.14100 172.21.15.78:0/1820798468' entity='mgr.a' 2024-09-20T19:53:56.603 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: 2024-09-20T19:53:56.199+0000 7fdf36da9040 -1 mgr[py] Module not found: 'dashboard' 2024-09-20T19:53:56.604 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: 2024-09-20T19:53:56.199+0000 7fdf36da9040 -1 mgr[py] Traceback (most recent call last): 2024-09-20T19:53:56.604 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: File "/usr/share/ceph/mgr/dashboard/__init__.py", line 60, in 2024-09-20T19:53:56.604 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: from .module import Module, StandbyModule # noqa: F401 2024-09-20T19:53:56.604 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: File "/usr/share/ceph/mgr/dashboard/module.py", line 55, in 2024-09-20T19:53:56.604 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: from .plugins import PLUGIN_MANAGER, debug, feature_toggles, motd # isort:skip # noqa E501 # pylint: disable=unused-import 2024-09-20T19:53:56.604 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: File "/usr/share/ceph/mgr/dashboard/plugins/feature_toggles.py", line 15, in 2024-09-20T19:53:56.604 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: from ..controllers.rgw import Rgw, RgwBucket, RgwDaemon, RgwUser 2024-09-20T19:53:56.605 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: File "/usr/share/ceph/mgr/dashboard/controllers/rgw.py", line 17, in 2024-09-20T19:53:56.605 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: from ..services.rgw_client import _SYNC_GROUP_ID, NoRgwDaemonsException, RgwClient, RgwMultisite 2024-09-20T19:53:56.605 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: File "/usr/share/ceph/mgr/dashboard/services/rgw_client.py", line 251 2024-09-20T19:53:56.605 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: logger.warning(f"Credentials not found for RGW Daemon '{daemon_name}'. 2024-09-20T19:53:56.605 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: ^ 2024-09-20T19:53:56.605 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: SyntaxError: EOL while scanning string literal 2024-09-20T19:53:56.605 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: 2024-09-20T19:53:56.605 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: 2024-09-20T19:53:56.200+0000 7fdf36da9040 -1 mgr[py] Class not found in module 'dashboard' 2024-09-20T19:53:56.606 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: 2024-09-20T19:53:56.200+0000 7fdf36da9040 -1 mgr[py] Error loading module 'dashboard': (2) No such file or directory 2024-09-20T19:53:56.606 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:53:56 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: 2024-09-20T19:53:56.381+0000 7fdf36da9040 -1 log_channel(cluster) log [ERR] : Failed to load ceph-mgr modules: dashboard 2024-09-20T19:53:58.662 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:58 smithi078 ceph-mon[29788]: mgrmap e3: a(active, since 1.00575s) 2024-09-20T19:53:59.571 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2024-09-20T19:53:59.571 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout { 2024-09-20T19:53:59.571 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "fsid": "e3eac498-7789-11ef-baf5-efdc52797490", 2024-09-20T19:53:59.571 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "health": { 2024-09-20T19:53:59.571 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-20T19:53:59.571 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-20T19:53:59.572 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-20T19:53:59.572 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:59.572 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-20T19:53:59.572 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-20T19:53:59.572 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 0 2024-09-20T19:53:59.572 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:53:59.572 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-20T19:53:59.572 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "a" 2024-09-20T19:53:59.572 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:53:59.572 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "quorum_age": 15, 2024-09-20T19:53:59.572 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-20T19:53:59.572 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:53:59.572 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-20T19:53:59.572 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-20T19:53:59.572 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:59.573 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-20T19:53:59.573 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:53:59.573 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-20T19:53:59.573 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-20T19:53:59.573 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-20T19:53:59.573 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-20T19:53:59.573 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-20T19:53:59.573 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-20T19:53:59.573 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:59.573 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-20T19:53:59.573 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-20T19:53:59.573 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-20T19:53:59.576 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-20T19:53:59.576 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-20T19:53:59.576 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-20T19:53:59.576 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-20T19:53:59.576 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-20T19:53:59.576 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-20T19:53:59.576 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:59.576 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-20T19:53:59.576 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:53:59.577 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "btime": "2024-09-20T19:53:34:024553+0000", 2024-09-20T19:53:59.577 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-20T19:53:59.577 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-20T19:53:59.577 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:59.577 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-20T19:53:59.577 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-20T19:53:59.577 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-20T19:53:59.577 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-20T19:53:59.577 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-20T19:53:59.577 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-20T19:53:59.577 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "restful" 2024-09-20T19:53:59.577 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ], 2024-09-20T19:53:59.577 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:53:59.577 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:59.577 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-20T19:53:59.578 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-20T19:53:59.578 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "modified": "2024-09-20T19:53:34.025193+0000", 2024-09-20T19:53:59.578 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-20T19:53:59.578 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout }, 2024-09-20T19:53:59.578 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-20T19:53:59.578 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout } 2024-09-20T19:53:59.578 INFO:teuthology.orchestra.run.smithi078.stdout:mgr is available 2024-09-20T19:53:59.683 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:59 smithi078 ceph-mon[29788]: mgrmap e4: a(active, since 2s) 2024-09-20T19:53:59.683 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:53:59 smithi078 ceph-mon[29788]: from='client.? 172.21.15.78:0/1511416562' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-20T19:54:00.689 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:00 smithi078 ceph-mon[29788]: from='client.? 172.21.15.78:0/3091675521' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-20T19:54:00.689 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:00 smithi078 ceph-mon[29788]: from='client.? 172.21.15.78:0/3091675521' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-20T19:54:00.692 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2024-09-20T19:54:00.693 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout [global] 2024-09-20T19:54:00.693 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout fsid = e3eac498-7789-11ef-baf5-efdc52797490 2024-09-20T19:54:00.693 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-20T19:54:00.693 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.78:3300,v1:172.21.15.78:6789] 2024-09-20T19:54:00.693 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-20T19:54:00.693 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-20T19:54:00.693 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-20T19:54:00.693 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-20T19:54:00.693 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2024-09-20T19:54:00.693 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-20T19:54:00.693 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-20T19:54:00.693 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout 2024-09-20T19:54:00.693 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout [osd] 2024-09-20T19:54:00.693 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-20T19:54:00.693 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-20T19:54:00.694 INFO:teuthology.orchestra.run.smithi078.stdout:Enabling cephadm module... 2024-09-20T19:54:01.849 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:01 smithi078 ceph-mon[29788]: from='client.? 172.21.15.78:0/2231876217' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-20T19:54:01.850 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:01 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: ignoring --setuser ceph since I am not root 2024-09-20T19:54:01.850 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:01 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: ignoring --setgroup ceph since I am not root 2024-09-20T19:54:02.515 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:02 smithi078 ceph-mon[29788]: from='client.? 172.21.15.78:0/2231876217' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-20T19:54:02.515 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:02 smithi078 ceph-mon[29788]: mgrmap e5: a(active, since 5s) 2024-09-20T19:54:03.363 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout { 2024-09-20T19:54:03.364 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-20T19:54:03.364 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-20T19:54:03.364 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-20T19:54:03.364 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-20T19:54:03.364 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout } 2024-09-20T19:54:03.364 INFO:teuthology.orchestra.run.smithi078.stdout:Waiting for the mgr to restart... 2024-09-20T19:54:03.364 INFO:teuthology.orchestra.run.smithi078.stdout:Waiting for mgr epoch 5... 2024-09-20T19:54:03.697 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:03 smithi078 ceph-mon[29788]: from='client.? 172.21.15.78:0/4207969938' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-20T19:54:06.599 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-mon[29788]: Active manager daemon a restarted 2024-09-20T19:54:06.599 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-mon[29788]: Activating manager daemon a 2024-09-20T19:54:06.600 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-mon[29788]: osdmap e2: 0 total, 0 up, 0 in 2024-09-20T19:54:06.600 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-mon[29788]: mgrmap e6: a(active, starting, since 0.00335412s) 2024-09-20T19:54:06.600 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-mon[29788]: from='mgr.14118 172.21.15.78:0/491854897' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-20T19:54:06.600 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-mon[29788]: from='mgr.14118 172.21.15.78:0/491854897' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-20T19:54:06.600 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-mon[29788]: from='mgr.14118 172.21.15.78:0/491854897' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-20T19:54:06.600 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-mon[29788]: from='mgr.14118 172.21.15.78:0/491854897' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-20T19:54:06.600 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-mon[29788]: from='mgr.14118 172.21.15.78:0/491854897' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-20T19:54:06.600 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-mon[29788]: Manager daemon a is now available 2024-09-20T19:54:06.600 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: 2024-09-20T19:54:06.189+0000 7faac1789040 -1 mgr[py] Module not found: 'dashboard' 2024-09-20T19:54:06.600 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: 2024-09-20T19:54:06.189+0000 7faac1789040 -1 mgr[py] Traceback (most recent call last): 2024-09-20T19:54:06.600 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: File "/usr/share/ceph/mgr/dashboard/__init__.py", line 60, in 2024-09-20T19:54:06.600 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: from .module import Module, StandbyModule # noqa: F401 2024-09-20T19:54:06.601 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: File "/usr/share/ceph/mgr/dashboard/module.py", line 55, in 2024-09-20T19:54:06.601 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: from .plugins import PLUGIN_MANAGER, debug, feature_toggles, motd # isort:skip # noqa E501 # pylint: disable=unused-import 2024-09-20T19:54:06.601 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: File "/usr/share/ceph/mgr/dashboard/plugins/feature_toggles.py", line 15, in 2024-09-20T19:54:06.601 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: from ..controllers.rgw import Rgw, RgwBucket, RgwDaemon, RgwUser 2024-09-20T19:54:06.601 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: File "/usr/share/ceph/mgr/dashboard/controllers/rgw.py", line 17, in 2024-09-20T19:54:06.601 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: from ..services.rgw_client import _SYNC_GROUP_ID, NoRgwDaemonsException, RgwClient, RgwMultisite 2024-09-20T19:54:06.601 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: File "/usr/share/ceph/mgr/dashboard/services/rgw_client.py", line 251 2024-09-20T19:54:06.601 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: logger.warning(f"Credentials not found for RGW Daemon '{daemon_name}'. 2024-09-20T19:54:06.601 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: ^ 2024-09-20T19:54:06.601 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: SyntaxError: EOL while scanning string literal 2024-09-20T19:54:06.601 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: 2024-09-20T19:54:06.601 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: 2024-09-20T19:54:06.189+0000 7faac1789040 -1 mgr[py] Class not found in module 'dashboard' 2024-09-20T19:54:06.601 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: 2024-09-20T19:54:06.189+0000 7faac1789040 -1 mgr[py] Error loading module 'dashboard': (2) No such file or directory 2024-09-20T19:54:06.601 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:06 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: 2024-09-20T19:54:06.361+0000 7faac1789040 -1 log_channel(cluster) log [ERR] : Failed to load ceph-mgr modules: dashboard 2024-09-20T19:54:08.003 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout { 2024-09-20T19:54:08.004 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-20T19:54:08.004 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-20T19:54:08.004 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout } 2024-09-20T19:54:08.004 INFO:teuthology.orchestra.run.smithi078.stdout:mgr epoch 5 is available 2024-09-20T19:54:08.004 INFO:teuthology.orchestra.run.smithi078.stdout:Verifying orchestrator module is enabled... 2024-09-20T19:54:08.328 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-mon[29788]: from='mgr.14118 172.21.15.78:0/491854897' entity='mgr.a' 2024-09-20T19:54:08.329 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-mon[29788]: from='mgr.14118 172.21.15.78:0/491854897' entity='mgr.a' 2024-09-20T19:54:08.329 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-mon[29788]: Found migration_current of "None". Setting to last migration. 2024-09-20T19:54:08.329 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-mon[29788]: from='mgr.14118 172.21.15.78:0/491854897' entity='mgr.a' 2024-09-20T19:54:08.329 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-mon[29788]: from='mgr.14118 172.21.15.78:0/491854897' entity='mgr.a' 2024-09-20T19:54:08.329 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-mon[29788]: from='mgr.14118 172.21.15.78:0/491854897' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:54:08.329 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-mon[29788]: from='mgr.14118 172.21.15.78:0/491854897' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:54:08.329 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-mon[29788]: from='mgr.14118 172.21.15.78:0/491854897' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-20T19:54:08.330 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-mon[29788]: from='mgr.14118 172.21.15.78:0/491854897' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-20T19:54:08.330 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-mon[29788]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-20T19:54:08.330 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-mon[29788]: mgrmap e7: a(active, since 1.00562s) 2024-09-20T19:54:08.330 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-mon[29788]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-20T19:54:08.599 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: 2024-09-20T19:54:08.447+0000 7faa27b72640 -1 log_channel(cephadm) log [ERR] : [20/Sep/2024:19:54:08] ENGINE Error in HTTPServer.serve 2024-09-20T19:54:08.600 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: Traceback (most recent call last): 2024-09-20T19:54:08.600 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T19:54:08.600 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: self._connections.run(self.expiration_interval) 2024-09-20T19:54:08.600 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T19:54:08.600 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: self._run(expiration_interval) 2024-09-20T19:54:08.600 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T19:54:08.600 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T19:54:08.600 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T19:54:08.600 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T19:54:08.600 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T19:54:08.600 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: s = self.context.wrap_socket( 2024-09-20T19:54:08.601 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T19:54:08.601 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: return self.sslsocket_class._create( 2024-09-20T19:54:08.601 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T19:54:08.601 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: self.do_handshake() 2024-09-20T19:54:08.601 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T19:54:08.601 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: self._sslobj.do_handshake() 2024-09-20T19:54:08.601 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T19:54:08.601 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:08 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: 2024-09-20T19:54:09.599 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:09 smithi078 ceph-mon[29788]: [20/Sep/2024:19:54:08] ENGINE Bus STARTING 2024-09-20T19:54:09.599 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:09 smithi078 ceph-mon[29788]: [20/Sep/2024:19:54:08] ENGINE Serving on http://172.21.15.78:8765 2024-09-20T19:54:09.600 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:09 smithi078 ceph-mon[29788]: from='mgr.14118 172.21.15.78:0/491854897' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:54:09.600 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:09 smithi078 ceph-mon[29788]: from='client.? 172.21.15.78:0/3880445083' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-20T19:54:09.877 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-20T19:54:09.877 INFO:teuthology.orchestra.run.smithi078.stdout:Setting orchestrator backend to cephadm... 2024-09-20T19:54:10.235 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:10 smithi078 ceph-mon[29788]: [20/Sep/2024:19:54:08] ENGINE Serving on https://172.21.15.78:7150 2024-09-20T19:54:10.236 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:10 smithi078 ceph-mon[29788]: [20/Sep/2024:19:54:08] ENGINE Bus STARTED 2024-09-20T19:54:10.236 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:10 smithi078 ceph-mon[29788]: [20/Sep/2024:19:54:08] ENGINE Error in HTTPServer.serve 2024-09-20T19:54:10.236 INFO:journalctl@ceph.mon.a.smithi078.stdout: Traceback (most recent call last): 2024-09-20T19:54:10.236 INFO:journalctl@ceph.mon.a.smithi078.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T19:54:10.236 INFO:journalctl@ceph.mon.a.smithi078.stdout: self._connections.run(self.expiration_interval) 2024-09-20T19:54:10.236 INFO:journalctl@ceph.mon.a.smithi078.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T19:54:10.236 INFO:journalctl@ceph.mon.a.smithi078.stdout: self._run(expiration_interval) 2024-09-20T19:54:10.236 INFO:journalctl@ceph.mon.a.smithi078.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T19:54:10.236 INFO:journalctl@ceph.mon.a.smithi078.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T19:54:10.236 INFO:journalctl@ceph.mon.a.smithi078.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T19:54:10.236 INFO:journalctl@ceph.mon.a.smithi078.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T19:54:10.237 INFO:journalctl@ceph.mon.a.smithi078.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T19:54:10.237 INFO:journalctl@ceph.mon.a.smithi078.stdout: s = self.context.wrap_socket( 2024-09-20T19:54:10.237 INFO:journalctl@ceph.mon.a.smithi078.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T19:54:10.237 INFO:journalctl@ceph.mon.a.smithi078.stdout: return self.sslsocket_class._create( 2024-09-20T19:54:10.237 INFO:journalctl@ceph.mon.a.smithi078.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T19:54:10.237 INFO:journalctl@ceph.mon.a.smithi078.stdout: self.do_handshake() 2024-09-20T19:54:10.237 INFO:journalctl@ceph.mon.a.smithi078.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T19:54:10.237 INFO:journalctl@ceph.mon.a.smithi078.stdout: self._sslobj.do_handshake() 2024-09-20T19:54:10.237 INFO:journalctl@ceph.mon.a.smithi078.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T19:54:10.237 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:10 smithi078 ceph-mon[29788]: from='client.? 172.21.15.78:0/3880445083' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-20T19:54:10.237 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:10 smithi078 ceph-mon[29788]: mgrmap e8: a(active, since 2s) 2024-09-20T19:54:11.558 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:11 smithi078 ceph-mon[29788]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:54:11.559 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:11 smithi078 ceph-mon[29788]: from='mgr.14118 172.21.15.78:0/491854897' entity='mgr.a' 2024-09-20T19:54:11.559 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:11 smithi078 ceph-mon[29788]: from='mgr.14118 172.21.15.78:0/491854897' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:54:12.073 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-20T19:54:12.073 INFO:teuthology.orchestra.run.smithi078.stdout:Generating ssh key... 2024-09-20T19:54:12.739 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:12 smithi078 ceph-mon[29788]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:54:12.740 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:12 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: Generating public/private rsa key pair. 2024-09-20T19:54:12.740 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:12 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: Your identification has been saved in /tmp/tmplwv6dnlb/key 2024-09-20T19:54:12.740 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:12 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: Your public key has been saved in /tmp/tmplwv6dnlb/key.pub 2024-09-20T19:54:12.740 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:12 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: The key fingerprint is: 2024-09-20T19:54:12.740 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:12 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: SHA256:+B8GwWdOYmEWoXjdnlQiBxY9UfQOS+1k/apsb8p0Rmo ceph-e3eac498-7789-11ef-baf5-efdc52797490 2024-09-20T19:54:12.740 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:12 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: The key's randomart image is: 2024-09-20T19:54:12.740 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:12 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: +---[RSA 3072]----+ 2024-09-20T19:54:12.740 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:12 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: | @*+++ | 2024-09-20T19:54:12.740 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:12 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: | . B =oo o . | 2024-09-20T19:54:12.740 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:12 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: | . o * *.o = .| 2024-09-20T19:54:12.740 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:12 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: | . o X o B .| 2024-09-20T19:54:12.740 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:12 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: | . S + . + .| 2024-09-20T19:54:12.741 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:12 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: | . . o . | 2024-09-20T19:54:12.741 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:12 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: | . o E + | 2024-09-20T19:54:12.741 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:12 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: | o *.+. | 2024-09-20T19:54:12.741 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:12 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: | ..=+. | 2024-09-20T19:54:12.741 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:12 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: +----[SHA256]-----+ 2024-09-20T19:54:14.099 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:13 smithi078 ceph-mon[29788]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:54:14.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:13 smithi078 ceph-mon[29788]: Generating ssh key... 2024-09-20T19:54:14.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:13 smithi078 ceph-mon[29788]: from='mgr.14118 172.21.15.78:0/491854897' entity='mgr.a' 2024-09-20T19:54:14.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:13 smithi078 ceph-mon[29788]: from='mgr.14118 172.21.15.78:0/491854897' entity='mgr.a' 2024-09-20T19:54:14.377 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDSg4CTA3XP2V0u71bvSmSo9aMZ9aeoBw32+hBhiGH7wqFJvg6x8ucZAkNAvou9O/LuEjv/Sr51Mx+wYAEHK1NhSpMgjFqI8+YTv8g3uS+rIIODTVZXy/j60ViD4BT1E4HDg7VtoX730ImTYQg1RWrWDlnrMw41g+cuEK2dXSTt9+bHp0aJtkzLPFjIb+I0mSa0nUQc9VTZrKuUReQHVTVdMHk0AIGNVwHXlaWpj3yxUB1ZMX1seXouFttblWlHHESjGKvaAXp69NXvdiIzvwKQ+ex3kkm4goU7PLuo7ksKJfNIqNax7uQ16Lh8qA7jHA7GSZqyyaftJl6wGFWuSlBsdYpEdoMr+F8AWVNE/YDjuYkWkICFznPaUBUkD11zLnSZEML3ZXcq7an9AqBEybL9fjOgWTyM9oKQ/gJdcgYbh/3YEjgvHD2KYTbQSZiAj1zqtmUeZFFC5xkn+XLnJVgcUhpxq6N/lbM1w9j9uIVue3gfMSYNLMBzFI7LeANEnhM= ceph-e3eac498-7789-11ef-baf5-efdc52797490 2024-09-20T19:54:14.378 INFO:teuthology.orchestra.run.smithi078.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-20T19:54:14.378 INFO:teuthology.orchestra.run.smithi078.stdout:Adding key to root@localhost authorized_keys... 2024-09-20T19:54:14.383 INFO:teuthology.orchestra.run.smithi078.stdout:Adding host smithi078... 2024-09-20T19:54:15.023 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:14 smithi078 ceph-mon[29788]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:54:15.922 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:15 smithi078 ceph-mon[29788]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi078", "addr": "172.21.15.78", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:54:16.849 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:16 smithi078 ceph-mon[29788]: Deploying cephadm binary to smithi078 2024-09-20T19:54:18.528 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout Added host 'smithi078' with addr '172.21.15.78' 2024-09-20T19:54:18.528 INFO:teuthology.orchestra.run.smithi078.stdout:Deploying unmanaged mon service... 2024-09-20T19:54:19.180 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:18 smithi078 ceph-mon[29788]: from='mgr.14118 172.21.15.78:0/491854897' entity='mgr.a' 2024-09-20T19:54:19.180 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:18 smithi078 ceph-mon[29788]: Added host smithi078 2024-09-20T19:54:19.180 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:18 smithi078 ceph-mon[29788]: from='mgr.14118 172.21.15.78:0/491854897' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-20T19:54:19.954 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-20T19:54:19.954 INFO:teuthology.orchestra.run.smithi078.stdout:Deploying unmanaged mgr service... 2024-09-20T19:54:20.421 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:20 smithi078 ceph-mon[29788]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:54:20.421 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:20 smithi078 ceph-mon[29788]: Saving service mon spec with placement count:5 2024-09-20T19:54:20.421 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:20 smithi078 ceph-mon[29788]: from='mgr.14118 172.21.15.78:0/491854897' entity='mgr.a' 2024-09-20T19:54:21.053 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-20T19:54:21.830 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:21 smithi078 ceph-mon[29788]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T19:54:21.830 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:21 smithi078 ceph-mon[29788]: Saving service mgr spec with placement count:2 2024-09-20T19:54:21.830 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:21 smithi078 ceph-mon[29788]: from='mgr.14118 172.21.15.78:0/491854897' entity='mgr.a' 2024-09-20T19:54:23.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:22 smithi078 ceph-mon[29788]: from='mgr.14118 172.21.15.78:0/491854897' entity='mgr.a' 2024-09-20T19:54:23.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:22 smithi078 ceph-mon[29788]: from='mgr.14118 172.21.15.78:0/491854897' entity='mgr.a' 2024-09-20T19:54:23.112 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:22 smithi078 ceph-mon[29788]: from='client.? 172.21.15.78:0/2150077859' entity='client.admin' 2024-09-20T19:54:24.588 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:24 smithi078 ceph-mon[29788]: from='mgr.14118 172.21.15.78:0/491854897' entity='mgr.a' 2024-09-20T19:54:24.792 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 22 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:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -e NODE_NAME=smithi078 -v /var/log/ceph/e3eac498-7789-11ef-baf5-efdc52797490:/var/log/ceph:z -v /tmp/ceph-tmp7b1zrxs0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmphudpm09a:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 config set mgr mgr/dashboard/ssl_server_port 8443 2024-09-20T19:54:24.792 INFO:teuthology.orchestra.run.smithi078.stdout:/usr/bin/ceph: stderr Error EINVAL: unrecognized config option 'mgr/dashboard/ssl_server_port' 2024-09-20T19:54:24.792 INFO:teuthology.orchestra.run.smithi078.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:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -e NODE_NAME=smithi078 -v /var/log/ceph/e3eac498-7789-11ef-baf5-efdc52797490:/var/log/ceph:z -v /tmp/ceph-tmp7b1zrxs0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmphudpm09a:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 config set mgr mgr/dashboard/ssl_server_port 8443: Error EINVAL: unrecognized config option 'mgr/dashboard/ssl_server_port' 2024-09-20T19:54:24.793 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-09-20T19:54:24.793 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:54:24.793 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:54:24.794 INFO:teuthology.orchestra.run.smithi078.stdout: *************** 2024-09-20T19:54:24.794 INFO:teuthology.orchestra.run.smithi078.stdout: Cephadm hit an issue during cluster installation. Current cluster files will be deleted automatically. 2024-09-20T19:54:24.794 INFO:teuthology.orchestra.run.smithi078.stdout: To disable this behaviour you can pass the --no-cleanup-on-failure flag. In case of any previous 2024-09-20T19:54:24.794 INFO:teuthology.orchestra.run.smithi078.stdout: broken installation, users must use the following command to completely delete the broken cluster: 2024-09-20T19:54:24.794 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:54:24.794 INFO:teuthology.orchestra.run.smithi078.stdout: > cephadm rm-cluster --force --zap-osds --fsid 2024-09-20T19:54:24.794 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:54:24.795 INFO:teuthology.orchestra.run.smithi078.stdout: for more information please refer to https://docs.ceph.com/en/latest/cephadm/operations/#purging-a-cluster 2024-09-20T19:54:24.795 INFO:teuthology.orchestra.run.smithi078.stdout: *************** 2024-09-20T19:54:24.795 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:54:24.795 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-09-20T19:54:24.795 INFO:teuthology.orchestra.run.smithi078.stdout:Deleting cluster with fsid: e3eac498-7789-11ef-baf5-efdc52797490 2024-09-20T19:54:24.818 INFO:teuthology.orchestra.run.smithi078.stdout:/bin/podman: stdout 7e5386ad6b28,33.46MB / 33.27GB 2024-09-20T19:54:24.819 INFO:teuthology.orchestra.run.smithi078.stdout:/bin/podman: stdout 185c20d52fb8,467.7MB / 33.27GB 2024-09-20T19:54:24.844 INFO:teuthology.orchestra.run.smithi078.stdout:/bin/podman: stdout 7e5386ad6b28,1.06% 2024-09-20T19:54:24.844 INFO:teuthology.orchestra.run.smithi078.stdout:/bin/podman: stdout 185c20d52fb8,42.21% 2024-09-20T19:54:25.127 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:24 smithi078 systemd[1]: Stopping Ceph mon.a for e3eac498-7789-11ef-baf5-efdc52797490... 2024-09-20T19:54:25.451 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:25 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mon-a[29783]: 2024-09-20T19:54:25.124+0000 7f0a037ab640 -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-09-20T19:54:25.451 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:25 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mon-a[29783]: 2024-09-20T19:54:25.124+0000 7f0a037ab640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-20T19:54:26.099 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:25 smithi078 podman[32026]: 2024-09-20 19:54:25.808973597 +0000 UTC m=+0.797466848 container died 7e5386ad6b28120e93c262620c9af6d67ac4fd2064a582e3b83edff9da14965a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-e3eac498-7789-11ef-baf5-efdc52797490-mon-a, ceph=True, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux ) 2024-09-20T19:54:26.415 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:26 smithi078 podman[32026]: 2024-09-20 19:54:26.195034424 +0000 UTC m=+1.183527664 container cleanup 7e5386ad6b28120e93c262620c9af6d67ac4fd2064a582e3b83edff9da14965a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-e3eac498-7789-11ef-baf5-efdc52797490-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_CLEAN=True, ceph=True) 2024-09-20T19:54:26.415 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:26 smithi078 bash[32026]: ceph-e3eac498-7789-11ef-baf5-efdc52797490-mon-a 2024-09-20T19:54:26.758 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:26 smithi078 podman[32094]: 2024-09-20 19:54:26.413316574 +0000 UTC m=+1.034761229 container remove 7e5386ad6b28120e93c262620c9af6d67ac4fd2064a582e3b83edff9da14965a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-e3eac498-7789-11ef-baf5-efdc52797490-mon-a, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux ) 2024-09-20T19:54:27.099 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:26 smithi078 systemd[1]: ceph-e3eac498-7789-11ef-baf5-efdc52797490@mon.a.service: Deactivated successfully. 2024-09-20T19:54:27.099 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:26 smithi078 systemd[1]: Stopped Ceph mon.a for e3eac498-7789-11ef-baf5-efdc52797490. 2024-09-20T19:54:27.100 INFO:journalctl@ceph.mon.a.smithi078.stdout:Sep 20 19:54:26 smithi078 systemd[1]: ceph-e3eac498-7789-11ef-baf5-efdc52797490@mon.a.service: Consumed 1.206s CPU time. 2024-09-20T19:54:27.142 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-e3eac498-7789-11ef-baf5-efdc52797490.target.wants/ceph-e3eac498-7789-11ef-baf5-efdc52797490@mon.a.service". 2024-09-20T19:54:27.151 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 5 from systemctl stop ceph-e3eac498-7789-11ef-baf5-efdc52797490-init@mon.a.service 2024-09-20T19:54:27.151 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Failed to stop ceph-e3eac498-7789-11ef-baf5-efdc52797490-init@mon.a.service: Unit ceph-e3eac498-7789-11ef-baf5-efdc52797490-init@mon.a.service not loaded. 2024-09-20T19:54:27.158 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-e3eac498-7789-11ef-baf5-efdc52797490-init@mon.a.service 2024-09-20T19:54:27.158 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Failed to reset failed state of unit ceph-e3eac498-7789-11ef-baf5-efdc52797490-init@mon.a.service: Unit ceph-e3eac498-7789-11ef-baf5-efdc52797490-init@mon.a.service not loaded. 2024-09-20T19:54:27.165 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl disable ceph-e3eac498-7789-11ef-baf5-efdc52797490-init@mon.a.service 2024-09-20T19:54:27.165 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-e3eac498-7789-11ef-baf5-efdc52797490-init@mon.a.service does not exist. 2024-09-20T19:54:27.479 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:27 smithi078 systemd[1]: Stopping Ceph mgr.a for e3eac498-7789-11ef-baf5-efdc52797490... 2024-09-20T19:54:27.779 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:27 smithi078 ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a[30016]: 2024-09-20T19:54:27.476+0000 7faabd72a640 -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-09-20T19:54:27.779 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:27 smithi078 podman[32233]: 2024-09-20 19:54:27.508266081 +0000 UTC m=+0.169351386 container died 185c20d52fb8186dc36bfbdb2d4b92df73a957f03da15a29b02a938b66ca9c19 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, ceph=True) 2024-09-20T19:54:28.099 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:27 smithi078 podman[32233]: 2024-09-20 19:54:27.852091271 +0000 UTC m=+0.513176565 container cleanup 185c20d52fb8186dc36bfbdb2d4b92df73a957f03da15a29b02a938b66ca9c19 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-20T19:54:28.099 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:27 smithi078 bash[32233]: ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a 2024-09-20T19:54:28.100 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:28 smithi078 podman[32245]: 2024-09-20 19:54:28.019892459 +0000 UTC m=+0.507586182 container remove 185c20d52fb8186dc36bfbdb2d4b92df73a957f03da15a29b02a938b66ca9c19 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7, name=ceph-e3eac498-7789-11ef-baf5-efdc52797490-mgr-a, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-09-20-0910-e8baca1, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.37.2) 2024-09-20T19:54:28.514 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-e3eac498-7789-11ef-baf5-efdc52797490.target.wants/ceph-e3eac498-7789-11ef-baf5-efdc52797490@mgr.a.service". 2024-09-20T19:54:28.522 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 5 from systemctl stop ceph-e3eac498-7789-11ef-baf5-efdc52797490-init@mgr.a.service 2024-09-20T19:54:28.522 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Failed to stop ceph-e3eac498-7789-11ef-baf5-efdc52797490-init@mgr.a.service: Unit ceph-e3eac498-7789-11ef-baf5-efdc52797490-init@mgr.a.service not loaded. 2024-09-20T19:54:28.528 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-e3eac498-7789-11ef-baf5-efdc52797490-init@mgr.a.service 2024-09-20T19:54:28.528 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Failed to reset failed state of unit ceph-e3eac498-7789-11ef-baf5-efdc52797490-init@mgr.a.service: Unit ceph-e3eac498-7789-11ef-baf5-efdc52797490-init@mgr.a.service not loaded. 2024-09-20T19:54:28.535 INFO:teuthology.orchestra.run.smithi078.stdout:Non-zero exit code 1 from systemctl disable ceph-e3eac498-7789-11ef-baf5-efdc52797490-init@mgr.a.service 2024-09-20T19:54:28.535 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-e3eac498-7789-11ef-baf5-efdc52797490-init@mgr.a.service does not exist. 2024-09-20T19:54:28.540 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:28 smithi078 systemd[1]: ceph-e3eac498-7789-11ef-baf5-efdc52797490@mgr.a.service: Deactivated successfully. 2024-09-20T19:54:28.540 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:28 smithi078 systemd[1]: Stopped Ceph mgr.a for e3eac498-7789-11ef-baf5-efdc52797490. 2024-09-20T19:54:28.540 INFO:journalctl@ceph.mgr.a.smithi078.stdout:Sep 20 19:54:28 smithi078 systemd[1]: ceph-e3eac498-7789-11ef-baf5-efdc52797490@mgr.a.service: Consumed 14.907s CPU time. 2024-09-20T19:54:28.692 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph.target.wants/ceph-e3eac498-7789-11ef-baf5-efdc52797490.target". 2024-09-20T19:54:28.692 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph-e3eac498-7789-11ef-baf5-efdc52797490.target". 2024-09-20T19:54:28.870 INFO:teuthology.orchestra.run.smithi078.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-09-20T19:54:28.871 INFO:teuthology.orchestra.run.smithi078.stderr:Traceback (most recent call last): 2024-09-20T19:54:28.871 INFO:teuthology.orchestra.run.smithi078.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-09-20T19:54:28.878 INFO:teuthology.orchestra.run.smithi078.stderr: return _run_code(code, main_globals, None, 2024-09-20T19:54:28.878 INFO:teuthology.orchestra.run.smithi078.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-09-20T19:54:28.878 INFO:teuthology.orchestra.run.smithi078.stderr: exec(code, run_globals) 2024-09-20T19:54:28.878 INFO:teuthology.orchestra.run.smithi078.stderr: File "/tmp/tmp7xifg09j.cephadm.build/app/__main__.py", line 5628, in 2024-09-20T19:54:28.878 INFO:teuthology.orchestra.run.smithi078.stderr: File "/tmp/tmp7xifg09j.cephadm.build/app/__main__.py", line 5616, in main 2024-09-20T19:54:28.878 INFO:teuthology.orchestra.run.smithi078.stderr: File "/tmp/tmp7xifg09j.cephadm.build/app/__main__.py", line 2667, in _rollback 2024-09-20T19:54:28.878 INFO:teuthology.orchestra.run.smithi078.stderr: File "/tmp/tmp7xifg09j.cephadm.build/app/__main__.py", line 451, in _default_image 2024-09-20T19:54:28.878 INFO:teuthology.orchestra.run.smithi078.stderr: File "/tmp/tmp7xifg09j.cephadm.build/app/__main__.py", line 2933, in command_bootstrap 2024-09-20T19:54:28.879 INFO:teuthology.orchestra.run.smithi078.stderr: File "/tmp/tmp7xifg09j.cephadm.build/app/__main__.py", line 2431, in prepare_dashboard 2024-09-20T19:54:28.879 INFO:teuthology.orchestra.run.smithi078.stderr: File "/tmp/tmp7xifg09j.cephadm.build/app/__main__.py", line 2846, in cli 2024-09-20T19:54:28.879 INFO:teuthology.orchestra.run.smithi078.stderr: File "/tmp/tmp7xifg09j.cephadm.build/app/cephadmlib/container_types.py", line 429, in run 2024-09-20T19:54:28.879 INFO:teuthology.orchestra.run.smithi078.stderr: File "/tmp/tmp7xifg09j.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-09-20T19:54:28.879 INFO:teuthology.orchestra.run.smithi078.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:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -e NODE_NAME=smithi078 -v /var/log/ceph/e3eac498-7789-11ef-baf5-efdc52797490:/var/log/ceph:z -v /tmp/ceph-tmp7b1zrxs0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmphudpm09a:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 config set mgr mgr/dashboard/ssl_server_port 8443: Error EINVAL: unrecognized config option 'mgr/dashboard/ssl_server_port' 2024-09-20T19:54:28.879 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-09-20T19:54:28.903 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:54:28.903 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-20T19:54:28.904 DEBUG:teuthology.orchestra.run.smithi078:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-20T19:54:28.919 DEBUG:teuthology.orchestra.run.smithi131:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-20T19:54:28.940 DEBUG:teuthology.orchestra.run.smithi146:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-20T19:54:28.959 INFO:tasks.cephadm:Stopping all daemons... 2024-09-20T19:54:28.959 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-20T19:54:28.960 DEBUG:teuthology.orchestra.run.smithi078:> sudo systemctl stop ceph-e3eac498-7789-11ef-baf5-efdc52797490@mon.a 2024-09-20T19:54:28.994 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to stop ceph-e3eac498-7789-11ef-baf5-efdc52797490@mon.a.service: Unit ceph-e3eac498-7789-11ef-baf5-efdc52797490@mon.a.service not loaded. 2024-09-20T19:54:28.995 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-09-20T19:54:28.995 ERROR:tasks.cephadm:Failed to stop "ceph.mon.a" Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 810, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi078 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -v bootstrap --fsid e3eac498-7789-11ef-baf5-efdc52797490 --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.78 --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_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 897, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/daemon/cephadmunit.py", line 167, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi078 with status 5: 'sudo systemctl stop ceph-e3eac498-7789-11ef-baf5-efdc52797490@mon.a' 2024-09-20T19:54:28.997 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 810, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi078 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -v bootstrap --fsid e3eac498-7789-11ef-baf5-efdc52797490 --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.78 --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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 897, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/daemon/cephadmunit.py", line 167, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi078 with status 5: 'sudo systemctl stop ceph-e3eac498-7789-11ef-baf5-efdc52797490@mon.a' 2024-09-20T19:54:28.997 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-20T19:54:28.999 DEBUG:teuthology.misc:Transferring archived files from smithi078:/var/lib/ceph/e3eac498-7789-11ef-baf5-efdc52797490/crash to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912838/remote/smithi078/crash 2024-09-20T19:54:29.000 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /var/lib/ceph/e3eac498-7789-11ef-baf5-efdc52797490/crash -- . 2024-09-20T19:54:29.074 INFO:teuthology.orchestra.run.smithi078.stderr:tar: /var/lib/ceph/e3eac498-7789-11ef-baf5-efdc52797490/crash: Cannot open: No such file or directory 2024-09-20T19:54:29.074 INFO:teuthology.orchestra.run.smithi078.stderr:tar: Error is not recoverable: exiting now 2024-09-20T19:54:29.075 DEBUG:teuthology.misc:Transferring archived files from smithi131:/var/lib/ceph/e3eac498-7789-11ef-baf5-efdc52797490/crash to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912838/remote/smithi131/crash 2024-09-20T19:54:29.076 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /var/lib/ceph/e3eac498-7789-11ef-baf5-efdc52797490/crash -- . 2024-09-20T19:54:29.116 INFO:teuthology.orchestra.run.smithi131.stderr:tar: /var/lib/ceph/e3eac498-7789-11ef-baf5-efdc52797490/crash: Cannot open: No such file or directory 2024-09-20T19:54:29.116 INFO:teuthology.orchestra.run.smithi131.stderr:tar: Error is not recoverable: exiting now 2024-09-20T19:54:29.117 DEBUG:teuthology.misc:Transferring archived files from smithi146:/var/lib/ceph/e3eac498-7789-11ef-baf5-efdc52797490/crash to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912838/remote/smithi146/crash 2024-09-20T19:54:29.118 DEBUG:teuthology.orchestra.run.smithi146:> sudo tar c -f - -C /var/lib/ceph/e3eac498-7789-11ef-baf5-efdc52797490/crash -- . 2024-09-20T19:54:29.162 INFO:teuthology.orchestra.run.smithi146.stderr:tar: /var/lib/ceph/e3eac498-7789-11ef-baf5-efdc52797490/crash: Cannot open: No such file or directory 2024-09-20T19:54:29.162 INFO:teuthology.orchestra.run.smithi146.stderr:tar: Error is not recoverable: exiting now 2024-09-20T19:54:29.163 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-20T19:54:29.163 DEBUG:teuthology.orchestra.run.smithi078:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/e3eac498-7789-11ef-baf5-efdc52797490/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | egrep -v CEPHADM_STRAY_DAEMON | head -n 1 2024-09-20T19:54:29.196 INFO:teuthology.orchestra.run.smithi078.stderr:grep: /var/log/ceph/e3eac498-7789-11ef-baf5-efdc52797490/ceph.log: No such file or directory 2024-09-20T19:54:29.197 INFO:tasks.cephadm:Compressing logs... 2024-09-20T19:54:29.198 DEBUG:teuthology.orchestra.run.smithi078:> 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-09-20T19:54:29.240 DEBUG:teuthology.orchestra.run.smithi131:> 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-09-20T19:54:29.242 DEBUG:teuthology.orchestra.run.smithi146:> 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-09-20T19:54:29.261 INFO:teuthology.orchestra.run.smithi078.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-20T19:54:29.261 INFO:teuthology.orchestra.run.smithi078.stderr:: No such file or directory 2024-09-20T19:54:29.262 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/cephadm.log: 40.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-20T19:54:29.263 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-09-20T19:54:29.263 INFO:teuthology.orchestra.run.smithi078.stderr:real 0m0.012s 2024-09-20T19:54:29.264 INFO:teuthology.orchestra.run.smithi078.stderr:user 0m0.011s 2024-09-20T19:54:29.264 INFO:teuthology.orchestra.run.smithi078.stderr:sys 0m0.010s 2024-09-20T19:54:29.269 INFO:teuthology.orchestra.run.smithi131.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-20T19:54:29.269 INFO:teuthology.orchestra.run.smithi131.stderr:: No such file or directory 2024-09-20T19:54:29.269 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/cephadm.log: 56.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-20T19:54:29.271 INFO:teuthology.orchestra.run.smithi131.stderr: 2024-09-20T19:54:29.271 INFO:teuthology.orchestra.run.smithi131.stderr:real 0m0.014s 2024-09-20T19:54:29.271 INFO:teuthology.orchestra.run.smithi131.stderr:user 0m0.010s 2024-09-20T19:54:29.271 INFO:teuthology.orchestra.run.smithi131.stderr:sys 0m0.016s 2024-09-20T19:54:29.272 INFO:teuthology.orchestra.run.smithi146.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-20T19:54:29.272 INFO:teuthology.orchestra.run.smithi146.stderr:: No such file or directory 2024-09-20T19:54:29.272 INFO:teuthology.orchestra.run.smithi146.stderr:/var/log/ceph/cephadm.log: 55.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-20T19:54:29.274 INFO:teuthology.orchestra.run.smithi146.stderr: 2024-09-20T19:54:29.274 INFO:teuthology.orchestra.run.smithi146.stderr:real 0m0.014s 2024-09-20T19:54:29.274 INFO:teuthology.orchestra.run.smithi146.stderr:user 0m0.009s 2024-09-20T19:54:29.274 INFO:teuthology.orchestra.run.smithi146.stderr:sys 0m0.016s 2024-09-20T19:54:29.275 INFO:tasks.cephadm:Archiving logs... 2024-09-20T19:54:29.275 DEBUG:teuthology.misc:Transferring archived files from smithi078:/var/log/ceph to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912838/remote/smithi078/log 2024-09-20T19:54:29.276 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-20T19:54:29.329 DEBUG:teuthology.misc:Transferring archived files from smithi131:/var/log/ceph to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912838/remote/smithi131/log 2024-09-20T19:54:29.330 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-20T19:54:29.359 DEBUG:teuthology.misc:Transferring archived files from smithi146:/var/log/ceph to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912838/remote/smithi146/log 2024-09-20T19:54:29.360 DEBUG:teuthology.orchestra.run.smithi146:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-20T19:54:29.390 INFO:tasks.cephadm:Removing cluster... 2024-09-20T19:54:29.390 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e3eac498-7789-11ef-baf5-efdc52797490 --force 2024-09-20T19:54:29.578 INFO:teuthology.orchestra.run.smithi078.stdout:Deleting cluster with fsid: e3eac498-7789-11ef-baf5-efdc52797490 2024-09-20T19:54:29.842 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e3eac498-7789-11ef-baf5-efdc52797490 --force 2024-09-20T19:54:30.041 INFO:teuthology.orchestra.run.smithi131.stdout:Deleting cluster with fsid: e3eac498-7789-11ef-baf5-efdc52797490 2024-09-20T19:54:30.318 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e3eac498-7789-11ef-baf5-efdc52797490 --force 2024-09-20T19:54:30.517 INFO:teuthology.orchestra.run.smithi146.stdout:Deleting cluster with fsid: e3eac498-7789-11ef-baf5-efdc52797490 2024-09-20T19:54:30.778 INFO:tasks.cephadm:Removing cephadm ... 2024-09-20T19:54:30.778 DEBUG:teuthology.orchestra.run.smithi078:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-20T19:54:30.796 DEBUG:teuthology.orchestra.run.smithi131:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-20T19:54:30.813 DEBUG:teuthology.orchestra.run.smithi146:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-20T19:54:30.830 INFO:tasks.cephadm:Teardown complete 2024-09-20T19:54:30.830 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 810, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi078 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -v bootstrap --fsid e3eac498-7789-11ef-baf5-efdc52797490 --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.78 --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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 2334, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 1962, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 897, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/daemon/cephadmunit.py", line 167, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi078 with status 5: 'sudo systemctl stop ceph-e3eac498-7789-11ef-baf5-efdc52797490@mon.a' 2024-09-20T19:54:31.002 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=9f79530f43d948d7a7d89de9e9be9a1d Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 810, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi078 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e8baca1eac6c3c9c88bf2ea4493e448bd54936a7 -v bootstrap --fsid e3eac498-7789-11ef-baf5-efdc52797490 --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.78 --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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 2334, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 1962, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_e8baca1eac6c3c9c88bf2ea4493e448bd54936a7/qa/tasks/cephadm.py", line 897, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/daemon/cephadmunit.py", line 167, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi078 with status 5: 'sudo systemctl stop ceph-e3eac498-7789-11ef-baf5-efdc52797490@mon.a' 2024-09-20T19:54:31.007 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-20T19:54:31.016 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-20T19:54:31.065 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-09-20T19:54:31.065 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-20T19:54:31.078 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-20T19:54:31.081 DEBUG:teuthology.orchestra.run.smithi146:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-20T19:54:31.178 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-20T19:54:31.187 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-20T19:54:31.187 DEBUG:teuthology.orchestra.run.smithi078:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-20T19:54:31.190 DEBUG:teuthology.orchestra.run.smithi131:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-20T19:54:31.192 DEBUG:teuthology.orchestra.run.smithi146:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-20T19:54:31.205 INFO:teuthology.orchestra.run.smithi078.stderr:bash: line 1: ntpq: command not found 2024-09-20T19:54:31.207 INFO:teuthology.orchestra.run.smithi146.stderr:bash: line 1: ntpq: command not found 2024-09-20T19:54:31.207 INFO:teuthology.orchestra.run.smithi131.stderr:bash: line 1: ntpq: command not found 2024-09-20T19:54:31.209 INFO:teuthology.orchestra.run.smithi078.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-20T19:54:31.209 INFO:teuthology.orchestra.run.smithi078.stdout:=============================================================================== 2024-09-20T19:54:31.209 INFO:teuthology.orchestra.run.smithi078.stdout:^+ hv01.front.sepia.ceph.com 3 6 177 59 +561us[ +554us] +/- 42ms 2024-09-20T19:54:31.209 INFO:teuthology.orchestra.run.smithi078.stdout:^* hv02.front.sepia.ceph.com 3 6 177 56 +498us[ +491us] +/- 56ms 2024-09-20T19:54:31.209 INFO:teuthology.orchestra.run.smithi078.stdout:^+ hv03.front.sepia.ceph.com 3 6 177 57 -1752us[-1758us] +/- 78ms 2024-09-20T19:54:31.209 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:54:31.211 INFO:teuthology.orchestra.run.smithi146.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-20T19:54:31.211 INFO:teuthology.orchestra.run.smithi146.stdout:=============================================================================== 2024-09-20T19:54:31.211 INFO:teuthology.orchestra.run.smithi146.stdout:^+ hv01.front.sepia.ceph.com 3 6 177 58 +567us[ +563us] +/- 42ms 2024-09-20T19:54:31.211 INFO:teuthology.orchestra.run.smithi146.stdout:^* hv02.front.sepia.ceph.com 3 6 177 57 +498us[ +494us] +/- 56ms 2024-09-20T19:54:31.211 INFO:teuthology.orchestra.run.smithi146.stdout:^+ hv03.front.sepia.ceph.com 3 6 177 57 -1760us[-1763us] +/- 78ms 2024-09-20T19:54:31.211 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:54:31.212 INFO:teuthology.orchestra.run.smithi131.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-20T19:54:31.212 INFO:teuthology.orchestra.run.smithi131.stdout:=============================================================================== 2024-09-20T19:54:31.212 INFO:teuthology.orchestra.run.smithi131.stdout:^+ hv01.front.sepia.ceph.com 3 6 177 57 +549us[ +549us] +/- 42ms 2024-09-20T19:54:31.212 INFO:teuthology.orchestra.run.smithi131.stdout:^* hv02.front.sepia.ceph.com 3 6 177 57 +494us[ +483us] +/- 56ms 2024-09-20T19:54:31.212 INFO:teuthology.orchestra.run.smithi131.stdout:^+ hv03.front.sepia.ceph.com 3 6 177 57 -1759us[-1769us] +/- 78ms 2024-09-20T19:54:31.213 INFO:teuthology.orchestra.run.smithi131.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-20T19:54:31.215 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-20T19:54:31.224 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-20T19:54:31.224 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-20T19:54:31.257 DEBUG:teuthology.orchestra.run.smithi078:> 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-09-20T19:54:31.326 DEBUG:teuthology.orchestra.run.smithi131:> 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-09-20T19:54:31.392 DEBUG:teuthology.orchestra.run.smithi146:> 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-09-20T19:54:31.451 DEBUG:teuthology.orchestra.run.smithi078:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-20T19:54:31.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:54:31.483 DEBUG:teuthology.orchestra.run.smithi131:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-20T19:54:31.513 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:54:31.514 DEBUG:teuthology.orchestra.run.smithi146:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-20T19:54:31.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:54:31.541 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-20T19:54:31.550 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-20T19:54:31.588 INFO:teuthology.task.internal:Duration was 483.185101 seconds 2024-09-20T19:54:31.588 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-20T19:54:31.622 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-20T19:54:31.623 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-20T19:54:31.626 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-20T19:54:31.628 DEBUG:teuthology.orchestra.run.smithi146:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-20T19:54:31.666 INFO:teuthology.orchestra.run.smithi078.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-20T19:54:31.667 INFO:teuthology.orchestra.run.smithi146.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-20T19:54:31.670 INFO:teuthology.orchestra.run.smithi131.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-20T19:54:32.016 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-20T19:54:32.016 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi078.front.sepia.ceph.com 2024-09-20T19:54:32.016 DEBUG:teuthology.orchestra.run.smithi078:> 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-09-20T19:54:32.039 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi131.front.sepia.ceph.com 2024-09-20T19:54:32.040 DEBUG:teuthology.orchestra.run.smithi131:> 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-09-20T19:54:32.064 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi146.front.sepia.ceph.com 2024-09-20T19:54:32.064 DEBUG:teuthology.orchestra.run.smithi146:> 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-09-20T19:54:32.098 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-20T19:54:32.098 DEBUG:teuthology.orchestra.run.smithi078:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-20T19:54:32.101 DEBUG:teuthology.orchestra.run.smithi131:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-20T19:54:32.106 DEBUG:teuthology.orchestra.run.smithi146:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-20T19:54:32.165 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-20T19:54:32.166 DEBUG:teuthology.orchestra.run.smithi078:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-20T19:54:32.169 DEBUG:teuthology.orchestra.run.smithi131:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-20T19:54:32.175 DEBUG:teuthology.orchestra.run.smithi146:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-20T19:54:32.302 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-20T19:54:32.311 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-20T19:54:32.312 DEBUG:teuthology.orchestra.run.smithi078:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-20T19:54:32.337 DEBUG:teuthology.orchestra.run.smithi131:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-20T19:54:32.362 DEBUG:teuthology.orchestra.run.smithi146:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-20T19:54:32.387 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-20T19:54:32.400 DEBUG:teuthology.orchestra.run.smithi078:> 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-09-20T19:54:32.403 DEBUG:teuthology.orchestra.run.smithi131:> 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-09-20T19:54:32.405 DEBUG:teuthology.orchestra.run.smithi146:> 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-09-20T19:54:32.423 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern = core 2024-09-20T19:54:32.426 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern = core 2024-09-20T19:54:32.451 INFO:teuthology.orchestra.run.smithi146.stdout:kernel.core_pattern = core 2024-09-20T19:54:32.474 DEBUG:teuthology.orchestra.run.smithi078:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-20T19:54:32.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:54:32.513 DEBUG:teuthology.orchestra.run.smithi131:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-20T19:54:32.527 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:54:32.528 DEBUG:teuthology.orchestra.run.smithi146:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-20T19:54:32.542 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T19:54:32.542 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-20T19:54:32.552 INFO:teuthology.task.internal:Transferring archived files... 2024-09-20T19:54:32.553 DEBUG:teuthology.misc:Transferring archived files from smithi078:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912838/remote/smithi078 2024-09-20T19:54:32.553 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-20T19:54:32.588 DEBUG:teuthology.misc:Transferring archived files from smithi131:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912838/remote/smithi131 2024-09-20T19:54:32.588 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-20T19:54:32.622 DEBUG:teuthology.misc:Transferring archived files from smithi146:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-09-20_18:25:04-orch:cephadm-wip-adk-testing-2024-09-20-0910-distro-default-smithi/7912838/remote/smithi146 2024-09-20T19:54:32.622 DEBUG:teuthology.orchestra.run.smithi146:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-20T19:54:32.659 INFO:teuthology.task.internal:Removing archive directory... 2024-09-20T19:54:32.660 DEBUG:teuthology.orchestra.run.smithi078:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-20T19:54:32.662 DEBUG:teuthology.orchestra.run.smithi131:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-20T19:54:32.664 DEBUG:teuthology.orchestra.run.smithi146:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-20T19:54:32.708 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-20T19:54:32.720 INFO:teuthology.task.internal:Not uploading archives. 2024-09-20T19:54:32.720 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-20T19:54:32.749 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-20T19:54:32.749 DEBUG:teuthology.orchestra.run.smithi078:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-20T19:54:32.752 DEBUG:teuthology.orchestra.run.smithi131:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-20T19:54:32.754 DEBUG:teuthology.orchestra.run.smithi146:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-20T19:54:32.764 INFO:teuthology.orchestra.run.smithi078.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 20 19:54 /home/ubuntu/cephtest 2024-09-20T19:54:32.766 INFO:teuthology.orchestra.run.smithi131.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 20 19:54 /home/ubuntu/cephtest 2024-09-20T19:54:32.769 INFO:teuthology.orchestra.run.smithi146.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 20 19:54 /home/ubuntu/cephtest 2024-09-20T19:54:32.770 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-20T19:54:32.809 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-20T19:54:32.886 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} duration: 483.18510127067566 failure_reason: 'Command failed on smithi078 with status 5: ''sudo systemctl stop ceph-e3eac498-7789-11ef-baf5-efdc52797490@mon.a''' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=9f79530f43d948d7a7d89de9e9be9a1d status: fail success: false 2024-09-20T19:54:32.887 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-20T19:54:32.967 INFO:teuthology.run:FAIL