2024-05-08T06:47:17.927 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-08T06:47:17.927 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi --archive /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697351 --owner scheduled_adking@teuthology --description orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} -- /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697351/orig.config.yaml 2024-05-08T06:47:17.955 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T06:47:18.034 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697351 branch: wip-adk-testing-2024-05-07-0802 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: '7697351' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-adk-testing-2024-05-07-0802 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 log-only-match: - CEPHADM_ sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2024-05-07-0802 sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 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: 1064 sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-adk-testing-2024-05-07-0802 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 targets: smithi027.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFun7bQ7BcCFOEwH0gR9plP4kbcAvIHeR+9b3Nn/GcpDhxCt+zimfEki/klC0jc9bxdKrbGYxKjEzL96wU3N+ho= smithi092.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDgkodIglB0InGnB036iOzkI4rrnvFVK51pj3+LQ0+mWUWMqh2Rj78/dnz++jU8fQp4J7Dnt+5H5rPQ1kPDg78w= smithi178.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFZkUDTycqgGVzMOrjtE+2XHTPfXrfXfK0j1bTNwKxfF+Myaky5vdhfxp0FwEF2I9RdaiLWxXppJmuzFH0CT4Ms= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-08_05:24:58 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-08T06:47:18.035 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa; will attempt to use it 2024-05-08T06:47:18.035 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks 2024-05-08T06:47:18.035 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-08T06:47:18.037 INFO:teuthology.task.internal:Checking packages... 2024-05-08T06:47:18.061 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '7c8f650b36e258f639fa4a83becade57cbfd2009' 2024-05-08T06:47:18.061 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-08T06:47:18.061 INFO:teuthology.packaging:ref: None 2024-05-08T06:47:18.061 INFO:teuthology.packaging:tag: None 2024-05-08T06:47:18.061 INFO:teuthology.packaging:branch: wip-adk-testing-2024-05-07-0802 2024-05-08T06:47:18.061 INFO:teuthology.packaging:sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:47:18.061 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-05-07-0802 2024-05-08T06:47:18.221 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3593.g7c8f650b 2024-05-08T06:47:18.223 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-08T06:47:18.229 INFO:teuthology.task.internal:no buildpackages task found 2024-05-08T06:47:18.229 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-08T06:47:18.252 INFO:teuthology.task.internal:Saving configuration 2024-05-08T06:47:18.264 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-08T06:47:18.270 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T06:47:18.294 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi027.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697351', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 06:40:49.882109', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFun7bQ7BcCFOEwH0gR9plP4kbcAvIHeR+9b3Nn/GcpDhxCt+zimfEki/klC0jc9bxdKrbGYxKjEzL96wU3N+ho='} 2024-05-08T06:47:18.316 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi092.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697351', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 06:40:49.880835', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDgkodIglB0InGnB036iOzkI4rrnvFVK51pj3+LQ0+mWUWMqh2Rj78/dnz++jU8fQp4J7Dnt+5H5rPQ1kPDg78w='} 2024-05-08T06:47:18.340 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi178.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697351', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 06:40:49.883365', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFZkUDTycqgGVzMOrjtE+2XHTPfXrfXfK0j1bTNwKxfF+Myaky5vdhfxp0FwEF2I9RdaiLWxXppJmuzFH0CT4Ms='} 2024-05-08T06:47:18.340 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-08T06:47:18.347 INFO:teuthology.task.internal:roles: ubuntu@smithi027.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-05-08T06:47:18.347 INFO:teuthology.task.internal:roles: ubuntu@smithi092.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-05-08T06:47:18.347 INFO:teuthology.task.internal:roles: ubuntu@smithi178.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-05-08T06:47:18.347 INFO:teuthology.run_tasks:Running task console_log... 2024-05-08T06:47:18.441 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f2a07a44f70>, signals=[15]) 2024-05-08T06:47:18.441 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-08T06:47:18.447 INFO:teuthology.task.internal:Opening connections... 2024-05-08T06:47:18.447 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi027.front.sepia.ceph.com 2024-05-08T06:47:18.449 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:47:18.527 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi092.front.sepia.ceph.com 2024-05-08T06:47:18.527 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:47:18.603 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi178.front.sepia.ceph.com 2024-05-08T06:47:18.603 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:47:18.674 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-08T06:47:18.681 DEBUG:teuthology.orchestra.run.smithi027:> uname -m 2024-05-08T06:47:18.699 INFO:teuthology.orchestra.run.smithi027.stdout:x86_64 2024-05-08T06:47:18.700 DEBUG:teuthology.orchestra.run.smithi027:> cat /etc/os-release 2024-05-08T06:47:18.757 INFO:teuthology.orchestra.run.smithi027.stdout:NAME="CentOS Stream" 2024-05-08T06:47:18.757 INFO:teuthology.orchestra.run.smithi027.stdout:VERSION="9" 2024-05-08T06:47:18.758 INFO:teuthology.orchestra.run.smithi027.stdout:ID="centos" 2024-05-08T06:47:18.758 INFO:teuthology.orchestra.run.smithi027.stdout:ID_LIKE="rhel fedora" 2024-05-08T06:47:18.758 INFO:teuthology.orchestra.run.smithi027.stdout:VERSION_ID="9" 2024-05-08T06:47:18.758 INFO:teuthology.orchestra.run.smithi027.stdout:PLATFORM_ID="platform:el9" 2024-05-08T06:47:18.758 INFO:teuthology.orchestra.run.smithi027.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T06:47:18.758 INFO:teuthology.orchestra.run.smithi027.stdout:ANSI_COLOR="0;31" 2024-05-08T06:47:18.758 INFO:teuthology.orchestra.run.smithi027.stdout:LOGO="fedora-logo-icon" 2024-05-08T06:47:18.758 INFO:teuthology.orchestra.run.smithi027.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T06:47:18.758 INFO:teuthology.orchestra.run.smithi027.stdout:HOME_URL="https://centos.org/" 2024-05-08T06:47:18.758 INFO:teuthology.orchestra.run.smithi027.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T06:47:18.758 INFO:teuthology.orchestra.run.smithi027.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T06:47:18.758 INFO:teuthology.orchestra.run.smithi027.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T06:47:18.759 INFO:teuthology.lock.ops:Updating smithi027.front.sepia.ceph.com on lock server 2024-05-08T06:47:18.782 DEBUG:teuthology.orchestra.run.smithi092:> uname -m 2024-05-08T06:47:18.802 INFO:teuthology.orchestra.run.smithi092.stdout:x86_64 2024-05-08T06:47:18.802 DEBUG:teuthology.orchestra.run.smithi092:> cat /etc/os-release 2024-05-08T06:47:18.859 INFO:teuthology.orchestra.run.smithi092.stdout:NAME="CentOS Stream" 2024-05-08T06:47:18.874 INFO:teuthology.orchestra.run.smithi092.stdout:VERSION="9" 2024-05-08T06:47:18.874 INFO:teuthology.orchestra.run.smithi092.stdout:ID="centos" 2024-05-08T06:47:18.874 INFO:teuthology.orchestra.run.smithi092.stdout:ID_LIKE="rhel fedora" 2024-05-08T06:47:18.874 INFO:teuthology.orchestra.run.smithi092.stdout:VERSION_ID="9" 2024-05-08T06:47:18.874 INFO:teuthology.orchestra.run.smithi092.stdout:PLATFORM_ID="platform:el9" 2024-05-08T06:47:18.874 INFO:teuthology.orchestra.run.smithi092.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T06:47:18.874 INFO:teuthology.orchestra.run.smithi092.stdout:ANSI_COLOR="0;31" 2024-05-08T06:47:18.874 INFO:teuthology.orchestra.run.smithi092.stdout:LOGO="fedora-logo-icon" 2024-05-08T06:47:18.874 INFO:teuthology.orchestra.run.smithi092.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T06:47:18.875 INFO:teuthology.orchestra.run.smithi092.stdout:HOME_URL="https://centos.org/" 2024-05-08T06:47:18.875 INFO:teuthology.orchestra.run.smithi092.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T06:47:18.875 INFO:teuthology.orchestra.run.smithi092.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T06:47:18.875 INFO:teuthology.orchestra.run.smithi092.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T06:47:18.875 INFO:teuthology.lock.ops:Updating smithi092.front.sepia.ceph.com on lock server 2024-05-08T06:47:18.906 DEBUG:teuthology.orchestra.run.smithi178:> uname -m 2024-05-08T06:47:18.924 INFO:teuthology.orchestra.run.smithi178.stdout:x86_64 2024-05-08T06:47:18.924 DEBUG:teuthology.orchestra.run.smithi178:> cat /etc/os-release 2024-05-08T06:47:18.981 INFO:teuthology.orchestra.run.smithi178.stdout:NAME="CentOS Stream" 2024-05-08T06:47:18.981 INFO:teuthology.orchestra.run.smithi178.stdout:VERSION="9" 2024-05-08T06:47:18.981 INFO:teuthology.orchestra.run.smithi178.stdout:ID="centos" 2024-05-08T06:47:18.981 INFO:teuthology.orchestra.run.smithi178.stdout:ID_LIKE="rhel fedora" 2024-05-08T06:47:18.981 INFO:teuthology.orchestra.run.smithi178.stdout:VERSION_ID="9" 2024-05-08T06:47:18.981 INFO:teuthology.orchestra.run.smithi178.stdout:PLATFORM_ID="platform:el9" 2024-05-08T06:47:18.981 INFO:teuthology.orchestra.run.smithi178.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T06:47:18.981 INFO:teuthology.orchestra.run.smithi178.stdout:ANSI_COLOR="0;31" 2024-05-08T06:47:18.981 INFO:teuthology.orchestra.run.smithi178.stdout:LOGO="fedora-logo-icon" 2024-05-08T06:47:18.981 INFO:teuthology.orchestra.run.smithi178.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T06:47:18.981 INFO:teuthology.orchestra.run.smithi178.stdout:HOME_URL="https://centos.org/" 2024-05-08T06:47:18.982 INFO:teuthology.orchestra.run.smithi178.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T06:47:18.982 INFO:teuthology.orchestra.run.smithi178.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T06:47:18.982 INFO:teuthology.orchestra.run.smithi178.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T06:47:18.982 INFO:teuthology.lock.ops:Updating smithi178.front.sepia.ceph.com on lock server 2024-05-08T06:47:19.006 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-08T06:47:19.015 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-08T06:47:19.027 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-08T06:47:19.027 DEBUG:teuthology.orchestra.run.smithi027:> test '!' -e /home/ubuntu/cephtest 2024-05-08T06:47:19.030 DEBUG:teuthology.orchestra.run.smithi092:> test '!' -e /home/ubuntu/cephtest 2024-05-08T06:47:19.032 DEBUG:teuthology.orchestra.run.smithi178:> test '!' -e /home/ubuntu/cephtest 2024-05-08T06:47:19.048 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-08T06:47:19.054 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-08T06:47:19.054 DEBUG:teuthology.orchestra.run.smithi027:> test -z $(ls -A /var/lib/ceph) 2024-05-08T06:47:19.087 DEBUG:teuthology.orchestra.run.smithi092:> test -z $(ls -A /var/lib/ceph) 2024-05-08T06:47:19.089 DEBUG:teuthology.orchestra.run.smithi178:> test -z $(ls -A /var/lib/ceph) 2024-05-08T06:47:19.177 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-08T06:47:19.248 INFO:teuthology.run_tasks:Running task kernel... 2024-05-08T06:47:19.262 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-08T06:47:19.262 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-05-08T06:47:19.262 DEBUG:teuthology.orchestra.run.smithi027:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T06:47:19.263 DEBUG:teuthology.orchestra.run.smithi092:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T06:47:19.263 DEBUG:teuthology.orchestra.run.smithi178:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T06:47:19.279 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:47:19.279 DEBUG:teuthology.orchestra.run.smithi092:> uname -r 2024-05-08T06:47:19.280 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:47:19.280 DEBUG:teuthology.orchestra.run.smithi178:> uname -r 2024-05-08T06:47:19.281 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:47:19.281 DEBUG:teuthology.orchestra.run.smithi027:> uname -r 2024-05-08T06:47:19.336 INFO:teuthology.orchestra.run.smithi092.stdout:5.14.0-437.el9.x86_64 2024-05-08T06:47:19.336 INFO:teuthology.task.kernel:Running kernel on smithi092: 5.14.0-437.el9.x86_64 2024-05-08T06:47:19.337 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum install -y kernel 2024-05-08T06:47:19.338 INFO:teuthology.orchestra.run.smithi178.stdout:5.14.0-437.el9.x86_64 2024-05-08T06:47:19.338 INFO:teuthology.task.kernel:Running kernel on smithi178: 5.14.0-437.el9.x86_64 2024-05-08T06:47:19.338 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum install -y kernel 2024-05-08T06:47:19.339 INFO:teuthology.orchestra.run.smithi027.stdout:5.14.0-437.el9.x86_64 2024-05-08T06:47:19.339 INFO:teuthology.task.kernel:Running kernel on smithi027: 5.14.0-437.el9.x86_64 2024-05-08T06:47:19.339 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum install -y kernel 2024-05-08T06:47:21.514 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.1 MB 00:00 2024-05-08T06:47:21.708 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.1 MB 00:00 2024-05-08T06:47:23.248 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 9 - AppStream 31 MB/s | 19 MB 00:00 2024-05-08T06:47:24.661 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 9 - BaseOS 2.2 MB/s | 8.1 MB 00:03 2024-05-08T06:47:38.872 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 9 - CRB 529 kB/s | 6.2 MB 00:11 2024-05-08T06:47:39.464 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 9 - AppStream 1.1 MB/s | 19 MB 00:16 2024-05-08T06:47:39.944 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 9 - AppStream 1.3 MB/s | 19 MB 00:14 2024-05-08T06:47:40.406 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 9 - Extras packages 77 kB/s | 16 kB 00:00 2024-05-08T06:47:41.524 INFO:teuthology.orchestra.run.smithi178.stdout:Extra Packages for Enterprise Linux 21 MB/s | 21 MB 00:00 2024-05-08T06:47:43.481 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 9 - CRB 18 MB/s | 6.2 MB 00:00 2024-05-08T06:47:45.123 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 9 - Extras packages 68 kB/s | 16 kB 00:00 2024-05-08T06:47:45.336 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 9 - CRB 3.8 MB/s | 6.2 MB 00:01 2024-05-08T06:47:46.682 INFO:teuthology.orchestra.run.smithi178.stdout:lab-extras 16 kB/s | 1.7 kB 00:00 2024-05-08T06:47:46.744 INFO:teuthology.orchestra.run.smithi092.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-05-08T06:47:46.770 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 9 - Extras packages 81 kB/s | 16 kB 00:00 2024-05-08T06:47:47.605 INFO:teuthology.orchestra.run.smithi027.stdout:Extra Packages for Enterprise Linux 31 MB/s | 21 MB 00:00 2024-05-08T06:47:48.696 INFO:teuthology.orchestra.run.smithi178.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T06:47:48.697 INFO:teuthology.orchestra.run.smithi178.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T06:47:48.782 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-05-08T06:47:48.790 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:47:48.790 INFO:teuthology.orchestra.run.smithi178.stdout: Package Architecture Version Repository Size 2024-05-08T06:47:48.790 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:47:48.790 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-05-08T06:47:48.790 INFO:teuthology.orchestra.run.smithi178.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T06:47:48.790 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2024-05-08T06:47:48.790 INFO:teuthology.orchestra.run.smithi178.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T06:47:48.790 INFO:teuthology.orchestra.run.smithi178.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T06:47:48.790 INFO:teuthology.orchestra.run.smithi178.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T06:47:48.790 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:47:48.790 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-05-08T06:47:48.791 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:47:48.791 INFO:teuthology.orchestra.run.smithi178.stdout:Install 4 Packages 2024-05-08T06:47:48.791 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:47:48.791 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 78 M 2024-05-08T06:47:48.791 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 123 M 2024-05-08T06:47:48.791 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-05-08T06:47:48.950 INFO:teuthology.orchestra.run.smithi178.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 4.9 MB/s | 484 kB 00:00 2024-05-08T06:47:49.509 INFO:teuthology.orchestra.run.smithi178.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 24 MB/s | 15 MB 00:00 2024-05-08T06:47:50.050 INFO:teuthology.orchestra.run.smithi178.stdout:(3/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 28 MB/s | 34 MB 00:01 2024-05-08T06:47:50.334 INFO:teuthology.orchestra.run.smithi178.stdout:(4/4): kernel-modules-core-5.14.0-444.el9.x86_6 20 MB/s | 28 MB 00:01 2024-05-08T06:47:50.334 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:47:50.334 INFO:teuthology.orchestra.run.smithi178.stdout:Total 50 MB/s | 78 MB 00:01 2024-05-08T06:47:51.012 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-05-08T06:47:51.340 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-05-08T06:47:51.340 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-05-08T06:47:51.891 INFO:teuthology.orchestra.run.smithi092.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-05-08T06:47:52.285 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-05-08T06:47:52.285 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-05-08T06:47:52.922 INFO:teuthology.orchestra.run.smithi027.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-05-08T06:47:53.905 INFO:teuthology.orchestra.run.smithi092.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T06:47:53.905 INFO:teuthology.orchestra.run.smithi092.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T06:47:54.004 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-05-08T06:47:54.015 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:47:54.015 INFO:teuthology.orchestra.run.smithi092.stdout: Package Architecture Version Repository Size 2024-05-08T06:47:54.015 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:47:54.015 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-05-08T06:47:54.015 INFO:teuthology.orchestra.run.smithi092.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T06:47:54.015 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2024-05-08T06:47:54.015 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T06:47:54.015 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T06:47:54.016 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T06:47:54.016 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:47:54.016 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-05-08T06:47:54.016 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:47:54.016 INFO:teuthology.orchestra.run.smithi092.stdout:Install 4 Packages 2024-05-08T06:47:54.016 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:47:54.016 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 78 M 2024-05-08T06:47:54.016 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 123 M 2024-05-08T06:47:54.016 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-05-08T06:47:54.167 INFO:teuthology.orchestra.run.smithi092.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 5.3 MB/s | 484 kB 00:00 2024-05-08T06:47:54.651 INFO:teuthology.orchestra.run.smithi092.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 27 MB/s | 15 MB 00:00 2024-05-08T06:47:54.692 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-05-08T06:47:55.046 INFO:teuthology.orchestra.run.smithi027.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T06:47:55.046 INFO:teuthology.orchestra.run.smithi027.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T06:47:55.142 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-05-08T06:47:55.157 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:47:55.158 INFO:teuthology.orchestra.run.smithi027.stdout: Package Architecture Version Repository Size 2024-05-08T06:47:55.158 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:47:55.158 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2024-05-08T06:47:55.158 INFO:teuthology.orchestra.run.smithi027.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T06:47:55.158 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2024-05-08T06:47:55.158 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T06:47:55.158 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T06:47:55.158 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T06:47:55.158 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:47:55.158 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2024-05-08T06:47:55.158 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:47:55.158 INFO:teuthology.orchestra.run.smithi027.stdout:Install 4 Packages 2024-05-08T06:47:55.159 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:47:55.159 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 78 M 2024-05-08T06:47:55.159 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 123 M 2024-05-08T06:47:55.159 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2024-05-08T06:47:55.251 INFO:teuthology.orchestra.run.smithi092.stdout:(3/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 29 MB/s | 34 MB 00:01 2024-05-08T06:47:55.317 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T06:47:55.401 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:47:55.660 INFO:teuthology.orchestra.run.smithi092.stdout:(4/4): kernel-modules-core-5.14.0-444.el9.x86_6 19 MB/s | 28 MB 00:01 2024-05-08T06:47:55.660 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:47:55.660 INFO:teuthology.orchestra.run.smithi092.stdout:Total 47 MB/s | 78 MB 00:01 2024-05-08T06:47:56.340 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-05-08T06:47:56.599 INFO:teuthology.orchestra.run.smithi027.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 374 kB/s | 484 kB 00:01 2024-05-08T06:47:56.695 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-05-08T06:47:56.695 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-05-08T06:47:57.590 INFO:teuthology.orchestra.run.smithi027.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 6.7 MB/s | 15 MB 00:02 2024-05-08T06:47:57.604 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-05-08T06:47:57.604 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-05-08T06:47:58.055 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:47:58.203 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:47:58.266 INFO:teuthology.orchestra.run.smithi027.stdout:(3/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 11 MB/s | 34 MB 00:02 2024-05-08T06:47:59.799 INFO:teuthology.orchestra.run.smithi027.stdout:(4/4): kernel-modules-core-5.14.0-444.el9.x86_6 8.7 MB/s | 28 MB 00:03 2024-05-08T06:47:59.800 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:47:59.800 INFO:teuthology.orchestra.run.smithi027.stdout:Total 17 MB/s | 78 MB 00:04 2024-05-08T06:48:00.012 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-05-08T06:48:00.511 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2024-05-08T06:48:00.660 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T06:48:00.743 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:48:00.950 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2024-05-08T06:48:00.950 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2024-05-08T06:48:01.909 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2024-05-08T06:48:01.909 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2024-05-08T06:48:02.890 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:48:03.021 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:48:03.407 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:48:03.554 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:48:04.490 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2024-05-08T06:48:05.134 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T06:48:05.225 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:48:07.713 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:48:08.038 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:48:08.163 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:48:08.289 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:48:08.413 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:48:13.145 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:48:13.234 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:48:13.274 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:48:18.372 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:48:36.868 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:48:36.906 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:48:37.308 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:48:37.308 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T06:48:37.308 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:48:37.308 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:48:38.126 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:48:38.126 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:48:38.127 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-05-08T06:48:38.127 INFO:teuthology.orchestra.run.smithi178.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T06:48:38.127 INFO:teuthology.orchestra.run.smithi178.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T06:48:38.127 INFO:teuthology.orchestra.run.smithi178.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T06:48:38.127 INFO:teuthology.orchestra.run.smithi178.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T06:48:38.127 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:48:38.127 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-05-08T06:48:38.508 DEBUG:teuthology.orchestra.run.smithi178:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T06:48:38.581 INFO:teuthology.orchestra.run.smithi178.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T06:48:38.582 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T06:48:38.582 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-08T06:48:38.582 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T06:48:38.582 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T06:48:38.582 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-05-08T06:48:38.582 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi178.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T06:48:38.583 DEBUG:teuthology.orchestra.run.smithi178:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T06:48:38.632 INFO:teuthology.orchestra.run.smithi178.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T06:48:38.632 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T06:48:38.632 DEBUG:teuthology.orchestra.run.smithi178:> sudo rpm -qi grub2-tools 2024-05-08T06:48:38.662 INFO:teuthology.orchestra.run.smithi178.stdout:Name : grub2-tools 2024-05-08T06:48:38.663 INFO:teuthology.orchestra.run.smithi178.stdout:Epoch : 1 2024-05-08T06:48:38.663 INFO:teuthology.orchestra.run.smithi178.stdout:Version : 2.06 2024-05-08T06:48:38.663 INFO:teuthology.orchestra.run.smithi178.stdout:Release : 68.el9 2024-05-08T06:48:38.663 INFO:teuthology.orchestra.run.smithi178.stdout:Architecture: x86_64 2024-05-08T06:48:38.663 INFO:teuthology.orchestra.run.smithi178.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T06:48:38.663 INFO:teuthology.orchestra.run.smithi178.stdout:Group : Unspecified 2024-05-08T06:48:38.663 INFO:teuthology.orchestra.run.smithi178.stdout:Size : 8264254 2024-05-08T06:48:38.663 INFO:teuthology.orchestra.run.smithi178.stdout:License : GPLv3+ 2024-05-08T06:48:38.663 INFO:teuthology.orchestra.run.smithi178.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T06:48:38.663 INFO:teuthology.orchestra.run.smithi178.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T06:48:38.663 INFO:teuthology.orchestra.run.smithi178.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T06:48:38.663 INFO:teuthology.orchestra.run.smithi178.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T06:48:38.664 INFO:teuthology.orchestra.run.smithi178.stdout:Packager : builder@centos.org 2024-05-08T06:48:38.664 INFO:teuthology.orchestra.run.smithi178.stdout:Vendor : CentOS 2024-05-08T06:48:38.664 INFO:teuthology.orchestra.run.smithi178.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T06:48:38.664 INFO:teuthology.orchestra.run.smithi178.stdout:Summary : Support tools for GRUB. 2024-05-08T06:48:38.664 INFO:teuthology.orchestra.run.smithi178.stdout:Description : 2024-05-08T06:48:38.664 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:48:38.664 INFO:teuthology.orchestra.run.smithi178.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T06:48:38.664 INFO:teuthology.orchestra.run.smithi178.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T06:48:38.664 INFO:teuthology.orchestra.run.smithi178.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T06:48:38.664 INFO:teuthology.orchestra.run.smithi178.stdout:hardware devices. 2024-05-08T06:48:38.664 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:48:38.664 INFO:teuthology.orchestra.run.smithi178.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T06:48:38.665 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T06:48:38.665 INFO:teuthology.task.kernel:Updating grub on smithi178 to boot 5.14.0-444.el9.x86_64 2024-05-08T06:48:38.666 DEBUG:teuthology.orchestra.run.smithi178:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T06:48:39.291 INFO:teuthology.orchestra.run.smithi178.stderr:Generating grub configuration file ... 2024-05-08T06:48:40.703 INFO:teuthology.orchestra.run.smithi178.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T06:48:40.735 INFO:teuthology.orchestra.run.smithi178.stderr:done 2024-05-08T06:48:40.737 DEBUG:teuthology.orchestra.run.smithi178:> mktemp 2024-05-08T06:48:40.839 INFO:teuthology.orchestra.run.smithi178.stdout:/tmp/tmp.jg1tlk7701 2024-05-08T06:48:40.840 DEBUG:teuthology.orchestra.run.smithi178:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.jg1tlk7701 2024-05-08T06:48:40.907 DEBUG:teuthology.orchestra.run.smithi178:> sudo chmod 0666 /tmp/tmp.jg1tlk7701 2024-05-08T06:48:41.054 DEBUG:teuthology.orchestra.remote:smithi178:/tmp/tmp.jg1tlk7701 is 6KB 2024-05-08T06:48:41.118 DEBUG:teuthology.orchestra.run.smithi178:> rm -fr /tmp/tmp.jg1tlk7701 2024-05-08T06:48:41.132 DEBUG:teuthology.orchestra.run.smithi178:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T06:48:41.196 INFO:teuthology.orchestra.run.smithi178.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T06:48:41.196 INFO:teuthology.orchestra.run.smithi178.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T06:48:41.196 INFO:teuthology.orchestra.run.smithi178.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T06:48:41.196 INFO:teuthology.orchestra.run.smithi178.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T06:48:41.198 DEBUG:teuthology.orchestra.run.smithi178:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T06:48:41.332 DEBUG:teuthology.orchestra.run.smithi178:> sudo shutdown -r now 2024-05-08T06:48:42.340 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:48:42.378 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:48:42.726 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:48:42.726 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T06:48:42.727 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:48:42.727 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:48:43.537 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:48:43.537 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:48:43.537 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-05-08T06:48:43.537 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T06:48:43.537 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T06:48:43.538 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T06:48:43.538 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T06:48:43.538 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:48:43.538 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-05-08T06:48:43.909 DEBUG:teuthology.orchestra.run.smithi092:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T06:48:43.981 INFO:teuthology.orchestra.run.smithi092.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T06:48:43.981 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T06:48:43.981 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-08T06:48:43.981 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T06:48:43.981 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T06:48:43.981 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-08T06:48:43.981 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi092.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T06:48:43.982 DEBUG:teuthology.orchestra.run.smithi092:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T06:48:44.030 INFO:teuthology.orchestra.run.smithi092.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T06:48:44.030 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T06:48:44.031 DEBUG:teuthology.orchestra.run.smithi092:> sudo rpm -qi grub2-tools 2024-05-08T06:48:44.061 INFO:teuthology.orchestra.run.smithi092.stdout:Name : grub2-tools 2024-05-08T06:48:44.061 INFO:teuthology.orchestra.run.smithi092.stdout:Epoch : 1 2024-05-08T06:48:44.061 INFO:teuthology.orchestra.run.smithi092.stdout:Version : 2.06 2024-05-08T06:48:44.061 INFO:teuthology.orchestra.run.smithi092.stdout:Release : 68.el9 2024-05-08T06:48:44.061 INFO:teuthology.orchestra.run.smithi092.stdout:Architecture: x86_64 2024-05-08T06:48:44.061 INFO:teuthology.orchestra.run.smithi092.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T06:48:44.061 INFO:teuthology.orchestra.run.smithi092.stdout:Group : Unspecified 2024-05-08T06:48:44.061 INFO:teuthology.orchestra.run.smithi092.stdout:Size : 8264254 2024-05-08T06:48:44.061 INFO:teuthology.orchestra.run.smithi092.stdout:License : GPLv3+ 2024-05-08T06:48:44.062 INFO:teuthology.orchestra.run.smithi092.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T06:48:44.062 INFO:teuthology.orchestra.run.smithi092.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T06:48:44.062 INFO:teuthology.orchestra.run.smithi092.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T06:48:44.062 INFO:teuthology.orchestra.run.smithi092.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T06:48:44.062 INFO:teuthology.orchestra.run.smithi092.stdout:Packager : builder@centos.org 2024-05-08T06:48:44.062 INFO:teuthology.orchestra.run.smithi092.stdout:Vendor : CentOS 2024-05-08T06:48:44.062 INFO:teuthology.orchestra.run.smithi092.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T06:48:44.062 INFO:teuthology.orchestra.run.smithi092.stdout:Summary : Support tools for GRUB. 2024-05-08T06:48:44.062 INFO:teuthology.orchestra.run.smithi092.stdout:Description : 2024-05-08T06:48:44.062 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:48:44.062 INFO:teuthology.orchestra.run.smithi092.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T06:48:44.063 INFO:teuthology.orchestra.run.smithi092.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T06:48:44.063 INFO:teuthology.orchestra.run.smithi092.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T06:48:44.063 INFO:teuthology.orchestra.run.smithi092.stdout:hardware devices. 2024-05-08T06:48:44.063 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:48:44.063 INFO:teuthology.orchestra.run.smithi092.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T06:48:44.064 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T06:48:44.064 INFO:teuthology.task.kernel:Updating grub on smithi092 to boot 5.14.0-444.el9.x86_64 2024-05-08T06:48:44.064 DEBUG:teuthology.orchestra.run.smithi092:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T06:48:44.636 INFO:teuthology.orchestra.run.smithi092.stderr:Generating grub configuration file ... 2024-05-08T06:48:46.041 INFO:teuthology.orchestra.run.smithi092.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T06:48:46.071 INFO:teuthology.orchestra.run.smithi092.stderr:done 2024-05-08T06:48:46.073 DEBUG:teuthology.orchestra.run.smithi092:> mktemp 2024-05-08T06:48:46.088 INFO:teuthology.orchestra.run.smithi092.stdout:/tmp/tmp.k1C9omh9Ve 2024-05-08T06:48:46.088 DEBUG:teuthology.orchestra.run.smithi092:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.k1C9omh9Ve 2024-05-08T06:48:46.168 DEBUG:teuthology.orchestra.run.smithi092:> sudo chmod 0666 /tmp/tmp.k1C9omh9Ve 2024-05-08T06:48:46.316 DEBUG:teuthology.orchestra.remote:smithi092:/tmp/tmp.k1C9omh9Ve is 6KB 2024-05-08T06:48:46.364 DEBUG:teuthology.orchestra.run.smithi092:> rm -fr /tmp/tmp.k1C9omh9Ve 2024-05-08T06:48:46.379 DEBUG:teuthology.orchestra.run.smithi092:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T06:48:46.450 INFO:teuthology.orchestra.run.smithi092.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T06:48:46.450 INFO:teuthology.orchestra.run.smithi092.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T06:48:46.451 INFO:teuthology.orchestra.run.smithi092.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T06:48:46.451 INFO:teuthology.orchestra.run.smithi092.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T06:48:46.452 DEBUG:teuthology.orchestra.run.smithi092:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T06:48:46.614 DEBUG:teuthology.orchestra.run.smithi092:> sudo shutdown -r now 2024-05-08T06:48:49.357 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:48:49.397 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:48:49.768 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:48:49.769 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T06:48:49.769 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T06:48:49.769 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T06:48:50.547 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T06:48:50.548 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:48:50.548 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2024-05-08T06:48:50.548 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T06:48:50.548 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T06:48:50.548 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T06:48:50.548 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T06:48:50.548 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:48:50.548 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-05-08T06:48:50.871 DEBUG:teuthology.orchestra.run.smithi027:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T06:48:50.955 INFO:teuthology.orchestra.run.smithi027.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T06:48:50.955 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T06:48:50.955 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-08T06:48:50.956 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T06:48:50.956 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T06:48:50.956 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-08T06:48:50.956 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi027.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T06:48:50.956 DEBUG:teuthology.orchestra.run.smithi027:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T06:48:51.007 INFO:teuthology.orchestra.run.smithi027.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T06:48:51.007 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T06:48:51.007 DEBUG:teuthology.orchestra.run.smithi027:> sudo rpm -qi grub2-tools 2024-05-08T06:48:51.048 INFO:teuthology.orchestra.run.smithi027.stdout:Name : grub2-tools 2024-05-08T06:48:51.048 INFO:teuthology.orchestra.run.smithi027.stdout:Epoch : 1 2024-05-08T06:48:51.049 INFO:teuthology.orchestra.run.smithi027.stdout:Version : 2.06 2024-05-08T06:48:51.049 INFO:teuthology.orchestra.run.smithi027.stdout:Release : 68.el9 2024-05-08T06:48:51.049 INFO:teuthology.orchestra.run.smithi027.stdout:Architecture: x86_64 2024-05-08T06:48:51.049 INFO:teuthology.orchestra.run.smithi027.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T06:48:51.049 INFO:teuthology.orchestra.run.smithi027.stdout:Group : Unspecified 2024-05-08T06:48:51.049 INFO:teuthology.orchestra.run.smithi027.stdout:Size : 8264254 2024-05-08T06:48:51.049 INFO:teuthology.orchestra.run.smithi027.stdout:License : GPLv3+ 2024-05-08T06:48:51.049 INFO:teuthology.orchestra.run.smithi027.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T06:48:51.049 INFO:teuthology.orchestra.run.smithi027.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T06:48:51.049 INFO:teuthology.orchestra.run.smithi027.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T06:48:51.049 INFO:teuthology.orchestra.run.smithi027.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T06:48:51.049 INFO:teuthology.orchestra.run.smithi027.stdout:Packager : builder@centos.org 2024-05-08T06:48:51.049 INFO:teuthology.orchestra.run.smithi027.stdout:Vendor : CentOS 2024-05-08T06:48:51.049 INFO:teuthology.orchestra.run.smithi027.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T06:48:51.050 INFO:teuthology.orchestra.run.smithi027.stdout:Summary : Support tools for GRUB. 2024-05-08T06:48:51.050 INFO:teuthology.orchestra.run.smithi027.stdout:Description : 2024-05-08T06:48:51.050 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:48:51.050 INFO:teuthology.orchestra.run.smithi027.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T06:48:51.050 INFO:teuthology.orchestra.run.smithi027.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T06:48:51.050 INFO:teuthology.orchestra.run.smithi027.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T06:48:51.050 INFO:teuthology.orchestra.run.smithi027.stdout:hardware devices. 2024-05-08T06:48:51.050 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:48:51.050 INFO:teuthology.orchestra.run.smithi027.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T06:48:51.051 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T06:48:51.051 INFO:teuthology.task.kernel:Updating grub on smithi027 to boot 5.14.0-444.el9.x86_64 2024-05-08T06:48:51.051 DEBUG:teuthology.orchestra.run.smithi027:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T06:48:51.691 INFO:teuthology.orchestra.run.smithi027.stderr:Generating grub configuration file ... 2024-05-08T06:48:53.156 INFO:teuthology.orchestra.run.smithi027.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T06:48:53.191 INFO:teuthology.orchestra.run.smithi027.stderr:done 2024-05-08T06:48:53.193 DEBUG:teuthology.orchestra.run.smithi027:> mktemp 2024-05-08T06:48:53.209 INFO:teuthology.orchestra.run.smithi027.stdout:/tmp/tmp.VUCvKDU2pb 2024-05-08T06:48:53.210 DEBUG:teuthology.orchestra.run.smithi027:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.VUCvKDU2pb 2024-05-08T06:48:53.275 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod 0666 /tmp/tmp.VUCvKDU2pb 2024-05-08T06:48:53.416 DEBUG:teuthology.orchestra.remote:smithi027:/tmp/tmp.VUCvKDU2pb is 6KB 2024-05-08T06:48:53.463 DEBUG:teuthology.orchestra.run.smithi027:> rm -fr /tmp/tmp.VUCvKDU2pb 2024-05-08T06:48:53.478 DEBUG:teuthology.orchestra.run.smithi027:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T06:48:53.543 INFO:teuthology.orchestra.run.smithi027.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T06:48:53.543 INFO:teuthology.orchestra.run.smithi027.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T06:48:53.543 INFO:teuthology.orchestra.run.smithi027.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T06:48:53.543 INFO:teuthology.orchestra.run.smithi027.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T06:48:53.545 DEBUG:teuthology.orchestra.run.smithi027:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T06:48:53.704 DEBUG:teuthology.orchestra.run.smithi027:> sudo shutdown -r now 2024-05-08T06:49:11.350 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-05-08T06:49:11.351 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-05-08T06:49:11.352 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:49:16.618 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-08T06:49:16.618 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-05-08T06:49:16.619 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:49:23.714 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-08T06:49:23.714 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2024-05-08T06:49:23.715 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:49:46.015 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.178 2024-05-08T06:49:51.134 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.92 2024-05-08T06:49:55.018 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-05-08T06:49:55.019 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:49:58.302 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2024-05-08T06:50:00.137 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-05-08T06:50:00.138 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:50:07.310 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2024-05-08T06:50:07.310 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:50:10.366 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2024-05-08T06:50:13.406 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.178 2024-05-08T06:50:18.530 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.92 2024-05-08T06:50:22.370 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2024-05-08T06:50:22.371 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:50:25.410 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-05-08T06:50:25.411 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:50:25.438 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2024-05-08T06:50:28.482 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.178 2024-05-08T06:50:30.566 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-05-08T06:50:30.567 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:50:30.982 DEBUG:teuthology.orchestra.run.smithi092:> true 2024-05-08T06:50:31.449 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-05-08T06:50:31.449 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-444.el9.x86_64"... 2024-05-08T06:50:31.450 DEBUG:teuthology.orchestra.run.smithi092:> uname -r 2024-05-08T06:50:31.464 INFO:teuthology.orchestra.run.smithi092.stdout:5.14.0-444.el9.x86_64 2024-05-08T06:50:31.464 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-444.el9.x86_64 vs 5.14.0-444.el9.x86_64 2024-05-08T06:50:31.464 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T06:50:31.465 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T06:50:32.467 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-08T06:50:32.468 DEBUG:teuthology.orchestra.run.smithi092:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T06:50:32.562 INFO:teuthology.orchestra.run.smithi092.stdout:ttyS1 2024-05-08T06:50:32.593 DEBUG:teuthology.parallel:result is None 2024-05-08T06:50:40.439 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2024-05-08T06:50:40.440 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:50:43.483 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-05-08T06:50:43.484 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:50:43.774 DEBUG:teuthology.orchestra.run.smithi178:> true 2024-05-08T06:50:44.178 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-05-08T06:50:44.179 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-444.el9.x86_64"... 2024-05-08T06:50:44.179 DEBUG:teuthology.orchestra.run.smithi178:> uname -r 2024-05-08T06:50:44.197 INFO:teuthology.orchestra.run.smithi178.stdout:5.14.0-444.el9.x86_64 2024-05-08T06:50:44.197 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-444.el9.x86_64 vs 5.14.0-444.el9.x86_64 2024-05-08T06:50:44.197 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T06:50:44.197 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T06:50:45.198 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-05-08T06:50:45.199 DEBUG:teuthology.orchestra.run.smithi178:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T06:50:45.277 INFO:teuthology.orchestra.run.smithi178.stdout:ttyS1 2024-05-08T06:50:45.315 DEBUG:teuthology.parallel:result is None 2024-05-08T06:51:40.442 DEBUG:teuthology.orchestra.remote:timed out 2024-05-08T06:51:58.444 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2024-05-08T06:51:58.445 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:51:58.701 DEBUG:teuthology.orchestra.run.smithi027:> true 2024-05-08T06:51:59.065 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi027.front.sepia.ceph.com' 2024-05-08T06:51:59.065 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-444.el9.x86_64"... 2024-05-08T06:51:59.065 DEBUG:teuthology.orchestra.run.smithi027:> uname -r 2024-05-08T06:51:59.083 INFO:teuthology.orchestra.run.smithi027.stdout:5.14.0-444.el9.x86_64 2024-05-08T06:51:59.083 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-444.el9.x86_64 vs 5.14.0-444.el9.x86_64 2024-05-08T06:51:59.083 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T06:51:59.084 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T06:52:00.084 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-08T06:52:00.085 DEBUG:teuthology.orchestra.run.smithi027:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T06:52:00.155 INFO:teuthology.orchestra.run.smithi027.stdout:ttyS1 2024-05-08T06:52:00.190 DEBUG:teuthology.parallel:result is None 2024-05-08T06:52:00.190 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-08T06:52:00.199 INFO:teuthology.task.internal:Creating test directory... 2024-05-08T06:52:00.199 DEBUG:teuthology.orchestra.run.smithi027:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T06:52:00.202 DEBUG:teuthology.orchestra.run.smithi092:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T06:52:00.206 DEBUG:teuthology.orchestra.run.smithi178:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-08T06:52:00.225 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-08T06:52:00.232 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-08T06:52:00.247 INFO:teuthology.task.internal:Creating archive directory... 2024-05-08T06:52:00.247 DEBUG:teuthology.orchestra.run.smithi027:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T06:52:00.261 DEBUG:teuthology.orchestra.run.smithi092:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T06:52:00.266 DEBUG:teuthology.orchestra.run.smithi178:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-08T06:52:00.320 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-08T06:52:00.333 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-08T06:52:00.334 DEBUG:teuthology.orchestra.run.smithi027:> 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-05-08T06:52:00.337 DEBUG:teuthology.orchestra.run.smithi092:> 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-05-08T06:52:00.340 DEBUG:teuthology.orchestra.run.smithi178:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-08T06:52:00.369 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T06:52:00.373 INFO:teuthology.orchestra.run.smithi092.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T06:52:00.380 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T06:52:00.385 INFO:teuthology.orchestra.run.smithi092.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T06:52:00.405 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T06:52:00.416 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-08T06:52:00.418 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-08T06:52:00.425 INFO:teuthology.task.internal:Configuring sudo... 2024-05-08T06:52:00.425 DEBUG:teuthology.orchestra.run.smithi027:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T06:52:00.428 DEBUG:teuthology.orchestra.run.smithi092:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T06:52:00.432 DEBUG:teuthology.orchestra.run.smithi178:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-08T06:52:00.459 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-08T06:52:00.488 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-08T06:52:00.488 DEBUG:teuthology.orchestra.run.smithi027:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T06:52:00.497 DEBUG:teuthology.orchestra.run.smithi092:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T06:52:00.501 DEBUG:teuthology.orchestra.run.smithi178:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-08T06:52:00.518 DEBUG:teuthology.orchestra.run.smithi027:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T06:52:00.599 DEBUG:teuthology.orchestra.run.smithi027:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T06:52:00.648 DEBUG:teuthology.orchestra.run.smithi027:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T06:52:00.735 DEBUG:teuthology.orchestra.run.smithi027:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T06:52:00.778 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-05-08T06:52:00.779 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T06:52:00.846 DEBUG:teuthology.orchestra.run.smithi092:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T06:52:00.892 DEBUG:teuthology.orchestra.run.smithi092:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T06:52:00.944 DEBUG:teuthology.orchestra.run.smithi092:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T06:52:01.030 DEBUG:teuthology.orchestra.run.smithi092:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T06:52:01.072 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-05-08T06:52:01.072 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T06:52:01.140 DEBUG:teuthology.orchestra.run.smithi178:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T06:52:01.187 DEBUG:teuthology.orchestra.run.smithi178:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-08T06:52:01.273 DEBUG:teuthology.orchestra.run.smithi178:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T06:52:01.318 DEBUG:teuthology.orchestra.run.smithi178:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-08T06:52:01.361 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-05-08T06:52:01.361 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-08T06:52:01.428 DEBUG:teuthology.orchestra.run.smithi027:> sudo service rsyslog restart 2024-05-08T06:52:01.431 DEBUG:teuthology.orchestra.run.smithi092:> sudo service rsyslog restart 2024-05-08T06:52:01.433 DEBUG:teuthology.orchestra.run.smithi178:> sudo service rsyslog restart 2024-05-08T06:52:01.471 INFO:teuthology.orchestra.run.smithi027.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T06:52:01.480 INFO:teuthology.orchestra.run.smithi092.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T06:52:01.514 INFO:teuthology.orchestra.run.smithi178.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T06:52:01.896 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-08T06:52:01.904 INFO:teuthology.task.internal:Starting timer... 2024-05-08T06:52:01.904 INFO:teuthology.run_tasks:Running task pcp... 2024-05-08T06:52:02.004 INFO:teuthology.run_tasks:Running task selinux... 2024-05-08T06:52:02.013 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-08T06:52:02.014 DEBUG:teuthology.orchestra.run.smithi027:> sudo service auditd rotate 2024-05-08T06:52:02.079 INFO:teuthology.orchestra.run.smithi027.stdout:Rotating logs: 2024-05-08T06:52:02.081 DEBUG:teuthology.orchestra.run.smithi092:> sudo service auditd rotate 2024-05-08T06:52:02.161 INFO:teuthology.orchestra.run.smithi092.stdout:Rotating logs: 2024-05-08T06:52:02.163 DEBUG:teuthology.orchestra.run.smithi178:> sudo service auditd rotate 2024-05-08T06:52:02.212 INFO:teuthology.orchestra.run.smithi178.stdout:Rotating logs: 2024-05-08T06:52:02.214 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-08T06:52:02.214 DEBUG:teuthology.orchestra.run.smithi027:> /usr/sbin/getenforce 2024-05-08T06:52:02.250 INFO:teuthology.orchestra.run.smithi027.stdout:Permissive 2024-05-08T06:52:02.250 DEBUG:teuthology.orchestra.run.smithi092:> /usr/sbin/getenforce 2024-05-08T06:52:02.329 INFO:teuthology.orchestra.run.smithi092.stdout:Permissive 2024-05-08T06:52:02.329 DEBUG:teuthology.orchestra.run.smithi178:> /usr/sbin/getenforce 2024-05-08T06:52:02.392 INFO:teuthology.orchestra.run.smithi178.stdout:Permissive 2024-05-08T06:52:02.393 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi027.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi092.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi178.front.sepia.ceph.com': 'permissive'} 2024-05-08T06:52:02.393 DEBUG:teuthology.orchestra.run.smithi027:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-08T06:52:02.424 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:52:02.424 DEBUG:teuthology.orchestra.run.smithi092:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-08T06:52:02.455 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:52:02.456 DEBUG:teuthology.orchestra.run.smithi178:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-08T06:52:02.486 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:52:02.486 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-08T06:52:02.486 DEBUG:teuthology.orchestra.run.smithi027:> sudo /usr/sbin/setenforce permissive 2024-05-08T06:52:02.518 DEBUG:teuthology.orchestra.run.smithi092:> sudo /usr/sbin/setenforce permissive 2024-05-08T06:52:02.557 DEBUG:teuthology.orchestra.run.smithi178:> sudo /usr/sbin/setenforce permissive 2024-05-08T06:52:02.586 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-08T06:52:02.596 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-08T06:52:02.611 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-05-08T06:52:02.613 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi027.front.sepia.ceph.com,smithi092.front.sepia.ceph.com,smithi178.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-08T06:56:07.817 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi027.front.sepia.ceph.com'), Remote(name='ubuntu@smithi092.front.sepia.ceph.com'), Remote(name='ubuntu@smithi178.front.sepia.ceph.com')] 2024-05-08T06:56:07.819 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2024-05-08T06:56:07.820 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:56:07.899 DEBUG:teuthology.orchestra.run.smithi027:> true 2024-05-08T06:56:07.978 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi027.front.sepia.ceph.com' 2024-05-08T06:56:07.979 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-05-08T06:56:07.979 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:56:08.054 DEBUG:teuthology.orchestra.run.smithi092:> true 2024-05-08T06:56:08.129 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi092.front.sepia.ceph.com' 2024-05-08T06:56:08.129 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-05-08T06:56:08.130 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T06:56:08.201 DEBUG:teuthology.orchestra.run.smithi178:> true 2024-05-08T06:56:08.239 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-05-08T06:56:08.240 INFO:teuthology.run_tasks:Running task clock... 2024-05-08T06:56:08.251 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-08T06:56:08.251 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T06:56:08.251 DEBUG:teuthology.orchestra.run.smithi027:> 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-05-08T06:56:08.253 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T06:56:08.254 DEBUG:teuthology.orchestra.run.smithi092:> 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-05-08T06:56:08.256 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-08T06:56:08.256 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T06:56:08.283 INFO:teuthology.orchestra.run.smithi027.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-08T06:56:08.298 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-08T06:56:08.299 INFO:teuthology.orchestra.run.smithi027.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-08T06:56:08.309 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-08T06:56:08.313 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-08T06:56:08.324 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-08T06:56:08.325 INFO:teuthology.orchestra.run.smithi027.stderr:sudo: ntpd: command not found 2024-05-08T06:56:08.336 INFO:teuthology.orchestra.run.smithi027.stdout:506 Cannot talk to daemon 2024-05-08T06:56:08.340 INFO:teuthology.orchestra.run.smithi092.stderr:sudo: ntpd: command not found 2024-05-08T06:56:08.348 INFO:teuthology.orchestra.run.smithi178.stderr:sudo: ntpd: command not found 2024-05-08T06:56:08.350 INFO:teuthology.orchestra.run.smithi092.stdout:506 Cannot talk to daemon 2024-05-08T06:56:08.351 INFO:teuthology.orchestra.run.smithi027.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-08T06:56:08.360 INFO:teuthology.orchestra.run.smithi178.stdout:506 Cannot talk to daemon 2024-05-08T06:56:08.364 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-08T06:56:08.366 INFO:teuthology.orchestra.run.smithi027.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-08T06:56:08.374 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-08T06:56:08.382 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-08T06:56:08.388 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-08T06:56:08.429 INFO:teuthology.orchestra.run.smithi027.stderr:bash: line 1: ntpq: command not found 2024-05-08T06:56:08.433 INFO:teuthology.orchestra.run.smithi027.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T06:56:08.433 INFO:teuthology.orchestra.run.smithi027.stdout:=============================================================================== 2024-05-08T06:56:08.433 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:56:08.434 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:56:08.434 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:56:08.434 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:56:08.439 INFO:teuthology.orchestra.run.smithi092.stderr:bash: line 1: ntpq: command not found 2024-05-08T06:56:08.440 INFO:teuthology.orchestra.run.smithi178.stderr:bash: line 1: ntpq: command not found 2024-05-08T06:56:08.443 INFO:teuthology.orchestra.run.smithi092.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T06:56:08.443 INFO:teuthology.orchestra.run.smithi092.stdout:=============================================================================== 2024-05-08T06:56:08.444 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:56:08.444 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:56:08.444 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:56:08.444 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:56:08.445 INFO:teuthology.orchestra.run.smithi178.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T06:56:08.445 INFO:teuthology.orchestra.run.smithi178.stdout:=============================================================================== 2024-05-08T06:56:08.445 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:56:08.445 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:56:08.445 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:56:08.445 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:56:08.445 INFO:teuthology.run_tasks:Running task install... 2024-05-08T06:56:08.454 DEBUG:teuthology.task.install:project ceph 2024-05-08T06:56:08.454 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '7c8f650b36e258f639fa4a83becade57cbfd2009'}} 2024-05-08T06:56:08.454 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '7c8f650b36e258f639fa4a83becade57cbfd2009'} 2024-05-08T06:56:08.454 INFO:teuthology.task.install:Using flavor: default 2024-05-08T06:56:08.460 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-05-08T06:56:08.460 INFO:teuthology.task.install:extra packages: [] 2024-05-08T06:56:08.461 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': '7c8f650b36e258f639fa4a83becade57cbfd2009', 'tag': None, 'wait_for_package': False} 2024-05-08T06:56:08.461 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:56:08.463 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': '7c8f650b36e258f639fa4a83becade57cbfd2009', 'tag': None, 'wait_for_package': False} 2024-05-08T06:56:08.463 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:56:08.464 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': '7c8f650b36e258f639fa4a83becade57cbfd2009', 'tag': None, 'wait_for_package': False} 2024-05-08T06:56:08.464 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:56:08.615 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/ 2024-05-08T06:56:08.615 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3593.g7c8f650b 2024-05-08T06:56:08.749 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/ 2024-05-08T06:56:08.750 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3593.g7c8f650b 2024-05-08T06:56:08.754 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/ 2024-05-08T06:56:08.755 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3593.g7c8f650b 2024-05-08T06:56:08.849 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-08T06:56:08.849 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-05-08T06:56:08.850 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-08T06:56:08.876 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-05-08T06:56:08.876 DEBUG:teuthology.orchestra.run.smithi178:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/7c8f650b36e258f639fa4a83becade57cbfd2009/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-08T06:56:08.942 DEBUG:teuthology.orchestra.run.smithi178:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-05-08T06:56:09.017 DEBUG:teuthology.orchestra.run.smithi178:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-05-08T06:56:09.083 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-08T06:56:09.083 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-05-08T06:56:09.084 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-08T06:56:09.086 INFO:teuthology.orchestra.run.smithi178.stdout:check_obsoletes = 1 2024-05-08T06:56:09.087 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum clean all 2024-05-08T06:56:09.087 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-08T06:56:09.087 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-05-08T06:56:09.087 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-08T06:56:09.114 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-05-08T06:56:09.114 DEBUG:teuthology.orchestra.run.smithi092:> 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/7c8f650b36e258f639fa4a83becade57cbfd2009/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-08T06:56:09.115 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-05-08T06:56:09.115 DEBUG:teuthology.orchestra.run.smithi027:> 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/7c8f650b36e258f639fa4a83becade57cbfd2009/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-08T06:56:09.179 DEBUG:teuthology.orchestra.run.smithi092:> 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-05-08T06:56:09.183 DEBUG:teuthology.orchestra.run.smithi027:> 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-05-08T06:56:09.254 DEBUG:teuthology.orchestra.run.smithi092:> 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-05-08T06:56:09.260 DEBUG:teuthology.orchestra.run.smithi027:> 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-05-08T06:56:09.318 INFO:teuthology.orchestra.run.smithi092.stdout:check_obsoletes = 1 2024-05-08T06:56:09.320 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum clean all 2024-05-08T06:56:09.325 INFO:teuthology.orchestra.run.smithi178.stdout:54 files removed 2024-05-08T06:56:09.326 INFO:teuthology.orchestra.run.smithi027.stdout:check_obsoletes = 1 2024-05-08T06:56:09.327 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum clean all 2024-05-08T06:56:09.353 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install ceph-radosgw 2024-05-08T06:56:09.555 INFO:teuthology.orchestra.run.smithi092.stdout:54 files removed 2024-05-08T06:56:09.568 INFO:teuthology.orchestra.run.smithi027.stdout:54 files removed 2024-05-08T06:56:09.585 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install ceph-radosgw 2024-05-08T06:56:09.595 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-radosgw 2024-05-08T06:56:10.214 INFO:teuthology.orchestra.run.smithi178.stdout:ceph packages for x86_64 143 kB/s | 84 kB 00:00 2024-05-08T06:56:10.268 INFO:teuthology.orchestra.run.smithi027.stdout:ceph packages for x86_64 217 kB/s | 84 kB 00:00 2024-05-08T06:56:10.335 INFO:teuthology.orchestra.run.smithi092.stdout:ceph packages for x86_64 176 kB/s | 84 kB 00:00 2024-05-08T06:56:10.652 INFO:teuthology.orchestra.run.smithi027.stdout:ceph noarch packages 36 kB/s | 12 kB 00:00 2024-05-08T06:56:10.665 INFO:teuthology.orchestra.run.smithi178.stdout:ceph noarch packages 29 kB/s | 12 kB 00:00 2024-05-08T06:56:10.678 INFO:teuthology.orchestra.run.smithi092.stdout:ceph noarch packages 41 kB/s | 12 kB 00:00 2024-05-08T06:56:11.027 INFO:teuthology.orchestra.run.smithi027.stdout:ceph source packages 5.8 kB/s | 1.9 kB 00:00 2024-05-08T06:56:11.062 INFO:teuthology.orchestra.run.smithi092.stdout:ceph source packages 5.6 kB/s | 1.9 kB 00:00 2024-05-08T06:56:11.099 INFO:teuthology.orchestra.run.smithi178.stdout:ceph source packages 4.9 kB/s | 1.9 kB 00:00 2024-05-08T06:56:12.869 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 9 - BaseOS 4.5 MB/s | 8.1 MB 00:01 2024-05-08T06:56:14.599 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 9 - BaseOS 2.3 MB/s | 8.1 MB 00:03 2024-05-08T06:56:14.896 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 9 - AppStream 22 MB/s | 19 MB 00:00 2024-05-08T06:56:15.111 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 9 - BaseOS 2.0 MB/s | 8.1 MB 00:04 2024-05-08T06:56:19.571 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 9 - AppStream 5.7 MB/s | 19 MB 00:03 2024-05-08T06:56:21.480 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 9 - CRB 2.2 MB/s | 6.2 MB 00:02 2024-05-08T06:56:23.197 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 9 - Extras packages 35 kB/s | 16 kB 00:00 2024-05-08T06:56:23.696 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.2 MB 00:00 2024-05-08T06:56:23.882 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 9 - AppStream 2.3 MB/s | 19 MB 00:08 2024-05-08T06:56:24.357 INFO:teuthology.orchestra.run.smithi027.stdout:Extra Packages for Enterprise Linux 21 MB/s | 21 MB 00:01 2024-05-08T06:56:25.172 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 9 - Extras packages 56 kB/s | 16 kB 00:00 2024-05-08T06:56:26.609 INFO:teuthology.orchestra.run.smithi092.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-05-08T06:56:28.449 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 9 - CRB 6.7 MB/s | 6.2 MB 00:00 2024-05-08T06:56:29.707 INFO:teuthology.orchestra.run.smithi027.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-05-08T06:56:30.067 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 9 - Extras packages 38 kB/s | 16 kB 00:00 2024-05-08T06:56:31.021 INFO:teuthology.orchestra.run.smithi178.stdout:Extra Packages for Enterprise Linux 26 MB/s | 21 MB 00:00 2024-05-08T06:56:31.939 INFO:teuthology.orchestra.run.smithi092.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-05-08T06:56:32.193 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-05-08T06:56:32.209 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:56:32.209 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2024-05-08T06:56:32.209 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:56:32.209 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2024-05-08T06:56:32.209 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-radosgw x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 11 M 2024-05-08T06:56:32.209 INFO:teuthology.orchestra.run.smithi027.stdout:Upgrading: 2024-05-08T06:56:32.210 INFO:teuthology.orchestra.run.smithi027.stdout: librados2 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 3.4 M 2024-05-08T06:56:32.210 INFO:teuthology.orchestra.run.smithi027.stdout: librbd1 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 3.1 M 2024-05-08T06:56:32.210 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2024-05-08T06:56:32.210 INFO:teuthology.orchestra.run.smithi027.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-08T06:56:32.210 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-base x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 5.4 M 2024-05-08T06:56:32.210 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-common x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 21 M 2024-05-08T06:56:32.210 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-selinux x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 25 k 2024-05-08T06:56:32.210 INFO:teuthology.orchestra.run.smithi027.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-08T06:56:32.210 INFO:teuthology.orchestra.run.smithi027.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-08T06:56:32.210 INFO:teuthology.orchestra.run.smithi027.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-08T06:56:32.210 INFO:teuthology.orchestra.run.smithi027.stdout: libcephfs2 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 747 k 2024-05-08T06:56:32.210 INFO:teuthology.orchestra.run.smithi027.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-08T06:56:32.210 INFO:teuthology.orchestra.run.smithi027.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-08T06:56:32.211 INFO:teuthology.orchestra.run.smithi027.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-08T06:56:32.211 INFO:teuthology.orchestra.run.smithi027.stdout: libradosstriper1 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 500 k 2024-05-08T06:56:32.211 INFO:teuthology.orchestra.run.smithi027.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-08T06:56:32.211 INFO:teuthology.orchestra.run.smithi027.stdout: librgw2 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 5.4 M 2024-05-08T06:56:32.211 INFO:teuthology.orchestra.run.smithi027.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-08T06:56:32.211 INFO:teuthology.orchestra.run.smithi027.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-08T06:56:32.211 INFO:teuthology.orchestra.run.smithi027.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-08T06:56:32.211 INFO:teuthology.orchestra.run.smithi027.stdout: python3-ceph-argparse x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 45 k 2024-05-08T06:56:32.211 INFO:teuthology.orchestra.run.smithi027.stdout: python3-ceph-common x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 136 k 2024-05-08T06:56:32.211 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cephfs x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 161 k 2024-05-08T06:56:32.211 INFO:teuthology.orchestra.run.smithi027.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-08T06:56:32.211 INFO:teuthology.orchestra.run.smithi027.stdout: python3-rados x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 320 k 2024-05-08T06:56:32.211 INFO:teuthology.orchestra.run.smithi027.stdout: python3-rbd x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 300 k 2024-05-08T06:56:32.212 INFO:teuthology.orchestra.run.smithi027.stdout: python3-rgw x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 99 k 2024-05-08T06:56:32.212 INFO:teuthology.orchestra.run.smithi027.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-08T06:56:32.212 INFO:teuthology.orchestra.run.smithi027.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-08T06:56:32.212 INFO:teuthology.orchestra.run.smithi027.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-08T06:56:32.212 INFO:teuthology.orchestra.run.smithi027.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-08T06:56:32.212 INFO:teuthology.orchestra.run.smithi027.stdout:Installing weak dependencies: 2024-05-08T06:56:32.212 INFO:teuthology.orchestra.run.smithi027.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-08T06:56:32.212 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:56:32.212 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2024-05-08T06:56:32.212 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:56:32.212 INFO:teuthology.orchestra.run.smithi027.stdout:Install 30 Packages 2024-05-08T06:56:32.212 INFO:teuthology.orchestra.run.smithi027.stdout:Upgrade 2 Packages 2024-05-08T06:56:32.212 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:56:32.213 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 60 M 2024-05-08T06:56:32.213 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2024-05-08T06:56:33.709 INFO:teuthology.orchestra.run.smithi027.stdout:(1/32): ceph-base-19.0.0-3593.g7c8f650b.el9.x86 4.2 MB/s | 5.4 MB 00:01 2024-05-08T06:56:33.809 INFO:teuthology.orchestra.run.smithi027.stdout:(2/32): ceph-selinux-19.0.0-3593.g7c8f650b.el9. 252 kB/s | 25 kB 00:00 2024-05-08T06:56:34.018 INFO:teuthology.orchestra.run.smithi027.stdout:(3/32): libcephfs2-19.0.0-3593.g7c8f650b.el9.x8 3.5 MB/s | 747 kB 00:00 2024-05-08T06:56:34.135 INFO:teuthology.orchestra.run.smithi027.stdout:(4/32): ceph-radosgw-19.0.0-3593.g7c8f650b.el9. 6.2 MB/s | 11 MB 00:01 2024-05-08T06:56:34.169 INFO:teuthology.orchestra.run.smithi027.stdout:(5/32): libradosstriper1-19.0.0-3593.g7c8f650b. 3.3 MB/s | 500 kB 00:00 2024-05-08T06:56:34.264 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-05-08T06:56:34.268 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:56:34.268 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2024-05-08T06:56:34.268 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:56:34.268 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-05-08T06:56:34.268 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-radosgw x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 11 M 2024-05-08T06:56:34.268 INFO:teuthology.orchestra.run.smithi092.stdout:Upgrading: 2024-05-08T06:56:34.269 INFO:teuthology.orchestra.run.smithi092.stdout: librados2 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 3.4 M 2024-05-08T06:56:34.269 INFO:teuthology.orchestra.run.smithi092.stdout: librbd1 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 3.1 M 2024-05-08T06:56:34.269 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2024-05-08T06:56:34.269 INFO:teuthology.orchestra.run.smithi092.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-08T06:56:34.269 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-base x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 5.4 M 2024-05-08T06:56:34.269 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-common x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 21 M 2024-05-08T06:56:34.269 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-selinux x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 25 k 2024-05-08T06:56:34.269 INFO:teuthology.orchestra.run.smithi092.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-08T06:56:34.269 INFO:teuthology.orchestra.run.smithi092.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-08T06:56:34.269 INFO:teuthology.orchestra.run.smithi092.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-08T06:56:34.269 INFO:teuthology.orchestra.run.smithi092.stdout: libcephfs2 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 747 k 2024-05-08T06:56:34.269 INFO:teuthology.orchestra.run.smithi092.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-08T06:56:34.269 INFO:teuthology.orchestra.run.smithi092.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-08T06:56:34.270 INFO:teuthology.orchestra.run.smithi092.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-08T06:56:34.270 INFO:teuthology.orchestra.run.smithi092.stdout: libradosstriper1 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 500 k 2024-05-08T06:56:34.270 INFO:teuthology.orchestra.run.smithi092.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-08T06:56:34.270 INFO:teuthology.orchestra.run.smithi092.stdout: librgw2 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 5.4 M 2024-05-08T06:56:34.270 INFO:teuthology.orchestra.run.smithi092.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-08T06:56:34.270 INFO:teuthology.orchestra.run.smithi092.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-08T06:56:34.270 INFO:teuthology.orchestra.run.smithi092.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-08T06:56:34.270 INFO:teuthology.orchestra.run.smithi092.stdout: python3-ceph-argparse x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 45 k 2024-05-08T06:56:34.270 INFO:teuthology.orchestra.run.smithi092.stdout: python3-ceph-common x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 136 k 2024-05-08T06:56:34.270 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cephfs x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 161 k 2024-05-08T06:56:34.270 INFO:teuthology.orchestra.run.smithi092.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-08T06:56:34.270 INFO:teuthology.orchestra.run.smithi092.stdout: python3-rados x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 320 k 2024-05-08T06:56:34.271 INFO:teuthology.orchestra.run.smithi092.stdout: python3-rbd x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 300 k 2024-05-08T06:56:34.271 INFO:teuthology.orchestra.run.smithi092.stdout: python3-rgw x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 99 k 2024-05-08T06:56:34.271 INFO:teuthology.orchestra.run.smithi092.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-08T06:56:34.271 INFO:teuthology.orchestra.run.smithi092.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-08T06:56:34.271 INFO:teuthology.orchestra.run.smithi092.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-08T06:56:34.271 INFO:teuthology.orchestra.run.smithi092.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-08T06:56:34.271 INFO:teuthology.orchestra.run.smithi092.stdout:Installing weak dependencies: 2024-05-08T06:56:34.271 INFO:teuthology.orchestra.run.smithi092.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-08T06:56:34.271 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:56:34.271 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-05-08T06:56:34.271 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:56:34.271 INFO:teuthology.orchestra.run.smithi092.stdout:Install 30 Packages 2024-05-08T06:56:34.271 INFO:teuthology.orchestra.run.smithi092.stdout:Upgrade 2 Packages 2024-05-08T06:56:34.271 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:56:34.272 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 60 M 2024-05-08T06:56:34.272 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-05-08T06:56:34.286 INFO:teuthology.orchestra.run.smithi027.stdout:(6/32): python3-ceph-argparse-19.0.0-3593.g7c8f 387 kB/s | 45 kB 00:00 2024-05-08T06:56:34.411 INFO:teuthology.orchestra.run.smithi027.stdout:(7/32): python3-ceph-common-19.0.0-3593.g7c8f65 1.1 MB/s | 136 kB 00:00 2024-05-08T06:56:34.536 INFO:teuthology.orchestra.run.smithi027.stdout:(8/32): python3-cephfs-19.0.0-3593.g7c8f650b.el 1.3 MB/s | 161 kB 00:00 2024-05-08T06:56:34.661 INFO:teuthology.orchestra.run.smithi027.stdout:(9/32): python3-rados-19.0.0-3593.g7c8f650b.el9 2.5 MB/s | 320 kB 00:00 2024-05-08T06:56:34.812 INFO:teuthology.orchestra.run.smithi027.stdout:(10/32): python3-rbd-19.0.0-3593.g7c8f650b.el9. 2.0 MB/s | 300 kB 00:00 2024-05-08T06:56:34.878 INFO:teuthology.orchestra.run.smithi027.stdout:(11/32): librgw2-19.0.0-3593.g7c8f650b.el9.x86_ 7.2 MB/s | 5.4 MB 00:00 2024-05-08T06:56:34.920 INFO:teuthology.orchestra.run.smithi027.stdout:(12/32): python3-rgw-19.0.0-3593.g7c8f650b.el9. 914 kB/s | 99 kB 00:00 2024-05-08T06:56:35.438 INFO:teuthology.orchestra.run.smithi027.stdout:(13/32): ceph-common-19.0.0-3593.g7c8f650b.el9. 7.0 MB/s | 21 MB 00:03 2024-05-08T06:56:35.463 INFO:teuthology.orchestra.run.smithi027.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 183 kB/s | 107 kB 00:00 2024-05-08T06:56:35.488 INFO:teuthology.orchestra.run.smithi027.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 282 kB/s | 160 kB 00:00 2024-05-08T06:56:35.597 INFO:teuthology.orchestra.run.smithi027.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.8 MB/s | 662 kB 00:00 2024-05-08T06:56:35.824 INFO:teuthology.orchestra.run.smithi092.stdout:(1/32): ceph-base-19.0.0-3593.g7c8f650b.el9.x86 3.9 MB/s | 5.4 MB 00:01 2024-05-08T06:56:35.864 INFO:teuthology.orchestra.run.smithi027.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 158 kB/s | 42 kB 00:00 2024-05-08T06:56:35.939 INFO:teuthology.orchestra.run.smithi027.stdout:(18/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 90 kB/s | 45 kB 00:00 2024-05-08T06:56:35.949 INFO:teuthology.orchestra.run.smithi092.stdout:(2/32): ceph-selinux-19.0.0-3593.g7c8f650b.el9. 201 kB/s | 25 kB 00:00 2024-05-08T06:56:35.956 INFO:teuthology.orchestra.run.smithi027.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.3 MB/s | 221 kB 00:00 2024-05-08T06:56:35.990 INFO:teuthology.orchestra.run.smithi027.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 714 kB/s | 36 kB 00:00 2024-05-08T06:56:36.023 INFO:teuthology.orchestra.run.smithi027.stdout:(21/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 547 kB/s | 292 kB 00:00 2024-05-08T06:56:36.040 INFO:teuthology.orchestra.run.smithi027.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 567 kB/s | 47 kB 00:00 2024-05-08T06:56:36.083 INFO:teuthology.orchestra.run.smithi092.stdout:(3/32): libcephfs2-19.0.0-3593.g7c8f650b.el9.x8 5.5 MB/s | 747 kB 00:00 2024-05-08T06:56:36.115 INFO:teuthology.orchestra.run.smithi027.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 347 kB/s | 26 kB 00:00 2024-05-08T06:56:36.182 INFO:teuthology.orchestra.run.smithi027.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 729 kB/s | 49 kB 00:00 2024-05-08T06:56:36.208 INFO:teuthology.orchestra.run.smithi027.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.4 MB/s | 309 kB 00:00 2024-05-08T06:56:36.216 INFO:teuthology.orchestra.run.smithi092.stdout:(4/32): libradosstriper1-19.0.0-3593.g7c8f650b. 3.7 MB/s | 500 kB 00:00 2024-05-08T06:56:36.235 INFO:teuthology.orchestra.run.smithi178.stdout:lab-extras 26 kB/s | 1.7 kB 00:00 2024-05-08T06:56:36.249 INFO:teuthology.orchestra.run.smithi027.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.0 MB/s | 67 kB 00:00 2024-05-08T06:56:36.317 INFO:teuthology.orchestra.run.smithi027.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.8 MB/s | 192 kB 00:00 2024-05-08T06:56:36.400 INFO:teuthology.orchestra.run.smithi027.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 4.3 MB/s | 839 kB 00:00 2024-05-08T06:56:36.617 INFO:teuthology.orchestra.run.smithi027.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 5.3 MB/s | 1.6 MB 00:00 2024-05-08T06:56:36.658 INFO:teuthology.orchestra.run.smithi092.stdout:(5/32): librgw2-19.0.0-3593.g7c8f650b.el9.x86_6 12 MB/s | 5.4 MB 00:00 2024-05-08T06:56:36.800 INFO:teuthology.orchestra.run.smithi092.stdout:(6/32): python3-ceph-argparse-19.0.0-3593.g7c8f 318 kB/s | 45 kB 00:00 2024-05-08T06:56:36.917 INFO:teuthology.orchestra.run.smithi092.stdout:(7/32): python3-ceph-common-19.0.0-3593.g7c8f65 1.1 MB/s | 136 kB 00:00 2024-05-08T06:56:36.942 INFO:teuthology.orchestra.run.smithi027.stdout:(30/32): libarrow-9.0.0-11.el9.x86_64.rpm 4.9 MB/s | 4.4 MB 00:00 2024-05-08T06:56:37.034 INFO:teuthology.orchestra.run.smithi092.stdout:(8/32): python3-cephfs-19.0.0-3593.g7c8f650b.el 1.4 MB/s | 161 kB 00:00 2024-05-08T06:56:37.168 INFO:teuthology.orchestra.run.smithi092.stdout:(9/32): python3-rados-19.0.0-3593.g7c8f650b.el9 2.3 MB/s | 320 kB 00:00 2024-05-08T06:56:37.276 INFO:teuthology.orchestra.run.smithi027.stdout:(31/32): librados2-19.0.0-3593.g7c8f650b.el9.x8 3.9 MB/s | 3.4 MB 00:00 2024-05-08T06:56:37.293 INFO:teuthology.orchestra.run.smithi092.stdout:(10/32): python3-rbd-19.0.0-3593.g7c8f650b.el9. 2.3 MB/s | 300 kB 00:00 2024-05-08T06:56:37.426 INFO:teuthology.orchestra.run.smithi092.stdout:(11/32): python3-rgw-19.0.0-3593.g7c8f650b.el9. 745 kB/s | 99 kB 00:00 2024-05-08T06:56:37.502 INFO:teuthology.orchestra.run.smithi092.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 1.4 MB/s | 107 kB 00:00 2024-05-08T06:56:37.577 INFO:teuthology.orchestra.run.smithi092.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.1 MB/s | 160 kB 00:00 2024-05-08T06:56:37.636 INFO:teuthology.orchestra.run.smithi092.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 776 kB/s | 45 kB 00:00 2024-05-08T06:56:37.668 INFO:teuthology.orchestra.run.smithi027.stdout:(32/32): librbd1-19.0.0-3593.g7c8f650b.el9.x86_ 3.0 MB/s | 3.1 MB 00:01 2024-05-08T06:56:37.670 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:56:37.670 INFO:teuthology.orchestra.run.smithi027.stdout:Total 11 MB/s | 60 MB 00:05 2024-05-08T06:56:37.720 INFO:teuthology.orchestra.run.smithi092.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 7.8 MB/s | 662 kB 00:00 2024-05-08T06:56:37.782 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2024-05-08T06:56:37.803 INFO:teuthology.orchestra.run.smithi092.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.4 MB/s | 292 kB 00:00 2024-05-08T06:56:37.822 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2024-05-08T06:56:37.822 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2024-05-08T06:56:37.862 INFO:teuthology.orchestra.run.smithi092.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 725 kB/s | 42 kB 00:00 2024-05-08T06:56:37.937 INFO:teuthology.orchestra.run.smithi092.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.9 MB/s | 221 kB 00:00 2024-05-08T06:56:37.987 INFO:teuthology.orchestra.run.smithi092.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 718 kB/s | 36 kB 00:00 2024-05-08T06:56:38.046 INFO:teuthology.orchestra.run.smithi092.stdout:(20/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 817 kB/s | 47 kB 00:00 2024-05-08T06:56:38.138 INFO:teuthology.orchestra.run.smithi092.stdout:(21/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 3.3 MB/s | 309 kB 00:00 2024-05-08T06:56:38.263 INFO:teuthology.orchestra.run.smithi092.stdout:(22/32): libarrow-9.0.0-11.el9.x86_64.rpm 35 MB/s | 4.4 MB 00:00 2024-05-08T06:56:38.297 INFO:teuthology.orchestra.run.smithi092.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 785 kB/s | 26 kB 00:00 2024-05-08T06:56:38.330 INFO:teuthology.orchestra.run.smithi092.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 1.4 MB/s | 49 kB 00:00 2024-05-08T06:56:38.364 INFO:teuthology.orchestra.run.smithi092.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 2.0 MB/s | 67 kB 00:00 2024-05-08T06:56:38.406 INFO:teuthology.orchestra.run.smithi092.stdout:(26/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 20 MB/s | 839 kB 00:00 2024-05-08T06:56:38.490 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2024-05-08T06:56:38.491 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2024-05-08T06:56:38.523 INFO:teuthology.orchestra.run.smithi092.stdout:(27/32): ceph-radosgw-19.0.0-3593.g7c8f650b.el9 2.6 MB/s | 11 MB 00:04 2024-05-08T06:56:38.548 INFO:teuthology.orchestra.run.smithi092.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.3 MB/s | 192 kB 00:00 2024-05-08T06:56:38.586 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-05-08T06:56:38.600 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:56:38.600 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repository Size 2024-05-08T06:56:38.600 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:56:38.600 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-05-08T06:56:38.600 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-radosgw x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 11 M 2024-05-08T06:56:38.600 INFO:teuthology.orchestra.run.smithi178.stdout:Upgrading: 2024-05-08T06:56:38.600 INFO:teuthology.orchestra.run.smithi178.stdout: librados2 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 3.4 M 2024-05-08T06:56:38.600 INFO:teuthology.orchestra.run.smithi178.stdout: librbd1 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 3.1 M 2024-05-08T06:56:38.600 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2024-05-08T06:56:38.600 INFO:teuthology.orchestra.run.smithi178.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-08T06:56:38.601 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-base x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 5.4 M 2024-05-08T06:56:38.601 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-common x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 21 M 2024-05-08T06:56:38.601 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-selinux x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 25 k 2024-05-08T06:56:38.601 INFO:teuthology.orchestra.run.smithi178.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-08T06:56:38.601 INFO:teuthology.orchestra.run.smithi178.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-08T06:56:38.601 INFO:teuthology.orchestra.run.smithi178.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-08T06:56:38.601 INFO:teuthology.orchestra.run.smithi178.stdout: libcephfs2 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 747 k 2024-05-08T06:56:38.601 INFO:teuthology.orchestra.run.smithi178.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-08T06:56:38.601 INFO:teuthology.orchestra.run.smithi178.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-08T06:56:38.601 INFO:teuthology.orchestra.run.smithi178.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-08T06:56:38.601 INFO:teuthology.orchestra.run.smithi178.stdout: libradosstriper1 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 500 k 2024-05-08T06:56:38.601 INFO:teuthology.orchestra.run.smithi178.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-08T06:56:38.601 INFO:teuthology.orchestra.run.smithi178.stdout: librgw2 x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 5.4 M 2024-05-08T06:56:38.602 INFO:teuthology.orchestra.run.smithi178.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-08T06:56:38.602 INFO:teuthology.orchestra.run.smithi178.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-08T06:56:38.602 INFO:teuthology.orchestra.run.smithi178.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-08T06:56:38.602 INFO:teuthology.orchestra.run.smithi178.stdout: python3-ceph-argparse x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 45 k 2024-05-08T06:56:38.602 INFO:teuthology.orchestra.run.smithi178.stdout: python3-ceph-common x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 136 k 2024-05-08T06:56:38.602 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cephfs x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 161 k 2024-05-08T06:56:38.602 INFO:teuthology.orchestra.run.smithi178.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-08T06:56:38.602 INFO:teuthology.orchestra.run.smithi178.stdout: python3-rados x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 320 k 2024-05-08T06:56:38.602 INFO:teuthology.orchestra.run.smithi178.stdout: python3-rbd x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 300 k 2024-05-08T06:56:38.602 INFO:teuthology.orchestra.run.smithi178.stdout: python3-rgw x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 99 k 2024-05-08T06:56:38.602 INFO:teuthology.orchestra.run.smithi178.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-08T06:56:38.602 INFO:teuthology.orchestra.run.smithi178.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-08T06:56:38.602 INFO:teuthology.orchestra.run.smithi178.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-08T06:56:38.602 INFO:teuthology.orchestra.run.smithi178.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-08T06:56:38.603 INFO:teuthology.orchestra.run.smithi178.stdout:Installing weak dependencies: 2024-05-08T06:56:38.603 INFO:teuthology.orchestra.run.smithi178.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-08T06:56:38.603 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:56:38.603 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-05-08T06:56:38.603 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:56:38.603 INFO:teuthology.orchestra.run.smithi178.stdout:Install 30 Packages 2024-05-08T06:56:38.603 INFO:teuthology.orchestra.run.smithi178.stdout:Upgrade 2 Packages 2024-05-08T06:56:38.603 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:56:38.603 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 60 M 2024-05-08T06:56:38.604 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-05-08T06:56:38.665 INFO:teuthology.orchestra.run.smithi092.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 11 MB/s | 1.6 MB 00:00 2024-05-08T06:56:39.098 INFO:teuthology.orchestra.run.smithi092.stdout:(30/32): librados2-19.0.0-3593.g7c8f650b.el9.x8 6.2 MB/s | 3.4 MB 00:00 2024-05-08T06:56:39.499 INFO:teuthology.orchestra.run.smithi092.stdout:(31/32): librbd1-19.0.0-3593.g7c8f650b.el9.x86_ 3.8 MB/s | 3.1 MB 00:00 2024-05-08T06:56:39.929 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2024-05-08T06:56:40.016 INFO:teuthology.orchestra.run.smithi092.stdout:(32/32): ceph-common-19.0.0-3593.g7c8f650b.el9. 3.8 MB/s | 21 MB 00:05 2024-05-08T06:56:40.018 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:56:40.019 INFO:teuthology.orchestra.run.smithi092.stdout:Total 10 MB/s | 60 MB 00:05 2024-05-08T06:56:40.037 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-08T06:56:40.065 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-08T06:56:40.090 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-08T06:56:40.113 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-08T06:56:40.121 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-05-08T06:56:40.136 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-08T06:56:40.157 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-05-08T06:56:40.157 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-05-08T06:56:40.458 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-08T06:56:40.512 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-08T06:56:40.578 INFO:teuthology.orchestra.run.smithi178.stdout:(1/32): ceph-base-19.0.0-3593.g7c8f650b.el9.x86 3.3 MB/s | 5.4 MB 00:01 2024-05-08T06:56:40.670 INFO:teuthology.orchestra.run.smithi178.stdout:(2/32): ceph-selinux-19.0.0-3593.g7c8f650b.el9. 274 kB/s | 25 kB 00:00 2024-05-08T06:56:40.785 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-05-08T06:56:40.785 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-05-08T06:56:40.820 INFO:teuthology.orchestra.run.smithi178.stdout:(3/32): ceph-radosgw-19.0.0-3593.g7c8f650b.el9. 5.7 MB/s | 11 MB 00:01 2024-05-08T06:56:40.879 INFO:teuthology.orchestra.run.smithi178.stdout:(4/32): libcephfs2-19.0.0-3593.g7c8f650b.el9.x8 3.5 MB/s | 747 kB 00:00 2024-05-08T06:56:40.921 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-08T06:56:40.946 INFO:teuthology.orchestra.run.smithi178.stdout:(5/32): libradosstriper1-19.0.0-3593.g7c8f650b. 3.9 MB/s | 500 kB 00:00 2024-05-08T06:56:40.966 INFO:teuthology.orchestra.run.smithi027.stdout: Upgrading : librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 7/34 2024-05-08T06:56:41.055 INFO:teuthology.orchestra.run.smithi178.stdout:(6/32): python3-ceph-argparse-19.0.0-3593.g7c8f 416 kB/s | 45 kB 00:00 2024-05-08T06:56:41.059 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 7/34 2024-05-08T06:56:41.149 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 8/34 2024-05-08T06:56:41.176 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 9/34 2024-05-08T06:56:41.239 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 9/34 2024-05-08T06:56:41.255 INFO:teuthology.orchestra.run.smithi178.stdout:(7/32): ceph-common-19.0.0-3593.g7c8f650b.el9.x 9.2 MB/s | 21 MB 00:02 2024-05-08T06:56:41.268 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-08T06:56:41.280 INFO:teuthology.orchestra.run.smithi178.stdout:(8/32): python3-ceph-common-19.0.0-3593.g7c8f65 602 kB/s | 136 kB 00:00 2024-05-08T06:56:41.329 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-ceph-argparse-2:19.0.0-3593.g7c8f650b.el9. 11/34 2024-05-08T06:56:41.355 INFO:teuthology.orchestra.run.smithi178.stdout:(9/32): python3-cephfs-19.0.0-3593.g7c8f650b.el 1.6 MB/s | 161 kB 00:00 2024-05-08T06:56:41.389 INFO:teuthology.orchestra.run.smithi178.stdout:(10/32): python3-rados-19.0.0-3593.g7c8f650b.el 2.9 MB/s | 320 kB 00:00 2024-05-08T06:56:41.399 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 12/34 2024-05-08T06:56:41.429 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_6 13/34 2024-05-08T06:56:41.456 INFO:teuthology.orchestra.run.smithi178.stdout:(11/32): python3-rbd-19.0.0-3593.g7c8f650b.el9. 2.9 MB/s | 300 kB 00:00 2024-05-08T06:56:41.493 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_6 13/34 2024-05-08T06:56:41.498 INFO:teuthology.orchestra.run.smithi178.stdout:(12/32): python3-rgw-19.0.0-3593.g7c8f650b.el9. 913 kB/s | 99 kB 00:00 2024-05-08T06:56:41.527 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-08T06:56:41.648 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-08T06:56:41.679 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-08T06:56:41.719 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-08T06:56:41.752 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-08T06:56:41.781 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-08T06:56:41.814 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-08T06:56:41.865 INFO:teuthology.orchestra.run.smithi178.stdout:(13/32): librgw2-19.0.0-3593.g7c8f650b.el9.x86_ 5.4 MB/s | 5.4 MB 00:00 2024-05-08T06:56:41.890 INFO:teuthology.orchestra.run.smithi178.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 246 kB/s | 107 kB 00:00 2024-05-08T06:56:41.999 INFO:teuthology.orchestra.run.smithi178.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 320 kB/s | 160 kB 00:00 2024-05-08T06:56:42.147 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-08T06:56:42.183 INFO:teuthology.orchestra.run.smithi178.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.6 MB/s | 292 kB 00:00 2024-05-08T06:56:42.185 INFO:teuthology.orchestra.run.smithi027.stdout: Upgrading : librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 22/34 2024-05-08T06:56:42.193 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-05-08T06:56:42.207 INFO:teuthology.orchestra.run.smithi178.stdout:(17/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 132 kB/s | 45 kB 00:00 2024-05-08T06:56:42.277 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 22/34 2024-05-08T06:56:42.289 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-08T06:56:42.291 INFO:teuthology.orchestra.run.smithi178.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 389 kB/s | 42 kB 00:00 2024-05-08T06:56:42.307 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 23/34 2024-05-08T06:56:42.316 INFO:teuthology.orchestra.run.smithi178.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.5 MB/s | 662 kB 00:00 2024-05-08T06:56:42.321 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-08T06:56:42.346 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-08T06:56:42.352 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-08T06:56:42.368 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-08T06:56:42.395 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-08T06:56:42.410 INFO:teuthology.orchestra.run.smithi178.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 307 kB/s | 36 kB 00:00 2024-05-08T06:56:42.433 INFO:teuthology.orchestra.run.smithi178.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 406 kB/s | 47 kB 00:00 2024-05-08T06:56:42.559 INFO:teuthology.orchestra.run.smithi178.stdout:(22/32): qatlib-24.02.0-1.el9.x86_64.rpm 628 kB/s | 221 kB 00:00 2024-05-08T06:56:42.588 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-08T06:56:42.646 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-08T06:56:42.859 INFO:teuthology.orchestra.run.smithi178.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 87 kB/s | 26 kB 00:00 2024-05-08T06:56:42.862 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-08T06:56:42.888 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 26/34 2024-05-08T06:56:42.959 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 26/34 2024-05-08T06:56:43.039 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 27/34 2024-05-08T06:56:43.045 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-08T06:56:43.068 INFO:teuthology.orchestra.run.smithi178.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 233 kB/s | 49 kB 00:00 2024-05-08T06:56:43.074 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-ceph-common-2:19.0.0-3593.g7c8f650b.el9.x8 28/34 2024-05-08T06:56:43.093 INFO:teuthology.orchestra.run.smithi178.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 451 kB/s | 309 kB 00:00 2024-05-08T06:56:43.247 INFO:teuthology.orchestra.run.smithi092.stdout: Upgrading : librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 7/34 2024-05-08T06:56:43.277 INFO:teuthology.orchestra.run.smithi178.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 323 kB/s | 67 kB 00:00 2024-05-08T06:56:43.340 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 7/34 2024-05-08T06:56:43.428 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 8/34 2024-05-08T06:56:43.457 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 9/34 2024-05-08T06:56:43.485 INFO:teuthology.orchestra.run.smithi178.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 920 kB/s | 192 kB 00:00 2024-05-08T06:56:43.511 INFO:teuthology.orchestra.run.smithi178.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 2.0 MB/s | 839 kB 00:00 2024-05-08T06:56:43.520 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 9/34 2024-05-08T06:56:43.549 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-08T06:56:43.592 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-ceph-argparse-2:19.0.0-3593.g7c8f650b.el9. 11/34 2024-05-08T06:56:43.662 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 12/34 2024-05-08T06:56:43.684 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_6 13/34 2024-05-08T06:56:43.740 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_6 13/34 2024-05-08T06:56:43.775 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-08T06:56:43.882 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-08T06:56:43.917 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-08T06:56:43.957 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-08T06:56:43.990 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-08T06:56:44.019 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-08T06:56:44.052 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-08T06:56:44.161 INFO:teuthology.orchestra.run.smithi178.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 2.3 MB/s | 1.6 MB 00:00 2024-05-08T06:56:44.367 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-08T06:56:44.411 INFO:teuthology.orchestra.run.smithi178.stdout:(30/32): libarrow-9.0.0-11.el9.x86_64.rpm 2.2 MB/s | 4.4 MB 00:01 2024-05-08T06:56:44.415 INFO:teuthology.orchestra.run.smithi092.stdout: Upgrading : librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 22/34 2024-05-08T06:56:44.470 INFO:teuthology.orchestra.run.smithi178.stdout:(31/32): librados2-19.0.0-3593.g7c8f650b.el9.x8 3.5 MB/s | 3.4 MB 00:00 2024-05-08T06:56:44.498 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 22/34 2024-05-08T06:56:44.528 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 23/34 2024-05-08T06:56:44.564 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-08T06:56:44.845 INFO:teuthology.orchestra.run.smithi178.stdout:(32/32): librbd1-19.0.0-3593.g7c8f650b.el9.x86_ 4.6 MB/s | 3.1 MB 00:00 2024-05-08T06:56:44.847 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:56:44.847 INFO:teuthology.orchestra.run.smithi178.stdout:Total 9.7 MB/s | 60 MB 00:06 2024-05-08T06:56:44.953 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-05-08T06:56:44.989 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-05-08T06:56:44.989 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-05-08T06:56:45.059 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-08T06:56:45.092 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 26/34 2024-05-08T06:56:45.164 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 26/34 2024-05-08T06:56:45.241 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 27/34 2024-05-08T06:56:45.270 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-ceph-common-2:19.0.0-3593.g7c8f650b.el9.x8 28/34 2024-05-08T06:56:45.480 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 29/34 2024-05-08T06:56:45.521 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 29/34 2024-05-08T06:56:45.613 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-05-08T06:56:45.613 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-05-08T06:56:46.110 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 29/34 2024-05-08T06:56:46.150 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 30/34 2024-05-08T06:56:46.247 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 30/34 2024-05-08T06:56:46.247 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-08T06:56:46.247 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-08T06:56:46.247 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:56:46.285 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 31/34 2024-05-08T06:56:47.045 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-05-08T06:56:47.120 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-08T06:56:47.150 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-08T06:56:47.183 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-08T06:56:47.206 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-08T06:56:47.227 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-08T06:56:47.416 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-08T06:56:47.470 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-08T06:56:47.584 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 29/34 2024-05-08T06:56:47.658 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 29/34 2024-05-08T06:56:47.878 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-08T06:56:47.935 INFO:teuthology.orchestra.run.smithi178.stdout: Upgrading : librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 7/34 2024-05-08T06:56:48.031 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 7/34 2024-05-08T06:56:48.159 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 8/34 2024-05-08T06:56:48.196 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 9/34 2024-05-08T06:56:48.223 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 29/34 2024-05-08T06:56:48.241 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 9/34 2024-05-08T06:56:48.262 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 30/34 2024-05-08T06:56:48.270 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-08T06:56:48.314 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-ceph-argparse-2:19.0.0-3593.g7c8f650b.el9. 11/34 2024-05-08T06:56:48.355 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 30/34 2024-05-08T06:56:48.355 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-08T06:56:48.355 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-08T06:56:48.355 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:56:48.384 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 12/34 2024-05-08T06:56:48.388 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 31/34 2024-05-08T06:56:48.406 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_6 13/34 2024-05-08T06:56:48.462 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_6 13/34 2024-05-08T06:56:48.496 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-08T06:56:48.616 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-08T06:56:48.647 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-08T06:56:48.688 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-08T06:56:48.720 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-08T06:56:48.749 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-08T06:56:48.774 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-08T06:56:49.088 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-08T06:56:49.128 INFO:teuthology.orchestra.run.smithi178.stdout: Upgrading : librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 22/34 2024-05-08T06:56:49.218 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 22/34 2024-05-08T06:56:49.250 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 23/34 2024-05-08T06:56:49.285 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-08T06:56:49.774 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-08T06:56:49.798 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 26/34 2024-05-08T06:56:49.852 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 26/34 2024-05-08T06:56:49.920 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 27/34 2024-05-08T06:56:49.958 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-ceph-common-2:19.0.0-3593.g7c8f650b.el9.x8 28/34 2024-05-08T06:56:52.274 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 29/34 2024-05-08T06:56:52.313 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 29/34 2024-05-08T06:56:52.869 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 29/34 2024-05-08T06:56:52.908 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 30/34 2024-05-08T06:56:53.004 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 30/34 2024-05-08T06:56:53.004 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-08T06:56:53.004 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-08T06:56:53.004 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:56:53.035 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 31/34 2024-05-08T06:56:56.059 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 31/34 2024-05-08T06:56:56.059 INFO:teuthology.orchestra.run.smithi027.stdout:skipping the directory /sys 2024-05-08T06:56:56.059 INFO:teuthology.orchestra.run.smithi027.stdout:skipping the directory /proc 2024-05-08T06:56:56.060 INFO:teuthology.orchestra.run.smithi027.stdout:skipping the directory /mnt 2024-05-08T06:56:56.060 INFO:teuthology.orchestra.run.smithi027.stdout:skipping the directory /var/tmp 2024-05-08T06:56:56.060 INFO:teuthology.orchestra.run.smithi027.stdout:skipping the directory /home 2024-05-08T06:56:56.060 INFO:teuthology.orchestra.run.smithi027.stdout:skipping the directory /root 2024-05-08T06:56:56.060 INFO:teuthology.orchestra.run.smithi027.stdout:skipping the directory /tmp 2024-05-08T06:56:56.060 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:56:57.071 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/34 2024-05-08T06:56:57.098 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/34 2024-05-08T06:56:57.098 INFO:teuthology.orchestra.run.smithi027.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:56:57.098 INFO:teuthology.orchestra.run.smithi027.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-08T06:56:57.098 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-08T06:56:57.099 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-08T06:56:57.099 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:56:57.100 INFO:teuthology.orchestra.run.smithi027.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-08T06:56:57.182 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-08T06:56:57.182 INFO:teuthology.orchestra.run.smithi027.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-08T06:56:57.972 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 31/34 2024-05-08T06:56:57.972 INFO:teuthology.orchestra.run.smithi092.stdout:skipping the directory /sys 2024-05-08T06:56:57.972 INFO:teuthology.orchestra.run.smithi092.stdout:skipping the directory /proc 2024-05-08T06:56:57.972 INFO:teuthology.orchestra.run.smithi092.stdout:skipping the directory /mnt 2024-05-08T06:56:57.972 INFO:teuthology.orchestra.run.smithi092.stdout:skipping the directory /var/tmp 2024-05-08T06:56:57.972 INFO:teuthology.orchestra.run.smithi092.stdout:skipping the directory /home 2024-05-08T06:56:57.973 INFO:teuthology.orchestra.run.smithi092.stdout:skipping the directory /root 2024-05-08T06:56:57.973 INFO:teuthology.orchestra.run.smithi092.stdout:skipping the directory /tmp 2024-05-08T06:56:57.973 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:56:58.338 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-08T06:56:58.338 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/34 2024-05-08T06:56:58.338 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/34 2024-05-08T06:56:58.338 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/34 2024-05-08T06:56:58.338 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/34 2024-05-08T06:56:58.338 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 5/34 2024-05-08T06:56:58.338 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_6 6/34 2024-05-08T06:56:58.338 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 7/34 2024-05-08T06:56:58.338 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3593.g7c8f650b.el9. 8/34 2024-05-08T06:56:58.338 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-ceph-common-2:19.0.0-3593.g7c8f650b.el9.x8 9/34 2024-05-08T06:56:58.338 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 10/34 2024-05-08T06:56:58.339 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 11/34 2024-05-08T06:56:58.339 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 12/34 2024-05-08T06:56:58.339 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 13/34 2024-05-08T06:56:58.339 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-08T06:56:58.339 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-08T06:56:58.339 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-08T06:56:58.339 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-08T06:56:58.339 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-08T06:56:58.339 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-08T06:56:58.339 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-08T06:56:58.339 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-08T06:56:58.339 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-08T06:56:58.339 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-08T06:56:58.339 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-08T06:56:58.340 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-08T06:56:58.340 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-08T06:56:58.340 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-08T06:56:58.340 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-08T06:56:58.340 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-08T06:56:58.341 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-08T06:56:58.341 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 31/34 2024-05-08T06:56:58.341 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-08T06:56:58.341 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 33/34 2024-05-08T06:56:58.965 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/34 2024-05-08T06:56:58.990 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/34 2024-05-08T06:56:58.990 INFO:teuthology.orchestra.run.smithi092.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:56:58.990 INFO:teuthology.orchestra.run.smithi092.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-08T06:56:58.990 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-08T06:56:58.990 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-08T06:56:58.990 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:56:58.992 INFO:teuthology.orchestra.run.smithi092.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-08T06:56:59.058 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-08T06:56:59.059 INFO:teuthology.orchestra.run.smithi092.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-08T06:56:59.104 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-08T06:56:59.104 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:56:59.104 INFO:teuthology.orchestra.run.smithi027.stdout:Upgraded: 2024-05-08T06:56:59.104 INFO:teuthology.orchestra.run.smithi027.stdout: librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:56:59.104 INFO:teuthology.orchestra.run.smithi027.stdout: librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:56:59.104 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2024-05-08T06:56:59.104 INFO:teuthology.orchestra.run.smithi027.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-08T06:56:59.104 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:56:59.104 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:56:59.104 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:56:59.104 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:56:59.105 INFO:teuthology.orchestra.run.smithi027.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-08T06:56:59.105 INFO:teuthology.orchestra.run.smithi027.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-08T06:56:59.105 INFO:teuthology.orchestra.run.smithi027.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-08T06:56:59.105 INFO:teuthology.orchestra.run.smithi027.stdout: libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:56:59.105 INFO:teuthology.orchestra.run.smithi027.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-08T06:56:59.105 INFO:teuthology.orchestra.run.smithi027.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-08T06:56:59.105 INFO:teuthology.orchestra.run.smithi027.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-08T06:56:59.105 INFO:teuthology.orchestra.run.smithi027.stdout: libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:56:59.105 INFO:teuthology.orchestra.run.smithi027.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-08T06:56:59.105 INFO:teuthology.orchestra.run.smithi027.stdout: librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:56:59.105 INFO:teuthology.orchestra.run.smithi027.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-08T06:56:59.106 INFO:teuthology.orchestra.run.smithi027.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-08T06:56:59.106 INFO:teuthology.orchestra.run.smithi027.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-08T06:56:59.106 INFO:teuthology.orchestra.run.smithi027.stdout: python3-ceph-argparse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:56:59.106 INFO:teuthology.orchestra.run.smithi027.stdout: python3-ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:56:59.106 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:56:59.106 INFO:teuthology.orchestra.run.smithi027.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-08T06:56:59.106 INFO:teuthology.orchestra.run.smithi027.stdout: python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:56:59.106 INFO:teuthology.orchestra.run.smithi027.stdout: python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:56:59.106 INFO:teuthology.orchestra.run.smithi027.stdout: python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:56:59.106 INFO:teuthology.orchestra.run.smithi027.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-08T06:56:59.106 INFO:teuthology.orchestra.run.smithi027.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-08T06:56:59.107 INFO:teuthology.orchestra.run.smithi027.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-08T06:56:59.107 INFO:teuthology.orchestra.run.smithi027.stdout: re2-1:20211101-3.el9.x86_64 2024-05-08T06:56:59.107 INFO:teuthology.orchestra.run.smithi027.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-08T06:56:59.107 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:56:59.107 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-05-08T06:56:59.474 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-test 2024-05-08T06:57:00.059 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:00:31 ago on Wed 08 May 2024 06:56:29 AM UTC. 2024-05-08T06:57:00.168 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-08T06:57:00.168 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/34 2024-05-08T06:57:00.168 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/34 2024-05-08T06:57:00.168 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/34 2024-05-08T06:57:00.168 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/34 2024-05-08T06:57:00.168 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 5/34 2024-05-08T06:57:00.168 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_6 6/34 2024-05-08T06:57:00.168 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 7/34 2024-05-08T06:57:00.168 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3593.g7c8f650b.el9. 8/34 2024-05-08T06:57:00.168 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-ceph-common-2:19.0.0-3593.g7c8f650b.el9.x8 9/34 2024-05-08T06:57:00.168 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 10/34 2024-05-08T06:57:00.168 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 11/34 2024-05-08T06:57:00.168 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 12/34 2024-05-08T06:57:00.169 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 13/34 2024-05-08T06:57:00.169 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-08T06:57:00.169 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-08T06:57:00.169 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-08T06:57:00.169 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-08T06:57:00.169 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-08T06:57:00.169 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-08T06:57:00.169 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-08T06:57:00.169 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-08T06:57:00.169 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-08T06:57:00.169 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-08T06:57:00.169 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-08T06:57:00.169 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-08T06:57:00.169 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-08T06:57:00.169 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-08T06:57:00.170 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-08T06:57:00.170 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-08T06:57:00.170 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-08T06:57:00.170 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 31/34 2024-05-08T06:57:00.170 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-08T06:57:00.170 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 33/34 2024-05-08T06:57:00.185 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-05-08T06:57:00.185 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:57:00.186 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2024-05-08T06:57:00.186 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:57:00.186 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2024-05-08T06:57:00.186 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-test x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 49 M 2024-05-08T06:57:00.186 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2024-05-08T06:57:00.186 INFO:teuthology.orchestra.run.smithi027.stdout: libcephsqlite x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 163 k 2024-05-08T06:57:00.186 INFO:teuthology.orchestra.run.smithi027.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-08T06:57:00.186 INFO:teuthology.orchestra.run.smithi027.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-08T06:57:00.186 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:00.186 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2024-05-08T06:57:00.186 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:57:00.187 INFO:teuthology.orchestra.run.smithi027.stdout:Install 4 Packages 2024-05-08T06:57:00.187 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:00.187 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 50 M 2024-05-08T06:57:00.187 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 211 M 2024-05-08T06:57:00.187 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2024-05-08T06:57:00.488 INFO:teuthology.orchestra.run.smithi027.stdout:(1/4): libcephsqlite-19.0.0-3593.g7c8f650b.el9. 705 kB/s | 163 kB 00:00 2024-05-08T06:57:00.829 INFO:teuthology.orchestra.run.smithi027.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 186 kB/s | 64 kB 00:00 2024-05-08T06:57:00.855 INFO:teuthology.orchestra.run.smithi027.stdout:(3/4): socat-1.7.4.1-5.el9.x86_64.rpm 509 kB/s | 305 kB 00:00 2024-05-08T06:57:00.886 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-08T06:57:00.887 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:00.887 INFO:teuthology.orchestra.run.smithi092.stdout:Upgraded: 2024-05-08T06:57:00.887 INFO:teuthology.orchestra.run.smithi092.stdout: librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:00.887 INFO:teuthology.orchestra.run.smithi092.stdout: librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:00.887 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-05-08T06:57:00.887 INFO:teuthology.orchestra.run.smithi092.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-08T06:57:00.887 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:00.887 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:00.887 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:00.887 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:00.887 INFO:teuthology.orchestra.run.smithi092.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-08T06:57:00.887 INFO:teuthology.orchestra.run.smithi092.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-08T06:57:00.887 INFO:teuthology.orchestra.run.smithi092.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-08T06:57:00.888 INFO:teuthology.orchestra.run.smithi092.stdout: libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:00.888 INFO:teuthology.orchestra.run.smithi092.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-08T06:57:00.888 INFO:teuthology.orchestra.run.smithi092.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-08T06:57:00.888 INFO:teuthology.orchestra.run.smithi092.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-08T06:57:00.888 INFO:teuthology.orchestra.run.smithi092.stdout: libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:00.888 INFO:teuthology.orchestra.run.smithi092.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-08T06:57:00.888 INFO:teuthology.orchestra.run.smithi092.stdout: librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:00.888 INFO:teuthology.orchestra.run.smithi092.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-08T06:57:00.888 INFO:teuthology.orchestra.run.smithi092.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-08T06:57:00.888 INFO:teuthology.orchestra.run.smithi092.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-08T06:57:00.888 INFO:teuthology.orchestra.run.smithi092.stdout: python3-ceph-argparse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:00.888 INFO:teuthology.orchestra.run.smithi092.stdout: python3-ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:00.888 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:00.888 INFO:teuthology.orchestra.run.smithi092.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-08T06:57:00.888 INFO:teuthology.orchestra.run.smithi092.stdout: python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:00.889 INFO:teuthology.orchestra.run.smithi092.stdout: python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:00.889 INFO:teuthology.orchestra.run.smithi092.stdout: python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:00.889 INFO:teuthology.orchestra.run.smithi092.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-08T06:57:00.889 INFO:teuthology.orchestra.run.smithi092.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-08T06:57:00.889 INFO:teuthology.orchestra.run.smithi092.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-08T06:57:00.889 INFO:teuthology.orchestra.run.smithi092.stdout: re2-1:20211101-3.el9.x86_64 2024-05-08T06:57:00.889 INFO:teuthology.orchestra.run.smithi092.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-08T06:57:00.889 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:00.889 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-05-08T06:57:01.250 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install ceph-test 2024-05-08T06:57:01.818 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:00:30 ago on Wed 08 May 2024 06:56:31 AM UTC. 2024-05-08T06:57:01.941 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-05-08T06:57:01.941 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:57:01.941 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2024-05-08T06:57:01.941 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:57:01.941 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-05-08T06:57:01.941 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-test x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 49 M 2024-05-08T06:57:01.941 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2024-05-08T06:57:01.942 INFO:teuthology.orchestra.run.smithi092.stdout: libcephsqlite x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 163 k 2024-05-08T06:57:01.942 INFO:teuthology.orchestra.run.smithi092.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-08T06:57:01.942 INFO:teuthology.orchestra.run.smithi092.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-08T06:57:01.942 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:01.942 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-05-08T06:57:01.942 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:57:01.942 INFO:teuthology.orchestra.run.smithi092.stdout:Install 4 Packages 2024-05-08T06:57:01.942 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:01.943 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 50 M 2024-05-08T06:57:01.943 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 211 M 2024-05-08T06:57:01.943 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-05-08T06:57:02.538 INFO:teuthology.orchestra.run.smithi092.stdout:(1/4): libcephsqlite-19.0.0-3593.g7c8f650b.el9. 297 kB/s | 163 kB 00:00 2024-05-08T06:57:02.843 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 31/34 2024-05-08T06:57:02.843 INFO:teuthology.orchestra.run.smithi178.stdout:skipping the directory /sys 2024-05-08T06:57:02.843 INFO:teuthology.orchestra.run.smithi178.stdout:skipping the directory /proc 2024-05-08T06:57:02.843 INFO:teuthology.orchestra.run.smithi178.stdout:skipping the directory /mnt 2024-05-08T06:57:02.843 INFO:teuthology.orchestra.run.smithi178.stdout:skipping the directory /var/tmp 2024-05-08T06:57:02.843 INFO:teuthology.orchestra.run.smithi178.stdout:skipping the directory /home 2024-05-08T06:57:02.843 INFO:teuthology.orchestra.run.smithi178.stdout:skipping the directory /root 2024-05-08T06:57:02.843 INFO:teuthology.orchestra.run.smithi178.stdout:skipping the directory /tmp 2024-05-08T06:57:02.843 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:02.980 INFO:teuthology.orchestra.run.smithi027.stdout:(4/4): ceph-test-19.0.0-3593.g7c8f650b.el9.x86_ 18 MB/s | 49 MB 00:02 2024-05-08T06:57:02.982 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:57:02.983 INFO:teuthology.orchestra.run.smithi027.stdout:Total 18 MB/s | 50 MB 00:02 2024-05-08T06:57:03.011 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2024-05-08T06:57:03.035 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2024-05-08T06:57:03.035 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2024-05-08T06:57:03.172 INFO:teuthology.orchestra.run.smithi092.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 258 kB/s | 305 kB 00:01 2024-05-08T06:57:03.429 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2024-05-08T06:57:03.429 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2024-05-08T06:57:03.521 INFO:teuthology.orchestra.run.smithi092.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 65 kB/s | 64 kB 00:00 2024-05-08T06:57:03.828 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/34 2024-05-08T06:57:03.853 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/34 2024-05-08T06:57:03.854 INFO:teuthology.orchestra.run.smithi178.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:57:03.854 INFO:teuthology.orchestra.run.smithi178.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-08T06:57:03.854 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-08T06:57:03.854 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-08T06:57:03.854 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:03.857 INFO:teuthology.orchestra.run.smithi178.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-08T06:57:03.947 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-08T06:57:03.948 INFO:teuthology.orchestra.run.smithi178.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-08T06:57:03.984 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2024-05-08T06:57:04.094 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-08T06:57:04.147 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-08T06:57:04.173 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/4 2024-05-08T06:57:05.123 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-08T06:57:05.123 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/34 2024-05-08T06:57:05.123 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/34 2024-05-08T06:57:05.123 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/34 2024-05-08T06:57:05.123 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/34 2024-05-08T06:57:05.124 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 5/34 2024-05-08T06:57:05.124 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_6 6/34 2024-05-08T06:57:05.124 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 7/34 2024-05-08T06:57:05.124 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3593.g7c8f650b.el9. 8/34 2024-05-08T06:57:05.124 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-ceph-common-2:19.0.0-3593.g7c8f650b.el9.x8 9/34 2024-05-08T06:57:05.124 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 10/34 2024-05-08T06:57:05.124 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 11/34 2024-05-08T06:57:05.124 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 12/34 2024-05-08T06:57:05.124 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 13/34 2024-05-08T06:57:05.124 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-08T06:57:05.124 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-08T06:57:05.124 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-08T06:57:05.125 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-08T06:57:05.125 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-08T06:57:05.125 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-08T06:57:05.125 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-08T06:57:05.125 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-08T06:57:05.125 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-08T06:57:05.125 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-08T06:57:05.125 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-08T06:57:05.125 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-08T06:57:05.125 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-08T06:57:05.125 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-08T06:57:05.126 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-08T06:57:05.126 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-08T06:57:05.127 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-08T06:57:05.127 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 31/34 2024-05-08T06:57:05.127 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-08T06:57:05.127 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 33/34 2024-05-08T06:57:05.155 INFO:teuthology.orchestra.run.smithi092.stdout:(4/4): ceph-test-19.0.0-3593.g7c8f650b.el9.x86_ 16 MB/s | 49 MB 00:03 2024-05-08T06:57:05.157 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:57:05.157 INFO:teuthology.orchestra.run.smithi092.stdout:Total 15 MB/s | 50 MB 00:03 2024-05-08T06:57:05.184 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-05-08T06:57:05.205 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-05-08T06:57:05.205 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-05-08T06:57:05.578 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-05-08T06:57:05.578 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-05-08T06:57:05.949 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-08T06:57:05.949 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:05.950 INFO:teuthology.orchestra.run.smithi178.stdout:Upgraded: 2024-05-08T06:57:05.950 INFO:teuthology.orchestra.run.smithi178.stdout: librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:05.950 INFO:teuthology.orchestra.run.smithi178.stdout: librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:05.950 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-05-08T06:57:05.950 INFO:teuthology.orchestra.run.smithi178.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-08T06:57:05.950 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:05.950 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:05.950 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-radosgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:05.950 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-selinux-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:05.950 INFO:teuthology.orchestra.run.smithi178.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-08T06:57:05.951 INFO:teuthology.orchestra.run.smithi178.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-08T06:57:05.951 INFO:teuthology.orchestra.run.smithi178.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-08T06:57:05.951 INFO:teuthology.orchestra.run.smithi178.stdout: libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:05.951 INFO:teuthology.orchestra.run.smithi178.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-08T06:57:05.951 INFO:teuthology.orchestra.run.smithi178.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-08T06:57:05.951 INFO:teuthology.orchestra.run.smithi178.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-08T06:57:05.951 INFO:teuthology.orchestra.run.smithi178.stdout: libradosstriper1-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:05.951 INFO:teuthology.orchestra.run.smithi178.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-08T06:57:05.951 INFO:teuthology.orchestra.run.smithi178.stdout: librgw2-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:05.951 INFO:teuthology.orchestra.run.smithi178.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-08T06:57:05.951 INFO:teuthology.orchestra.run.smithi178.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-08T06:57:05.951 INFO:teuthology.orchestra.run.smithi178.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-08T06:57:05.952 INFO:teuthology.orchestra.run.smithi178.stdout: python3-ceph-argparse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:05.952 INFO:teuthology.orchestra.run.smithi178.stdout: python3-ceph-common-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:05.952 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:05.952 INFO:teuthology.orchestra.run.smithi178.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-08T06:57:05.952 INFO:teuthology.orchestra.run.smithi178.stdout: python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:05.952 INFO:teuthology.orchestra.run.smithi178.stdout: python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:05.952 INFO:teuthology.orchestra.run.smithi178.stdout: python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:05.952 INFO:teuthology.orchestra.run.smithi178.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-08T06:57:05.952 INFO:teuthology.orchestra.run.smithi178.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-08T06:57:05.952 INFO:teuthology.orchestra.run.smithi178.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-08T06:57:05.952 INFO:teuthology.orchestra.run.smithi178.stdout: re2-1:20211101-3.el9.x86_64 2024-05-08T06:57:05.952 INFO:teuthology.orchestra.run.smithi178.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-08T06:57:05.952 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:05.953 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-05-08T06:57:06.112 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-05-08T06:57:06.198 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-08T06:57:06.245 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-08T06:57:06.273 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/4 2024-05-08T06:57:06.329 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install ceph-test 2024-05-08T06:57:06.901 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:00:30 ago on Wed 08 May 2024 06:56:36 AM UTC. 2024-05-08T06:57:07.022 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-05-08T06:57:07.023 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:57:07.023 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repository Size 2024-05-08T06:57:07.023 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:57:07.023 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-05-08T06:57:07.023 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-test x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 49 M 2024-05-08T06:57:07.023 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2024-05-08T06:57:07.023 INFO:teuthology.orchestra.run.smithi178.stdout: libcephsqlite x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 163 k 2024-05-08T06:57:07.023 INFO:teuthology.orchestra.run.smithi178.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-08T06:57:07.024 INFO:teuthology.orchestra.run.smithi178.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-08T06:57:07.024 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:07.024 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-05-08T06:57:07.024 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:57:07.024 INFO:teuthology.orchestra.run.smithi178.stdout:Install 4 Packages 2024-05-08T06:57:07.024 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:07.024 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 50 M 2024-05-08T06:57:07.025 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 211 M 2024-05-08T06:57:07.025 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-05-08T06:57:07.419 INFO:teuthology.orchestra.run.smithi178.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.2 MB/s | 305 kB 00:00 2024-05-08T06:57:07.444 INFO:teuthology.orchestra.run.smithi178.stdout:(2/4): libcephsqlite-19.0.0-3593.g7c8f650b.el9. 593 kB/s | 163 kB 00:00 2024-05-08T06:57:07.461 INFO:teuthology.orchestra.run.smithi178.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-05-08T06:57:09.091 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/4 2024-05-08T06:57:09.175 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/4 2024-05-08T06:57:09.586 INFO:teuthology.orchestra.run.smithi178.stdout:(4/4): ceph-test-19.0.0-3593.g7c8f650b.el9.x86_ 20 MB/s | 49 MB 00:02 2024-05-08T06:57:09.588 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:57:09.588 INFO:teuthology.orchestra.run.smithi178.stdout:Total 19 MB/s | 50 MB 00:02 2024-05-08T06:57:09.615 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-05-08T06:57:09.635 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-05-08T06:57:09.635 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-05-08T06:57:10.006 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-05-08T06:57:10.006 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-05-08T06:57:10.575 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-05-08T06:57:10.645 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-08T06:57:10.697 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-08T06:57:10.721 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/4 2024-05-08T06:57:11.226 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/4 2024-05-08T06:57:11.306 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/4 2024-05-08T06:57:11.427 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/4 2024-05-08T06:57:11.427 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/4 2024-05-08T06:57:11.427 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/4 2024-05-08T06:57:11.427 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-08T06:57:11.725 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-08T06:57:11.725 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:11.726 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2024-05-08T06:57:11.726 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:11.726 INFO:teuthology.orchestra.run.smithi027.stdout: libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:11.726 INFO:teuthology.orchestra.run.smithi027.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-08T06:57:11.726 INFO:teuthology.orchestra.run.smithi027.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-08T06:57:11.726 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:11.726 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-05-08T06:57:11.988 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph 2024-05-08T06:57:12.580 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:00:43 ago on Wed 08 May 2024 06:56:29 AM UTC. 2024-05-08T06:57:12.715 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-05-08T06:57:12.717 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:57:12.718 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2024-05-08T06:57:12.718 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:57:12.718 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2024-05-08T06:57:12.718 INFO:teuthology.orchestra.run.smithi027.stdout: ceph x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 6.6 k 2024-05-08T06:57:12.718 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2024-05-08T06:57:12.718 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mds x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 2.4 M 2024-05-08T06:57:12.718 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 1.5 M 2024-05-08T06:57:12.718 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 274 k 2024-05-08T06:57:12.718 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mon x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 4.7 M 2024-05-08T06:57:12.718 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-osd x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 17 M 2024-05-08T06:57:12.718 INFO:teuthology.orchestra.run.smithi027.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-08T06:57:12.718 INFO:teuthology.orchestra.run.smithi027.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-08T06:57:12.719 INFO:teuthology.orchestra.run.smithi027.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-08T06:57:12.719 INFO:teuthology.orchestra.run.smithi027.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-08T06:57:12.719 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-08T06:57:12.719 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-08T06:57:12.719 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-08T06:57:12.719 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-08T06:57:12.719 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-08T06:57:12.719 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-08T06:57:12.719 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jaraco-collections 2024-05-08T06:57:12.719 INFO:teuthology.orchestra.run.smithi027.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-08T06:57:12.719 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-08T06:57:12.719 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-08T06:57:12.719 INFO:teuthology.orchestra.run.smithi027.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-08T06:57:12.720 INFO:teuthology.orchestra.run.smithi027.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-08T06:57:12.720 INFO:teuthology.orchestra.run.smithi027.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-08T06:57:12.720 INFO:teuthology.orchestra.run.smithi027.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-08T06:57:12.720 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-08T06:57:12.720 INFO:teuthology.orchestra.run.smithi027.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-08T06:57:12.720 INFO:teuthology.orchestra.run.smithi027.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-08T06:57:12.720 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-08T06:57:12.720 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-08T06:57:12.720 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-08T06:57:12.720 INFO:teuthology.orchestra.run.smithi027.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-08T06:57:12.720 INFO:teuthology.orchestra.run.smithi027.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-08T06:57:12.720 INFO:teuthology.orchestra.run.smithi027.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-08T06:57:12.720 INFO:teuthology.orchestra.run.smithi027.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-08T06:57:12.720 INFO:teuthology.orchestra.run.smithi027.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-08T06:57:12.721 INFO:teuthology.orchestra.run.smithi027.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-08T06:57:12.721 INFO:teuthology.orchestra.run.smithi027.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-08T06:57:12.721 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:12.721 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2024-05-08T06:57:12.721 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:57:12.721 INFO:teuthology.orchestra.run.smithi027.stdout:Install 36 Packages 2024-05-08T06:57:12.721 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:12.722 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 30 M 2024-05-08T06:57:12.722 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 108 M 2024-05-08T06:57:12.722 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2024-05-08T06:57:13.722 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/4 2024-05-08T06:57:13.722 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/4 2024-05-08T06:57:13.722 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/4 2024-05-08T06:57:13.722 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-08T06:57:13.932 INFO:teuthology.orchestra.run.smithi027.stdout:(1/36): ceph-19.0.0-3593.g7c8f650b.el9.x86_64.r 36 kB/s | 6.6 kB 00:00 2024-05-08T06:57:13.996 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-08T06:57:13.996 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:13.996 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-05-08T06:57:13.996 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:13.996 INFO:teuthology.orchestra.run.smithi092.stdout: libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:13.996 INFO:teuthology.orchestra.run.smithi092.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-08T06:57:13.996 INFO:teuthology.orchestra.run.smithi092.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-08T06:57:13.996 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:13.997 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-05-08T06:57:14.149 INFO:teuthology.orchestra.run.smithi027.stdout:(2/36): ceph-mds-19.0.0-3593.g7c8f650b.el9.x86_ 5.9 MB/s | 2.4 MB 00:00 2024-05-08T06:57:14.269 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install ceph 2024-05-08T06:57:14.859 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:00:43 ago on Wed 08 May 2024 06:56:31 AM UTC. 2024-05-08T06:57:14.875 INFO:teuthology.orchestra.run.smithi027.stdout:(3/36): ceph-mon-19.0.0-3593.g7c8f650b.el9.x86_ 5.0 MB/s | 4.7 MB 00:00 2024-05-08T06:57:14.908 INFO:teuthology.orchestra.run.smithi027.stdout:(4/36): ceph-mgr-19.0.0-3593.g7c8f650b.el9.x86_ 1.3 MB/s | 1.5 MB 00:01 2024-05-08T06:57:14.942 INFO:teuthology.orchestra.run.smithi027.stdout:(5/36): ceph-mgr-modules-core-19.0.0-3593.g7c8f 4.0 MB/s | 274 kB 00:00 2024-05-08T06:57:14.992 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-05-08T06:57:14.994 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:57:14.995 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2024-05-08T06:57:14.995 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:57:14.995 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-05-08T06:57:14.995 INFO:teuthology.orchestra.run.smithi092.stdout: ceph x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 6.6 k 2024-05-08T06:57:14.995 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2024-05-08T06:57:14.995 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mds x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 2.4 M 2024-05-08T06:57:14.995 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mgr x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 1.5 M 2024-05-08T06:57:14.995 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 274 k 2024-05-08T06:57:14.995 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mon x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 4.7 M 2024-05-08T06:57:14.995 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-osd x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 17 M 2024-05-08T06:57:14.995 INFO:teuthology.orchestra.run.smithi092.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-08T06:57:14.995 INFO:teuthology.orchestra.run.smithi092.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-08T06:57:14.995 INFO:teuthology.orchestra.run.smithi092.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-08T06:57:14.996 INFO:teuthology.orchestra.run.smithi092.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-08T06:57:14.996 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-08T06:57:14.996 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-08T06:57:14.996 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-08T06:57:14.996 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-08T06:57:14.996 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-08T06:57:14.996 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-08T06:57:14.996 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jaraco-collections 2024-05-08T06:57:14.996 INFO:teuthology.orchestra.run.smithi092.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-08T06:57:14.996 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-08T06:57:14.996 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-08T06:57:14.996 INFO:teuthology.orchestra.run.smithi092.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-08T06:57:14.997 INFO:teuthology.orchestra.run.smithi092.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-08T06:57:14.997 INFO:teuthology.orchestra.run.smithi092.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-08T06:57:14.997 INFO:teuthology.orchestra.run.smithi092.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-08T06:57:14.997 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-08T06:57:14.997 INFO:teuthology.orchestra.run.smithi092.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-08T06:57:14.997 INFO:teuthology.orchestra.run.smithi092.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-08T06:57:14.997 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-08T06:57:14.997 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-08T06:57:14.997 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-08T06:57:14.997 INFO:teuthology.orchestra.run.smithi092.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-08T06:57:14.997 INFO:teuthology.orchestra.run.smithi092.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-08T06:57:14.997 INFO:teuthology.orchestra.run.smithi092.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-08T06:57:14.997 INFO:teuthology.orchestra.run.smithi092.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-08T06:57:14.997 INFO:teuthology.orchestra.run.smithi092.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-08T06:57:14.997 INFO:teuthology.orchestra.run.smithi092.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-08T06:57:14.998 INFO:teuthology.orchestra.run.smithi092.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-08T06:57:14.998 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:14.998 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-05-08T06:57:14.998 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:57:14.998 INFO:teuthology.orchestra.run.smithi092.stdout:Install 36 Packages 2024-05-08T06:57:14.998 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:14.998 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 30 M 2024-05-08T06:57:14.999 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 108 M 2024-05-08T06:57:14.999 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-05-08T06:57:15.101 INFO:teuthology.orchestra.run.smithi027.stdout:(6/36): ceph-osd-19.0.0-3593.g7c8f650b.el9.x86_ 18 MB/s | 17 MB 00:00 2024-05-08T06:57:15.374 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/4 2024-05-08T06:57:15.443 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/4 2024-05-08T06:57:15.998 INFO:teuthology.orchestra.run.smithi092.stdout:(1/36): ceph-19.0.0-3593.g7c8f650b.el9.x86_64.r 30 kB/s | 6.6 kB 00:00 2024-05-08T06:57:16.176 INFO:teuthology.orchestra.run.smithi027.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 99 kB/s | 106 kB 00:01 2024-05-08T06:57:16.218 INFO:teuthology.orchestra.run.smithi027.stdout:(8/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 193 kB/s | 253 kB 00:01 2024-05-08T06:57:16.307 INFO:teuthology.orchestra.run.smithi092.stdout:(2/36): ceph-mgr-19.0.0-3593.g7c8f650b.el9.x86_ 2.9 MB/s | 1.5 MB 00:00 2024-05-08T06:57:16.349 INFO:teuthology.orchestra.run.smithi092.stdout:(3/36): ceph-mds-19.0.0-3593.g7c8f650b.el9.x86_ 4.2 MB/s | 2.4 MB 00:00 2024-05-08T06:57:16.465 INFO:teuthology.orchestra.run.smithi092.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3593.g7c8f 2.3 MB/s | 274 kB 00:00 2024-05-08T06:57:16.526 INFO:teuthology.orchestra.run.smithi027.stdout:(9/36): python3-cryptography-36.0.1-4.el9.x86_6 792 kB/s | 1.2 MB 00:01 2024-05-08T06:57:16.541 INFO:teuthology.orchestra.run.smithi092.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 3.3 MB/s | 253 kB 00:00 2024-05-08T06:57:16.657 INFO:teuthology.orchestra.run.smithi092.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 11 MB/s | 1.2 MB 00:00 2024-05-08T06:57:16.724 INFO:teuthology.orchestra.run.smithi092.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.6 MB/s | 106 kB 00:00 2024-05-08T06:57:16.791 INFO:teuthology.orchestra.run.smithi092.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.0 MB/s | 135 kB 00:00 2024-05-08T06:57:16.858 INFO:teuthology.orchestra.run.smithi092.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.8 MB/s | 125 kB 00:00 2024-05-08T06:57:16.933 INFO:teuthology.orchestra.run.smithi092.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.8 MB/s | 215 kB 00:00 2024-05-08T06:57:17.151 INFO:teuthology.orchestra.run.smithi027.stdout:(10/36): python3-pycparser-2.20-6.el9.noarch.rp 139 kB/s | 135 kB 00:00 2024-05-08T06:57:17.242 INFO:teuthology.orchestra.run.smithi092.stdout:(11/36): ceph-osd-19.0.0-3593.g7c8f650b.el9.x86 18 MB/s | 17 MB 00:00 2024-05-08T06:57:17.326 INFO:teuthology.orchestra.run.smithi092.stdout:(12/36): ceph-mon-19.0.0-3593.g7c8f650b.el9.x86 3.5 MB/s | 4.7 MB 00:01 2024-05-08T06:57:17.351 INFO:teuthology.orchestra.run.smithi092.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 452 kB/s | 188 kB 00:00 2024-05-08T06:57:17.422 INFO:teuthology.orchestra.run.smithi092.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 462 kB/s | 35 kB 00:00 2024-05-08T06:57:17.460 INFO:teuthology.orchestra.run.smithi027.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 230 kB/s | 215 kB 00:00 2024-05-08T06:57:17.468 INFO:teuthology.orchestra.run.smithi092.stdout:(15/36): python3-toml-0.10.2-6.el9.noarch.rpm 624 kB/s | 42 kB 00:00 2024-05-08T06:57:17.535 INFO:teuthology.orchestra.run.smithi092.stdout:(16/36): python3-mako-1.1.4-6.el9.noarch.rpm 588 kB/s | 172 kB 00:00 2024-05-08T06:57:17.561 INFO:teuthology.orchestra.run.smithi092.stdout:(17/36): python3-pytz-2021.1-5.el9.noarch.rpm 243 kB/s | 51 kB 00:00 2024-05-08T06:57:17.586 INFO:teuthology.orchestra.run.smithi092.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 190 kB/s | 22 kB 00:00 2024-05-08T06:57:17.795 INFO:teuthology.orchestra.run.smithi092.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 186 kB/s | 43 kB 00:00 2024-05-08T06:57:17.820 INFO:teuthology.orchestra.run.smithi092.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 532 kB/s | 151 kB 00:00 2024-05-08T06:57:17.845 INFO:teuthology.orchestra.run.smithi092.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 820 kB/s | 172 kB 00:00 2024-05-08T06:57:17.870 INFO:teuthology.orchestra.run.smithi092.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 4.6 MB/s | 358 kB 00:00 2024-05-08T06:57:17.895 INFO:teuthology.orchestra.run.smithi092.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 142 kB/s | 11 kB 00:00 2024-05-08T06:57:17.921 INFO:teuthology.orchestra.run.smithi092.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 235 kB/s | 18 kB 00:00 2024-05-08T06:57:17.946 INFO:teuthology.orchestra.run.smithi092.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 307 kB/s | 23 kB 00:00 2024-05-08T06:57:17.994 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/4 2024-05-08T06:57:17.994 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/4 2024-05-08T06:57:17.994 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/4 2024-05-08T06:57:17.994 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-08T06:57:18.121 INFO:teuthology.orchestra.run.smithi092.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 97 kB/s | 19 kB 00:00 2024-05-08T06:57:18.144 INFO:teuthology.orchestra.run.smithi027.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 190 kB/s | 188 kB 00:00 2024-05-08T06:57:18.147 INFO:teuthology.orchestra.run.smithi092.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 87 kB/s | 20 kB 00:00 2024-05-08T06:57:18.171 INFO:teuthology.orchestra.run.smithi092.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 205 kB/s | 46 kB 00:00 2024-05-08T06:57:18.197 INFO:teuthology.orchestra.run.smithi092.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-05-08T06:57:18.222 INFO:teuthology.orchestra.run.smithi092.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 3.5 MB/s | 272 kB 00:00 2024-05-08T06:57:18.247 INFO:teuthology.orchestra.run.smithi092.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 217 kB/s | 16 kB 00:00 2024-05-08T06:57:18.252 INFO:teuthology.orchestra.run.smithi027.stdout:(13/36): python3-requests-2.25.1-8.el9.noarch.r 61 kB/s | 125 kB 00:02 2024-05-08T06:57:18.273 INFO:teuthology.orchestra.run.smithi092.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-05-08T06:57:18.281 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-08T06:57:18.281 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:18.282 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-05-08T06:57:18.282 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-test-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:18.282 INFO:teuthology.orchestra.run.smithi178.stdout: libcephsqlite-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:18.282 INFO:teuthology.orchestra.run.smithi178.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-08T06:57:18.282 INFO:teuthology.orchestra.run.smithi178.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-08T06:57:18.282 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:18.282 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-05-08T06:57:18.298 INFO:teuthology.orchestra.run.smithi092.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 474 kB/s | 36 kB 00:00 2024-05-08T06:57:18.323 INFO:teuthology.orchestra.run.smithi092.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-05-08T06:57:18.349 INFO:teuthology.orchestra.run.smithi092.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 5.6 MB/s | 427 kB 00:00 2024-05-08T06:57:18.365 INFO:teuthology.orchestra.run.smithi092.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 301 kB/s | 20 kB 00:00 2024-05-08T06:57:18.371 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:57:18.371 INFO:teuthology.orchestra.run.smithi092.stdout:Total 9.0 MB/s | 30 MB 00:03 2024-05-08T06:57:18.512 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-05-08T06:57:18.527 INFO:teuthology.orchestra.run.smithi027.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 161 kB/s | 172 kB 00:01 2024-05-08T06:57:18.552 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-05-08T06:57:18.552 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-05-08T06:57:18.598 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install ceph 2024-05-08T06:57:19.004 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-05-08T06:57:19.005 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-05-08T06:57:19.020 INFO:teuthology.orchestra.run.smithi027.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 40 kB/s | 35 kB 00:00 2024-05-08T06:57:19.162 INFO:teuthology.orchestra.run.smithi027.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 159 kB/s | 22 kB 00:00 2024-05-08T06:57:19.180 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:00:43 ago on Wed 08 May 2024 06:56:36 AM UTC. 2024-05-08T06:57:19.203 INFO:teuthology.orchestra.run.smithi027.stdout:(17/36): python3-pytz-2021.1-5.el9.noarch.rpm 54 kB/s | 51 kB 00:00 2024-05-08T06:57:19.313 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-05-08T06:57:19.316 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:57:19.316 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repository Size 2024-05-08T06:57:19.316 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:57:19.316 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-05-08T06:57:19.316 INFO:teuthology.orchestra.run.smithi178.stdout: ceph x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 6.6 k 2024-05-08T06:57:19.316 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2024-05-08T06:57:19.317 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mds x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 2.4 M 2024-05-08T06:57:19.317 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mgr x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 1.5 M 2024-05-08T06:57:19.317 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 274 k 2024-05-08T06:57:19.317 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mon x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 4.7 M 2024-05-08T06:57:19.317 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-osd x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 17 M 2024-05-08T06:57:19.318 INFO:teuthology.orchestra.run.smithi178.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-08T06:57:19.318 INFO:teuthology.orchestra.run.smithi178.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-08T06:57:19.318 INFO:teuthology.orchestra.run.smithi178.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-08T06:57:19.318 INFO:teuthology.orchestra.run.smithi178.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-08T06:57:19.318 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-08T06:57:19.318 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-08T06:57:19.318 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-08T06:57:19.318 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-08T06:57:19.318 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-08T06:57:19.319 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-08T06:57:19.319 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jaraco-collections 2024-05-08T06:57:19.319 INFO:teuthology.orchestra.run.smithi178.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-08T06:57:19.319 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-08T06:57:19.319 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-08T06:57:19.319 INFO:teuthology.orchestra.run.smithi178.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-08T06:57:19.319 INFO:teuthology.orchestra.run.smithi178.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-08T06:57:19.319 INFO:teuthology.orchestra.run.smithi178.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-08T06:57:19.319 INFO:teuthology.orchestra.run.smithi178.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-08T06:57:19.319 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-08T06:57:19.319 INFO:teuthology.orchestra.run.smithi178.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-08T06:57:19.319 INFO:teuthology.orchestra.run.smithi178.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-08T06:57:19.319 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-08T06:57:19.319 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-08T06:57:19.320 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-08T06:57:19.320 INFO:teuthology.orchestra.run.smithi178.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-08T06:57:19.320 INFO:teuthology.orchestra.run.smithi178.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-08T06:57:19.320 INFO:teuthology.orchestra.run.smithi178.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-08T06:57:19.320 INFO:teuthology.orchestra.run.smithi178.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-08T06:57:19.320 INFO:teuthology.orchestra.run.smithi178.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-08T06:57:19.320 INFO:teuthology.orchestra.run.smithi178.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-08T06:57:19.320 INFO:teuthology.orchestra.run.smithi178.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-08T06:57:19.320 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:19.320 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-05-08T06:57:19.320 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:57:19.320 INFO:teuthology.orchestra.run.smithi178.stdout:Install 36 Packages 2024-05-08T06:57:19.320 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:19.321 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 30 M 2024-05-08T06:57:19.321 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 108 M 2024-05-08T06:57:19.321 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-05-08T06:57:19.487 INFO:teuthology.orchestra.run.smithi027.stdout:(18/36): python3-toml-0.10.2-6.el9.noarch.rpm 43 kB/s | 42 kB 00:00 2024-05-08T06:57:19.637 INFO:teuthology.orchestra.run.smithi027.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 100 kB/s | 43 kB 00:00 2024-05-08T06:57:19.754 INFO:teuthology.orchestra.run.smithi027.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 255 kB/s | 151 kB 00:00 2024-05-08T06:57:19.779 INFO:teuthology.orchestra.run.smithi027.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 589 kB/s | 172 kB 00:00 2024-05-08T06:57:19.829 INFO:teuthology.orchestra.run.smithi027.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.8 MB/s | 358 kB 00:00 2024-05-08T06:57:19.855 INFO:teuthology.orchestra.run.smithi027.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 107 kB/s | 11 kB 00:00 2024-05-08T06:57:19.880 INFO:teuthology.orchestra.run.smithi027.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 176 kB/s | 18 kB 00:00 2024-05-08T06:57:19.931 INFO:teuthology.orchestra.run.smithi027.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 230 kB/s | 23 kB 00:00 2024-05-08T06:57:19.956 INFO:teuthology.orchestra.run.smithi027.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 193 kB/s | 19 kB 00:00 2024-05-08T06:57:19.982 INFO:teuthology.orchestra.run.smithi027.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 195 kB/s | 20 kB 00:00 2024-05-08T06:57:20.031 INFO:teuthology.orchestra.run.smithi027.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 461 kB/s | 46 kB 00:00 2024-05-08T06:57:20.065 INFO:teuthology.orchestra.run.smithi027.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 724 kB/s | 79 kB 00:00 2024-05-08T06:57:20.090 INFO:teuthology.orchestra.run.smithi027.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.4 MB/s | 272 kB 00:00 2024-05-08T06:57:20.132 INFO:teuthology.orchestra.run.smithi027.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 163 kB/s | 16 kB 00:00 2024-05-08T06:57:20.194 INFO:teuthology.orchestra.run.smithi027.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 702 kB/s | 90 kB 00:00 2024-05-08T06:57:20.224 INFO:teuthology.orchestra.run.smithi027.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 267 kB/s | 36 kB 00:00 2024-05-08T06:57:20.230 INFO:teuthology.orchestra.run.smithi178.stdout:(1/36): ceph-19.0.0-3593.g7c8f650b.el9.x86_64.r 21 kB/s | 6.6 kB 00:00 2024-05-08T06:57:20.242 INFO:teuthology.orchestra.run.smithi027.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.1 MB/s | 230 kB 00:00 2024-05-08T06:57:20.264 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-05-08T06:57:20.308 INFO:teuthology.orchestra.run.smithi027.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.7 MB/s | 427 kB 00:00 2024-05-08T06:57:20.318 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-08T06:57:20.333 INFO:teuthology.orchestra.run.smithi027.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 185 kB/s | 20 kB 00:00 2024-05-08T06:57:20.338 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:57:20.339 INFO:teuthology.orchestra.run.smithi027.stdout:Total 4.0 MB/s | 30 MB 00:07 2024-05-08T06:57:20.360 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-08T06:57:20.387 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-08T06:57:20.459 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-08T06:57:20.487 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2024-05-08T06:57:20.502 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-08T06:57:20.531 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2024-05-08T06:57:20.531 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2024-05-08T06:57:20.535 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-08T06:57:20.628 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-08T06:57:20.715 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-08T06:57:20.755 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-08T06:57:20.797 INFO:teuthology.orchestra.run.smithi178.stdout:(2/36): ceph-mds-19.0.0-3593.g7c8f650b.el9.x86_ 2.7 MB/s | 2.4 MB 00:00 2024-05-08T06:57:20.800 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-08T06:57:20.828 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-08T06:57:20.862 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-08T06:57:20.895 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-08T06:57:20.928 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-08T06:57:20.963 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-08T06:57:20.997 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-08T06:57:21.003 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2024-05-08T06:57:21.003 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2024-05-08T06:57:21.035 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-08T06:57:21.039 INFO:teuthology.orchestra.run.smithi178.stdout:(3/36): ceph-mon-19.0.0-3593.g7c8f650b.el9.x86_ 5.8 MB/s | 4.7 MB 00:00 2024-05-08T06:57:21.105 INFO:teuthology.orchestra.run.smithi178.stdout:(4/36): ceph-mgr-19.0.0-3593.g7c8f650b.el9.x86_ 1.3 MB/s | 1.5 MB 00:01 2024-05-08T06:57:21.109 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-08T06:57:21.131 INFO:teuthology.orchestra.run.smithi178.stdout:(5/36): ceph-mgr-modules-core-19.0.0-3593.g7c8f 2.9 MB/s | 274 kB 00:00 2024-05-08T06:57:21.250 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-08T06:57:21.265 INFO:teuthology.orchestra.run.smithi178.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.6 MB/s | 253 kB 00:00 2024-05-08T06:57:21.315 INFO:teuthology.orchestra.run.smithi178.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.1 MB/s | 106 kB 00:00 2024-05-08T06:57:21.328 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-08T06:57:21.357 INFO:teuthology.orchestra.run.smithi178.stdout:(8/36): python3-cryptography-36.0.1-4.el9.x86_6 5.4 MB/s | 1.2 MB 00:00 2024-05-08T06:57:21.382 INFO:teuthology.orchestra.run.smithi178.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.0 MB/s | 135 kB 00:00 2024-05-08T06:57:21.388 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-08T06:57:21.407 INFO:teuthology.orchestra.run.smithi178.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 2.4 MB/s | 125 kB 00:00 2024-05-08T06:57:21.427 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-08T06:57:21.432 INFO:teuthology.orchestra.run.smithi178.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-05-08T06:57:21.484 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-08T06:57:21.540 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-08T06:57:21.738 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-08T06:57:21.789 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-08T06:57:21.877 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-08T06:57:21.924 INFO:teuthology.orchestra.run.smithi178.stdout:(12/36): ceph-osd-19.0.0-3593.g7c8f650b.el9.x86 15 MB/s | 17 MB 00:01 2024-05-08T06:57:21.965 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-08T06:57:21.983 INFO:teuthology.orchestra.run.smithi178.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 327 kB/s | 188 kB 00:00 2024-05-08T06:57:22.005 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-08T06:57:22.008 INFO:teuthology.orchestra.run.smithi178.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 299 kB/s | 172 kB 00:00 2024-05-08T06:57:22.083 INFO:teuthology.orchestra.run.smithi178.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 509 kB/s | 51 kB 00:00 2024-05-08T06:57:22.117 INFO:teuthology.orchestra.run.smithi178.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 384 kB/s | 42 kB 00:00 2024-05-08T06:57:22.132 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-08T06:57:22.192 INFO:teuthology.orchestra.run.smithi178.stdout:(17/36): python3-markupsafe-1.1.1-12.el9.x86_64 130 kB/s | 35 kB 00:00 2024-05-08T06:57:22.296 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3593.g7c8f650b.el9. 31/36 2024-05-08T06:57:22.323 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/36 2024-05-08T06:57:22.350 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/36 2024-05-08T06:57:22.350 INFO:teuthology.orchestra.run.smithi092.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:57:22.350 INFO:teuthology.orchestra.run.smithi092.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-08T06:57:22.350 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-08T06:57:22.351 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-08T06:57:22.351 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:22.392 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2024-05-08T06:57:22.453 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-08T06:57:22.484 INFO:teuthology.orchestra.run.smithi178.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 149 kB/s | 43 kB 00:00 2024-05-08T06:57:22.493 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-08T06:57:22.509 INFO:teuthology.orchestra.run.smithi178.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 385 kB/s | 151 kB 00:00 2024-05-08T06:57:22.530 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-08T06:57:22.605 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-08T06:57:22.685 INFO:teuthology.orchestra.run.smithi178.stdout:(20/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.0 MB/s | 358 kB 00:00 2024-05-08T06:57:22.710 INFO:teuthology.orchestra.run.smithi178.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 762 kB/s | 172 kB 00:00 2024-05-08T06:57:22.768 INFO:teuthology.orchestra.run.smithi178.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 128 kB/s | 11 kB 00:00 2024-05-08T06:57:22.771 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-08T06:57:22.794 INFO:teuthology.orchestra.run.smithi178.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 211 kB/s | 18 kB 00:00 2024-05-08T06:57:22.805 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-08T06:57:22.852 INFO:teuthology.orchestra.run.smithi178.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 277 kB/s | 23 kB 00:00 2024-05-08T06:57:22.878 INFO:teuthology.orchestra.run.smithi178.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 232 kB/s | 19 kB 00:00 2024-05-08T06:57:22.909 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-08T06:57:22.945 INFO:teuthology.orchestra.run.smithi178.stdout:(26/36): lua-devel-5.4.4-4.el9.x86_64.rpm 26 kB/s | 22 kB 00:00 2024-05-08T06:57:22.970 INFO:teuthology.orchestra.run.smithi178.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 168 kB/s | 20 kB 00:00 2024-05-08T06:57:22.994 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-08T06:57:22.995 INFO:teuthology.orchestra.run.smithi178.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 395 kB/s | 46 kB 00:00 2024-05-08T06:57:23.042 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-08T06:57:23.070 INFO:teuthology.orchestra.run.smithi178.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.7 MB/s | 272 kB 00:00 2024-05-08T06:57:23.075 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-08T06:57:23.095 INFO:teuthology.orchestra.run.smithi178.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 164 kB/s | 16 kB 00:00 2024-05-08T06:57:23.106 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-08T06:57:23.131 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-08T06:57:23.165 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-08T06:57:23.171 INFO:teuthology.orchestra.run.smithi178.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 899 kB/s | 90 kB 00:00 2024-05-08T06:57:23.196 INFO:teuthology.orchestra.run.smithi178.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 357 kB/s | 36 kB 00:00 2024-05-08T06:57:23.206 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-08T06:57:23.249 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-08T06:57:23.272 INFO:teuthology.orchestra.run.smithi178.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-05-08T06:57:23.283 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-08T06:57:23.322 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-08T06:57:23.322 INFO:teuthology.orchestra.run.smithi178.stdout:(34/36): python3-more-itertools-8.12.0-2.el9.no 209 kB/s | 79 kB 00:00 2024-05-08T06:57:23.364 INFO:teuthology.orchestra.run.smithi178.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.5 MB/s | 427 kB 00:00 2024-05-08T06:57:23.389 INFO:teuthology.orchestra.run.smithi178.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 171 kB/s | 20 kB 00:00 2024-05-08T06:57:23.390 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:57:23.391 INFO:teuthology.orchestra.run.smithi178.stdout:Total 7.4 MB/s | 30 MB 00:04 2024-05-08T06:57:23.398 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-08T06:57:23.533 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-05-08T06:57:23.550 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-08T06:57:23.572 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-05-08T06:57:23.572 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-05-08T06:57:23.632 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-08T06:57:23.799 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 33/36 2024-05-08T06:57:23.810 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-08T06:57:23.826 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 33/36 2024-05-08T06:57:23.826 INFO:teuthology.orchestra.run.smithi092.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:57:23.826 INFO:teuthology.orchestra.run.smithi092.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-08T06:57:23.826 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-08T06:57:23.827 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-08T06:57:23.827 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:23.847 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-08T06:57:23.905 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-08T06:57:23.969 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-08T06:57:24.019 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-05-08T06:57:24.019 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-05-08T06:57:24.182 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-08T06:57:24.259 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-08T06:57:24.274 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 34/36 2024-05-08T06:57:24.299 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 34/36 2024-05-08T06:57:24.299 INFO:teuthology.orchestra.run.smithi092.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:57:24.299 INFO:teuthology.orchestra.run.smithi092.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-08T06:57:24.299 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-08T06:57:24.299 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-08T06:57:24.299 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:24.333 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-08T06:57:24.525 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 35/36 2024-05-08T06:57:24.547 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-08T06:57:24.549 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 35/36 2024-05-08T06:57:24.549 INFO:teuthology.orchestra.run.smithi092.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:57:24.549 INFO:teuthology.orchestra.run.smithi092.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-08T06:57:24.550 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-08T06:57:24.550 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-08T06:57:24.550 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:24.600 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-08T06:57:24.613 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 36/36 2024-05-08T06:57:24.743 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-08T06:57:24.917 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3593.g7c8f650b.el9. 31/36 2024-05-08T06:57:24.943 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/36 2024-05-08T06:57:24.971 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/36 2024-05-08T06:57:24.972 INFO:teuthology.orchestra.run.smithi027.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:57:24.972 INFO:teuthology.orchestra.run.smithi027.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-08T06:57:24.972 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-08T06:57:24.972 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-08T06:57:24.972 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:25.289 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-05-08T06:57:25.342 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-08T06:57:25.375 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-08T06:57:25.403 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-08T06:57:25.472 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-08T06:57:25.518 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-08T06:57:25.550 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-08T06:57:25.641 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-08T06:57:25.728 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-08T06:57:25.769 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-08T06:57:25.804 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-08T06:57:25.834 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-08T06:57:25.869 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-08T06:57:25.903 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-08T06:57:25.943 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-08T06:57:25.978 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-08T06:57:26.012 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-08T06:57:26.042 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-08T06:57:26.115 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-08T06:57:26.252 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-08T06:57:26.332 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-08T06:57:26.386 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-08T06:57:26.433 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-08T06:57:26.482 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-08T06:57:26.511 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 33/36 2024-05-08T06:57:26.540 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 33/36 2024-05-08T06:57:26.540 INFO:teuthology.orchestra.run.smithi027.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:57:26.540 INFO:teuthology.orchestra.run.smithi027.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-08T06:57:26.540 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-08T06:57:26.540 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-08T06:57:26.540 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:26.546 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-08T06:57:26.575 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 36/36 2024-05-08T06:57:26.575 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/36 2024-05-08T06:57:26.575 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/36 2024-05-08T06:57:26.575 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/36 2024-05-08T06:57:26.575 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/36 2024-05-08T06:57:26.576 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 5/36 2024-05-08T06:57:26.576 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3593.g7c8f650b.el9. 6/36 2024-05-08T06:57:26.576 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-08T06:57:26.576 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-08T06:57:26.576 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-08T06:57:26.576 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-08T06:57:26.576 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-08T06:57:26.576 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-08T06:57:26.576 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-08T06:57:26.576 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-08T06:57:26.576 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-08T06:57:26.576 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-08T06:57:26.576 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-08T06:57:26.576 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-08T06:57:26.576 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-08T06:57:26.577 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-08T06:57:26.577 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-08T06:57:26.577 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-08T06:57:26.577 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-08T06:57:26.577 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-08T06:57:26.577 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-08T06:57:26.577 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-08T06:57:26.577 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-08T06:57:26.577 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-08T06:57:26.577 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-08T06:57:26.577 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-08T06:57:26.577 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-08T06:57:26.577 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-08T06:57:26.577 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-08T06:57:26.577 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-08T06:57:26.577 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-08T06:57:26.736 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-08T06:57:26.789 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-08T06:57:26.866 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-08T06:57:26.979 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-08T06:57:27.003 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 34/36 2024-05-08T06:57:27.020 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-08T06:57:27.029 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 34/36 2024-05-08T06:57:27.029 INFO:teuthology.orchestra.run.smithi027.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:57:27.029 INFO:teuthology.orchestra.run.smithi027.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-08T06:57:27.029 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-08T06:57:27.029 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-08T06:57:27.029 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:27.144 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-08T06:57:27.262 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 35/36 2024-05-08T06:57:27.287 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 35/36 2024-05-08T06:57:27.287 INFO:teuthology.orchestra.run.smithi027.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:57:27.287 INFO:teuthology.orchestra.run.smithi027.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-08T06:57:27.287 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-08T06:57:27.288 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-08T06:57:27.288 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:27.308 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3593.g7c8f650b.el9. 31/36 2024-05-08T06:57:27.339 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/36 2024-05-08T06:57:27.353 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 36/36 2024-05-08T06:57:27.365 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 32/36 2024-05-08T06:57:27.365 INFO:teuthology.orchestra.run.smithi178.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:57:27.365 INFO:teuthology.orchestra.run.smithi178.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-08T06:57:27.366 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-08T06:57:27.366 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-08T06:57:27.366 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:27.510 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-08T06:57:27.510 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:27.511 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-05-08T06:57:27.511 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:27.511 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:27.511 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:27.511 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mgr-modules-core-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:57:27.511 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:27.511 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:27.511 INFO:teuthology.orchestra.run.smithi092.stdout: lua-5.4.4-4.el9.x86_64 2024-05-08T06:57:27.511 INFO:teuthology.orchestra.run.smithi092.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-08T06:57:27.511 INFO:teuthology.orchestra.run.smithi092.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-08T06:57:27.511 INFO:teuthology.orchestra.run.smithi092.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-08T06:57:27.511 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-08T06:57:27.511 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-08T06:57:27.511 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-08T06:57:27.511 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-08T06:57:27.512 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-08T06:57:27.512 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-08T06:57:27.512 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-08T06:57:27.512 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-08T06:57:27.512 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-08T06:57:27.512 INFO:teuthology.orchestra.run.smithi092.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-08T06:57:27.512 INFO:teuthology.orchestra.run.smithi092.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-08T06:57:27.512 INFO:teuthology.orchestra.run.smithi092.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-08T06:57:27.512 INFO:teuthology.orchestra.run.smithi092.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-08T06:57:27.512 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-08T06:57:27.512 INFO:teuthology.orchestra.run.smithi092.stdout: python3-ply-3.11-14.el9.noarch 2024-05-08T06:57:27.512 INFO:teuthology.orchestra.run.smithi092.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-08T06:57:27.512 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-08T06:57:27.512 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-08T06:57:27.512 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-08T06:57:27.513 INFO:teuthology.orchestra.run.smithi092.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-08T06:57:27.513 INFO:teuthology.orchestra.run.smithi092.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-08T06:57:27.513 INFO:teuthology.orchestra.run.smithi092.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-08T06:57:27.513 INFO:teuthology.orchestra.run.smithi092.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-08T06:57:27.513 INFO:teuthology.orchestra.run.smithi092.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-08T06:57:27.513 INFO:teuthology.orchestra.run.smithi092.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-08T06:57:27.513 INFO:teuthology.orchestra.run.smithi092.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-08T06:57:27.513 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:27.513 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-05-08T06:57:27.882 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install ceph-base 2024-05-08T06:57:28.454 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:00:57 ago on Wed 08 May 2024 06:56:31 AM UTC. 2024-05-08T06:57:28.532 INFO:teuthology.orchestra.run.smithi092.stdout:Package ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:57:28.573 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-05-08T06:57:28.574 INFO:teuthology.orchestra.run.smithi092.stdout:Nothing to do. 2024-05-08T06:57:28.574 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-05-08T06:57:28.651 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install cephadm 2024-05-08T06:57:28.807 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 33/36 2024-05-08T06:57:28.834 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 33/36 2024-05-08T06:57:28.834 INFO:teuthology.orchestra.run.smithi178.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:57:28.835 INFO:teuthology.orchestra.run.smithi178.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-08T06:57:28.835 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-08T06:57:28.835 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-08T06:57:28.835 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:29.143 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 36/36 2024-05-08T06:57:29.143 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/36 2024-05-08T06:57:29.143 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/36 2024-05-08T06:57:29.143 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/36 2024-05-08T06:57:29.143 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/36 2024-05-08T06:57:29.143 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 5/36 2024-05-08T06:57:29.143 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3593.g7c8f650b.el9. 6/36 2024-05-08T06:57:29.144 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-08T06:57:29.144 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-08T06:57:29.144 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-08T06:57:29.144 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-08T06:57:29.144 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-08T06:57:29.144 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-08T06:57:29.144 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-08T06:57:29.144 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-08T06:57:29.144 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-08T06:57:29.144 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-08T06:57:29.144 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-08T06:57:29.144 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-08T06:57:29.144 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-08T06:57:29.144 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-08T06:57:29.144 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-08T06:57:29.144 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-08T06:57:29.145 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-08T06:57:29.145 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-08T06:57:29.145 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-08T06:57:29.146 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-08T06:57:29.146 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-08T06:57:29.146 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-08T06:57:29.146 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-08T06:57:29.146 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-08T06:57:29.146 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-08T06:57:29.146 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-08T06:57:29.146 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-08T06:57:29.146 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-08T06:57:29.147 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-08T06:57:29.212 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:00:58 ago on Wed 08 May 2024 06:56:31 AM UTC. 2024-05-08T06:57:29.274 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 34/36 2024-05-08T06:57:29.298 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 34/36 2024-05-08T06:57:29.298 INFO:teuthology.orchestra.run.smithi178.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:57:29.298 INFO:teuthology.orchestra.run.smithi178.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-08T06:57:29.298 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-08T06:57:29.298 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-08T06:57:29.298 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:29.332 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-05-08T06:57:29.332 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:57:29.332 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2024-05-08T06:57:29.332 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:57:29.332 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-05-08T06:57:29.333 INFO:teuthology.orchestra.run.smithi092.stdout: cephadm noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 764 k 2024-05-08T06:57:29.333 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:29.333 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-05-08T06:57:29.333 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:57:29.333 INFO:teuthology.orchestra.run.smithi092.stdout:Install 1 Package 2024-05-08T06:57:29.333 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:29.333 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 764 k 2024-05-08T06:57:29.334 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 770 k 2024-05-08T06:57:29.334 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-05-08T06:57:29.525 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 35/36 2024-05-08T06:57:29.548 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 35/36 2024-05-08T06:57:29.548 INFO:teuthology.orchestra.run.smithi178.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:57:29.548 INFO:teuthology.orchestra.run.smithi178.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-08T06:57:29.549 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-08T06:57:29.549 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-08T06:57:29.549 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:29.604 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 36/36 2024-05-08T06:57:29.767 INFO:teuthology.orchestra.run.smithi092.stdout:cephadm-19.0.0-3593.g7c8f650b.el9.noarch.rpm 1.7 MB/s | 764 kB 00:00 2024-05-08T06:57:29.767 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:57:29.767 INFO:teuthology.orchestra.run.smithi092.stdout:Total 1.7 MB/s | 764 kB 00:00 2024-05-08T06:57:29.767 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-05-08T06:57:29.773 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-05-08T06:57:29.773 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-05-08T06:57:29.779 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-05-08T06:57:29.779 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-05-08T06:57:29.848 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-05-08T06:57:29.942 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-08T06:57:29.942 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:29.942 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2024-05-08T06:57:29.942 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:29.943 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:29.943 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:29.943 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-modules-core-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:57:29.943 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:29.943 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:29.943 INFO:teuthology.orchestra.run.smithi027.stdout: lua-5.4.4-4.el9.x86_64 2024-05-08T06:57:29.943 INFO:teuthology.orchestra.run.smithi027.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-08T06:57:29.943 INFO:teuthology.orchestra.run.smithi027.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-08T06:57:29.943 INFO:teuthology.orchestra.run.smithi027.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-08T06:57:29.943 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-08T06:57:29.943 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-08T06:57:29.943 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-08T06:57:29.943 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-08T06:57:29.944 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-08T06:57:29.944 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-08T06:57:29.944 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-08T06:57:29.944 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-08T06:57:29.944 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-08T06:57:29.944 INFO:teuthology.orchestra.run.smithi027.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-08T06:57:29.944 INFO:teuthology.orchestra.run.smithi027.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-08T06:57:29.944 INFO:teuthology.orchestra.run.smithi027.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-08T06:57:29.944 INFO:teuthology.orchestra.run.smithi027.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-08T06:57:29.944 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-08T06:57:29.944 INFO:teuthology.orchestra.run.smithi027.stdout: python3-ply-3.11-14.el9.noarch 2024-05-08T06:57:29.944 INFO:teuthology.orchestra.run.smithi027.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-08T06:57:29.944 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-08T06:57:29.944 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-08T06:57:29.945 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-08T06:57:29.945 INFO:teuthology.orchestra.run.smithi027.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-08T06:57:29.945 INFO:teuthology.orchestra.run.smithi027.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-08T06:57:29.945 INFO:teuthology.orchestra.run.smithi027.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-08T06:57:29.945 INFO:teuthology.orchestra.run.smithi027.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-08T06:57:29.945 INFO:teuthology.orchestra.run.smithi027.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-08T06:57:29.945 INFO:teuthology.orchestra.run.smithi027.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-08T06:57:29.945 INFO:teuthology.orchestra.run.smithi027.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-08T06:57:29.945 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:29.945 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-05-08T06:57:30.277 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T06:57:30.282 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-base 2024-05-08T06:57:30.386 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T06:57:30.758 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T06:57:30.889 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:01 ago on Wed 08 May 2024 06:56:29 AM UTC. 2024-05-08T06:57:30.971 INFO:teuthology.orchestra.run.smithi027.stdout:Package ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:57:31.015 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-05-08T06:57:31.016 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2024-05-08T06:57:31.017 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-05-08T06:57:31.033 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T06:57:31.033 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:31.033 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-05-08T06:57:31.033 INFO:teuthology.orchestra.run.smithi092.stdout: cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:57:31.034 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:31.034 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-05-08T06:57:31.087 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install cephadm 2024-05-08T06:57:31.245 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install ceph-immutable-object-cache 2024-05-08T06:57:31.451 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 36/36 2024-05-08T06:57:31.451 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/36 2024-05-08T06:57:31.451 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/36 2024-05-08T06:57:31.451 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 3/36 2024-05-08T06:57:31.451 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 4/36 2024-05-08T06:57:31.451 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 5/36 2024-05-08T06:57:31.451 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3593.g7c8f650b.el9. 6/36 2024-05-08T06:57:31.451 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-08T06:57:31.451 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-08T06:57:31.451 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-08T06:57:31.451 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-08T06:57:31.451 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-08T06:57:31.452 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-08T06:57:31.452 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-08T06:57:31.452 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-08T06:57:31.452 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-08T06:57:31.452 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-08T06:57:31.452 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-08T06:57:31.452 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-08T06:57:31.452 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-08T06:57:31.452 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-08T06:57:31.452 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-08T06:57:31.452 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-08T06:57:31.452 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-08T06:57:31.452 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-08T06:57:31.452 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-08T06:57:31.453 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-08T06:57:31.454 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-08T06:57:31.454 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-08T06:57:31.454 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-08T06:57:31.454 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-08T06:57:31.454 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-08T06:57:31.454 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-08T06:57:31.454 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-08T06:57:31.454 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-08T06:57:31.454 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-08T06:57:31.675 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:02 ago on Wed 08 May 2024 06:56:29 AM UTC. 2024-05-08T06:57:31.801 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-05-08T06:57:31.802 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:57:31.802 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2024-05-08T06:57:31.802 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:57:31.802 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2024-05-08T06:57:31.802 INFO:teuthology.orchestra.run.smithi027.stdout: cephadm noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 764 k 2024-05-08T06:57:31.802 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:31.802 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2024-05-08T06:57:31.802 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:57:31.802 INFO:teuthology.orchestra.run.smithi027.stdout:Install 1 Package 2024-05-08T06:57:31.802 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:31.803 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 764 k 2024-05-08T06:57:31.803 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 770 k 2024-05-08T06:57:31.803 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2024-05-08T06:57:31.817 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:00 ago on Wed 08 May 2024 06:56:31 AM UTC. 2024-05-08T06:57:31.939 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-05-08T06:57:31.940 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:57:31.940 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repo Size 2024-05-08T06:57:31.940 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:57:31.940 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-05-08T06:57:31.940 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 145 k 2024-05-08T06:57:31.940 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:31.940 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-05-08T06:57:31.940 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:57:31.941 INFO:teuthology.orchestra.run.smithi092.stdout:Install 1 Package 2024-05-08T06:57:31.941 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:31.941 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 145 k 2024-05-08T06:57:31.941 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 435 k 2024-05-08T06:57:31.941 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-05-08T06:57:32.105 INFO:teuthology.orchestra.run.smithi027.stdout:cephadm-19.0.0-3593.g7c8f650b.el9.noarch.rpm 2.5 MB/s | 764 kB 00:00 2024-05-08T06:57:32.105 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:57:32.106 INFO:teuthology.orchestra.run.smithi027.stdout:Total 2.5 MB/s | 764 kB 00:00 2024-05-08T06:57:32.106 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2024-05-08T06:57:32.112 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2024-05-08T06:57:32.112 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2024-05-08T06:57:32.118 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2024-05-08T06:57:32.118 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2024-05-08T06:57:32.164 INFO:teuthology.orchestra.run.smithi092.stdout:ceph-immutable-object-cache-19.0.0-3593.g7c8f65 648 kB/s | 145 kB 00:00 2024-05-08T06:57:32.165 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:57:32.165 INFO:teuthology.orchestra.run.smithi092.stdout:Total 644 kB/s | 145 kB 00:00 2024-05-08T06:57:32.166 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-05-08T06:57:32.173 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-05-08T06:57:32.173 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-05-08T06:57:32.194 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2024-05-08T06:57:32.229 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-05-08T06:57:32.230 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-05-08T06:57:32.360 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-08T06:57:32.360 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:32.360 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-05-08T06:57:32.360 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:32.361 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mds-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:32.361 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:32.361 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mgr-modules-core-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:57:32.361 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mon-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:32.361 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-osd-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:32.361 INFO:teuthology.orchestra.run.smithi178.stdout: lua-5.4.4-4.el9.x86_64 2024-05-08T06:57:32.361 INFO:teuthology.orchestra.run.smithi178.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-08T06:57:32.361 INFO:teuthology.orchestra.run.smithi178.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-08T06:57:32.361 INFO:teuthology.orchestra.run.smithi178.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-08T06:57:32.361 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-08T06:57:32.361 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-08T06:57:32.361 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-08T06:57:32.361 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-08T06:57:32.362 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-08T06:57:32.362 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-08T06:57:32.362 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-08T06:57:32.362 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-08T06:57:32.362 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-08T06:57:32.362 INFO:teuthology.orchestra.run.smithi178.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-08T06:57:32.362 INFO:teuthology.orchestra.run.smithi178.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-08T06:57:32.362 INFO:teuthology.orchestra.run.smithi178.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-08T06:57:32.362 INFO:teuthology.orchestra.run.smithi178.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-08T06:57:32.362 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-08T06:57:32.362 INFO:teuthology.orchestra.run.smithi178.stdout: python3-ply-3.11-14.el9.noarch 2024-05-08T06:57:32.362 INFO:teuthology.orchestra.run.smithi178.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-08T06:57:32.362 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-08T06:57:32.362 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-08T06:57:32.363 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-08T06:57:32.363 INFO:teuthology.orchestra.run.smithi178.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-08T06:57:32.363 INFO:teuthology.orchestra.run.smithi178.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-08T06:57:32.363 INFO:teuthology.orchestra.run.smithi178.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-08T06:57:32.363 INFO:teuthology.orchestra.run.smithi178.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-08T06:57:32.363 INFO:teuthology.orchestra.run.smithi178.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-08T06:57:32.363 INFO:teuthology.orchestra.run.smithi178.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-08T06:57:32.363 INFO:teuthology.orchestra.run.smithi178.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-08T06:57:32.363 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:32.363 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-05-08T06:57:32.368 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-05-08T06:57:32.449 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b. 1/1 2024-05-08T06:57:32.474 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b. 1/1 2024-05-08T06:57:32.474 INFO:teuthology.orchestra.run.smithi092.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:57:32.474 INFO:teuthology.orchestra.run.smithi092.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-08T06:57:32.475 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:32.709 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T06:57:32.777 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install ceph-base 2024-05-08T06:57:32.803 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T06:57:33.160 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T06:57:33.365 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:00:57 ago on Wed 08 May 2024 06:56:36 AM UTC. 2024-05-08T06:57:33.373 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b. 1/1 2024-05-08T06:57:33.373 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:33.373 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-05-08T06:57:33.373 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:33.373 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:33.373 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-05-08T06:57:33.391 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T06:57:33.391 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:33.391 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2024-05-08T06:57:33.391 INFO:teuthology.orchestra.run.smithi027.stdout: cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:57:33.391 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:33.392 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-05-08T06:57:33.445 INFO:teuthology.orchestra.run.smithi178.stdout:Package ceph-base-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:57:33.486 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-05-08T06:57:33.487 INFO:teuthology.orchestra.run.smithi178.stdout:Nothing to do. 2024-05-08T06:57:33.487 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-05-08T06:57:33.549 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install cephadm 2024-05-08T06:57:33.587 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install ceph-mgr 2024-05-08T06:57:33.600 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-immutable-object-cache 2024-05-08T06:57:34.114 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:00:58 ago on Wed 08 May 2024 06:56:36 AM UTC. 2024-05-08T06:57:34.158 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:03 ago on Wed 08 May 2024 06:56:31 AM UTC. 2024-05-08T06:57:34.186 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:05 ago on Wed 08 May 2024 06:56:29 AM UTC. 2024-05-08T06:57:34.235 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-05-08T06:57:34.235 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:57:34.235 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repository Size 2024-05-08T06:57:34.236 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:57:34.236 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-05-08T06:57:34.236 INFO:teuthology.orchestra.run.smithi178.stdout: cephadm noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 764 k 2024-05-08T06:57:34.236 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:34.236 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-05-08T06:57:34.236 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:57:34.236 INFO:teuthology.orchestra.run.smithi178.stdout:Install 1 Package 2024-05-08T06:57:34.236 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:34.237 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 764 k 2024-05-08T06:57:34.237 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 770 k 2024-05-08T06:57:34.237 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-05-08T06:57:34.240 INFO:teuthology.orchestra.run.smithi092.stdout:Package ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:57:34.284 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-05-08T06:57:34.285 INFO:teuthology.orchestra.run.smithi092.stdout:Nothing to do. 2024-05-08T06:57:34.285 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-05-08T06:57:34.313 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-05-08T06:57:34.313 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:57:34.313 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repo Size 2024-05-08T06:57:34.313 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:57:34.313 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2024-05-08T06:57:34.314 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 145 k 2024-05-08T06:57:34.314 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:34.314 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2024-05-08T06:57:34.314 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:57:34.314 INFO:teuthology.orchestra.run.smithi027.stdout:Install 1 Package 2024-05-08T06:57:34.314 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:34.314 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 145 k 2024-05-08T06:57:34.315 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 435 k 2024-05-08T06:57:34.315 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2024-05-08T06:57:34.358 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install ceph-mgr-dashboard 2024-05-08T06:57:34.540 INFO:teuthology.orchestra.run.smithi178.stdout:cephadm-19.0.0-3593.g7c8f650b.el9.noarch.rpm 2.5 MB/s | 764 kB 00:00 2024-05-08T06:57:34.541 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:57:34.541 INFO:teuthology.orchestra.run.smithi178.stdout:Total 2.4 MB/s | 764 kB 00:00 2024-05-08T06:57:34.541 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-05-08T06:57:34.545 INFO:teuthology.orchestra.run.smithi027.stdout:ceph-immutable-object-cache-19.0.0-3593.g7c8f65 629 kB/s | 145 kB 00:00 2024-05-08T06:57:34.545 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:57:34.546 INFO:teuthology.orchestra.run.smithi027.stdout:Total 625 kB/s | 145 kB 00:00 2024-05-08T06:57:34.546 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2024-05-08T06:57:34.547 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-05-08T06:57:34.547 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-05-08T06:57:34.553 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-05-08T06:57:34.553 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-05-08T06:57:34.554 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2024-05-08T06:57:34.555 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2024-05-08T06:57:34.614 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2024-05-08T06:57:34.614 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2024-05-08T06:57:34.630 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-05-08T06:57:34.758 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2024-05-08T06:57:34.854 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b. 1/1 2024-05-08T06:57:34.882 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b. 1/1 2024-05-08T06:57:34.883 INFO:teuthology.orchestra.run.smithi027.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:57:34.883 INFO:teuthology.orchestra.run.smithi027.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-08T06:57:34.883 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:34.920 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:03 ago on Wed 08 May 2024 06:56:31 AM UTC. 2024-05-08T06:57:35.035 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T06:57:35.043 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-05-08T06:57:35.044 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:57:35.044 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2024-05-08T06:57:35.044 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:57:35.044 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-05-08T06:57:35.045 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 3.5 M 2024-05-08T06:57:35.045 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2024-05-08T06:57:35.045 INFO:teuthology.orchestra.run.smithi092.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-08T06:57:35.045 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 34 k 2024-05-08T06:57:35.045 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 16 k 2024-05-08T06:57:35.045 INFO:teuthology.orchestra.run.smithi092.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-08T06:57:35.045 INFO:teuthology.orchestra.run.smithi092.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-08T06:57:35.045 INFO:teuthology.orchestra.run.smithi092.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-08T06:57:35.045 INFO:teuthology.orchestra.run.smithi092.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-08T06:57:35.045 INFO:teuthology.orchestra.run.smithi092.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-08T06:57:35.045 INFO:teuthology.orchestra.run.smithi092.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-08T06:57:35.045 INFO:teuthology.orchestra.run.smithi092.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-08T06:57:35.045 INFO:teuthology.orchestra.run.smithi092.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-08T06:57:35.045 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:35.046 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-05-08T06:57:35.046 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:57:35.046 INFO:teuthology.orchestra.run.smithi092.stdout:Install 12 Packages 2024-05-08T06:57:35.046 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:35.046 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 8.7 M 2024-05-08T06:57:35.046 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 104 M 2024-05-08T06:57:35.047 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-05-08T06:57:35.127 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T06:57:35.527 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T06:57:35.772 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b. 1/1 2024-05-08T06:57:35.772 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:35.773 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2024-05-08T06:57:35.773 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:35.773 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:35.773 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-05-08T06:57:35.775 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/1 2024-05-08T06:57:35.775 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:35.775 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-05-08T06:57:35.775 INFO:teuthology.orchestra.run.smithi178.stdout: cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:57:35.775 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:35.776 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-05-08T06:57:35.869 INFO:teuthology.orchestra.run.smithi092.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3593.g7c 94 kB/s | 34 kB 00:00 2024-05-08T06:57:35.893 INFO:teuthology.orchestra.run.smithi092.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3593.g7c8 42 kB/s | 16 kB 00:00 2024-05-08T06:57:35.984 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install ceph-immutable-object-cache 2024-05-08T06:57:35.992 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-mgr 2024-05-08T06:57:36.494 INFO:teuthology.orchestra.run.smithi092.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 449 kB/s | 269 kB 00:00 2024-05-08T06:57:36.551 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:00 ago on Wed 08 May 2024 06:56:36 AM UTC. 2024-05-08T06:57:36.578 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:07 ago on Wed 08 May 2024 06:56:29 AM UTC. 2024-05-08T06:57:36.660 INFO:teuthology.orchestra.run.smithi027.stdout:Package ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:57:36.679 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-05-08T06:57:36.679 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:57:36.679 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repo Size 2024-05-08T06:57:36.679 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:57:36.679 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-05-08T06:57:36.679 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 145 k 2024-05-08T06:57:36.680 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:36.680 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-05-08T06:57:36.680 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:57:36.680 INFO:teuthology.orchestra.run.smithi178.stdout:Install 1 Package 2024-05-08T06:57:36.680 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:36.680 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 145 k 2024-05-08T06:57:36.680 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 435 k 2024-05-08T06:57:36.681 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-05-08T06:57:36.702 INFO:teuthology.orchestra.run.smithi092.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.2 MB/s | 1.0 MB 00:00 2024-05-08T06:57:36.704 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-05-08T06:57:36.706 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2024-05-08T06:57:36.706 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-05-08T06:57:36.775 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-mgr-dashboard 2024-05-08T06:57:36.819 INFO:teuthology.orchestra.run.smithi092.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 4.6 MB/s | 548 kB 00:00 2024-05-08T06:57:36.853 INFO:teuthology.orchestra.run.smithi092.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 586 kB/s | 19 kB 00:00 2024-05-08T06:57:36.936 INFO:teuthology.orchestra.run.smithi092.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 24 MB/s | 2.0 MB 00:00 2024-05-08T06:57:36.970 INFO:teuthology.orchestra.run.smithi092.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 4.2 MB/s | 144 kB 00:00 2024-05-08T06:57:37.012 INFO:teuthology.orchestra.run.smithi092.stdout:(9/12): protobuf-compiler-3.14.0-13.el9.x86_64. 1.6 MB/s | 863 kB 00:00 2024-05-08T06:57:37.037 INFO:teuthology.orchestra.run.smithi092.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 460 kB/s | 31 kB 00:00 2024-05-08T06:57:37.121 INFO:teuthology.orchestra.run.smithi092.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.7 MB/s | 188 kB 00:00 2024-05-08T06:57:37.196 INFO:teuthology.orchestra.run.smithi178.stdout:ceph-immutable-object-cache-19.0.0-3593.g7c8f65 281 kB/s | 145 kB 00:00 2024-05-08T06:57:37.197 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:57:37.197 INFO:teuthology.orchestra.run.smithi178.stdout:Total 280 kB/s | 145 kB 00:00 2024-05-08T06:57:37.197 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-05-08T06:57:37.205 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-05-08T06:57:37.205 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-05-08T06:57:37.261 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-05-08T06:57:37.262 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-05-08T06:57:37.364 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:08 ago on Wed 08 May 2024 06:56:29 AM UTC. 2024-05-08T06:57:37.413 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-05-08T06:57:37.480 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b. 1/1 2024-05-08T06:57:37.495 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-05-08T06:57:37.496 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:57:37.496 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2024-05-08T06:57:37.496 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:57:37.496 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2024-05-08T06:57:37.496 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 3.5 M 2024-05-08T06:57:37.496 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2024-05-08T06:57:37.496 INFO:teuthology.orchestra.run.smithi027.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-08T06:57:37.496 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 34 k 2024-05-08T06:57:37.497 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 16 k 2024-05-08T06:57:37.497 INFO:teuthology.orchestra.run.smithi027.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-08T06:57:37.497 INFO:teuthology.orchestra.run.smithi027.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-08T06:57:37.497 INFO:teuthology.orchestra.run.smithi027.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-08T06:57:37.497 INFO:teuthology.orchestra.run.smithi027.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-08T06:57:37.497 INFO:teuthology.orchestra.run.smithi027.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-08T06:57:37.497 INFO:teuthology.orchestra.run.smithi027.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-08T06:57:37.497 INFO:teuthology.orchestra.run.smithi027.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-08T06:57:37.497 INFO:teuthology.orchestra.run.smithi027.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-08T06:57:37.497 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:37.497 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2024-05-08T06:57:37.497 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:57:37.497 INFO:teuthology.orchestra.run.smithi027.stdout:Install 12 Packages 2024-05-08T06:57:37.497 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:37.498 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 8.7 M 2024-05-08T06:57:37.498 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 104 M 2024-05-08T06:57:37.498 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2024-05-08T06:57:37.506 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b. 1/1 2024-05-08T06:57:37.506 INFO:teuthology.orchestra.run.smithi178.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:57:37.506 INFO:teuthology.orchestra.run.smithi178.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-08T06:57:37.506 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:37.888 INFO:teuthology.orchestra.run.smithi092.stdout:(12/12): ceph-mgr-dashboard-19.0.0-3593.g7c8f65 1.5 MB/s | 3.5 MB 00:02 2024-05-08T06:57:37.890 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:57:37.890 INFO:teuthology.orchestra.run.smithi092.stdout:Total 3.0 MB/s | 8.7 MB 00:02 2024-05-08T06:57:37.944 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-05-08T06:57:37.963 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-05-08T06:57:37.963 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-05-08T06:57:38.139 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-05-08T06:57:38.139 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-05-08T06:57:38.424 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b. 1/1 2024-05-08T06:57:38.424 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:38.424 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-05-08T06:57:38.425 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-immutable-object-cache-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:57:38.425 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:38.425 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-05-08T06:57:38.526 INFO:teuthology.orchestra.run.smithi027.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3593.g7c 127 kB/s | 34 kB 00:00 2024-05-08T06:57:38.552 INFO:teuthology.orchestra.run.smithi027.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3593.g7c8 56 kB/s | 16 kB 00:00 2024-05-08T06:57:38.657 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install ceph-mgr 2024-05-08T06:57:38.748 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-05-08T06:57:38.801 INFO:teuthology.orchestra.run.smithi027.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.1 MB/s | 269 kB 00:00 2024-05-08T06:57:38.822 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-08T06:57:38.857 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-08T06:57:38.903 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-08T06:57:38.927 INFO:teuthology.orchestra.run.smithi027.stdout:(4/12): protobuf-compiler-3.14.0-13.el9.x86_64. 6.7 MB/s | 863 kB 00:00 2024-05-08T06:57:38.934 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-08T06:57:39.038 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-08T06:57:39.052 INFO:teuthology.orchestra.run.smithi027.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.9 MB/s | 1.0 MB 00:00 2024-05-08T06:57:39.119 INFO:teuthology.orchestra.run.smithi027.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 292 kB/s | 19 kB 00:00 2024-05-08T06:57:39.153 INFO:teuthology.orchestra.run.smithi027.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.4 MB/s | 548 kB 00:00 2024-05-08T06:57:39.169 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-08T06:57:39.211 INFO:teuthology.orchestra.run.smithi027.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.4 MB/s | 144 kB 00:00 2024-05-08T06:57:39.233 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:03 ago on Wed 08 May 2024 06:56:36 AM UTC. 2024-05-08T06:57:39.253 INFO:teuthology.orchestra.run.smithi027.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 742 kB/s | 31 kB 00:00 2024-05-08T06:57:39.264 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-08T06:57:39.307 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-08T06:57:39.315 INFO:teuthology.orchestra.run.smithi178.stdout:Package ceph-mgr-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:57:39.320 INFO:teuthology.orchestra.run.smithi027.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.8 MB/s | 188 kB 00:00 2024-05-08T06:57:39.336 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-08T06:57:39.357 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-05-08T06:57:39.358 INFO:teuthology.orchestra.run.smithi178.stdout:Nothing to do. 2024-05-08T06:57:39.358 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-05-08T06:57:39.368 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3593.g7c8f650b.el9 10/12 2024-05-08T06:57:39.421 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install ceph-mgr-dashboard 2024-05-08T06:57:39.454 INFO:teuthology.orchestra.run.smithi027.stdout:(11/12): ceph-mgr-dashboard-19.0.0-3593.g7c8f65 3.0 MB/s | 3.5 MB 00:01 2024-05-08T06:57:39.504 INFO:teuthology.orchestra.run.smithi027.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 5.3 MB/s | 2.0 MB 00:00 2024-05-08T06:57:39.506 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:57:39.506 INFO:teuthology.orchestra.run.smithi027.stdout:Total 4.3 MB/s | 8.7 MB 00:02 2024-05-08T06:57:39.558 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2024-05-08T06:57:39.576 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2024-05-08T06:57:39.576 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2024-05-08T06:57:39.764 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2024-05-08T06:57:39.764 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2024-05-08T06:57:39.985 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:03 ago on Wed 08 May 2024 06:56:36 AM UTC. 2024-05-08T06:57:40.108 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-05-08T06:57:40.109 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:57:40.109 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repository Size 2024-05-08T06:57:40.109 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:57:40.109 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-05-08T06:57:40.109 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 3.5 M 2024-05-08T06:57:40.110 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2024-05-08T06:57:40.110 INFO:teuthology.orchestra.run.smithi178.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-08T06:57:40.110 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 34 k 2024-05-08T06:57:40.110 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 16 k 2024-05-08T06:57:40.110 INFO:teuthology.orchestra.run.smithi178.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-08T06:57:40.110 INFO:teuthology.orchestra.run.smithi178.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-08T06:57:40.110 INFO:teuthology.orchestra.run.smithi178.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-08T06:57:40.110 INFO:teuthology.orchestra.run.smithi178.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-08T06:57:40.110 INFO:teuthology.orchestra.run.smithi178.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-08T06:57:40.110 INFO:teuthology.orchestra.run.smithi178.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-08T06:57:40.110 INFO:teuthology.orchestra.run.smithi178.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-08T06:57:40.110 INFO:teuthology.orchestra.run.smithi178.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-08T06:57:40.110 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:40.111 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-05-08T06:57:40.111 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:57:40.111 INFO:teuthology.orchestra.run.smithi178.stdout:Install 12 Packages 2024-05-08T06:57:40.111 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:40.111 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 8.7 M 2024-05-08T06:57:40.111 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 104 M 2024-05-08T06:57:40.111 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-05-08T06:57:40.388 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2024-05-08T06:57:40.415 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3593.g7c8f650b.el 11/12 2024-05-08T06:57:40.452 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noa 12/12 2024-05-08T06:57:40.548 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-08T06:57:40.591 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-08T06:57:40.638 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-08T06:57:40.667 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-08T06:57:40.701 INFO:teuthology.orchestra.run.smithi178.stdout:(1/12): ceph-prometheus-alerts-19.0.0-3593.g7c8 66 kB/s | 16 kB 00:00 2024-05-08T06:57:40.726 INFO:teuthology.orchestra.run.smithi178.stdout:(2/12): ceph-grafana-dashboards-19.0.0-3593.g7c 125 kB/s | 34 kB 00:00 2024-05-08T06:57:40.779 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-08T06:57:40.908 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-08T06:57:40.909 INFO:teuthology.orchestra.run.smithi178.stdout:(3/12): ceph-mgr-dashboard-19.0.0-3593.g7c8f650 7.8 MB/s | 3.5 MB 00:00 2024-05-08T06:57:40.935 INFO:teuthology.orchestra.run.smithi178.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.3 MB/s | 269 kB 00:00 2024-05-08T06:57:40.985 INFO:teuthology.orchestra.run.smithi178.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.6 MB/s | 1.0 MB 00:00 2024-05-08T06:57:41.008 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-08T06:57:41.056 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-08T06:57:41.083 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-08T06:57:41.116 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3593.g7c8f650b.el9 10/12 2024-05-08T06:57:41.352 INFO:teuthology.orchestra.run.smithi178.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 53 kB/s | 19 kB 00:00 2024-05-08T06:57:41.669 INFO:teuthology.orchestra.run.smithi178.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 747 kB/s | 548 kB 00:00 2024-05-08T06:57:41.794 INFO:teuthology.orchestra.run.smithi178.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.1 MB/s | 144 kB 00:00 2024-05-08T06:57:41.832 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noa 12/12 2024-05-08T06:57:41.832 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3593.g7c8f650b.el 1/12 2024-05-08T06:57:41.832 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noa 2/12 2024-05-08T06:57:41.832 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3593.g7c8f650b.el9 3/12 2024-05-08T06:57:41.832 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-08T06:57:41.832 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-08T06:57:41.832 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-08T06:57:41.832 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-08T06:57:41.832 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-08T06:57:41.832 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-08T06:57:41.832 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-08T06:57:41.832 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-08T06:57:41.906 INFO:teuthology.orchestra.run.smithi178.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 283 kB/s | 31 kB 00:00 2024-05-08T06:57:42.020 INFO:teuthology.orchestra.run.smithi178.stdout:(10/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.1 MB/s | 2.0 MB 00:00 2024-05-08T06:57:42.045 INFO:teuthology.orchestra.run.smithi178.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.3 MB/s | 188 kB 00:00 2024-05-08T06:57:42.138 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-08T06:57:42.138 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:42.138 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-05-08T06:57:42.138 INFO:teuthology.orchestra.run.smithi092.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-08T06:57:42.138 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-grafana-dashboards-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:57:42.138 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:57:42.138 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-prometheus-alerts-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:57:42.139 INFO:teuthology.orchestra.run.smithi092.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-08T06:57:42.139 INFO:teuthology.orchestra.run.smithi092.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-08T06:57:42.139 INFO:teuthology.orchestra.run.smithi092.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-08T06:57:42.139 INFO:teuthology.orchestra.run.smithi092.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-08T06:57:42.139 INFO:teuthology.orchestra.run.smithi092.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-08T06:57:42.139 INFO:teuthology.orchestra.run.smithi092.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-08T06:57:42.139 INFO:teuthology.orchestra.run.smithi092.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-08T06:57:42.139 INFO:teuthology.orchestra.run.smithi092.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-08T06:57:42.139 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:42.139 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-05-08T06:57:42.226 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3593.g7c8f650b.el 11/12 2024-05-08T06:57:42.258 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noa 12/12 2024-05-08T06:57:42.295 INFO:teuthology.orchestra.run.smithi178.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 623 kB/s | 863 kB 00:01 2024-05-08T06:57:42.300 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:57:42.300 INFO:teuthology.orchestra.run.smithi178.stdout:Total 4.0 MB/s | 8.7 MB 00:02 2024-05-08T06:57:42.351 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-05-08T06:57:42.368 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-05-08T06:57:42.368 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-05-08T06:57:42.385 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-08T06:57:42.537 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-05-08T06:57:42.538 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-05-08T06:57:42.951 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:11 ago on Wed 08 May 2024 06:56:31 AM UTC. 2024-05-08T06:57:43.073 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-05-08T06:57:43.074 INFO:teuthology.orchestra.run.smithi092.stdout:======================================================================================= 2024-05-08T06:57:43.074 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2024-05-08T06:57:43.074 INFO:teuthology.orchestra.run.smithi092.stdout:======================================================================================= 2024-05-08T06:57:43.074 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-05-08T06:57:43.075 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 7.4 M 2024-05-08T06:57:43.075 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2024-05-08T06:57:43.075 INFO:teuthology.orchestra.run.smithi092.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-08T06:57:43.075 INFO:teuthology.orchestra.run.smithi092.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-08T06:57:43.075 INFO:teuthology.orchestra.run.smithi092.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-08T06:57:43.075 INFO:teuthology.orchestra.run.smithi092.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-08T06:57:43.075 INFO:teuthology.orchestra.run.smithi092.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-08T06:57:43.075 INFO:teuthology.orchestra.run.smithi092.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-08T06:57:43.075 INFO:teuthology.orchestra.run.smithi092.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-08T06:57:43.075 INFO:teuthology.orchestra.run.smithi092.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-08T06:57:43.075 INFO:teuthology.orchestra.run.smithi092.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-08T06:57:43.075 INFO:teuthology.orchestra.run.smithi092.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-08T06:57:43.075 INFO:teuthology.orchestra.run.smithi092.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-08T06:57:43.076 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:43.076 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-05-08T06:57:43.076 INFO:teuthology.orchestra.run.smithi092.stdout:======================================================================================= 2024-05-08T06:57:43.076 INFO:teuthology.orchestra.run.smithi092.stdout:Install 12 Packages 2024-05-08T06:57:43.076 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:43.076 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 38 M 2024-05-08T06:57:43.076 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 209 M 2024-05-08T06:57:43.077 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-05-08T06:57:43.146 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-05-08T06:57:43.232 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-08T06:57:43.267 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-08T06:57:43.313 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-08T06:57:43.402 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-08T06:57:43.513 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-08T06:57:43.538 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noa 12/12 2024-05-08T06:57:43.538 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3593.g7c8f650b.el 1/12 2024-05-08T06:57:43.538 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noa 2/12 2024-05-08T06:57:43.538 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3593.g7c8f650b.el9 3/12 2024-05-08T06:57:43.541 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-08T06:57:43.541 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-08T06:57:43.541 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-08T06:57:43.541 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-08T06:57:43.541 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-08T06:57:43.541 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-08T06:57:43.541 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-08T06:57:43.542 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-08T06:57:43.646 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-08T06:57:43.739 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-08T06:57:43.782 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-08T06:57:43.811 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-08T06:57:43.843 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3593.g7c8f650b.el9 10/12 2024-05-08T06:57:43.847 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-08T06:57:43.847 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:43.847 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2024-05-08T06:57:43.847 INFO:teuthology.orchestra.run.smithi027.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-08T06:57:43.847 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-grafana-dashboards-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:57:43.847 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:57:43.847 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-prometheus-alerts-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:57:43.848 INFO:teuthology.orchestra.run.smithi027.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-08T06:57:43.848 INFO:teuthology.orchestra.run.smithi027.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-08T06:57:43.848 INFO:teuthology.orchestra.run.smithi027.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-08T06:57:43.848 INFO:teuthology.orchestra.run.smithi027.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-08T06:57:43.848 INFO:teuthology.orchestra.run.smithi027.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-08T06:57:43.848 INFO:teuthology.orchestra.run.smithi027.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-08T06:57:43.848 INFO:teuthology.orchestra.run.smithi027.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-08T06:57:43.848 INFO:teuthology.orchestra.run.smithi027.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-08T06:57:43.848 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:43.848 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-05-08T06:57:44.023 INFO:teuthology.orchestra.run.smithi092.stdout:(1/12): ceph-mgr-diskprediction-local-19.0.0-35 10 MB/s | 7.4 MB 00:00 2024-05-08T06:57:44.085 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-08T06:57:44.106 INFO:teuthology.orchestra.run.smithi092.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 394 kB/s | 33 kB 00:00 2024-05-08T06:57:44.323 INFO:teuthology.orchestra.run.smithi092.stdout:(3/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 14 MB/s | 3.0 MB 00:00 2024-05-08T06:57:44.373 INFO:teuthology.orchestra.run.smithi092.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 364 kB/s | 18 kB 00:00 2024-05-08T06:57:44.424 INFO:teuthology.orchestra.run.smithi092.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 706 kB/s | 35 kB 00:00 2024-05-08T06:57:44.457 INFO:teuthology.orchestra.run.smithi092.stdout:(6/12): libquadmath-11.4.1-3.el9.x86_64.rpm 167 kB/s | 195 kB 00:01 2024-05-08T06:57:44.574 INFO:teuthology.orchestra.run.smithi092.stdout:(7/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 32 MB/s | 4.7 MB 00:00 2024-05-08T06:57:44.658 INFO:teuthology.orchestra.run.smithi092.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.2 MB/s | 244 kB 00:00 2024-05-08T06:57:44.680 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:15 ago on Wed 08 May 2024 06:56:29 AM UTC. 2024-05-08T06:57:44.700 INFO:teuthology.orchestra.run.smithi092.stdout:(9/12): libgfortran-11.4.1-3.el9.x86_64.rpm 569 kB/s | 803 kB 00:01 2024-05-08T06:57:44.758 INFO:teuthology.orchestra.run.smithi092.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 28 MB/s | 5.1 MB 00:00 2024-05-08T06:57:44.784 INFO:teuthology.orchestra.run.smithi092.stdout:(11/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 2.0 MB/s | 250 kB 00:00 2024-05-08T06:57:44.808 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-05-08T06:57:44.809 INFO:teuthology.orchestra.run.smithi027.stdout:======================================================================================= 2024-05-08T06:57:44.809 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2024-05-08T06:57:44.809 INFO:teuthology.orchestra.run.smithi027.stdout:======================================================================================= 2024-05-08T06:57:44.809 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2024-05-08T06:57:44.810 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 7.4 M 2024-05-08T06:57:44.810 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2024-05-08T06:57:44.810 INFO:teuthology.orchestra.run.smithi027.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-08T06:57:44.810 INFO:teuthology.orchestra.run.smithi027.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-08T06:57:44.810 INFO:teuthology.orchestra.run.smithi027.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-08T06:57:44.810 INFO:teuthology.orchestra.run.smithi027.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-08T06:57:44.810 INFO:teuthology.orchestra.run.smithi027.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-08T06:57:44.810 INFO:teuthology.orchestra.run.smithi027.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-08T06:57:44.810 INFO:teuthology.orchestra.run.smithi027.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-08T06:57:44.810 INFO:teuthology.orchestra.run.smithi027.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-08T06:57:44.810 INFO:teuthology.orchestra.run.smithi027.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-08T06:57:44.810 INFO:teuthology.orchestra.run.smithi027.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-08T06:57:44.810 INFO:teuthology.orchestra.run.smithi027.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-08T06:57:44.810 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:44.811 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2024-05-08T06:57:44.811 INFO:teuthology.orchestra.run.smithi027.stdout:======================================================================================= 2024-05-08T06:57:44.811 INFO:teuthology.orchestra.run.smithi027.stdout:Install 12 Packages 2024-05-08T06:57:44.811 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:44.811 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 38 M 2024-05-08T06:57:44.811 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 209 M 2024-05-08T06:57:44.811 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2024-05-08T06:57:44.898 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3593.g7c8f650b.el 11/12 2024-05-08T06:57:44.935 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noa 12/12 2024-05-08T06:57:45.313 INFO:teuthology.orchestra.run.smithi027.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 834 kB/s | 195 kB 00:00 2024-05-08T06:57:45.317 INFO:teuthology.orchestra.run.smithi092.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 26 MB/s | 16 MB 00:00 2024-05-08T06:57:45.319 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:57:45.319 INFO:teuthology.orchestra.run.smithi092.stdout:Total 17 MB/s | 38 MB 00:02 2024-05-08T06:57:45.488 INFO:teuthology.orchestra.run.smithi027.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.9 MB/s | 803 kB 00:00 2024-05-08T06:57:45.677 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-05-08T06:57:45.704 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-05-08T06:57:45.704 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-05-08T06:57:46.139 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-05-08T06:57:46.139 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-05-08T06:57:46.197 INFO:teuthology.orchestra.run.smithi027.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 37 kB/s | 33 kB 00:00 2024-05-08T06:57:46.223 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noa 12/12 2024-05-08T06:57:46.224 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3593.g7c8f650b.el 1/12 2024-05-08T06:57:46.224 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noa 2/12 2024-05-08T06:57:46.224 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3593.g7c8f650b.el9 3/12 2024-05-08T06:57:46.224 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-08T06:57:46.224 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-08T06:57:46.224 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-08T06:57:46.224 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-08T06:57:46.224 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-08T06:57:46.224 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-08T06:57:46.224 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-08T06:57:46.224 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-08T06:57:46.523 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-08T06:57:46.523 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:46.523 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-05-08T06:57:46.523 INFO:teuthology.orchestra.run.smithi178.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-08T06:57:46.523 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-grafana-dashboards-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:57:46.523 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mgr-dashboard-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:57:46.523 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-prometheus-alerts-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:57:46.524 INFO:teuthology.orchestra.run.smithi178.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-08T06:57:46.524 INFO:teuthology.orchestra.run.smithi178.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-08T06:57:46.524 INFO:teuthology.orchestra.run.smithi178.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-08T06:57:46.524 INFO:teuthology.orchestra.run.smithi178.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-08T06:57:46.524 INFO:teuthology.orchestra.run.smithi178.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-08T06:57:46.524 INFO:teuthology.orchestra.run.smithi178.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-08T06:57:46.524 INFO:teuthology.orchestra.run.smithi178.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-08T06:57:46.524 INFO:teuthology.orchestra.run.smithi178.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-08T06:57:46.524 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:46.524 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-05-08T06:57:46.767 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-08T06:57:46.814 INFO:teuthology.orchestra.run.smithi027.stdout:(4/12): ceph-mgr-diskprediction-local-19.0.0-35 4.3 MB/s | 7.4 MB 00:01 2024-05-08T06:57:46.839 INFO:teuthology.orchestra.run.smithi027.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 28 kB/s | 18 kB 00:00 2024-05-08T06:57:46.894 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-05-08T06:57:46.972 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-08T06:57:47.015 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-08T06:57:47.113 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-08T06:57:47.149 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-08T06:57:47.315 INFO:teuthology.orchestra.run.smithi027.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 1.6 MB/s | 3.0 MB 00:01 2024-05-08T06:57:47.326 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-08T06:57:47.335 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:11 ago on Wed 08 May 2024 06:56:36 AM UTC. 2024-05-08T06:57:47.357 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-08T06:57:47.433 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-08T06:57:47.458 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-05-08T06:57:47.459 INFO:teuthology.orchestra.run.smithi178.stdout:======================================================================================= 2024-05-08T06:57:47.459 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repository Size 2024-05-08T06:57:47.459 INFO:teuthology.orchestra.run.smithi178.stdout:======================================================================================= 2024-05-08T06:57:47.460 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-05-08T06:57:47.460 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 7.4 M 2024-05-08T06:57:47.460 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2024-05-08T06:57:47.460 INFO:teuthology.orchestra.run.smithi178.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-08T06:57:47.460 INFO:teuthology.orchestra.run.smithi178.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-08T06:57:47.460 INFO:teuthology.orchestra.run.smithi178.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-08T06:57:47.460 INFO:teuthology.orchestra.run.smithi178.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-08T06:57:47.460 INFO:teuthology.orchestra.run.smithi178.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-08T06:57:47.460 INFO:teuthology.orchestra.run.smithi178.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-08T06:57:47.460 INFO:teuthology.orchestra.run.smithi178.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-08T06:57:47.460 INFO:teuthology.orchestra.run.smithi178.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-08T06:57:47.460 INFO:teuthology.orchestra.run.smithi178.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-08T06:57:47.461 INFO:teuthology.orchestra.run.smithi178.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-08T06:57:47.461 INFO:teuthology.orchestra.run.smithi178.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-08T06:57:47.461 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:47.461 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-05-08T06:57:47.461 INFO:teuthology.orchestra.run.smithi178.stdout:======================================================================================= 2024-05-08T06:57:47.461 INFO:teuthology.orchestra.run.smithi178.stdout:Install 12 Packages 2024-05-08T06:57:47.461 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:57:47.462 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 38 M 2024-05-08T06:57:47.462 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 209 M 2024-05-08T06:57:47.462 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-05-08T06:57:47.590 INFO:teuthology.orchestra.run.smithi027.stdout:(7/12): openblas-0.3.21-2.el9.x86_64.rpm 45 kB/s | 35 kB 00:00 2024-05-08T06:57:47.823 INFO:teuthology.orchestra.run.smithi178.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 835 kB/s | 195 kB 00:00 2024-05-08T06:57:47.982 INFO:teuthology.orchestra.run.smithi178.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.0 MB/s | 803 kB 00:00 2024-05-08T06:57:48.086 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-08T06:57:48.212 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-08T06:57:48.415 INFO:teuthology.orchestra.run.smithi027.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 3.0 MB/s | 4.7 MB 00:01 2024-05-08T06:57:48.474 INFO:teuthology.orchestra.run.smithi027.stdout:(9/12): python3-devel-3.9.18-3.el9.x86_64.rpm 211 kB/s | 244 kB 00:01 2024-05-08T06:57:48.932 INFO:teuthology.orchestra.run.smithi178.stdout:(3/12): ceph-mgr-diskprediction-local-19.0.0-35 5.5 MB/s | 7.4 MB 00:01 2024-05-08T06:57:49.265 INFO:teuthology.orchestra.run.smithi178.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 55 kB/s | 18 kB 00:00 2024-05-08T06:57:49.316 INFO:teuthology.orchestra.run.smithi027.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 3.0 MB/s | 5.1 MB 00:01 2024-05-08T06:57:49.357 INFO:teuthology.orchestra.run.smithi178.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 384 kB/s | 35 kB 00:00 2024-05-08T06:57:49.439 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-08T06:57:49.618 INFO:teuthology.orchestra.run.smithi027.stdout:(11/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 208 kB/s | 250 kB 00:01 2024-05-08T06:57:49.874 INFO:teuthology.orchestra.run.smithi178.stdout:(6/12): flexiblas-3.0.4-8.el9.x86_64.rpm 16 kB/s | 33 kB 00:02 2024-05-08T06:57:50.025 INFO:teuthology.orchestra.run.smithi178.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.6 MB/s | 244 kB 00:00 2024-05-08T06:57:50.291 INFO:teuthology.orchestra.run.smithi178.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 5.1 MB/s | 4.7 MB 00:00 2024-05-08T06:57:50.350 INFO:teuthology.orchestra.run.smithi178.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 4.2 MB/s | 250 kB 00:00 2024-05-08T06:57:50.467 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-08T06:57:50.499 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f6 12/12 2024-05-08T06:57:50.584 INFO:teuthology.orchestra.run.smithi178.stdout:(10/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rp 1.1 MB/s | 3.0 MB 00:02 2024-05-08T06:57:50.690 INFO:teuthology.orchestra.run.smithi027.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 7.3 MB/s | 16 MB 00:02 2024-05-08T06:57:50.692 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:57:50.692 INFO:teuthology.orchestra.run.smithi027.stdout:Total 6.5 MB/s | 38 MB 00:05 2024-05-08T06:57:50.959 INFO:teuthology.orchestra.run.smithi178.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 5.5 MB/s | 5.1 MB 00:00 2024-05-08T06:57:51.063 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2024-05-08T06:57:51.090 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2024-05-08T06:57:51.090 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2024-05-08T06:57:51.537 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2024-05-08T06:57:51.538 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2024-05-08T06:57:51.959 INFO:teuthology.orchestra.run.smithi178.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 10 MB/s | 16 MB 00:01 2024-05-08T06:57:51.960 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:57:51.960 INFO:teuthology.orchestra.run.smithi178.stdout:Total 8.5 MB/s | 38 MB 00:04 2024-05-08T06:57:52.319 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-05-08T06:57:52.322 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2024-05-08T06:57:52.345 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-05-08T06:57:52.345 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-05-08T06:57:52.383 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-08T06:57:52.422 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-08T06:57:52.527 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-08T06:57:52.594 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-08T06:57:52.767 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-05-08T06:57:52.767 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-05-08T06:57:52.775 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-08T06:57:52.814 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-08T06:57:52.893 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-08T06:57:53.052 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f6 12/12 2024-05-08T06:57:53.052 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f6 1/12 2024-05-08T06:57:53.052 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-08T06:57:53.052 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-08T06:57:53.053 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-08T06:57:53.053 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-08T06:57:53.053 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-08T06:57:53.053 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-08T06:57:53.053 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-08T06:57:53.053 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-08T06:57:53.053 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-08T06:57:53.053 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-08T06:57:53.465 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-08T06:57:53.465 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:53.465 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-05-08T06:57:53.465 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:57:53.465 INFO:teuthology.orchestra.run.smithi092.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-08T06:57:53.466 INFO:teuthology.orchestra.run.smithi092.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-08T06:57:53.466 INFO:teuthology.orchestra.run.smithi092.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-08T06:57:53.466 INFO:teuthology.orchestra.run.smithi092.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-08T06:57:53.466 INFO:teuthology.orchestra.run.smithi092.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-08T06:57:53.466 INFO:teuthology.orchestra.run.smithi092.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-08T06:57:53.466 INFO:teuthology.orchestra.run.smithi092.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-08T06:57:53.466 INFO:teuthology.orchestra.run.smithi092.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-08T06:57:53.466 INFO:teuthology.orchestra.run.smithi092.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-08T06:57:53.466 INFO:teuthology.orchestra.run.smithi092.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-08T06:57:53.466 INFO:teuthology.orchestra.run.smithi092.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-08T06:57:53.466 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:53.466 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-05-08T06:57:53.519 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-05-08T06:57:53.582 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-08T06:57:53.593 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-08T06:57:53.632 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-08T06:57:53.706 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-08T06:57:53.733 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-08T06:57:53.766 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-08T06:57:53.887 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install ceph-mgr-rook 2024-05-08T06:57:53.943 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-08T06:57:53.974 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-08T06:57:54.050 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-08T06:57:54.458 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:23 ago on Wed 08 May 2024 06:56:31 AM UTC. 2024-05-08T06:57:54.581 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-05-08T06:57:54.582 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:57:54.582 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2024-05-08T06:57:54.582 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:57:54.582 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-05-08T06:57:54.582 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mgr-rook noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 49 k 2024-05-08T06:57:54.582 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2024-05-08T06:57:54.583 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-08T06:57:54.583 INFO:teuthology.orchestra.run.smithi092.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-08T06:57:54.583 INFO:teuthology.orchestra.run.smithi092.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-08T06:57:54.583 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-08T06:57:54.583 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-08T06:57:54.583 INFO:teuthology.orchestra.run.smithi092.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-08T06:57:54.583 INFO:teuthology.orchestra.run.smithi092.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-08T06:57:54.583 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-08T06:57:54.583 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-08T06:57:54.583 INFO:teuthology.orchestra.run.smithi092.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-08T06:57:54.584 INFO:teuthology.orchestra.run.smithi092.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-08T06:57:54.584 INFO:teuthology.orchestra.run.smithi092.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-08T06:57:54.584 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:54.584 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-05-08T06:57:54.584 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:57:54.584 INFO:teuthology.orchestra.run.smithi092.stdout:Install 13 Packages 2024-05-08T06:57:54.584 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:57:54.584 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 2.2 M 2024-05-08T06:57:54.584 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 26 M 2024-05-08T06:57:54.585 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-05-08T06:57:54.682 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-08T06:57:54.796 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-08T06:57:55.042 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-08T06:57:55.326 INFO:teuthology.orchestra.run.smithi092.stdout:(1/13): ceph-mgr-rook-19.0.0-3593.g7c8f650b.el9 114 kB/s | 49 kB 00:00 2024-05-08T06:57:55.509 INFO:teuthology.orchestra.run.smithi092.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 31 kB/s | 19 kB 00:00 2024-05-08T06:57:55.534 INFO:teuthology.orchestra.run.smithi092.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 40 kB/s | 26 kB 00:00 2024-05-08T06:57:56.013 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-08T06:57:56.126 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-08T06:57:56.163 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f6 12/12 2024-05-08T06:57:56.260 INFO:teuthology.orchestra.run.smithi092.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 238 kB/s | 222 kB 00:00 2024-05-08T06:57:56.393 INFO:teuthology.orchestra.run.smithi092.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 180 kB/s | 159 kB 00:00 2024-05-08T06:57:56.510 INFO:teuthology.orchestra.run.smithi092.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 286 kB/s | 279 kB 00:00 2024-05-08T06:57:56.652 INFO:teuthology.orchestra.run.smithi092.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 124 kB/s | 32 kB 00:00 2024-05-08T06:57:56.769 INFO:teuthology.orchestra.run.smithi092.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 58 kB/s | 15 kB 00:00 2024-05-08T06:57:56.869 INFO:teuthology.orchestra.run.smithi092.stdout:(9/13): python3-google-auth-2.29.0-1.el9.noarch 952 kB/s | 206 kB 00:00 2024-05-08T06:57:56.944 INFO:teuthology.orchestra.run.smithi092.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 788 kB/s | 59 kB 00:00 2024-05-08T06:57:57.028 INFO:teuthology.orchestra.run.smithi092.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 1.1 MB/s | 90 kB 00:00 2024-05-08T06:57:57.037 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-08T06:57:57.075 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f6 12/12 2024-05-08T06:57:57.103 INFO:teuthology.orchestra.run.smithi092.stdout:(12/13): python3-requests-oauthlib-1.3.0-12.el9 64 kB/s | 54 kB 00:00 2024-05-08T06:57:57.137 INFO:teuthology.orchestra.run.smithi092.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.8 MB/s | 1.0 MB 00:00 2024-05-08T06:57:57.140 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:57:57.140 INFO:teuthology.orchestra.run.smithi092.stdout:Total 881 kB/s | 2.2 MB 00:02 2024-05-08T06:57:57.210 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-05-08T06:57:57.226 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-05-08T06:57:57.226 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-05-08T06:57:57.311 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-05-08T06:57:57.312 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-05-08T06:57:57.808 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-05-08T06:57:57.984 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-08T06:57:58.038 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-08T06:57:58.102 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-08T06:57:58.139 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-08T06:57:58.181 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-08T06:57:58.283 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-08T06:57:58.393 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-08T06:57:58.449 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-08T06:57:58.562 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f6 12/12 2024-05-08T06:57:58.562 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f6 1/12 2024-05-08T06:57:58.562 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-08T06:57:58.562 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-08T06:57:58.562 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-08T06:57:58.563 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-08T06:57:58.563 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-08T06:57:58.563 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-08T06:57:58.563 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-08T06:57:58.563 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-08T06:57:58.563 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-08T06:57:58.563 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-08T06:57:58.955 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-08T06:57:58.955 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:58.955 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2024-05-08T06:57:58.955 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:57:58.955 INFO:teuthology.orchestra.run.smithi027.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-08T06:57:58.955 INFO:teuthology.orchestra.run.smithi027.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-08T06:57:58.955 INFO:teuthology.orchestra.run.smithi027.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-08T06:57:58.955 INFO:teuthology.orchestra.run.smithi027.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-08T06:57:58.955 INFO:teuthology.orchestra.run.smithi027.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-08T06:57:58.955 INFO:teuthology.orchestra.run.smithi027.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-08T06:57:58.955 INFO:teuthology.orchestra.run.smithi027.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-08T06:57:58.955 INFO:teuthology.orchestra.run.smithi027.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-08T06:57:58.955 INFO:teuthology.orchestra.run.smithi027.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-08T06:57:58.956 INFO:teuthology.orchestra.run.smithi027.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-08T06:57:58.956 INFO:teuthology.orchestra.run.smithi027.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-08T06:57:58.956 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:57:58.956 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-05-08T06:57:59.165 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-08T06:57:59.213 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-08T06:57:59.264 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-08T06:57:59.309 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-mgr-rook 2024-05-08T06:57:59.312 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-08T06:57:59.334 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 13/13 2024-05-08T06:57:59.642 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f6 12/12 2024-05-08T06:57:59.642 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f6 1/12 2024-05-08T06:57:59.642 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-08T06:57:59.642 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-08T06:57:59.642 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-08T06:57:59.642 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-08T06:57:59.642 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-08T06:57:59.643 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-08T06:57:59.643 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-08T06:57:59.643 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-08T06:57:59.643 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-08T06:57:59.643 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-08T06:57:59.906 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:30 ago on Wed 08 May 2024 06:56:29 AM UTC. 2024-05-08T06:58:00.034 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-05-08T06:58:00.035 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:58:00.035 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2024-05-08T06:58:00.035 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:58:00.035 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2024-05-08T06:58:00.035 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-rook noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 49 k 2024-05-08T06:58:00.035 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2024-05-08T06:58:00.036 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-08T06:58:00.036 INFO:teuthology.orchestra.run.smithi027.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-08T06:58:00.036 INFO:teuthology.orchestra.run.smithi027.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-08T06:58:00.036 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-08T06:58:00.036 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-08T06:58:00.036 INFO:teuthology.orchestra.run.smithi027.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-08T06:58:00.036 INFO:teuthology.orchestra.run.smithi027.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-08T06:58:00.036 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-08T06:58:00.036 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-08T06:58:00.036 INFO:teuthology.orchestra.run.smithi027.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-08T06:58:00.036 INFO:teuthology.orchestra.run.smithi027.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-08T06:58:00.036 INFO:teuthology.orchestra.run.smithi027.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-08T06:58:00.036 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:00.036 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2024-05-08T06:58:00.037 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:58:00.037 INFO:teuthology.orchestra.run.smithi027.stdout:Install 13 Packages 2024-05-08T06:58:00.037 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:00.037 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 2.2 M 2024-05-08T06:58:00.037 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 26 M 2024-05-08T06:58:00.037 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2024-05-08T06:58:00.040 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-08T06:58:00.040 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:00.040 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-05-08T06:58:00.040 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:58:00.040 INFO:teuthology.orchestra.run.smithi178.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-08T06:58:00.040 INFO:teuthology.orchestra.run.smithi178.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-08T06:58:00.040 INFO:teuthology.orchestra.run.smithi178.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-08T06:58:00.040 INFO:teuthology.orchestra.run.smithi178.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-08T06:58:00.040 INFO:teuthology.orchestra.run.smithi178.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-08T06:58:00.041 INFO:teuthology.orchestra.run.smithi178.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-08T06:58:00.041 INFO:teuthology.orchestra.run.smithi178.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-08T06:58:00.041 INFO:teuthology.orchestra.run.smithi178.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-08T06:58:00.041 INFO:teuthology.orchestra.run.smithi178.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-08T06:58:00.041 INFO:teuthology.orchestra.run.smithi178.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-08T06:58:00.041 INFO:teuthology.orchestra.run.smithi178.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-08T06:58:00.041 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:00.041 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-05-08T06:58:00.099 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 13/13 2024-05-08T06:58:00.100 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 1/13 2024-05-08T06:58:00.100 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-08T06:58:00.100 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-08T06:58:00.100 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-08T06:58:00.100 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-08T06:58:00.100 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-08T06:58:00.100 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-08T06:58:00.101 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-08T06:58:00.101 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-08T06:58:00.101 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-08T06:58:00.101 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-08T06:58:00.101 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-08T06:58:00.363 INFO:teuthology.orchestra.run.smithi027.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 225 kB/s | 26 kB 00:00 2024-05-08T06:58:00.388 INFO:teuthology.orchestra.run.smithi027.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 138 kB/s | 19 kB 00:00 2024-05-08T06:58:00.419 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-08T06:58:00.419 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:00.419 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-05-08T06:58:00.419 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:58:00.419 INFO:teuthology.orchestra.run.smithi092.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-08T06:58:00.419 INFO:teuthology.orchestra.run.smithi092.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-08T06:58:00.419 INFO:teuthology.orchestra.run.smithi092.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-08T06:58:00.420 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-08T06:58:00.420 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-08T06:58:00.420 INFO:teuthology.orchestra.run.smithi092.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-08T06:58:00.420 INFO:teuthology.orchestra.run.smithi092.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-08T06:58:00.420 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-08T06:58:00.420 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-08T06:58:00.420 INFO:teuthology.orchestra.run.smithi092.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-08T06:58:00.420 INFO:teuthology.orchestra.run.smithi092.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-08T06:58:00.420 INFO:teuthology.orchestra.run.smithi092.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-08T06:58:00.420 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:00.420 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-05-08T06:58:00.430 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install ceph-mgr-rook 2024-05-08T06:58:00.446 INFO:teuthology.orchestra.run.smithi027.stdout:(3/13): ceph-mgr-rook-19.0.0-3593.g7c8f650b.el9 249 kB/s | 49 kB 00:00 2024-05-08T06:58:00.472 INFO:teuthology.orchestra.run.smithi027.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.0 MB/s | 222 kB 00:00 2024-05-08T06:58:00.522 INFO:teuthology.orchestra.run.smithi027.stdout:(5/13): python3-requests-oauthlib-1.3.0-12.el9. 1.1 MB/s | 54 kB 00:00 2024-05-08T06:58:00.547 INFO:teuthology.orchestra.run.smithi027.stdout:(6/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 997 kB/s | 159 kB 00:00 2024-05-08T06:58:00.648 INFO:teuthology.orchestra.run.smithi027.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.4 MB/s | 279 kB 00:00 2024-05-08T06:58:00.672 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install ceph-mgr-cephadm 2024-05-08T06:58:00.931 INFO:teuthology.orchestra.run.smithi027.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 79 kB/s | 32 kB 00:00 2024-05-08T06:58:00.982 INFO:teuthology.orchestra.run.smithi027.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 35 kB/s | 15 kB 00:00 2024-05-08T06:58:01.010 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:25 ago on Wed 08 May 2024 06:56:36 AM UTC. 2024-05-08T06:58:01.133 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-05-08T06:58:01.134 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:58:01.134 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repository Size 2024-05-08T06:58:01.134 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:58:01.134 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-05-08T06:58:01.134 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mgr-rook noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 49 k 2024-05-08T06:58:01.134 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2024-05-08T06:58:01.135 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-08T06:58:01.135 INFO:teuthology.orchestra.run.smithi178.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-08T06:58:01.135 INFO:teuthology.orchestra.run.smithi178.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-08T06:58:01.135 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-08T06:58:01.135 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-08T06:58:01.135 INFO:teuthology.orchestra.run.smithi178.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-08T06:58:01.135 INFO:teuthology.orchestra.run.smithi178.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-08T06:58:01.135 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-08T06:58:01.135 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-08T06:58:01.135 INFO:teuthology.orchestra.run.smithi178.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-08T06:58:01.135 INFO:teuthology.orchestra.run.smithi178.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-08T06:58:01.135 INFO:teuthology.orchestra.run.smithi178.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-08T06:58:01.135 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:01.135 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-05-08T06:58:01.136 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:58:01.136 INFO:teuthology.orchestra.run.smithi178.stdout:Install 13 Packages 2024-05-08T06:58:01.136 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:01.136 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 2.2 M 2024-05-08T06:58:01.136 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 26 M 2024-05-08T06:58:01.136 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-05-08T06:58:01.238 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:30 ago on Wed 08 May 2024 06:56:31 AM UTC. 2024-05-08T06:58:01.307 INFO:teuthology.orchestra.run.smithi027.stdout:(10/13): python3-google-auth-2.29.0-1.el9.noarc 337 kB/s | 206 kB 00:00 2024-05-08T06:58:01.360 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-05-08T06:58:01.361 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:58:01.361 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2024-05-08T06:58:01.361 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:58:01.361 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-05-08T06:58:01.361 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 144 k 2024-05-08T06:58:01.361 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2024-05-08T06:58:01.361 INFO:teuthology.orchestra.run.smithi092.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-08T06:58:01.361 INFO:teuthology.orchestra.run.smithi092.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-08T06:58:01.362 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-08T06:58:01.362 INFO:teuthology.orchestra.run.smithi092.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-08T06:58:01.362 INFO:teuthology.orchestra.run.smithi092.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-08T06:58:01.362 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:01.362 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-05-08T06:58:01.362 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:58:01.362 INFO:teuthology.orchestra.run.smithi092.stdout:Install 6 Packages 2024-05-08T06:58:01.362 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:01.363 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 7.0 M 2024-05-08T06:58:01.363 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 33 M 2024-05-08T06:58:01.363 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-05-08T06:58:01.394 INFO:teuthology.orchestra.run.smithi178.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 147 kB/s | 19 kB 00:00 2024-05-08T06:58:01.420 INFO:teuthology.orchestra.run.smithi178.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 165 kB/s | 26 kB 00:00 2024-05-08T06:58:01.482 INFO:teuthology.orchestra.run.smithi027.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 118 kB/s | 59 kB 00:00 2024-05-08T06:58:01.545 INFO:teuthology.orchestra.run.smithi178.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.2 MB/s | 159 kB 00:00 2024-05-08T06:58:01.566 INFO:teuthology.orchestra.run.smithi027.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 347 kB/s | 90 kB 00:00 2024-05-08T06:58:01.571 INFO:teuthology.orchestra.run.smithi178.stdout:(4/13): ceph-mgr-rook-19.0.0-3593.g7c8f650b.el9 161 kB/s | 49 kB 00:00 2024-05-08T06:58:01.596 INFO:teuthology.orchestra.run.smithi178.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.1 MB/s | 222 kB 00:00 2024-05-08T06:58:01.630 INFO:teuthology.orchestra.run.smithi178.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 913 kB/s | 54 kB 00:00 2024-05-08T06:58:01.655 INFO:teuthology.orchestra.run.smithi178.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.5 MB/s | 279 kB 00:00 2024-05-08T06:58:01.674 INFO:teuthology.orchestra.run.smithi027.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.4 MB/s | 1.0 MB 00:00 2024-05-08T06:58:01.677 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:58:01.677 INFO:teuthology.orchestra.run.smithi027.stdout:Total 1.3 MB/s | 2.2 MB 00:01 2024-05-08T06:58:01.746 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2024-05-08T06:58:01.762 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2024-05-08T06:58:01.762 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2024-05-08T06:58:01.806 INFO:teuthology.orchestra.run.smithi092.stdout:(1/6): ceph-mgr-cephadm-19.0.0-3593.g7c8f650b.e 632 kB/s | 144 kB 00:00 2024-05-08T06:58:01.858 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2024-05-08T06:58:01.858 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2024-05-08T06:58:01.972 INFO:teuthology.orchestra.run.smithi178.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 86 kB/s | 32 kB 00:00 2024-05-08T06:58:01.997 INFO:teuthology.orchestra.run.smithi178.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 41 kB/s | 15 kB 00:00 2024-05-08T06:58:02.248 INFO:teuthology.orchestra.run.smithi178.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 236 kB/s | 59 kB 00:00 2024-05-08T06:58:02.323 INFO:teuthology.orchestra.run.smithi178.stdout:(11/13): python3-google-auth-2.29.0-1.el9.noarc 308 kB/s | 206 kB 00:00 2024-05-08T06:58:02.505 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2024-05-08T06:58:02.671 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-08T06:58:02.727 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-08T06:58:02.731 INFO:teuthology.orchestra.run.smithi178.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 185 kB/s | 90 kB 00:00 2024-05-08T06:58:02.785 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-08T06:58:02.807 INFO:teuthology.orchestra.run.smithi092.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 202 kB/s | 248 kB 00:01 2024-05-08T06:58:02.818 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-08T06:58:02.840 INFO:teuthology.orchestra.run.smithi178.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.2 MB/s | 1.0 MB 00:00 2024-05-08T06:58:02.843 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:58:02.843 INFO:teuthology.orchestra.run.smithi178.stdout:Total 1.3 MB/s | 2.2 MB 00:01 2024-05-08T06:58:02.861 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-08T06:58:02.913 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-05-08T06:58:02.928 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-05-08T06:58:02.928 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-05-08T06:58:02.932 INFO:teuthology.orchestra.run.smithi092.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 487 kB/s | 548 kB 00:01 2024-05-08T06:58:02.958 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-08T06:58:02.966 INFO:teuthology.orchestra.run.smithi092.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 364 kB/s | 58 kB 00:00 2024-05-08T06:58:03.013 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-05-08T06:58:03.014 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-05-08T06:58:03.068 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-08T06:58:03.091 INFO:teuthology.orchestra.run.smithi092.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 321 kB/s | 51 kB 00:00 2024-05-08T06:58:03.121 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-08T06:58:03.291 INFO:teuthology.orchestra.run.smithi092.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 3.5 MB/s | 6.0 MB 00:01 2024-05-08T06:58:03.293 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:58:03.294 INFO:teuthology.orchestra.run.smithi092.stdout:Total 3.6 MB/s | 7.0 MB 00:01 2024-05-08T06:58:03.365 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-05-08T06:58:03.377 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-05-08T06:58:03.377 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-05-08T06:58:03.475 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-05-08T06:58:03.507 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-05-08T06:58:03.526 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-05-08T06:58:03.697 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-08T06:58:03.758 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-08T06:58:03.780 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-05-08T06:58:03.822 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-08T06:58:03.859 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-08T06:58:03.884 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-08T06:58:03.901 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-08T06:58:03.933 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-08T06:58:03.956 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-08T06:58:03.968 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-08T06:58:03.994 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-08T06:58:04.009 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-08T06:58:04.016 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-08T06:58:04.045 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 13/13 2024-05-08T06:58:04.105 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-08T06:58:04.153 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-08T06:58:04.521 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-08T06:58:04.620 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-08T06:58:04.684 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-08T06:58:04.713 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 6/6 2024-05-08T06:58:04.804 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 13/13 2024-05-08T06:58:04.804 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 1/13 2024-05-08T06:58:04.804 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-08T06:58:04.804 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-08T06:58:04.804 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-08T06:58:04.804 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-08T06:58:04.804 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-08T06:58:04.804 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-08T06:58:04.804 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-08T06:58:04.804 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-08T06:58:04.804 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-08T06:58:04.804 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-08T06:58:04.804 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-08T06:58:04.884 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-08T06:58:04.934 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-08T06:58:04.967 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-08T06:58:05.015 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-08T06:58:05.037 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 13/13 2024-05-08T06:58:05.119 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-08T06:58:05.119 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:05.119 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2024-05-08T06:58:05.119 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:58:05.119 INFO:teuthology.orchestra.run.smithi027.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-08T06:58:05.119 INFO:teuthology.orchestra.run.smithi027.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-08T06:58:05.119 INFO:teuthology.orchestra.run.smithi027.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-08T06:58:05.119 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-08T06:58:05.119 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-08T06:58:05.119 INFO:teuthology.orchestra.run.smithi027.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-08T06:58:05.120 INFO:teuthology.orchestra.run.smithi027.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-08T06:58:05.120 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-08T06:58:05.120 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-08T06:58:05.120 INFO:teuthology.orchestra.run.smithi027.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-08T06:58:05.120 INFO:teuthology.orchestra.run.smithi027.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-08T06:58:05.120 INFO:teuthology.orchestra.run.smithi027.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-08T06:58:05.120 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:05.120 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-05-08T06:58:05.416 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-mgr-cephadm 2024-05-08T06:58:05.514 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 6/6 2024-05-08T06:58:05.514 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/6 2024-05-08T06:58:05.514 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-08T06:58:05.514 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-08T06:58:05.514 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-08T06:58:05.515 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-08T06:58:05.783 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-08T06:58:05.784 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:05.784 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-05-08T06:58:05.784 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:58:05.784 INFO:teuthology.orchestra.run.smithi092.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-08T06:58:05.784 INFO:teuthology.orchestra.run.smithi092.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-08T06:58:05.784 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-08T06:58:05.784 INFO:teuthology.orchestra.run.smithi092.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-08T06:58:05.784 INFO:teuthology.orchestra.run.smithi092.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-08T06:58:05.784 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:05.784 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-05-08T06:58:05.814 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 13/13 2024-05-08T06:58:05.814 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 1/13 2024-05-08T06:58:05.814 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-08T06:58:05.814 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-08T06:58:05.814 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-08T06:58:05.814 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-08T06:58:05.814 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-08T06:58:05.815 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-08T06:58:05.815 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-08T06:58:05.815 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-08T06:58:05.815 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-08T06:58:05.815 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-08T06:58:05.815 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-08T06:58:06.011 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:37 ago on Wed 08 May 2024 06:56:29 AM UTC. 2024-05-08T06:58:06.059 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install ceph-fuse 2024-05-08T06:58:06.128 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-08T06:58:06.128 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:06.128 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-05-08T06:58:06.128 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mgr-rook-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:58:06.128 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-08T06:58:06.128 INFO:teuthology.orchestra.run.smithi178.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-08T06:58:06.128 INFO:teuthology.orchestra.run.smithi178.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-08T06:58:06.128 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-08T06:58:06.128 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-08T06:58:06.129 INFO:teuthology.orchestra.run.smithi178.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-08T06:58:06.129 INFO:teuthology.orchestra.run.smithi178.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-08T06:58:06.129 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-08T06:58:06.129 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-08T06:58:06.129 INFO:teuthology.orchestra.run.smithi178.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-08T06:58:06.129 INFO:teuthology.orchestra.run.smithi178.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-08T06:58:06.129 INFO:teuthology.orchestra.run.smithi178.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-08T06:58:06.129 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:06.129 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-05-08T06:58:06.140 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-05-08T06:58:06.141 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:58:06.141 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2024-05-08T06:58:06.141 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:58:06.141 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2024-05-08T06:58:06.141 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 144 k 2024-05-08T06:58:06.141 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2024-05-08T06:58:06.142 INFO:teuthology.orchestra.run.smithi027.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-08T06:58:06.142 INFO:teuthology.orchestra.run.smithi027.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-08T06:58:06.142 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-08T06:58:06.142 INFO:teuthology.orchestra.run.smithi027.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-08T06:58:06.142 INFO:teuthology.orchestra.run.smithi027.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-08T06:58:06.142 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:06.142 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2024-05-08T06:58:06.142 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:58:06.142 INFO:teuthology.orchestra.run.smithi027.stdout:Install 6 Packages 2024-05-08T06:58:06.142 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:06.143 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 7.0 M 2024-05-08T06:58:06.143 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 33 M 2024-05-08T06:58:06.143 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2024-05-08T06:58:06.409 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install ceph-mgr-cephadm 2024-05-08T06:58:06.623 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:35 ago on Wed 08 May 2024 06:56:31 AM UTC. 2024-05-08T06:58:06.743 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-05-08T06:58:06.743 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:58:06.744 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2024-05-08T06:58:06.744 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:58:06.744 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-05-08T06:58:06.744 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-fuse x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 891 k 2024-05-08T06:58:06.744 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2024-05-08T06:58:06.744 INFO:teuthology.orchestra.run.smithi092.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-08T06:58:06.744 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:06.744 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-05-08T06:58:06.744 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:58:06.744 INFO:teuthology.orchestra.run.smithi092.stdout:Install 2 Packages 2024-05-08T06:58:06.744 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:06.745 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 971 k 2024-05-08T06:58:06.745 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 2.8 M 2024-05-08T06:58:06.745 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-05-08T06:58:06.776 INFO:teuthology.orchestra.run.smithi027.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.1 MB/s | 248 kB 00:00 2024-05-08T06:58:06.901 INFO:teuthology.orchestra.run.smithi027.stdout:(2/6): ceph-mgr-cephadm-19.0.0-3593.g7c8f650b.e 425 kB/s | 144 kB 00:00 2024-05-08T06:58:06.978 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:30 ago on Wed 08 May 2024 06:56:36 AM UTC. 2024-05-08T06:58:07.100 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-05-08T06:58:07.101 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:58:07.101 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repository Size 2024-05-08T06:58:07.101 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:58:07.101 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-05-08T06:58:07.101 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 144 k 2024-05-08T06:58:07.101 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2024-05-08T06:58:07.101 INFO:teuthology.orchestra.run.smithi178.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-08T06:58:07.101 INFO:teuthology.orchestra.run.smithi178.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-08T06:58:07.101 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-08T06:58:07.101 INFO:teuthology.orchestra.run.smithi178.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-08T06:58:07.102 INFO:teuthology.orchestra.run.smithi178.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-08T06:58:07.102 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:07.102 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-05-08T06:58:07.102 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:58:07.102 INFO:teuthology.orchestra.run.smithi178.stdout:Install 6 Packages 2024-05-08T06:58:07.102 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:07.102 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 7.0 M 2024-05-08T06:58:07.103 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 33 M 2024-05-08T06:58:07.103 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-05-08T06:58:07.168 INFO:teuthology.orchestra.run.smithi027.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 216 kB/s | 58 kB 00:00 2024-05-08T06:58:07.260 INFO:teuthology.orchestra.run.smithi027.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 555 kB/s | 51 kB 00:00 2024-05-08T06:58:07.302 INFO:teuthology.orchestra.run.smithi027.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.0 MB/s | 548 kB 00:00 2024-05-08T06:58:07.310 INFO:teuthology.orchestra.run.smithi092.stdout:(1/2): ceph-fuse-19.0.0-3593.g7c8f650b.el9.x86_ 1.9 MB/s | 891 kB 00:00 2024-05-08T06:58:07.635 INFO:teuthology.orchestra.run.smithi178.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.2 MB/s | 248 kB 00:00 2024-05-08T06:58:07.676 INFO:teuthology.orchestra.run.smithi092.stdout:(2/2): fuse-2.9.9-15.el9.x86_64.rpm 99 kB/s | 80 kB 00:00 2024-05-08T06:58:07.678 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:58:07.678 INFO:teuthology.orchestra.run.smithi092.stdout:Total 1.0 MB/s | 971 kB 00:00 2024-05-08T06:58:07.689 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-05-08T06:58:07.702 INFO:teuthology.orchestra.run.smithi178.stdout:(2/6): ceph-mgr-cephadm-19.0.0-3593.g7c8f650b.e 529 kB/s | 144 kB 00:00 2024-05-08T06:58:07.711 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-05-08T06:58:07.711 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-05-08T06:58:07.789 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-05-08T06:58:07.790 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-05-08T06:58:07.802 INFO:teuthology.orchestra.run.smithi027.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 4.8 MB/s | 6.0 MB 00:01 2024-05-08T06:58:07.803 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:58:07.804 INFO:teuthology.orchestra.run.smithi027.stdout:Total 4.2 MB/s | 7.0 MB 00:01 2024-05-08T06:58:07.881 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2024-05-08T06:58:07.894 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2024-05-08T06:58:07.894 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2024-05-08T06:58:07.973 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-05-08T06:58:07.998 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2024-05-08T06:58:07.998 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2024-05-08T06:58:08.127 INFO:teuthology.orchestra.run.smithi178.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 136 kB/s | 58 kB 00:00 2024-05-08T06:58:08.128 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-08T06:58:08.200 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/2 2024-05-08T06:58:08.261 INFO:teuthology.orchestra.run.smithi178.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 382 kB/s | 51 kB 00:00 2024-05-08T06:58:08.311 INFO:teuthology.orchestra.run.smithi178.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 811 kB/s | 548 kB 00:00 2024-05-08T06:58:08.312 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2024-05-08T06:58:08.485 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-08T06:58:08.547 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-08T06:58:08.762 INFO:teuthology.orchestra.run.smithi178.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 4.5 MB/s | 6.0 MB 00:01 2024-05-08T06:58:08.764 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:58:08.765 INFO:teuthology.orchestra.run.smithi178.stdout:Total 4.2 MB/s | 7.0 MB 00:01 2024-05-08T06:58:08.835 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-05-08T06:58:08.847 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-05-08T06:58:08.847 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-05-08T06:58:08.899 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/2 2024-05-08T06:58:08.899 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/2 2024-05-08T06:58:08.945 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-05-08T06:58:08.945 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-05-08T06:58:09.113 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-08T06:58:09.159 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-08T06:58:09.159 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:09.159 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-05-08T06:58:09.159 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-08T06:58:09.159 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:09.159 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-05-08T06:58:09.202 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-08T06:58:09.245 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-05-08T06:58:09.273 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-08T06:58:09.299 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 6/6 2024-05-08T06:58:09.410 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-08T06:58:09.455 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install ceph-volume 2024-05-08T06:58:09.472 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-08T06:58:09.982 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-08T06:58:10.020 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 6/6 2024-05-08T06:58:10.020 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/6 2024-05-08T06:58:10.020 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-08T06:58:10.020 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-08T06:58:10.020 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-08T06:58:10.020 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-08T06:58:10.035 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:39 ago on Wed 08 May 2024 06:56:31 AM UTC. 2024-05-08T06:58:10.067 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-08T06:58:10.130 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-08T06:58:10.159 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 6/6 2024-05-08T06:58:10.161 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-05-08T06:58:10.162 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:58:10.162 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2024-05-08T06:58:10.162 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:58:10.162 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-05-08T06:58:10.163 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-volume noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 273 k 2024-05-08T06:58:10.163 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2024-05-08T06:58:10.163 INFO:teuthology.orchestra.run.smithi092.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-08T06:58:10.163 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:10.163 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-05-08T06:58:10.163 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:58:10.163 INFO:teuthology.orchestra.run.smithi092.stdout:Install 2 Packages 2024-05-08T06:58:10.163 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:10.164 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 350 k 2024-05-08T06:58:10.164 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 1.5 M 2024-05-08T06:58:10.164 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-05-08T06:58:10.286 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-08T06:58:10.286 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:10.286 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2024-05-08T06:58:10.286 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:58:10.286 INFO:teuthology.orchestra.run.smithi027.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-08T06:58:10.286 INFO:teuthology.orchestra.run.smithi027.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-08T06:58:10.286 INFO:teuthology.orchestra.run.smithi027.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-08T06:58:10.287 INFO:teuthology.orchestra.run.smithi027.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-08T06:58:10.287 INFO:teuthology.orchestra.run.smithi027.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-08T06:58:10.287 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:10.287 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-05-08T06:58:10.474 INFO:teuthology.orchestra.run.smithi092.stdout:(1/2): ceph-volume-19.0.0-3593.g7c8f650b.el9.no 1.1 MB/s | 273 kB 00:00 2024-05-08T06:58:10.555 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-fuse 2024-05-08T06:58:10.907 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 6/6 2024-05-08T06:58:10.907 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 1/6 2024-05-08T06:58:10.907 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-08T06:58:10.907 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-08T06:58:10.907 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-08T06:58:10.907 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-08T06:58:11.074 INFO:teuthology.orchestra.run.smithi092.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 91 kB/s | 77 kB 00:00 2024-05-08T06:58:11.075 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:58:11.075 INFO:teuthology.orchestra.run.smithi092.stdout:Total 384 kB/s | 350 kB 00:00 2024-05-08T06:58:11.088 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-05-08T06:58:11.098 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-05-08T06:58:11.098 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-05-08T06:58:11.130 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-05-08T06:58:11.130 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-05-08T06:58:11.151 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:42 ago on Wed 08 May 2024 06:56:29 AM UTC. 2024-05-08T06:58:11.203 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-08T06:58:11.203 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:11.203 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-05-08T06:58:11.203 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mgr-cephadm-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:58:11.203 INFO:teuthology.orchestra.run.smithi178.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-08T06:58:11.203 INFO:teuthology.orchestra.run.smithi178.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-08T06:58:11.203 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-08T06:58:11.203 INFO:teuthology.orchestra.run.smithi178.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-08T06:58:11.203 INFO:teuthology.orchestra.run.smithi178.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-08T06:58:11.203 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:11.203 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-05-08T06:58:11.279 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-05-08T06:58:11.280 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:58:11.280 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2024-05-08T06:58:11.280 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:58:11.280 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2024-05-08T06:58:11.280 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-fuse x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 891 k 2024-05-08T06:58:11.280 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2024-05-08T06:58:11.280 INFO:teuthology.orchestra.run.smithi027.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-08T06:58:11.280 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:11.280 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2024-05-08T06:58:11.280 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:58:11.281 INFO:teuthology.orchestra.run.smithi027.stdout:Install 2 Packages 2024-05-08T06:58:11.281 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:11.281 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 971 k 2024-05-08T06:58:11.281 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 2.8 M 2024-05-08T06:58:11.281 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2024-05-08T06:58:11.293 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-05-08T06:58:11.444 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install ceph-fuse 2024-05-08T06:58:11.480 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-08T06:58:11.518 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 2/2 2024-05-08T06:58:11.534 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 2/2 2024-05-08T06:58:11.534 INFO:teuthology.orchestra.run.smithi092.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:58:11.534 INFO:teuthology.orchestra.run.smithi092.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-08T06:58:11.534 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:11.779 INFO:teuthology.orchestra.run.smithi027.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 370 kB/s | 80 kB 00:00 2024-05-08T06:58:12.010 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:36 ago on Wed 08 May 2024 06:56:36 AM UTC. 2024-05-08T06:58:12.131 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-05-08T06:58:12.132 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:58:12.132 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repository Size 2024-05-08T06:58:12.132 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:58:12.132 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-05-08T06:58:12.132 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-fuse x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 891 k 2024-05-08T06:58:12.132 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2024-05-08T06:58:12.132 INFO:teuthology.orchestra.run.smithi178.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-08T06:58:12.132 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:12.132 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-05-08T06:58:12.132 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:58:12.132 INFO:teuthology.orchestra.run.smithi178.stdout:Install 2 Packages 2024-05-08T06:58:12.132 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:12.133 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 971 k 2024-05-08T06:58:12.133 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 2.8 M 2024-05-08T06:58:12.133 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-05-08T06:58:12.218 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 1/2 2024-05-08T06:58:12.423 INFO:teuthology.orchestra.run.smithi178.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 486 kB/s | 80 kB 00:00 2024-05-08T06:58:12.517 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-08T06:58:12.517 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:12.517 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-05-08T06:58:12.517 INFO:teuthology.orchestra.run.smithi092.stdout: ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:58:12.517 INFO:teuthology.orchestra.run.smithi092.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-08T06:58:12.517 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:12.517 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-05-08T06:58:12.821 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install librados-devel 2024-05-08T06:58:12.938 INFO:teuthology.orchestra.run.smithi027.stdout:(2/2): ceph-fuse-19.0.0-3593.g7c8f650b.el9.x86_ 648 kB/s | 891 kB 00:01 2024-05-08T06:58:12.938 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:58:12.938 INFO:teuthology.orchestra.run.smithi027.stdout:Total 586 kB/s | 971 kB 00:01 2024-05-08T06:58:12.953 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2024-05-08T06:58:12.980 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2024-05-08T06:58:12.980 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2024-05-08T06:58:13.066 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2024-05-08T06:58:13.067 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2024-05-08T06:58:13.073 INFO:teuthology.orchestra.run.smithi178.stdout:(2/2): ceph-fuse-19.0.0-3593.g7c8f650b.el9.x86_ 1.1 MB/s | 891 kB 00:00 2024-05-08T06:58:13.074 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:58:13.074 INFO:teuthology.orchestra.run.smithi178.stdout:Total 1.0 MB/s | 971 kB 00:00 2024-05-08T06:58:13.086 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-05-08T06:58:13.109 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-05-08T06:58:13.109 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-05-08T06:58:13.187 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-05-08T06:58:13.187 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-05-08T06:58:13.260 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2024-05-08T06:58:13.380 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-05-08T06:58:13.405 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:42 ago on Wed 08 May 2024 06:56:31 AM UTC. 2024-05-08T06:58:13.410 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-08T06:58:13.481 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/2 2024-05-08T06:58:13.525 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-08T06:58:13.531 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-05-08T06:58:13.532 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:58:13.532 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repo Size 2024-05-08T06:58:13.532 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:58:13.532 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-05-08T06:58:13.532 INFO:teuthology.orchestra.run.smithi092.stdout: librados-devel x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 127 k 2024-05-08T06:58:13.532 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:13.533 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-05-08T06:58:13.533 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:58:13.533 INFO:teuthology.orchestra.run.smithi092.stdout:Install 1 Package 2024-05-08T06:58:13.533 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:13.533 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 127 k 2024-05-08T06:58:13.533 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 456 k 2024-05-08T06:58:13.533 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-05-08T06:58:13.591 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/2 2024-05-08T06:58:14.077 INFO:teuthology.orchestra.run.smithi092.stdout:librados-devel-19.0.0-3593.g7c8f650b.el9.x86_64 233 kB/s | 127 kB 00:00 2024-05-08T06:58:14.077 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:58:14.078 INFO:teuthology.orchestra.run.smithi092.stdout:Total 233 kB/s | 127 kB 00:00 2024-05-08T06:58:14.078 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-05-08T06:58:14.083 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-05-08T06:58:14.083 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-05-08T06:58:14.119 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/2 2024-05-08T06:58:14.119 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/2 2024-05-08T06:58:14.147 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-05-08T06:58:14.147 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-05-08T06:58:14.208 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2/2 2024-05-08T06:58:14.208 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/2 2024-05-08T06:58:14.322 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-05-08T06:58:14.389 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-08T06:58:14.389 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:14.389 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2024-05-08T06:58:14.389 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-08T06:58:14.389 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:14.389 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-05-08T06:58:14.433 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:14.468 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-08T06:58:14.468 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:14.468 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-05-08T06:58:14.468 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-08T06:58:14.468 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:14.468 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-05-08T06:58:14.673 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install ceph-volume 2024-05-08T06:58:14.761 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install ceph-volume 2024-05-08T06:58:14.876 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:15.099 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:15.099 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:15.099 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-05-08T06:58:15.099 INFO:teuthology.orchestra.run.smithi092.stdout: librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:58:15.099 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:15.099 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-05-08T06:58:15.269 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:46 ago on Wed 08 May 2024 06:56:29 AM UTC. 2024-05-08T06:58:15.334 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install libcephfs2 2024-05-08T06:58:15.342 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:39 ago on Wed 08 May 2024 06:56:36 AM UTC. 2024-05-08T06:58:15.401 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-05-08T06:58:15.402 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:58:15.402 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2024-05-08T06:58:15.402 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:58:15.402 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2024-05-08T06:58:15.402 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-volume noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 273 k 2024-05-08T06:58:15.403 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2024-05-08T06:58:15.403 INFO:teuthology.orchestra.run.smithi027.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-08T06:58:15.403 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:15.403 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2024-05-08T06:58:15.403 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:58:15.403 INFO:teuthology.orchestra.run.smithi027.stdout:Install 2 Packages 2024-05-08T06:58:15.403 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:15.404 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 350 k 2024-05-08T06:58:15.404 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 1.5 M 2024-05-08T06:58:15.404 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2024-05-08T06:58:15.470 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-05-08T06:58:15.470 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:58:15.470 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repository Size 2024-05-08T06:58:15.470 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:58:15.470 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-05-08T06:58:15.471 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-volume noarch 2:19.0.0-3593.g7c8f650b.el9 ceph-noarch 273 k 2024-05-08T06:58:15.471 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2024-05-08T06:58:15.471 INFO:teuthology.orchestra.run.smithi178.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-08T06:58:15.471 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:15.471 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-05-08T06:58:15.471 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:58:15.471 INFO:teuthology.orchestra.run.smithi178.stdout:Install 2 Packages 2024-05-08T06:58:15.471 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:15.472 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 350 k 2024-05-08T06:58:15.472 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 1.5 M 2024-05-08T06:58:15.472 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-05-08T06:58:15.779 INFO:teuthology.orchestra.run.smithi178.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 293 kB/s | 77 kB 00:00 2024-05-08T06:58:15.893 INFO:teuthology.orchestra.run.smithi027.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 367 kB/s | 77 kB 00:00 2024-05-08T06:58:15.911 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:44 ago on Wed 08 May 2024 06:56:31 AM UTC. 2024-05-08T06:58:15.994 INFO:teuthology.orchestra.run.smithi092.stdout:Package libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:58:16.035 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-05-08T06:58:16.036 INFO:teuthology.orchestra.run.smithi092.stdout:Nothing to do. 2024-05-08T06:58:16.036 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-05-08T06:58:16.103 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install libcephfs-devel 2024-05-08T06:58:16.346 INFO:teuthology.orchestra.run.smithi178.stdout:(2/2): ceph-volume-19.0.0-3593.g7c8f650b.el9.no 329 kB/s | 273 kB 00:00 2024-05-08T06:58:16.347 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:58:16.347 INFO:teuthology.orchestra.run.smithi178.stdout:Total 400 kB/s | 350 kB 00:00 2024-05-08T06:58:16.359 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-05-08T06:58:16.369 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-05-08T06:58:16.369 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-05-08T06:58:16.400 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-05-08T06:58:16.400 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-05-08T06:58:16.476 INFO:teuthology.orchestra.run.smithi027.stdout:(2/2): ceph-volume-19.0.0-3593.g7c8f650b.el9.no 344 kB/s | 273 kB 00:00 2024-05-08T06:58:16.477 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:58:16.477 INFO:teuthology.orchestra.run.smithi027.stdout:Total 326 kB/s | 350 kB 00:01 2024-05-08T06:58:16.489 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2024-05-08T06:58:16.500 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2024-05-08T06:58:16.500 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2024-05-08T06:58:16.537 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2024-05-08T06:58:16.537 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2024-05-08T06:58:16.541 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-05-08T06:58:16.679 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:45 ago on Wed 08 May 2024 06:56:31 AM UTC. 2024-05-08T06:58:16.686 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2024-05-08T06:58:16.737 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-08T06:58:16.774 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 2/2 2024-05-08T06:58:16.790 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 2/2 2024-05-08T06:58:16.790 INFO:teuthology.orchestra.run.smithi178.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:58:16.790 INFO:teuthology.orchestra.run.smithi178.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-08T06:58:16.790 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:16.802 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-05-08T06:58:16.803 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:58:16.803 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repo Size 2024-05-08T06:58:16.803 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:58:16.803 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-05-08T06:58:16.803 INFO:teuthology.orchestra.run.smithi092.stdout: libcephfs-devel x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 32 k 2024-05-08T06:58:16.803 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:16.803 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-05-08T06:58:16.803 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:58:16.804 INFO:teuthology.orchestra.run.smithi092.stdout:Install 1 Package 2024-05-08T06:58:16.804 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:16.804 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 32 k 2024-05-08T06:58:16.804 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 142 k 2024-05-08T06:58:16.804 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-05-08T06:58:16.900 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-08T06:58:16.937 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 2/2 2024-05-08T06:58:16.955 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 2/2 2024-05-08T06:58:16.955 INFO:teuthology.orchestra.run.smithi027.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:58:16.955 INFO:teuthology.orchestra.run.smithi027.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-08T06:58:16.955 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:17.267 INFO:teuthology.orchestra.run.smithi092.stdout:libcephfs-devel-19.0.0-3593.g7c8f650b.el9.x86_6 68 kB/s | 32 kB 00:00 2024-05-08T06:58:17.267 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:58:17.268 INFO:teuthology.orchestra.run.smithi092.stdout:Total 68 kB/s | 32 kB 00:00 2024-05-08T06:58:17.268 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-05-08T06:58:17.271 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-05-08T06:58:17.272 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-05-08T06:58:17.295 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-05-08T06:58:17.295 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-05-08T06:58:17.377 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-05-08T06:58:17.477 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 1/2 2024-05-08T06:58:17.548 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:17.689 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 1/2 2024-05-08T06:58:17.785 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-08T06:58:17.785 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:17.785 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-05-08T06:58:17.785 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:58:17.785 INFO:teuthology.orchestra.run.smithi178.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-08T06:58:17.785 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:17.785 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-05-08T06:58:17.926 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:17.991 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-08T06:58:17.991 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:17.991 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2024-05-08T06:58:17.991 INFO:teuthology.orchestra.run.smithi027.stdout: ceph-volume-2:19.0.0-3593.g7c8f650b.el9.noarch 2024-05-08T06:58:17.991 INFO:teuthology.orchestra.run.smithi027.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-08T06:58:17.991 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:17.991 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-05-08T06:58:18.096 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install librados-devel 2024-05-08T06:58:18.163 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:18.163 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:18.163 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-05-08T06:58:18.163 INFO:teuthology.orchestra.run.smithi092.stdout: libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:58:18.163 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:18.163 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-05-08T06:58:18.331 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install librados2 2024-05-08T06:58:18.341 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install librados-devel 2024-05-08T06:58:18.679 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:42 ago on Wed 08 May 2024 06:56:36 AM UTC. 2024-05-08T06:58:18.806 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-05-08T06:58:18.834 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:58:18.835 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repo Size 2024-05-08T06:58:18.835 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:58:18.835 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-05-08T06:58:18.835 INFO:teuthology.orchestra.run.smithi178.stdout: librados-devel x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 127 k 2024-05-08T06:58:18.835 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:18.835 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-05-08T06:58:18.835 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:58:18.835 INFO:teuthology.orchestra.run.smithi178.stdout:Install 1 Package 2024-05-08T06:58:18.835 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:18.835 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 127 k 2024-05-08T06:58:18.835 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 456 k 2024-05-08T06:58:18.835 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-05-08T06:58:18.904 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:47 ago on Wed 08 May 2024 06:56:31 AM UTC. 2024-05-08T06:58:18.939 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:49 ago on Wed 08 May 2024 06:56:29 AM UTC. 2024-05-08T06:58:18.985 INFO:teuthology.orchestra.run.smithi092.stdout:Package librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:58:19.026 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-05-08T06:58:19.027 INFO:teuthology.orchestra.run.smithi092.stdout:Nothing to do. 2024-05-08T06:58:19.027 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-05-08T06:58:19.066 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-05-08T06:58:19.067 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:58:19.067 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repo Size 2024-05-08T06:58:19.067 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:58:19.067 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2024-05-08T06:58:19.067 INFO:teuthology.orchestra.run.smithi027.stdout: librados-devel x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 127 k 2024-05-08T06:58:19.067 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:19.067 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2024-05-08T06:58:19.067 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:58:19.067 INFO:teuthology.orchestra.run.smithi027.stdout:Install 1 Package 2024-05-08T06:58:19.067 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:19.068 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 127 k 2024-05-08T06:58:19.068 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 456 k 2024-05-08T06:58:19.068 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2024-05-08T06:58:19.097 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install librbd1 2024-05-08T06:58:19.408 INFO:teuthology.orchestra.run.smithi178.stdout:librados-devel-19.0.0-3593.g7c8f650b.el9.x86_64 211 kB/s | 127 kB 00:00 2024-05-08T06:58:19.408 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:58:19.408 INFO:teuthology.orchestra.run.smithi178.stdout:Total 211 kB/s | 127 kB 00:00 2024-05-08T06:58:19.409 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-05-08T06:58:19.414 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-05-08T06:58:19.414 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-05-08T06:58:19.479 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-05-08T06:58:19.480 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-05-08T06:58:19.565 INFO:teuthology.orchestra.run.smithi027.stdout:librados-devel-19.0.0-3593.g7c8f650b.el9.x86_64 255 kB/s | 127 kB 00:00 2024-05-08T06:58:19.565 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:58:19.565 INFO:teuthology.orchestra.run.smithi027.stdout:Total 254 kB/s | 127 kB 00:00 2024-05-08T06:58:19.565 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2024-05-08T06:58:19.571 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2024-05-08T06:58:19.572 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2024-05-08T06:58:19.631 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-05-08T06:58:19.639 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2024-05-08T06:58:19.640 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2024-05-08T06:58:19.662 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:48 ago on Wed 08 May 2024 06:56:31 AM UTC. 2024-05-08T06:58:19.740 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:19.743 INFO:teuthology.orchestra.run.smithi092.stdout:Package librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:58:19.785 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-05-08T06:58:19.786 INFO:teuthology.orchestra.run.smithi092.stdout:Nothing to do. 2024-05-08T06:58:19.786 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-05-08T06:58:19.802 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2024-05-08T06:58:19.861 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install python3-rados 2024-05-08T06:58:19.899 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:20.174 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:20.325 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:20.430 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:49 ago on Wed 08 May 2024 06:56:31 AM UTC. 2024-05-08T06:58:20.433 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:20.433 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:20.433 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-05-08T06:58:20.433 INFO:teuthology.orchestra.run.smithi178.stdout: librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:58:20.433 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:20.433 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-05-08T06:58:20.514 INFO:teuthology.orchestra.run.smithi092.stdout:Package python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:58:20.558 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-05-08T06:58:20.559 INFO:teuthology.orchestra.run.smithi092.stdout:Nothing to do. 2024-05-08T06:58:20.559 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-05-08T06:58:20.566 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:20.567 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:20.567 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2024-05-08T06:58:20.567 INFO:teuthology.orchestra.run.smithi027.stdout: librados-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:58:20.567 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:20.567 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-05-08T06:58:20.631 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install python3-rgw 2024-05-08T06:58:20.709 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install libcephfs2 2024-05-08T06:58:20.843 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install libcephfs2 2024-05-08T06:58:21.229 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:50 ago on Wed 08 May 2024 06:56:31 AM UTC. 2024-05-08T06:58:21.285 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:45 ago on Wed 08 May 2024 06:56:36 AM UTC. 2024-05-08T06:58:21.312 INFO:teuthology.orchestra.run.smithi092.stdout:Package python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:58:21.355 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-05-08T06:58:21.356 INFO:teuthology.orchestra.run.smithi092.stdout:Nothing to do. 2024-05-08T06:58:21.356 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-05-08T06:58:21.368 INFO:teuthology.orchestra.run.smithi178.stdout:Package libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:58:21.410 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-05-08T06:58:21.411 INFO:teuthology.orchestra.run.smithi178.stdout:Nothing to do. 2024-05-08T06:58:21.411 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-05-08T06:58:21.432 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install python3-cephfs 2024-05-08T06:58:21.446 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:52 ago on Wed 08 May 2024 06:56:29 AM UTC. 2024-05-08T06:58:21.485 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install libcephfs-devel 2024-05-08T06:58:21.529 INFO:teuthology.orchestra.run.smithi027.stdout:Package libcephfs2-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:58:21.573 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-05-08T06:58:21.574 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2024-05-08T06:58:21.574 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-05-08T06:58:21.655 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install libcephfs-devel 2024-05-08T06:58:22.008 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:51 ago on Wed 08 May 2024 06:56:31 AM UTC. 2024-05-08T06:58:22.067 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:46 ago on Wed 08 May 2024 06:56:36 AM UTC. 2024-05-08T06:58:22.089 INFO:teuthology.orchestra.run.smithi092.stdout:Package python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:58:22.131 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-05-08T06:58:22.132 INFO:teuthology.orchestra.run.smithi092.stdout:Nothing to do. 2024-05-08T06:58:22.132 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-05-08T06:58:22.190 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-05-08T06:58:22.191 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:58:22.191 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repo Size 2024-05-08T06:58:22.191 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:58:22.191 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-05-08T06:58:22.191 INFO:teuthology.orchestra.run.smithi178.stdout: libcephfs-devel x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 32 k 2024-05-08T06:58:22.191 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:22.191 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-05-08T06:58:22.191 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:58:22.191 INFO:teuthology.orchestra.run.smithi178.stdout:Install 1 Package 2024-05-08T06:58:22.192 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:22.192 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 32 k 2024-05-08T06:58:22.192 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 142 k 2024-05-08T06:58:22.192 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-05-08T06:58:22.203 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install python3-rbd 2024-05-08T06:58:22.247 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:53 ago on Wed 08 May 2024 06:56:29 AM UTC. 2024-05-08T06:58:22.375 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-05-08T06:58:22.376 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:58:22.376 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repo Size 2024-05-08T06:58:22.376 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:58:22.376 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2024-05-08T06:58:22.376 INFO:teuthology.orchestra.run.smithi027.stdout: libcephfs-devel x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 32 k 2024-05-08T06:58:22.376 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:22.376 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2024-05-08T06:58:22.376 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:58:22.376 INFO:teuthology.orchestra.run.smithi027.stdout:Install 1 Package 2024-05-08T06:58:22.377 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:22.377 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 32 k 2024-05-08T06:58:22.377 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 142 k 2024-05-08T06:58:22.377 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2024-05-08T06:58:22.595 INFO:teuthology.orchestra.run.smithi178.stdout:libcephfs-devel-19.0.0-3593.g7c8f650b.el9.x86_6 79 kB/s | 32 kB 00:00 2024-05-08T06:58:22.596 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:58:22.596 INFO:teuthology.orchestra.run.smithi178.stdout:Total 78 kB/s | 32 kB 00:00 2024-05-08T06:58:22.596 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-05-08T06:58:22.599 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-05-08T06:58:22.599 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-05-08T06:58:22.610 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-05-08T06:58:22.611 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-05-08T06:58:22.694 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-05-08T06:58:22.763 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:51 ago on Wed 08 May 2024 06:56:31 AM UTC. 2024-05-08T06:58:22.768 INFO:teuthology.orchestra.run.smithi027.stdout:libcephfs-devel-19.0.0-3593.g7c8f650b.el9.x86_6 81 kB/s | 32 kB 00:00 2024-05-08T06:58:22.769 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:58:22.769 INFO:teuthology.orchestra.run.smithi027.stdout:Total 81 kB/s | 32 kB 00:00 2024-05-08T06:58:22.769 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2024-05-08T06:58:22.773 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2024-05-08T06:58:22.773 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2024-05-08T06:58:22.788 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2024-05-08T06:58:22.788 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2024-05-08T06:58:22.809 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:22.842 INFO:teuthology.orchestra.run.smithi092.stdout:Package python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:58:22.870 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2024-05-08T06:58:22.884 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-05-08T06:58:22.885 INFO:teuthology.orchestra.run.smithi092.stdout:Nothing to do. 2024-05-08T06:58:22.885 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-05-08T06:58:22.959 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install rbd-fuse 2024-05-08T06:58:22.978 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:23.229 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:23.358 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:23.449 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:23.450 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:23.450 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-05-08T06:58:23.450 INFO:teuthology.orchestra.run.smithi178.stdout: libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:58:23.450 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:23.450 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-05-08T06:58:23.529 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:52 ago on Wed 08 May 2024 06:56:31 AM UTC. 2024-05-08T06:58:23.574 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:23.574 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:23.574 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2024-05-08T06:58:23.574 INFO:teuthology.orchestra.run.smithi027.stdout: libcephfs-devel-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:58:23.574 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:23.574 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-05-08T06:58:23.646 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install librados2 2024-05-08T06:58:23.650 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-05-08T06:58:23.651 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:58:23.651 INFO:teuthology.orchestra.run.smithi092.stdout: Package Architecture Version Repository Size 2024-05-08T06:58:23.651 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:58:23.651 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-05-08T06:58:23.652 INFO:teuthology.orchestra.run.smithi092.stdout: rbd-fuse x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 85 k 2024-05-08T06:58:23.652 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:23.652 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-05-08T06:58:23.652 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:58:23.652 INFO:teuthology.orchestra.run.smithi092.stdout:Install 1 Package 2024-05-08T06:58:23.652 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:23.652 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 85 k 2024-05-08T06:58:23.652 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 231 k 2024-05-08T06:58:23.653 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-05-08T06:58:23.758 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install librados2 2024-05-08T06:58:23.970 INFO:teuthology.orchestra.run.smithi092.stdout:rbd-fuse-19.0.0-3593.g7c8f650b.el9.x86_64.rpm 269 kB/s | 85 kB 00:00 2024-05-08T06:58:23.971 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:58:23.971 INFO:teuthology.orchestra.run.smithi092.stdout:Total 268 kB/s | 85 kB 00:00 2024-05-08T06:58:23.971 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-05-08T06:58:23.978 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-05-08T06:58:23.978 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-05-08T06:58:24.042 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-05-08T06:58:24.042 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-05-08T06:58:24.189 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-05-08T06:58:24.217 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:48 ago on Wed 08 May 2024 06:56:36 AM UTC. 2024-05-08T06:58:24.284 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:24.297 INFO:teuthology.orchestra.run.smithi178.stdout:Package librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:58:24.339 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-05-08T06:58:24.340 INFO:teuthology.orchestra.run.smithi178.stdout:Nothing to do. 2024-05-08T06:58:24.340 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-05-08T06:58:24.354 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:55 ago on Wed 08 May 2024 06:56:29 AM UTC. 2024-05-08T06:58:24.407 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install librbd1 2024-05-08T06:58:24.438 INFO:teuthology.orchestra.run.smithi027.stdout:Package librados2-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:58:24.482 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-05-08T06:58:24.483 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2024-05-08T06:58:24.483 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-05-08T06:58:24.563 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install librbd1 2024-05-08T06:58:24.637 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:24.904 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:24.904 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:24.904 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-05-08T06:58:24.904 INFO:teuthology.orchestra.run.smithi092.stdout: rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:58:24.904 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:24.904 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-05-08T06:58:24.975 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:48 ago on Wed 08 May 2024 06:56:36 AM UTC. 2024-05-08T06:58:25.056 INFO:teuthology.orchestra.run.smithi178.stdout:Package librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:58:25.097 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-05-08T06:58:25.098 INFO:teuthology.orchestra.run.smithi178.stdout:Nothing to do. 2024-05-08T06:58:25.099 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-05-08T06:58:25.155 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:56 ago on Wed 08 May 2024 06:56:29 AM UTC. 2024-05-08T06:58:25.156 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install rbd-mirror 2024-05-08T06:58:25.162 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install python3-rados 2024-05-08T06:58:25.239 INFO:teuthology.orchestra.run.smithi027.stdout:Package librbd1-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:58:25.283 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-05-08T06:58:25.284 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2024-05-08T06:58:25.284 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-05-08T06:58:25.374 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install python3-rados 2024-05-08T06:58:25.730 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:49 ago on Wed 08 May 2024 06:56:36 AM UTC. 2024-05-08T06:58:25.733 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:54 ago on Wed 08 May 2024 06:56:31 AM UTC. 2024-05-08T06:58:25.811 INFO:teuthology.orchestra.run.smithi178.stdout:Package python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:58:25.854 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-05-08T06:58:25.855 INFO:teuthology.orchestra.run.smithi178.stdout:Nothing to do. 2024-05-08T06:58:25.855 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-05-08T06:58:25.857 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-05-08T06:58:25.858 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:58:25.858 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repo Size 2024-05-08T06:58:25.858 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:58:25.858 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-05-08T06:58:25.858 INFO:teuthology.orchestra.run.smithi092.stdout: rbd-mirror x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 3.1 M 2024-05-08T06:58:25.858 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:25.858 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-05-08T06:58:25.858 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:58:25.858 INFO:teuthology.orchestra.run.smithi092.stdout:Install 1 Package 2024-05-08T06:58:25.858 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:25.859 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 3.1 M 2024-05-08T06:58:25.859 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 13 M 2024-05-08T06:58:25.859 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-05-08T06:58:25.915 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install python3-rgw 2024-05-08T06:58:25.968 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:56 ago on Wed 08 May 2024 06:56:29 AM UTC. 2024-05-08T06:58:26.053 INFO:teuthology.orchestra.run.smithi027.stdout:Package python3-rados-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:58:26.097 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-05-08T06:58:26.098 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2024-05-08T06:58:26.098 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-05-08T06:58:26.179 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install python3-rgw 2024-05-08T06:58:26.240 INFO:teuthology.orchestra.run.smithi092.stdout:rbd-mirror-19.0.0-3593.g7c8f650b.el9.x86_64.rpm 8.1 MB/s | 3.1 MB 00:00 2024-05-08T06:58:26.241 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:58:26.241 INFO:teuthology.orchestra.run.smithi092.stdout:Total 8.1 MB/s | 3.1 MB 00:00 2024-05-08T06:58:26.241 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-05-08T06:58:26.250 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-05-08T06:58:26.250 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-05-08T06:58:26.331 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-05-08T06:58:26.331 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-05-08T06:58:26.482 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:50 ago on Wed 08 May 2024 06:56:36 AM UTC. 2024-05-08T06:58:26.563 INFO:teuthology.orchestra.run.smithi178.stdout:Package python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:58:26.604 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-05-08T06:58:26.605 INFO:teuthology.orchestra.run.smithi178.stdout:Nothing to do. 2024-05-08T06:58:26.605 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-05-08T06:58:26.675 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install python3-cephfs 2024-05-08T06:58:26.760 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-05-08T06:58:26.772 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:57 ago on Wed 08 May 2024 06:56:29 AM UTC. 2024-05-08T06:58:26.832 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:26.855 INFO:teuthology.orchestra.run.smithi027.stdout:Package python3-rgw-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:58:26.858 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:26.858 INFO:teuthology.orchestra.run.smithi092.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:58:26.858 INFO:teuthology.orchestra.run.smithi092.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-08T06:58:26.858 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-08T06:58:26.858 INFO:teuthology.orchestra.run.smithi092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-08T06:58:26.858 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:26.899 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-05-08T06:58:26.900 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2024-05-08T06:58:26.900 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-05-08T06:58:26.981 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install python3-cephfs 2024-05-08T06:58:27.254 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:51 ago on Wed 08 May 2024 06:56:36 AM UTC. 2024-05-08T06:58:27.339 INFO:teuthology.orchestra.run.smithi178.stdout:Package python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:58:27.385 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-05-08T06:58:27.386 INFO:teuthology.orchestra.run.smithi178.stdout:Nothing to do. 2024-05-08T06:58:27.386 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-05-08T06:58:27.461 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install python3-rbd 2024-05-08T06:58:27.578 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:58 ago on Wed 08 May 2024 06:56:29 AM UTC. 2024-05-08T06:58:27.664 INFO:teuthology.orchestra.run.smithi027.stdout:Package python3-cephfs-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:58:27.708 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-05-08T06:58:27.709 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2024-05-08T06:58:27.709 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-05-08T06:58:27.786 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install python3-rbd 2024-05-08T06:58:27.888 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:27.889 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:27.889 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-05-08T06:58:27.889 INFO:teuthology.orchestra.run.smithi092.stdout: rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:58:27.889 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:27.889 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-05-08T06:58:28.073 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:52 ago on Wed 08 May 2024 06:56:36 AM UTC. 2024-05-08T06:58:28.153 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum -y install rbd-nbd 2024-05-08T06:58:28.158 INFO:teuthology.orchestra.run.smithi178.stdout:Package python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:58:28.201 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-05-08T06:58:28.202 INFO:teuthology.orchestra.run.smithi178.stdout:Nothing to do. 2024-05-08T06:58:28.202 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-05-08T06:58:28.276 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install rbd-fuse 2024-05-08T06:58:28.373 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:59 ago on Wed 08 May 2024 06:56:29 AM UTC. 2024-05-08T06:58:28.456 INFO:teuthology.orchestra.run.smithi027.stdout:Package python3-rbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 is already installed. 2024-05-08T06:58:28.500 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-05-08T06:58:28.501 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2024-05-08T06:58:28.501 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-05-08T06:58:28.580 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install rbd-fuse 2024-05-08T06:58:28.737 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:57 ago on Wed 08 May 2024 06:56:31 AM UTC. 2024-05-08T06:58:28.847 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:52 ago on Wed 08 May 2024 06:56:36 AM UTC. 2024-05-08T06:58:28.863 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2024-05-08T06:58:28.864 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:58:28.864 INFO:teuthology.orchestra.run.smithi092.stdout: Package Architecture Version Repository Size 2024-05-08T06:58:28.864 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:58:28.864 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2024-05-08T06:58:28.864 INFO:teuthology.orchestra.run.smithi092.stdout: rbd-nbd x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 170 k 2024-05-08T06:58:28.864 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:28.864 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2024-05-08T06:58:28.864 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2024-05-08T06:58:28.864 INFO:teuthology.orchestra.run.smithi092.stdout:Install 1 Package 2024-05-08T06:58:28.864 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:28.864 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 170 k 2024-05-08T06:58:28.864 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 494 k 2024-05-08T06:58:28.864 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2024-05-08T06:58:28.970 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-05-08T06:58:28.970 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:58:28.970 INFO:teuthology.orchestra.run.smithi178.stdout: Package Architecture Version Repository Size 2024-05-08T06:58:28.971 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:58:28.971 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-05-08T06:58:28.971 INFO:teuthology.orchestra.run.smithi178.stdout: rbd-fuse x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 85 k 2024-05-08T06:58:28.971 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:28.971 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-05-08T06:58:28.971 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:58:28.971 INFO:teuthology.orchestra.run.smithi178.stdout:Install 1 Package 2024-05-08T06:58:28.971 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:28.971 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 85 k 2024-05-08T06:58:28.972 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 231 k 2024-05-08T06:58:28.972 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-05-08T06:58:29.076 INFO:teuthology.orchestra.run.smithi092.stdout:rbd-nbd-19.0.0-3593.g7c8f650b.el9.x86_64.rpm 807 kB/s | 170 kB 00:00 2024-05-08T06:58:29.077 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:58:29.077 INFO:teuthology.orchestra.run.smithi092.stdout:Total 801 kB/s | 170 kB 00:00 2024-05-08T06:58:29.077 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2024-05-08T06:58:29.085 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2024-05-08T06:58:29.085 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2024-05-08T06:58:29.149 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2024-05-08T06:58:29.149 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2024-05-08T06:58:29.181 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:02:00 ago on Wed 08 May 2024 06:56:29 AM UTC. 2024-05-08T06:58:29.189 INFO:teuthology.orchestra.run.smithi178.stdout:rbd-fuse-19.0.0-3593.g7c8f650b.el9.x86_64.rpm 392 kB/s | 85 kB 00:00 2024-05-08T06:58:29.190 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:58:29.190 INFO:teuthology.orchestra.run.smithi178.stdout:Total 389 kB/s | 85 kB 00:00 2024-05-08T06:58:29.190 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-05-08T06:58:29.197 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-05-08T06:58:29.197 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-05-08T06:58:29.260 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-05-08T06:58:29.260 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-05-08T06:58:29.306 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2024-05-08T06:58:29.309 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-05-08T06:58:29.309 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:58:29.309 INFO:teuthology.orchestra.run.smithi027.stdout: Package Architecture Version Repository Size 2024-05-08T06:58:29.310 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:58:29.310 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2024-05-08T06:58:29.310 INFO:teuthology.orchestra.run.smithi027.stdout: rbd-fuse x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 85 k 2024-05-08T06:58:29.310 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:29.310 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2024-05-08T06:58:29.310 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:58:29.310 INFO:teuthology.orchestra.run.smithi027.stdout:Install 1 Package 2024-05-08T06:58:29.310 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:29.311 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 85 k 2024-05-08T06:58:29.311 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 231 k 2024-05-08T06:58:29.311 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2024-05-08T06:58:29.407 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:29.432 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-05-08T06:58:29.530 INFO:teuthology.orchestra.run.smithi027.stdout:rbd-fuse-19.0.0-3593.g7c8f650b.el9.x86_64.rpm 390 kB/s | 85 kB 00:00 2024-05-08T06:58:29.530 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:58:29.531 INFO:teuthology.orchestra.run.smithi027.stdout:Total 387 kB/s | 85 kB 00:00 2024-05-08T06:58:29.531 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2024-05-08T06:58:29.538 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:29.538 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2024-05-08T06:58:29.538 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2024-05-08T06:58:29.606 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2024-05-08T06:58:29.606 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2024-05-08T06:58:29.752 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2024-05-08T06:58:29.794 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:29.847 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:29.917 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:30.070 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:30.071 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:30.071 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2024-05-08T06:58:30.071 INFO:teuthology.orchestra.run.smithi092.stdout: rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:58:30.071 INFO:teuthology.orchestra.run.smithi092.stdout: 2024-05-08T06:58:30.071 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2024-05-08T06:58:30.157 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:30.157 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:30.157 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-05-08T06:58:30.157 INFO:teuthology.orchestra.run.smithi178.stdout: rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:58:30.157 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:30.157 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-05-08T06:58:30.208 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:30.323 DEBUG:teuthology.parallel:result is None 2024-05-08T06:58:30.406 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install rbd-mirror 2024-05-08T06:58:30.457 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:30.457 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:30.457 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2024-05-08T06:58:30.457 INFO:teuthology.orchestra.run.smithi027.stdout: rbd-fuse-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:58:30.458 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:30.458 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-05-08T06:58:30.717 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install rbd-mirror 2024-05-08T06:58:30.987 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:54 ago on Wed 08 May 2024 06:56:36 AM UTC. 2024-05-08T06:58:31.115 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-05-08T06:58:31.116 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:58:31.116 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repo Size 2024-05-08T06:58:31.116 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:58:31.116 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-05-08T06:58:31.116 INFO:teuthology.orchestra.run.smithi178.stdout: rbd-mirror x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 3.1 M 2024-05-08T06:58:31.116 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:31.116 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-05-08T06:58:31.117 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:58:31.117 INFO:teuthology.orchestra.run.smithi178.stdout:Install 1 Package 2024-05-08T06:58:31.117 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:31.117 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 3.1 M 2024-05-08T06:58:31.117 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 13 M 2024-05-08T06:58:31.117 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-05-08T06:58:31.317 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:02:02 ago on Wed 08 May 2024 06:56:29 AM UTC. 2024-05-08T06:58:31.446 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-05-08T06:58:31.447 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:58:31.447 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repo Size 2024-05-08T06:58:31.447 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:58:31.447 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2024-05-08T06:58:31.447 INFO:teuthology.orchestra.run.smithi027.stdout: rbd-mirror x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 3.1 M 2024-05-08T06:58:31.447 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:31.447 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2024-05-08T06:58:31.447 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:58:31.447 INFO:teuthology.orchestra.run.smithi027.stdout:Install 1 Package 2024-05-08T06:58:31.447 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:31.447 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 3.1 M 2024-05-08T06:58:31.447 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 13 M 2024-05-08T06:58:31.447 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2024-05-08T06:58:31.651 INFO:teuthology.orchestra.run.smithi178.stdout:rbd-mirror-19.0.0-3593.g7c8f650b.el9.x86_64.rpm 5.8 MB/s | 3.1 MB 00:00 2024-05-08T06:58:31.652 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:58:31.652 INFO:teuthology.orchestra.run.smithi178.stdout:Total 5.8 MB/s | 3.1 MB 00:00 2024-05-08T06:58:31.652 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-05-08T06:58:31.661 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-05-08T06:58:31.661 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-05-08T06:58:31.741 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-05-08T06:58:31.741 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-05-08T06:58:31.992 INFO:teuthology.orchestra.run.smithi027.stdout:rbd-mirror-19.0.0-3593.g7c8f650b.el9.x86_64.rpm 5.7 MB/s | 3.1 MB 00:00 2024-05-08T06:58:31.993 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:58:31.993 INFO:teuthology.orchestra.run.smithi027.stdout:Total 5.7 MB/s | 3.1 MB 00:00 2024-05-08T06:58:31.993 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2024-05-08T06:58:32.003 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2024-05-08T06:58:32.003 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2024-05-08T06:58:32.088 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2024-05-08T06:58:32.089 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2024-05-08T06:58:32.172 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-05-08T06:58:32.244 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:32.270 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:32.270 INFO:teuthology.orchestra.run.smithi178.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:58:32.270 INFO:teuthology.orchestra.run.smithi178.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-08T06:58:32.270 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-08T06:58:32.270 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-08T06:58:32.270 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:32.534 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2024-05-08T06:58:32.593 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:32.620 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:32.620 INFO:teuthology.orchestra.run.smithi027.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-08T06:58:32.620 INFO:teuthology.orchestra.run.smithi027.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-08T06:58:32.620 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-08T06:58:32.620 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-08T06:58:32.620 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:33.489 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:33.489 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:33.489 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-05-08T06:58:33.489 INFO:teuthology.orchestra.run.smithi178.stdout: rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:58:33.489 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:33.490 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-05-08T06:58:33.737 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install rbd-nbd 2024-05-08T06:58:33.748 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:33.748 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:33.748 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2024-05-08T06:58:33.748 INFO:teuthology.orchestra.run.smithi027.stdout: rbd-mirror-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:58:33.748 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:33.748 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-05-08T06:58:34.008 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum -y install rbd-nbd 2024-05-08T06:58:34.326 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:58 ago on Wed 08 May 2024 06:56:36 AM UTC. 2024-05-08T06:58:34.448 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-05-08T06:58:34.448 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:58:34.448 INFO:teuthology.orchestra.run.smithi178.stdout: Package Architecture Version Repository Size 2024-05-08T06:58:34.448 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:58:34.449 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-05-08T06:58:34.449 INFO:teuthology.orchestra.run.smithi178.stdout: rbd-nbd x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 170 k 2024-05-08T06:58:34.449 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:34.449 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-05-08T06:58:34.449 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-05-08T06:58:34.449 INFO:teuthology.orchestra.run.smithi178.stdout:Install 1 Package 2024-05-08T06:58:34.449 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:34.450 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 170 k 2024-05-08T06:58:34.450 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 494 k 2024-05-08T06:58:34.450 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-05-08T06:58:34.603 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:02:05 ago on Wed 08 May 2024 06:56:29 AM UTC. 2024-05-08T06:58:34.729 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-05-08T06:58:34.729 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:58:34.729 INFO:teuthology.orchestra.run.smithi027.stdout: Package Architecture Version Repository Size 2024-05-08T06:58:34.730 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:58:34.730 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2024-05-08T06:58:34.730 INFO:teuthology.orchestra.run.smithi027.stdout: rbd-nbd x86_64 2:19.0.0-3593.g7c8f650b.el9 ceph 170 k 2024-05-08T06:58:34.730 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:34.730 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2024-05-08T06:58:34.730 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-05-08T06:58:34.730 INFO:teuthology.orchestra.run.smithi027.stdout:Install 1 Package 2024-05-08T06:58:34.730 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:34.731 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 170 k 2024-05-08T06:58:34.731 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 494 k 2024-05-08T06:58:34.731 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2024-05-08T06:58:34.797 INFO:teuthology.orchestra.run.smithi178.stdout:rbd-nbd-19.0.0-3593.g7c8f650b.el9.x86_64.rpm 492 kB/s | 170 kB 00:00 2024-05-08T06:58:34.797 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:58:34.797 INFO:teuthology.orchestra.run.smithi178.stdout:Total 490 kB/s | 170 kB 00:00 2024-05-08T06:58:34.797 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-05-08T06:58:34.805 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-05-08T06:58:34.805 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-05-08T06:58:34.869 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-05-08T06:58:34.870 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-05-08T06:58:35.031 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-05-08T06:58:35.079 INFO:teuthology.orchestra.run.smithi027.stdout:rbd-nbd-19.0.0-3593.g7c8f650b.el9.x86_64.rpm 490 kB/s | 170 kB 00:00 2024-05-08T06:58:35.080 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2024-05-08T06:58:35.080 INFO:teuthology.orchestra.run.smithi027.stdout:Total 488 kB/s | 170 kB 00:00 2024-05-08T06:58:35.080 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2024-05-08T06:58:35.089 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2024-05-08T06:58:35.089 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2024-05-08T06:58:35.136 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:35.156 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2024-05-08T06:58:35.156 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2024-05-08T06:58:35.311 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2024-05-08T06:58:35.421 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:35.546 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:35.777 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:35.777 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:35.777 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-05-08T06:58:35.777 INFO:teuthology.orchestra.run.smithi178.stdout: rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:58:35.778 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-05-08T06:58:35.778 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-05-08T06:58:35.819 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:36.017 DEBUG:teuthology.parallel:result is None 2024-05-08T06:58:36.081 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 1/1 2024-05-08T06:58:36.081 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:36.081 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2024-05-08T06:58:36.081 INFO:teuthology.orchestra.run.smithi027.stdout: rbd-nbd-2:19.0.0-3593.g7c8f650b.el9.x86_64 2024-05-08T06:58:36.081 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-05-08T06:58:36.081 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-05-08T06:58:36.342 DEBUG:teuthology.parallel:result is None 2024-05-08T06:58:36.343 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:58:36.492 DEBUG:teuthology.orchestra.run.smithi027:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-08T06:58:36.515 INFO:teuthology.orchestra.run.smithi027.stdout:19.0.0-3593.g7c8f650b.el9 2024-05-08T06:58:36.515 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3593.g7c8f650b.el9 2024-05-08T06:58:36.515 INFO:teuthology.task.install:The correct ceph version 19.0.0-3593.g7c8f650b is installed. 2024-05-08T06:58:36.517 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:58:36.656 DEBUG:teuthology.orchestra.run.smithi092:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-08T06:58:36.682 INFO:teuthology.orchestra.run.smithi092.stdout:19.0.0-3593.g7c8f650b.el9 2024-05-08T06:58:36.682 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3593.g7c8f650b.el9 2024-05-08T06:58:36.682 INFO:teuthology.task.install:The correct ceph version 19.0.0-3593.g7c8f650b is installed. 2024-05-08T06:58:36.684 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:58:36.900 DEBUG:teuthology.orchestra.run.smithi178:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-08T06:58:36.923 INFO:teuthology.orchestra.run.smithi178.stdout:19.0.0-3593.g7c8f650b.el9 2024-05-08T06:58:36.923 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3593.g7c8f650b.el9 2024-05-08T06:58:36.923 INFO:teuthology.task.install:The correct ceph version 19.0.0-3593.g7c8f650b is installed. 2024-05-08T06:58:36.925 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-08T06:58:36.925 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-05-08T06:58:36.925 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-08T06:58:36.954 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-05-08T06:58:36.954 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-08T06:58:36.985 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-05-08T06:58:36.985 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-08T06:58:37.013 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-08T06:58:37.013 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-05-08T06:58:37.013 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/usr/bin/daemon-helper 2024-05-08T06:58:37.041 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-08T06:58:37.108 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-05-08T06:58:37.108 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/usr/bin/daemon-helper 2024-05-08T06:58:37.138 DEBUG:teuthology.orchestra.run.smithi092:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-08T06:58:37.205 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-05-08T06:58:37.205 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/usr/bin/daemon-helper 2024-05-08T06:58:37.232 DEBUG:teuthology.orchestra.run.smithi178:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-08T06:58:37.298 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-08T06:58:37.299 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-05-08T06:58:37.299 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-08T06:58:37.327 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-08T06:58:37.394 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-05-08T06:58:37.394 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-08T06:58:37.421 DEBUG:teuthology.orchestra.run.smithi092:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-08T06:58:37.488 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-05-08T06:58:37.488 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-08T06:58:37.515 DEBUG:teuthology.orchestra.run.smithi178:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-08T06:58:37.580 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-08T06:58:37.581 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-05-08T06:58:37.581 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/usr/bin/stdin-killer 2024-05-08T06:58:37.609 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-08T06:58:37.678 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2024-05-08T06:58:37.678 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/usr/bin/stdin-killer 2024-05-08T06:58:37.706 DEBUG:teuthology.orchestra.run.smithi092:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-08T06:58:37.774 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-05-08T06:58:37.774 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/usr/bin/stdin-killer 2024-05-08T06:58:37.802 DEBUG:teuthology.orchestra.run.smithi178:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-08T06:58:37.869 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-08T06:58:37.973 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'], 'log-only-match': ['CEPHADM_'], 'sha1': '7c8f650b36e258f639fa4a83becade57cbfd2009'} 2024-05-08T06:58:37.973 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:58:37.973 INFO:tasks.cephadm:Cluster fsid is 65272534-0d08-11ef-bc97-c7b262605968 2024-05-08T06:58:37.974 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-08T06:58:37.974 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.27', 'mon.b': '172.21.15.92', 'mon.c': '172.21.15.178'} 2024-05-08T06:58:37.974 INFO:tasks.cephadm:First mon is mon.a on smithi027 2024-05-08T06:58:37.974 INFO:tasks.cephadm:First mgr is a 2024-05-08T06:58:37.974 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-08T06:58:37.974 DEBUG:teuthology.orchestra.run.smithi027:> sudo hostname $(hostname -s) 2024-05-08T06:58:38.006 DEBUG:teuthology.orchestra.run.smithi092:> sudo hostname $(hostname -s) 2024-05-08T06:58:38.034 DEBUG:teuthology.orchestra.run.smithi178:> sudo hostname $(hostname -s) 2024-05-08T06:58:38.060 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-08T06:58:38.061 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:58:38.214 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '7c8f650b36e258f639fa4a83becade57cbfd2009', '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/79172/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3593-g7c8f650b', 'node_name': '172.21.2.14+braggi14', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3593.g7c8f650b'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-05-07 17:59:41.144528', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-05-07-0802', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-05-08T06:58:38.366 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-adk-testing-2024-05-07-0802, sha1 7c8f650b36e258f639fa4a83becade57cbfd2009 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:58:38.368 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm 2024-05-08T06:58:38.368 INFO:tasks.cephadm:Downloading cephadm from url: https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm 2024-05-08T06:58:38.368 DEBUG:teuthology.orchestra.run.smithi027:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-08T06:58:38.854 INFO:teuthology.orchestra.run.smithi027.stdout:-rw-r--r--. 1 ubuntu ubuntu 783059 May 8 06:58 /home/ubuntu/cephtest/cephadm 2024-05-08T06:58:38.854 DEBUG:teuthology.orchestra.run.smithi092:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-08T06:58:39.437 INFO:teuthology.orchestra.run.smithi092.stdout:-rw-r--r--. 1 ubuntu ubuntu 783059 May 8 06:58 /home/ubuntu/cephtest/cephadm 2024-05-08T06:58:39.437 DEBUG:teuthology.orchestra.run.smithi178:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-07-0802/7c8f650b36e258f639fa4a83becade57cbfd2009/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-08T06:58:40.405 INFO:teuthology.orchestra.run.smithi178.stdout:-rw-r--r--. 1 ubuntu ubuntu 783059 May 8 06:58 /home/ubuntu/cephtest/cephadm 2024-05-08T06:58:40.405 DEBUG:teuthology.orchestra.run.smithi027:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T06:58:40.426 DEBUG:teuthology.orchestra.run.smithi092:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T06:58:40.446 DEBUG:teuthology.orchestra.run.smithi178:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-08T06:58:40.477 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 on all hosts... 2024-05-08T06:58:40.477 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull 2024-05-08T06:58:40.479 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull 2024-05-08T06:58:40.489 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull 2024-05-08T06:58:42.075 INFO:teuthology.orchestra.run.smithi178.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T06:58:42.078 INFO:teuthology.orchestra.run.smithi092.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T06:58:42.116 INFO:teuthology.orchestra.run.smithi027.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T06:58:42.312 INFO:teuthology.orchestra.run.smithi027.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:58:42.312 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T06:58:42.312 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009: reading manifest 7c8f650b36e258f639fa4a83becade57cbfd2009 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-08T06:58:42.312 INFO:teuthology.orchestra.run.smithi027.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:58:42.338 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:58:42.339 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 585, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi027 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull' 2024-05-08T06:58:42.340 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-08T06:58:42.342 DEBUG:teuthology.misc:Transferring archived files from smithi027:/var/lib/ceph/65272534-0d08-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697351/remote/smithi027/crash 2024-05-08T06:58:42.343 DEBUG:teuthology.orchestra.run.smithi027:> sudo tar c -f - -C /var/lib/ceph/65272534-0d08-11ef-bc97-c7b262605968/crash -- . 2024-05-08T06:58:42.377 INFO:teuthology.orchestra.run.smithi027.stderr:tar: /var/lib/ceph/65272534-0d08-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T06:58:42.378 INFO:teuthology.orchestra.run.smithi027.stderr:tar: Error is not recoverable: exiting now 2024-05-08T06:58:42.380 DEBUG:teuthology.misc:Transferring archived files from smithi092:/var/lib/ceph/65272534-0d08-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697351/remote/smithi092/crash 2024-05-08T06:58:42.381 DEBUG:teuthology.orchestra.run.smithi092:> sudo tar c -f - -C /var/lib/ceph/65272534-0d08-11ef-bc97-c7b262605968/crash -- . 2024-05-08T06:58:42.418 INFO:teuthology.orchestra.run.smithi092.stderr:tar: /var/lib/ceph/65272534-0d08-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T06:58:42.418 INFO:teuthology.orchestra.run.smithi092.stderr:tar: Error is not recoverable: exiting now 2024-05-08T06:58:42.420 DEBUG:teuthology.misc:Transferring archived files from smithi178:/var/lib/ceph/65272534-0d08-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697351/remote/smithi178/crash 2024-05-08T06:58:42.421 DEBUG:teuthology.orchestra.run.smithi178:> sudo tar c -f - -C /var/lib/ceph/65272534-0d08-11ef-bc97-c7b262605968/crash -- . 2024-05-08T06:58:42.490 INFO:teuthology.orchestra.run.smithi178.stderr:tar: /var/lib/ceph/65272534-0d08-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-08T06:58:42.490 INFO:teuthology.orchestra.run.smithi178.stderr:tar: Error is not recoverable: exiting now 2024-05-08T06:58:42.491 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-08T06:58:42.492 DEBUG:teuthology.orchestra.run.smithi027:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/65272534-0d08-11ef-bc97-c7b262605968/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' | head -n 1 2024-05-08T06:58:42.518 INFO:teuthology.orchestra.run.smithi027.stderr:grep: /var/log/ceph/65272534-0d08-11ef-bc97-c7b262605968/ceph.log: No such file or directory 2024-05-08T06:58:42.520 INFO:tasks.cephadm:Compressing logs... 2024-05-08T06:58:42.521 DEBUG:teuthology.orchestra.run.smithi027:> 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-05-08T06:58:42.564 DEBUG:teuthology.orchestra.run.smithi092:> 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-05-08T06:58:42.566 DEBUG:teuthology.orchestra.run.smithi178:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-08T06:58:42.587 INFO:teuthology.orchestra.run.smithi027.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T06:58:42.587 INFO:teuthology.orchestra.run.smithi027.stderr:: No such file or directory 2024-05-08T06:58:42.587 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/cephadm.log: 73.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T06:58:42.588 INFO:teuthology.orchestra.run.smithi092.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T06:58:42.588 INFO:teuthology.orchestra.run.smithi092.stderr:: No such file or directory 2024-05-08T06:58:42.588 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/cephadm.log: 55.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T06:58:42.590 INFO:teuthology.orchestra.run.smithi027.stderr: 2024-05-08T06:58:42.590 INFO:teuthology.orchestra.run.smithi027.stderr:real 0m0.014s 2024-05-08T06:58:42.590 INFO:teuthology.orchestra.run.smithi027.stderr:user 0m0.010s 2024-05-08T06:58:42.590 INFO:teuthology.orchestra.run.smithi027.stderr:sys 0m0.014s 2024-05-08T06:58:42.591 INFO:teuthology.orchestra.run.smithi178.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-08T06:58:42.591 INFO:teuthology.orchestra.run.smithi178.stderr:: No such file or directory 2024-05-08T06:58:42.591 INFO:teuthology.orchestra.run.smithi178.stderr:/var/log/ceph/cephadm.log: 55.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-08T06:58:42.592 INFO:teuthology.orchestra.run.smithi092.stderr: 2024-05-08T06:58:42.592 INFO:teuthology.orchestra.run.smithi092.stderr:real 0m0.012s 2024-05-08T06:58:42.592 INFO:teuthology.orchestra.run.smithi092.stderr:user 0m0.016s 2024-05-08T06:58:42.592 INFO:teuthology.orchestra.run.smithi092.stderr:sys 0m0.006s 2024-05-08T06:58:42.593 INFO:teuthology.orchestra.run.smithi178.stderr: 2024-05-08T06:58:42.593 INFO:teuthology.orchestra.run.smithi178.stderr:real 0m0.012s 2024-05-08T06:58:42.593 INFO:teuthology.orchestra.run.smithi178.stderr:user 0m0.012s 2024-05-08T06:58:42.593 INFO:teuthology.orchestra.run.smithi178.stderr:sys 0m0.010s 2024-05-08T06:58:42.593 INFO:tasks.cephadm:Archiving logs... 2024-05-08T06:58:42.593 DEBUG:teuthology.misc:Transferring archived files from smithi027:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697351/remote/smithi027/log 2024-05-08T06:58:42.594 DEBUG:teuthology.orchestra.run.smithi027:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T06:58:42.656 DEBUG:teuthology.misc:Transferring archived files from smithi092:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697351/remote/smithi092/log 2024-05-08T06:58:42.657 DEBUG:teuthology.orchestra.run.smithi092:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T06:58:42.682 DEBUG:teuthology.misc:Transferring archived files from smithi178:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697351/remote/smithi178/log 2024-05-08T06:58:42.683 DEBUG:teuthology.orchestra.run.smithi178:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-08T06:58:42.709 INFO:tasks.cephadm:Removing cluster... 2024-05-08T06:58:42.709 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 65272534-0d08-11ef-bc97-c7b262605968 --force 2024-05-08T06:58:42.868 INFO:teuthology.orchestra.run.smithi178.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:58:42.869 INFO:teuthology.orchestra.run.smithi178.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T06:58:42.869 INFO:teuthology.orchestra.run.smithi178.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009: reading manifest 7c8f650b36e258f639fa4a83becade57cbfd2009 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-08T06:58:42.869 INFO:teuthology.orchestra.run.smithi178.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:58:42.896 INFO:teuthology.orchestra.run.smithi027.stdout:Deleting cluster with fsid: 65272534-0d08-11ef-bc97-c7b262605968 2024-05-08T06:58:43.205 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 65272534-0d08-11ef-bc97-c7b262605968 --force 2024-05-08T06:58:43.389 INFO:teuthology.orchestra.run.smithi092.stdout:Deleting cluster with fsid: 65272534-0d08-11ef-bc97-c7b262605968 2024-05-08T06:58:43.651 DEBUG:teuthology.orchestra.run.smithi178:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 65272534-0d08-11ef-bc97-c7b262605968 --force 2024-05-08T06:58:43.828 INFO:teuthology.orchestra.run.smithi178.stdout:Deleting cluster with fsid: 65272534-0d08-11ef-bc97-c7b262605968 2024-05-08T06:58:44.085 INFO:tasks.cephadm:Removing cephadm ... 2024-05-08T06:58:44.086 DEBUG:teuthology.orchestra.run.smithi027:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T06:58:44.105 DEBUG:teuthology.orchestra.run.smithi092:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T06:58:44.121 DEBUG:teuthology.orchestra.run.smithi178:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-08T06:58:44.136 INFO:tasks.cephadm:Teardown complete 2024-05-08T06:58:44.137 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 2244, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 1873, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 585, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi027 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull' 2024-05-08T06:58:44.323 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=0ca850b47edb4fc0b2c166601f6b2a34 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 2244, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 1873, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks/cephadm.py", line 585, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi027 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull' 2024-05-08T06:58:44.326 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-08T06:58:44.337 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-08T06:58:44.392 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-05-08T06:58:44.393 DEBUG:teuthology.orchestra.run.smithi027:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-08T06:58:44.405 DEBUG:teuthology.orchestra.run.smithi092:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-08T06:58:44.407 DEBUG:teuthology.orchestra.run.smithi178:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-08T06:58:44.499 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-08T06:58:44.507 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-08T06:58:44.507 DEBUG:teuthology.orchestra.run.smithi027:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T06:58:44.510 DEBUG:teuthology.orchestra.run.smithi092:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T06:58:44.513 DEBUG:teuthology.orchestra.run.smithi178:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-08T06:58:44.525 INFO:teuthology.orchestra.run.smithi092.stderr:bash: line 1: ntpq: command not found 2024-05-08T06:58:44.526 INFO:teuthology.orchestra.run.smithi027.stderr:bash: line 1: ntpq: command not found 2024-05-08T06:58:44.527 INFO:teuthology.orchestra.run.smithi178.stderr:bash: line 1: ntpq: command not found 2024-05-08T06:58:44.529 INFO:teuthology.orchestra.run.smithi092.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T06:58:44.529 INFO:teuthology.orchestra.run.smithi092.stdout:=============================================================================== 2024-05-08T06:58:44.530 INFO:teuthology.orchestra.run.smithi092.stdout:^+ hv01.front.sepia.ceph.com 3 6 77 21 +450us[ +529us] +/- 44ms 2024-05-08T06:58:44.530 INFO:teuthology.orchestra.run.smithi092.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 20 -1978us[-1898us] +/- 63ms 2024-05-08T06:58:44.530 INFO:teuthology.orchestra.run.smithi092.stdout:^* hv03.front.sepia.ceph.com 3 6 77 19 +1324us[+1404us] +/- 62ms 2024-05-08T06:58:44.530 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:58:44.531 INFO:teuthology.orchestra.run.smithi027.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T06:58:44.531 INFO:teuthology.orchestra.run.smithi027.stdout:=============================================================================== 2024-05-08T06:58:44.531 INFO:teuthology.orchestra.run.smithi027.stdout:^+ hv01.front.sepia.ceph.com 3 6 77 21 +449us[ +432us] +/- 44ms 2024-05-08T06:58:44.531 INFO:teuthology.orchestra.run.smithi027.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 20 -1983us[-1983us] +/- 63ms 2024-05-08T06:58:44.531 INFO:teuthology.orchestra.run.smithi027.stdout:^* hv03.front.sepia.ceph.com 3 6 77 20 +1327us[+1311us] +/- 62ms 2024-05-08T06:58:44.531 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:58:44.532 INFO:teuthology.orchestra.run.smithi178.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-08T06:58:44.533 INFO:teuthology.orchestra.run.smithi178.stdout:=============================================================================== 2024-05-08T06:58:44.533 INFO:teuthology.orchestra.run.smithi178.stdout:^+ hv01.front.sepia.ceph.com 3 6 77 20 +445us[ +521us] +/- 44ms 2024-05-08T06:58:44.533 INFO:teuthology.orchestra.run.smithi178.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 21 -1975us[-1899us] +/- 63ms 2024-05-08T06:58:44.533 INFO:teuthology.orchestra.run.smithi178.stdout:^* hv03.front.sepia.ceph.com 3 6 77 20 +1326us[+1402us] +/- 62ms 2024-05-08T06:58:44.533 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-08T06:58:44.533 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-08T06:58:44.541 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-08T06:58:44.541 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-08T06:58:44.550 DEBUG:teuthology.orchestra.run.smithi027:> 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-05-08T06:58:44.637 DEBUG:teuthology.orchestra.run.smithi092:> 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-05-08T06:58:44.694 DEBUG:teuthology.orchestra.run.smithi178:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-08T06:58:44.752 DEBUG:teuthology.orchestra.run.smithi027:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-08T06:58:44.784 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:58:44.785 DEBUG:teuthology.orchestra.run.smithi092:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-08T06:58:44.811 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:58:44.811 DEBUG:teuthology.orchestra.run.smithi178:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-08T06:58:44.838 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:58:44.839 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-08T06:58:44.847 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-08T06:58:44.855 INFO:teuthology.task.internal:Duration was 402.950764 seconds 2024-05-08T06:58:44.855 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-08T06:58:44.864 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-08T06:58:44.864 DEBUG:teuthology.orchestra.run.smithi027:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T06:58:44.866 DEBUG:teuthology.orchestra.run.smithi092:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T06:58:44.869 DEBUG:teuthology.orchestra.run.smithi178:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-08T06:58:44.905 INFO:teuthology.orchestra.run.smithi092.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T06:58:44.909 INFO:teuthology.orchestra.run.smithi027.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T06:58:44.918 INFO:teuthology.orchestra.run.smithi178.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-08T06:58:45.151 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-08T06:58:45.151 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi027.front.sepia.ceph.com 2024-05-08T06:58:45.151 DEBUG:teuthology.orchestra.run.smithi027:> 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-05-08T06:58:45.174 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi092.front.sepia.ceph.com 2024-05-08T06:58:45.174 DEBUG:teuthology.orchestra.run.smithi092:> 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-05-08T06:58:45.204 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi178.front.sepia.ceph.com 2024-05-08T06:58:45.204 DEBUG:teuthology.orchestra.run.smithi178:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-08T06:58:45.228 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-08T06:58:45.229 DEBUG:teuthology.orchestra.run.smithi027:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T06:58:45.232 DEBUG:teuthology.orchestra.run.smithi092:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T06:58:45.247 DEBUG:teuthology.orchestra.run.smithi178:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-08T06:58:45.294 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-08T06:58:45.294 DEBUG:teuthology.orchestra.run.smithi027:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T06:58:45.300 DEBUG:teuthology.orchestra.run.smithi092:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T06:58:45.312 DEBUG:teuthology.orchestra.run.smithi178:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-08T06:58:45.425 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-08T06:58:45.434 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-08T06:58:45.434 DEBUG:teuthology.orchestra.run.smithi027:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T06:58:45.460 DEBUG:teuthology.orchestra.run.smithi092:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T06:58:45.484 DEBUG:teuthology.orchestra.run.smithi178:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-08T06:58:45.508 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-08T06:58:45.518 DEBUG:teuthology.orchestra.run.smithi027:> 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-05-08T06:58:45.521 DEBUG:teuthology.orchestra.run.smithi092:> 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-05-08T06:58:45.526 DEBUG:teuthology.orchestra.run.smithi178:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-08T06:58:45.542 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern = core 2024-05-08T06:58:45.547 INFO:teuthology.orchestra.run.smithi092.stdout:kernel.core_pattern = core 2024-05-08T06:58:45.571 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern = core 2024-05-08T06:58:45.600 DEBUG:teuthology.orchestra.run.smithi027:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T06:58:45.619 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:58:45.619 DEBUG:teuthology.orchestra.run.smithi092:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T06:58:45.655 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:58:45.655 DEBUG:teuthology.orchestra.run.smithi178:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-08T06:58:45.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T06:58:45.670 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-08T06:58:45.679 INFO:teuthology.task.internal:Transferring archived files... 2024-05-08T06:58:45.680 DEBUG:teuthology.misc:Transferring archived files from smithi027:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697351/remote/smithi027 2024-05-08T06:58:45.680 DEBUG:teuthology.orchestra.run.smithi027:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T06:58:45.714 DEBUG:teuthology.misc:Transferring archived files from smithi092:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697351/remote/smithi092 2024-05-08T06:58:45.714 DEBUG:teuthology.orchestra.run.smithi092:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T06:58:45.747 DEBUG:teuthology.misc:Transferring archived files from smithi178:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697351/remote/smithi178 2024-05-08T06:58:45.747 DEBUG:teuthology.orchestra.run.smithi178:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-08T06:58:45.780 INFO:teuthology.task.internal:Removing archive directory... 2024-05-08T06:58:45.780 DEBUG:teuthology.orchestra.run.smithi027:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T06:58:45.783 DEBUG:teuthology.orchestra.run.smithi092:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T06:58:45.785 DEBUG:teuthology.orchestra.run.smithi178:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-08T06:58:45.829 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-08T06:58:45.840 INFO:teuthology.task.internal:Not uploading archives. 2024-05-08T06:58:45.840 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-08T06:58:45.853 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-08T06:58:45.853 DEBUG:teuthology.orchestra.run.smithi027:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T06:58:45.854 INFO:teuthology.orchestra.run.smithi092.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:58:45.854 INFO:teuthology.orchestra.run.smithi092.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009... 2024-05-08T06:58:45.854 INFO:teuthology.orchestra.run.smithi092.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009: reading manifest 7c8f650b36e258f639fa4a83becade57cbfd2009 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-05-08T06:58:45.854 INFO:teuthology.orchestra.run.smithi092.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T06:58:45.856 DEBUG:teuthology.orchestra.run.smithi092:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T06:58:45.859 DEBUG:teuthology.orchestra.run.smithi178:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-08T06:58:45.869 INFO:teuthology.orchestra.run.smithi027.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 06:58 /home/ubuntu/cephtest 2024-05-08T06:58:45.871 INFO:teuthology.orchestra.run.smithi092.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 06:58 /home/ubuntu/cephtest 2024-05-08T06:58:45.884 INFO:teuthology.orchestra.run.smithi178.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 8 06:58 /home/ubuntu/cephtest 2024-05-08T06:58:45.886 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-08T06:58:45.895 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-08T06:58:45.915 INFO:teuthology.nuke:Checking targets against current locks 2024-05-08T06:58:45.937 DEBUG:teuthology.nuke:shortname: smithi027 2024-05-08T06:58:45.938 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T06:58:45.959 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi027.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697351', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 06:40:49.882109', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFun7bQ7BcCFOEwH0gR9plP4kbcAvIHeR+9b3Nn/GcpDhxCt+zimfEki/klC0jc9bxdKrbGYxKjEzL96wU3N+ho='} 2024-05-08T06:58:45.963 DEBUG:teuthology.nuke:shortname: smithi092 2024-05-08T06:58:45.964 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T06:58:45.983 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi092.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697351', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 06:40:49.880835', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDgkodIglB0InGnB036iOzkI4rrnvFVK51pj3+LQ0+mWUWMqh2Rj78/dnz++jU8fQp4J7Dnt+5H5rPQ1kPDg78w='} 2024-05-08T06:58:45.990 DEBUG:teuthology.nuke:shortname: smithi178 2024-05-08T06:58:45.990 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T06:58:46.014 INFO:teuthology.orchestra.console.smithi027:Power off 2024-05-08T06:58:46.015 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T06:58:46.025 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi178.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_05:24:58-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697351', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 06:40:49.883365', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFZkUDTycqgGVzMOrjtE+2XHTPfXrfXfK0j1bTNwKxfF+Myaky5vdhfxp0FwEF2I9RdaiLWxXppJmuzFH0CT4Ms='} 2024-05-08T06:58:46.038 DEBUG:teuthology.orchestra.console.smithi027:power off output: Chassis Power Control: Down/Off 2024-05-08T06:58:46.038 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:58:46.051 INFO:teuthology.orchestra.console.smithi092:Power off 2024-05-08T06:58:46.051 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T06:58:46.065 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is on 2024-05-08T06:58:46.074 DEBUG:teuthology.orchestra.console.smithi092:power off output: Chassis Power Control: Down/Off 2024-05-08T06:58:46.075 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:58:46.089 INFO:teuthology.orchestra.console.smithi178:Power off 2024-05-08T06:58:46.090 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T06:58:46.100 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is on 2024-05-08T06:58:46.113 DEBUG:teuthology.orchestra.console.smithi178:power off output: Chassis Power Control: Down/Off 2024-05-08T06:58:46.113 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:58:46.135 DEBUG:teuthology.orchestra.console.smithi178:check power output: Chassis Power is on 2024-05-08T06:58:50.066 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:58:50.101 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:58:50.136 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:58:50.177 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is on 2024-05-08T06:58:50.210 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is on 2024-05-08T06:58:50.246 DEBUG:teuthology.orchestra.console.smithi178:check power output: Chassis Power is on 2024-05-08T06:58:54.182 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:58:54.210 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:58:54.247 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:58:54.293 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is on 2024-05-08T06:58:54.320 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is on 2024-05-08T06:58:54.355 DEBUG:teuthology.orchestra.console.smithi178:check power output: Chassis Power is off 2024-05-08T06:58:54.456 INFO:teuthology.orchestra.console.smithi178:Power off completed 2024-05-08T06:58:58.297 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:58:58.321 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T06:58:58.407 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is off 2024-05-08T06:58:58.430 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is off 2024-05-08T06:58:58.508 INFO:teuthology.orchestra.console.smithi027:Power off completed 2024-05-08T06:58:58.530 INFO:teuthology.orchestra.console.smithi092:Power off completed 2024-05-08T06:58:58.635 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} duration: 402.9507644176483 failure_reason: 'Command failed on smithi027 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009 pull''' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=0ca850b47edb4fc0b2c166601f6b2a34 status: fail success: false 2024-05-08T06:58:58.635 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T06:58:58.712 INFO:teuthology.run:FAIL