2024-07-05T21:19:16.935 INFO:root:teuthology version: 0.0.1.dev329+g544fecb 2024-07-05T21:19:16.936 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/teuthology-2024-06-30_20:00:17-rados-main-distro-default-smithi/7780297 --owner scheduled_teuthology@teuthology --verbose --name teuthology-2024-06-30_20:00:17-rados-main-distro-default-smithi --description rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_rgw_multisite} -- /home/teuthworker/archive/teuthology-2024-06-30_20:00:17-rados-main-distro-default-smithi/7780297/orig.config.yaml 2024-07-05T21:19:16.963 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-07-05T21:19:17.044 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-06-30_20:00:17-rados-main-distro-default-smithi/7780297 branch: main description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_rgw_multisite} email: ceph-qa@ceph.com first_in_suite: false job_id: '7780297' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-06-30_20:00:17-rados-main-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: main ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum - CEPHADM_STRAY_DAEMON log-only-match: - CEPHADM_ sha1: 3acca68492275b1156da5dac8da7596016588e64 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 3acca68492275b1156da5dac8da7596016588e64 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: 9a6d6b4b0534e956a0eb64c3f71240536e72b666 owner: scheduled_teuthology@teuthology priority: 951 repo: https://git.ceph.com/ceph.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 5117 sha1: 3acca68492275b1156da5dac8da7596016588e64 sleep_before_teardown: 0 subset: 17619/100000 suite: rados suite_branch: main suite_path: /home/teuthworker/src/git.ceph.com_ceph_9a6d6b4b0534e956a0eb64c3f71240536e72b666/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 9a6d6b4b0534e956a0eb64c3f71240536e72b666 targets: smithi116.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLAsPNxgGDPKjc55jqWP8TcpqMjVOhofuUIfwCWa4WQUemIhI+3KOFZgZFwKGngvHYjYGsG6r2fgI3cmasRfbHs= smithi148.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFrs6JLgpz5PxsPuudBe/6cCzyTHB+h8FFQckSqUlPdJFN5WjDWFmPVDHphHYVPSyzuWYeG6HYxENsaQAruEi8I= smithi177.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOfGL2n2cpufnptDD7zP6sZ8+LGwF0wBzqapzm3qFIYtLJv1l9k32XsisoJK9d7/1j83/83Yi4qCrjkf3eB2KTk= tasks: - pexec: all: - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 544fecbcd55f3d2b6f478823823ce40cbefef1d4 timestamp: 2024-06-30_20:00:17 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2698093 2024-07-05T21:19:17.044 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_9a6d6b4b0534e956a0eb64c3f71240536e72b666/qa; will attempt to use it 2024-07-05T21:19:17.249 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_9a6d6b4b0534e956a0eb64c3f71240536e72b666/qa/tasks 2024-07-05T21:19:17.249 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-07-05T21:19:17.251 INFO:teuthology.task.internal:Checking packages... 2024-07-05T21:19:17.454 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '3acca68492275b1156da5dac8da7596016588e64' 2024-07-05T21:19:17.454 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-07-05T21:19:17.454 INFO:teuthology.packaging:ref: None 2024-07-05T21:19:17.455 INFO:teuthology.packaging:tag: None 2024-07-05T21:19:17.455 INFO:teuthology.packaging:branch: main 2024-07-05T21:19:17.455 INFO:teuthology.packaging:sha1: 3acca68492275b1156da5dac8da7596016588e64 2024-07-05T21:19:17.455 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=main 2024-07-05T21:19:17.701 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-4793.g6f5a6f47 2024-07-05T21:19:17.702 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-07-05T21:19:17.708 INFO:teuthology.task.internal:no buildpackages task found 2024-07-05T21:19:17.709 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-07-05T21:19:17.727 INFO:teuthology.task.internal:Saving configuration 2024-07-05T21:19:17.738 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-07-05T21:19:17.746 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-07-05T21:19:17.768 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi116.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-06-30_20:00:17-rados-main-distro-default-smithi/7780297', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-07-05 21:14:00.171686', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLAsPNxgGDPKjc55jqWP8TcpqMjVOhofuUIfwCWa4WQUemIhI+3KOFZgZFwKGngvHYjYGsG6r2fgI3cmasRfbHs='} 2024-07-05T21:19:17.786 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi148.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-06-30_20:00:17-rados-main-distro-default-smithi/7780297', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-07-05 21:14:00.172896', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFrs6JLgpz5PxsPuudBe/6cCzyTHB+h8FFQckSqUlPdJFN5WjDWFmPVDHphHYVPSyzuWYeG6HYxENsaQAruEi8I='} 2024-07-05T21:19:17.805 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi177.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-06-30_20:00:17-rados-main-distro-default-smithi/7780297', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-07-05 21:14:00.169958', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOfGL2n2cpufnptDD7zP6sZ8+LGwF0wBzqapzm3qFIYtLJv1l9k32XsisoJK9d7/1j83/83Yi4qCrjkf3eB2KTk='} 2024-07-05T21:19:17.805 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-07-05T21:19:17.811 INFO:teuthology.task.internal:roles: ubuntu@smithi116.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-07-05T21:19:17.811 INFO:teuthology.task.internal:roles: ubuntu@smithi148.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-07-05T21:19:17.811 INFO:teuthology.task.internal:roles: ubuntu@smithi177.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-07-05T21:19:17.811 INFO:teuthology.run_tasks:Running task console_log... 2024-07-05T21:19:17.890 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fce899afac0>, signals=[15]) 2024-07-05T21:19:17.890 INFO:teuthology.run_tasks:Running task internal.connect... 2024-07-05T21:19:17.895 INFO:teuthology.task.internal:Opening connections... 2024-07-05T21:19:17.896 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi116.front.sepia.ceph.com 2024-07-05T21:19:17.897 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-05T21:19:18.015 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi148.front.sepia.ceph.com 2024-07-05T21:19:18.015 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-05T21:19:18.088 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi177.front.sepia.ceph.com 2024-07-05T21:19:18.089 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-05T21:19:18.164 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-07-05T21:19:18.170 DEBUG:teuthology.orchestra.run.smithi116:> uname -m 2024-07-05T21:19:18.188 INFO:teuthology.orchestra.run.smithi116.stdout:x86_64 2024-07-05T21:19:18.188 DEBUG:teuthology.orchestra.run.smithi116:> cat /etc/os-release 2024-07-05T21:19:18.246 INFO:teuthology.orchestra.run.smithi116.stdout:NAME="CentOS Stream" 2024-07-05T21:19:18.246 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION="9" 2024-07-05T21:19:18.246 INFO:teuthology.orchestra.run.smithi116.stdout:ID="centos" 2024-07-05T21:19:18.246 INFO:teuthology.orchestra.run.smithi116.stdout:ID_LIKE="rhel fedora" 2024-07-05T21:19:18.246 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION_ID="9" 2024-07-05T21:19:18.246 INFO:teuthology.orchestra.run.smithi116.stdout:PLATFORM_ID="platform:el9" 2024-07-05T21:19:18.246 INFO:teuthology.orchestra.run.smithi116.stdout:PRETTY_NAME="CentOS Stream 9" 2024-07-05T21:19:18.246 INFO:teuthology.orchestra.run.smithi116.stdout:ANSI_COLOR="0;31" 2024-07-05T21:19:18.246 INFO:teuthology.orchestra.run.smithi116.stdout:LOGO="fedora-logo-icon" 2024-07-05T21:19:18.246 INFO:teuthology.orchestra.run.smithi116.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-07-05T21:19:18.247 INFO:teuthology.orchestra.run.smithi116.stdout:HOME_URL="https://centos.org/" 2024-07-05T21:19:18.247 INFO:teuthology.orchestra.run.smithi116.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-07-05T21:19:18.247 INFO:teuthology.orchestra.run.smithi116.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-07-05T21:19:18.247 INFO:teuthology.orchestra.run.smithi116.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-07-05T21:19:18.247 INFO:teuthology.lock.ops:Updating smithi116.front.sepia.ceph.com on lock server 2024-07-05T21:19:18.270 DEBUG:teuthology.orchestra.run.smithi148:> uname -m 2024-07-05T21:19:18.289 INFO:teuthology.orchestra.run.smithi148.stdout:x86_64 2024-07-05T21:19:18.289 DEBUG:teuthology.orchestra.run.smithi148:> cat /etc/os-release 2024-07-05T21:19:18.346 INFO:teuthology.orchestra.run.smithi148.stdout:NAME="CentOS Stream" 2024-07-05T21:19:18.346 INFO:teuthology.orchestra.run.smithi148.stdout:VERSION="9" 2024-07-05T21:19:18.346 INFO:teuthology.orchestra.run.smithi148.stdout:ID="centos" 2024-07-05T21:19:18.346 INFO:teuthology.orchestra.run.smithi148.stdout:ID_LIKE="rhel fedora" 2024-07-05T21:19:18.346 INFO:teuthology.orchestra.run.smithi148.stdout:VERSION_ID="9" 2024-07-05T21:19:18.346 INFO:teuthology.orchestra.run.smithi148.stdout:PLATFORM_ID="platform:el9" 2024-07-05T21:19:18.346 INFO:teuthology.orchestra.run.smithi148.stdout:PRETTY_NAME="CentOS Stream 9" 2024-07-05T21:19:18.346 INFO:teuthology.orchestra.run.smithi148.stdout:ANSI_COLOR="0;31" 2024-07-05T21:19:18.347 INFO:teuthology.orchestra.run.smithi148.stdout:LOGO="fedora-logo-icon" 2024-07-05T21:19:18.347 INFO:teuthology.orchestra.run.smithi148.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-07-05T21:19:18.347 INFO:teuthology.orchestra.run.smithi148.stdout:HOME_URL="https://centos.org/" 2024-07-05T21:19:18.347 INFO:teuthology.orchestra.run.smithi148.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-07-05T21:19:18.347 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-07-05T21:19:18.347 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-07-05T21:19:18.347 INFO:teuthology.lock.ops:Updating smithi148.front.sepia.ceph.com on lock server 2024-07-05T21:19:18.370 DEBUG:teuthology.orchestra.run.smithi177:> uname -m 2024-07-05T21:19:18.388 INFO:teuthology.orchestra.run.smithi177.stdout:x86_64 2024-07-05T21:19:18.389 DEBUG:teuthology.orchestra.run.smithi177:> cat /etc/os-release 2024-07-05T21:19:18.447 INFO:teuthology.orchestra.run.smithi177.stdout:NAME="CentOS Stream" 2024-07-05T21:19:18.447 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION="9" 2024-07-05T21:19:18.447 INFO:teuthology.orchestra.run.smithi177.stdout:ID="centos" 2024-07-05T21:19:18.447 INFO:teuthology.orchestra.run.smithi177.stdout:ID_LIKE="rhel fedora" 2024-07-05T21:19:18.447 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION_ID="9" 2024-07-05T21:19:18.447 INFO:teuthology.orchestra.run.smithi177.stdout:PLATFORM_ID="platform:el9" 2024-07-05T21:19:18.447 INFO:teuthology.orchestra.run.smithi177.stdout:PRETTY_NAME="CentOS Stream 9" 2024-07-05T21:19:18.447 INFO:teuthology.orchestra.run.smithi177.stdout:ANSI_COLOR="0;31" 2024-07-05T21:19:18.447 INFO:teuthology.orchestra.run.smithi177.stdout:LOGO="fedora-logo-icon" 2024-07-05T21:19:18.448 INFO:teuthology.orchestra.run.smithi177.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-07-05T21:19:18.448 INFO:teuthology.orchestra.run.smithi177.stdout:HOME_URL="https://centos.org/" 2024-07-05T21:19:18.448 INFO:teuthology.orchestra.run.smithi177.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-07-05T21:19:18.448 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-07-05T21:19:18.448 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-07-05T21:19:18.448 INFO:teuthology.lock.ops:Updating smithi177.front.sepia.ceph.com on lock server 2024-07-05T21:19:18.470 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-07-05T21:19:18.478 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-07-05T21:19:18.482 INFO:teuthology.task.internal:Checking for old test directory... 2024-07-05T21:19:18.483 DEBUG:teuthology.orchestra.run.smithi116:> test '!' -e /home/ubuntu/cephtest 2024-07-05T21:19:18.485 DEBUG:teuthology.orchestra.run.smithi148:> test '!' -e /home/ubuntu/cephtest 2024-07-05T21:19:18.487 DEBUG:teuthology.orchestra.run.smithi177:> test '!' -e /home/ubuntu/cephtest 2024-07-05T21:19:18.503 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-07-05T21:19:18.509 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-07-05T21:19:18.509 DEBUG:teuthology.orchestra.run.smithi116:> test -z $(ls -A /var/lib/ceph) 2024-07-05T21:19:18.542 DEBUG:teuthology.orchestra.run.smithi148:> test -z $(ls -A /var/lib/ceph) 2024-07-05T21:19:18.544 DEBUG:teuthology.orchestra.run.smithi177:> test -z $(ls -A /var/lib/ceph) 2024-07-05T21:19:18.650 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-07-05T21:19:18.738 INFO:teuthology.run_tasks:Running task kernel... 2024-07-05T21:19:18.781 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-07-05T21:19:18.781 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-07-05T21:19:18.782 DEBUG:teuthology.orchestra.run.smithi116:> test -f /run/.containerenv -o -f /.dockerenv 2024-07-05T21:19:18.782 DEBUG:teuthology.orchestra.run.smithi148:> test -f /run/.containerenv -o -f /.dockerenv 2024-07-05T21:19:18.783 DEBUG:teuthology.orchestra.run.smithi177:> test -f /run/.containerenv -o -f /.dockerenv 2024-07-05T21:19:18.799 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-05T21:19:18.799 DEBUG:teuthology.orchestra.run.smithi148:> uname -r 2024-07-05T21:19:18.800 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-05T21:19:18.800 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-05T21:19:18.801 DEBUG:teuthology.orchestra.run.smithi177:> uname -r 2024-07-05T21:19:18.801 DEBUG:teuthology.orchestra.run.smithi116:> uname -r 2024-07-05T21:19:18.858 INFO:teuthology.orchestra.run.smithi148.stdout:5.14.0-437.el9.x86_64 2024-07-05T21:19:18.858 INFO:teuthology.task.kernel:Running kernel on smithi148: 5.14.0-437.el9.x86_64 2024-07-05T21:19:18.858 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum install -y kernel 2024-07-05T21:19:18.860 INFO:teuthology.orchestra.run.smithi177.stdout:5.14.0-437.el9.x86_64 2024-07-05T21:19:18.860 INFO:teuthology.orchestra.run.smithi116.stdout:5.14.0-437.el9.x86_64 2024-07-05T21:19:18.860 INFO:teuthology.task.kernel:Running kernel on smithi177: 5.14.0-437.el9.x86_64 2024-07-05T21:19:18.861 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum install -y kernel 2024-07-05T21:19:18.861 INFO:teuthology.task.kernel:Running kernel on smithi116: 5.14.0-437.el9.x86_64 2024-07-05T21:19:18.861 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum install -y kernel 2024-07-05T21:19:21.093 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.2 MB 00:00 2024-07-05T21:19:21.229 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.2 MB 00:00 2024-07-05T21:19:21.418 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - BaseOS 9.2 MB/s | 8.2 MB 00:00 2024-07-05T21:19:23.352 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - AppStream 25 MB/s | 20 MB 00:00 2024-07-05T21:19:28.478 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - CRB 6.0 MB/s | 6.4 MB 00:01 2024-07-05T21:19:30.153 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - Extras packages 51 kB/s | 17 kB 00:00 2024-07-05T21:19:31.051 INFO:teuthology.orchestra.run.smithi177.stdout:Extra Packages for Enterprise Linux 29 MB/s | 22 MB 00:00 2024-07-05T21:19:35.934 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - AppStream 1.4 MB/s | 20 MB 00:13 2024-07-05T21:19:35.962 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - AppStream 1.5 MB/s | 20 MB 00:13 2024-07-05T21:19:36.382 INFO:teuthology.orchestra.run.smithi177.stdout:lab-extras 21 kB/s | 1.7 kB 00:00 2024-07-05T21:19:38.405 INFO:teuthology.orchestra.run.smithi177.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-07-05T21:19:38.405 INFO:teuthology.orchestra.run.smithi177.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-07-05T21:19:38.488 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-07-05T21:19:38.495 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:19:38.495 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2024-07-05T21:19:38.496 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:19:38.496 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-07-05T21:19:38.496 INFO:teuthology.orchestra.run.smithi177.stdout: kernel x86_64 5.14.0-472.el9 baseos 1.2 M 2024-07-05T21:19:38.496 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-07-05T21:19:38.496 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-core x86_64 5.14.0-472.el9 baseos 17 M 2024-07-05T21:19:38.496 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-modules x86_64 5.14.0-472.el9 baseos 35 M 2024-07-05T21:19:38.496 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-modules-core x86_64 5.14.0-472.el9 baseos 30 M 2024-07-05T21:19:38.496 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:19:38.496 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-07-05T21:19:38.496 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:19:38.496 INFO:teuthology.orchestra.run.smithi177.stdout:Install 4 Packages 2024-07-05T21:19:38.496 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:19:38.497 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 83 M 2024-07-05T21:19:38.497 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 126 M 2024-07-05T21:19:38.497 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-07-05T21:19:38.791 INFO:teuthology.orchestra.run.smithi177.stdout:(1/4): kernel-5.14.0-472.el9.x86_64.rpm 5.4 MB/s | 1.2 MB 00:00 2024-07-05T21:19:41.132 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - CRB 4.6 MB/s | 6.4 MB 00:01 2024-07-05T21:19:41.160 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - CRB 4.4 MB/s | 6.4 MB 00:01 2024-07-05T21:19:42.738 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - Extras packages 65 kB/s | 17 kB 00:00 2024-07-05T21:19:42.944 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - Extras packages 59 kB/s | 17 kB 00:00 2024-07-05T21:19:43.474 INFO:teuthology.orchestra.run.smithi177.stdout:(2/4): kernel-core-5.14.0-472.el9.x86_64.rpm 3.4 MB/s | 17 MB 00:04 2024-07-05T21:19:43.700 INFO:teuthology.orchestra.run.smithi148.stdout:Extra Packages for Enterprise Linux 27 MB/s | 22 MB 00:00 2024-07-05T21:19:44.123 INFO:teuthology.orchestra.run.smithi116.stdout:Extra Packages for Enterprise Linux 21 MB/s | 22 MB 00:01 2024-07-05T21:19:46.616 INFO:teuthology.orchestra.run.smithi177.stdout:(3/4): kernel-modules-5.14.0-472.el9.x86_64.rpm 4.4 MB/s | 35 MB 00:08 2024-07-05T21:19:47.574 INFO:teuthology.orchestra.run.smithi177.stdout:(4/4): kernel-modules-core-5.14.0-472.el9.x86_6 3.4 MB/s | 30 MB 00:08 2024-07-05T21:19:47.574 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:19:47.575 INFO:teuthology.orchestra.run.smithi177.stdout:Total 9.1 MB/s | 83 MB 00:09 2024-07-05T21:19:48.294 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-07-05T21:19:48.631 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-07-05T21:19:48.631 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-07-05T21:19:49.056 INFO:teuthology.orchestra.run.smithi148.stdout:lab-extras 20 kB/s | 1.7 kB 00:00 2024-07-05T21:19:49.362 INFO:teuthology.orchestra.run.smithi116.stdout:lab-extras 26 kB/s | 1.7 kB 00:00 2024-07-05T21:19:49.616 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-07-05T21:19:49.616 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-07-05T21:19:51.096 INFO:teuthology.orchestra.run.smithi148.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-07-05T21:19:51.096 INFO:teuthology.orchestra.run.smithi148.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-07-05T21:19:51.186 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-07-05T21:19:51.202 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:19:51.202 INFO:teuthology.orchestra.run.smithi148.stdout: Package Architecture Version Repository Size 2024-07-05T21:19:51.202 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:19:51.202 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-07-05T21:19:51.202 INFO:teuthology.orchestra.run.smithi148.stdout: kernel x86_64 5.14.0-472.el9 baseos 1.2 M 2024-07-05T21:19:51.202 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-07-05T21:19:51.202 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-core x86_64 5.14.0-472.el9 baseos 17 M 2024-07-05T21:19:51.203 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-modules x86_64 5.14.0-472.el9 baseos 35 M 2024-07-05T21:19:51.203 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-modules-core x86_64 5.14.0-472.el9 baseos 30 M 2024-07-05T21:19:51.203 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:19:51.203 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-07-05T21:19:51.203 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:19:51.203 INFO:teuthology.orchestra.run.smithi148.stdout:Install 4 Packages 2024-07-05T21:19:51.203 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:19:51.204 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 83 M 2024-07-05T21:19:51.204 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 126 M 2024-07-05T21:19:51.204 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-07-05T21:19:51.418 INFO:teuthology.orchestra.run.smithi116.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-07-05T21:19:51.418 INFO:teuthology.orchestra.run.smithi116.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-07-05T21:19:51.510 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-07-05T21:19:51.519 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:19:51.520 INFO:teuthology.orchestra.run.smithi116.stdout: Package Architecture Version Repository Size 2024-07-05T21:19:51.520 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:19:51.520 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-07-05T21:19:51.520 INFO:teuthology.orchestra.run.smithi116.stdout: kernel x86_64 5.14.0-472.el9 baseos 1.2 M 2024-07-05T21:19:51.520 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-07-05T21:19:51.520 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-core x86_64 5.14.0-472.el9 baseos 17 M 2024-07-05T21:19:51.520 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-modules x86_64 5.14.0-472.el9 baseos 35 M 2024-07-05T21:19:51.520 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-modules-core x86_64 5.14.0-472.el9 baseos 30 M 2024-07-05T21:19:51.520 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:19:51.520 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-07-05T21:19:51.520 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:19:51.520 INFO:teuthology.orchestra.run.smithi116.stdout:Install 4 Packages 2024-07-05T21:19:51.521 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:19:51.521 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 83 M 2024-07-05T21:19:51.521 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 126 M 2024-07-05T21:19:51.521 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-07-05T21:19:52.029 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-07-05T21:19:52.433 INFO:teuthology.orchestra.run.smithi148.stdout:(1/4): kernel-5.14.0-472.el9.x86_64.rpm 1.2 MB/s | 1.2 MB 00:01 2024-07-05T21:19:52.488 INFO:teuthology.orchestra.run.smithi116.stdout:(1/4): kernel-5.14.0-472.el9.x86_64.rpm 1.5 MB/s | 1.2 MB 00:00 2024-07-05T21:19:52.712 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : kernel-modules-core-5.14.0-472.el9.x86_64 1/4 2024-07-05T21:19:52.816 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : kernel-core-5.14.0-472.el9.x86_64 2/4 2024-07-05T21:19:53.508 INFO:teuthology.orchestra.run.smithi148.stdout:(2/4): kernel-core-5.14.0-472.el9.x86_64.rpm 7.9 MB/s | 17 MB 00:02 2024-07-05T21:19:54.266 INFO:teuthology.orchestra.run.smithi148.stdout:(3/4): kernel-modules-core-5.14.0-472.el9.x86_6 16 MB/s | 30 MB 00:01 2024-07-05T21:19:54.583 INFO:teuthology.orchestra.run.smithi148.stdout:(4/4): kernel-modules-5.14.0-472.el9.x86_64.rpm 11 MB/s | 35 MB 00:03 2024-07-05T21:19:54.586 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:19:54.586 INFO:teuthology.orchestra.run.smithi148.stdout:Total 25 MB/s | 83 MB 00:03 2024-07-05T21:19:54.946 INFO:teuthology.orchestra.run.smithi116.stdout:(2/4): kernel-core-5.14.0-472.el9.x86_64.rpm 5.1 MB/s | 17 MB 00:03 2024-07-05T21:19:55.310 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-07-05T21:19:55.482 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-core-5.14.0-472.el9.x86_64 2/4 2024-07-05T21:19:55.622 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : kernel-modules-5.14.0-472.el9.x86_64 3/4 2024-07-05T21:19:55.667 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-07-05T21:19:55.668 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-07-05T21:19:56.683 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-07-05T21:19:56.683 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-07-05T21:19:56.830 INFO:teuthology.orchestra.run.smithi116.stdout:(3/4): kernel-modules-5.14.0-472.el9.x86_64.rpm 6.9 MB/s | 35 MB 00:05 2024-07-05T21:19:58.897 INFO:teuthology.orchestra.run.smithi116.stdout:(4/4): kernel-modules-core-5.14.0-472.el9.x86_6 4.6 MB/s | 30 MB 00:06 2024-07-05T21:19:58.897 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:19:58.897 INFO:teuthology.orchestra.run.smithi116.stdout:Total 11 MB/s | 83 MB 00:07 2024-07-05T21:19:59.120 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-07-05T21:19:59.615 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-07-05T21:19:59.814 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : kernel-modules-core-5.14.0-472.el9.x86_64 1/4 2024-07-05T21:19:59.908 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : kernel-core-5.14.0-472.el9.x86_64 2/4 2024-07-05T21:19:59.978 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-07-05T21:19:59.978 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-07-05T21:20:00.435 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-modules-5.14.0-472.el9.x86_64 3/4 2024-07-05T21:20:00.488 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : kernel-5.14.0-472.el9.x86_64 4/4 2024-07-05T21:20:00.934 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-07-05T21:20:00.934 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-07-05T21:20:02.593 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-core-5.14.0-472.el9.x86_64 2/4 2024-07-05T21:20:02.759 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : kernel-modules-5.14.0-472.el9.x86_64 3/4 2024-07-05T21:20:03.337 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-07-05T21:20:04.009 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : kernel-modules-core-5.14.0-472.el9.x86_64 1/4 2024-07-05T21:20:04.113 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : kernel-core-5.14.0-472.el9.x86_64 2/4 2024-07-05T21:20:05.285 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-modules-core-5.14.0-472.el9.x86_64 4/4 2024-07-05T21:20:06.779 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-core-5.14.0-472.el9.x86_64 2/4 2024-07-05T21:20:06.923 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : kernel-modules-5.14.0-472.el9.x86_64 3/4 2024-07-05T21:20:07.598 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-modules-5.14.0-472.el9.x86_64 3/4 2024-07-05T21:20:07.725 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : kernel-5.14.0-472.el9.x86_64 4/4 2024-07-05T21:20:11.748 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-modules-5.14.0-472.el9.x86_64 3/4 2024-07-05T21:20:11.855 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : kernel-5.14.0-472.el9.x86_64 4/4 2024-07-05T21:20:12.571 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-modules-core-5.14.0-472.el9.x86_64 4/4 2024-07-05T21:20:16.766 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-modules-core-5.14.0-472.el9.x86_64 4/4 2024-07-05T21:20:34.670 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-core-5.14.0-472.el9.x86_64 4/4 2024-07-05T21:20:34.710 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-modules-5.14.0-472.el9.x86_64 4/4 2024-07-05T21:20:34.996 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-5.14.0-472.el9.x86_64 4/4 2024-07-05T21:20:34.996 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : kernel-5.14.0-472.el9.x86_64 1/4 2024-07-05T21:20:34.996 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : kernel-core-5.14.0-472.el9.x86_64 2/4 2024-07-05T21:20:34.996 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : kernel-modules-5.14.0-472.el9.x86_64 3/4 2024-07-05T21:20:35.824 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : kernel-modules-core-5.14.0-472.el9.x86_64 4/4 2024-07-05T21:20:35.824 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:20:35.824 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-07-05T21:20:35.824 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-5.14.0-472.el9.x86_64 2024-07-05T21:20:35.824 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-core-5.14.0-472.el9.x86_64 2024-07-05T21:20:35.824 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-modules-5.14.0-472.el9.x86_64 2024-07-05T21:20:35.824 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-modules-core-5.14.0-472.el9.x86_64 2024-07-05T21:20:35.824 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:20:35.825 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-07-05T21:20:36.223 DEBUG:teuthology.orchestra.run.smithi177:> rpm -q kernel | sort -rV | head -n 1 2024-07-05T21:20:36.301 INFO:teuthology.orchestra.run.smithi177.stdout:kernel-5.14.0-472.el9.x86_64 2024-07-05T21:20:36.301 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-472.el9.x86_64 2024-07-05T21:20:36.301 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-472.el9.x86_64 2024-07-05T21:20:36.302 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-07-05T21:20:36.302 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-07-05T21:20:36.302 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-07-05T21:20:36.302 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi177.front.sepia.ceph.com, path=None, version=distro) 2024-07-05T21:20:36.302 DEBUG:teuthology.orchestra.run.smithi177:> rpm -q kernel | sort -rV | head -n 1 2024-07-05T21:20:36.356 INFO:teuthology.orchestra.run.smithi177.stdout:kernel-5.14.0-472.el9.x86_64 2024-07-05T21:20:36.356 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-472.el9.x86_64 2024-07-05T21:20:36.357 DEBUG:teuthology.orchestra.run.smithi177:> sudo rpm -qi grub2-tools 2024-07-05T21:20:36.386 INFO:teuthology.orchestra.run.smithi177.stdout:Name : grub2-tools 2024-07-05T21:20:36.387 INFO:teuthology.orchestra.run.smithi177.stdout:Epoch : 1 2024-07-05T21:20:36.387 INFO:teuthology.orchestra.run.smithi177.stdout:Version : 2.06 2024-07-05T21:20:36.387 INFO:teuthology.orchestra.run.smithi177.stdout:Release : 68.el9 2024-07-05T21:20:36.387 INFO:teuthology.orchestra.run.smithi177.stdout:Architecture: x86_64 2024-07-05T21:20:36.387 INFO:teuthology.orchestra.run.smithi177.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-07-05T21:20:36.387 INFO:teuthology.orchestra.run.smithi177.stdout:Group : Unspecified 2024-07-05T21:20:36.387 INFO:teuthology.orchestra.run.smithi177.stdout:Size : 8264254 2024-07-05T21:20:36.387 INFO:teuthology.orchestra.run.smithi177.stdout:License : GPLv3+ 2024-07-05T21:20:36.387 INFO:teuthology.orchestra.run.smithi177.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-07-05T21:20:36.387 INFO:teuthology.orchestra.run.smithi177.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-07-05T21:20:36.387 INFO:teuthology.orchestra.run.smithi177.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-07-05T21:20:36.388 INFO:teuthology.orchestra.run.smithi177.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-07-05T21:20:36.388 INFO:teuthology.orchestra.run.smithi177.stdout:Packager : builder@centos.org 2024-07-05T21:20:36.388 INFO:teuthology.orchestra.run.smithi177.stdout:Vendor : CentOS 2024-07-05T21:20:36.388 INFO:teuthology.orchestra.run.smithi177.stdout:URL : http://www.gnu.org/software/grub/ 2024-07-05T21:20:36.388 INFO:teuthology.orchestra.run.smithi177.stdout:Summary : Support tools for GRUB. 2024-07-05T21:20:36.388 INFO:teuthology.orchestra.run.smithi177.stdout:Description : 2024-07-05T21:20:36.388 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:20:36.388 INFO:teuthology.orchestra.run.smithi177.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-07-05T21:20:36.388 INFO:teuthology.orchestra.run.smithi177.stdout:customizable bootloader with modular architecture. It supports a rich 2024-07-05T21:20:36.388 INFO:teuthology.orchestra.run.smithi177.stdout:variety of kernel formats, file systems, computer architectures and 2024-07-05T21:20:36.388 INFO:teuthology.orchestra.run.smithi177.stdout:hardware devices. 2024-07-05T21:20:36.388 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:20:36.388 INFO:teuthology.orchestra.run.smithi177.stdout:This subpackage provides tools for support of all platforms. 2024-07-05T21:20:36.389 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-07-05T21:20:36.389 INFO:teuthology.task.kernel:Updating grub on smithi177 to boot 5.14.0-472.el9.x86_64 2024-07-05T21:20:36.390 DEBUG:teuthology.orchestra.run.smithi177:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-07-05T21:20:37.013 INFO:teuthology.orchestra.run.smithi177.stderr:Generating grub configuration file ... 2024-07-05T21:20:38.452 INFO:teuthology.orchestra.run.smithi177.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-07-05T21:20:38.467 INFO:teuthology.orchestra.run.smithi177.stderr:done 2024-07-05T21:20:38.469 DEBUG:teuthology.orchestra.run.smithi177:> mktemp 2024-07-05T21:20:38.486 INFO:teuthology.orchestra.run.smithi177.stdout:/tmp/tmp.9ZIneniK5N 2024-07-05T21:20:38.487 DEBUG:teuthology.orchestra.run.smithi177:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.9ZIneniK5N 2024-07-05T21:20:38.560 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod 0666 /tmp/tmp.9ZIneniK5N 2024-07-05T21:20:38.696 DEBUG:teuthology.orchestra.remote:smithi177:/tmp/tmp.9ZIneniK5N is 6KB 2024-07-05T21:20:38.748 DEBUG:teuthology.orchestra.run.smithi177:> rm -fr /tmp/tmp.9ZIneniK5N 2024-07-05T21:20:38.763 DEBUG:teuthology.orchestra.run.smithi177:> sudo /bin/ls /boot/loader/entries || true 2024-07-05T21:20:38.824 INFO:teuthology.orchestra.run.smithi177.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-07-05T21:20:38.824 INFO:teuthology.orchestra.run.smithi177.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-07-05T21:20:38.824 INFO:teuthology.orchestra.run.smithi177.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-07-05T21:20:38.824 INFO:teuthology.orchestra.run.smithi177.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-472.el9.x86_64.conf 2024-07-05T21:20:38.825 DEBUG:teuthology.orchestra.run.smithi177:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-472.el9.x86_64 2024-07-05T21:20:38.980 DEBUG:teuthology.orchestra.run.smithi177:> sudo shutdown -r now 2024-07-05T21:20:42.164 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-core-5.14.0-472.el9.x86_64 4/4 2024-07-05T21:20:42.203 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-modules-5.14.0-472.el9.x86_64 4/4 2024-07-05T21:20:42.498 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: kernel-5.14.0-472.el9.x86_64 4/4 2024-07-05T21:20:42.499 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : kernel-5.14.0-472.el9.x86_64 1/4 2024-07-05T21:20:42.499 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : kernel-core-5.14.0-472.el9.x86_64 2/4 2024-07-05T21:20:42.499 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : kernel-modules-5.14.0-472.el9.x86_64 3/4 2024-07-05T21:20:43.240 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : kernel-modules-core-5.14.0-472.el9.x86_64 4/4 2024-07-05T21:20:43.241 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:20:43.241 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-07-05T21:20:43.241 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-5.14.0-472.el9.x86_64 2024-07-05T21:20:43.241 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-core-5.14.0-472.el9.x86_64 2024-07-05T21:20:43.241 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-modules-5.14.0-472.el9.x86_64 2024-07-05T21:20:43.241 INFO:teuthology.orchestra.run.smithi148.stdout: kernel-modules-core-5.14.0-472.el9.x86_64 2024-07-05T21:20:43.241 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:20:43.241 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-07-05T21:20:43.663 DEBUG:teuthology.orchestra.run.smithi148:> rpm -q kernel | sort -rV | head -n 1 2024-07-05T21:20:43.801 INFO:teuthology.orchestra.run.smithi148.stdout:kernel-5.14.0-472.el9.x86_64 2024-07-05T21:20:43.801 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-472.el9.x86_64 2024-07-05T21:20:43.801 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-472.el9.x86_64 2024-07-05T21:20:43.802 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-07-05T21:20:43.802 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-07-05T21:20:43.802 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-07-05T21:20:43.802 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi148.front.sepia.ceph.com, path=None, version=distro) 2024-07-05T21:20:43.802 DEBUG:teuthology.orchestra.run.smithi148:> rpm -q kernel | sort -rV | head -n 1 2024-07-05T21:20:43.856 INFO:teuthology.orchestra.run.smithi148.stdout:kernel-5.14.0-472.el9.x86_64 2024-07-05T21:20:43.857 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-472.el9.x86_64 2024-07-05T21:20:43.857 DEBUG:teuthology.orchestra.run.smithi148:> sudo rpm -qi grub2-tools 2024-07-05T21:20:43.888 INFO:teuthology.orchestra.run.smithi148.stdout:Name : grub2-tools 2024-07-05T21:20:43.888 INFO:teuthology.orchestra.run.smithi148.stdout:Epoch : 1 2024-07-05T21:20:43.888 INFO:teuthology.orchestra.run.smithi148.stdout:Version : 2.06 2024-07-05T21:20:43.888 INFO:teuthology.orchestra.run.smithi148.stdout:Release : 68.el9 2024-07-05T21:20:43.888 INFO:teuthology.orchestra.run.smithi148.stdout:Architecture: x86_64 2024-07-05T21:20:43.889 INFO:teuthology.orchestra.run.smithi148.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-07-05T21:20:43.889 INFO:teuthology.orchestra.run.smithi148.stdout:Group : Unspecified 2024-07-05T21:20:43.889 INFO:teuthology.orchestra.run.smithi148.stdout:Size : 8264254 2024-07-05T21:20:43.889 INFO:teuthology.orchestra.run.smithi148.stdout:License : GPLv3+ 2024-07-05T21:20:43.889 INFO:teuthology.orchestra.run.smithi148.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-07-05T21:20:43.889 INFO:teuthology.orchestra.run.smithi148.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-07-05T21:20:43.889 INFO:teuthology.orchestra.run.smithi148.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-07-05T21:20:43.889 INFO:teuthology.orchestra.run.smithi148.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-07-05T21:20:43.889 INFO:teuthology.orchestra.run.smithi148.stdout:Packager : builder@centos.org 2024-07-05T21:20:43.889 INFO:teuthology.orchestra.run.smithi148.stdout:Vendor : CentOS 2024-07-05T21:20:43.889 INFO:teuthology.orchestra.run.smithi148.stdout:URL : http://www.gnu.org/software/grub/ 2024-07-05T21:20:43.889 INFO:teuthology.orchestra.run.smithi148.stdout:Summary : Support tools for GRUB. 2024-07-05T21:20:43.889 INFO:teuthology.orchestra.run.smithi148.stdout:Description : 2024-07-05T21:20:43.890 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:20:43.890 INFO:teuthology.orchestra.run.smithi148.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-07-05T21:20:43.890 INFO:teuthology.orchestra.run.smithi148.stdout:customizable bootloader with modular architecture. It supports a rich 2024-07-05T21:20:43.890 INFO:teuthology.orchestra.run.smithi148.stdout:variety of kernel formats, file systems, computer architectures and 2024-07-05T21:20:43.890 INFO:teuthology.orchestra.run.smithi148.stdout:hardware devices. 2024-07-05T21:20:43.890 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:20:43.890 INFO:teuthology.orchestra.run.smithi148.stdout:This subpackage provides tools for support of all platforms. 2024-07-05T21:20:43.891 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-07-05T21:20:43.891 INFO:teuthology.task.kernel:Updating grub on smithi148 to boot 5.14.0-472.el9.x86_64 2024-07-05T21:20:43.891 DEBUG:teuthology.orchestra.run.smithi148:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-07-05T21:20:44.505 INFO:teuthology.orchestra.run.smithi148.stderr:Generating grub configuration file ... 2024-07-05T21:20:45.878 INFO:teuthology.orchestra.run.smithi148.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-07-05T21:20:45.911 INFO:teuthology.orchestra.run.smithi148.stderr:done 2024-07-05T21:20:45.914 DEBUG:teuthology.orchestra.run.smithi148:> mktemp 2024-07-05T21:20:45.929 INFO:teuthology.orchestra.run.smithi148.stdout:/tmp/tmp.kTNKtTHvOo 2024-07-05T21:20:45.930 DEBUG:teuthology.orchestra.run.smithi148:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.kTNKtTHvOo 2024-07-05T21:20:45.996 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod 0666 /tmp/tmp.kTNKtTHvOo 2024-07-05T21:20:46.125 DEBUG:teuthology.orchestra.remote:smithi148:/tmp/tmp.kTNKtTHvOo is 6KB 2024-07-05T21:20:46.178 DEBUG:teuthology.orchestra.run.smithi148:> rm -fr /tmp/tmp.kTNKtTHvOo 2024-07-05T21:20:46.193 DEBUG:teuthology.orchestra.run.smithi148:> sudo /bin/ls /boot/loader/entries || true 2024-07-05T21:20:46.255 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-core-5.14.0-472.el9.x86_64 4/4 2024-07-05T21:20:46.255 INFO:teuthology.orchestra.run.smithi148.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-07-05T21:20:46.255 INFO:teuthology.orchestra.run.smithi148.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-07-05T21:20:46.255 INFO:teuthology.orchestra.run.smithi148.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-07-05T21:20:46.255 INFO:teuthology.orchestra.run.smithi148.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-472.el9.x86_64.conf 2024-07-05T21:20:46.256 DEBUG:teuthology.orchestra.run.smithi148:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-472.el9.x86_64 2024-07-05T21:20:46.294 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-modules-5.14.0-472.el9.x86_64 4/4 2024-07-05T21:20:46.406 DEBUG:teuthology.orchestra.run.smithi148:> sudo shutdown -r now 2024-07-05T21:20:46.672 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-5.14.0-472.el9.x86_64 4/4 2024-07-05T21:20:46.672 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : kernel-5.14.0-472.el9.x86_64 1/4 2024-07-05T21:20:46.672 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : kernel-core-5.14.0-472.el9.x86_64 2/4 2024-07-05T21:20:46.672 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : kernel-modules-5.14.0-472.el9.x86_64 3/4 2024-07-05T21:20:47.447 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : kernel-modules-core-5.14.0-472.el9.x86_64 4/4 2024-07-05T21:20:47.447 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:20:47.447 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-07-05T21:20:47.447 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-5.14.0-472.el9.x86_64 2024-07-05T21:20:47.447 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-core-5.14.0-472.el9.x86_64 2024-07-05T21:20:47.447 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-modules-5.14.0-472.el9.x86_64 2024-07-05T21:20:47.447 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-modules-core-5.14.0-472.el9.x86_64 2024-07-05T21:20:47.447 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:20:47.447 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-07-05T21:20:47.804 DEBUG:teuthology.orchestra.run.smithi116:> rpm -q kernel | sort -rV | head -n 1 2024-07-05T21:20:47.878 INFO:teuthology.orchestra.run.smithi116.stdout:kernel-5.14.0-472.el9.x86_64 2024-07-05T21:20:47.878 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-472.el9.x86_64 2024-07-05T21:20:47.879 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-472.el9.x86_64 2024-07-05T21:20:47.879 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-07-05T21:20:47.879 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-07-05T21:20:47.879 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-07-05T21:20:47.879 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi116.front.sepia.ceph.com, path=None, version=distro) 2024-07-05T21:20:47.879 DEBUG:teuthology.orchestra.run.smithi116:> rpm -q kernel | sort -rV | head -n 1 2024-07-05T21:20:47.933 INFO:teuthology.orchestra.run.smithi116.stdout:kernel-5.14.0-472.el9.x86_64 2024-07-05T21:20:47.933 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-472.el9.x86_64 2024-07-05T21:20:47.933 DEBUG:teuthology.orchestra.run.smithi116:> sudo rpm -qi grub2-tools 2024-07-05T21:20:47.972 INFO:teuthology.orchestra.run.smithi116.stdout:Name : grub2-tools 2024-07-05T21:20:47.973 INFO:teuthology.orchestra.run.smithi116.stdout:Epoch : 1 2024-07-05T21:20:47.973 INFO:teuthology.orchestra.run.smithi116.stdout:Version : 2.06 2024-07-05T21:20:47.973 INFO:teuthology.orchestra.run.smithi116.stdout:Release : 68.el9 2024-07-05T21:20:47.973 INFO:teuthology.orchestra.run.smithi116.stdout:Architecture: x86_64 2024-07-05T21:20:47.973 INFO:teuthology.orchestra.run.smithi116.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-07-05T21:20:47.973 INFO:teuthology.orchestra.run.smithi116.stdout:Group : Unspecified 2024-07-05T21:20:47.973 INFO:teuthology.orchestra.run.smithi116.stdout:Size : 8264254 2024-07-05T21:20:47.973 INFO:teuthology.orchestra.run.smithi116.stdout:License : GPLv3+ 2024-07-05T21:20:47.973 INFO:teuthology.orchestra.run.smithi116.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-07-05T21:20:47.973 INFO:teuthology.orchestra.run.smithi116.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-07-05T21:20:47.974 INFO:teuthology.orchestra.run.smithi116.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-07-05T21:20:47.974 INFO:teuthology.orchestra.run.smithi116.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-07-05T21:20:47.974 INFO:teuthology.orchestra.run.smithi116.stdout:Packager : builder@centos.org 2024-07-05T21:20:47.974 INFO:teuthology.orchestra.run.smithi116.stdout:Vendor : CentOS 2024-07-05T21:20:47.974 INFO:teuthology.orchestra.run.smithi116.stdout:URL : http://www.gnu.org/software/grub/ 2024-07-05T21:20:47.974 INFO:teuthology.orchestra.run.smithi116.stdout:Summary : Support tools for GRUB. 2024-07-05T21:20:47.974 INFO:teuthology.orchestra.run.smithi116.stdout:Description : 2024-07-05T21:20:47.975 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:20:47.975 INFO:teuthology.orchestra.run.smithi116.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-07-05T21:20:47.975 INFO:teuthology.orchestra.run.smithi116.stdout:customizable bootloader with modular architecture. It supports a rich 2024-07-05T21:20:47.975 INFO:teuthology.orchestra.run.smithi116.stdout:variety of kernel formats, file systems, computer architectures and 2024-07-05T21:20:47.975 INFO:teuthology.orchestra.run.smithi116.stdout:hardware devices. 2024-07-05T21:20:47.975 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:20:47.976 INFO:teuthology.orchestra.run.smithi116.stdout:This subpackage provides tools for support of all platforms. 2024-07-05T21:20:47.977 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-07-05T21:20:47.977 INFO:teuthology.task.kernel:Updating grub on smithi116 to boot 5.14.0-472.el9.x86_64 2024-07-05T21:20:47.977 DEBUG:teuthology.orchestra.run.smithi116:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-07-05T21:20:48.573 INFO:teuthology.orchestra.run.smithi116.stderr:Generating grub configuration file ... 2024-07-05T21:20:49.938 INFO:teuthology.orchestra.run.smithi116.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-07-05T21:20:49.959 INFO:teuthology.orchestra.run.smithi116.stderr:done 2024-07-05T21:20:49.961 DEBUG:teuthology.orchestra.run.smithi116:> mktemp 2024-07-05T21:20:49.977 INFO:teuthology.orchestra.run.smithi116.stdout:/tmp/tmp.1U39m4mrUA 2024-07-05T21:20:49.978 DEBUG:teuthology.orchestra.run.smithi116:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.1U39m4mrUA 2024-07-05T21:20:50.044 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 0666 /tmp/tmp.1U39m4mrUA 2024-07-05T21:20:50.182 DEBUG:teuthology.orchestra.remote:smithi116:/tmp/tmp.1U39m4mrUA is 6KB 2024-07-05T21:20:50.230 DEBUG:teuthology.orchestra.run.smithi116:> rm -fr /tmp/tmp.1U39m4mrUA 2024-07-05T21:20:50.244 DEBUG:teuthology.orchestra.run.smithi116:> sudo /bin/ls /boot/loader/entries || true 2024-07-05T21:20:50.306 INFO:teuthology.orchestra.run.smithi116.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-07-05T21:20:50.306 INFO:teuthology.orchestra.run.smithi116.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-07-05T21:20:50.306 INFO:teuthology.orchestra.run.smithi116.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-07-05T21:20:50.306 INFO:teuthology.orchestra.run.smithi116.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-472.el9.x86_64.conf 2024-07-05T21:20:50.308 DEBUG:teuthology.orchestra.run.smithi116:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-472.el9.x86_64 2024-07-05T21:20:50.445 DEBUG:teuthology.orchestra.run.smithi116:> sudo shutdown -r now 2024-07-05T21:21:08.994 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-07-05T21:21:08.995 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-07-05T21:21:08.996 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-05T21:21:16.414 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-07-05T21:21:16.415 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-07-05T21:21:16.415 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-05T21:21:20.451 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-07-05T21:21:20.452 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-07-05T21:21:20.452 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-05T21:21:27.330 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.177 2024-07-05T21:21:34.750 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.148 2024-07-05T21:21:36.332 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-07-05T21:21:36.333 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-05T21:21:38.846 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.116 2024-07-05T21:21:43.757 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-07-05T21:21:43.758 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-05T21:21:46.815 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.148 2024-07-05T21:21:47.848 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-07-05T21:21:47.849 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-05T21:21:50.910 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.116 2024-07-05T21:21:58.820 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-07-05T21:21:58.821 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-05T21:22:02.915 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-07-05T21:22:02.916 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-05T21:22:17.247 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.148 2024-07-05T21:22:32.262 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-07-05T21:22:32.263 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-05T21:22:33.094 DEBUG:teuthology.orchestra.run.smithi148:> true 2024-07-05T21:22:33.511 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-07-05T21:22:33.511 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-472.el9.x86_64"... 2024-07-05T21:22:33.512 DEBUG:teuthology.orchestra.run.smithi148:> uname -r 2024-07-05T21:22:33.526 INFO:teuthology.orchestra.run.smithi148.stdout:5.14.0-472.el9.x86_64 2024-07-05T21:22:33.526 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-472.el9.x86_64 vs 5.14.0-472.el9.x86_64 2024-07-05T21:22:33.526 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-07-05T21:22:33.526 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-07-05T21:22:34.527 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-07-05T21:22:34.527 DEBUG:teuthology.orchestra.run.smithi148:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-07-05T21:22:34.609 INFO:teuthology.orchestra.run.smithi148.stdout:ttyS1 2024-07-05T21:22:34.653 DEBUG:teuthology.parallel:result is None 2024-07-05T21:22:34.696 DEBUG:teuthology.orchestra.run.smithi116:> true 2024-07-05T21:22:35.127 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-07-05T21:22:35.127 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-472.el9.x86_64"... 2024-07-05T21:22:35.127 DEBUG:teuthology.orchestra.run.smithi116:> uname -r 2024-07-05T21:22:35.141 INFO:teuthology.orchestra.run.smithi116.stdout:5.14.0-472.el9.x86_64 2024-07-05T21:22:35.142 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-472.el9.x86_64 vs 5.14.0-472.el9.x86_64 2024-07-05T21:22:35.142 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-07-05T21:22:35.142 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-07-05T21:22:36.143 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-07-05T21:22:36.143 DEBUG:teuthology.orchestra.run.smithi116:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-07-05T21:22:36.330 INFO:teuthology.orchestra.run.smithi116.stdout:ttyS1 2024-07-05T21:22:36.335 DEBUG:teuthology.orchestra.remote:timed out 2024-07-05T21:22:36.385 DEBUG:teuthology.parallel:result is None 2024-07-05T21:22:48.336 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-07-05T21:22:48.337 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-05T21:22:48.743 DEBUG:teuthology.orchestra.run.smithi177:> true 2024-07-05T21:22:49.104 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-07-05T21:22:49.104 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-472.el9.x86_64"... 2024-07-05T21:22:49.104 DEBUG:teuthology.orchestra.run.smithi177:> uname -r 2024-07-05T21:22:49.121 INFO:teuthology.orchestra.run.smithi177.stdout:5.14.0-472.el9.x86_64 2024-07-05T21:22:49.121 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-472.el9.x86_64 vs 5.14.0-472.el9.x86_64 2024-07-05T21:22:49.121 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-07-05T21:22:49.122 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-07-05T21:22:50.123 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-07-05T21:22:50.123 DEBUG:teuthology.orchestra.run.smithi177:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-07-05T21:22:50.201 INFO:teuthology.orchestra.run.smithi177.stdout:ttyS1 2024-07-05T21:22:50.227 DEBUG:teuthology.parallel:result is None 2024-07-05T21:22:50.228 INFO:teuthology.run_tasks:Running task internal.base... 2024-07-05T21:22:50.237 INFO:teuthology.task.internal:Creating test directory... 2024-07-05T21:22:50.237 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-07-05T21:22:50.240 DEBUG:teuthology.orchestra.run.smithi148:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-07-05T21:22:50.244 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-07-05T21:22:50.262 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-07-05T21:22:50.275 INFO:teuthology.run_tasks:Running task internal.archive... 2024-07-05T21:22:50.283 INFO:teuthology.task.internal:Creating archive directory... 2024-07-05T21:22:50.283 DEBUG:teuthology.orchestra.run.smithi116:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-07-05T21:22:50.300 DEBUG:teuthology.orchestra.run.smithi148:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-07-05T21:22:50.304 DEBUG:teuthology.orchestra.run.smithi177:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-07-05T21:22:50.405 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-07-05T21:22:50.411 INFO:teuthology.task.internal:Enabling coredump saving... 2024-07-05T21:22:50.411 DEBUG:teuthology.orchestra.run.smithi116:> 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-07-05T21:22:50.414 DEBUG:teuthology.orchestra.run.smithi148:> 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-07-05T21:22:50.416 DEBUG:teuthology.orchestra.run.smithi177:> 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-07-05T21:22:50.445 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-05T21:22:50.452 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-05T21:22:50.456 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-05T21:22:50.460 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-05T21:22:50.464 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-05T21:22:50.471 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-05T21:22:50.473 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-07-05T21:22:50.480 INFO:teuthology.task.internal:Configuring sudo... 2024-07-05T21:22:50.480 DEBUG:teuthology.orchestra.run.smithi116:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-07-05T21:22:50.482 DEBUG:teuthology.orchestra.run.smithi148:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-07-05T21:22:50.500 DEBUG:teuthology.orchestra.run.smithi177:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-07-05T21:22:50.535 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-07-05T21:22:50.554 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-07-05T21:22:50.554 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-07-05T21:22:50.557 DEBUG:teuthology.orchestra.run.smithi148:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-07-05T21:22:50.568 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-07-05T21:22:50.593 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-05T21:22:50.658 DEBUG:teuthology.orchestra.run.smithi116:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-05T21:22:50.704 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-05T21:22:50.787 DEBUG:teuthology.orchestra.run.smithi116:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-05T21:22:50.828 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-07-05T21:22:50.828 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-07-05T21:22:50.893 DEBUG:teuthology.orchestra.run.smithi148:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-05T21:22:50.937 DEBUG:teuthology.orchestra.run.smithi148:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-05T21:22:50.992 DEBUG:teuthology.orchestra.run.smithi148:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-05T21:22:51.075 DEBUG:teuthology.orchestra.run.smithi148:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-05T21:22:51.118 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-07-05T21:22:51.118 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-07-05T21:22:51.184 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-05T21:22:51.224 DEBUG:teuthology.orchestra.run.smithi177:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-05T21:22:51.285 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-05T21:22:51.370 DEBUG:teuthology.orchestra.run.smithi177:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-05T21:22:51.412 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-07-05T21:22:51.413 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-07-05T21:22:51.480 DEBUG:teuthology.orchestra.run.smithi116:> sudo service rsyslog restart 2024-07-05T21:22:51.482 DEBUG:teuthology.orchestra.run.smithi148:> sudo service rsyslog restart 2024-07-05T21:22:51.485 DEBUG:teuthology.orchestra.run.smithi177:> sudo service rsyslog restart 2024-07-05T21:22:51.529 INFO:teuthology.orchestra.run.smithi116.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-07-05T21:22:51.529 INFO:teuthology.orchestra.run.smithi148.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-07-05T21:22:51.558 INFO:teuthology.orchestra.run.smithi177.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-07-05T21:22:52.042 INFO:teuthology.run_tasks:Running task internal.timer... 2024-07-05T21:22:52.049 INFO:teuthology.task.internal:Starting timer... 2024-07-05T21:22:52.049 INFO:teuthology.run_tasks:Running task pcp... 2024-07-05T21:22:52.100 INFO:teuthology.run_tasks:Running task selinux... 2024-07-05T21:22:52.127 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-07-05T21:22:52.128 DEBUG:teuthology.orchestra.run.smithi116:> sudo service auditd rotate 2024-07-05T21:22:52.175 INFO:teuthology.orchestra.run.smithi116.stdout:Rotating logs: 2024-07-05T21:22:52.176 DEBUG:teuthology.orchestra.run.smithi148:> sudo service auditd rotate 2024-07-05T21:22:52.260 INFO:teuthology.orchestra.run.smithi148.stdout:Rotating logs: 2024-07-05T21:22:52.262 DEBUG:teuthology.orchestra.run.smithi177:> sudo service auditd rotate 2024-07-05T21:22:52.320 INFO:teuthology.orchestra.run.smithi177.stdout:Rotating logs: 2024-07-05T21:22:52.322 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-07-05T21:22:52.322 DEBUG:teuthology.orchestra.run.smithi116:> /usr/sbin/getenforce 2024-07-05T21:22:52.353 INFO:teuthology.orchestra.run.smithi116.stdout:Permissive 2024-07-05T21:22:52.353 DEBUG:teuthology.orchestra.run.smithi148:> /usr/sbin/getenforce 2024-07-05T21:22:52.380 INFO:teuthology.orchestra.run.smithi148.stdout:Permissive 2024-07-05T21:22:52.381 DEBUG:teuthology.orchestra.run.smithi177:> /usr/sbin/getenforce 2024-07-05T21:22:52.418 INFO:teuthology.orchestra.run.smithi177.stdout:Permissive 2024-07-05T21:22:52.418 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi116.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi148.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi177.front.sepia.ceph.com': 'permissive'} 2024-07-05T21:22:52.419 DEBUG:teuthology.orchestra.run.smithi116:> 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-07-05T21:22:52.448 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-05T21:22:52.449 DEBUG:teuthology.orchestra.run.smithi148:> 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-07-05T21:22:52.476 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-05T21:22:52.477 DEBUG:teuthology.orchestra.run.smithi177:> 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-07-05T21:22:52.505 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-05T21:22:52.506 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-07-05T21:22:52.506 DEBUG:teuthology.orchestra.run.smithi116:> sudo /usr/sbin/setenforce permissive 2024-07-05T21:22:52.536 DEBUG:teuthology.orchestra.run.smithi148:> sudo /usr/sbin/setenforce permissive 2024-07-05T21:22:52.564 DEBUG:teuthology.orchestra.run.smithi177:> sudo /usr/sbin/setenforce permissive 2024-07-05T21:22:52.591 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-07-05T21:22:52.601 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-07-05T21:22:52.604 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-07-05T21:22:52.712 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-07-05T21:22:52.722 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-07-05T21:22:52.723 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi116.front.sepia.ceph.com,smithi148.front.sepia.ceph.com,smithi177.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-07-05T21:27:28.764 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi116.front.sepia.ceph.com'), Remote(name='ubuntu@smithi148.front.sepia.ceph.com'), Remote(name='ubuntu@smithi177.front.sepia.ceph.com')] 2024-07-05T21:27:28.766 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-07-05T21:27:28.767 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-05T21:27:28.848 DEBUG:teuthology.orchestra.run.smithi116:> true 2024-07-05T21:27:28.925 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-07-05T21:27:28.925 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-07-05T21:27:28.926 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-05T21:27:28.996 DEBUG:teuthology.orchestra.run.smithi148:> true 2024-07-05T21:27:29.076 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-07-05T21:27:29.077 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-07-05T21:27:29.077 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-05T21:27:29.152 DEBUG:teuthology.orchestra.run.smithi177:> true 2024-07-05T21:27:29.235 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-07-05T21:27:29.236 INFO:teuthology.run_tasks:Running task clock... 2024-07-05T21:27:29.271 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-07-05T21:27:29.271 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-07-05T21:27:29.272 DEBUG:teuthology.orchestra.run.smithi116:> 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-07-05T21:27:29.274 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-07-05T21:27:29.274 DEBUG:teuthology.orchestra.run.smithi148:> 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-07-05T21:27:29.276 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-07-05T21:27:29.276 DEBUG:teuthology.orchestra.run.smithi177:> 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-07-05T21:27:29.301 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-07-05T21:27:29.304 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-07-05T21:27:29.306 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-07-05T21:27:29.316 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-07-05T21:27:29.319 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-07-05T21:27:29.321 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-07-05T21:27:29.340 INFO:teuthology.orchestra.run.smithi116.stderr:sudo: ntpd: command not found 2024-07-05T21:27:29.345 INFO:teuthology.orchestra.run.smithi148.stderr:sudo: ntpd: command not found 2024-07-05T21:27:29.346 INFO:teuthology.orchestra.run.smithi177.stderr:sudo: ntpd: command not found 2024-07-05T21:27:29.352 INFO:teuthology.orchestra.run.smithi116.stdout:506 Cannot talk to daemon 2024-07-05T21:27:29.356 INFO:teuthology.orchestra.run.smithi148.stdout:506 Cannot talk to daemon 2024-07-05T21:27:29.358 INFO:teuthology.orchestra.run.smithi177.stdout:506 Cannot talk to daemon 2024-07-05T21:27:29.365 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-07-05T21:27:29.372 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-07-05T21:27:29.372 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-07-05T21:27:29.379 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-07-05T21:27:29.386 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-07-05T21:27:29.387 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-07-05T21:27:29.437 INFO:teuthology.orchestra.run.smithi116.stderr:bash: line 1: ntpq: command not found 2024-07-05T21:27:29.439 INFO:teuthology.orchestra.run.smithi177.stderr:bash: line 1: ntpq: command not found 2024-07-05T21:27:29.441 INFO:teuthology.orchestra.run.smithi116.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-07-05T21:27:29.441 INFO:teuthology.orchestra.run.smithi116.stdout:=============================================================================== 2024-07-05T21:27:29.441 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-05T21:27:29.441 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-05T21:27:29.441 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-05T21:27:29.442 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-05T21:27:29.443 INFO:teuthology.orchestra.run.smithi177.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-07-05T21:27:29.443 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================== 2024-07-05T21:27:29.443 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-05T21:27:29.443 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-05T21:27:29.443 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-05T21:27:29.443 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-05T21:27:29.453 INFO:teuthology.orchestra.run.smithi148.stderr:bash: line 1: ntpq: command not found 2024-07-05T21:27:29.457 INFO:teuthology.orchestra.run.smithi148.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-07-05T21:27:29.457 INFO:teuthology.orchestra.run.smithi148.stdout:=============================================================================== 2024-07-05T21:27:29.457 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-05T21:27:29.457 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-05T21:27:29.457 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-05T21:27:29.457 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-07-05T21:27:29.458 INFO:teuthology.run_tasks:Running task pexec... 2024-07-05T21:27:29.469 INFO:teuthology.task.pexec:Executing custom commands... 2024-07-05T21:27:29.469 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi116.front.sepia.ceph.com 2024-07-05T21:27:29.469 DEBUG:teuthology.orchestra.run.smithi116:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-07-05T21:27:29.470 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi148.front.sepia.ceph.com 2024-07-05T21:27:29.470 DEBUG:teuthology.orchestra.run.smithi148:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-07-05T21:27:29.470 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi177.front.sepia.ceph.com 2024-07-05T21:27:29.470 DEBUG:teuthology.orchestra.run.smithi177:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-07-05T21:27:30.065 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:19 ago on Fri 05 Jul 2024 09:26:10 PM UTC. 2024-07-05T21:27:30.070 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:09 ago on Fri 05 Jul 2024 09:26:20 PM UTC. 2024-07-05T21:27:30.077 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:19 ago on Fri 05 Jul 2024 09:26:10 PM UTC. 2024-07-05T21:27:30.149 INFO:teuthology.orchestra.run.smithi116.stdout:Package nvme-cli-2.6-5.el9.x86_64 is already installed. 2024-07-05T21:27:30.156 INFO:teuthology.orchestra.run.smithi177.stdout:Package nvme-cli-2.6-5.el9.x86_64 is already installed. 2024-07-05T21:27:30.161 INFO:teuthology.orchestra.run.smithi148.stdout:Package nvme-cli-2.6-5.el9.x86_64 is already installed. 2024-07-05T21:27:30.190 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-07-05T21:27:30.192 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:27:30.192 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-07-05T21:27:30.192 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:27:30.192 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-07-05T21:27:30.192 INFO:teuthology.orchestra.run.smithi116.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-07-05T21:27:30.192 INFO:teuthology.orchestra.run.smithi116.stdout: runc x86_64 4:1.1.13-1.el9 appstream 3.2 M 2024-07-05T21:27:30.192 INFO:teuthology.orchestra.run.smithi116.stdout:Upgrading: 2024-07-05T21:27:30.192 INFO:teuthology.orchestra.run.smithi116.stdout: libnvme x86_64 1.9-1.el9 baseos 104 k 2024-07-05T21:27:30.192 INFO:teuthology.orchestra.run.smithi116.stdout: nvme-cli x86_64 2.9.1-2.el9 baseos 906 k 2024-07-05T21:27:30.193 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-07-05T21:27:30.193 INFO:teuthology.orchestra.run.smithi116.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-07-05T21:27:30.193 INFO:teuthology.orchestra.run.smithi116.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-07-05T21:27:30.193 INFO:teuthology.orchestra.run.smithi116.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-07-05T21:27:30.193 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:27:30.193 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-07-05T21:27:30.193 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:27:30.193 INFO:teuthology.orchestra.run.smithi116.stdout:Install 5 Packages 2024-07-05T21:27:30.193 INFO:teuthology.orchestra.run.smithi116.stdout:Upgrade 2 Packages 2024-07-05T21:27:30.193 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:27:30.193 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 5.2 M 2024-07-05T21:27:30.194 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-07-05T21:27:30.197 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-07-05T21:27:30.202 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-07-05T21:27:30.218 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:27:30.219 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-07-05T21:27:30.219 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:27:30.219 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-07-05T21:27:30.219 INFO:teuthology.orchestra.run.smithi177.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-07-05T21:27:30.219 INFO:teuthology.orchestra.run.smithi177.stdout: runc x86_64 4:1.1.13-1.el9 appstream 3.2 M 2024-07-05T21:27:30.219 INFO:teuthology.orchestra.run.smithi177.stdout:Upgrading: 2024-07-05T21:27:30.219 INFO:teuthology.orchestra.run.smithi177.stdout: libnvme x86_64 1.9-1.el9 baseos 104 k 2024-07-05T21:27:30.219 INFO:teuthology.orchestra.run.smithi177.stdout: nvme-cli x86_64 2.9.1-2.el9 baseos 906 k 2024-07-05T21:27:30.219 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-07-05T21:27:30.219 INFO:teuthology.orchestra.run.smithi177.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-07-05T21:27:30.219 INFO:teuthology.orchestra.run.smithi177.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-07-05T21:27:30.220 INFO:teuthology.orchestra.run.smithi177.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-07-05T21:27:30.220 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:27:30.220 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-07-05T21:27:30.220 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:27:30.220 INFO:teuthology.orchestra.run.smithi177.stdout:Install 5 Packages 2024-07-05T21:27:30.220 INFO:teuthology.orchestra.run.smithi177.stdout:Upgrade 2 Packages 2024-07-05T21:27:30.220 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:27:30.220 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 5.2 M 2024-07-05T21:27:30.220 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-07-05T21:27:30.222 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:27:30.222 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-07-05T21:27:30.222 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:27:30.222 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-07-05T21:27:30.222 INFO:teuthology.orchestra.run.smithi148.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-07-05T21:27:30.223 INFO:teuthology.orchestra.run.smithi148.stdout: runc x86_64 4:1.1.13-1.el9 appstream 3.2 M 2024-07-05T21:27:30.223 INFO:teuthology.orchestra.run.smithi148.stdout:Upgrading: 2024-07-05T21:27:30.223 INFO:teuthology.orchestra.run.smithi148.stdout: libnvme x86_64 1.9-1.el9 baseos 104 k 2024-07-05T21:27:30.223 INFO:teuthology.orchestra.run.smithi148.stdout: nvme-cli x86_64 2.9.1-2.el9 baseos 906 k 2024-07-05T21:27:30.223 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-07-05T21:27:30.223 INFO:teuthology.orchestra.run.smithi148.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-07-05T21:27:30.223 INFO:teuthology.orchestra.run.smithi148.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-07-05T21:27:30.223 INFO:teuthology.orchestra.run.smithi148.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-07-05T21:27:30.223 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:27:30.223 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-07-05T21:27:30.223 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:27:30.223 INFO:teuthology.orchestra.run.smithi148.stdout:Install 5 Packages 2024-07-05T21:27:30.223 INFO:teuthology.orchestra.run.smithi148.stdout:Upgrade 2 Packages 2024-07-05T21:27:30.223 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:27:30.224 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 5.2 M 2024-07-05T21:27:30.224 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-07-05T21:27:30.720 INFO:teuthology.orchestra.run.smithi177.stdout:(1/7): python3-configshell-1.1.30-1.el9.noarch. 278 kB/s | 72 kB 00:00 2024-07-05T21:27:30.746 INFO:teuthology.orchestra.run.smithi177.stdout:(2/7): nvmetcli-0.7-3.el9.noarch.rpm 157 kB/s | 44 kB 00:00 2024-07-05T21:27:30.771 INFO:teuthology.orchestra.run.smithi177.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 273 kB/s | 84 kB 00:00 2024-07-05T21:27:30.807 INFO:teuthology.orchestra.run.smithi116.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 196 kB/s | 44 kB 00:00 2024-07-05T21:27:30.826 INFO:teuthology.orchestra.run.smithi148.stdout:(1/7): python3-configshell-1.1.30-1.el9.noarch. 343 kB/s | 72 kB 00:00 2024-07-05T21:27:30.833 INFO:teuthology.orchestra.run.smithi116.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 284 kB/s | 72 kB 00:00 2024-07-05T21:27:30.851 INFO:teuthology.orchestra.run.smithi148.stdout:(2/7): nvmetcli-0.7-3.el9.noarch.rpm 190 kB/s | 44 kB 00:00 2024-07-05T21:27:30.858 INFO:teuthology.orchestra.run.smithi116.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 303 kB/s | 84 kB 00:00 2024-07-05T21:27:30.876 INFO:teuthology.orchestra.run.smithi148.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 324 kB/s | 84 kB 00:00 2024-07-05T21:27:30.899 INFO:teuthology.orchestra.run.smithi177.stdout:(4/7): libnvme-1.9-1.el9.x86_64.rpm 819 kB/s | 104 kB 00:00 2024-07-05T21:27:30.975 INFO:teuthology.orchestra.run.smithi116.stdout:(4/7): libnvme-1.9-1.el9.x86_64.rpm 895 kB/s | 104 kB 00:00 2024-07-05T21:27:30.980 INFO:teuthology.orchestra.run.smithi177.stdout:(5/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 3.2 MB/s | 837 kB 00:00 2024-07-05T21:27:30.984 INFO:teuthology.orchestra.run.smithi148.stdout:(4/7): libnvme-1.9-1.el9.x86_64.rpm 963 kB/s | 104 kB 00:00 2024-07-05T21:27:31.055 INFO:teuthology.orchestra.run.smithi177.stdout:(6/7): runc-1.1.13-1.el9.x86_64.rpm 10 MB/s | 3.2 MB 00:00 2024-07-05T21:27:31.067 INFO:teuthology.orchestra.run.smithi116.stdout:(5/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 3.2 MB/s | 837 kB 00:00 2024-07-05T21:27:31.135 INFO:teuthology.orchestra.run.smithi148.stdout:(5/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 2.6 MB/s | 837 kB 00:00 2024-07-05T21:27:31.264 INFO:teuthology.orchestra.run.smithi177.stdout:(7/7): nvme-cli-2.9.1-2.el9.x86_64.rpm 2.4 MB/s | 906 kB 00:00 2024-07-05T21:27:31.264 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:27:31.264 INFO:teuthology.orchestra.run.smithi177.stdout:Total 5.0 MB/s | 5.2 MB 00:01 2024-07-05T21:27:31.319 INFO:teuthology.orchestra.run.smithi148.stdout:(6/7): nvme-cli-2.9.1-2.el9.x86_64.rpm 2.7 MB/s | 906 kB 00:00 2024-07-05T21:27:31.350 INFO:teuthology.orchestra.run.smithi116.stdout:(6/7): nvme-cli-2.9.1-2.el9.x86_64.rpm 2.4 MB/s | 906 kB 00:00 2024-07-05T21:27:31.374 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-07-05T21:27:31.377 INFO:teuthology.orchestra.run.smithi148.stdout:(7/7): runc-1.1.13-1.el9.x86_64.rpm 6.1 MB/s | 3.2 MB 00:00 2024-07-05T21:27:31.377 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:27:31.378 INFO:teuthology.orchestra.run.smithi148.stdout:Total 4.5 MB/s | 5.2 MB 00:01 2024-07-05T21:27:31.390 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-07-05T21:27:31.390 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-07-05T21:27:31.486 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-07-05T21:27:31.503 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-07-05T21:27:31.503 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-07-05T21:27:31.629 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-07-05T21:27:31.630 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-07-05T21:27:31.718 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-07-05T21:27:31.718 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-07-05T21:27:32.017 INFO:teuthology.orchestra.run.smithi116.stdout:(7/7): runc-1.1.13-1.el9.x86_64.rpm 2.7 MB/s | 3.2 MB 00:01 2024-07-05T21:27:32.018 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:27:32.018 INFO:teuthology.orchestra.run.smithi116.stdout:Total 2.8 MB/s | 5.2 MB 00:01 2024-07-05T21:27:32.045 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-07-05T21:27:32.127 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-07-05T21:27:32.129 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-07-05T21:27:32.146 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-07-05T21:27:32.146 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-07-05T21:27:32.256 INFO:teuthology.orchestra.run.smithi177.stdout: Upgrading : libnvme-1.9-1.el9.x86_64 1/9 2024-07-05T21:27:32.310 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2024-07-05T21:27:32.334 INFO:teuthology.orchestra.run.smithi148.stdout: Upgrading : libnvme-1.9-1.el9.x86_64 1/9 2024-07-05T21:27:32.350 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2024-07-05T21:27:32.356 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-07-05T21:27:32.356 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-07-05T21:27:32.386 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/9 2024-07-05T21:27:32.389 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2024-07-05T21:27:32.411 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : nvmetcli-0.7-3.el9.noarch 5/9 2024-07-05T21:27:32.424 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2024-07-05T21:27:32.466 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/9 2024-07-05T21:27:32.491 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : nvmetcli-0.7-3.el9.noarch 5/9 2024-07-05T21:27:32.666 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 5/9 2024-07-05T21:27:32.739 INFO:teuthology.orchestra.run.smithi177.stdout: Upgrading : nvme-cli-2.9.1-2.el9.x86_64 6/9 2024-07-05T21:27:32.754 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 5/9 2024-07-05T21:27:32.758 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-07-05T21:27:32.827 INFO:teuthology.orchestra.run.smithi148.stdout: Upgrading : nvme-cli-2.9.1-2.el9.x86_64 6/9 2024-07-05T21:27:32.972 INFO:teuthology.orchestra.run.smithi116.stdout: Upgrading : libnvme-1.9-1.el9.x86_64 1/9 2024-07-05T21:27:33.030 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2024-07-05T21:27:33.064 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2024-07-05T21:27:33.098 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/9 2024-07-05T21:27:33.123 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : nvmetcli-0.7-3.el9.noarch 5/9 2024-07-05T21:27:33.130 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: nvme-cli-2.9.1-2.el9.x86_64 6/9 2024-07-05T21:27:33.159 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : runc-4:1.1.13-1.el9.x86_64 7/9 2024-07-05T21:27:33.192 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : nvme-cli-2.6-5.el9.x86_64 8/9 2024-07-05T21:27:33.213 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: nvme-cli-2.9.1-2.el9.x86_64 6/9 2024-07-05T21:27:33.239 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : runc-4:1.1.13-1.el9.x86_64 7/9 2024-07-05T21:27:33.252 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : libnvme-1.6-1.el9.x86_64 9/9 2024-07-05T21:27:33.271 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : nvme-cli-2.6-5.el9.x86_64 8/9 2024-07-05T21:27:33.331 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : libnvme-1.6-1.el9.x86_64 9/9 2024-07-05T21:27:33.383 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 5/9 2024-07-05T21:27:33.442 INFO:teuthology.orchestra.run.smithi116.stdout: Upgrading : nvme-cli-2.9.1-2.el9.x86_64 6/9 2024-07-05T21:27:33.834 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: nvme-cli-2.9.1-2.el9.x86_64 6/9 2024-07-05T21:27:33.862 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : runc-4:1.1.13-1.el9.x86_64 7/9 2024-07-05T21:27:33.895 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : nvme-cli-2.6-5.el9.x86_64 8/9 2024-07-05T21:27:33.980 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : libnvme-1.6-1.el9.x86_64 9/9 2024-07-05T21:27:34.263 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libnvme-1.6-1.el9.x86_64 9/9 2024-07-05T21:27:34.263 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/9 2024-07-05T21:27:34.263 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/9 2024-07-05T21:27:34.263 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/9 2024-07-05T21:27:34.263 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/9 2024-07-05T21:27:34.264 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : runc-4:1.1.13-1.el9.x86_64 5/9 2024-07-05T21:27:34.264 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libnvme-1.9-1.el9.x86_64 6/9 2024-07-05T21:27:34.264 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libnvme-1.6-1.el9.x86_64 7/9 2024-07-05T21:27:34.264 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : nvme-cli-2.9.1-2.el9.x86_64 8/9 2024-07-05T21:27:34.323 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: libnvme-1.6-1.el9.x86_64 9/9 2024-07-05T21:27:34.324 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/9 2024-07-05T21:27:34.324 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/9 2024-07-05T21:27:34.324 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/9 2024-07-05T21:27:34.324 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/9 2024-07-05T21:27:34.324 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : runc-4:1.1.13-1.el9.x86_64 5/9 2024-07-05T21:27:34.324 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libnvme-1.9-1.el9.x86_64 6/9 2024-07-05T21:27:34.324 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libnvme-1.6-1.el9.x86_64 7/9 2024-07-05T21:27:34.324 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : nvme-cli-2.9.1-2.el9.x86_64 8/9 2024-07-05T21:27:34.640 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : nvme-cli-2.6-5.el9.x86_64 9/9 2024-07-05T21:27:34.640 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:27:34.640 INFO:teuthology.orchestra.run.smithi177.stdout:Upgraded: 2024-07-05T21:27:34.640 INFO:teuthology.orchestra.run.smithi177.stdout: libnvme-1.9-1.el9.x86_64 nvme-cli-2.9.1-2.el9.x86_64 2024-07-05T21:27:34.640 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-07-05T21:27:34.640 INFO:teuthology.orchestra.run.smithi177.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-07-05T21:27:34.640 INFO:teuthology.orchestra.run.smithi177.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-07-05T21:27:34.640 INFO:teuthology.orchestra.run.smithi177.stdout: runc-4:1.1.13-1.el9.x86_64 2024-07-05T21:27:34.640 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:27:34.641 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-07-05T21:27:34.693 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : nvme-cli-2.6-5.el9.x86_64 9/9 2024-07-05T21:27:34.693 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:27:34.693 INFO:teuthology.orchestra.run.smithi148.stdout:Upgraded: 2024-07-05T21:27:34.693 INFO:teuthology.orchestra.run.smithi148.stdout: libnvme-1.9-1.el9.x86_64 nvme-cli-2.9.1-2.el9.x86_64 2024-07-05T21:27:34.693 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-07-05T21:27:34.693 INFO:teuthology.orchestra.run.smithi148.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-07-05T21:27:34.693 INFO:teuthology.orchestra.run.smithi148.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-07-05T21:27:34.693 INFO:teuthology.orchestra.run.smithi148.stdout: runc-4:1.1.13-1.el9.x86_64 2024-07-05T21:27:34.693 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:27:34.694 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-07-05T21:27:34.924 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: libnvme-1.6-1.el9.x86_64 9/9 2024-07-05T21:27:34.924 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/9 2024-07-05T21:27:34.925 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/9 2024-07-05T21:27:34.925 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/9 2024-07-05T21:27:34.925 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/9 2024-07-05T21:27:34.925 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : runc-4:1.1.13-1.el9.x86_64 5/9 2024-07-05T21:27:34.925 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libnvme-1.9-1.el9.x86_64 6/9 2024-07-05T21:27:34.925 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libnvme-1.6-1.el9.x86_64 7/9 2024-07-05T21:27:34.925 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : nvme-cli-2.9.1-2.el9.x86_64 8/9 2024-07-05T21:27:35.047 DEBUG:teuthology.parallel:result is None 2024-07-05T21:27:35.076 DEBUG:teuthology.parallel:result is None 2024-07-05T21:27:35.293 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : nvme-cli-2.6-5.el9.x86_64 9/9 2024-07-05T21:27:35.294 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:27:35.294 INFO:teuthology.orchestra.run.smithi116.stdout:Upgraded: 2024-07-05T21:27:35.294 INFO:teuthology.orchestra.run.smithi116.stdout: libnvme-1.9-1.el9.x86_64 nvme-cli-2.9.1-2.el9.x86_64 2024-07-05T21:27:35.294 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-07-05T21:27:35.294 INFO:teuthology.orchestra.run.smithi116.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-07-05T21:27:35.294 INFO:teuthology.orchestra.run.smithi116.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-07-05T21:27:35.294 INFO:teuthology.orchestra.run.smithi116.stdout: runc-4:1.1.13-1.el9.x86_64 2024-07-05T21:27:35.294 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:27:35.294 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-07-05T21:27:35.708 DEBUG:teuthology.parallel:result is None 2024-07-05T21:27:35.709 INFO:teuthology.run_tasks:Running task install... 2024-07-05T21:27:35.717 DEBUG:teuthology.task.install:project ceph 2024-07-05T21:27:35.717 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '3acca68492275b1156da5dac8da7596016588e64'}} 2024-07-05T21:27:35.718 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '3acca68492275b1156da5dac8da7596016588e64'} 2024-07-05T21:27:35.718 INFO:teuthology.task.install:Using flavor: default 2024-07-05T21:27:35.761 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-07-05T21:27:35.761 INFO:teuthology.task.install:extra packages: [] 2024-07-05T21:27:35.762 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': '3acca68492275b1156da5dac8da7596016588e64', 'tag': None, 'wait_for_package': False} 2024-07-05T21:27:35.762 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3acca68492275b1156da5dac8da7596016588e64 2024-07-05T21:27:35.764 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': '3acca68492275b1156da5dac8da7596016588e64', 'tag': None, 'wait_for_package': False} 2024-07-05T21:27:35.764 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3acca68492275b1156da5dac8da7596016588e64 2024-07-05T21:27:35.765 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': '3acca68492275b1156da5dac8da7596016588e64', 'tag': None, 'wait_for_package': False} 2024-07-05T21:27:35.765 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3acca68492275b1156da5dac8da7596016588e64 2024-07-05T21:27:35.912 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/main/3acca68492275b1156da5dac8da7596016588e64/centos/9/flavors/default/ 2024-07-05T21:27:35.912 INFO:teuthology.task.install.rpm:Package version is 19.0.0-4638.g3acca684 2024-07-05T21:27:36.022 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/main/3acca68492275b1156da5dac8da7596016588e64/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/main/3acca68492275b1156da5dac8da7596016588e64/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/main/3acca68492275b1156da5dac8da7596016588e64/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-07-05T21:27:36.022 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-07-05T21:27:36.023 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-07-05T21:27:36.051 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-07-05T21:27:36.051 DEBUG:teuthology.orchestra.run.smithi116:> 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/3acca68492275b1156da5dac8da7596016588e64/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-07-05T21:27:36.117 DEBUG:teuthology.orchestra.run.smithi116:> 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-07-05T21:27:36.118 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/main/3acca68492275b1156da5dac8da7596016588e64/centos/9/flavors/default/ 2024-07-05T21:27:36.119 INFO:teuthology.task.install.rpm:Package version is 19.0.0-4638.g3acca684 2024-07-05T21:27:36.120 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/main/3acca68492275b1156da5dac8da7596016588e64/centos/9/flavors/default/ 2024-07-05T21:27:36.120 INFO:teuthology.task.install.rpm:Package version is 19.0.0-4638.g3acca684 2024-07-05T21:27:36.192 DEBUG:teuthology.orchestra.run.smithi116:> 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-07-05T21:27:36.230 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/main/3acca68492275b1156da5dac8da7596016588e64/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/main/3acca68492275b1156da5dac8da7596016588e64/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/main/3acca68492275b1156da5dac8da7596016588e64/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-07-05T21:27:36.230 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-07-05T21:27:36.230 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-07-05T21:27:36.235 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/main/3acca68492275b1156da5dac8da7596016588e64/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/main/3acca68492275b1156da5dac8da7596016588e64/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/main/3acca68492275b1156da5dac8da7596016588e64/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-07-05T21:27:36.235 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-07-05T21:27:36.235 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-07-05T21:27:36.259 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-07-05T21:27:36.259 DEBUG:teuthology.orchestra.run.smithi177:> 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/3acca68492275b1156da5dac8da7596016588e64/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-07-05T21:27:36.259 INFO:teuthology.orchestra.run.smithi116.stdout:check_obsoletes = 1 2024-07-05T21:27:36.260 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum clean all 2024-07-05T21:27:36.265 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-07-05T21:27:36.265 DEBUG:teuthology.orchestra.run.smithi148:> 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/3acca68492275b1156da5dac8da7596016588e64/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-07-05T21:27:36.326 DEBUG:teuthology.orchestra.run.smithi177:> 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-07-05T21:27:36.334 DEBUG:teuthology.orchestra.run.smithi148:> 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-07-05T21:27:36.404 DEBUG:teuthology.orchestra.run.smithi177:> 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-07-05T21:27:36.414 DEBUG:teuthology.orchestra.run.smithi148:> 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-07-05T21:27:36.469 INFO:teuthology.orchestra.run.smithi177.stdout:check_obsoletes = 1 2024-07-05T21:27:36.471 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum clean all 2024-07-05T21:27:36.480 INFO:teuthology.orchestra.run.smithi148.stdout:check_obsoletes = 1 2024-07-05T21:27:36.482 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum clean all 2024-07-05T21:27:36.486 INFO:teuthology.orchestra.run.smithi116.stdout:45 files removed 2024-07-05T21:27:36.513 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-radosgw 2024-07-05T21:27:36.698 INFO:teuthology.orchestra.run.smithi177.stdout:45 files removed 2024-07-05T21:27:36.714 INFO:teuthology.orchestra.run.smithi148.stdout:45 files removed 2024-07-05T21:27:36.726 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-radosgw 2024-07-05T21:27:36.744 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-radosgw 2024-07-05T21:27:37.219 INFO:teuthology.orchestra.run.smithi116.stdout:ceph packages for x86_64 195 kB/s | 83 kB 00:00 2024-07-05T21:27:37.425 INFO:teuthology.orchestra.run.smithi177.stdout:ceph packages for x86_64 198 kB/s | 83 kB 00:00 2024-07-05T21:27:37.520 INFO:teuthology.orchestra.run.smithi148.stdout:ceph packages for x86_64 168 kB/s | 83 kB 00:00 2024-07-05T21:27:37.662 INFO:teuthology.orchestra.run.smithi116.stdout:ceph noarch packages 61 kB/s | 24 kB 00:00 2024-07-05T21:27:37.925 INFO:teuthology.orchestra.run.smithi177.stdout:ceph noarch packages 53 kB/s | 24 kB 00:00 2024-07-05T21:27:37.996 INFO:teuthology.orchestra.run.smithi148.stdout:ceph noarch packages 56 kB/s | 24 kB 00:00 2024-07-05T21:27:38.053 INFO:teuthology.orchestra.run.smithi116.stdout:ceph source packages 5.5 kB/s | 1.9 kB 00:00 2024-07-05T21:27:38.343 INFO:teuthology.orchestra.run.smithi177.stdout:ceph source packages 5.1 kB/s | 1.9 kB 00:00 2024-07-05T21:27:38.421 INFO:teuthology.orchestra.run.smithi148.stdout:ceph source packages 5.0 kB/s | 1.9 kB 00:00 2024-07-05T21:27:38.746 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.2 MB 00:00 2024-07-05T21:27:38.963 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.2 MB 00:00 2024-07-05T21:27:40.468 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - BaseOS 3.9 MB/s | 8.2 MB 00:02 2024-07-05T21:27:41.056 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - AppStream 21 MB/s | 20 MB 00:00 2024-07-05T21:27:42.327 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - AppStream 29 MB/s | 20 MB 00:00 2024-07-05T21:27:43.313 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - AppStream 5.8 MB/s | 20 MB 00:03 2024-07-05T21:27:46.140 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - CRB 5.0 MB/s | 6.4 MB 00:01 2024-07-05T21:27:46.878 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - CRB 7.9 MB/s | 6.4 MB 00:00 2024-07-05T21:27:47.974 INFO:teuthology.orchestra.run.smithi148.stdout:CentOS Stream 9 - Extras packages 36 kB/s | 17 kB 00:00 2024-07-05T21:27:48.380 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - CRB 4.7 MB/s | 6.4 MB 00:01 2024-07-05T21:27:48.604 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - Extras packages 35 kB/s | 17 kB 00:00 2024-07-05T21:27:48.978 INFO:teuthology.orchestra.run.smithi148.stdout:Extra Packages for Enterprise Linux 26 MB/s | 22 MB 00:00 2024-07-05T21:27:49.658 INFO:teuthology.orchestra.run.smithi177.stdout:Extra Packages for Enterprise Linux 24 MB/s | 22 MB 00:00 2024-07-05T21:27:50.570 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - Extras packages 20 kB/s | 17 kB 00:00 2024-07-05T21:27:51.560 INFO:teuthology.orchestra.run.smithi116.stdout:Extra Packages for Enterprise Linux 26 MB/s | 22 MB 00:00 2024-07-05T21:27:54.293 INFO:teuthology.orchestra.run.smithi148.stdout:lab-extras 38 kB/s | 1.7 kB 00:00 2024-07-05T21:27:55.006 INFO:teuthology.orchestra.run.smithi177.stdout:lab-extras 48 kB/s | 1.7 kB 00:00 2024-07-05T21:27:56.727 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-07-05T21:27:56.730 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:27:56.730 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-07-05T21:27:56.730 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:27:56.730 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-07-05T21:27:56.730 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-radosgw x86_64 2:19.0.0-4638.g3acca684.el9 ceph 11 M 2024-07-05T21:27:56.730 INFO:teuthology.orchestra.run.smithi148.stdout:Upgrading: 2024-07-05T21:27:56.731 INFO:teuthology.orchestra.run.smithi148.stdout: librados2 x86_64 2:19.0.0-4638.g3acca684.el9 ceph 3.4 M 2024-07-05T21:27:56.731 INFO:teuthology.orchestra.run.smithi148.stdout: librbd1 x86_64 2:19.0.0-4638.g3acca684.el9 ceph 3.2 M 2024-07-05T21:27:56.731 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-07-05T21:27:56.731 INFO:teuthology.orchestra.run.smithi148.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-07-05T21:27:56.731 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-base x86_64 2:19.0.0-4638.g3acca684.el9 ceph 5.4 M 2024-07-05T21:27:56.731 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-common x86_64 2:19.0.0-4638.g3acca684.el9 ceph 21 M 2024-07-05T21:27:56.731 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-selinux x86_64 2:19.0.0-4638.g3acca684.el9 ceph 25 k 2024-07-05T21:27:56.731 INFO:teuthology.orchestra.run.smithi148.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-07-05T21:27:56.731 INFO:teuthology.orchestra.run.smithi148.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-07-05T21:27:56.731 INFO:teuthology.orchestra.run.smithi148.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-07-05T21:27:56.731 INFO:teuthology.orchestra.run.smithi148.stdout: libcephfs2 x86_64 2:19.0.0-4638.g3acca684.el9 ceph 755 k 2024-07-05T21:27:56.731 INFO:teuthology.orchestra.run.smithi148.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-07-05T21:27:56.731 INFO:teuthology.orchestra.run.smithi148.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-07-05T21:27:56.732 INFO:teuthology.orchestra.run.smithi148.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-07-05T21:27:56.732 INFO:teuthology.orchestra.run.smithi148.stdout: libradosstriper1 x86_64 2:19.0.0-4638.g3acca684.el9 ceph 509 k 2024-07-05T21:27:56.732 INFO:teuthology.orchestra.run.smithi148.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-07-05T21:27:56.732 INFO:teuthology.orchestra.run.smithi148.stdout: librgw2 x86_64 2:19.0.0-4638.g3acca684.el9 ceph 5.4 M 2024-07-05T21:27:56.732 INFO:teuthology.orchestra.run.smithi148.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-07-05T21:27:56.732 INFO:teuthology.orchestra.run.smithi148.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-07-05T21:27:56.732 INFO:teuthology.orchestra.run.smithi148.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-07-05T21:27:56.732 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ceph-argparse x86_64 2:19.0.0-4638.g3acca684.el9 ceph 45 k 2024-07-05T21:27:56.732 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ceph-common x86_64 2:19.0.0-4638.g3acca684.el9 ceph 136 k 2024-07-05T21:27:56.732 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cephfs x86_64 2:19.0.0-4638.g3acca684.el9 ceph 162 k 2024-07-05T21:27:56.732 INFO:teuthology.orchestra.run.smithi148.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-07-05T21:27:56.732 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rados x86_64 2:19.0.0-4638.g3acca684.el9 ceph 320 k 2024-07-05T21:27:56.732 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rbd x86_64 2:19.0.0-4638.g3acca684.el9 ceph 304 k 2024-07-05T21:27:56.732 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rgw x86_64 2:19.0.0-4638.g3acca684.el9 ceph 99 k 2024-07-05T21:27:56.733 INFO:teuthology.orchestra.run.smithi148.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-07-05T21:27:56.733 INFO:teuthology.orchestra.run.smithi148.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-07-05T21:27:56.733 INFO:teuthology.orchestra.run.smithi148.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-07-05T21:27:56.733 INFO:teuthology.orchestra.run.smithi148.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-07-05T21:27:56.733 INFO:teuthology.orchestra.run.smithi148.stdout:Installing weak dependencies: 2024-07-05T21:27:56.733 INFO:teuthology.orchestra.run.smithi148.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-07-05T21:27:56.733 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:27:56.733 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-07-05T21:27:56.733 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:27:56.733 INFO:teuthology.orchestra.run.smithi148.stdout:Install 30 Packages 2024-07-05T21:27:56.733 INFO:teuthology.orchestra.run.smithi148.stdout:Upgrade 2 Packages 2024-07-05T21:27:56.733 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:27:56.734 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 61 M 2024-07-05T21:27:56.734 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-07-05T21:27:56.850 INFO:teuthology.orchestra.run.smithi116.stdout:lab-extras 20 kB/s | 1.7 kB 00:00 2024-07-05T21:27:57.460 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-07-05T21:27:57.462 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:27:57.462 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-07-05T21:27:57.462 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:27:57.462 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-07-05T21:27:57.462 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-radosgw x86_64 2:19.0.0-4638.g3acca684.el9 ceph 11 M 2024-07-05T21:27:57.463 INFO:teuthology.orchestra.run.smithi177.stdout:Upgrading: 2024-07-05T21:27:57.463 INFO:teuthology.orchestra.run.smithi177.stdout: librados2 x86_64 2:19.0.0-4638.g3acca684.el9 ceph 3.4 M 2024-07-05T21:27:57.463 INFO:teuthology.orchestra.run.smithi177.stdout: librbd1 x86_64 2:19.0.0-4638.g3acca684.el9 ceph 3.2 M 2024-07-05T21:27:57.463 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-07-05T21:27:57.463 INFO:teuthology.orchestra.run.smithi177.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-07-05T21:27:57.463 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-base x86_64 2:19.0.0-4638.g3acca684.el9 ceph 5.4 M 2024-07-05T21:27:57.463 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-common x86_64 2:19.0.0-4638.g3acca684.el9 ceph 21 M 2024-07-05T21:27:57.463 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-selinux x86_64 2:19.0.0-4638.g3acca684.el9 ceph 25 k 2024-07-05T21:27:57.463 INFO:teuthology.orchestra.run.smithi177.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-07-05T21:27:57.463 INFO:teuthology.orchestra.run.smithi177.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-07-05T21:27:57.463 INFO:teuthology.orchestra.run.smithi177.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-07-05T21:27:57.463 INFO:teuthology.orchestra.run.smithi177.stdout: libcephfs2 x86_64 2:19.0.0-4638.g3acca684.el9 ceph 755 k 2024-07-05T21:27:57.464 INFO:teuthology.orchestra.run.smithi177.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-07-05T21:27:57.464 INFO:teuthology.orchestra.run.smithi177.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-07-05T21:27:57.464 INFO:teuthology.orchestra.run.smithi177.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-07-05T21:27:57.464 INFO:teuthology.orchestra.run.smithi177.stdout: libradosstriper1 x86_64 2:19.0.0-4638.g3acca684.el9 ceph 509 k 2024-07-05T21:27:57.464 INFO:teuthology.orchestra.run.smithi177.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-07-05T21:27:57.464 INFO:teuthology.orchestra.run.smithi177.stdout: librgw2 x86_64 2:19.0.0-4638.g3acca684.el9 ceph 5.4 M 2024-07-05T21:27:57.464 INFO:teuthology.orchestra.run.smithi177.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-07-05T21:27:57.464 INFO:teuthology.orchestra.run.smithi177.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-07-05T21:27:57.464 INFO:teuthology.orchestra.run.smithi177.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-07-05T21:27:57.464 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-argparse x86_64 2:19.0.0-4638.g3acca684.el9 ceph 45 k 2024-07-05T21:27:57.464 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-common x86_64 2:19.0.0-4638.g3acca684.el9 ceph 136 k 2024-07-05T21:27:57.464 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cephfs x86_64 2:19.0.0-4638.g3acca684.el9 ceph 162 k 2024-07-05T21:27:57.465 INFO:teuthology.orchestra.run.smithi177.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-07-05T21:27:57.465 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rados x86_64 2:19.0.0-4638.g3acca684.el9 ceph 320 k 2024-07-05T21:27:57.465 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rbd x86_64 2:19.0.0-4638.g3acca684.el9 ceph 304 k 2024-07-05T21:27:57.465 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rgw x86_64 2:19.0.0-4638.g3acca684.el9 ceph 99 k 2024-07-05T21:27:57.465 INFO:teuthology.orchestra.run.smithi177.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-07-05T21:27:57.465 INFO:teuthology.orchestra.run.smithi177.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-07-05T21:27:57.465 INFO:teuthology.orchestra.run.smithi177.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-07-05T21:27:57.465 INFO:teuthology.orchestra.run.smithi177.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-07-05T21:27:57.465 INFO:teuthology.orchestra.run.smithi177.stdout:Installing weak dependencies: 2024-07-05T21:27:57.465 INFO:teuthology.orchestra.run.smithi177.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-07-05T21:27:57.465 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:27:57.466 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-07-05T21:27:57.466 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:27:57.466 INFO:teuthology.orchestra.run.smithi177.stdout:Install 30 Packages 2024-07-05T21:27:57.466 INFO:teuthology.orchestra.run.smithi177.stdout:Upgrade 2 Packages 2024-07-05T21:27:57.466 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:27:57.466 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 61 M 2024-07-05T21:27:57.466 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-07-05T21:27:58.110 INFO:teuthology.orchestra.run.smithi148.stdout:(1/32): ceph-radosgw-19.0.0-4638.g3acca684.el9. 12 MB/s | 11 MB 00:00 2024-07-05T21:27:58.168 INFO:teuthology.orchestra.run.smithi148.stdout:(2/32): ceph-selinux-19.0.0-4638.g3acca684.el9. 434 kB/s | 25 kB 00:00 2024-07-05T21:27:58.217 INFO:teuthology.orchestra.run.smithi177.stdout:(1/32): ceph-radosgw-19.0.0-4638.g3acca684.el9. 17 MB/s | 11 MB 00:00 2024-07-05T21:27:58.257 INFO:teuthology.orchestra.run.smithi177.stdout:(2/32): ceph-selinux-19.0.0-4638.g3acca684.el9. 610 kB/s | 25 kB 00:00 2024-07-05T21:27:58.277 INFO:teuthology.orchestra.run.smithi148.stdout:(3/32): libcephfs2-19.0.0-4638.g3acca684.el9.x8 6.8 MB/s | 755 kB 00:00 2024-07-05T21:27:58.316 INFO:teuthology.orchestra.run.smithi177.stdout:(3/32): libcephfs2-19.0.0-4638.g3acca684.el9.x8 13 MB/s | 755 kB 00:00 2024-07-05T21:27:58.352 INFO:teuthology.orchestra.run.smithi148.stdout:(4/32): ceph-base-19.0.0-4638.g3acca684.el9.x86 4.8 MB/s | 5.4 MB 00:01 2024-07-05T21:27:58.382 INFO:teuthology.orchestra.run.smithi177.stdout:(4/32): libradosstriper1-19.0.0-4638.g3acca684. 7.5 MB/s | 509 kB 00:00 2024-07-05T21:27:58.386 INFO:teuthology.orchestra.run.smithi148.stdout:(5/32): libradosstriper1-19.0.0-4638.g3acca684. 4.6 MB/s | 509 kB 00:00 2024-07-05T21:27:58.545 INFO:teuthology.orchestra.run.smithi148.stdout:(6/32): python3-ceph-argparse-19.0.0-4638.g3acc 285 kB/s | 45 kB 00:00 2024-07-05T21:27:58.611 INFO:teuthology.orchestra.run.smithi148.stdout:(7/32): python3-ceph-common-19.0.0-4638.g3acca6 2.0 MB/s | 136 kB 00:00 2024-07-05T21:27:58.624 INFO:teuthology.orchestra.run.smithi177.stdout:(5/32): librgw2-19.0.0-4638.g3acca684.el9.x86_6 22 MB/s | 5.4 MB 00:00 2024-07-05T21:27:58.670 INFO:teuthology.orchestra.run.smithi148.stdout:(8/32): python3-cephfs-19.0.0-4638.g3acca684.el 2.7 MB/s | 162 kB 00:00 2024-07-05T21:27:58.675 INFO:teuthology.orchestra.run.smithi177.stdout:(6/32): python3-ceph-argparse-19.0.0-4638.g3acc 902 kB/s | 45 kB 00:00 2024-07-05T21:27:58.717 INFO:teuthology.orchestra.run.smithi177.stdout:(7/32): python3-ceph-common-19.0.0-4638.g3acca6 3.2 MB/s | 136 kB 00:00 2024-07-05T21:27:58.759 INFO:teuthology.orchestra.run.smithi177.stdout:(8/32): python3-cephfs-19.0.0-4638.g3acca684.el 3.8 MB/s | 162 kB 00:00 2024-07-05T21:27:58.795 INFO:teuthology.orchestra.run.smithi148.stdout:(9/32): python3-rados-19.0.0-4638.g3acca684.el9 2.5 MB/s | 320 kB 00:00 2024-07-05T21:27:58.809 INFO:teuthology.orchestra.run.smithi177.stdout:(9/32): python3-rados-19.0.0-4638.g3acca684.el9 6.2 MB/s | 320 kB 00:00 2024-07-05T21:27:58.863 INFO:teuthology.orchestra.run.smithi148.stdout:(10/32): librgw2-19.0.0-4638.g3acca684.el9.x86_ 11 MB/s | 5.4 MB 00:00 2024-07-05T21:27:58.868 INFO:teuthology.orchestra.run.smithi177.stdout:(10/32): python3-rbd-19.0.0-4638.g3acca684.el9. 5.1 MB/s | 304 kB 00:00 2024-07-05T21:27:58.888 INFO:teuthology.orchestra.run.smithi148.stdout:(11/32): python3-rbd-19.0.0-4638.g3acca684.el9. 3.2 MB/s | 304 kB 00:00 2024-07-05T21:27:58.943 INFO:teuthology.orchestra.run.smithi177.stdout:(11/32): python3-rgw-19.0.0-4638.g3acca684.el9. 1.3 MB/s | 99 kB 00:00 2024-07-05T21:27:58.955 INFO:teuthology.orchestra.run.smithi148.stdout:(12/32): python3-rgw-19.0.0-4638.g3acca684.el9. 1.1 MB/s | 99 kB 00:00 2024-07-05T21:27:59.063 INFO:teuthology.orchestra.run.smithi148.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 611 kB/s | 107 kB 00:00 2024-07-05T21:27:59.122 INFO:teuthology.orchestra.run.smithi148.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 776 kB/s | 45 kB 00:00 2024-07-05T21:27:59.152 INFO:teuthology.orchestra.run.smithi177.stdout:(12/32): ceph-base-19.0.0-4638.g3acca684.el9.x8 3.5 MB/s | 5.4 MB 00:01 2024-07-05T21:27:59.164 INFO:teuthology.orchestra.run.smithi148.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 767 kB/s | 160 kB 00:00 2024-07-05T21:27:59.256 INFO:teuthology.orchestra.run.smithi148.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.1 MB/s | 292 kB 00:00 2024-07-05T21:27:59.275 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-07-05T21:27:59.277 INFO:teuthology.orchestra.run.smithi177.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 320 kB/s | 107 kB 00:00 2024-07-05T21:27:59.278 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:27:59.278 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-07-05T21:27:59.278 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:27:59.278 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-07-05T21:27:59.278 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-radosgw x86_64 2:19.0.0-4638.g3acca684.el9 ceph 11 M 2024-07-05T21:27:59.278 INFO:teuthology.orchestra.run.smithi116.stdout:Upgrading: 2024-07-05T21:27:59.278 INFO:teuthology.orchestra.run.smithi116.stdout: librados2 x86_64 2:19.0.0-4638.g3acca684.el9 ceph 3.4 M 2024-07-05T21:27:59.278 INFO:teuthology.orchestra.run.smithi116.stdout: librbd1 x86_64 2:19.0.0-4638.g3acca684.el9 ceph 3.2 M 2024-07-05T21:27:59.279 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-07-05T21:27:59.279 INFO:teuthology.orchestra.run.smithi116.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-07-05T21:27:59.279 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-base x86_64 2:19.0.0-4638.g3acca684.el9 ceph 5.4 M 2024-07-05T21:27:59.279 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-common x86_64 2:19.0.0-4638.g3acca684.el9 ceph 21 M 2024-07-05T21:27:59.279 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-selinux x86_64 2:19.0.0-4638.g3acca684.el9 ceph 25 k 2024-07-05T21:27:59.279 INFO:teuthology.orchestra.run.smithi116.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-07-05T21:27:59.279 INFO:teuthology.orchestra.run.smithi116.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-07-05T21:27:59.279 INFO:teuthology.orchestra.run.smithi116.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-07-05T21:27:59.279 INFO:teuthology.orchestra.run.smithi116.stdout: libcephfs2 x86_64 2:19.0.0-4638.g3acca684.el9 ceph 755 k 2024-07-05T21:27:59.279 INFO:teuthology.orchestra.run.smithi116.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-07-05T21:27:59.279 INFO:teuthology.orchestra.run.smithi116.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-07-05T21:27:59.279 INFO:teuthology.orchestra.run.smithi116.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-07-05T21:27:59.280 INFO:teuthology.orchestra.run.smithi116.stdout: libradosstriper1 x86_64 2:19.0.0-4638.g3acca684.el9 ceph 509 k 2024-07-05T21:27:59.280 INFO:teuthology.orchestra.run.smithi116.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-07-05T21:27:59.280 INFO:teuthology.orchestra.run.smithi116.stdout: librgw2 x86_64 2:19.0.0-4638.g3acca684.el9 ceph 5.4 M 2024-07-05T21:27:59.280 INFO:teuthology.orchestra.run.smithi116.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-07-05T21:27:59.280 INFO:teuthology.orchestra.run.smithi116.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-07-05T21:27:59.280 INFO:teuthology.orchestra.run.smithi116.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-07-05T21:27:59.280 INFO:teuthology.orchestra.run.smithi116.stdout: python3-ceph-argparse x86_64 2:19.0.0-4638.g3acca684.el9 ceph 45 k 2024-07-05T21:27:59.280 INFO:teuthology.orchestra.run.smithi116.stdout: python3-ceph-common x86_64 2:19.0.0-4638.g3acca684.el9 ceph 136 k 2024-07-05T21:27:59.280 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cephfs x86_64 2:19.0.0-4638.g3acca684.el9 ceph 162 k 2024-07-05T21:27:59.280 INFO:teuthology.orchestra.run.smithi116.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-07-05T21:27:59.280 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rados x86_64 2:19.0.0-4638.g3acca684.el9 ceph 320 k 2024-07-05T21:27:59.280 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rbd x86_64 2:19.0.0-4638.g3acca684.el9 ceph 304 k 2024-07-05T21:27:59.281 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rgw x86_64 2:19.0.0-4638.g3acca684.el9 ceph 99 k 2024-07-05T21:27:59.281 INFO:teuthology.orchestra.run.smithi116.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-07-05T21:27:59.281 INFO:teuthology.orchestra.run.smithi116.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-07-05T21:27:59.281 INFO:teuthology.orchestra.run.smithi116.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-07-05T21:27:59.281 INFO:teuthology.orchestra.run.smithi116.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-07-05T21:27:59.281 INFO:teuthology.orchestra.run.smithi116.stdout:Installing weak dependencies: 2024-07-05T21:27:59.281 INFO:teuthology.orchestra.run.smithi116.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-07-05T21:27:59.281 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:27:59.281 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-07-05T21:27:59.281 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:27:59.281 INFO:teuthology.orchestra.run.smithi116.stdout:Install 30 Packages 2024-07-05T21:27:59.281 INFO:teuthology.orchestra.run.smithi116.stdout:Upgrade 2 Packages 2024-07-05T21:27:59.281 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:27:59.282 INFO:teuthology.orchestra.run.smithi148.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.1 MB/s | 662 kB 00:00 2024-07-05T21:27:59.283 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 61 M 2024-07-05T21:27:59.283 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-07-05T21:27:59.306 INFO:teuthology.orchestra.run.smithi148.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 842 kB/s | 42 kB 00:00 2024-07-05T21:27:59.340 INFO:teuthology.orchestra.run.smithi148.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 3.7 MB/s | 221 kB 00:00 2024-07-05T21:27:59.366 INFO:teuthology.orchestra.run.smithi148.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 612 kB/s | 36 kB 00:00 2024-07-05T21:27:59.416 INFO:teuthology.orchestra.run.smithi148.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 631 kB/s | 47 kB 00:00 2024-07-05T21:27:59.474 INFO:teuthology.orchestra.run.smithi148.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 2.8 MB/s | 309 kB 00:00 2024-07-05T21:27:59.500 INFO:teuthology.orchestra.run.smithi148.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 1.1 MB/s | 26 kB 00:00 2024-07-05T21:27:59.525 INFO:teuthology.orchestra.run.smithi148.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 1.9 MB/s | 49 kB 00:00 2024-07-05T21:27:59.550 INFO:teuthology.orchestra.run.smithi148.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 2.6 MB/s | 67 kB 00:00 2024-07-05T21:27:59.569 INFO:teuthology.orchestra.run.smithi177.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 156 kB/s | 45 kB 00:00 2024-07-05T21:27:59.609 INFO:teuthology.orchestra.run.smithi148.stdout:(26/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 14 MB/s | 839 kB 00:00 2024-07-05T21:27:59.634 INFO:teuthology.orchestra.run.smithi148.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 7.5 MB/s | 192 kB 00:00 2024-07-05T21:27:59.701 INFO:teuthology.orchestra.run.smithi148.stdout:(28/32): thrift-0.15.0-2.el9.x86_64.rpm 24 MB/s | 1.6 MB 00:00 2024-07-05T21:27:59.785 INFO:teuthology.orchestra.run.smithi148.stdout:(29/32): libarrow-9.0.0-11.el9.x86_64.rpm 12 MB/s | 4.4 MB 00:00 2024-07-05T21:27:59.786 INFO:teuthology.orchestra.run.smithi177.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 253 kB/s | 160 kB 00:00 2024-07-05T21:28:00.085 INFO:teuthology.orchestra.run.smithi148.stdout:(30/32): librados2-19.0.0-4638.g3acca684.el9.x8 8.9 MB/s | 3.4 MB 00:00 2024-07-05T21:28:00.394 INFO:teuthology.orchestra.run.smithi177.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 803 kB/s | 662 kB 00:00 2024-07-05T21:28:00.452 INFO:teuthology.orchestra.run.smithi148.stdout:(31/32): ceph-common-19.0.0-4638.g3acca684.el9. 6.6 MB/s | 21 MB 00:03 2024-07-05T21:28:00.502 INFO:teuthology.orchestra.run.smithi148.stdout:(32/32): librbd1-19.0.0-4638.g3acca684.el9.x86_ 4.5 MB/s | 3.2 MB 00:00 2024-07-05T21:28:00.506 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:28:00.507 INFO:teuthology.orchestra.run.smithi148.stdout:Total 16 MB/s | 61 MB 00:03 2024-07-05T21:28:00.608 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-07-05T21:28:00.636 INFO:teuthology.orchestra.run.smithi177.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 175 kB/s | 42 kB 00:00 2024-07-05T21:28:00.644 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-07-05T21:28:00.644 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-07-05T21:28:00.700 INFO:teuthology.orchestra.run.smithi116.stdout:(1/32): ceph-radosgw-19.0.0-4638.g3acca684.el9. 8.9 MB/s | 11 MB 00:01 2024-07-05T21:28:00.742 INFO:teuthology.orchestra.run.smithi116.stdout:(2/32): ceph-selinux-19.0.0-4638.g3acca684.el9. 603 kB/s | 25 kB 00:00 2024-07-05T21:28:00.770 INFO:teuthology.orchestra.run.smithi177.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 297 kB/s | 292 kB 00:00 2024-07-05T21:28:00.809 INFO:teuthology.orchestra.run.smithi116.stdout:(3/32): ceph-base-19.0.0-4638.g3acca684.el9.x86 4.1 MB/s | 5.4 MB 00:01 2024-07-05T21:28:00.851 INFO:teuthology.orchestra.run.smithi116.stdout:(4/32): libcephfs2-19.0.0-4638.g3acca684.el9.x8 6.8 MB/s | 755 kB 00:00 2024-07-05T21:28:00.918 INFO:teuthology.orchestra.run.smithi116.stdout:(5/32): libradosstriper1-19.0.0-4638.g3acca684. 4.6 MB/s | 509 kB 00:00 2024-07-05T21:28:01.010 INFO:teuthology.orchestra.run.smithi116.stdout:(6/32): python3-ceph-argparse-19.0.0-4638.g3acc 493 kB/s | 45 kB 00:00 2024-07-05T21:28:01.012 INFO:teuthology.orchestra.run.smithi177.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 149 kB/s | 36 kB 00:00 2024-07-05T21:28:01.037 INFO:teuthology.orchestra.run.smithi177.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 551 kB/s | 221 kB 00:00 2024-07-05T21:28:01.085 INFO:teuthology.orchestra.run.smithi116.stdout:(7/32): librgw2-19.0.0-4638.g3acca684.el9.x86_6 23 MB/s | 5.4 MB 00:00 2024-07-05T21:28:01.102 INFO:teuthology.orchestra.run.smithi116.stdout:(8/32): python3-ceph-common-19.0.0-4638.g3acca6 1.4 MB/s | 136 kB 00:00 2024-07-05T21:28:01.127 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-07-05T21:28:01.128 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-07-05T21:28:01.128 INFO:teuthology.orchestra.run.smithi116.stdout:(9/32): python3-cephfs-19.0.0-4638.g3acca684.el 3.8 MB/s | 162 kB 00:00 2024-07-05T21:28:01.129 INFO:teuthology.orchestra.run.smithi177.stdout:(21/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 3.3 MB/s | 309 kB 00:00 2024-07-05T21:28:01.170 INFO:teuthology.orchestra.run.smithi116.stdout:(10/32): python3-rados-19.0.0-4638.g3acca684.el 4.7 MB/s | 320 kB 00:00 2024-07-05T21:28:01.203 INFO:teuthology.orchestra.run.smithi116.stdout:(11/32): python3-rbd-19.0.0-4638.g3acca684.el9. 3.9 MB/s | 304 kB 00:00 2024-07-05T21:28:01.228 INFO:teuthology.orchestra.run.smithi116.stdout:(12/32): python3-rgw-19.0.0-4638.g3acca684.el9. 1.7 MB/s | 99 kB 00:00 2024-07-05T21:28:01.229 INFO:teuthology.orchestra.run.smithi177.stdout:(22/32): libarrow-9.0.0-11.el9.x86_64.rpm 44 MB/s | 4.4 MB 00:00 2024-07-05T21:28:01.255 INFO:teuthology.orchestra.run.smithi177.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 1.0 MB/s | 26 kB 00:00 2024-07-05T21:28:01.272 INFO:teuthology.orchestra.run.smithi177.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 2.8 MB/s | 49 kB 00:00 2024-07-05T21:28:01.289 INFO:teuthology.orchestra.run.smithi177.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 4.0 MB/s | 67 kB 00:00 2024-07-05T21:28:01.323 INFO:teuthology.orchestra.run.smithi177.stdout:(26/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 24 MB/s | 839 kB 00:00 2024-07-05T21:28:01.347 INFO:teuthology.orchestra.run.smithi177.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 7.5 MB/s | 192 kB 00:00 2024-07-05T21:28:01.379 INFO:teuthology.orchestra.run.smithi116.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 610 kB/s | 107 kB 00:00 2024-07-05T21:28:01.398 INFO:teuthology.orchestra.run.smithi177.stdout:(28/32): thrift-0.15.0-2.el9.x86_64.rpm 32 MB/s | 1.6 MB 00:00 2024-07-05T21:28:01.404 INFO:teuthology.orchestra.run.smithi116.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 914 kB/s | 160 kB 00:00 2024-07-05T21:28:01.429 INFO:teuthology.orchestra.run.smithi116.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 899 kB/s | 45 kB 00:00 2024-07-05T21:28:01.530 INFO:teuthology.orchestra.run.smithi116.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 5.2 MB/s | 662 kB 00:00 2024-07-05T21:28:01.555 INFO:teuthology.orchestra.run.smithi116.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.3 MB/s | 292 kB 00:00 2024-07-05T21:28:01.580 INFO:teuthology.orchestra.run.smithi116.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 841 kB/s | 42 kB 00:00 2024-07-05T21:28:01.614 INFO:teuthology.orchestra.run.smithi116.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 3.7 MB/s | 221 kB 00:00 2024-07-05T21:28:01.639 INFO:teuthology.orchestra.run.smithi116.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 613 kB/s | 36 kB 00:00 2024-07-05T21:28:01.690 INFO:teuthology.orchestra.run.smithi116.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 628 kB/s | 47 kB 00:00 2024-07-05T21:28:01.698 INFO:teuthology.orchestra.run.smithi177.stdout:(29/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 69 kB/s | 47 kB 00:00 2024-07-05T21:28:01.757 INFO:teuthology.orchestra.run.smithi116.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 2.6 MB/s | 309 kB 00:00 2024-07-05T21:28:01.774 INFO:teuthology.orchestra.run.smithi116.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 1.8 MB/s | 26 kB 00:00 2024-07-05T21:28:01.791 INFO:teuthology.orchestra.run.smithi116.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 2.8 MB/s | 49 kB 00:00 2024-07-05T21:28:01.817 INFO:teuthology.orchestra.run.smithi116.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 2.6 MB/s | 67 kB 00:00 2024-07-05T21:28:01.859 INFO:teuthology.orchestra.run.smithi116.stdout:(26/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 20 MB/s | 839 kB 00:00 2024-07-05T21:28:01.885 INFO:teuthology.orchestra.run.smithi116.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 7.5 MB/s | 192 kB 00:00 2024-07-05T21:28:01.949 INFO:teuthology.orchestra.run.smithi177.stdout:(30/32): librbd1-19.0.0-4638.g3acca684.el9.x86_ 13 MB/s | 3.2 MB 00:00 2024-07-05T21:28:01.952 INFO:teuthology.orchestra.run.smithi116.stdout:(28/32): thrift-0.15.0-2.el9.x86_64.rpm 24 MB/s | 1.6 MB 00:00 2024-07-05T21:28:02.019 INFO:teuthology.orchestra.run.smithi116.stdout:(29/32): libarrow-9.0.0-11.el9.x86_64.rpm 14 MB/s | 4.4 MB 00:00 2024-07-05T21:28:02.132 INFO:teuthology.orchestra.run.smithi177.stdout:(31/32): librados2-19.0.0-4638.g3acca684.el9.x8 4.7 MB/s | 3.4 MB 00:00 2024-07-05T21:28:02.228 INFO:teuthology.orchestra.run.smithi116.stdout:(30/32): librbd1-19.0.0-4638.g3acca684.el9.x86_ 15 MB/s | 3.2 MB 00:00 2024-07-05T21:28:02.537 INFO:teuthology.orchestra.run.smithi116.stdout:(31/32): ceph-common-19.0.0-4638.g3acca684.el9. 7.0 MB/s | 21 MB 00:03 2024-07-05T21:28:02.553 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-07-05T21:28:02.634 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-07-05T21:28:02.665 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-07-05T21:28:02.691 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-07-05T21:28:02.712 INFO:teuthology.orchestra.run.smithi116.stdout:(32/32): librados2-19.0.0-4638.g3acca684.el9.x8 4.5 MB/s | 3.4 MB 00:00 2024-07-05T21:28:02.713 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-07-05T21:28:02.722 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:28:02.722 INFO:teuthology.orchestra.run.smithi116.stdout:Total 18 MB/s | 61 MB 00:03 2024-07-05T21:28:02.746 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-07-05T21:28:02.816 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-07-05T21:28:02.851 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-07-05T21:28:02.851 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-07-05T21:28:02.939 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-07-05T21:28:02.982 INFO:teuthology.orchestra.run.smithi177.stdout:(32/32): ceph-common-19.0.0-4638.g3acca684.el9. 3.9 MB/s | 21 MB 00:05 2024-07-05T21:28:02.987 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:28:02.987 INFO:teuthology.orchestra.run.smithi177.stdout:Total 11 MB/s | 61 MB 00:05 2024-07-05T21:28:02.994 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-07-05T21:28:03.095 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-07-05T21:28:03.131 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-07-05T21:28:03.132 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-07-05T21:28:03.322 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-07-05T21:28:03.329 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-07-05T21:28:03.329 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-07-05T21:28:03.442 INFO:teuthology.orchestra.run.smithi148.stdout: Upgrading : librados2-2:19.0.0-4638.g3acca684.el9.x86_64 7/34 2024-07-05T21:28:03.535 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librados2-2:19.0.0-4638.g3acca684.el9.x86_64 7/34 2024-07-05T21:28:03.626 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-07-05T21:28:03.626 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-07-05T21:28:03.633 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-rados-2:19.0.0-4638.g3acca684.el9.x86_64 8/34 2024-07-05T21:28:03.660 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libcephfs2-2:19.0.0-4638.g3acca684.el9.x86_64 9/34 2024-07-05T21:28:03.723 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: libcephfs2-2:19.0.0-4638.g3acca684.el9.x86_64 9/34 2024-07-05T21:28:03.752 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-07-05T21:28:03.796 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-ceph-argparse-2:19.0.0-4638.g3acca684.el9. 11/34 2024-07-05T21:28:03.866 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-cephfs-2:19.0.0-4638.g3acca684.el9.x86_64 12/34 2024-07-05T21:28:03.896 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libradosstriper1-2:19.0.0-4638.g3acca684.el9.x86_6 13/34 2024-07-05T21:28:03.960 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: libradosstriper1-2:19.0.0-4638.g3acca684.el9.x86_6 13/34 2024-07-05T21:28:03.994 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-07-05T21:28:04.106 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-07-05T21:28:04.137 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-07-05T21:28:04.184 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-07-05T21:28:04.252 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-07-05T21:28:04.281 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-07-05T21:28:04.314 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-07-05T21:28:04.641 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-07-05T21:28:04.677 INFO:teuthology.orchestra.run.smithi148.stdout: Upgrading : librbd1-2:19.0.0-4638.g3acca684.el9.x86_64 22/34 2024-07-05T21:28:04.767 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librbd1-2:19.0.0-4638.g3acca684.el9.x86_64 22/34 2024-07-05T21:28:04.775 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-07-05T21:28:04.798 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-rbd-2:19.0.0-4638.g3acca684.el9.x86_64 23/34 2024-07-05T21:28:04.842 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-07-05T21:28:04.873 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-07-05T21:28:04.909 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-07-05T21:28:04.934 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-07-05T21:28:04.957 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-07-05T21:28:04.981 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-07-05T21:28:05.060 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-07-05T21:28:05.148 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-07-05T21:28:05.176 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-07-05T21:28:05.179 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-07-05T21:28:05.204 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-07-05T21:28:05.226 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-07-05T21:28:05.230 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-07-05T21:28:05.252 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-07-05T21:28:05.324 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-07-05T21:28:05.363 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : librgw2-2:19.0.0-4638.g3acca684.el9.x86_64 26/34 2024-07-05T21:28:05.427 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librgw2-2:19.0.0-4638.g3acca684.el9.x86_64 26/34 2024-07-05T21:28:05.453 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-07-05T21:28:05.504 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-rgw-2:19.0.0-4638.g3acca684.el9.x86_64 27/34 2024-07-05T21:28:05.514 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-07-05T21:28:05.532 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-ceph-common-2:19.0.0-4638.g3acca684.el9.x8 28/34 2024-07-05T21:28:05.580 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-07-05T21:28:05.661 INFO:teuthology.orchestra.run.smithi116.stdout: Upgrading : librados2-2:19.0.0-4638.g3acca684.el9.x86_64 7/34 2024-07-05T21:28:05.735 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: librados2-2:19.0.0-4638.g3acca684.el9.x86_64 7/34 2024-07-05T21:28:05.823 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-rados-2:19.0.0-4638.g3acca684.el9.x86_64 8/34 2024-07-05T21:28:05.854 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libcephfs2-2:19.0.0-4638.g3acca684.el9.x86_64 9/34 2024-07-05T21:28:05.890 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-07-05T21:28:05.908 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: libcephfs2-2:19.0.0-4638.g3acca684.el9.x86_64 9/34 2024-07-05T21:28:05.937 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-07-05T21:28:05.980 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-ceph-argparse-2:19.0.0-4638.g3acca684.el9. 11/34 2024-07-05T21:28:05.989 INFO:teuthology.orchestra.run.smithi177.stdout: Upgrading : librados2-2:19.0.0-4638.g3acca684.el9.x86_64 7/34 2024-07-05T21:28:06.048 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-cephfs-2:19.0.0-4638.g3acca684.el9.x86_64 12/34 2024-07-05T21:28:06.073 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libradosstriper1-2:19.0.0-4638.g3acca684.el9.x86_6 13/34 2024-07-05T21:28:06.080 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librados2-2:19.0.0-4638.g3acca684.el9.x86_64 7/34 2024-07-05T21:28:06.120 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: libradosstriper1-2:19.0.0-4638.g3acca684.el9.x86_6 13/34 2024-07-05T21:28:06.154 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-07-05T21:28:06.168 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-rados-2:19.0.0-4638.g3acca684.el9.x86_64 8/34 2024-07-05T21:28:06.199 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libcephfs2-2:19.0.0-4638.g3acca684.el9.x86_64 9/34 2024-07-05T21:28:06.270 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libcephfs2-2:19.0.0-4638.g3acca684.el9.x86_64 9/34 2024-07-05T21:28:06.270 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-07-05T21:28:06.298 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-07-05T21:28:06.306 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-07-05T21:28:06.342 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-ceph-argparse-2:19.0.0-4638.g3acca684.el9. 11/34 2024-07-05T21:28:06.348 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-07-05T21:28:06.379 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-07-05T21:28:06.407 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-07-05T21:28:06.410 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-cephfs-2:19.0.0-4638.g3acca684.el9.x86_64 12/34 2024-07-05T21:28:06.434 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libradosstriper1-2:19.0.0-4638.g3acca684.el9.x86_6 13/34 2024-07-05T21:28:06.440 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-07-05T21:28:06.498 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libradosstriper1-2:19.0.0-4638.g3acca684.el9.x86_6 13/34 2024-07-05T21:28:06.524 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-07-05T21:28:06.630 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-07-05T21:28:06.667 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-07-05T21:28:06.707 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-07-05T21:28:06.741 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-07-05T21:28:06.759 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-07-05T21:28:06.770 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-07-05T21:28:06.803 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-07-05T21:28:06.804 INFO:teuthology.orchestra.run.smithi116.stdout: Upgrading : librbd1-2:19.0.0-4638.g3acca684.el9.x86_64 22/34 2024-07-05T21:28:06.894 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: librbd1-2:19.0.0-4638.g3acca684.el9.x86_64 22/34 2024-07-05T21:28:06.925 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-rbd-2:19.0.0-4638.g3acca684.el9.x86_64 23/34 2024-07-05T21:28:06.961 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-07-05T21:28:07.146 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-07-05T21:28:07.191 INFO:teuthology.orchestra.run.smithi177.stdout: Upgrading : librbd1-2:19.0.0-4638.g3acca684.el9.x86_64 22/34 2024-07-05T21:28:07.283 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librbd1-2:19.0.0-4638.g3acca684.el9.x86_64 22/34 2024-07-05T21:28:07.313 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-rbd-2:19.0.0-4638.g3acca684.el9.x86_64 23/34 2024-07-05T21:28:07.358 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-07-05T21:28:07.441 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-07-05T21:28:07.473 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : librgw2-2:19.0.0-4638.g3acca684.el9.x86_64 26/34 2024-07-05T21:28:07.545 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: librgw2-2:19.0.0-4638.g3acca684.el9.x86_64 26/34 2024-07-05T21:28:07.621 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-rgw-2:19.0.0-4638.g3acca684.el9.x86_64 27/34 2024-07-05T21:28:07.650 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-ceph-common-2:19.0.0-4638.g3acca684.el9.x8 28/34 2024-07-05T21:28:07.782 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-common-2:19.0.0-4638.g3acca684.el9.x86_64 29/34 2024-07-05T21:28:07.820 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-common-2:19.0.0-4638.g3acca684.el9.x86_64 29/34 2024-07-05T21:28:07.859 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-07-05T21:28:07.886 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : librgw2-2:19.0.0-4638.g3acca684.el9.x86_64 26/34 2024-07-05T21:28:07.957 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librgw2-2:19.0.0-4638.g3acca684.el9.x86_64 26/34 2024-07-05T21:28:08.034 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-rgw-2:19.0.0-4638.g3acca684.el9.x86_64 27/34 2024-07-05T21:28:08.063 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-ceph-common-2:19.0.0-4638.g3acca684.el9.x8 28/34 2024-07-05T21:28:08.398 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-common-2:19.0.0-4638.g3acca684.el9.x86_64 29/34 2024-07-05T21:28:08.432 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-base-2:19.0.0-4638.g3acca684.el9.x86_64 30/34 2024-07-05T21:28:08.526 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-base-2:19.0.0-4638.g3acca684.el9.x86_64 30/34 2024-07-05T21:28:08.526 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-07-05T21:28:08.526 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-07-05T21:28:08.526 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:08.558 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-selinux-2:19.0.0-4638.g3acca684.el9.x86_64 31/34 2024-07-05T21:28:09.961 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-common-2:19.0.0-4638.g3acca684.el9.x86_64 29/34 2024-07-05T21:28:09.997 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-common-2:19.0.0-4638.g3acca684.el9.x86_64 29/34 2024-07-05T21:28:10.336 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-common-2:19.0.0-4638.g3acca684.el9.x86_64 29/34 2024-07-05T21:28:10.376 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-common-2:19.0.0-4638.g3acca684.el9.x86_64 29/34 2024-07-05T21:28:10.559 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-common-2:19.0.0-4638.g3acca684.el9.x86_64 29/34 2024-07-05T21:28:10.591 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-base-2:19.0.0-4638.g3acca684.el9.x86_64 30/34 2024-07-05T21:28:10.684 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-base-2:19.0.0-4638.g3acca684.el9.x86_64 30/34 2024-07-05T21:28:10.684 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-07-05T21:28:10.684 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-07-05T21:28:10.685 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:10.718 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-selinux-2:19.0.0-4638.g3acca684.el9.x86_64 31/34 2024-07-05T21:28:10.931 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-common-2:19.0.0-4638.g3acca684.el9.x86_64 29/34 2024-07-05T21:28:10.972 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-base-2:19.0.0-4638.g3acca684.el9.x86_64 30/34 2024-07-05T21:28:11.065 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-base-2:19.0.0-4638.g3acca684.el9.x86_64 30/34 2024-07-05T21:28:11.065 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-07-05T21:28:11.065 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-07-05T21:28:11.065 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:11.098 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-selinux-2:19.0.0-4638.g3acca684.el9.x86_64 31/34 2024-07-05T21:28:18.076 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-selinux-2:19.0.0-4638.g3acca684.el9.x86_64 31/34 2024-07-05T21:28:18.076 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /sys 2024-07-05T21:28:18.077 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /proc 2024-07-05T21:28:18.077 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /mnt 2024-07-05T21:28:18.077 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /var/tmp 2024-07-05T21:28:18.077 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /home 2024-07-05T21:28:18.077 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /root 2024-07-05T21:28:18.077 INFO:teuthology.orchestra.run.smithi148.stdout:skipping the directory /tmp 2024-07-05T21:28:18.077 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:19.067 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-radosgw-2:19.0.0-4638.g3acca684.el9.x86_64 32/34 2024-07-05T21:28:19.092 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-4638.g3acca684.el9.x86_64 32/34 2024-07-05T21:28:19.092 INFO:teuthology.orchestra.run.smithi148.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-05T21:28:19.092 INFO:teuthology.orchestra.run.smithi148.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-07-05T21:28:19.092 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-07-05T21:28:19.093 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-07-05T21:28:19.093 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:19.094 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-07-05T21:28:19.178 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-07-05T21:28:19.178 INFO:teuthology.orchestra.run.smithi148.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-07-05T21:28:20.362 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-07-05T21:28:20.362 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-base-2:19.0.0-4638.g3acca684.el9.x86_64 1/34 2024-07-05T21:28:20.362 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-common-2:19.0.0-4638.g3acca684.el9.x86_64 2/34 2024-07-05T21:28:20.362 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-radosgw-2:19.0.0-4638.g3acca684.el9.x86_64 3/34 2024-07-05T21:28:20.362 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-selinux-2:19.0.0-4638.g3acca684.el9.x86_64 4/34 2024-07-05T21:28:20.363 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libcephfs2-2:19.0.0-4638.g3acca684.el9.x86_64 5/34 2024-07-05T21:28:20.363 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libradosstriper1-2:19.0.0-4638.g3acca684.el9.x86_6 6/34 2024-07-05T21:28:20.363 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librgw2-2:19.0.0-4638.g3acca684.el9.x86_64 7/34 2024-07-05T21:28:20.363 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-ceph-argparse-2:19.0.0-4638.g3acca684.el9. 8/34 2024-07-05T21:28:20.363 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-ceph-common-2:19.0.0-4638.g3acca684.el9.x8 9/34 2024-07-05T21:28:20.364 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-cephfs-2:19.0.0-4638.g3acca684.el9.x86_64 10/34 2024-07-05T21:28:20.364 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-rados-2:19.0.0-4638.g3acca684.el9.x86_64 11/34 2024-07-05T21:28:20.364 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-rbd-2:19.0.0-4638.g3acca684.el9.x86_64 12/34 2024-07-05T21:28:20.364 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-rgw-2:19.0.0-4638.g3acca684.el9.x86_64 13/34 2024-07-05T21:28:20.364 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-07-05T21:28:20.365 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-07-05T21:28:20.365 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-07-05T21:28:20.365 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-07-05T21:28:20.365 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-07-05T21:28:20.365 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-07-05T21:28:20.366 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-07-05T21:28:20.366 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-07-05T21:28:20.366 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-07-05T21:28:20.366 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-07-05T21:28:20.366 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-07-05T21:28:20.366 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-07-05T21:28:20.366 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-07-05T21:28:20.367 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-07-05T21:28:20.367 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-07-05T21:28:20.367 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-07-05T21:28:20.367 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-07-05T21:28:20.367 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librados2-2:19.0.0-4638.g3acca684.el9.x86_64 31/34 2024-07-05T21:28:20.367 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-07-05T21:28:20.367 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librbd1-2:19.0.0-4638.g3acca684.el9.x86_64 33/34 2024-07-05T21:28:20.391 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-selinux-2:19.0.0-4638.g3acca684.el9.x86_64 31/34 2024-07-05T21:28:20.392 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /sys 2024-07-05T21:28:20.392 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /proc 2024-07-05T21:28:20.392 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /mnt 2024-07-05T21:28:20.392 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /var/tmp 2024-07-05T21:28:20.392 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /home 2024-07-05T21:28:20.392 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /root 2024-07-05T21:28:20.392 INFO:teuthology.orchestra.run.smithi116.stdout:skipping the directory /tmp 2024-07-05T21:28:20.393 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:20.541 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-selinux-2:19.0.0-4638.g3acca684.el9.x86_64 31/34 2024-07-05T21:28:20.541 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /sys 2024-07-05T21:28:20.541 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /proc 2024-07-05T21:28:20.541 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /mnt 2024-07-05T21:28:20.541 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /var/tmp 2024-07-05T21:28:20.541 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /home 2024-07-05T21:28:20.541 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /root 2024-07-05T21:28:20.541 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /tmp 2024-07-05T21:28:20.542 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:21.097 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-07-05T21:28:21.098 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:21.098 INFO:teuthology.orchestra.run.smithi148.stdout:Upgraded: 2024-07-05T21:28:21.098 INFO:teuthology.orchestra.run.smithi148.stdout: librados2-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:21.098 INFO:teuthology.orchestra.run.smithi148.stdout: librbd1-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:21.098 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-07-05T21:28:21.098 INFO:teuthology.orchestra.run.smithi148.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-07-05T21:28:21.098 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-base-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:21.098 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-common-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:21.098 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-radosgw-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:21.098 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-selinux-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:21.099 INFO:teuthology.orchestra.run.smithi148.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-07-05T21:28:21.099 INFO:teuthology.orchestra.run.smithi148.stdout: libarrow-9.0.0-11.el9.x86_64 2024-07-05T21:28:21.099 INFO:teuthology.orchestra.run.smithi148.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-07-05T21:28:21.099 INFO:teuthology.orchestra.run.smithi148.stdout: libcephfs2-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:21.099 INFO:teuthology.orchestra.run.smithi148.stdout: liboath-2.6.7-2.el9.x86_64 2024-07-05T21:28:21.099 INFO:teuthology.orchestra.run.smithi148.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-07-05T21:28:21.099 INFO:teuthology.orchestra.run.smithi148.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-07-05T21:28:21.099 INFO:teuthology.orchestra.run.smithi148.stdout: libradosstriper1-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:21.099 INFO:teuthology.orchestra.run.smithi148.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-07-05T21:28:21.099 INFO:teuthology.orchestra.run.smithi148.stdout: librgw2-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:21.099 INFO:teuthology.orchestra.run.smithi148.stdout: libunwind-1.6.2-1.el9.x86_64 2024-07-05T21:28:21.099 INFO:teuthology.orchestra.run.smithi148.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-07-05T21:28:21.100 INFO:teuthology.orchestra.run.smithi148.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-07-05T21:28:21.100 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ceph-argparse-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:21.100 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ceph-common-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:21.100 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cephfs-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:21.100 INFO:teuthology.orchestra.run.smithi148.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-07-05T21:28:21.100 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rados-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:21.100 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rbd-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:21.100 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rgw-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:21.100 INFO:teuthology.orchestra.run.smithi148.stdout: qatlib-24.02.0-1.el9.x86_64 2024-07-05T21:28:21.100 INFO:teuthology.orchestra.run.smithi148.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-07-05T21:28:21.100 INFO:teuthology.orchestra.run.smithi148.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-07-05T21:28:21.100 INFO:teuthology.orchestra.run.smithi148.stdout: re2-1:20211101-3.el9.x86_64 2024-07-05T21:28:21.100 INFO:teuthology.orchestra.run.smithi148.stdout: thrift-0.15.0-2.el9.x86_64 2024-07-05T21:28:21.101 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:21.101 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-07-05T21:28:21.369 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-radosgw-2:19.0.0-4638.g3acca684.el9.x86_64 32/34 2024-07-05T21:28:21.394 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-4638.g3acca684.el9.x86_64 32/34 2024-07-05T21:28:21.394 INFO:teuthology.orchestra.run.smithi116.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-05T21:28:21.395 INFO:teuthology.orchestra.run.smithi116.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-07-05T21:28:21.395 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-07-05T21:28:21.395 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-07-05T21:28:21.395 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:21.396 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-07-05T21:28:21.472 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-07-05T21:28:21.472 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-07-05T21:28:21.481 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-test 2024-07-05T21:28:21.534 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-radosgw-2:19.0.0-4638.g3acca684.el9.x86_64 32/34 2024-07-05T21:28:21.559 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-4638.g3acca684.el9.x86_64 32/34 2024-07-05T21:28:21.559 INFO:teuthology.orchestra.run.smithi177.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-05T21:28:21.560 INFO:teuthology.orchestra.run.smithi177.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-07-05T21:28:21.560 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-07-05T21:28:21.560 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-07-05T21:28:21.560 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:21.561 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-07-05T21:28:21.645 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-07-05T21:28:21.645 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-07-05T21:28:22.054 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:28 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:28:22.182 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-07-05T21:28:22.183 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:28:22.183 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-07-05T21:28:22.183 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:28:22.184 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-07-05T21:28:22.184 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-test x86_64 2:19.0.0-4638.g3acca684.el9 ceph 50 M 2024-07-05T21:28:22.184 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-07-05T21:28:22.184 INFO:teuthology.orchestra.run.smithi148.stdout: libcephsqlite x86_64 2:19.0.0-4638.g3acca684.el9 ceph 163 k 2024-07-05T21:28:22.184 INFO:teuthology.orchestra.run.smithi148.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-07-05T21:28:22.184 INFO:teuthology.orchestra.run.smithi148.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-07-05T21:28:22.185 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:22.185 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-07-05T21:28:22.185 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:28:22.185 INFO:teuthology.orchestra.run.smithi148.stdout:Install 4 Packages 2024-07-05T21:28:22.185 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:22.186 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 50 M 2024-07-05T21:28:22.186 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 214 M 2024-07-05T21:28:22.187 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-07-05T21:28:22.381 INFO:teuthology.orchestra.run.smithi148.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.9 MB/s | 304 kB 00:00 2024-07-05T21:28:22.423 INFO:teuthology.orchestra.run.smithi148.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-07-05T21:28:22.532 INFO:teuthology.orchestra.run.smithi148.stdout:(3/4): libcephsqlite-19.0.0-4638.g3acca684.el9. 530 kB/s | 163 kB 00:00 2024-07-05T21:28:22.625 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-07-05T21:28:22.626 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-base-2:19.0.0-4638.g3acca684.el9.x86_64 1/34 2024-07-05T21:28:22.626 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-common-2:19.0.0-4638.g3acca684.el9.x86_64 2/34 2024-07-05T21:28:22.626 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-radosgw-2:19.0.0-4638.g3acca684.el9.x86_64 3/34 2024-07-05T21:28:22.626 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-selinux-2:19.0.0-4638.g3acca684.el9.x86_64 4/34 2024-07-05T21:28:22.626 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libcephfs2-2:19.0.0-4638.g3acca684.el9.x86_64 5/34 2024-07-05T21:28:22.626 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libradosstriper1-2:19.0.0-4638.g3acca684.el9.x86_6 6/34 2024-07-05T21:28:22.627 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librgw2-2:19.0.0-4638.g3acca684.el9.x86_64 7/34 2024-07-05T21:28:22.627 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-ceph-argparse-2:19.0.0-4638.g3acca684.el9. 8/34 2024-07-05T21:28:22.627 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-ceph-common-2:19.0.0-4638.g3acca684.el9.x8 9/34 2024-07-05T21:28:22.627 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-cephfs-2:19.0.0-4638.g3acca684.el9.x86_64 10/34 2024-07-05T21:28:22.627 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-rados-2:19.0.0-4638.g3acca684.el9.x86_64 11/34 2024-07-05T21:28:22.628 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-rbd-2:19.0.0-4638.g3acca684.el9.x86_64 12/34 2024-07-05T21:28:22.628 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-rgw-2:19.0.0-4638.g3acca684.el9.x86_64 13/34 2024-07-05T21:28:22.628 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-07-05T21:28:22.628 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-07-05T21:28:22.628 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-07-05T21:28:22.628 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-07-05T21:28:22.628 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-07-05T21:28:22.629 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-07-05T21:28:22.629 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-07-05T21:28:22.629 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-07-05T21:28:22.629 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-07-05T21:28:22.629 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-07-05T21:28:22.629 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-07-05T21:28:22.629 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-07-05T21:28:22.630 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-07-05T21:28:22.630 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-07-05T21:28:22.630 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-07-05T21:28:22.630 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-07-05T21:28:22.630 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-07-05T21:28:22.630 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librados2-2:19.0.0-4638.g3acca684.el9.x86_64 31/34 2024-07-05T21:28:22.631 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-07-05T21:28:22.631 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librbd1-2:19.0.0-4638.g3acca684.el9.x86_64 33/34 2024-07-05T21:28:22.793 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-07-05T21:28:22.794 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-base-2:19.0.0-4638.g3acca684.el9.x86_64 1/34 2024-07-05T21:28:22.794 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-common-2:19.0.0-4638.g3acca684.el9.x86_64 2/34 2024-07-05T21:28:22.794 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-radosgw-2:19.0.0-4638.g3acca684.el9.x86_64 3/34 2024-07-05T21:28:22.794 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-selinux-2:19.0.0-4638.g3acca684.el9.x86_64 4/34 2024-07-05T21:28:22.794 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libcephfs2-2:19.0.0-4638.g3acca684.el9.x86_64 5/34 2024-07-05T21:28:22.794 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libradosstriper1-2:19.0.0-4638.g3acca684.el9.x86_6 6/34 2024-07-05T21:28:22.794 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librgw2-2:19.0.0-4638.g3acca684.el9.x86_64 7/34 2024-07-05T21:28:22.794 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-ceph-argparse-2:19.0.0-4638.g3acca684.el9. 8/34 2024-07-05T21:28:22.794 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-ceph-common-2:19.0.0-4638.g3acca684.el9.x8 9/34 2024-07-05T21:28:22.794 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-cephfs-2:19.0.0-4638.g3acca684.el9.x86_64 10/34 2024-07-05T21:28:22.794 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-rados-2:19.0.0-4638.g3acca684.el9.x86_64 11/34 2024-07-05T21:28:22.794 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-rbd-2:19.0.0-4638.g3acca684.el9.x86_64 12/34 2024-07-05T21:28:22.795 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-rgw-2:19.0.0-4638.g3acca684.el9.x86_64 13/34 2024-07-05T21:28:22.795 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-07-05T21:28:22.795 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-07-05T21:28:22.795 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-07-05T21:28:22.795 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-07-05T21:28:22.795 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-07-05T21:28:22.795 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-07-05T21:28:22.795 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-07-05T21:28:22.795 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-07-05T21:28:22.795 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-07-05T21:28:22.795 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-07-05T21:28:22.795 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-07-05T21:28:22.795 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-07-05T21:28:22.796 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-07-05T21:28:22.796 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-07-05T21:28:22.796 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-07-05T21:28:22.796 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-07-05T21:28:22.796 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-07-05T21:28:22.796 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librados2-2:19.0.0-4638.g3acca684.el9.x86_64 31/34 2024-07-05T21:28:22.796 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-07-05T21:28:22.797 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librbd1-2:19.0.0-4638.g3acca684.el9.x86_64 33/34 2024-07-05T21:28:23.440 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-07-05T21:28:23.440 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:23.440 INFO:teuthology.orchestra.run.smithi116.stdout:Upgraded: 2024-07-05T21:28:23.440 INFO:teuthology.orchestra.run.smithi116.stdout: librados2-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.440 INFO:teuthology.orchestra.run.smithi116.stdout: librbd1-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.440 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-07-05T21:28:23.440 INFO:teuthology.orchestra.run.smithi116.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-07-05T21:28:23.440 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-base-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.441 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-common-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.441 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-radosgw-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.441 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-selinux-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.441 INFO:teuthology.orchestra.run.smithi116.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-07-05T21:28:23.441 INFO:teuthology.orchestra.run.smithi116.stdout: libarrow-9.0.0-11.el9.x86_64 2024-07-05T21:28:23.441 INFO:teuthology.orchestra.run.smithi116.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-07-05T21:28:23.441 INFO:teuthology.orchestra.run.smithi116.stdout: libcephfs2-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.441 INFO:teuthology.orchestra.run.smithi116.stdout: liboath-2.6.7-2.el9.x86_64 2024-07-05T21:28:23.441 INFO:teuthology.orchestra.run.smithi116.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-07-05T21:28:23.441 INFO:teuthology.orchestra.run.smithi116.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-07-05T21:28:23.441 INFO:teuthology.orchestra.run.smithi116.stdout: libradosstriper1-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.441 INFO:teuthology.orchestra.run.smithi116.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-07-05T21:28:23.441 INFO:teuthology.orchestra.run.smithi116.stdout: librgw2-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.442 INFO:teuthology.orchestra.run.smithi116.stdout: libunwind-1.6.2-1.el9.x86_64 2024-07-05T21:28:23.442 INFO:teuthology.orchestra.run.smithi116.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-07-05T21:28:23.442 INFO:teuthology.orchestra.run.smithi116.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-07-05T21:28:23.442 INFO:teuthology.orchestra.run.smithi116.stdout: python3-ceph-argparse-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.442 INFO:teuthology.orchestra.run.smithi116.stdout: python3-ceph-common-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.442 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cephfs-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.442 INFO:teuthology.orchestra.run.smithi116.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-07-05T21:28:23.442 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rados-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.442 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rbd-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.443 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rgw-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.443 INFO:teuthology.orchestra.run.smithi116.stdout: qatlib-24.02.0-1.el9.x86_64 2024-07-05T21:28:23.443 INFO:teuthology.orchestra.run.smithi116.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-07-05T21:28:23.443 INFO:teuthology.orchestra.run.smithi116.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-07-05T21:28:23.443 INFO:teuthology.orchestra.run.smithi116.stdout: re2-1:20211101-3.el9.x86_64 2024-07-05T21:28:23.443 INFO:teuthology.orchestra.run.smithi116.stdout: thrift-0.15.0-2.el9.x86_64 2024-07-05T21:28:23.443 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:23.443 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-07-05T21:28:23.779 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-test 2024-07-05T21:28:23.783 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-07-05T21:28:23.783 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:23.783 INFO:teuthology.orchestra.run.smithi177.stdout:Upgraded: 2024-07-05T21:28:23.783 INFO:teuthology.orchestra.run.smithi177.stdout: librados2-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.784 INFO:teuthology.orchestra.run.smithi177.stdout: librbd1-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.784 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-07-05T21:28:23.784 INFO:teuthology.orchestra.run.smithi177.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-07-05T21:28:23.784 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-base-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.784 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-common-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.784 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-radosgw-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.784 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-selinux-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.784 INFO:teuthology.orchestra.run.smithi177.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-07-05T21:28:23.784 INFO:teuthology.orchestra.run.smithi177.stdout: libarrow-9.0.0-11.el9.x86_64 2024-07-05T21:28:23.785 INFO:teuthology.orchestra.run.smithi177.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-07-05T21:28:23.785 INFO:teuthology.orchestra.run.smithi177.stdout: libcephfs2-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.785 INFO:teuthology.orchestra.run.smithi177.stdout: liboath-2.6.7-2.el9.x86_64 2024-07-05T21:28:23.785 INFO:teuthology.orchestra.run.smithi177.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-07-05T21:28:23.785 INFO:teuthology.orchestra.run.smithi177.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-07-05T21:28:23.785 INFO:teuthology.orchestra.run.smithi177.stdout: libradosstriper1-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.785 INFO:teuthology.orchestra.run.smithi177.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-07-05T21:28:23.785 INFO:teuthology.orchestra.run.smithi177.stdout: librgw2-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.785 INFO:teuthology.orchestra.run.smithi177.stdout: libunwind-1.6.2-1.el9.x86_64 2024-07-05T21:28:23.785 INFO:teuthology.orchestra.run.smithi177.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-07-05T21:28:23.785 INFO:teuthology.orchestra.run.smithi177.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-07-05T21:28:23.785 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-argparse-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.785 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-common-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.786 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cephfs-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.786 INFO:teuthology.orchestra.run.smithi177.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-07-05T21:28:23.786 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rados-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.786 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rbd-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.786 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rgw-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:23.786 INFO:teuthology.orchestra.run.smithi177.stdout: qatlib-24.02.0-1.el9.x86_64 2024-07-05T21:28:23.786 INFO:teuthology.orchestra.run.smithi177.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-07-05T21:28:23.786 INFO:teuthology.orchestra.run.smithi177.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-07-05T21:28:23.786 INFO:teuthology.orchestra.run.smithi177.stdout: re2-1:20211101-3.el9.x86_64 2024-07-05T21:28:23.786 INFO:teuthology.orchestra.run.smithi177.stdout: thrift-0.15.0-2.el9.x86_64 2024-07-05T21:28:23.786 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:23.786 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-07-05T21:28:24.170 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-test 2024-07-05T21:28:24.348 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:28 ago on Fri 05 Jul 2024 09:27:56 PM UTC. 2024-07-05T21:28:24.473 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-07-05T21:28:24.474 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:28:24.474 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-07-05T21:28:24.474 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:28:24.474 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-07-05T21:28:24.475 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-test x86_64 2:19.0.0-4638.g3acca684.el9 ceph 50 M 2024-07-05T21:28:24.475 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-07-05T21:28:24.475 INFO:teuthology.orchestra.run.smithi116.stdout: libcephsqlite x86_64 2:19.0.0-4638.g3acca684.el9 ceph 163 k 2024-07-05T21:28:24.475 INFO:teuthology.orchestra.run.smithi116.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-07-05T21:28:24.475 INFO:teuthology.orchestra.run.smithi116.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-07-05T21:28:24.475 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:24.475 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-07-05T21:28:24.475 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:28:24.475 INFO:teuthology.orchestra.run.smithi116.stdout:Install 4 Packages 2024-07-05T21:28:24.475 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:24.476 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 50 M 2024-07-05T21:28:24.476 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 214 M 2024-07-05T21:28:24.476 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-07-05T21:28:24.665 INFO:teuthology.orchestra.run.smithi148.stdout:(4/4): ceph-test-19.0.0-4638.g3acca684.el9.x86_ 20 MB/s | 50 MB 00:02 2024-07-05T21:28:24.667 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:28:24.668 INFO:teuthology.orchestra.run.smithi148.stdout:Total 20 MB/s | 50 MB 00:02 2024-07-05T21:28:24.696 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-07-05T21:28:24.716 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-07-05T21:28:24.716 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-07-05T21:28:24.738 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:30 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:28:24.836 INFO:teuthology.orchestra.run.smithi116.stdout:(1/4): libcephsqlite-19.0.0-4638.g3acca684.el9. 506 kB/s | 163 kB 00:00 2024-07-05T21:28:24.865 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-07-05T21:28:24.865 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:28:24.865 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-07-05T21:28:24.865 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:28:24.866 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-07-05T21:28:24.866 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-test x86_64 2:19.0.0-4638.g3acca684.el9 ceph 50 M 2024-07-05T21:28:24.866 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-07-05T21:28:24.866 INFO:teuthology.orchestra.run.smithi177.stdout: libcephsqlite x86_64 2:19.0.0-4638.g3acca684.el9 ceph 163 k 2024-07-05T21:28:24.866 INFO:teuthology.orchestra.run.smithi177.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-07-05T21:28:24.866 INFO:teuthology.orchestra.run.smithi177.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-07-05T21:28:24.866 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:24.866 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-07-05T21:28:24.866 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:28:24.866 INFO:teuthology.orchestra.run.smithi177.stdout:Install 4 Packages 2024-07-05T21:28:24.866 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:24.867 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 50 M 2024-07-05T21:28:24.867 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 214 M 2024-07-05T21:28:24.867 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-07-05T21:28:25.093 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-07-05T21:28:25.093 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-07-05T21:28:25.186 INFO:teuthology.orchestra.run.smithi116.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 182 kB/s | 64 kB 00:00 2024-07-05T21:28:25.366 INFO:teuthology.orchestra.run.smithi177.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.3 MB/s | 304 kB 00:00 2024-07-05T21:28:25.391 INFO:teuthology.orchestra.run.smithi177.stdout:(2/4): libcephsqlite-19.0.0-4638.g3acca684.el9. 630 kB/s | 163 kB 00:00 2024-07-05T21:28:25.394 INFO:teuthology.orchestra.run.smithi116.stdout:(3/4): socat-1.7.4.1-6.el9.x86_64.rpm 345 kB/s | 304 kB 00:00 2024-07-05T21:28:25.416 INFO:teuthology.orchestra.run.smithi177.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 64 kB 00:00 2024-07-05T21:28:25.620 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-07-05T21:28:25.699 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-07-05T21:28:25.754 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-07-05T21:28:25.783 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libcephsqlite-2:19.0.0-4638.g3acca684.el9.x86_64 3/4 2024-07-05T21:28:26.537 INFO:teuthology.orchestra.run.smithi116.stdout:(4/4): ceph-test-19.0.0-4638.g3acca684.el9.x86_ 25 MB/s | 50 MB 00:02 2024-07-05T21:28:26.539 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:28:26.539 INFO:teuthology.orchestra.run.smithi116.stdout:Total 24 MB/s | 50 MB 00:02 2024-07-05T21:28:26.567 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-07-05T21:28:26.587 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-07-05T21:28:26.587 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-07-05T21:28:26.962 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-07-05T21:28:26.963 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-07-05T21:28:27.490 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-07-05T21:28:27.562 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-07-05T21:28:27.603 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-07-05T21:28:27.638 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libcephsqlite-2:19.0.0-4638.g3acca684.el9.x86_64 3/4 2024-07-05T21:28:28.341 INFO:teuthology.orchestra.run.smithi177.stdout:(4/4): ceph-test-19.0.0-4638.g3acca684.el9.x86_ 15 MB/s | 50 MB 00:03 2024-07-05T21:28:28.344 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:28:28.344 INFO:teuthology.orchestra.run.smithi177.stdout:Total 14 MB/s | 50 MB 00:03 2024-07-05T21:28:28.372 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-07-05T21:28:28.392 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-07-05T21:28:28.392 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-07-05T21:28:28.770 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-07-05T21:28:28.913 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-07-05T21:28:29.296 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-07-05T21:28:29.375 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-07-05T21:28:29.424 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-07-05T21:28:29.451 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libcephsqlite-2:19.0.0-4638.g3acca684.el9.x86_64 3/4 2024-07-05T21:28:30.615 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: libcephsqlite-2:19.0.0-4638.g3acca684.el9.x86_64 3/4 2024-07-05T21:28:30.691 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-test-2:19.0.0-4638.g3acca684.el9.x86_64 4/4 2024-07-05T21:28:32.338 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: libcephsqlite-2:19.0.0-4638.g3acca684.el9.x86_64 3/4 2024-07-05T21:28:32.414 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-test-2:19.0.0-4638.g3acca684.el9.x86_64 4/4 2024-07-05T21:28:33.186 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-test-2:19.0.0-4638.g3acca684.el9.x86_64 4/4 2024-07-05T21:28:33.186 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-test-2:19.0.0-4638.g3acca684.el9.x86_64 1/4 2024-07-05T21:28:33.186 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libcephsqlite-2:19.0.0-4638.g3acca684.el9.x86_64 2/4 2024-07-05T21:28:33.187 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-07-05T21:28:33.490 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-07-05T21:28:33.490 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:33.491 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-07-05T21:28:33.491 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-test-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:33.491 INFO:teuthology.orchestra.run.smithi148.stdout: libcephsqlite-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:33.491 INFO:teuthology.orchestra.run.smithi148.stdout: socat-1.7.4.1-6.el9.x86_64 2024-07-05T21:28:33.491 INFO:teuthology.orchestra.run.smithi148.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-07-05T21:28:33.491 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:33.491 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-07-05T21:28:33.754 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph 2024-07-05T21:28:34.179 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libcephsqlite-2:19.0.0-4638.g3acca684.el9.x86_64 3/4 2024-07-05T21:28:34.268 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-test-2:19.0.0-4638.g3acca684.el9.x86_64 4/4 2024-07-05T21:28:34.329 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:40 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:28:34.467 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-07-05T21:28:34.470 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:28:34.470 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-07-05T21:28:34.470 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:28:34.470 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-07-05T21:28:34.470 INFO:teuthology.orchestra.run.smithi148.stdout: ceph x86_64 2:19.0.0-4638.g3acca684.el9 ceph 6.6 k 2024-07-05T21:28:34.470 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-07-05T21:28:34.471 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mds x86_64 2:19.0.0-4638.g3acca684.el9 ceph 2.3 M 2024-07-05T21:28:34.471 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr x86_64 2:19.0.0-4638.g3acca684.el9 ceph 1.5 M 2024-07-05T21:28:34.471 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-modules-core noarch 2:19.0.0-4638.g3acca684.el9 ceph-noarch 277 k 2024-07-05T21:28:34.471 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mon x86_64 2:19.0.0-4638.g3acca684.el9 ceph 4.7 M 2024-07-05T21:28:34.471 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-osd x86_64 2:19.0.0-4638.g3acca684.el9 ceph 17 M 2024-07-05T21:28:34.471 INFO:teuthology.orchestra.run.smithi148.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-07-05T21:28:34.471 INFO:teuthology.orchestra.run.smithi148.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-07-05T21:28:34.471 INFO:teuthology.orchestra.run.smithi148.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-07-05T21:28:34.471 INFO:teuthology.orchestra.run.smithi148.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-07-05T21:28:34.471 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-07-05T21:28:34.471 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-07-05T21:28:34.471 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-07-05T21:28:34.471 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-07-05T21:28:34.472 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-07-05T21:28:34.472 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-07-05T21:28:34.472 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco-collections 2024-07-05T21:28:34.472 INFO:teuthology.orchestra.run.smithi148.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-07-05T21:28:34.472 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-07-05T21:28:34.472 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-07-05T21:28:34.472 INFO:teuthology.orchestra.run.smithi148.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-07-05T21:28:34.472 INFO:teuthology.orchestra.run.smithi148.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-07-05T21:28:34.472 INFO:teuthology.orchestra.run.smithi148.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-07-05T21:28:34.472 INFO:teuthology.orchestra.run.smithi148.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-07-05T21:28:34.472 INFO:teuthology.orchestra.run.smithi148.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-07-05T21:28:34.472 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-07-05T21:28:34.472 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-07-05T21:28:34.473 INFO:teuthology.orchestra.run.smithi148.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-07-05T21:28:34.473 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-07-05T21:28:34.473 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-07-05T21:28:34.473 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-07-05T21:28:34.473 INFO:teuthology.orchestra.run.smithi148.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-07-05T21:28:34.473 INFO:teuthology.orchestra.run.smithi148.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-07-05T21:28:34.473 INFO:teuthology.orchestra.run.smithi148.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-07-05T21:28:34.473 INFO:teuthology.orchestra.run.smithi148.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-07-05T21:28:34.473 INFO:teuthology.orchestra.run.smithi148.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-07-05T21:28:34.473 INFO:teuthology.orchestra.run.smithi148.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-07-05T21:28:34.473 INFO:teuthology.orchestra.run.smithi148.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-07-05T21:28:34.473 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:34.473 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-07-05T21:28:34.473 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:28:34.473 INFO:teuthology.orchestra.run.smithi148.stdout:Install 37 Packages 2024-07-05T21:28:34.474 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:34.474 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 30 M 2024-07-05T21:28:34.474 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 108 M 2024-07-05T21:28:34.474 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-07-05T21:28:34.835 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-test-2:19.0.0-4638.g3acca684.el9.x86_64 4/4 2024-07-05T21:28:34.835 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-test-2:19.0.0-4638.g3acca684.el9.x86_64 1/4 2024-07-05T21:28:34.835 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libcephsqlite-2:19.0.0-4638.g3acca684.el9.x86_64 2/4 2024-07-05T21:28:34.835 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-07-05T21:28:35.116 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-07-05T21:28:35.117 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:35.117 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-07-05T21:28:35.117 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-test-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:35.117 INFO:teuthology.orchestra.run.smithi116.stdout: libcephsqlite-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:35.117 INFO:teuthology.orchestra.run.smithi116.stdout: socat-1.7.4.1-6.el9.x86_64 2024-07-05T21:28:35.117 INFO:teuthology.orchestra.run.smithi116.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-07-05T21:28:35.117 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:35.117 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-07-05T21:28:35.388 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph 2024-07-05T21:28:35.418 INFO:teuthology.orchestra.run.smithi148.stdout:(1/37): ceph-19.0.0-4638.g3acca684.el9.x86_64.r 31 kB/s | 6.6 kB 00:00 2024-07-05T21:28:35.661 INFO:teuthology.orchestra.run.smithi148.stdout:(2/37): ceph-mgr-19.0.0-4638.g3acca684.el9.x86_ 3.4 MB/s | 1.5 MB 00:00 2024-07-05T21:28:35.844 INFO:teuthology.orchestra.run.smithi148.stdout:(3/37): ceph-mds-19.0.0-4638.g3acca684.el9.x86_ 3.7 MB/s | 2.3 MB 00:00 2024-07-05T21:28:35.949 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:39 ago on Fri 05 Jul 2024 09:27:56 PM UTC. 2024-07-05T21:28:36.083 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-07-05T21:28:36.086 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:28:36.086 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-07-05T21:28:36.086 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:28:36.086 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-07-05T21:28:36.086 INFO:teuthology.orchestra.run.smithi116.stdout: ceph x86_64 2:19.0.0-4638.g3acca684.el9 ceph 6.6 k 2024-07-05T21:28:36.086 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-07-05T21:28:36.086 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mds x86_64 2:19.0.0-4638.g3acca684.el9 ceph 2.3 M 2024-07-05T21:28:36.086 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr x86_64 2:19.0.0-4638.g3acca684.el9 ceph 1.5 M 2024-07-05T21:28:36.086 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-modules-core noarch 2:19.0.0-4638.g3acca684.el9 ceph-noarch 277 k 2024-07-05T21:28:36.086 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mon x86_64 2:19.0.0-4638.g3acca684.el9 ceph 4.7 M 2024-07-05T21:28:36.087 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-osd x86_64 2:19.0.0-4638.g3acca684.el9 ceph 17 M 2024-07-05T21:28:36.087 INFO:teuthology.orchestra.run.smithi116.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-07-05T21:28:36.087 INFO:teuthology.orchestra.run.smithi116.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-07-05T21:28:36.087 INFO:teuthology.orchestra.run.smithi116.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-07-05T21:28:36.087 INFO:teuthology.orchestra.run.smithi116.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-07-05T21:28:36.087 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-07-05T21:28:36.087 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-07-05T21:28:36.087 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-07-05T21:28:36.087 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-07-05T21:28:36.087 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-07-05T21:28:36.087 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-07-05T21:28:36.087 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-collections 2024-07-05T21:28:36.087 INFO:teuthology.orchestra.run.smithi116.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-07-05T21:28:36.087 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-07-05T21:28:36.088 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-07-05T21:28:36.088 INFO:teuthology.orchestra.run.smithi116.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-07-05T21:28:36.088 INFO:teuthology.orchestra.run.smithi116.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-07-05T21:28:36.088 INFO:teuthology.orchestra.run.smithi116.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-07-05T21:28:36.088 INFO:teuthology.orchestra.run.smithi116.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-07-05T21:28:36.088 INFO:teuthology.orchestra.run.smithi116.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-07-05T21:28:36.088 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-07-05T21:28:36.088 INFO:teuthology.orchestra.run.smithi116.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-07-05T21:28:36.088 INFO:teuthology.orchestra.run.smithi116.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-07-05T21:28:36.088 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-07-05T21:28:36.088 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-07-05T21:28:36.088 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-07-05T21:28:36.088 INFO:teuthology.orchestra.run.smithi116.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-07-05T21:28:36.089 INFO:teuthology.orchestra.run.smithi116.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-07-05T21:28:36.089 INFO:teuthology.orchestra.run.smithi116.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-07-05T21:28:36.089 INFO:teuthology.orchestra.run.smithi116.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-07-05T21:28:36.089 INFO:teuthology.orchestra.run.smithi116.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-07-05T21:28:36.089 INFO:teuthology.orchestra.run.smithi116.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-07-05T21:28:36.089 INFO:teuthology.orchestra.run.smithi116.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-07-05T21:28:36.089 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:36.089 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-07-05T21:28:36.089 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:28:36.089 INFO:teuthology.orchestra.run.smithi116.stdout:Install 37 Packages 2024-07-05T21:28:36.089 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:36.090 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 30 M 2024-07-05T21:28:36.090 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 108 M 2024-07-05T21:28:36.090 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-07-05T21:28:36.386 INFO:teuthology.orchestra.run.smithi148.stdout:(4/37): ceph-osd-19.0.0-4638.g3acca684.el9.x86_ 23 MB/s | 17 MB 00:00 2024-07-05T21:28:36.411 INFO:teuthology.orchestra.run.smithi148.stdout:(5/37): ceph-mgr-modules-core-19.0.0-4638.g3acc 489 kB/s | 277 kB 00:00 2024-07-05T21:28:36.487 INFO:teuthology.orchestra.run.smithi148.stdout:(6/37): ceph-mon-19.0.0-4638.g3acca684.el9.x86_ 4.4 MB/s | 4.7 MB 00:01 2024-07-05T21:28:36.579 INFO:teuthology.orchestra.run.smithi148.stdout:(7/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.3 MB/s | 253 kB 00:00 2024-07-05T21:28:36.604 INFO:teuthology.orchestra.run.smithi148.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 913 kB/s | 106 kB 00:00 2024-07-05T21:28:36.629 INFO:teuthology.orchestra.run.smithi148.stdout:(9/37): python3-pycparser-2.20-6.el9.noarch.rpm 2.6 MB/s | 135 kB 00:00 2024-07-05T21:28:36.663 INFO:teuthology.orchestra.run.smithi148.stdout:(10/37): python3-requests-2.25.1-8.el9.noarch.r 2.1 MB/s | 125 kB 00:00 2024-07-05T21:28:36.677 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-test-2:19.0.0-4638.g3acca684.el9.x86_64 4/4 2024-07-05T21:28:36.678 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-test-2:19.0.0-4638.g3acca684.el9.x86_64 1/4 2024-07-05T21:28:36.678 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libcephsqlite-2:19.0.0-4638.g3acca684.el9.x86_64 2/4 2024-07-05T21:28:36.678 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-07-05T21:28:36.688 INFO:teuthology.orchestra.run.smithi148.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 3.6 MB/s | 215 kB 00:00 2024-07-05T21:28:36.838 INFO:teuthology.orchestra.run.smithi148.stdout:(12/37): python3-cryptography-36.0.1-4.el9.x86_ 2.9 MB/s | 1.2 MB 00:00 2024-07-05T21:28:36.888 INFO:teuthology.orchestra.run.smithi116.stdout:(1/37): ceph-19.0.0-4638.g3acca684.el9.x86_64.r 40 kB/s | 6.6 kB 00:00 2024-07-05T21:28:36.965 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-07-05T21:28:36.966 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:36.966 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-07-05T21:28:36.966 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-test-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:36.966 INFO:teuthology.orchestra.run.smithi177.stdout: libcephsqlite-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:36.966 INFO:teuthology.orchestra.run.smithi177.stdout: socat-1.7.4.1-6.el9.x86_64 2024-07-05T21:28:36.966 INFO:teuthology.orchestra.run.smithi177.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-07-05T21:28:36.966 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:36.966 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-07-05T21:28:37.106 INFO:teuthology.orchestra.run.smithi116.stdout:(2/37): ceph-mds-19.0.0-4638.g3acca684.el9.x86_ 6.1 MB/s | 2.3 MB 00:00 2024-07-05T21:28:37.148 INFO:teuthology.orchestra.run.smithi116.stdout:(3/37): ceph-mgr-19.0.0-4638.g3acca684.el9.x86_ 3.6 MB/s | 1.5 MB 00:00 2024-07-05T21:28:37.230 INFO:teuthology.orchestra.run.smithi148.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 89 kB/s | 35 kB 00:00 2024-07-05T21:28:37.248 INFO:teuthology.orchestra.run.smithi116.stdout:(4/37): ceph-mon-19.0.0-4638.g3acca684.el9.x86_ 13 MB/s | 4.7 MB 00:00 2024-07-05T21:28:37.255 INFO:teuthology.orchestra.run.smithi148.stdout:(14/37): lua-5.4.4-4.el9.x86_64.rpm 318 kB/s | 188 kB 00:00 2024-07-05T21:28:37.262 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph 2024-07-05T21:28:37.273 INFO:teuthology.orchestra.run.smithi116.stdout:(5/37): ceph-mgr-modules-core-19.0.0-4638.g3acc 2.2 MB/s | 277 kB 00:00 2024-07-05T21:28:37.281 INFO:teuthology.orchestra.run.smithi148.stdout:(15/37): python3-mako-1.1.4-6.el9.noarch.rpm 291 kB/s | 172 kB 00:00 2024-07-05T21:28:37.356 INFO:teuthology.orchestra.run.smithi148.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 617 kB/s | 77 kB 00:00 2024-07-05T21:28:37.389 INFO:teuthology.orchestra.run.smithi148.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 470 kB/s | 51 kB 00:00 2024-07-05T21:28:37.390 INFO:teuthology.orchestra.run.smithi116.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.7 MB/s | 253 kB 00:00 2024-07-05T21:28:37.406 INFO:teuthology.orchestra.run.smithi148.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 332 kB/s | 42 kB 00:00 2024-07-05T21:28:37.432 INFO:teuthology.orchestra.run.smithi116.stdout:(7/37): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-07-05T21:28:37.481 INFO:teuthology.orchestra.run.smithi148.stdout:(19/37): lua-devel-5.4.4-4.el9.x86_64.rpm 177 kB/s | 22 kB 00:00 2024-07-05T21:28:37.482 INFO:teuthology.orchestra.run.smithi116.stdout:(8/37): python3-pycparser-2.20-6.el9.noarch.rpm 2.6 MB/s | 135 kB 00:00 2024-07-05T21:28:37.523 INFO:teuthology.orchestra.run.smithi148.stdout:(20/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 371 kB/s | 43 kB 00:00 2024-07-05T21:28:37.549 INFO:teuthology.orchestra.run.smithi148.stdout:(21/37): luarocks-3.9.2-5.el9.noarch.rpm 952 kB/s | 151 kB 00:00 2024-07-05T21:28:37.566 INFO:teuthology.orchestra.run.smithi148.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 646 kB/s | 11 kB 00:00 2024-07-05T21:28:37.583 INFO:teuthology.orchestra.run.smithi148.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 1.0 MB/s | 18 kB 00:00 2024-07-05T21:28:37.608 INFO:teuthology.orchestra.run.smithi148.stdout:(24/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.4 MB/s | 172 kB 00:00 2024-07-05T21:28:37.625 INFO:teuthology.orchestra.run.smithi148.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 553 kB/s | 23 kB 00:00 2024-07-05T21:28:37.642 INFO:teuthology.orchestra.run.smithi148.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 579 kB/s | 19 kB 00:00 2024-07-05T21:28:37.659 INFO:teuthology.orchestra.run.smithi148.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 587 kB/s | 20 kB 00:00 2024-07-05T21:28:37.684 INFO:teuthology.orchestra.run.smithi148.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 1.1 MB/s | 46 kB 00:00 2024-07-05T21:28:37.691 INFO:teuthology.orchestra.run.smithi116.stdout:(9/37): ceph-osd-19.0.0-4638.g3acca684.el9.x86_ 29 MB/s | 17 MB 00:00 2024-07-05T21:28:37.709 INFO:teuthology.orchestra.run.smithi148.stdout:(29/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.9 MB/s | 358 kB 00:00 2024-07-05T21:28:37.716 INFO:teuthology.orchestra.run.smithi116.stdout:(10/37): python3-requests-2.25.1-8.el9.noarch.r 535 kB/s | 125 kB 00:00 2024-07-05T21:28:37.734 INFO:teuthology.orchestra.run.smithi148.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-07-05T21:28:37.750 INFO:teuthology.orchestra.run.smithi116.stdout:(11/37): python3-cryptography-36.0.1-4.el9.x86_ 2.6 MB/s | 1.2 MB 00:00 2024-07-05T21:28:37.760 INFO:teuthology.orchestra.run.smithi148.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 327 kB/s | 16 kB 00:00 2024-07-05T21:28:37.785 INFO:teuthology.orchestra.run.smithi148.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-07-05T21:28:37.810 INFO:teuthology.orchestra.run.smithi148.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 714 kB/s | 36 kB 00:00 2024-07-05T21:28:37.835 INFO:teuthology.orchestra.run.smithi148.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-07-05T21:28:37.842 INFO:teuthology.orchestra.run.smithi116.stdout:(12/37): python3-urllib3-1.26.5-6.el9.noarch.rp 1.4 MB/s | 215 kB 00:00 2024-07-05T21:28:37.861 INFO:teuthology.orchestra.run.smithi148.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 796 kB/s | 20 kB 00:00 2024-07-05T21:28:37.867 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:43 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:28:37.886 INFO:teuthology.orchestra.run.smithi148.stdout:(36/37): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-07-05T21:28:37.920 INFO:teuthology.orchestra.run.smithi148.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-07-05T21:28:37.925 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:28:37.925 INFO:teuthology.orchestra.run.smithi148.stdout:Total 8.8 MB/s | 30 MB 00:03 2024-07-05T21:28:37.925 INFO:teuthology.orchestra.run.smithi116.stdout:(13/37): python3-mako-1.1.4-6.el9.noarch.rpm 984 kB/s | 172 kB 00:00 2024-07-05T21:28:37.951 INFO:teuthology.orchestra.run.smithi116.stdout:(14/37): lua-5.4.4-4.el9.x86_64.rpm 805 kB/s | 188 kB 00:00 2024-07-05T21:28:37.967 INFO:teuthology.orchestra.run.smithi116.stdout:(15/37): python3-markupsafe-1.1.1-12.el9.x86_64 277 kB/s | 35 kB 00:00 2024-07-05T21:28:37.993 INFO:teuthology.orchestra.run.smithi116.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 1.1 MB/s | 77 kB 00:00 2024-07-05T21:28:38.000 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-07-05T21:28:38.003 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:28:38.003 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-07-05T21:28:38.003 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:28:38.003 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-07-05T21:28:38.003 INFO:teuthology.orchestra.run.smithi177.stdout: ceph x86_64 2:19.0.0-4638.g3acca684.el9 ceph 6.6 k 2024-07-05T21:28:38.003 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-07-05T21:28:38.003 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mds x86_64 2:19.0.0-4638.g3acca684.el9 ceph 2.3 M 2024-07-05T21:28:38.004 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr x86_64 2:19.0.0-4638.g3acca684.el9 ceph 1.5 M 2024-07-05T21:28:38.004 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-modules-core noarch 2:19.0.0-4638.g3acca684.el9 ceph-noarch 277 k 2024-07-05T21:28:38.004 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mon x86_64 2:19.0.0-4638.g3acca684.el9 ceph 4.7 M 2024-07-05T21:28:38.004 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-osd x86_64 2:19.0.0-4638.g3acca684.el9 ceph 17 M 2024-07-05T21:28:38.004 INFO:teuthology.orchestra.run.smithi177.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-07-05T21:28:38.004 INFO:teuthology.orchestra.run.smithi177.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-07-05T21:28:38.004 INFO:teuthology.orchestra.run.smithi177.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-07-05T21:28:38.004 INFO:teuthology.orchestra.run.smithi177.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-07-05T21:28:38.004 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-07-05T21:28:38.004 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-07-05T21:28:38.004 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-07-05T21:28:38.004 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-07-05T21:28:38.004 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-07-05T21:28:38.005 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-07-05T21:28:38.005 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco-collections 2024-07-05T21:28:38.005 INFO:teuthology.orchestra.run.smithi177.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-07-05T21:28:38.005 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-07-05T21:28:38.005 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-07-05T21:28:38.005 INFO:teuthology.orchestra.run.smithi177.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-07-05T21:28:38.005 INFO:teuthology.orchestra.run.smithi177.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-07-05T21:28:38.005 INFO:teuthology.orchestra.run.smithi177.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-07-05T21:28:38.005 INFO:teuthology.orchestra.run.smithi177.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-07-05T21:28:38.005 INFO:teuthology.orchestra.run.smithi177.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-07-05T21:28:38.005 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-07-05T21:28:38.005 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-07-05T21:28:38.005 INFO:teuthology.orchestra.run.smithi177.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-07-05T21:28:38.006 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-07-05T21:28:38.006 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-07-05T21:28:38.006 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-07-05T21:28:38.006 INFO:teuthology.orchestra.run.smithi177.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-07-05T21:28:38.006 INFO:teuthology.orchestra.run.smithi177.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-07-05T21:28:38.006 INFO:teuthology.orchestra.run.smithi177.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-07-05T21:28:38.006 INFO:teuthology.orchestra.run.smithi177.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-07-05T21:28:38.006 INFO:teuthology.orchestra.run.smithi177.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-07-05T21:28:38.006 INFO:teuthology.orchestra.run.smithi177.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-07-05T21:28:38.006 INFO:teuthology.orchestra.run.smithi177.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-07-05T21:28:38.006 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:38.006 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-07-05T21:28:38.006 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:28:38.007 INFO:teuthology.orchestra.run.smithi177.stdout:Install 37 Packages 2024-07-05T21:28:38.007 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:38.007 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 30 M 2024-07-05T21:28:38.007 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 108 M 2024-07-05T21:28:38.007 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-07-05T21:28:38.018 INFO:teuthology.orchestra.run.smithi116.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 758 kB/s | 51 kB 00:00 2024-07-05T21:28:38.068 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-07-05T21:28:38.077 INFO:teuthology.orchestra.run.smithi116.stdout:(18/37): luarocks-3.9.2-5.el9.noarch.rpm 2.5 MB/s | 151 kB 00:00 2024-07-05T21:28:38.094 INFO:teuthology.orchestra.run.smithi116.stdout:(19/37): python3-toml-0.10.2-6.el9.noarch.rpm 331 kB/s | 42 kB 00:00 2024-07-05T21:28:38.109 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-07-05T21:28:38.109 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-07-05T21:28:38.111 INFO:teuthology.orchestra.run.smithi116.stdout:(20/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.3 MB/s | 43 kB 00:00 2024-07-05T21:28:38.153 INFO:teuthology.orchestra.run.smithi116.stdout:(21/37): lua-devel-5.4.4-4.el9.x86_64.rpm 140 kB/s | 22 kB 00:00 2024-07-05T21:28:38.203 INFO:teuthology.orchestra.run.smithi116.stdout:(22/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.5 MB/s | 172 kB 00:00 2024-07-05T21:28:38.228 INFO:teuthology.orchestra.run.smithi116.stdout:(23/37): python3-cherrypy-18.6.1-2.el9.noarch.r 3.8 MB/s | 358 kB 00:00 2024-07-05T21:28:38.245 INFO:teuthology.orchestra.run.smithi116.stdout:(24/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 119 kB/s | 11 kB 00:00 2024-07-05T21:28:38.262 INFO:teuthology.orchestra.run.smithi116.stdout:(25/37): python3-jaraco-classes-3.2.1-5.el9.noa 311 kB/s | 18 kB 00:00 2024-07-05T21:28:38.279 INFO:teuthology.orchestra.run.smithi116.stdout:(26/37): python3-jaraco-collections-3.0.0-8.el9 460 kB/s | 23 kB 00:00 2024-07-05T21:28:38.296 INFO:teuthology.orchestra.run.smithi116.stdout:(27/37): python3-jaraco-functools-3.5.0-2.el9.n 386 kB/s | 19 kB 00:00 2024-07-05T21:28:38.313 INFO:teuthology.orchestra.run.smithi116.stdout:(28/37): python3-jaraco-text-3.2.0-6.el9.noarch 391 kB/s | 20 kB 00:00 2024-07-05T21:28:38.330 INFO:teuthology.orchestra.run.smithi116.stdout:(29/37): python3-logutils-0.3.5-21.el9.noarch.r 1.4 MB/s | 46 kB 00:00 2024-07-05T21:28:38.355 INFO:teuthology.orchestra.run.smithi116.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 1.3 MB/s | 79 kB 00:00 2024-07-05T21:28:38.380 INFO:teuthology.orchestra.run.smithi116.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 327 kB/s | 16 kB 00:00 2024-07-05T21:28:38.405 INFO:teuthology.orchestra.run.smithi116.stdout:(32/37): python3-tempora-5.0.0-2.el9.noarch.rpm 1.4 MB/s | 36 kB 00:00 2024-07-05T21:28:38.431 INFO:teuthology.orchestra.run.smithi116.stdout:(33/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-07-05T21:28:38.456 INFO:teuthology.orchestra.run.smithi116.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.9 MB/s | 272 kB 00:00 2024-07-05T21:28:38.481 INFO:teuthology.orchestra.run.smithi116.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 799 kB/s | 20 kB 00:00 2024-07-05T21:28:38.507 INFO:teuthology.orchestra.run.smithi116.stdout:(36/37): python3-webob-1.8.7-6.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-07-05T21:28:38.532 INFO:teuthology.orchestra.run.smithi116.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.1 MB/s | 427 kB 00:00 2024-07-05T21:28:38.535 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:28:38.535 INFO:teuthology.orchestra.run.smithi116.stdout:Total 12 MB/s | 30 MB 00:02 2024-07-05T21:28:38.546 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-07-05T21:28:38.546 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-07-05T21:28:38.636 INFO:teuthology.orchestra.run.smithi177.stdout:(1/37): ceph-19.0.0-4638.g3acca684.el9.x86_64.r 27 kB/s | 6.6 kB 00:00 2024-07-05T21:28:38.676 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-07-05T21:28:38.716 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-07-05T21:28:38.716 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-07-05T21:28:38.752 INFO:teuthology.orchestra.run.smithi177.stdout:(2/37): ceph-mds-19.0.0-4638.g3acca684.el9.x86_ 6.5 MB/s | 2.3 MB 00:00 2024-07-05T21:28:39.019 INFO:teuthology.orchestra.run.smithi177.stdout:(3/37): ceph-mgr-19.0.0-4638.g3acca684.el9.x86_ 2.4 MB/s | 1.5 MB 00:00 2024-07-05T21:28:39.094 INFO:teuthology.orchestra.run.smithi177.stdout:(4/37): ceph-mgr-modules-core-19.0.0-4638.g3acc 3.6 MB/s | 277 kB 00:00 2024-07-05T21:28:39.151 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-07-05T21:28:39.151 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-07-05T21:28:39.253 INFO:teuthology.orchestra.run.smithi177.stdout:(5/37): ceph-osd-19.0.0-4638.g3acca684.el9.x86_ 34 MB/s | 17 MB 00:00 2024-07-05T21:28:39.428 INFO:teuthology.orchestra.run.smithi177.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 759 kB/s | 253 kB 00:00 2024-07-05T21:28:39.487 INFO:teuthology.orchestra.run.smithi177.stdout:(7/37): python3-ply-3.11-14.el9.noarch.rpm 1.8 MB/s | 106 kB 00:00 2024-07-05T21:28:39.545 INFO:teuthology.orchestra.run.smithi177.stdout:(8/37): python3-cryptography-36.0.1-4.el9.x86_6 4.2 MB/s | 1.2 MB 00:00 2024-07-05T21:28:39.571 INFO:teuthology.orchestra.run.smithi177.stdout:(9/37): python3-pycparser-2.20-6.el9.noarch.rpm 1.6 MB/s | 135 kB 00:00 2024-07-05T21:28:39.596 INFO:teuthology.orchestra.run.smithi177.stdout:(10/37): python3-requests-2.25.1-8.el9.noarch.r 2.4 MB/s | 125 kB 00:00 2024-07-05T21:28:39.630 INFO:teuthology.orchestra.run.smithi177.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 3.6 MB/s | 215 kB 00:00 2024-07-05T21:28:39.838 INFO:teuthology.orchestra.run.smithi177.stdout:(12/37): ceph-mon-19.0.0-4638.g3acca684.el9.x86 3.9 MB/s | 4.7 MB 00:01 2024-07-05T21:28:39.864 INFO:teuthology.orchestra.run.smithi177.stdout:(13/37): lua-5.4.4-4.el9.x86_64.rpm 706 kB/s | 188 kB 00:00 2024-07-05T21:28:39.889 INFO:teuthology.orchestra.run.smithi177.stdout:(14/37): python3-mako-1.1.4-6.el9.noarch.rpm 665 kB/s | 172 kB 00:00 2024-07-05T21:28:39.914 INFO:teuthology.orchestra.run.smithi177.stdout:(15/37): python3-markupsafe-1.1.1-12.el9.x86_64 461 kB/s | 35 kB 00:00 2024-07-05T21:28:39.927 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-07-05T21:28:39.939 INFO:teuthology.orchestra.run.smithi177.stdout:(16/37): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-07-05T21:28:39.973 INFO:teuthology.orchestra.run.smithi177.stdout:(17/37): python3-toml-0.10.2-6.el9.noarch.rpm 710 kB/s | 42 kB 00:00 2024-07-05T21:28:39.989 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-07-05T21:28:40.034 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-07-05T21:28:40.040 INFO:teuthology.orchestra.run.smithi177.stdout:(18/37): luarocks-3.9.2-5.el9.noarch.rpm 2.2 MB/s | 151 kB 00:00 2024-07-05T21:28:40.058 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-07-05T21:28:40.065 INFO:teuthology.orchestra.run.smithi177.stdout:(19/37): python3-packaging-20.9-5.el9.noarch.rp 383 kB/s | 77 kB 00:00 2024-07-05T21:28:40.082 INFO:teuthology.orchestra.run.smithi177.stdout:(20/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.0 MB/s | 43 kB 00:00 2024-07-05T21:28:40.130 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-07-05T21:28:40.132 INFO:teuthology.orchestra.run.smithi177.stdout:(21/37): python3-cherrypy-18.6.1-2.el9.noarch.r 14 MB/s | 358 kB 00:00 2024-07-05T21:28:40.158 INFO:teuthology.orchestra.run.smithi177.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 466 kB/s | 11 kB 00:00 2024-07-05T21:28:40.174 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-07-05T21:28:40.175 INFO:teuthology.orchestra.run.smithi177.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 1.0 MB/s | 18 kB 00:00 2024-07-05T21:28:40.200 INFO:teuthology.orchestra.run.smithi177.stdout:(24/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.2 MB/s | 172 kB 00:00 2024-07-05T21:28:40.207 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-07-05T21:28:40.217 INFO:teuthology.orchestra.run.smithi177.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 551 kB/s | 23 kB 00:00 2024-07-05T21:28:40.234 INFO:teuthology.orchestra.run.smithi177.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 580 kB/s | 19 kB 00:00 2024-07-05T21:28:40.259 INFO:teuthology.orchestra.run.smithi177.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 469 kB/s | 20 kB 00:00 2024-07-05T21:28:40.286 INFO:teuthology.orchestra.run.smithi177.stdout:(28/37): lua-devel-5.4.4-4.el9.x86_64.rpm 64 kB/s | 22 kB 00:00 2024-07-05T21:28:40.298 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-07-05T21:28:40.312 INFO:teuthology.orchestra.run.smithi177.stdout:(29/37): python3-logutils-0.3.5-21.el9.noarch.r 595 kB/s | 46 kB 00:00 2024-07-05T21:28:40.362 INFO:teuthology.orchestra.run.smithi177.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 767 kB/s | 79 kB 00:00 2024-07-05T21:28:40.369 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-07-05T21:28:40.387 INFO:teuthology.orchestra.run.smithi177.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 324 kB/s | 16 kB 00:00 2024-07-05T21:28:40.409 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/37 2024-07-05T21:28:40.413 INFO:teuthology.orchestra.run.smithi177.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-07-05T21:28:40.438 INFO:teuthology.orchestra.run.smithi177.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 713 kB/s | 36 kB 00:00 2024-07-05T21:28:40.444 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-07-05T21:28:40.463 INFO:teuthology.orchestra.run.smithi177.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.5 MB/s | 272 kB 00:00 2024-07-05T21:28:40.474 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-07-05T21:28:40.488 INFO:teuthology.orchestra.run.smithi177.stdout:(35/37): python3-webob-1.8.7-6.el9.noarch.rpm 4.5 MB/s | 230 kB 00:00 2024-07-05T21:28:40.513 INFO:teuthology.orchestra.run.smithi177.stdout:(36/37): python3-zc-lockfile-2.0-10.el9.noarch. 397 kB/s | 20 kB 00:00 2024-07-05T21:28:40.516 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-07-05T21:28:40.517 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-07-05T21:28:40.538 INFO:teuthology.orchestra.run.smithi177.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.2 MB/s | 427 kB 00:00 2024-07-05T21:28:40.542 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:28:40.542 INFO:teuthology.orchestra.run.smithi177.stdout:Total 12 MB/s | 30 MB 00:02 2024-07-05T21:28:40.551 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-07-05T21:28:40.585 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-07-05T21:28:40.591 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-07-05T21:28:40.618 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-07-05T21:28:40.626 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-07-05T21:28:40.645 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-07-05T21:28:40.660 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-07-05T21:28:40.686 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-07-05T21:28:40.708 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-07-05T21:28:40.717 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-07-05T21:28:40.725 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-07-05T21:28:40.725 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-07-05T21:28:40.741 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-07-05T21:28:40.770 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-07-05T21:28:40.802 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-07-05T21:28:40.815 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-07-05T21:28:40.894 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-07-05T21:28:40.953 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-07-05T21:28:40.972 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-07-05T21:28:41.013 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/37 2024-07-05T21:28:41.032 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-07-05T21:28:41.048 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-07-05T21:28:41.078 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-07-05T21:28:41.094 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-07-05T21:28:41.113 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-07-05T21:28:41.132 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-07-05T21:28:41.146 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-07-05T21:28:41.160 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-07-05T21:28:41.161 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-07-05T21:28:41.181 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-07-05T21:28:41.187 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-07-05T21:28:41.222 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-07-05T21:28:41.236 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-07-05T21:28:41.256 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-07-05T21:28:41.304 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-07-05T21:28:41.336 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-07-05T21:28:41.410 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-07-05T21:28:41.429 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-07-05T21:28:41.478 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-07-05T21:28:41.550 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-07-05T21:28:41.555 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-07-05T21:28:41.628 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-07-05T21:28:41.662 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-07-05T21:28:41.681 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-07-05T21:28:41.707 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-07-05T21:28:41.719 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-07-05T21:28:41.777 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-07-05T21:28:41.832 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-07-05T21:28:41.835 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-07-05T21:28:41.990 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-4638.g3acca684.el9. 32/37 2024-07-05T21:28:42.020 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-mgr-2:19.0.0-4638.g3acca684.el9.x86_64 33/37 2024-07-05T21:28:42.030 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-07-05T21:28:42.047 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-mgr-2:19.0.0-4638.g3acca684.el9.x86_64 33/37 2024-07-05T21:28:42.047 INFO:teuthology.orchestra.run.smithi148.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-05T21:28:42.047 INFO:teuthology.orchestra.run.smithi148.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-07-05T21:28:42.047 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-07-05T21:28:42.047 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-07-05T21:28:42.047 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:42.082 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-07-05T21:28:42.175 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-07-05T21:28:42.265 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-07-05T21:28:42.313 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-07-05T21:28:42.441 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-07-05T21:28:42.529 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-07-05T21:28:42.583 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-07-05T21:28:42.603 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-4638.g3acca684.el9. 32/37 2024-07-05T21:28:42.616 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-07-05T21:28:42.633 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mgr-2:19.0.0-4638.g3acca684.el9.x86_64 33/37 2024-07-05T21:28:42.644 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-07-05T21:28:42.658 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-mgr-2:19.0.0-4638.g3acca684.el9.x86_64 33/37 2024-07-05T21:28:42.658 INFO:teuthology.orchestra.run.smithi116.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-05T21:28:42.658 INFO:teuthology.orchestra.run.smithi116.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-07-05T21:28:42.658 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-07-05T21:28:42.658 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-07-05T21:28:42.658 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:42.714 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-07-05T21:28:42.759 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-07-05T21:28:42.792 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-07-05T21:28:42.883 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-07-05T21:28:42.953 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-07-05T21:28:42.994 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/37 2024-07-05T21:28:43.058 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-07-05T21:28:43.093 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-07-05T21:28:43.127 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-07-05T21:28:43.160 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-07-05T21:28:43.201 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-07-05T21:28:43.236 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-07-05T21:28:43.270 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-07-05T21:28:43.318 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-07-05T21:28:43.350 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-07-05T21:28:43.423 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-07-05T21:28:43.480 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-osd-2:19.0.0-4638.g3acca684.el9.x86_64 34/37 2024-07-05T21:28:43.507 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-osd-2:19.0.0-4638.g3acca684.el9.x86_64 34/37 2024-07-05T21:28:43.507 INFO:teuthology.orchestra.run.smithi148.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-05T21:28:43.507 INFO:teuthology.orchestra.run.smithi148.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-07-05T21:28:43.507 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-07-05T21:28:43.507 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-07-05T21:28:43.507 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:43.569 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-07-05T21:28:43.650 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-07-05T21:28:43.703 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-07-05T21:28:43.741 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-07-05T21:28:43.790 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-07-05T21:28:43.845 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-07-05T21:28:43.939 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-mon-2:19.0.0-4638.g3acca684.el9.x86_64 35/37 2024-07-05T21:28:43.962 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-mon-2:19.0.0-4638.g3acca684.el9.x86_64 35/37 2024-07-05T21:28:43.962 INFO:teuthology.orchestra.run.smithi148.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-05T21:28:43.962 INFO:teuthology.orchestra.run.smithi148.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-07-05T21:28:43.963 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-07-05T21:28:43.963 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-07-05T21:28:43.963 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:44.032 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-07-05T21:28:44.078 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-07-05T21:28:44.101 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-osd-2:19.0.0-4638.g3acca684.el9.x86_64 34/37 2024-07-05T21:28:44.128 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-osd-2:19.0.0-4638.g3acca684.el9.x86_64 34/37 2024-07-05T21:28:44.128 INFO:teuthology.orchestra.run.smithi116.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-05T21:28:44.128 INFO:teuthology.orchestra.run.smithi116.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-07-05T21:28:44.128 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-07-05T21:28:44.128 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-07-05T21:28:44.128 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:44.148 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-07-05T21:28:44.181 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-mds-2:19.0.0-4638.g3acca684.el9.x86_64 36/37 2024-07-05T21:28:44.204 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-mds-2:19.0.0-4638.g3acca684.el9.x86_64 36/37 2024-07-05T21:28:44.204 INFO:teuthology.orchestra.run.smithi148.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-05T21:28:44.204 INFO:teuthology.orchestra.run.smithi148.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-07-05T21:28:44.205 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-07-05T21:28:44.205 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-07-05T21:28:44.205 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:44.236 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-07-05T21:28:44.269 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-2:19.0.0-4638.g3acca684.el9.x86_64 37/37 2024-07-05T21:28:44.278 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-07-05T21:28:44.402 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-07-05T21:28:44.557 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-4638.g3acca684.el9. 32/37 2024-07-05T21:28:44.576 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mon-2:19.0.0-4638.g3acca684.el9.x86_64 35/37 2024-07-05T21:28:44.588 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mgr-2:19.0.0-4638.g3acca684.el9.x86_64 33/37 2024-07-05T21:28:44.600 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-mon-2:19.0.0-4638.g3acca684.el9.x86_64 35/37 2024-07-05T21:28:44.600 INFO:teuthology.orchestra.run.smithi116.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-05T21:28:44.600 INFO:teuthology.orchestra.run.smithi116.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-07-05T21:28:44.600 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-07-05T21:28:44.600 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-07-05T21:28:44.600 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:44.614 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mgr-2:19.0.0-4638.g3acca684.el9.x86_64 33/37 2024-07-05T21:28:44.614 INFO:teuthology.orchestra.run.smithi177.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-05T21:28:44.614 INFO:teuthology.orchestra.run.smithi177.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-07-05T21:28:44.615 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-07-05T21:28:44.615 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-07-05T21:28:44.615 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:44.827 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mds-2:19.0.0-4638.g3acca684.el9.x86_64 36/37 2024-07-05T21:28:44.850 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-mds-2:19.0.0-4638.g3acca684.el9.x86_64 36/37 2024-07-05T21:28:44.850 INFO:teuthology.orchestra.run.smithi116.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-05T21:28:44.850 INFO:teuthology.orchestra.run.smithi116.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-07-05T21:28:44.851 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-07-05T21:28:44.851 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-07-05T21:28:44.851 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:44.915 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-2:19.0.0-4638.g3acca684.el9.x86_64 37/37 2024-07-05T21:28:46.047 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-osd-2:19.0.0-4638.g3acca684.el9.x86_64 34/37 2024-07-05T21:28:46.074 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-osd-2:19.0.0-4638.g3acca684.el9.x86_64 34/37 2024-07-05T21:28:46.074 INFO:teuthology.orchestra.run.smithi177.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-05T21:28:46.075 INFO:teuthology.orchestra.run.smithi177.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-07-05T21:28:46.075 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-07-05T21:28:46.075 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-07-05T21:28:46.075 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:46.085 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-2:19.0.0-4638.g3acca684.el9.x86_64 37/37 2024-07-05T21:28:46.086 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-2:19.0.0-4638.g3acca684.el9.x86_64 1/37 2024-07-05T21:28:46.086 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-mds-2:19.0.0-4638.g3acca684.el9.x86_64 2/37 2024-07-05T21:28:46.086 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-mgr-2:19.0.0-4638.g3acca684.el9.x86_64 3/37 2024-07-05T21:28:46.086 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-mon-2:19.0.0-4638.g3acca684.el9.x86_64 4/37 2024-07-05T21:28:46.086 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-osd-2:19.0.0-4638.g3acca684.el9.x86_64 5/37 2024-07-05T21:28:46.086 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-4638.g3acca684.el9. 6/37 2024-07-05T21:28:46.086 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-07-05T21:28:46.086 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-07-05T21:28:46.086 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-07-05T21:28:46.086 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-07-05T21:28:46.087 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-07-05T21:28:46.087 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-07-05T21:28:46.087 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-07-05T21:28:46.087 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-07-05T21:28:46.087 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-07-05T21:28:46.087 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-07-05T21:28:46.087 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-07-05T21:28:46.087 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-07-05T21:28:46.087 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-07-05T21:28:46.087 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-07-05T21:28:46.087 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-07-05T21:28:46.088 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-07-05T21:28:46.088 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-07-05T21:28:46.088 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-07-05T21:28:46.088 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-07-05T21:28:46.088 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-07-05T21:28:46.088 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-07-05T21:28:46.088 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-07-05T21:28:46.088 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-07-05T21:28:46.088 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-07-05T21:28:46.088 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-07-05T21:28:46.088 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-07-05T21:28:46.088 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-07-05T21:28:46.089 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-07-05T21:28:46.089 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 35/37 2024-07-05T21:28:46.089 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-07-05T21:28:46.514 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mon-2:19.0.0-4638.g3acca684.el9.x86_64 35/37 2024-07-05T21:28:46.538 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mon-2:19.0.0-4638.g3acca684.el9.x86_64 35/37 2024-07-05T21:28:46.538 INFO:teuthology.orchestra.run.smithi177.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-05T21:28:46.538 INFO:teuthology.orchestra.run.smithi177.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-07-05T21:28:46.538 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-07-05T21:28:46.539 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-07-05T21:28:46.539 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:46.595 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-2:19.0.0-4638.g3acca684.el9.x86_64 37/37 2024-07-05T21:28:46.595 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-2:19.0.0-4638.g3acca684.el9.x86_64 1/37 2024-07-05T21:28:46.595 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mds-2:19.0.0-4638.g3acca684.el9.x86_64 2/37 2024-07-05T21:28:46.595 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mgr-2:19.0.0-4638.g3acca684.el9.x86_64 3/37 2024-07-05T21:28:46.596 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mon-2:19.0.0-4638.g3acca684.el9.x86_64 4/37 2024-07-05T21:28:46.596 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-osd-2:19.0.0-4638.g3acca684.el9.x86_64 5/37 2024-07-05T21:28:46.596 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-4638.g3acca684.el9. 6/37 2024-07-05T21:28:46.596 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-07-05T21:28:46.596 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-07-05T21:28:46.596 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-07-05T21:28:46.596 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-07-05T21:28:46.596 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-07-05T21:28:46.596 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-07-05T21:28:46.596 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-07-05T21:28:46.596 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-07-05T21:28:46.596 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-07-05T21:28:46.596 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-07-05T21:28:46.597 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-07-05T21:28:46.597 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-07-05T21:28:46.597 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-07-05T21:28:46.597 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-07-05T21:28:46.597 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-07-05T21:28:46.597 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-07-05T21:28:46.597 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-07-05T21:28:46.597 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-07-05T21:28:46.597 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-07-05T21:28:46.597 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-07-05T21:28:46.597 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-07-05T21:28:46.597 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-07-05T21:28:46.597 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-07-05T21:28:46.598 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-07-05T21:28:46.598 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-07-05T21:28:46.598 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-07-05T21:28:46.598 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-07-05T21:28:46.598 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-07-05T21:28:46.598 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 35/37 2024-07-05T21:28:46.598 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-07-05T21:28:46.765 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mds-2:19.0.0-4638.g3acca684.el9.x86_64 36/37 2024-07-05T21:28:46.788 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mds-2:19.0.0-4638.g3acca684.el9.x86_64 36/37 2024-07-05T21:28:46.788 INFO:teuthology.orchestra.run.smithi177.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-05T21:28:46.789 INFO:teuthology.orchestra.run.smithi177.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-07-05T21:28:46.789 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-07-05T21:28:46.789 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-07-05T21:28:46.789 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:46.854 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-2:19.0.0-4638.g3acca684.el9.x86_64 37/37 2024-07-05T21:28:47.077 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-07-05T21:28:47.077 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:47.077 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-07-05T21:28:47.077 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:47.077 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mds-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:47.077 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:47.077 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-modules-core-2:19.0.0-4638.g3acca684.el9.noarch 2024-07-05T21:28:47.077 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mon-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:47.077 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-osd-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:47.077 INFO:teuthology.orchestra.run.smithi148.stdout: lua-5.4.4-4.el9.x86_64 2024-07-05T21:28:47.078 INFO:teuthology.orchestra.run.smithi148.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-07-05T21:28:47.078 INFO:teuthology.orchestra.run.smithi148.stdout: luarocks-3.9.2-5.el9.noarch 2024-07-05T21:28:47.078 INFO:teuthology.orchestra.run.smithi148.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-07-05T21:28:47.078 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-07-05T21:28:47.078 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-07-05T21:28:47.078 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-07-05T21:28:47.078 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-07-05T21:28:47.078 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-07-05T21:28:47.078 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-07-05T21:28:47.078 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-07-05T21:28:47.078 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-07-05T21:28:47.078 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-07-05T21:28:47.078 INFO:teuthology.orchestra.run.smithi148.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-07-05T21:28:47.079 INFO:teuthology.orchestra.run.smithi148.stdout: python3-mako-1.1.4-6.el9.noarch 2024-07-05T21:28:47.079 INFO:teuthology.orchestra.run.smithi148.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-07-05T21:28:47.079 INFO:teuthology.orchestra.run.smithi148.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-07-05T21:28:47.079 INFO:teuthology.orchestra.run.smithi148.stdout: python3-packaging-20.9-5.el9.noarch 2024-07-05T21:28:47.079 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-07-05T21:28:47.079 INFO:teuthology.orchestra.run.smithi148.stdout: python3-ply-3.11-14.el9.noarch 2024-07-05T21:28:47.079 INFO:teuthology.orchestra.run.smithi148.stdout: python3-portend-3.1.0-2.el9.noarch 2024-07-05T21:28:47.079 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-07-05T21:28:47.079 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pycparser-2.20-6.el9.noarch 2024-07-05T21:28:47.079 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pytz-2021.1-5.el9.noarch 2024-07-05T21:28:47.079 INFO:teuthology.orchestra.run.smithi148.stdout: python3-requests-2.25.1-8.el9.noarch 2024-07-05T21:28:47.079 INFO:teuthology.orchestra.run.smithi148.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-07-05T21:28:47.079 INFO:teuthology.orchestra.run.smithi148.stdout: python3-toml-0.10.2-6.el9.noarch 2024-07-05T21:28:47.079 INFO:teuthology.orchestra.run.smithi148.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-07-05T21:28:47.080 INFO:teuthology.orchestra.run.smithi148.stdout: python3-webob-1.8.7-6.el9.noarch 2024-07-05T21:28:47.080 INFO:teuthology.orchestra.run.smithi148.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-07-05T21:28:47.080 INFO:teuthology.orchestra.run.smithi148.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-07-05T21:28:47.080 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:47.080 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-07-05T21:28:47.460 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-base 2024-07-05T21:28:47.629 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-07-05T21:28:47.629 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:47.629 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-07-05T21:28:47.629 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:47.629 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mds-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:47.629 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:47.629 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-modules-core-2:19.0.0-4638.g3acca684.el9.noarch 2024-07-05T21:28:47.630 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mon-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:47.630 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-osd-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:47.630 INFO:teuthology.orchestra.run.smithi116.stdout: lua-5.4.4-4.el9.x86_64 2024-07-05T21:28:47.630 INFO:teuthology.orchestra.run.smithi116.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-07-05T21:28:47.630 INFO:teuthology.orchestra.run.smithi116.stdout: luarocks-3.9.2-5.el9.noarch 2024-07-05T21:28:47.630 INFO:teuthology.orchestra.run.smithi116.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-07-05T21:28:47.630 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-07-05T21:28:47.630 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-07-05T21:28:47.630 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-07-05T21:28:47.630 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-07-05T21:28:47.630 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-07-05T21:28:47.630 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-07-05T21:28:47.631 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-07-05T21:28:47.631 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-07-05T21:28:47.631 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-07-05T21:28:47.631 INFO:teuthology.orchestra.run.smithi116.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-07-05T21:28:47.631 INFO:teuthology.orchestra.run.smithi116.stdout: python3-mako-1.1.4-6.el9.noarch 2024-07-05T21:28:47.631 INFO:teuthology.orchestra.run.smithi116.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-07-05T21:28:47.631 INFO:teuthology.orchestra.run.smithi116.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-07-05T21:28:47.631 INFO:teuthology.orchestra.run.smithi116.stdout: python3-packaging-20.9-5.el9.noarch 2024-07-05T21:28:47.631 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-07-05T21:28:47.631 INFO:teuthology.orchestra.run.smithi116.stdout: python3-ply-3.11-14.el9.noarch 2024-07-05T21:28:47.631 INFO:teuthology.orchestra.run.smithi116.stdout: python3-portend-3.1.0-2.el9.noarch 2024-07-05T21:28:47.631 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-07-05T21:28:47.631 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pycparser-2.20-6.el9.noarch 2024-07-05T21:28:47.631 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pytz-2021.1-5.el9.noarch 2024-07-05T21:28:47.631 INFO:teuthology.orchestra.run.smithi116.stdout: python3-requests-2.25.1-8.el9.noarch 2024-07-05T21:28:47.632 INFO:teuthology.orchestra.run.smithi116.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-07-05T21:28:47.632 INFO:teuthology.orchestra.run.smithi116.stdout: python3-toml-0.10.2-6.el9.noarch 2024-07-05T21:28:47.632 INFO:teuthology.orchestra.run.smithi116.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-07-05T21:28:47.632 INFO:teuthology.orchestra.run.smithi116.stdout: python3-webob-1.8.7-6.el9.noarch 2024-07-05T21:28:47.632 INFO:teuthology.orchestra.run.smithi116.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-07-05T21:28:47.632 INFO:teuthology.orchestra.run.smithi116.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-07-05T21:28:47.632 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:47.632 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-07-05T21:28:48.026 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:54 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:28:48.038 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-base 2024-07-05T21:28:48.110 INFO:teuthology.orchestra.run.smithi148.stdout:Package ceph-base-2:19.0.0-4638.g3acca684.el9.x86_64 is already installed. 2024-07-05T21:28:48.151 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-07-05T21:28:48.152 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-07-05T21:28:48.152 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-07-05T21:28:48.211 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install cephadm 2024-07-05T21:28:48.601 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:52 ago on Fri 05 Jul 2024 09:27:56 PM UTC. 2024-07-05T21:28:48.636 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-2:19.0.0-4638.g3acca684.el9.x86_64 37/37 2024-07-05T21:28:48.636 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-2:19.0.0-4638.g3acca684.el9.x86_64 1/37 2024-07-05T21:28:48.636 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mds-2:19.0.0-4638.g3acca684.el9.x86_64 2/37 2024-07-05T21:28:48.636 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mgr-2:19.0.0-4638.g3acca684.el9.x86_64 3/37 2024-07-05T21:28:48.636 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mon-2:19.0.0-4638.g3acca684.el9.x86_64 4/37 2024-07-05T21:28:48.636 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-osd-2:19.0.0-4638.g3acca684.el9.x86_64 5/37 2024-07-05T21:28:48.637 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-4638.g3acca684.el9. 6/37 2024-07-05T21:28:48.637 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-07-05T21:28:48.637 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-07-05T21:28:48.637 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-07-05T21:28:48.637 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-07-05T21:28:48.637 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-07-05T21:28:48.637 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-07-05T21:28:48.637 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-07-05T21:28:48.637 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-07-05T21:28:48.637 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-07-05T21:28:48.637 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-07-05T21:28:48.637 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-07-05T21:28:48.637 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-07-05T21:28:48.637 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-07-05T21:28:48.638 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-07-05T21:28:48.638 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-07-05T21:28:48.638 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-07-05T21:28:48.638 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-07-05T21:28:48.638 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-07-05T21:28:48.638 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-07-05T21:28:48.638 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-07-05T21:28:48.638 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-07-05T21:28:48.639 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-07-05T21:28:48.639 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-07-05T21:28:48.639 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-07-05T21:28:48.639 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-07-05T21:28:48.639 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-07-05T21:28:48.640 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-07-05T21:28:48.640 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-07-05T21:28:48.640 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 35/37 2024-07-05T21:28:48.640 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-07-05T21:28:48.684 INFO:teuthology.orchestra.run.smithi116.stdout:Package ceph-base-2:19.0.0-4638.g3acca684.el9.x86_64 is already installed. 2024-07-05T21:28:48.725 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-07-05T21:28:48.726 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2024-07-05T21:28:48.726 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-07-05T21:28:48.763 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:54 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:28:48.784 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install cephadm 2024-07-05T21:28:48.888 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-07-05T21:28:48.889 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:28:48.889 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-07-05T21:28:48.890 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:28:48.890 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-07-05T21:28:48.890 INFO:teuthology.orchestra.run.smithi148.stdout: cephadm noarch 2:19.0.0-4638.g3acca684.el9 ceph-noarch 764 k 2024-07-05T21:28:48.890 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:48.890 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-07-05T21:28:48.890 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:28:48.890 INFO:teuthology.orchestra.run.smithi148.stdout:Install 1 Package 2024-07-05T21:28:48.890 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:48.890 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 764 k 2024-07-05T21:28:48.891 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 770 k 2024-07-05T21:28:48.891 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-07-05T21:28:49.172 INFO:teuthology.orchestra.run.smithi148.stdout:cephadm-19.0.0-4638.g3acca684.el9.noarch.rpm 2.7 MB/s | 764 kB 00:00 2024-07-05T21:28:49.172 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:28:49.173 INFO:teuthology.orchestra.run.smithi148.stdout:Total 2.6 MB/s | 764 kB 00:00 2024-07-05T21:28:49.173 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-07-05T21:28:49.178 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-07-05T21:28:49.178 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-07-05T21:28:49.184 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-07-05T21:28:49.184 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-07-05T21:28:49.260 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-07-05T21:28:49.335 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:53 ago on Fri 05 Jul 2024 09:27:56 PM UTC. 2024-07-05T21:28:49.460 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-07-05T21:28:49.460 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:28:49.461 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-07-05T21:28:49.461 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:28:49.461 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-07-05T21:28:49.461 INFO:teuthology.orchestra.run.smithi116.stdout: cephadm noarch 2:19.0.0-4638.g3acca684.el9 ceph-noarch 764 k 2024-07-05T21:28:49.461 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:49.461 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-07-05T21:28:49.461 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:28:49.461 INFO:teuthology.orchestra.run.smithi116.stdout:Install 1 Package 2024-07-05T21:28:49.461 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:49.461 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 764 k 2024-07-05T21:28:49.461 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 770 k 2024-07-05T21:28:49.461 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-07-05T21:28:49.675 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-07-05T21:28:49.675 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:49.675 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-07-05T21:28:49.675 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:49.675 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mds-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:49.676 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:49.676 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-modules-core-2:19.0.0-4638.g3acca684.el9.noarch 2024-07-05T21:28:49.676 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mon-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:49.676 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-osd-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:49.676 INFO:teuthology.orchestra.run.smithi177.stdout: lua-5.4.4-4.el9.x86_64 2024-07-05T21:28:49.676 INFO:teuthology.orchestra.run.smithi177.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-07-05T21:28:49.676 INFO:teuthology.orchestra.run.smithi177.stdout: luarocks-3.9.2-5.el9.noarch 2024-07-05T21:28:49.676 INFO:teuthology.orchestra.run.smithi177.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-07-05T21:28:49.676 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-07-05T21:28:49.676 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-07-05T21:28:49.676 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-07-05T21:28:49.676 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-07-05T21:28:49.677 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-07-05T21:28:49.677 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-07-05T21:28:49.677 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-07-05T21:28:49.677 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-07-05T21:28:49.677 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-07-05T21:28:49.677 INFO:teuthology.orchestra.run.smithi177.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-07-05T21:28:49.677 INFO:teuthology.orchestra.run.smithi177.stdout: python3-mako-1.1.4-6.el9.noarch 2024-07-05T21:28:49.677 INFO:teuthology.orchestra.run.smithi177.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-07-05T21:28:49.677 INFO:teuthology.orchestra.run.smithi177.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-07-05T21:28:49.677 INFO:teuthology.orchestra.run.smithi177.stdout: python3-packaging-20.9-5.el9.noarch 2024-07-05T21:28:49.677 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-07-05T21:28:49.677 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ply-3.11-14.el9.noarch 2024-07-05T21:28:49.677 INFO:teuthology.orchestra.run.smithi177.stdout: python3-portend-3.1.0-2.el9.noarch 2024-07-05T21:28:49.678 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-07-05T21:28:49.678 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pycparser-2.20-6.el9.noarch 2024-07-05T21:28:49.678 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pytz-2021.1-5.el9.noarch 2024-07-05T21:28:49.678 INFO:teuthology.orchestra.run.smithi177.stdout: python3-requests-2.25.1-8.el9.noarch 2024-07-05T21:28:49.678 INFO:teuthology.orchestra.run.smithi177.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-07-05T21:28:49.678 INFO:teuthology.orchestra.run.smithi177.stdout: python3-toml-0.10.2-6.el9.noarch 2024-07-05T21:28:49.678 INFO:teuthology.orchestra.run.smithi177.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-07-05T21:28:49.678 INFO:teuthology.orchestra.run.smithi177.stdout: python3-webob-1.8.7-6.el9.noarch 2024-07-05T21:28:49.678 INFO:teuthology.orchestra.run.smithi177.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-07-05T21:28:49.678 INFO:teuthology.orchestra.run.smithi177.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-07-05T21:28:49.678 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:49.678 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-07-05T21:28:49.732 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: cephadm-2:19.0.0-4638.g3acca684.el9.noarch 1/1 2024-07-05T21:28:49.760 INFO:teuthology.orchestra.run.smithi116.stdout:cephadm-19.0.0-4638.g3acca684.el9.noarch.rpm 2.5 MB/s | 764 kB 00:00 2024-07-05T21:28:49.761 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:28:49.761 INFO:teuthology.orchestra.run.smithi116.stdout:Total 2.5 MB/s | 764 kB 00:00 2024-07-05T21:28:49.761 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-07-05T21:28:49.766 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-07-05T21:28:49.766 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-07-05T21:28:49.772 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-07-05T21:28:49.773 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-07-05T21:28:49.816 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : cephadm-2:19.0.0-4638.g3acca684.el9.noarch 1/1 2024-07-05T21:28:49.843 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-07-05T21:28:50.043 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-base 2024-07-05T21:28:50.211 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: cephadm-2:19.0.0-4638.g3acca684.el9.noarch 1/1 2024-07-05T21:28:50.254 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: cephadm-2:19.0.0-4638.g3acca684.el9.noarch 1/1 2024-07-05T21:28:50.348 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : cephadm-2:19.0.0-4638.g3acca684.el9.noarch 1/1 2024-07-05T21:28:50.478 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : cephadm-2:19.0.0-4638.g3acca684.el9.noarch 1/1 2024-07-05T21:28:50.478 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:50.478 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-07-05T21:28:50.479 INFO:teuthology.orchestra.run.smithi148.stdout: cephadm-2:19.0.0-4638.g3acca684.el9.noarch 2024-07-05T21:28:50.479 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:50.479 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-07-05T21:28:50.603 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:56 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:28:50.683 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-immutable-object-cache 2024-07-05T21:28:50.689 INFO:teuthology.orchestra.run.smithi177.stdout:Package ceph-base-2:19.0.0-4638.g3acca684.el9.x86_64 is already installed. 2024-07-05T21:28:50.729 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-07-05T21:28:50.730 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-07-05T21:28:50.730 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-07-05T21:28:50.733 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: cephadm-2:19.0.0-4638.g3acca684.el9.noarch 1/1 2024-07-05T21:28:50.785 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install cephadm 2024-07-05T21:28:51.007 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : cephadm-2:19.0.0-4638.g3acca684.el9.noarch 1/1 2024-07-05T21:28:51.007 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:51.007 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-07-05T21:28:51.007 INFO:teuthology.orchestra.run.smithi116.stdout: cephadm-2:19.0.0-4638.g3acca684.el9.noarch 2024-07-05T21:28:51.007 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:51.007 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-07-05T21:28:51.222 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-immutable-object-cache 2024-07-05T21:28:51.252 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:57 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:28:51.337 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:57 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:28:51.381 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-07-05T21:28:51.381 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:28:51.382 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repo Size 2024-07-05T21:28:51.382 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:28:51.382 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-07-05T21:28:51.382 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-4638.g3acca684.el9 ceph 145 k 2024-07-05T21:28:51.382 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:51.382 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-07-05T21:28:51.382 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:28:51.382 INFO:teuthology.orchestra.run.smithi148.stdout:Install 1 Package 2024-07-05T21:28:51.382 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:51.383 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 145 k 2024-07-05T21:28:51.383 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 432 k 2024-07-05T21:28:51.383 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-07-05T21:28:51.461 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-07-05T21:28:51.461 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:28:51.462 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-07-05T21:28:51.462 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:28:51.462 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-07-05T21:28:51.462 INFO:teuthology.orchestra.run.smithi177.stdout: cephadm noarch 2:19.0.0-4638.g3acca684.el9 ceph-noarch 764 k 2024-07-05T21:28:51.462 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:51.462 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-07-05T21:28:51.462 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:28:51.462 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2024-07-05T21:28:51.462 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:51.463 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 764 k 2024-07-05T21:28:51.463 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 770 k 2024-07-05T21:28:51.463 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-07-05T21:28:51.756 INFO:teuthology.orchestra.run.smithi177.stdout:cephadm-19.0.0-4638.g3acca684.el9.noarch.rpm 2.6 MB/s | 764 kB 00:00 2024-07-05T21:28:51.757 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:28:51.757 INFO:teuthology.orchestra.run.smithi177.stdout:Total 2.5 MB/s | 764 kB 00:00 2024-07-05T21:28:51.757 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-07-05T21:28:51.761 INFO:teuthology.orchestra.run.smithi148.stdout:ceph-immutable-object-cache-19.0.0-4638.g3acca6 383 kB/s | 145 kB 00:00 2024-07-05T21:28:51.761 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:28:51.762 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-07-05T21:28:51.762 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-07-05T21:28:51.763 INFO:teuthology.orchestra.run.smithi148.stdout:Total 381 kB/s | 145 kB 00:00 2024-07-05T21:28:51.763 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-07-05T21:28:51.767 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-07-05T21:28:51.768 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-07-05T21:28:51.770 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-07-05T21:28:51.770 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-07-05T21:28:51.788 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:55 ago on Fri 05 Jul 2024 09:27:56 PM UTC. 2024-07-05T21:28:51.826 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-07-05T21:28:51.827 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-07-05T21:28:51.837 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-07-05T21:28:51.918 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-07-05T21:28:51.919 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:28:51.919 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repo Size 2024-07-05T21:28:51.919 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:28:51.919 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-07-05T21:28:51.920 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-4638.g3acca684.el9 ceph 145 k 2024-07-05T21:28:51.920 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:51.920 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-07-05T21:28:51.920 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:28:51.920 INFO:teuthology.orchestra.run.smithi116.stdout:Install 1 Package 2024-07-05T21:28:51.920 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:51.920 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 145 k 2024-07-05T21:28:51.920 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 432 k 2024-07-05T21:28:51.920 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-07-05T21:28:51.971 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-07-05T21:28:52.045 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-4638.g3acca684. 1/1 2024-07-05T21:28:52.071 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-4638.g3acca684. 1/1 2024-07-05T21:28:52.071 INFO:teuthology.orchestra.run.smithi148.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-05T21:28:52.071 INFO:teuthology.orchestra.run.smithi148.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-07-05T21:28:52.071 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:52.234 INFO:teuthology.orchestra.run.smithi116.stdout:ceph-immutable-object-cache-19.0.0-4638.g3acca6 461 kB/s | 145 kB 00:00 2024-07-05T21:28:52.234 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:28:52.235 INFO:teuthology.orchestra.run.smithi116.stdout:Total 459 kB/s | 145 kB 00:00 2024-07-05T21:28:52.235 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-07-05T21:28:52.242 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-07-05T21:28:52.243 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-07-05T21:28:52.257 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: cephadm-2:19.0.0-4638.g3acca684.el9.noarch 1/1 2024-07-05T21:28:52.300 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-07-05T21:28:52.300 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-07-05T21:28:52.350 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : cephadm-2:19.0.0-4638.g3acca684.el9.noarch 1/1 2024-07-05T21:28:52.445 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-07-05T21:28:52.527 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-4638.g3acca684. 1/1 2024-07-05T21:28:52.551 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-4638.g3acca684. 1/1 2024-07-05T21:28:52.551 INFO:teuthology.orchestra.run.smithi116.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-05T21:28:52.551 INFO:teuthology.orchestra.run.smithi116.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-07-05T21:28:52.551 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:52.712 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: cephadm-2:19.0.0-4638.g3acca684.el9.noarch 1/1 2024-07-05T21:28:52.980 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : cephadm-2:19.0.0-4638.g3acca684.el9.noarch 1/1 2024-07-05T21:28:52.980 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:52.980 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-07-05T21:28:52.980 INFO:teuthology.orchestra.run.smithi177.stdout: cephadm-2:19.0.0-4638.g3acca684.el9.noarch 2024-07-05T21:28:52.980 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:52.980 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-07-05T21:28:53.026 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-4638.g3acca684. 1/1 2024-07-05T21:28:53.026 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:53.026 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-07-05T21:28:53.026 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-immutable-object-cache-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:53.026 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:53.026 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-07-05T21:28:53.176 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-immutable-object-cache 2024-07-05T21:28:53.238 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-mgr 2024-07-05T21:28:53.484 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-4638.g3acca684. 1/1 2024-07-05T21:28:53.484 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:53.484 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-07-05T21:28:53.484 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-immutable-object-cache-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:53.484 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:53.484 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-07-05T21:28:53.701 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-mgr 2024-07-05T21:28:53.749 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:59 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:28:53.809 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:59 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:28:53.880 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-07-05T21:28:53.880 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:28:53.880 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repo Size 2024-07-05T21:28:53.880 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:28:53.880 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-07-05T21:28:53.881 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-4638.g3acca684.el9 ceph 145 k 2024-07-05T21:28:53.881 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:53.881 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-07-05T21:28:53.881 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:28:53.881 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2024-07-05T21:28:53.881 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:53.881 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 145 k 2024-07-05T21:28:53.881 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 432 k 2024-07-05T21:28:53.882 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-07-05T21:28:53.897 INFO:teuthology.orchestra.run.smithi148.stdout:Package ceph-mgr-2:19.0.0-4638.g3acca684.el9.x86_64 is already installed. 2024-07-05T21:28:53.938 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-07-05T21:28:53.938 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-07-05T21:28:53.939 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-07-05T21:28:54.001 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-mgr-dashboard 2024-07-05T21:28:54.086 INFO:teuthology.orchestra.run.smithi177.stdout:ceph-immutable-object-cache-19.0.0-4638.g3acca6 707 kB/s | 145 kB 00:00 2024-07-05T21:28:54.087 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:28:54.087 INFO:teuthology.orchestra.run.smithi177.stdout:Total 701 kB/s | 145 kB 00:00 2024-07-05T21:28:54.087 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-07-05T21:28:54.095 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-07-05T21:28:54.095 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-07-05T21:28:54.152 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-07-05T21:28:54.152 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-07-05T21:28:54.279 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:58 ago on Fri 05 Jul 2024 09:27:56 PM UTC. 2024-07-05T21:28:54.299 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-07-05T21:28:54.363 INFO:teuthology.orchestra.run.smithi116.stdout:Package ceph-mgr-2:19.0.0-4638.g3acca684.el9.x86_64 is already installed. 2024-07-05T21:28:54.387 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-4638.g3acca684. 1/1 2024-07-05T21:28:54.404 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-07-05T21:28:54.405 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2024-07-05T21:28:54.405 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-07-05T21:28:54.413 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-4638.g3acca684. 1/1 2024-07-05T21:28:54.413 INFO:teuthology.orchestra.run.smithi177.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-05T21:28:54.413 INFO:teuthology.orchestra.run.smithi177.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-07-05T21:28:54.413 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:54.462 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-mgr-dashboard 2024-07-05T21:28:54.559 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:00 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:28:54.686 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-07-05T21:28:54.687 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:28:54.687 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-07-05T21:28:54.687 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:28:54.687 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-07-05T21:28:54.687 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-dashboard noarch 2:19.0.0-4638.g3acca684.el9 ceph-noarch 14 M 2024-07-05T21:28:54.687 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-07-05T21:28:54.687 INFO:teuthology.orchestra.run.smithi148.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-07-05T21:28:54.688 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-grafana-dashboards noarch 2:19.0.0-4638.g3acca684.el9 ceph-noarch 34 k 2024-07-05T21:28:54.688 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-prometheus-alerts noarch 2:19.0.0-4638.g3acca684.el9 ceph-noarch 16 k 2024-07-05T21:28:54.688 INFO:teuthology.orchestra.run.smithi148.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-07-05T21:28:54.688 INFO:teuthology.orchestra.run.smithi148.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-07-05T21:28:54.688 INFO:teuthology.orchestra.run.smithi148.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-07-05T21:28:54.688 INFO:teuthology.orchestra.run.smithi148.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-07-05T21:28:54.688 INFO:teuthology.orchestra.run.smithi148.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-07-05T21:28:54.688 INFO:teuthology.orchestra.run.smithi148.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-07-05T21:28:54.688 INFO:teuthology.orchestra.run.smithi148.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-07-05T21:28:54.688 INFO:teuthology.orchestra.run.smithi148.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-07-05T21:28:54.688 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:54.688 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-07-05T21:28:54.688 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:28:54.689 INFO:teuthology.orchestra.run.smithi148.stdout:Install 12 Packages 2024-07-05T21:28:54.689 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:28:54.689 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 19 M 2024-07-05T21:28:54.689 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 153 M 2024-07-05T21:28:54.689 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-07-05T21:28:55.019 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:59 ago on Fri 05 Jul 2024 09:27:56 PM UTC. 2024-07-05T21:28:55.145 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-07-05T21:28:55.147 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:28:55.147 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-07-05T21:28:55.147 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:28:55.147 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-07-05T21:28:55.147 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-dashboard noarch 2:19.0.0-4638.g3acca684.el9 ceph-noarch 14 M 2024-07-05T21:28:55.147 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-07-05T21:28:55.147 INFO:teuthology.orchestra.run.smithi116.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-07-05T21:28:55.147 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-grafana-dashboards noarch 2:19.0.0-4638.g3acca684.el9 ceph-noarch 34 k 2024-07-05T21:28:55.147 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-prometheus-alerts noarch 2:19.0.0-4638.g3acca684.el9 ceph-noarch 16 k 2024-07-05T21:28:55.147 INFO:teuthology.orchestra.run.smithi116.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-07-05T21:28:55.147 INFO:teuthology.orchestra.run.smithi116.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-07-05T21:28:55.148 INFO:teuthology.orchestra.run.smithi116.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-07-05T21:28:55.148 INFO:teuthology.orchestra.run.smithi116.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-07-05T21:28:55.148 INFO:teuthology.orchestra.run.smithi116.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-07-05T21:28:55.148 INFO:teuthology.orchestra.run.smithi116.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-07-05T21:28:55.148 INFO:teuthology.orchestra.run.smithi116.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-07-05T21:28:55.148 INFO:teuthology.orchestra.run.smithi116.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-07-05T21:28:55.148 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:55.148 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-07-05T21:28:55.148 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:28:55.148 INFO:teuthology.orchestra.run.smithi116.stdout:Install 12 Packages 2024-07-05T21:28:55.148 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:28:55.149 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 19 M 2024-07-05T21:28:55.149 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 153 M 2024-07-05T21:28:55.149 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-07-05T21:28:55.281 INFO:teuthology.orchestra.run.smithi148.stdout:(1/12): ceph-prometheus-alerts-19.0.0-4638.g3ac 80 kB/s | 16 kB 00:00 2024-07-05T21:28:55.346 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-4638.g3acca684. 1/1 2024-07-05T21:28:55.347 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:55.347 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-07-05T21:28:55.347 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-immutable-object-cache-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:28:55.347 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:55.347 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-07-05T21:28:55.348 INFO:teuthology.orchestra.run.smithi148.stdout:(2/12): ceph-grafana-dashboards-19.0.0-4638.g3a 126 kB/s | 34 kB 00:00 2024-07-05T21:28:55.457 INFO:teuthology.orchestra.run.smithi148.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.8 MB/s | 1.0 MB 00:00 2024-07-05T21:28:55.499 INFO:teuthology.orchestra.run.smithi148.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.8 MB/s | 269 kB 00:00 2024-07-05T21:28:55.566 INFO:teuthology.orchestra.run.smithi148.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 8.0 MB/s | 548 kB 00:00 2024-07-05T21:28:55.576 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-mgr 2024-07-05T21:28:55.591 INFO:teuthology.orchestra.run.smithi148.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 780 kB/s | 19 kB 00:00 2024-07-05T21:28:55.666 INFO:teuthology.orchestra.run.smithi148.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 27 MB/s | 2.0 MB 00:00 2024-07-05T21:28:55.691 INFO:teuthology.orchestra.run.smithi148.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 5.7 MB/s | 144 kB 00:00 2024-07-05T21:28:55.717 INFO:teuthology.orchestra.run.smithi148.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-07-05T21:28:55.742 INFO:teuthology.orchestra.run.smithi148.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 7.3 MB/s | 188 kB 00:00 2024-07-05T21:28:55.784 INFO:teuthology.orchestra.run.smithi148.stdout:(11/12): protobuf-compiler-3.14.0-13.el9.x86_64 2.6 MB/s | 863 kB 00:00 2024-07-05T21:28:55.926 INFO:teuthology.orchestra.run.smithi148.stdout:(12/12): ceph-mgr-dashboard-19.0.0-4638.g3acca6 16 MB/s | 14 MB 00:00 2024-07-05T21:28:55.929 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:28:55.929 INFO:teuthology.orchestra.run.smithi148.stdout:Total 15 MB/s | 19 MB 00:01 2024-07-05T21:28:55.954 INFO:teuthology.orchestra.run.smithi116.stdout:(1/12): ceph-prometheus-alerts-19.0.0-4638.g3ac 66 kB/s | 16 kB 00:00 2024-07-05T21:28:55.977 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-07-05T21:28:55.980 INFO:teuthology.orchestra.run.smithi116.stdout:(2/12): ceph-grafana-dashboards-19.0.0-4638.g3a 124 kB/s | 34 kB 00:00 2024-07-05T21:28:55.996 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-07-05T21:28:55.996 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-07-05T21:28:56.146 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:02 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:28:56.147 INFO:teuthology.orchestra.run.smithi116.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 269 kB 00:00 2024-07-05T21:28:56.233 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-07-05T21:28:56.233 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-07-05T21:28:56.233 INFO:teuthology.orchestra.run.smithi177.stdout:Package ceph-mgr-2:19.0.0-4638.g3acca684.el9.x86_64 is already installed. 2024-07-05T21:28:56.275 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-07-05T21:28:56.276 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-07-05T21:28:56.276 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-07-05T21:28:56.342 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-mgr-dashboard 2024-07-05T21:28:56.380 INFO:teuthology.orchestra.run.smithi116.stdout:(4/12): ceph-mgr-dashboard-19.0.0-4638.g3acca68 21 MB/s | 14 MB 00:00 2024-07-05T21:28:56.414 INFO:teuthology.orchestra.run.smithi116.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.2 MB/s | 1.0 MB 00:00 2024-07-05T21:28:56.498 INFO:teuthology.orchestra.run.smithi116.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 325 kB/s | 19 kB 00:00 2024-07-05T21:28:56.523 INFO:teuthology.orchestra.run.smithi116.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 3.8 MB/s | 548 kB 00:00 2024-07-05T21:28:56.549 INFO:teuthology.orchestra.run.smithi116.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 5.7 MB/s | 144 kB 00:00 2024-07-05T21:28:56.574 INFO:teuthology.orchestra.run.smithi116.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-07-05T21:28:56.607 INFO:teuthology.orchestra.run.smithi116.stdout:(10/12): protobuf-compiler-3.14.0-13.el9.x86_64 1.8 MB/s | 863 kB 00:00 2024-07-05T21:28:56.632 INFO:teuthology.orchestra.run.smithi116.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.1 MB/s | 188 kB 00:00 2024-07-05T21:28:56.683 INFO:teuthology.orchestra.run.smithi116.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 11 MB/s | 2.0 MB 00:00 2024-07-05T21:28:56.686 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:28:56.686 INFO:teuthology.orchestra.run.smithi116.stdout:Total 12 MB/s | 19 MB 00:01 2024-07-05T21:28:56.735 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-07-05T21:28:56.754 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-07-05T21:28:56.754 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-07-05T21:28:56.829 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-07-05T21:28:56.898 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:02 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:28:56.912 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-07-05T21:28:56.945 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-07-05T21:28:56.988 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-07-05T21:28:56.988 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-07-05T21:28:56.991 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-07-05T21:28:57.022 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-07-05T21:28:57.026 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-07-05T21:28:57.027 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:28:57.027 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-07-05T21:28:57.027 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:28:57.027 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-07-05T21:28:57.027 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-dashboard noarch 2:19.0.0-4638.g3acca684.el9 ceph-noarch 14 M 2024-07-05T21:28:57.027 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-07-05T21:28:57.028 INFO:teuthology.orchestra.run.smithi177.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-07-05T21:28:57.028 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-grafana-dashboards noarch 2:19.0.0-4638.g3acca684.el9 ceph-noarch 34 k 2024-07-05T21:28:57.028 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-prometheus-alerts noarch 2:19.0.0-4638.g3acca684.el9 ceph-noarch 16 k 2024-07-05T21:28:57.028 INFO:teuthology.orchestra.run.smithi177.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-07-05T21:28:57.028 INFO:teuthology.orchestra.run.smithi177.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-07-05T21:28:57.028 INFO:teuthology.orchestra.run.smithi177.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-07-05T21:28:57.028 INFO:teuthology.orchestra.run.smithi177.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-07-05T21:28:57.028 INFO:teuthology.orchestra.run.smithi177.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-07-05T21:28:57.028 INFO:teuthology.orchestra.run.smithi177.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-07-05T21:28:57.028 INFO:teuthology.orchestra.run.smithi177.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-07-05T21:28:57.028 INFO:teuthology.orchestra.run.smithi177.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-07-05T21:28:57.028 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:57.028 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-07-05T21:28:57.029 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:28:57.029 INFO:teuthology.orchestra.run.smithi177.stdout:Install 12 Packages 2024-07-05T21:28:57.029 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:28:57.029 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 19 M 2024-07-05T21:28:57.029 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 153 M 2024-07-05T21:28:57.029 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-07-05T21:28:57.123 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-07-05T21:28:57.254 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-07-05T21:28:57.347 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-07-05T21:28:57.391 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-07-05T21:28:57.418 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-07-05T21:28:57.451 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-4638.g3acca684.el9 10/12 2024-07-05T21:28:57.575 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-07-05T21:28:57.649 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-07-05T21:28:57.690 INFO:teuthology.orchestra.run.smithi177.stdout:(1/12): ceph-prometheus-alerts-19.0.0-4638.g3ac 86 kB/s | 16 kB 00:00 2024-07-05T21:28:57.693 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-07-05T21:28:57.707 INFO:teuthology.orchestra.run.smithi177.stdout:(2/12): ceph-grafana-dashboards-19.0.0-4638.g3a 165 kB/s | 34 kB 00:00 2024-07-05T21:28:57.739 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-07-05T21:28:57.771 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-07-05T21:28:57.862 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-07-05T21:28:57.987 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-07-05T21:28:58.148 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-07-05T21:28:58.292 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-07-05T21:28:58.320 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-07-05T21:28:58.340 INFO:teuthology.orchestra.run.smithi177.stdout:(3/12): ceph-mgr-dashboard-19.0.0-4638.g3acca68 17 MB/s | 14 MB 00:00 2024-07-05T21:28:58.353 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-4638.g3acca684.el9 10/12 2024-07-05T21:28:58.366 INFO:teuthology.orchestra.run.smithi177.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 409 kB/s | 269 kB 00:00 2024-07-05T21:28:58.441 INFO:teuthology.orchestra.run.smithi177.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 7.1 MB/s | 548 kB 00:00 2024-07-05T21:28:58.457 INFO:teuthology.orchestra.run.smithi177.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 1.2 MB/s | 19 kB 00:00 2024-07-05T21:28:58.516 INFO:teuthology.orchestra.run.smithi177.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 35 MB/s | 2.0 MB 00:00 2024-07-05T21:28:58.542 INFO:teuthology.orchestra.run.smithi177.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 5.7 MB/s | 144 kB 00:00 2024-07-05T21:28:58.567 INFO:teuthology.orchestra.run.smithi177.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-07-05T21:28:58.600 INFO:teuthology.orchestra.run.smithi177.stdout:(10/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.1 MB/s | 1.0 MB 00:00 2024-07-05T21:28:58.626 INFO:teuthology.orchestra.run.smithi177.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.1 MB/s | 188 kB 00:00 2024-07-05T21:28:58.651 INFO:teuthology.orchestra.run.smithi177.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 2.7 MB/s | 863 kB 00:00 2024-07-05T21:28:58.655 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:28:58.655 INFO:teuthology.orchestra.run.smithi177.stdout:Total 12 MB/s | 19 MB 00:01 2024-07-05T21:28:58.702 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-07-05T21:28:58.721 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-07-05T21:28:58.721 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-07-05T21:28:58.973 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-07-05T21:28:58.973 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-07-05T21:28:59.566 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-07-05T21:28:59.660 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-07-05T21:28:59.703 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-07-05T21:28:59.750 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-07-05T21:28:59.780 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-07-05T21:28:59.882 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-07-05T21:29:00.005 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-07-05T21:29:00.090 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-07-05T21:29:00.144 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-07-05T21:29:00.172 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-07-05T21:29:00.212 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-4638.g3acca684.el9 10/12 2024-07-05T21:29:00.562 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-4638.g3acca684.el 11/12 2024-07-05T21:29:00.622 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-4638.g3acca684.el9.noa 12/12 2024-07-05T21:29:01.473 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-4638.g3acca684.el 11/12 2024-07-05T21:29:01.541 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-4638.g3acca684.el9.noa 12/12 2024-07-05T21:29:02.562 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-4638.g3acca684.el9.noa 12/12 2024-07-05T21:29:02.562 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-4638.g3acca684.el 1/12 2024-07-05T21:29:02.562 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-4638.g3acca684.el9.noa 2/12 2024-07-05T21:29:02.562 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-4638.g3acca684.el9 3/12 2024-07-05T21:29:02.563 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-07-05T21:29:02.563 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-07-05T21:29:02.563 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-07-05T21:29:02.563 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-07-05T21:29:02.563 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-07-05T21:29:02.563 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-07-05T21:29:02.563 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-07-05T21:29:02.563 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-07-05T21:29:02.879 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-07-05T21:29:02.879 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:02.879 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-07-05T21:29:02.879 INFO:teuthology.orchestra.run.smithi148.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-07-05T21:29:02.879 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-grafana-dashboards-2:19.0.0-4638.g3acca684.el9.noarch 2024-07-05T21:29:02.879 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-dashboard-2:19.0.0-4638.g3acca684.el9.noarch 2024-07-05T21:29:02.879 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-prometheus-alerts-2:19.0.0-4638.g3acca684.el9.noarch 2024-07-05T21:29:02.880 INFO:teuthology.orchestra.run.smithi148.stdout: grpc-data-1.46.7-10.el9.noarch 2024-07-05T21:29:02.880 INFO:teuthology.orchestra.run.smithi148.stdout: protobuf-3.14.0-13.el9.x86_64 2024-07-05T21:29:02.880 INFO:teuthology.orchestra.run.smithi148.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-07-05T21:29:02.880 INFO:teuthology.orchestra.run.smithi148.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-07-05T21:29:02.880 INFO:teuthology.orchestra.run.smithi148.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-07-05T21:29:02.880 INFO:teuthology.orchestra.run.smithi148.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-07-05T21:29:02.880 INFO:teuthology.orchestra.run.smithi148.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-07-05T21:29:02.880 INFO:teuthology.orchestra.run.smithi148.stdout: python3-routes-2.5.1-5.el9.noarch 2024-07-05T21:29:02.880 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:02.880 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-07-05T21:29:03.149 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-mgr-diskprediction-local 2024-07-05T21:29:03.169 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-4638.g3acca684.el9.noa 12/12 2024-07-05T21:29:03.169 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-4638.g3acca684.el 1/12 2024-07-05T21:29:03.169 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-4638.g3acca684.el9.noa 2/12 2024-07-05T21:29:03.169 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-4638.g3acca684.el9 3/12 2024-07-05T21:29:03.169 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-07-05T21:29:03.169 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-07-05T21:29:03.169 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-07-05T21:29:03.169 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-07-05T21:29:03.170 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-07-05T21:29:03.170 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-07-05T21:29:03.170 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-07-05T21:29:03.170 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-07-05T21:29:03.328 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-4638.g3acca684.el 11/12 2024-07-05T21:29:03.383 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-4638.g3acca684.el9.noa 12/12 2024-07-05T21:29:03.487 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-07-05T21:29:03.487 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:03.487 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-07-05T21:29:03.487 INFO:teuthology.orchestra.run.smithi116.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-07-05T21:29:03.488 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-grafana-dashboards-2:19.0.0-4638.g3acca684.el9.noarch 2024-07-05T21:29:03.488 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-dashboard-2:19.0.0-4638.g3acca684.el9.noarch 2024-07-05T21:29:03.488 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-prometheus-alerts-2:19.0.0-4638.g3acca684.el9.noarch 2024-07-05T21:29:03.488 INFO:teuthology.orchestra.run.smithi116.stdout: grpc-data-1.46.7-10.el9.noarch 2024-07-05T21:29:03.488 INFO:teuthology.orchestra.run.smithi116.stdout: protobuf-3.14.0-13.el9.x86_64 2024-07-05T21:29:03.488 INFO:teuthology.orchestra.run.smithi116.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-07-05T21:29:03.488 INFO:teuthology.orchestra.run.smithi116.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-07-05T21:29:03.488 INFO:teuthology.orchestra.run.smithi116.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-07-05T21:29:03.488 INFO:teuthology.orchestra.run.smithi116.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-07-05T21:29:03.488 INFO:teuthology.orchestra.run.smithi116.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-07-05T21:29:03.488 INFO:teuthology.orchestra.run.smithi116.stdout: python3-routes-2.5.1-5.el9.noarch 2024-07-05T21:29:03.488 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:03.488 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-07-05T21:29:03.709 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:09 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:03.760 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-mgr-diskprediction-local 2024-07-05T21:29:03.839 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-07-05T21:29:03.840 INFO:teuthology.orchestra.run.smithi148.stdout:======================================================================================= 2024-07-05T21:29:03.840 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-07-05T21:29:03.840 INFO:teuthology.orchestra.run.smithi148.stdout:======================================================================================= 2024-07-05T21:29:03.841 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-07-05T21:29:03.841 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-4638.g3acca684.el9 ceph-noarch 7.4 M 2024-07-05T21:29:03.841 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-07-05T21:29:03.841 INFO:teuthology.orchestra.run.smithi148.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-07-05T21:29:03.841 INFO:teuthology.orchestra.run.smithi148.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-07-05T21:29:03.841 INFO:teuthology.orchestra.run.smithi148.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-07-05T21:29:03.841 INFO:teuthology.orchestra.run.smithi148.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-07-05T21:29:03.841 INFO:teuthology.orchestra.run.smithi148.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-07-05T21:29:03.841 INFO:teuthology.orchestra.run.smithi148.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-07-05T21:29:03.841 INFO:teuthology.orchestra.run.smithi148.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-07-05T21:29:03.841 INFO:teuthology.orchestra.run.smithi148.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-07-05T21:29:03.842 INFO:teuthology.orchestra.run.smithi148.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-07-05T21:29:03.842 INFO:teuthology.orchestra.run.smithi148.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-07-05T21:29:03.842 INFO:teuthology.orchestra.run.smithi148.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-07-05T21:29:03.842 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:03.842 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-07-05T21:29:03.842 INFO:teuthology.orchestra.run.smithi148.stdout:======================================================================================= 2024-07-05T21:29:03.842 INFO:teuthology.orchestra.run.smithi148.stdout:Install 12 Packages 2024-07-05T21:29:03.842 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:03.843 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 38 M 2024-07-05T21:29:03.843 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 209 M 2024-07-05T21:29:03.843 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-07-05T21:29:04.321 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:08 ago on Fri 05 Jul 2024 09:27:56 PM UTC. 2024-07-05T21:29:04.447 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-07-05T21:29:04.448 INFO:teuthology.orchestra.run.smithi116.stdout:======================================================================================= 2024-07-05T21:29:04.448 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-07-05T21:29:04.449 INFO:teuthology.orchestra.run.smithi116.stdout:======================================================================================= 2024-07-05T21:29:04.449 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-07-05T21:29:04.449 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-4638.g3acca684.el9 ceph-noarch 7.4 M 2024-07-05T21:29:04.449 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-07-05T21:29:04.449 INFO:teuthology.orchestra.run.smithi116.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-07-05T21:29:04.449 INFO:teuthology.orchestra.run.smithi116.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-07-05T21:29:04.449 INFO:teuthology.orchestra.run.smithi116.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-07-05T21:29:04.450 INFO:teuthology.orchestra.run.smithi116.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-07-05T21:29:04.450 INFO:teuthology.orchestra.run.smithi116.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-07-05T21:29:04.450 INFO:teuthology.orchestra.run.smithi116.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-07-05T21:29:04.450 INFO:teuthology.orchestra.run.smithi116.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-07-05T21:29:04.450 INFO:teuthology.orchestra.run.smithi116.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-07-05T21:29:04.450 INFO:teuthology.orchestra.run.smithi116.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-07-05T21:29:04.450 INFO:teuthology.orchestra.run.smithi116.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-07-05T21:29:04.450 INFO:teuthology.orchestra.run.smithi116.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-07-05T21:29:04.451 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:04.451 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-07-05T21:29:04.451 INFO:teuthology.orchestra.run.smithi116.stdout:======================================================================================= 2024-07-05T21:29:04.451 INFO:teuthology.orchestra.run.smithi116.stdout:Install 12 Packages 2024-07-05T21:29:04.451 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:04.452 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 38 M 2024-07-05T21:29:04.452 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 209 M 2024-07-05T21:29:04.452 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-07-05T21:29:04.912 INFO:teuthology.orchestra.run.smithi148.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 372 kB/s | 195 kB 00:00 2024-07-05T21:29:05.096 INFO:teuthology.orchestra.run.smithi148.stdout:(2/12): ceph-mgr-diskprediction-local-19.0.0-46 10 MB/s | 7.4 MB 00:00 2024-07-05T21:29:05.123 INFO:teuthology.orchestra.run.smithi116.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 373 kB/s | 195 kB 00:00 2024-07-05T21:29:05.232 INFO:teuthology.orchestra.run.smithi116.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 302 kB/s | 33 kB 00:00 2024-07-05T21:29:05.267 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-4638.g3acca684.el9.noa 12/12 2024-07-05T21:29:05.267 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-4638.g3acca684.el 1/12 2024-07-05T21:29:05.267 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-4638.g3acca684.el9.noa 2/12 2024-07-05T21:29:05.267 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-4638.g3acca684.el9 3/12 2024-07-05T21:29:05.267 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-07-05T21:29:05.267 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-07-05T21:29:05.267 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-07-05T21:29:05.268 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-07-05T21:29:05.268 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-07-05T21:29:05.268 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-07-05T21:29:05.268 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-07-05T21:29:05.268 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-07-05T21:29:05.279 INFO:teuthology.orchestra.run.smithi148.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 899 kB/s | 803 kB 00:00 2024-07-05T21:29:05.374 INFO:teuthology.orchestra.run.smithi116.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 803 kB 00:00 2024-07-05T21:29:05.438 INFO:teuthology.orchestra.run.smithi148.stdout:(4/12): flexiblas-3.0.4-8.el9.x86_64.rpm 62 kB/s | 33 kB 00:00 2024-07-05T21:29:05.474 INFO:teuthology.orchestra.run.smithi116.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 182 kB/s | 18 kB 00:00 2024-07-05T21:29:05.480 INFO:teuthology.orchestra.run.smithi148.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 91 kB/s | 18 kB 00:00 2024-07-05T21:29:05.566 INFO:teuthology.orchestra.run.smithi116.stdout:(5/12): ceph-mgr-diskprediction-local-19.0.0-46 7.6 MB/s | 7.4 MB 00:00 2024-07-05T21:29:05.572 INFO:teuthology.orchestra.run.smithi148.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 264 kB/s | 35 kB 00:00 2024-07-05T21:29:05.587 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-07-05T21:29:05.587 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:05.587 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-07-05T21:29:05.587 INFO:teuthology.orchestra.run.smithi177.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-07-05T21:29:05.587 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-grafana-dashboards-2:19.0.0-4638.g3acca684.el9.noarch 2024-07-05T21:29:05.587 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-dashboard-2:19.0.0-4638.g3acca684.el9.noarch 2024-07-05T21:29:05.587 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-prometheus-alerts-2:19.0.0-4638.g3acca684.el9.noarch 2024-07-05T21:29:05.587 INFO:teuthology.orchestra.run.smithi177.stdout: grpc-data-1.46.7-10.el9.noarch 2024-07-05T21:29:05.588 INFO:teuthology.orchestra.run.smithi177.stdout: protobuf-3.14.0-13.el9.x86_64 2024-07-05T21:29:05.588 INFO:teuthology.orchestra.run.smithi177.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-07-05T21:29:05.588 INFO:teuthology.orchestra.run.smithi177.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-07-05T21:29:05.588 INFO:teuthology.orchestra.run.smithi177.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-07-05T21:29:05.588 INFO:teuthology.orchestra.run.smithi177.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-07-05T21:29:05.588 INFO:teuthology.orchestra.run.smithi177.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-07-05T21:29:05.588 INFO:teuthology.orchestra.run.smithi177.stdout: python3-routes-2.5.1-5.el9.noarch 2024-07-05T21:29:05.588 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:05.588 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-07-05T21:29:05.591 INFO:teuthology.orchestra.run.smithi116.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 301 kB/s | 35 kB 00:00 2024-07-05T21:29:05.700 INFO:teuthology.orchestra.run.smithi116.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 2.2 MB/s | 244 kB 00:00 2024-07-05T21:29:05.850 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-mgr-diskprediction-local 2024-07-05T21:29:05.917 INFO:teuthology.orchestra.run.smithi116.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 4.4 MB/s | 3.0 MB 00:00 2024-07-05T21:29:05.980 INFO:teuthology.orchestra.run.smithi148.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 598 kB/s | 244 kB 00:00 2024-07-05T21:29:06.059 INFO:teuthology.orchestra.run.smithi116.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.7 MB/s | 250 kB 00:00 2024-07-05T21:29:06.139 INFO:teuthology.orchestra.run.smithi148.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 2.9 MB/s | 3.0 MB 00:01 2024-07-05T21:29:06.214 INFO:teuthology.orchestra.run.smithi148.stdout:(9/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 6.5 MB/s | 4.7 MB 00:00 2024-07-05T21:29:06.364 INFO:teuthology.orchestra.run.smithi148.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 13 MB/s | 5.1 MB 00:00 2024-07-05T21:29:06.389 INFO:teuthology.orchestra.run.smithi148.stdout:(11/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 1.0 MB/s | 250 kB 00:00 2024-07-05T21:29:06.410 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:12 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:06.426 INFO:teuthology.orchestra.run.smithi116.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 7.0 MB/s | 5.1 MB 00:00 2024-07-05T21:29:06.540 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-07-05T21:29:06.541 INFO:teuthology.orchestra.run.smithi177.stdout:======================================================================================= 2024-07-05T21:29:06.541 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-07-05T21:29:06.541 INFO:teuthology.orchestra.run.smithi177.stdout:======================================================================================= 2024-07-05T21:29:06.542 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-07-05T21:29:06.542 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-4638.g3acca684.el9 ceph-noarch 7.4 M 2024-07-05T21:29:06.542 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-07-05T21:29:06.542 INFO:teuthology.orchestra.run.smithi177.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-07-05T21:29:06.542 INFO:teuthology.orchestra.run.smithi177.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-07-05T21:29:06.542 INFO:teuthology.orchestra.run.smithi177.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-07-05T21:29:06.542 INFO:teuthology.orchestra.run.smithi177.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-07-05T21:29:06.542 INFO:teuthology.orchestra.run.smithi177.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-07-05T21:29:06.542 INFO:teuthology.orchestra.run.smithi177.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-07-05T21:29:06.542 INFO:teuthology.orchestra.run.smithi177.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-07-05T21:29:06.542 INFO:teuthology.orchestra.run.smithi177.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-07-05T21:29:06.543 INFO:teuthology.orchestra.run.smithi177.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-07-05T21:29:06.543 INFO:teuthology.orchestra.run.smithi177.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-07-05T21:29:06.543 INFO:teuthology.orchestra.run.smithi177.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-07-05T21:29:06.543 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:06.543 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-07-05T21:29:06.543 INFO:teuthology.orchestra.run.smithi177.stdout:======================================================================================= 2024-07-05T21:29:06.543 INFO:teuthology.orchestra.run.smithi177.stdout:Install 12 Packages 2024-07-05T21:29:06.543 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:06.544 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 38 M 2024-07-05T21:29:06.544 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 209 M 2024-07-05T21:29:06.544 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-07-05T21:29:06.751 INFO:teuthology.orchestra.run.smithi116.stdout:(11/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 4.0 MB/s | 4.7 MB 00:01 2024-07-05T21:29:06.890 INFO:teuthology.orchestra.run.smithi148.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 24 MB/s | 16 MB 00:00 2024-07-05T21:29:06.893 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:06.893 INFO:teuthology.orchestra.run.smithi148.stdout:Total 12 MB/s | 38 MB 00:03 2024-07-05T21:29:07.247 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-07-05T21:29:07.274 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-07-05T21:29:07.274 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-07-05T21:29:07.435 INFO:teuthology.orchestra.run.smithi177.stdout:(1/12): ceph-mgr-diskprediction-local-19.0.0-46 11 MB/s | 7.4 MB 00:00 2024-07-05T21:29:07.460 INFO:teuthology.orchestra.run.smithi177.stdout:(2/12): libquadmath-11.4.1-3.el9.x86_64.rpm 287 kB/s | 195 kB 00:00 2024-07-05T21:29:07.552 INFO:teuthology.orchestra.run.smithi177.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 281 kB/s | 33 kB 00:00 2024-07-05T21:29:07.586 INFO:teuthology.orchestra.run.smithi177.stdout:(4/12): libgfortran-11.4.1-3.el9.x86_64.rpm 997 kB/s | 803 kB 00:00 2024-07-05T21:29:07.611 INFO:teuthology.orchestra.run.smithi177.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 312 kB/s | 18 kB 00:00 2024-07-05T21:29:07.669 INFO:teuthology.orchestra.run.smithi177.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 422 kB/s | 35 kB 00:00 2024-07-05T21:29:07.714 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-07-05T21:29:07.715 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-07-05T21:29:07.761 INFO:teuthology.orchestra.run.smithi177.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 2.6 MB/s | 244 kB 00:00 2024-07-05T21:29:08.245 INFO:teuthology.orchestra.run.smithi177.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 3.8 MB/s | 3.0 MB 00:00 2024-07-05T21:29:08.337 INFO:teuthology.orchestra.run.smithi177.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.7 MB/s | 250 kB 00:00 2024-07-05T21:29:08.469 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-07-05T21:29:08.541 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-07-05T21:29:08.580 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-07-05T21:29:08.680 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-07-05T21:29:08.722 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-07-05T21:29:08.762 INFO:teuthology.orchestra.run.smithi177.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 4.1 MB/s | 4.7 MB 00:01 2024-07-05T21:29:08.902 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-07-05T21:29:08.930 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-07-05T21:29:09.007 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-07-05T21:29:09.070 INFO:teuthology.orchestra.run.smithi177.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 3.9 MB/s | 5.1 MB 00:01 2024-07-05T21:29:09.664 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-07-05T21:29:09.776 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-07-05T21:29:11.031 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-07-05T21:29:12.080 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-07-05T21:29:12.112 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-4638.g3acca 12/12 2024-07-05T21:29:12.970 INFO:teuthology.orchestra.run.smithi177.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 3.5 MB/s | 16 MB 00:04 2024-07-05T21:29:12.973 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:12.973 INFO:teuthology.orchestra.run.smithi177.stdout:Total 5.9 MB/s | 38 MB 00:06 2024-07-05T21:29:13.327 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-07-05T21:29:13.354 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-07-05T21:29:13.354 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-07-05T21:29:13.791 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-07-05T21:29:13.792 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-07-05T21:29:14.540 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-07-05T21:29:14.623 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-07-05T21:29:14.658 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-4638.g3acca 12/12 2024-07-05T21:29:14.658 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-4638.g3acca 1/12 2024-07-05T21:29:14.658 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-07-05T21:29:14.658 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-07-05T21:29:14.658 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-07-05T21:29:14.658 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-07-05T21:29:14.658 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-07-05T21:29:14.658 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-07-05T21:29:14.659 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-07-05T21:29:14.659 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-07-05T21:29:14.659 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-07-05T21:29:14.659 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-07-05T21:29:14.668 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-07-05T21:29:14.776 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-07-05T21:29:14.819 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-07-05T21:29:14.997 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-07-05T21:29:15.027 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-07-05T21:29:15.050 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-07-05T21:29:15.050 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:15.050 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-07-05T21:29:15.050 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-diskprediction-local-2:19.0.0-4638.g3acca684.el9.noarch 2024-07-05T21:29:15.050 INFO:teuthology.orchestra.run.smithi148.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-07-05T21:29:15.050 INFO:teuthology.orchestra.run.smithi148.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-07-05T21:29:15.050 INFO:teuthology.orchestra.run.smithi148.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-07-05T21:29:15.051 INFO:teuthology.orchestra.run.smithi148.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-07-05T21:29:15.051 INFO:teuthology.orchestra.run.smithi148.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-07-05T21:29:15.051 INFO:teuthology.orchestra.run.smithi148.stdout: openblas-0.3.21-2.el9.x86_64 2024-07-05T21:29:15.051 INFO:teuthology.orchestra.run.smithi148.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-07-05T21:29:15.051 INFO:teuthology.orchestra.run.smithi148.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-07-05T21:29:15.051 INFO:teuthology.orchestra.run.smithi148.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-07-05T21:29:15.051 INFO:teuthology.orchestra.run.smithi148.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-07-05T21:29:15.051 INFO:teuthology.orchestra.run.smithi148.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-07-05T21:29:15.051 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:15.051 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-07-05T21:29:15.103 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-07-05T21:29:15.497 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-mgr-rook 2024-07-05T21:29:15.760 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-07-05T21:29:15.889 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-07-05T21:29:16.074 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:22 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:16.202 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-07-05T21:29:16.203 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:29:16.203 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-07-05T21:29:16.203 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:29:16.203 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-07-05T21:29:16.203 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-rook noarch 2:19.0.0-4638.g3acca684.el9 ceph-noarch 49 k 2024-07-05T21:29:16.203 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-07-05T21:29:16.204 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-07-05T21:29:16.204 INFO:teuthology.orchestra.run.smithi148.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-07-05T21:29:16.204 INFO:teuthology.orchestra.run.smithi148.stdout: python3-google-auth noarch 1:2.30.0-1.el9 epel 213 k 2024-07-05T21:29:16.204 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-07-05T21:29:16.204 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-07-05T21:29:16.204 INFO:teuthology.orchestra.run.smithi148.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-07-05T21:29:16.204 INFO:teuthology.orchestra.run.smithi148.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-07-05T21:29:16.204 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-07-05T21:29:16.204 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-07-05T21:29:16.204 INFO:teuthology.orchestra.run.smithi148.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-07-05T21:29:16.204 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-07-05T21:29:16.204 INFO:teuthology.orchestra.run.smithi148.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-07-05T21:29:16.204 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:16.204 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-07-05T21:29:16.205 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:29:16.205 INFO:teuthology.orchestra.run.smithi148.stdout:Install 13 Packages 2024-07-05T21:29:16.205 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:16.205 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 2.2 M 2024-07-05T21:29:16.205 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 26 M 2024-07-05T21:29:16.206 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-07-05T21:29:16.429 INFO:teuthology.orchestra.run.smithi148.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 251 kB/s | 26 kB 00:00 2024-07-05T21:29:16.454 INFO:teuthology.orchestra.run.smithi148.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 150 kB/s | 19 kB 00:00 2024-07-05T21:29:16.563 INFO:teuthology.orchestra.run.smithi148.stdout:(3/13): ceph-mgr-rook-19.0.0-4638.g3acca684.el9 209 kB/s | 49 kB 00:00 2024-07-05T21:29:16.589 INFO:teuthology.orchestra.run.smithi148.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.4 MB/s | 222 kB 00:00 2024-07-05T21:29:16.614 INFO:teuthology.orchestra.run.smithi148.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.0 MB/s | 159 kB 00:00 2024-07-05T21:29:16.664 INFO:teuthology.orchestra.run.smithi148.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 714 kB/s | 54 kB 00:00 2024-07-05T21:29:16.714 INFO:teuthology.orchestra.run.smithi148.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 321 kB/s | 32 kB 00:00 2024-07-05T21:29:16.739 INFO:teuthology.orchestra.run.smithi148.stdout:(8/13): python3-certifi-2023.05.07-4.el9.noarch 193 kB/s | 14 kB 00:00 2024-07-05T21:29:16.765 INFO:teuthology.orchestra.run.smithi148.stdout:(9/13): python3-google-auth-2.30.0-1.el9.noarch 4.3 MB/s | 213 kB 00:00 2024-07-05T21:29:16.790 INFO:teuthology.orchestra.run.smithi148.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.3 MB/s | 59 kB 00:00 2024-07-05T21:29:16.815 INFO:teuthology.orchestra.run.smithi148.stdout:(11/13): python3-pyasn1-modules-0.4.8-6.el9.noa 1.1 MB/s | 279 kB 00:00 2024-07-05T21:29:16.840 INFO:teuthology.orchestra.run.smithi148.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.7 MB/s | 90 kB 00:00 2024-07-05T21:29:16.874 INFO:teuthology.orchestra.run.smithi148.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.6 MB/s | 1.0 MB 00:00 2024-07-05T21:29:16.876 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:16.876 INFO:teuthology.orchestra.run.smithi148.stdout:Total 3.3 MB/s | 2.2 MB 00:00 2024-07-05T21:29:16.940 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-07-05T21:29:16.955 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-07-05T21:29:16.955 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-07-05T21:29:17.040 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-07-05T21:29:17.041 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-07-05T21:29:17.125 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-07-05T21:29:17.545 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-07-05T21:29:17.721 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-07-05T21:29:17.783 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-07-05T21:29:17.839 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-07-05T21:29:17.876 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-07-05T21:29:17.926 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-07-05T21:29:18.024 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-07-05T21:29:18.130 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-google-auth-1:2.30.0-1.el9.noarch 7/13 2024-07-05T21:29:18.165 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-07-05T21:29:18.186 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-07-05T21:29:18.201 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-4638.g3acca 12/12 2024-07-05T21:29:18.901 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-07-05T21:29:18.967 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-07-05T21:29:19.017 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-07-05T21:29:19.064 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-07-05T21:29:19.086 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-mgr-rook-2:19.0.0-4638.g3acca684.el9.noarch 13/13 2024-07-05T21:29:19.884 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-4638.g3acca684.el9.noarch 13/13 2024-07-05T21:29:19.884 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-mgr-rook-2:19.0.0-4638.g3acca684.el9.noarch 1/13 2024-07-05T21:29:19.884 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-07-05T21:29:19.884 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-07-05T21:29:19.884 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-07-05T21:29:19.884 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-07-05T21:29:19.884 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-07-05T21:29:19.884 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-07-05T21:29:19.885 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-07-05T21:29:19.885 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-07-05T21:29:19.885 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-google-auth-1:2.30.0-1.el9.noarch 10/13 2024-07-05T21:29:19.885 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-07-05T21:29:19.885 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-07-05T21:29:20.211 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-07-05T21:29:20.211 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:20.211 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-07-05T21:29:20.211 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-rook-2:19.0.0-4638.g3acca684.el9.noarch 2024-07-05T21:29:20.211 INFO:teuthology.orchestra.run.smithi148.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-07-05T21:29:20.211 INFO:teuthology.orchestra.run.smithi148.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-07-05T21:29:20.212 INFO:teuthology.orchestra.run.smithi148.stdout: python3-google-auth-1:2.30.0-1.el9.noarch 2024-07-05T21:29:20.212 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-07-05T21:29:20.212 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-07-05T21:29:20.212 INFO:teuthology.orchestra.run.smithi148.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-07-05T21:29:20.212 INFO:teuthology.orchestra.run.smithi148.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-07-05T21:29:20.212 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-07-05T21:29:20.212 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-07-05T21:29:20.212 INFO:teuthology.orchestra.run.smithi148.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-07-05T21:29:20.212 INFO:teuthology.orchestra.run.smithi148.stdout: python3-rsa-4.9-2.el9.noarch 2024-07-05T21:29:20.212 INFO:teuthology.orchestra.run.smithi148.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-07-05T21:29:20.212 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:20.213 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-07-05T21:29:20.459 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-mgr-cephadm 2024-07-05T21:29:20.815 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-4638.g3acca 12/12 2024-07-05T21:29:20.816 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-4638.g3acca 1/12 2024-07-05T21:29:20.816 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-07-05T21:29:20.816 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-07-05T21:29:20.816 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-07-05T21:29:20.816 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-07-05T21:29:20.816 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-07-05T21:29:20.816 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-07-05T21:29:20.816 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-07-05T21:29:20.816 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-07-05T21:29:20.816 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-07-05T21:29:20.816 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-07-05T21:29:21.023 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:27 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:21.151 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-07-05T21:29:21.151 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:29:21.152 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-07-05T21:29:21.152 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:29:21.152 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-07-05T21:29:21.152 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-cephadm noarch 2:19.0.0-4638.g3acca684.el9 ceph-noarch 143 k 2024-07-05T21:29:21.152 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-07-05T21:29:21.152 INFO:teuthology.orchestra.run.smithi148.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-07-05T21:29:21.152 INFO:teuthology.orchestra.run.smithi148.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-07-05T21:29:21.152 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-07-05T21:29:21.152 INFO:teuthology.orchestra.run.smithi148.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-07-05T21:29:21.152 INFO:teuthology.orchestra.run.smithi148.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-07-05T21:29:21.152 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:21.153 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-07-05T21:29:21.153 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:29:21.153 INFO:teuthology.orchestra.run.smithi148.stdout:Install 6 Packages 2024-07-05T21:29:21.153 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:21.153 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 7.0 M 2024-07-05T21:29:21.153 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 33 M 2024-07-05T21:29:21.154 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-07-05T21:29:21.246 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-07-05T21:29:21.246 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:21.246 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-07-05T21:29:21.246 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-diskprediction-local-2:19.0.0-4638.g3acca684.el9.noarch 2024-07-05T21:29:21.246 INFO:teuthology.orchestra.run.smithi177.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-07-05T21:29:21.246 INFO:teuthology.orchestra.run.smithi177.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-07-05T21:29:21.246 INFO:teuthology.orchestra.run.smithi177.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-07-05T21:29:21.246 INFO:teuthology.orchestra.run.smithi177.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-07-05T21:29:21.246 INFO:teuthology.orchestra.run.smithi177.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-07-05T21:29:21.247 INFO:teuthology.orchestra.run.smithi177.stdout: openblas-0.3.21-2.el9.x86_64 2024-07-05T21:29:21.247 INFO:teuthology.orchestra.run.smithi177.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-07-05T21:29:21.247 INFO:teuthology.orchestra.run.smithi177.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-07-05T21:29:21.247 INFO:teuthology.orchestra.run.smithi177.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-07-05T21:29:21.247 INFO:teuthology.orchestra.run.smithi177.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-07-05T21:29:21.247 INFO:teuthology.orchestra.run.smithi177.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-07-05T21:29:21.247 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:21.247 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-07-05T21:29:21.655 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-mgr-rook 2024-07-05T21:29:21.834 INFO:teuthology.orchestra.run.smithi148.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.0 MB/s | 248 kB 00:00 2024-07-05T21:29:21.901 INFO:teuthology.orchestra.run.smithi148.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 8.0 MB/s | 548 kB 00:00 2024-07-05T21:29:21.927 INFO:teuthology.orchestra.run.smithi148.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.3 MB/s | 58 kB 00:00 2024-07-05T21:29:21.952 INFO:teuthology.orchestra.run.smithi148.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 2.0 MB/s | 51 kB 00:00 2024-07-05T21:29:21.977 INFO:teuthology.orchestra.run.smithi148.stdout:(5/6): ceph-mgr-cephadm-19.0.0-4638.g3acca684.e 369 kB/s | 143 kB 00:00 2024-07-05T21:29:22.191 INFO:teuthology.orchestra.run.smithi116.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 1.0 MB/s | 16 MB 00:16 2024-07-05T21:29:22.192 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:22.193 INFO:teuthology.orchestra.run.smithi116.stdout:Total 2.1 MB/s | 38 MB 00:17 2024-07-05T21:29:22.232 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:28 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:22.360 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-07-05T21:29:22.361 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:29:22.361 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-07-05T21:29:22.361 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:29:22.361 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-07-05T21:29:22.361 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-rook noarch 2:19.0.0-4638.g3acca684.el9 ceph-noarch 49 k 2024-07-05T21:29:22.361 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-07-05T21:29:22.361 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-07-05T21:29:22.362 INFO:teuthology.orchestra.run.smithi177.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-07-05T21:29:22.362 INFO:teuthology.orchestra.run.smithi177.stdout: python3-google-auth noarch 1:2.30.0-1.el9 epel 213 k 2024-07-05T21:29:22.362 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-07-05T21:29:22.362 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-07-05T21:29:22.362 INFO:teuthology.orchestra.run.smithi177.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-07-05T21:29:22.362 INFO:teuthology.orchestra.run.smithi177.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-07-05T21:29:22.362 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-07-05T21:29:22.362 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-07-05T21:29:22.362 INFO:teuthology.orchestra.run.smithi177.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-07-05T21:29:22.362 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-07-05T21:29:22.362 INFO:teuthology.orchestra.run.smithi177.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-07-05T21:29:22.362 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:22.363 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-07-05T21:29:22.363 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:29:22.363 INFO:teuthology.orchestra.run.smithi177.stdout:Install 13 Packages 2024-07-05T21:29:22.363 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:22.363 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 2.2 M 2024-07-05T21:29:22.363 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 26 M 2024-07-05T21:29:22.363 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-07-05T21:29:22.548 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-07-05T21:29:22.574 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-07-05T21:29:22.574 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-07-05T21:29:23.010 INFO:teuthology.orchestra.run.smithi177.stdout:(1/13): ceph-mgr-rook-19.0.0-4638.g3acca684.el9 267 kB/s | 49 kB 00:00 2024-07-05T21:29:23.014 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-07-05T21:29:23.015 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-07-05T21:29:23.094 INFO:teuthology.orchestra.run.smithi177.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 71 kB/s | 19 kB 00:00 2024-07-05T21:29:23.119 INFO:teuthology.orchestra.run.smithi177.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 87 kB/s | 26 kB 00:00 2024-07-05T21:29:23.436 INFO:teuthology.orchestra.run.smithi177.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 464 kB/s | 159 kB 00:00 2024-07-05T21:29:23.544 INFO:teuthology.orchestra.run.smithi177.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 656 kB/s | 279 kB 00:00 2024-07-05T21:29:23.586 INFO:teuthology.orchestra.run.smithi177.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 357 kB/s | 54 kB 00:00 2024-07-05T21:29:23.612 INFO:teuthology.orchestra.run.smithi177.stdout:(7/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 369 kB/s | 222 kB 00:00 2024-07-05T21:29:23.712 INFO:teuthology.orchestra.run.smithi177.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 192 kB/s | 32 kB 00:00 2024-07-05T21:29:23.737 INFO:teuthology.orchestra.run.smithi177.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 94 kB/s | 14 kB 00:00 2024-07-05T21:29:23.762 INFO:teuthology.orchestra.run.smithi177.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.3 MB/s | 59 kB 00:00 2024-07-05T21:29:23.770 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-07-05T21:29:23.788 INFO:teuthology.orchestra.run.smithi177.stdout:(11/13): python3-google-auth-2.30.0-1.el9.noarc 1.6 MB/s | 213 kB 00:00 2024-07-05T21:29:23.813 INFO:teuthology.orchestra.run.smithi177.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.7 MB/s | 90 kB 00:00 2024-07-05T21:29:23.840 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-07-05T21:29:23.846 INFO:teuthology.orchestra.run.smithi177.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.7 MB/s | 1.0 MB 00:00 2024-07-05T21:29:23.849 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:23.849 INFO:teuthology.orchestra.run.smithi177.stdout:Total 1.5 MB/s | 2.2 MB 00:01 2024-07-05T21:29:23.873 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-07-05T21:29:23.913 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-07-05T21:29:23.928 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-07-05T21:29:23.928 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-07-05T21:29:23.962 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-07-05T21:29:23.999 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-07-05T21:29:24.015 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-07-05T21:29:24.017 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-07-05T21:29:24.027 INFO:teuthology.orchestra.run.smithi148.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 2.4 MB/s | 6.0 MB 00:02 2024-07-05T21:29:24.029 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:24.030 INFO:teuthology.orchestra.run.smithi148.stdout:Total 2.4 MB/s | 7.0 MB 00:02 2024-07-05T21:29:24.099 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-07-05T21:29:24.110 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-07-05T21:29:24.110 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-07-05T21:29:24.175 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-07-05T21:29:24.208 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-07-05T21:29:24.209 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-07-05T21:29:24.224 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-07-05T21:29:24.308 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-07-05T21:29:24.516 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-07-05T21:29:24.532 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-07-05T21:29:24.685 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-07-05T21:29:24.747 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-07-05T21:29:24.802 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-07-05T21:29:24.803 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-07-05T21:29:24.840 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-07-05T21:29:24.854 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-07-05T21:29:24.881 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-07-05T21:29:24.977 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-07-05T21:29:24.978 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-07-05T21:29:25.087 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-google-auth-1:2.30.0-1.el9.noarch 7/13 2024-07-05T21:29:25.093 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-07-05T21:29:25.142 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-07-05T21:29:25.373 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-07-05T21:29:25.457 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-07-05T21:29:25.527 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-07-05T21:29:25.557 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-4638.g3acca684.el9.noarch 6/6 2024-07-05T21:29:25.850 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-07-05T21:29:25.897 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-07-05T21:29:25.931 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-07-05T21:29:25.988 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-07-05T21:29:26.017 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mgr-rook-2:19.0.0-4638.g3acca684.el9.noarch 13/13 2024-07-05T21:29:26.307 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-4638.g3acca684.el9.noarch 6/6 2024-07-05T21:29:26.307 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-4638.g3acca684.el9.noarch 1/6 2024-07-05T21:29:26.307 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-07-05T21:29:26.307 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-07-05T21:29:26.307 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-07-05T21:29:26.307 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-07-05T21:29:26.320 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-07-05T21:29:26.575 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-07-05T21:29:26.575 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:26.576 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-07-05T21:29:26.576 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-mgr-cephadm-2:19.0.0-4638.g3acca684.el9.noarch 2024-07-05T21:29:26.576 INFO:teuthology.orchestra.run.smithi148.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-07-05T21:29:26.576 INFO:teuthology.orchestra.run.smithi148.stdout: python3-babel-2.9.1-2.el9.noarch 2024-07-05T21:29:26.576 INFO:teuthology.orchestra.run.smithi148.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-07-05T21:29:26.576 INFO:teuthology.orchestra.run.smithi148.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-07-05T21:29:26.576 INFO:teuthology.orchestra.run.smithi148.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-07-05T21:29:26.576 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:26.576 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-07-05T21:29:26.769 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-4638.g3acca684.el9.noarch 13/13 2024-07-05T21:29:26.770 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mgr-rook-2:19.0.0-4638.g3acca684.el9.noarch 1/13 2024-07-05T21:29:26.770 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-07-05T21:29:26.770 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-07-05T21:29:26.770 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-07-05T21:29:26.770 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-07-05T21:29:26.770 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-07-05T21:29:26.770 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-07-05T21:29:26.770 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-07-05T21:29:26.770 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-07-05T21:29:26.770 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-google-auth-1:2.30.0-1.el9.noarch 10/13 2024-07-05T21:29:26.770 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-07-05T21:29:26.770 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-07-05T21:29:26.820 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-fuse 2024-07-05T21:29:27.090 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-07-05T21:29:27.090 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:27.090 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-07-05T21:29:27.090 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-rook-2:19.0.0-4638.g3acca684.el9.noarch 2024-07-05T21:29:27.091 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-07-05T21:29:27.091 INFO:teuthology.orchestra.run.smithi177.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-07-05T21:29:27.091 INFO:teuthology.orchestra.run.smithi177.stdout: python3-google-auth-1:2.30.0-1.el9.noarch 2024-07-05T21:29:27.091 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-07-05T21:29:27.091 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-07-05T21:29:27.091 INFO:teuthology.orchestra.run.smithi177.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-07-05T21:29:27.091 INFO:teuthology.orchestra.run.smithi177.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-07-05T21:29:27.091 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-07-05T21:29:27.091 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-07-05T21:29:27.091 INFO:teuthology.orchestra.run.smithi177.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-07-05T21:29:27.091 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rsa-4.9-2.el9.noarch 2024-07-05T21:29:27.091 INFO:teuthology.orchestra.run.smithi177.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-07-05T21:29:27.092 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:27.092 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-07-05T21:29:27.343 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-mgr-cephadm 2024-07-05T21:29:27.367 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-07-05T21:29:27.386 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:33 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:27.405 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-4638.g3acca 12/12 2024-07-05T21:29:27.514 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-07-05T21:29:27.515 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:29:27.515 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-07-05T21:29:27.515 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:29:27.515 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-07-05T21:29:27.515 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-fuse x86_64 2:19.0.0-4638.g3acca684.el9 ceph 898 k 2024-07-05T21:29:27.515 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-07-05T21:29:27.515 INFO:teuthology.orchestra.run.smithi148.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-07-05T21:29:27.515 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:27.516 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-07-05T21:29:27.516 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:29:27.516 INFO:teuthology.orchestra.run.smithi148.stdout:Install 2 Packages 2024-07-05T21:29:27.516 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:27.516 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 978 k 2024-07-05T21:29:27.516 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 2.9 M 2024-07-05T21:29:27.516 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-07-05T21:29:27.817 INFO:teuthology.orchestra.run.smithi148.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 445 kB/s | 80 kB 00:00 2024-07-05T21:29:27.908 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:33 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:27.967 INFO:teuthology.orchestra.run.smithi148.stdout:(2/2): ceph-fuse-19.0.0-4638.g3acca684.el9.x86_ 2.7 MB/s | 898 kB 00:00 2024-07-05T21:29:27.967 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:27.968 INFO:teuthology.orchestra.run.smithi148.stdout:Total 2.1 MB/s | 978 kB 00:00 2024-07-05T21:29:27.979 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-07-05T21:29:28.001 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-07-05T21:29:28.001 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-07-05T21:29:28.037 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-07-05T21:29:28.038 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:29:28.038 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-07-05T21:29:28.038 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:29:28.038 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-07-05T21:29:28.038 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-cephadm noarch 2:19.0.0-4638.g3acca684.el9 ceph-noarch 143 k 2024-07-05T21:29:28.038 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-07-05T21:29:28.038 INFO:teuthology.orchestra.run.smithi177.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-07-05T21:29:28.038 INFO:teuthology.orchestra.run.smithi177.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-07-05T21:29:28.038 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-07-05T21:29:28.038 INFO:teuthology.orchestra.run.smithi177.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-07-05T21:29:28.039 INFO:teuthology.orchestra.run.smithi177.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-07-05T21:29:28.039 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:28.039 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-07-05T21:29:28.039 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:29:28.039 INFO:teuthology.orchestra.run.smithi177.stdout:Install 6 Packages 2024-07-05T21:29:28.039 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:28.040 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 7.0 M 2024-07-05T21:29:28.040 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 33 M 2024-07-05T21:29:28.040 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-07-05T21:29:28.081 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-07-05T21:29:28.082 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-07-05T21:29:28.307 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-07-05T21:29:28.461 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-07-05T21:29:28.524 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-fuse-2:19.0.0-4638.g3acca684.el9.x86_64 2/2 2024-07-05T21:29:28.698 INFO:teuthology.orchestra.run.smithi177.stdout:(1/6): ceph-mgr-cephadm-19.0.0-4638.g3acca684.e 631 kB/s | 143 kB 00:00 2024-07-05T21:29:28.723 INFO:teuthology.orchestra.run.smithi177.stdout:(2/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 984 kB/s | 248 kB 00:00 2024-07-05T21:29:28.815 INFO:teuthology.orchestra.run.smithi177.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 630 kB/s | 58 kB 00:00 2024-07-05T21:29:28.840 INFO:teuthology.orchestra.run.smithi177.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 3.8 MB/s | 548 kB 00:00 2024-07-05T21:29:28.865 INFO:teuthology.orchestra.run.smithi177.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 1.0 MB/s | 51 kB 00:00 2024-07-05T21:29:29.254 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-fuse-2:19.0.0-4638.g3acca684.el9.x86_64 2/2 2024-07-05T21:29:29.254 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-fuse-2:19.0.0-4638.g3acca684.el9.x86_64 1/2 2024-07-05T21:29:29.526 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-07-05T21:29:29.526 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:29.526 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-07-05T21:29:29.526 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-fuse-2:19.0.0-4638.g3acca684.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-07-05T21:29:29.526 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:29.527 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-07-05T21:29:29.822 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install ceph-volume 2024-07-05T21:29:29.945 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-4638.g3acca 12/12 2024-07-05T21:29:29.945 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-4638.g3acca 1/12 2024-07-05T21:29:29.945 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-07-05T21:29:29.945 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-07-05T21:29:29.945 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-07-05T21:29:29.945 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-07-05T21:29:29.945 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-07-05T21:29:29.945 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-07-05T21:29:29.945 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-07-05T21:29:29.946 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-07-05T21:29:29.946 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-07-05T21:29:29.946 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-07-05T21:29:30.353 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-07-05T21:29:30.353 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:30.353 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-07-05T21:29:30.353 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-diskprediction-local-2:19.0.0-4638.g3acca684.el9.noarch 2024-07-05T21:29:30.353 INFO:teuthology.orchestra.run.smithi116.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-07-05T21:29:30.353 INFO:teuthology.orchestra.run.smithi116.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-07-05T21:29:30.353 INFO:teuthology.orchestra.run.smithi116.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-07-05T21:29:30.354 INFO:teuthology.orchestra.run.smithi116.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-07-05T21:29:30.354 INFO:teuthology.orchestra.run.smithi116.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-07-05T21:29:30.354 INFO:teuthology.orchestra.run.smithi116.stdout: openblas-0.3.21-2.el9.x86_64 2024-07-05T21:29:30.354 INFO:teuthology.orchestra.run.smithi116.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-07-05T21:29:30.354 INFO:teuthology.orchestra.run.smithi116.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-07-05T21:29:30.354 INFO:teuthology.orchestra.run.smithi116.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-07-05T21:29:30.354 INFO:teuthology.orchestra.run.smithi116.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-07-05T21:29:30.354 INFO:teuthology.orchestra.run.smithi116.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-07-05T21:29:30.354 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:30.354 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-07-05T21:29:30.400 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:36 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:30.533 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-07-05T21:29:30.534 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:29:30.534 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-07-05T21:29:30.534 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:29:30.534 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-07-05T21:29:30.534 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-volume noarch 2:19.0.0-4638.g3acca684.el9 ceph-noarch 274 k 2024-07-05T21:29:30.534 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:30.534 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-07-05T21:29:30.535 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:29:30.535 INFO:teuthology.orchestra.run.smithi148.stdout:Install 1 Package 2024-07-05T21:29:30.535 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:30.535 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 274 k 2024-07-05T21:29:30.535 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 1.3 M 2024-07-05T21:29:30.535 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-07-05T21:29:30.751 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-mgr-rook 2024-07-05T21:29:30.792 INFO:teuthology.orchestra.run.smithi148.stdout:ceph-volume-19.0.0-4638.g3acca684.el9.noarch.rp 1.0 MB/s | 274 kB 00:00 2024-07-05T21:29:30.792 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:30.793 INFO:teuthology.orchestra.run.smithi148.stdout:Total 1.0 MB/s | 274 kB 00:00 2024-07-05T21:29:30.793 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-07-05T21:29:30.801 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-07-05T21:29:30.801 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-07-05T21:29:30.830 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-07-05T21:29:30.831 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-07-05T21:29:31.010 INFO:teuthology.orchestra.run.smithi177.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 2.4 MB/s | 6.0 MB 00:02 2024-07-05T21:29:31.010 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:31.010 INFO:teuthology.orchestra.run.smithi177.stdout:Total 2.4 MB/s | 7.0 MB 00:02 2024-07-05T21:29:31.048 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-07-05T21:29:31.081 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-07-05T21:29:31.093 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-07-05T21:29:31.093 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-07-05T21:29:31.118 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : ceph-volume-2:19.0.0-4638.g3acca684.el9.noarch 1/1 2024-07-05T21:29:31.135 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: ceph-volume-2:19.0.0-4638.g3acca684.el9.noarch 1/1 2024-07-05T21:29:31.135 INFO:teuthology.orchestra.run.smithi148.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-05T21:29:31.135 INFO:teuthology.orchestra.run.smithi148.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-07-05T21:29:31.135 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:31.190 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-07-05T21:29:31.191 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-07-05T21:29:31.345 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:35 ago on Fri 05 Jul 2024 09:27:56 PM UTC. 2024-07-05T21:29:31.484 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-07-05T21:29:31.485 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:29:31.485 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-07-05T21:29:31.486 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:29:31.486 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-07-05T21:29:31.486 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-rook noarch 2:19.0.0-4638.g3acca684.el9 ceph-noarch 49 k 2024-07-05T21:29:31.486 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-07-05T21:29:31.486 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-07-05T21:29:31.486 INFO:teuthology.orchestra.run.smithi116.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-07-05T21:29:31.486 INFO:teuthology.orchestra.run.smithi116.stdout: python3-google-auth noarch 1:2.30.0-1.el9 epel 213 k 2024-07-05T21:29:31.486 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-07-05T21:29:31.486 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-07-05T21:29:31.486 INFO:teuthology.orchestra.run.smithi116.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-07-05T21:29:31.486 INFO:teuthology.orchestra.run.smithi116.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-07-05T21:29:31.487 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-07-05T21:29:31.487 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-07-05T21:29:31.487 INFO:teuthology.orchestra.run.smithi116.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-07-05T21:29:31.487 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-07-05T21:29:31.487 INFO:teuthology.orchestra.run.smithi116.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-07-05T21:29:31.487 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:31.487 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-07-05T21:29:31.487 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:29:31.487 INFO:teuthology.orchestra.run.smithi116.stdout:Install 13 Packages 2024-07-05T21:29:31.487 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:31.488 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 2.2 M 2024-07-05T21:29:31.488 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 26 M 2024-07-05T21:29:31.488 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-07-05T21:29:31.500 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-07-05T21:29:31.673 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-07-05T21:29:31.784 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-07-05T21:29:31.872 INFO:teuthology.orchestra.run.smithi116.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 186 kB/s | 26 kB 00:00 2024-07-05T21:29:31.888 INFO:teuthology.orchestra.run.smithi116.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 124 kB/s | 19 kB 00:00 2024-07-05T21:29:32.014 INFO:teuthology.orchestra.run.smithi116.stdout:(3/13): ceph-mgr-rook-19.0.0-4638.g3acca684.el9 176 kB/s | 49 kB 00:00 2024-07-05T21:29:32.039 INFO:teuthology.orchestra.run.smithi116.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.0 MB/s | 159 kB 00:00 2024-07-05T21:29:32.064 INFO:teuthology.orchestra.run.smithi116.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.2 MB/s | 222 kB 00:00 2024-07-05T21:29:32.099 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : ceph-volume-2:19.0.0-4638.g3acca684.el9.noarch 1/1 2024-07-05T21:29:32.099 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:32.099 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-07-05T21:29:32.099 INFO:teuthology.orchestra.run.smithi148.stdout: ceph-volume-2:19.0.0-4638.g3acca684.el9.noarch 2024-07-05T21:29:32.099 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:32.099 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-07-05T21:29:32.106 INFO:teuthology.orchestra.run.smithi116.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 801 kB/s | 54 kB 00:00 2024-07-05T21:29:32.148 INFO:teuthology.orchestra.run.smithi116.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 385 kB/s | 32 kB 00:00 2024-07-05T21:29:32.165 INFO:teuthology.orchestra.run.smithi116.stdout:(8/13): python3-certifi-2023.05.07-4.el9.noarch 251 kB/s | 14 kB 00:00 2024-07-05T21:29:32.190 INFO:teuthology.orchestra.run.smithi116.stdout:(9/13): python3-google-auth-2.30.0-1.el9.noarch 5.2 MB/s | 213 kB 00:00 2024-07-05T21:29:32.216 INFO:teuthology.orchestra.run.smithi116.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.3 MB/s | 59 kB 00:00 2024-07-05T21:29:32.241 INFO:teuthology.orchestra.run.smithi116.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 3.5 MB/s | 90 kB 00:00 2024-07-05T21:29:32.274 INFO:teuthology.orchestra.run.smithi116.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 9.4 MB/s | 1.0 MB 00:00 2024-07-05T21:29:32.299 INFO:teuthology.orchestra.run.smithi116.stdout:(13/13): python3-pyasn1-modules-0.4.8-6.el9.noa 976 kB/s | 279 kB 00:00 2024-07-05T21:29:32.301 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:32.301 INFO:teuthology.orchestra.run.smithi116.stdout:Total 2.7 MB/s | 2.2 MB 00:00 2024-07-05T21:29:32.322 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-07-05T21:29:32.363 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-07-05T21:29:32.378 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-07-05T21:29:32.378 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-07-05T21:29:32.412 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-07-05T21:29:32.422 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install librados-devel 2024-07-05T21:29:32.465 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-07-05T21:29:32.466 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-07-05T21:29:32.475 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-07-05T21:29:32.504 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-4638.g3acca684.el9.noarch 6/6 2024-07-05T21:29:32.967 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-07-05T21:29:32.997 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:38 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:33.126 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-07-05T21:29:33.127 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:29:33.127 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repo Size 2024-07-05T21:29:33.127 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:29:33.127 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-07-05T21:29:33.127 INFO:teuthology.orchestra.run.smithi148.stdout: librados-devel x86_64 2:19.0.0-4638.g3acca684.el9 ceph 126 k 2024-07-05T21:29:33.127 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:33.127 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-07-05T21:29:33.127 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:29:33.128 INFO:teuthology.orchestra.run.smithi148.stdout:Install 1 Package 2024-07-05T21:29:33.128 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:33.128 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 126 k 2024-07-05T21:29:33.128 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 456 k 2024-07-05T21:29:33.128 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-07-05T21:29:33.129 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-07-05T21:29:33.184 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-07-05T21:29:33.210 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-4638.g3acca684.el9.noarch 6/6 2024-07-05T21:29:33.210 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-4638.g3acca684.el9.noarch 1/6 2024-07-05T21:29:33.210 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-07-05T21:29:33.210 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-07-05T21:29:33.210 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-07-05T21:29:33.210 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-07-05T21:29:33.238 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-07-05T21:29:33.285 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-07-05T21:29:33.327 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-07-05T21:29:33.356 INFO:teuthology.orchestra.run.smithi148.stdout:librados-devel-19.0.0-4638.g3acca684.el9.x86_64 555 kB/s | 126 kB 00:00 2024-07-05T21:29:33.356 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:33.357 INFO:teuthology.orchestra.run.smithi148.stdout:Total 552 kB/s | 126 kB 00:00 2024-07-05T21:29:33.357 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-07-05T21:29:33.362 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-07-05T21:29:33.362 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-07-05T21:29:33.422 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-07-05T21:29:33.427 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-07-05T21:29:33.427 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-07-05T21:29:33.471 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-07-05T21:29:33.472 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:33.472 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-07-05T21:29:33.472 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-mgr-cephadm-2:19.0.0-4638.g3acca684.el9.noarch 2024-07-05T21:29:33.472 INFO:teuthology.orchestra.run.smithi177.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-07-05T21:29:33.472 INFO:teuthology.orchestra.run.smithi177.stdout: python3-babel-2.9.1-2.el9.noarch 2024-07-05T21:29:33.472 INFO:teuthology.orchestra.run.smithi177.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-07-05T21:29:33.472 INFO:teuthology.orchestra.run.smithi177.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-07-05T21:29:33.472 INFO:teuthology.orchestra.run.smithi177.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-07-05T21:29:33.472 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:33.472 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-07-05T21:29:33.529 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-google-auth-1:2.30.0-1.el9.noarch 7/13 2024-07-05T21:29:33.576 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-07-05T21:29:33.586 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-07-05T21:29:33.687 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : librados-devel-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:33.704 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-fuse 2024-07-05T21:29:34.134 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: librados-devel-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:34.264 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:40 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:34.293 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-07-05T21:29:34.350 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-07-05T21:29:34.375 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : librados-devel-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:34.375 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:34.375 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-07-05T21:29:34.375 INFO:teuthology.orchestra.run.smithi148.stdout: librados-devel-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:29:34.376 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:34.376 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-07-05T21:29:34.391 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-07-05T21:29:34.392 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:29:34.392 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-07-05T21:29:34.392 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:29:34.392 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-07-05T21:29:34.392 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-fuse x86_64 2:19.0.0-4638.g3acca684.el9 ceph 898 k 2024-07-05T21:29:34.392 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-07-05T21:29:34.393 INFO:teuthology.orchestra.run.smithi177.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-07-05T21:29:34.393 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:34.393 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-07-05T21:29:34.393 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:29:34.393 INFO:teuthology.orchestra.run.smithi177.stdout:Install 2 Packages 2024-07-05T21:29:34.393 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:34.394 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-07-05T21:29:34.394 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 978 k 2024-07-05T21:29:34.394 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 2.9 M 2024-07-05T21:29:34.394 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-07-05T21:29:34.440 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-07-05T21:29:34.462 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mgr-rook-2:19.0.0-4638.g3acca684.el9.noarch 13/13 2024-07-05T21:29:34.617 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install libcephfs2 2024-07-05T21:29:34.742 INFO:teuthology.orchestra.run.smithi177.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 326 kB/s | 80 kB 00:00 2024-07-05T21:29:35.084 INFO:teuthology.orchestra.run.smithi177.stdout:(2/2): ceph-fuse-19.0.0-4638.g3acca684.el9.x86_ 1.5 MB/s | 898 kB 00:00 2024-07-05T21:29:35.085 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:35.085 INFO:teuthology.orchestra.run.smithi177.stdout:Total 1.4 MB/s | 978 kB 00:00 2024-07-05T21:29:35.096 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-07-05T21:29:35.118 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-07-05T21:29:35.118 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-07-05T21:29:35.196 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:41 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:35.199 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-07-05T21:29:35.199 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-07-05T21:29:35.255 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-4638.g3acca684.el9.noarch 13/13 2024-07-05T21:29:35.255 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mgr-rook-2:19.0.0-4638.g3acca684.el9.noarch 1/13 2024-07-05T21:29:35.255 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-07-05T21:29:35.255 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-07-05T21:29:35.255 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-07-05T21:29:35.256 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-07-05T21:29:35.256 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-07-05T21:29:35.256 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-07-05T21:29:35.256 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-07-05T21:29:35.256 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-07-05T21:29:35.256 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-google-auth-1:2.30.0-1.el9.noarch 10/13 2024-07-05T21:29:35.256 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-07-05T21:29:35.256 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-07-05T21:29:35.284 INFO:teuthology.orchestra.run.smithi148.stdout:Package libcephfs2-2:19.0.0-4638.g3acca684.el9.x86_64 is already installed. 2024-07-05T21:29:35.329 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-07-05T21:29:35.330 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-07-05T21:29:35.331 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-07-05T21:29:35.395 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install libcephfs-devel 2024-07-05T21:29:35.403 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-07-05T21:29:35.544 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-07-05T21:29:35.601 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-07-05T21:29:35.601 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:35.601 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-07-05T21:29:35.601 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-rook-2:19.0.0-4638.g3acca684.el9.noarch 2024-07-05T21:29:35.601 INFO:teuthology.orchestra.run.smithi116.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-07-05T21:29:35.601 INFO:teuthology.orchestra.run.smithi116.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-07-05T21:29:35.601 INFO:teuthology.orchestra.run.smithi116.stdout: python3-google-auth-1:2.30.0-1.el9.noarch 2024-07-05T21:29:35.601 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-07-05T21:29:35.601 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-07-05T21:29:35.602 INFO:teuthology.orchestra.run.smithi116.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-07-05T21:29:35.602 INFO:teuthology.orchestra.run.smithi116.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-07-05T21:29:35.602 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-07-05T21:29:35.602 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-07-05T21:29:35.602 INFO:teuthology.orchestra.run.smithi116.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-07-05T21:29:35.602 INFO:teuthology.orchestra.run.smithi116.stdout: python3-rsa-4.9-2.el9.noarch 2024-07-05T21:29:35.602 INFO:teuthology.orchestra.run.smithi116.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-07-05T21:29:35.602 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:35.602 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-07-05T21:29:35.616 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-fuse-2:19.0.0-4638.g3acca684.el9.x86_64 2/2 2024-07-05T21:29:35.861 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-mgr-cephadm 2024-07-05T21:29:35.956 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:41 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:36.084 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-07-05T21:29:36.085 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:29:36.085 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repo Size 2024-07-05T21:29:36.085 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:29:36.085 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-07-05T21:29:36.085 INFO:teuthology.orchestra.run.smithi148.stdout: libcephfs-devel x86_64 2:19.0.0-4638.g3acca684.el9 ceph 32 k 2024-07-05T21:29:36.085 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:36.085 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-07-05T21:29:36.085 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:29:36.085 INFO:teuthology.orchestra.run.smithi148.stdout:Install 1 Package 2024-07-05T21:29:36.085 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:36.085 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 32 k 2024-07-05T21:29:36.085 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 142 k 2024-07-05T21:29:36.086 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-07-05T21:29:36.264 INFO:teuthology.orchestra.run.smithi148.stdout:libcephfs-devel-19.0.0-4638.g3acca684.el9.x86_6 178 kB/s | 32 kB 00:00 2024-07-05T21:29:36.264 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:36.264 INFO:teuthology.orchestra.run.smithi148.stdout:Total 177 kB/s | 32 kB 00:00 2024-07-05T21:29:36.264 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-07-05T21:29:36.268 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-07-05T21:29:36.268 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-07-05T21:29:36.285 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-07-05T21:29:36.286 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-07-05T21:29:36.328 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-fuse-2:19.0.0-4638.g3acca684.el9.x86_64 2/2 2024-07-05T21:29:36.328 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-fuse-2:19.0.0-4638.g3acca684.el9.x86_64 1/2 2024-07-05T21:29:36.363 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-07-05T21:29:36.419 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:40 ago on Fri 05 Jul 2024 09:27:56 PM UTC. 2024-07-05T21:29:36.460 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : libcephfs-devel-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:36.545 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-07-05T21:29:36.546 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:29:36.546 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-07-05T21:29:36.546 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:29:36.546 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-07-05T21:29:36.546 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-cephadm noarch 2:19.0.0-4638.g3acca684.el9 ceph-noarch 143 k 2024-07-05T21:29:36.546 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-07-05T21:29:36.546 INFO:teuthology.orchestra.run.smithi116.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-07-05T21:29:36.546 INFO:teuthology.orchestra.run.smithi116.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-07-05T21:29:36.546 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-07-05T21:29:36.546 INFO:teuthology.orchestra.run.smithi116.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-07-05T21:29:36.546 INFO:teuthology.orchestra.run.smithi116.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-07-05T21:29:36.547 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:36.547 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-07-05T21:29:36.547 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:29:36.547 INFO:teuthology.orchestra.run.smithi116.stdout:Install 6 Packages 2024-07-05T21:29:36.547 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:36.547 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 7.0 M 2024-07-05T21:29:36.547 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 33 M 2024-07-05T21:29:36.548 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-07-05T21:29:36.630 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-07-05T21:29:36.631 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:36.631 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-07-05T21:29:36.631 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-fuse-2:19.0.0-4638.g3acca684.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-07-05T21:29:36.631 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:36.631 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-07-05T21:29:36.831 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:36.903 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-volume 2024-07-05T21:29:37.056 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : libcephfs-devel-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:37.056 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:37.056 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-07-05T21:29:37.056 INFO:teuthology.orchestra.run.smithi148.stdout: libcephfs-devel-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:29:37.056 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:37.057 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-07-05T21:29:37.204 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install librados2 2024-07-05T21:29:37.309 INFO:teuthology.orchestra.run.smithi116.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.3 MB/s | 248 kB 00:00 2024-07-05T21:29:37.385 INFO:teuthology.orchestra.run.smithi116.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 7.1 MB/s | 548 kB 00:00 2024-07-05T21:29:37.410 INFO:teuthology.orchestra.run.smithi116.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.3 MB/s | 58 kB 00:00 2024-07-05T21:29:37.435 INFO:teuthology.orchestra.run.smithi116.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 2.0 MB/s | 51 kB 00:00 2024-07-05T21:29:37.460 INFO:teuthology.orchestra.run.smithi116.stdout:(5/6): ceph-mgr-cephadm-19.0.0-4638.g3acca684.e 417 kB/s | 143 kB 00:00 2024-07-05T21:29:37.485 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:43 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:37.561 INFO:teuthology.orchestra.run.smithi116.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 13 MB/s | 6.0 MB 00:00 2024-07-05T21:29:37.563 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:37.563 INFO:teuthology.orchestra.run.smithi116.stdout:Total 6.9 MB/s | 7.0 MB 00:01 2024-07-05T21:29:37.614 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-07-05T21:29:37.614 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:29:37.615 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-07-05T21:29:37.615 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:29:37.615 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-07-05T21:29:37.615 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-volume noarch 2:19.0.0-4638.g3acca684.el9 ceph-noarch 274 k 2024-07-05T21:29:37.615 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:37.615 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-07-05T21:29:37.615 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:29:37.615 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2024-07-05T21:29:37.615 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:37.615 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 274 k 2024-07-05T21:29:37.615 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 1.3 M 2024-07-05T21:29:37.615 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-07-05T21:29:37.632 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-07-05T21:29:37.643 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-07-05T21:29:37.643 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-07-05T21:29:37.740 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-07-05T21:29:37.741 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-07-05T21:29:37.768 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:43 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:37.854 INFO:teuthology.orchestra.run.smithi148.stdout:Package librados2-2:19.0.0-4638.g3acca684.el9.x86_64 is already installed. 2024-07-05T21:29:37.900 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-07-05T21:29:37.900 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-07-05T21:29:37.901 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-07-05T21:29:37.963 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install librbd1 2024-07-05T21:29:37.975 INFO:teuthology.orchestra.run.smithi177.stdout:ceph-volume-19.0.0-4638.g3acca684.el9.noarch.rp 762 kB/s | 274 kB 00:00 2024-07-05T21:29:37.976 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:37.976 INFO:teuthology.orchestra.run.smithi177.stdout:Total 759 kB/s | 274 kB 00:00 2024-07-05T21:29:37.977 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-07-05T21:29:37.985 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-07-05T21:29:37.985 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-07-05T21:29:38.011 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-07-05T21:29:38.011 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-07-05T21:29:38.061 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-07-05T21:29:38.226 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-07-05T21:29:38.233 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-07-05T21:29:38.288 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-07-05T21:29:38.295 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-volume-2:19.0.0-4638.g3acca684.el9.noarch 1/1 2024-07-05T21:29:38.311 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-volume-2:19.0.0-4638.g3acca684.el9.noarch 1/1 2024-07-05T21:29:38.311 INFO:teuthology.orchestra.run.smithi177.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-05T21:29:38.311 INFO:teuthology.orchestra.run.smithi177.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-07-05T21:29:38.311 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:38.526 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:44 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:38.611 INFO:teuthology.orchestra.run.smithi148.stdout:Package librbd1-2:19.0.0-4638.g3acca684.el9.x86_64 is already installed. 2024-07-05T21:29:38.654 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-07-05T21:29:38.655 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-07-05T21:29:38.655 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-07-05T21:29:38.718 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install python3-rados 2024-07-05T21:29:38.794 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-07-05T21:29:38.873 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-07-05T21:29:38.937 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-07-05T21:29:38.966 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-4638.g3acca684.el9.noarch 6/6 2024-07-05T21:29:39.272 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-volume-2:19.0.0-4638.g3acca684.el9.noarch 1/1 2024-07-05T21:29:39.272 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:39.272 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-07-05T21:29:39.273 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-volume-2:19.0.0-4638.g3acca684.el9.noarch 2024-07-05T21:29:39.273 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:39.273 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-07-05T21:29:39.280 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:45 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:39.365 INFO:teuthology.orchestra.run.smithi148.stdout:Package python3-rados-2:19.0.0-4638.g3acca684.el9.x86_64 is already installed. 2024-07-05T21:29:39.407 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-07-05T21:29:39.409 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-07-05T21:29:39.409 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-07-05T21:29:39.472 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install python3-rgw 2024-07-05T21:29:39.581 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install librados-devel 2024-07-05T21:29:39.792 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-4638.g3acca684.el9.noarch 6/6 2024-07-05T21:29:39.792 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-4638.g3acca684.el9.noarch 1/6 2024-07-05T21:29:39.792 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-07-05T21:29:39.792 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-07-05T21:29:39.792 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-07-05T21:29:39.793 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-07-05T21:29:40.035 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:46 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:40.050 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-07-05T21:29:40.050 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:40.050 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-07-05T21:29:40.050 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-mgr-cephadm-2:19.0.0-4638.g3acca684.el9.noarch 2024-07-05T21:29:40.050 INFO:teuthology.orchestra.run.smithi116.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-07-05T21:29:40.050 INFO:teuthology.orchestra.run.smithi116.stdout: python3-babel-2.9.1-2.el9.noarch 2024-07-05T21:29:40.050 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-07-05T21:29:40.050 INFO:teuthology.orchestra.run.smithi116.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-07-05T21:29:40.050 INFO:teuthology.orchestra.run.smithi116.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-07-05T21:29:40.050 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:40.051 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-07-05T21:29:40.120 INFO:teuthology.orchestra.run.smithi148.stdout:Package python3-rgw-2:19.0.0-4638.g3acca684.el9.x86_64 is already installed. 2024-07-05T21:29:40.152 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:46 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:40.164 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-07-05T21:29:40.165 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-07-05T21:29:40.165 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-07-05T21:29:40.230 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install python3-cephfs 2024-07-05T21:29:40.283 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-07-05T21:29:40.283 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:29:40.284 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repo Size 2024-07-05T21:29:40.284 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:29:40.284 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-07-05T21:29:40.284 INFO:teuthology.orchestra.run.smithi177.stdout: librados-devel x86_64 2:19.0.0-4638.g3acca684.el9 ceph 126 k 2024-07-05T21:29:40.284 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:40.284 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-07-05T21:29:40.284 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:29:40.284 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2024-07-05T21:29:40.284 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:40.285 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 126 k 2024-07-05T21:29:40.285 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 456 k 2024-07-05T21:29:40.285 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-07-05T21:29:40.302 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-fuse 2024-07-05T21:29:40.601 INFO:teuthology.orchestra.run.smithi177.stdout:librados-devel-19.0.0-4638.g3acca684.el9.x86_64 400 kB/s | 126 kB 00:00 2024-07-05T21:29:40.602 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:40.602 INFO:teuthology.orchestra.run.smithi177.stdout:Total 398 kB/s | 126 kB 00:00 2024-07-05T21:29:40.602 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-07-05T21:29:40.608 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-07-05T21:29:40.608 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-07-05T21:29:40.671 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-07-05T21:29:40.671 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-07-05T21:29:40.795 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:46 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:40.824 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-07-05T21:29:40.861 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:44 ago on Fri 05 Jul 2024 09:27:56 PM UTC. 2024-07-05T21:29:40.880 INFO:teuthology.orchestra.run.smithi148.stdout:Package python3-cephfs-2:19.0.0-4638.g3acca684.el9.x86_64 is already installed. 2024-07-05T21:29:40.916 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : librados-devel-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:40.923 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-07-05T21:29:40.924 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-07-05T21:29:40.924 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-07-05T21:29:40.988 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-07-05T21:29:40.989 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:29:40.989 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-07-05T21:29:40.989 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:29:40.989 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-07-05T21:29:40.989 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-fuse x86_64 2:19.0.0-4638.g3acca684.el9 ceph 898 k 2024-07-05T21:29:40.989 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-07-05T21:29:40.989 INFO:teuthology.orchestra.run.smithi116.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-07-05T21:29:40.989 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:40.989 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-07-05T21:29:40.990 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:29:40.990 INFO:teuthology.orchestra.run.smithi116.stdout:Install 2 Packages 2024-07-05T21:29:40.990 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:40.990 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 978 k 2024-07-05T21:29:40.990 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 2.9 M 2024-07-05T21:29:40.990 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-07-05T21:29:40.997 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install python3-rbd 2024-07-05T21:29:41.362 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librados-devel-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:41.446 INFO:teuthology.orchestra.run.smithi116.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 440 kB/s | 80 kB 00:00 2024-07-05T21:29:41.562 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:47 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:41.619 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librados-devel-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:41.619 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:41.619 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-07-05T21:29:41.619 INFO:teuthology.orchestra.run.smithi177.stdout: librados-devel-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:29:41.619 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:41.619 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-07-05T21:29:41.647 INFO:teuthology.orchestra.run.smithi148.stdout:Package python3-rbd-2:19.0.0-4638.g3acca684.el9.x86_64 is already installed. 2024-07-05T21:29:41.689 INFO:teuthology.orchestra.run.smithi116.stdout:(2/2): ceph-fuse-19.0.0-4638.g3acca684.el9.x86_ 2.1 MB/s | 898 kB 00:00 2024-07-05T21:29:41.689 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:41.689 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-07-05T21:29:41.689 INFO:teuthology.orchestra.run.smithi116.stdout:Total 1.4 MB/s | 978 kB 00:00 2024-07-05T21:29:41.690 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-07-05T21:29:41.690 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-07-05T21:29:41.700 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-07-05T21:29:41.722 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-07-05T21:29:41.723 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-07-05T21:29:41.756 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install rbd-fuse 2024-07-05T21:29:41.803 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-07-05T21:29:41.804 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-07-05T21:29:41.848 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install libcephfs2 2024-07-05T21:29:41.994 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-07-05T21:29:42.126 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-07-05T21:29:42.196 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-fuse-2:19.0.0-4638.g3acca684.el9.x86_64 2/2 2024-07-05T21:29:42.333 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:48 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:42.427 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:48 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:42.472 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-07-05T21:29:42.473 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:29:42.473 INFO:teuthology.orchestra.run.smithi148.stdout: Package Architecture Version Repository Size 2024-07-05T21:29:42.473 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:29:42.473 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-07-05T21:29:42.473 INFO:teuthology.orchestra.run.smithi148.stdout: rbd-fuse x86_64 2:19.0.0-4638.g3acca684.el9 ceph 85 k 2024-07-05T21:29:42.473 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:42.474 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-07-05T21:29:42.474 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:29:42.474 INFO:teuthology.orchestra.run.smithi148.stdout:Install 1 Package 2024-07-05T21:29:42.474 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:42.474 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 85 k 2024-07-05T21:29:42.474 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 231 k 2024-07-05T21:29:42.474 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-07-05T21:29:42.515 INFO:teuthology.orchestra.run.smithi177.stdout:Package libcephfs2-2:19.0.0-4638.g3acca684.el9.x86_64 is already installed. 2024-07-05T21:29:42.558 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-07-05T21:29:42.559 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-07-05T21:29:42.560 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-07-05T21:29:42.620 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install libcephfs-devel 2024-07-05T21:29:42.803 INFO:teuthology.orchestra.run.smithi148.stdout:rbd-fuse-19.0.0-4638.g3acca684.el9.x86_64.rpm 259 kB/s | 85 kB 00:00 2024-07-05T21:29:42.803 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:42.804 INFO:teuthology.orchestra.run.smithi148.stdout:Total 257 kB/s | 85 kB 00:00 2024-07-05T21:29:42.804 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-07-05T21:29:42.811 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-07-05T21:29:42.811 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-07-05T21:29:42.874 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-07-05T21:29:42.875 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-07-05T21:29:42.877 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-fuse-2:19.0.0-4638.g3acca684.el9.x86_64 2/2 2024-07-05T21:29:42.878 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-fuse-2:19.0.0-4638.g3acca684.el9.x86_64 1/2 2024-07-05T21:29:43.019 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-07-05T21:29:43.117 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : rbd-fuse-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:43.149 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-07-05T21:29:43.149 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:43.149 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-07-05T21:29:43.149 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-fuse-2:19.0.0-4638.g3acca684.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-07-05T21:29:43.149 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:43.149 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-07-05T21:29:43.181 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:49 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:43.309 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-07-05T21:29:43.310 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:29:43.310 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repo Size 2024-07-05T21:29:43.310 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:29:43.310 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-07-05T21:29:43.311 INFO:teuthology.orchestra.run.smithi177.stdout: libcephfs-devel x86_64 2:19.0.0-4638.g3acca684.el9 ceph 32 k 2024-07-05T21:29:43.311 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:43.311 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-07-05T21:29:43.311 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:29:43.311 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2024-07-05T21:29:43.311 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:43.311 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 32 k 2024-07-05T21:29:43.311 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 142 k 2024-07-05T21:29:43.311 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-07-05T21:29:43.428 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install ceph-volume 2024-07-05T21:29:43.543 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: rbd-fuse-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:43.555 INFO:teuthology.orchestra.run.smithi177.stdout:libcephfs-devel-19.0.0-4638.g3acca684.el9.x86_6 130 kB/s | 32 kB 00:00 2024-07-05T21:29:43.556 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:43.556 INFO:teuthology.orchestra.run.smithi177.stdout:Total 129 kB/s | 32 kB 00:00 2024-07-05T21:29:43.556 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-07-05T21:29:43.560 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-07-05T21:29:43.560 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-07-05T21:29:43.575 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-07-05T21:29:43.575 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-07-05T21:29:43.656 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-07-05T21:29:43.769 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libcephfs-devel-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:43.796 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : rbd-fuse-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:43.796 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:43.796 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-07-05T21:29:43.796 INFO:teuthology.orchestra.run.smithi148.stdout: rbd-fuse-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:29:43.796 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:43.796 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-07-05T21:29:43.993 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:47 ago on Fri 05 Jul 2024 09:27:56 PM UTC. 2024-07-05T21:29:44.014 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install rbd-mirror 2024-07-05T21:29:44.123 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-07-05T21:29:44.124 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:29:44.124 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-07-05T21:29:44.125 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:29:44.125 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-07-05T21:29:44.125 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-volume noarch 2:19.0.0-4638.g3acca684.el9 ceph-noarch 274 k 2024-07-05T21:29:44.125 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:44.125 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-07-05T21:29:44.125 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:29:44.126 INFO:teuthology.orchestra.run.smithi116.stdout:Install 1 Package 2024-07-05T21:29:44.126 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:44.126 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 274 k 2024-07-05T21:29:44.126 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 1.3 M 2024-07-05T21:29:44.126 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-07-05T21:29:44.144 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:44.378 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libcephfs-devel-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:44.378 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:44.378 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-07-05T21:29:44.378 INFO:teuthology.orchestra.run.smithi177.stdout: libcephfs-devel-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:29:44.378 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:44.378 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-07-05T21:29:44.380 INFO:teuthology.orchestra.run.smithi116.stdout:ceph-volume-19.0.0-4638.g3acca684.el9.noarch.rp 1.0 MB/s | 274 kB 00:00 2024-07-05T21:29:44.380 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:44.381 INFO:teuthology.orchestra.run.smithi116.stdout:Total 1.0 MB/s | 274 kB 00:00 2024-07-05T21:29:44.381 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-07-05T21:29:44.389 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-07-05T21:29:44.389 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-07-05T21:29:44.419 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-07-05T21:29:44.419 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-07-05T21:29:44.529 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install librados2 2024-07-05T21:29:44.589 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:50 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:44.637 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-07-05T21:29:44.708 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : ceph-volume-2:19.0.0-4638.g3acca684.el9.noarch 1/1 2024-07-05T21:29:44.723 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-07-05T21:29:44.723 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:29:44.723 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repo Size 2024-07-05T21:29:44.723 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:29:44.724 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-07-05T21:29:44.724 INFO:teuthology.orchestra.run.smithi148.stdout: rbd-mirror x86_64 2:19.0.0-4638.g3acca684.el9 ceph 3.2 M 2024-07-05T21:29:44.724 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:44.724 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-07-05T21:29:44.724 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:29:44.724 INFO:teuthology.orchestra.run.smithi148.stdout:Install 1 Package 2024-07-05T21:29:44.724 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:44.725 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: ceph-volume-2:19.0.0-4638.g3acca684.el9.noarch 1/1 2024-07-05T21:29:44.725 INFO:teuthology.orchestra.run.smithi116.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-05T21:29:44.725 INFO:teuthology.orchestra.run.smithi116.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-07-05T21:29:44.725 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:44.725 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 3.2 M 2024-07-05T21:29:44.725 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 13 M 2024-07-05T21:29:44.725 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-07-05T21:29:45.089 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:51 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:45.175 INFO:teuthology.orchestra.run.smithi177.stdout:Package librados2-2:19.0.0-4638.g3acca684.el9.x86_64 is already installed. 2024-07-05T21:29:45.217 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-07-05T21:29:45.218 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-07-05T21:29:45.218 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-07-05T21:29:45.266 INFO:teuthology.orchestra.run.smithi148.stdout:rbd-mirror-19.0.0-4638.g3acca684.el9.x86_64.rpm 5.8 MB/s | 3.2 MB 00:00 2024-07-05T21:29:45.267 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:45.267 INFO:teuthology.orchestra.run.smithi148.stdout:Total 5.8 MB/s | 3.2 MB 00:00 2024-07-05T21:29:45.267 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-07-05T21:29:45.276 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-07-05T21:29:45.276 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-07-05T21:29:45.287 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install librbd1 2024-07-05T21:29:45.357 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-07-05T21:29:45.357 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-07-05T21:29:45.657 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : ceph-volume-2:19.0.0-4638.g3acca684.el9.noarch 1/1 2024-07-05T21:29:45.657 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:45.657 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-07-05T21:29:45.657 INFO:teuthology.orchestra.run.smithi116.stdout: ceph-volume-2:19.0.0-4638.g3acca684.el9.noarch 2024-07-05T21:29:45.657 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:45.657 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-07-05T21:29:45.802 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-07-05T21:29:45.849 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:51 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:45.867 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : rbd-mirror-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:45.893 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: rbd-mirror-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:45.893 INFO:teuthology.orchestra.run.smithi148.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-05T21:29:45.893 INFO:teuthology.orchestra.run.smithi148.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-07-05T21:29:45.893 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-07-05T21:29:45.893 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-07-05T21:29:45.893 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:45.935 INFO:teuthology.orchestra.run.smithi177.stdout:Package librbd1-2:19.0.0-4638.g3acca684.el9.x86_64 is already installed. 2024-07-05T21:29:45.967 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install librados-devel 2024-07-05T21:29:45.978 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-07-05T21:29:45.979 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-07-05T21:29:45.979 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-07-05T21:29:46.043 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install python3-rados 2024-07-05T21:29:46.544 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:50 ago on Fri 05 Jul 2024 09:27:56 PM UTC. 2024-07-05T21:29:46.602 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:52 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:46.675 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-07-05T21:29:46.676 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:29:46.676 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repo Size 2024-07-05T21:29:46.676 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:29:46.676 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-07-05T21:29:46.676 INFO:teuthology.orchestra.run.smithi116.stdout: librados-devel x86_64 2:19.0.0-4638.g3acca684.el9 ceph 126 k 2024-07-05T21:29:46.676 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:46.676 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-07-05T21:29:46.676 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:29:46.676 INFO:teuthology.orchestra.run.smithi116.stdout:Install 1 Package 2024-07-05T21:29:46.676 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:46.676 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 126 k 2024-07-05T21:29:46.677 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 456 k 2024-07-05T21:29:46.677 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-07-05T21:29:46.687 INFO:teuthology.orchestra.run.smithi177.stdout:Package python3-rados-2:19.0.0-4638.g3acca684.el9.x86_64 is already installed. 2024-07-05T21:29:46.731 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-07-05T21:29:46.732 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-07-05T21:29:46.732 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-07-05T21:29:46.792 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install python3-rgw 2024-07-05T21:29:46.913 INFO:teuthology.orchestra.run.smithi116.stdout:librados-devel-19.0.0-4638.g3acca684.el9.x86_64 535 kB/s | 126 kB 00:00 2024-07-05T21:29:46.914 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:46.914 INFO:teuthology.orchestra.run.smithi116.stdout:Total 531 kB/s | 126 kB 00:00 2024-07-05T21:29:46.914 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-07-05T21:29:46.920 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-07-05T21:29:46.920 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-07-05T21:29:46.983 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-07-05T21:29:46.983 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-07-05T21:29:47.005 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : rbd-mirror-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:47.005 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:47.005 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-07-05T21:29:47.005 INFO:teuthology.orchestra.run.smithi148.stdout: rbd-mirror-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:29:47.006 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:47.006 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-07-05T21:29:47.148 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-07-05T21:29:47.245 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : librados-devel-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:47.261 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum -y install rbd-nbd 2024-07-05T21:29:47.351 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:53 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:47.437 INFO:teuthology.orchestra.run.smithi177.stdout:Package python3-rgw-2:19.0.0-4638.g3acca684.el9.x86_64 is already installed. 2024-07-05T21:29:47.479 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-07-05T21:29:47.480 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-07-05T21:29:47.480 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-07-05T21:29:47.553 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install python3-cephfs 2024-07-05T21:29:47.695 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: librados-devel-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:47.842 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:01:53 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:47.949 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : librados-devel-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:47.950 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:47.950 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-07-05T21:29:47.950 INFO:teuthology.orchestra.run.smithi116.stdout: librados-devel-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:29:47.950 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:47.950 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-07-05T21:29:47.974 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-07-05T21:29:47.975 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:29:47.975 INFO:teuthology.orchestra.run.smithi148.stdout: Package Architecture Version Repository Size 2024-07-05T21:29:47.975 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:29:47.975 INFO:teuthology.orchestra.run.smithi148.stdout:Installing: 2024-07-05T21:29:47.975 INFO:teuthology.orchestra.run.smithi148.stdout: rbd-nbd x86_64 2:19.0.0-4638.g3acca684.el9 ceph 171 k 2024-07-05T21:29:47.975 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:47.975 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-07-05T21:29:47.976 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-07-05T21:29:47.976 INFO:teuthology.orchestra.run.smithi148.stdout:Install 1 Package 2024-07-05T21:29:47.976 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:47.976 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 171 k 2024-07-05T21:29:47.976 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 490 k 2024-07-05T21:29:47.976 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-07-05T21:29:48.117 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:54 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:48.170 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install libcephfs2 2024-07-05T21:29:48.202 INFO:teuthology.orchestra.run.smithi177.stdout:Package python3-cephfs-2:19.0.0-4638.g3acca684.el9.x86_64 is already installed. 2024-07-05T21:29:48.228 INFO:teuthology.orchestra.run.smithi148.stdout:rbd-nbd-19.0.0-4638.g3acca684.el9.x86_64.rpm 679 kB/s | 171 kB 00:00 2024-07-05T21:29:48.228 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:48.229 INFO:teuthology.orchestra.run.smithi148.stdout:Total 674 kB/s | 171 kB 00:00 2024-07-05T21:29:48.229 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-07-05T21:29:48.237 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-07-05T21:29:48.237 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-07-05T21:29:48.244 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-07-05T21:29:48.246 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-07-05T21:29:48.246 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-07-05T21:29:48.303 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-07-05T21:29:48.303 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-07-05T21:29:48.309 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install python3-rbd 2024-07-05T21:29:48.460 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-07-05T21:29:48.560 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : rbd-nbd-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:48.734 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:52 ago on Fri 05 Jul 2024 09:27:56 PM UTC. 2024-07-05T21:29:48.820 INFO:teuthology.orchestra.run.smithi116.stdout:Package libcephfs2-2:19.0.0-4638.g3acca684.el9.x86_64 is already installed. 2024-07-05T21:29:48.864 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-07-05T21:29:48.865 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2024-07-05T21:29:48.865 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-07-05T21:29:48.869 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:54 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:48.922 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install libcephfs-devel 2024-07-05T21:29:48.953 INFO:teuthology.orchestra.run.smithi177.stdout:Package python3-rbd-2:19.0.0-4638.g3acca684.el9.x86_64 is already installed. 2024-07-05T21:29:48.971 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: rbd-nbd-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:48.995 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-07-05T21:29:48.996 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-07-05T21:29:48.996 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-07-05T21:29:49.062 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install rbd-fuse 2024-07-05T21:29:49.230 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : rbd-nbd-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:49.230 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:49.230 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-07-05T21:29:49.230 INFO:teuthology.orchestra.run.smithi148.stdout: rbd-nbd-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:29:49.230 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-07-05T21:29:49.230 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-07-05T21:29:49.486 DEBUG:teuthology.parallel:result is None 2024-07-05T21:29:49.486 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:53 ago on Fri 05 Jul 2024 09:27:56 PM UTC. 2024-07-05T21:29:49.613 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-07-05T21:29:49.614 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:29:49.614 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repo Size 2024-07-05T21:29:49.614 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:29:49.614 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-07-05T21:29:49.614 INFO:teuthology.orchestra.run.smithi116.stdout: libcephfs-devel x86_64 2:19.0.0-4638.g3acca684.el9 ceph 32 k 2024-07-05T21:29:49.614 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:49.614 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-07-05T21:29:49.614 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:29:49.614 INFO:teuthology.orchestra.run.smithi116.stdout:Install 1 Package 2024-07-05T21:29:49.614 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:49.615 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 32 k 2024-07-05T21:29:49.615 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 142 k 2024-07-05T21:29:49.615 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-07-05T21:29:49.655 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:55 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:49.791 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-07-05T21:29:49.791 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:29:49.791 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2024-07-05T21:29:49.791 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:29:49.791 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-07-05T21:29:49.792 INFO:teuthology.orchestra.run.smithi177.stdout: rbd-fuse x86_64 2:19.0.0-4638.g3acca684.el9 ceph 85 k 2024-07-05T21:29:49.792 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:49.792 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-07-05T21:29:49.792 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:29:49.792 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2024-07-05T21:29:49.792 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:49.793 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 85 k 2024-07-05T21:29:49.793 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 231 k 2024-07-05T21:29:49.793 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-07-05T21:29:49.905 INFO:teuthology.orchestra.run.smithi116.stdout:libcephfs-devel-19.0.0-4638.g3acca684.el9.x86_6 109 kB/s | 32 kB 00:00 2024-07-05T21:29:49.906 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:49.906 INFO:teuthology.orchestra.run.smithi116.stdout:Total 109 kB/s | 32 kB 00:00 2024-07-05T21:29:49.906 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-07-05T21:29:49.909 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-07-05T21:29:49.909 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-07-05T21:29:49.920 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-07-05T21:29:49.921 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-07-05T21:29:50.004 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-07-05T21:29:50.112 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libcephfs-devel-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:50.127 INFO:teuthology.orchestra.run.smithi177.stdout:rbd-fuse-19.0.0-4638.g3acca684.el9.x86_64.rpm 255 kB/s | 85 kB 00:00 2024-07-05T21:29:50.127 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:50.128 INFO:teuthology.orchestra.run.smithi177.stdout:Total 253 kB/s | 85 kB 00:00 2024-07-05T21:29:50.128 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-07-05T21:29:50.135 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-07-05T21:29:50.135 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-07-05T21:29:50.201 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-07-05T21:29:50.202 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-07-05T21:29:50.355 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-07-05T21:29:50.466 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : rbd-fuse-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:50.509 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:50.739 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libcephfs-devel-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:50.739 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:50.739 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-07-05T21:29:50.739 INFO:teuthology.orchestra.run.smithi116.stdout: libcephfs-devel-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:29:50.740 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:50.740 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-07-05T21:29:50.860 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: rbd-fuse-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:50.910 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install librados2 2024-07-05T21:29:51.111 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : rbd-fuse-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:51.111 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:51.112 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-07-05T21:29:51.112 INFO:teuthology.orchestra.run.smithi177.stdout: rbd-fuse-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:29:51.112 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:51.112 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-07-05T21:29:51.367 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install rbd-mirror 2024-07-05T21:29:51.466 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:55 ago on Fri 05 Jul 2024 09:27:56 PM UTC. 2024-07-05T21:29:51.550 INFO:teuthology.orchestra.run.smithi116.stdout:Package librados2-2:19.0.0-4638.g3acca684.el9.x86_64 is already installed. 2024-07-05T21:29:51.593 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-07-05T21:29:51.594 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2024-07-05T21:29:51.594 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-07-05T21:29:51.653 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install librbd1 2024-07-05T21:29:51.943 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:57 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:52.076 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-07-05T21:29:52.077 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:29:52.077 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repo Size 2024-07-05T21:29:52.077 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:29:52.077 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-07-05T21:29:52.077 INFO:teuthology.orchestra.run.smithi177.stdout: rbd-mirror x86_64 2:19.0.0-4638.g3acca684.el9 ceph 3.2 M 2024-07-05T21:29:52.077 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:52.077 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-07-05T21:29:52.077 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:29:52.077 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2024-07-05T21:29:52.077 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:52.077 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 3.2 M 2024-07-05T21:29:52.077 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 13 M 2024-07-05T21:29:52.078 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-07-05T21:29:52.210 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:56 ago on Fri 05 Jul 2024 09:27:56 PM UTC. 2024-07-05T21:29:52.295 INFO:teuthology.orchestra.run.smithi116.stdout:Package librbd1-2:19.0.0-4638.g3acca684.el9.x86_64 is already installed. 2024-07-05T21:29:52.338 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-07-05T21:29:52.339 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2024-07-05T21:29:52.339 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-07-05T21:29:52.395 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install python3-rados 2024-07-05T21:29:52.644 INFO:teuthology.orchestra.run.smithi177.stdout:rbd-mirror-19.0.0-4638.g3acca684.el9.x86_64.rpm 5.6 MB/s | 3.2 MB 00:00 2024-07-05T21:29:52.645 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:52.645 INFO:teuthology.orchestra.run.smithi177.stdout:Total 5.6 MB/s | 3.2 MB 00:00 2024-07-05T21:29:52.645 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-07-05T21:29:52.654 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-07-05T21:29:52.654 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-07-05T21:29:52.735 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-07-05T21:29:52.735 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-07-05T21:29:52.957 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:56 ago on Fri 05 Jul 2024 09:27:56 PM UTC. 2024-07-05T21:29:53.042 INFO:teuthology.orchestra.run.smithi116.stdout:Package python3-rados-2:19.0.0-4638.g3acca684.el9.x86_64 is already installed. 2024-07-05T21:29:53.084 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-07-05T21:29:53.085 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2024-07-05T21:29:53.086 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-07-05T21:29:53.145 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install python3-rgw 2024-07-05T21:29:53.167 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-07-05T21:29:53.220 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : rbd-mirror-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:53.246 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: rbd-mirror-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:53.246 INFO:teuthology.orchestra.run.smithi177.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-05T21:29:53.246 INFO:teuthology.orchestra.run.smithi177.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-07-05T21:29:53.247 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-07-05T21:29:53.247 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-07-05T21:29:53.247 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:53.706 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:57 ago on Fri 05 Jul 2024 09:27:56 PM UTC. 2024-07-05T21:29:53.791 INFO:teuthology.orchestra.run.smithi116.stdout:Package python3-rgw-2:19.0.0-4638.g3acca684.el9.x86_64 is already installed. 2024-07-05T21:29:53.833 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-07-05T21:29:53.834 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2024-07-05T21:29:53.835 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-07-05T21:29:53.896 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install python3-cephfs 2024-07-05T21:29:54.322 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : rbd-mirror-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:54.322 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:54.322 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-07-05T21:29:54.322 INFO:teuthology.orchestra.run.smithi177.stdout: rbd-mirror-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:29:54.322 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:54.322 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-07-05T21:29:54.459 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:58 ago on Fri 05 Jul 2024 09:27:56 PM UTC. 2024-07-05T21:29:54.544 INFO:teuthology.orchestra.run.smithi116.stdout:Package python3-cephfs-2:19.0.0-4638.g3acca684.el9.x86_64 is already installed. 2024-07-05T21:29:54.558 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install rbd-nbd 2024-07-05T21:29:54.586 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-07-05T21:29:54.587 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2024-07-05T21:29:54.587 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-07-05T21:29:54.649 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install python3-rbd 2024-07-05T21:29:55.134 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:02:01 ago on Fri 05 Jul 2024 09:27:54 PM UTC. 2024-07-05T21:29:55.210 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:59 ago on Fri 05 Jul 2024 09:27:56 PM UTC. 2024-07-05T21:29:55.265 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-07-05T21:29:55.266 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:29:55.266 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2024-07-05T21:29:55.266 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:29:55.266 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-07-05T21:29:55.266 INFO:teuthology.orchestra.run.smithi177.stdout: rbd-nbd x86_64 2:19.0.0-4638.g3acca684.el9 ceph 171 k 2024-07-05T21:29:55.266 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:55.266 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-07-05T21:29:55.266 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-07-05T21:29:55.266 INFO:teuthology.orchestra.run.smithi177.stdout:Install 1 Package 2024-07-05T21:29:55.267 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:55.267 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 171 k 2024-07-05T21:29:55.267 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 490 k 2024-07-05T21:29:55.267 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-07-05T21:29:55.294 INFO:teuthology.orchestra.run.smithi116.stdout:Package python3-rbd-2:19.0.0-4638.g3acca684.el9.x86_64 is already installed. 2024-07-05T21:29:55.337 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-07-05T21:29:55.338 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2024-07-05T21:29:55.338 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-07-05T21:29:55.398 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install rbd-fuse 2024-07-05T21:29:55.499 INFO:teuthology.orchestra.run.smithi177.stdout:rbd-nbd-19.0.0-4638.g3acca684.el9.x86_64.rpm 739 kB/s | 171 kB 00:00 2024-07-05T21:29:55.499 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:55.499 INFO:teuthology.orchestra.run.smithi177.stdout:Total 733 kB/s | 171 kB 00:00 2024-07-05T21:29:55.499 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-07-05T21:29:55.507 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-07-05T21:29:55.507 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-07-05T21:29:55.571 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-07-05T21:29:55.572 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-07-05T21:29:55.727 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-07-05T21:29:55.830 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : rbd-nbd-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:55.956 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:59 ago on Fri 05 Jul 2024 09:27:56 PM UTC. 2024-07-05T21:29:56.083 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-07-05T21:29:56.084 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:29:56.084 INFO:teuthology.orchestra.run.smithi116.stdout: Package Architecture Version Repository Size 2024-07-05T21:29:56.084 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:29:56.084 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-07-05T21:29:56.084 INFO:teuthology.orchestra.run.smithi116.stdout: rbd-fuse x86_64 2:19.0.0-4638.g3acca684.el9 ceph 85 k 2024-07-05T21:29:56.084 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:56.084 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-07-05T21:29:56.085 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:29:56.085 INFO:teuthology.orchestra.run.smithi116.stdout:Install 1 Package 2024-07-05T21:29:56.085 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:56.085 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 85 k 2024-07-05T21:29:56.085 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 231 k 2024-07-05T21:29:56.085 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-07-05T21:29:56.242 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: rbd-nbd-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:56.299 INFO:teuthology.orchestra.run.smithi116.stdout:rbd-fuse-19.0.0-4638.g3acca684.el9.x86_64.rpm 397 kB/s | 85 kB 00:00 2024-07-05T21:29:56.300 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:56.300 INFO:teuthology.orchestra.run.smithi116.stdout:Total 394 kB/s | 85 kB 00:00 2024-07-05T21:29:56.300 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-07-05T21:29:56.307 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-07-05T21:29:56.307 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-07-05T21:29:56.370 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-07-05T21:29:56.371 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-07-05T21:29:56.485 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : rbd-nbd-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:56.485 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:56.486 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-07-05T21:29:56.486 INFO:teuthology.orchestra.run.smithi177.stdout: rbd-nbd-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:29:56.486 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-07-05T21:29:56.486 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-07-05T21:29:56.533 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-07-05T21:29:56.630 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : rbd-fuse-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:56.735 DEBUG:teuthology.parallel:result is None 2024-07-05T21:29:56.967 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: rbd-fuse-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:57.238 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : rbd-fuse-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:57.238 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:57.239 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-07-05T21:29:57.239 INFO:teuthology.orchestra.run.smithi116.stdout: rbd-fuse-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:29:57.239 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:57.239 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-07-05T21:29:57.479 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install rbd-mirror 2024-07-05T21:29:58.048 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:02:02 ago on Fri 05 Jul 2024 09:27:56 PM UTC. 2024-07-05T21:29:58.181 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-07-05T21:29:58.182 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:29:58.182 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repo Size 2024-07-05T21:29:58.183 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:29:58.183 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-07-05T21:29:58.183 INFO:teuthology.orchestra.run.smithi116.stdout: rbd-mirror x86_64 2:19.0.0-4638.g3acca684.el9 ceph 3.2 M 2024-07-05T21:29:58.183 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:58.183 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-07-05T21:29:58.183 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:29:58.183 INFO:teuthology.orchestra.run.smithi116.stdout:Install 1 Package 2024-07-05T21:29:58.183 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:29:58.183 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 3.2 M 2024-07-05T21:29:58.184 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 13 M 2024-07-05T21:29:58.184 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-07-05T21:29:58.550 INFO:teuthology.orchestra.run.smithi116.stdout:rbd-mirror-19.0.0-4638.g3acca684.el9.x86_64.rpm 8.6 MB/s | 3.2 MB 00:00 2024-07-05T21:29:58.551 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:29:58.551 INFO:teuthology.orchestra.run.smithi116.stdout:Total 8.6 MB/s | 3.2 MB 00:00 2024-07-05T21:29:58.551 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-07-05T21:29:58.560 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-07-05T21:29:58.560 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-07-05T21:29:58.641 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-07-05T21:29:58.641 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-07-05T21:29:59.084 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-07-05T21:29:59.159 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : rbd-mirror-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:59.183 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: rbd-mirror-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:29:59.183 INFO:teuthology.orchestra.run.smithi116.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-07-05T21:29:59.184 INFO:teuthology.orchestra.run.smithi116.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-07-05T21:29:59.184 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-07-05T21:29:59.184 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-07-05T21:29:59.184 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:30:00.263 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : rbd-mirror-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:30:00.263 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:30:00.263 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-07-05T21:30:00.263 INFO:teuthology.orchestra.run.smithi116.stdout: rbd-mirror-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:30:00.263 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:30:00.263 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-07-05T21:30:00.486 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum -y install rbd-nbd 2024-07-05T21:30:01.066 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:02:05 ago on Fri 05 Jul 2024 09:27:56 PM UTC. 2024-07-05T21:30:01.200 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-07-05T21:30:01.201 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:30:01.201 INFO:teuthology.orchestra.run.smithi116.stdout: Package Architecture Version Repository Size 2024-07-05T21:30:01.201 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:30:01.201 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-07-05T21:30:01.201 INFO:teuthology.orchestra.run.smithi116.stdout: rbd-nbd x86_64 2:19.0.0-4638.g3acca684.el9 ceph 171 k 2024-07-05T21:30:01.201 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:30:01.201 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-07-05T21:30:01.201 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-07-05T21:30:01.201 INFO:teuthology.orchestra.run.smithi116.stdout:Install 1 Package 2024-07-05T21:30:01.201 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:30:01.201 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 171 k 2024-07-05T21:30:01.201 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 490 k 2024-07-05T21:30:01.202 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-07-05T21:30:01.420 INFO:teuthology.orchestra.run.smithi116.stdout:rbd-nbd-19.0.0-4638.g3acca684.el9.x86_64.rpm 781 kB/s | 171 kB 00:00 2024-07-05T21:30:01.421 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-07-05T21:30:01.421 INFO:teuthology.orchestra.run.smithi116.stdout:Total 775 kB/s | 171 kB 00:00 2024-07-05T21:30:01.422 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-07-05T21:30:01.429 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-07-05T21:30:01.429 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-07-05T21:30:01.494 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-07-05T21:30:01.494 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-07-05T21:30:01.657 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-07-05T21:30:01.755 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : rbd-nbd-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:30:02.246 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: rbd-nbd-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:30:02.524 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : rbd-nbd-2:19.0.0-4638.g3acca684.el9.x86_64 1/1 2024-07-05T21:30:02.524 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:30:02.524 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-07-05T21:30:02.524 INFO:teuthology.orchestra.run.smithi116.stdout: rbd-nbd-2:19.0.0-4638.g3acca684.el9.x86_64 2024-07-05T21:30:02.524 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-07-05T21:30:02.524 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-07-05T21:30:02.726 DEBUG:teuthology.parallel:result is None 2024-07-05T21:30:02.727 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3acca68492275b1156da5dac8da7596016588e64 2024-07-05T21:30:02.947 DEBUG:teuthology.orchestra.run.smithi116:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-07-05T21:30:02.969 INFO:teuthology.orchestra.run.smithi116.stdout:19.0.0-4638.g3acca684.el9 2024-07-05T21:30:02.970 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-4638.g3acca684.el9 2024-07-05T21:30:02.970 INFO:teuthology.task.install:The correct ceph version 19.0.0-4638.g3acca684 is installed. 2024-07-05T21:30:02.971 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3acca68492275b1156da5dac8da7596016588e64 2024-07-05T21:30:03.184 DEBUG:teuthology.orchestra.run.smithi148:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-07-05T21:30:03.210 INFO:teuthology.orchestra.run.smithi148.stdout:19.0.0-4638.g3acca684.el9 2024-07-05T21:30:03.210 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-4638.g3acca684.el9 2024-07-05T21:30:03.211 INFO:teuthology.task.install:The correct ceph version 19.0.0-4638.g3acca684 is installed. 2024-07-05T21:30:03.212 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3acca68492275b1156da5dac8da7596016588e64 2024-07-05T21:30:03.354 DEBUG:teuthology.orchestra.run.smithi177:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-07-05T21:30:03.379 INFO:teuthology.orchestra.run.smithi177.stdout:19.0.0-4638.g3acca684.el9 2024-07-05T21:30:03.380 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-4638.g3acca684.el9 2024-07-05T21:30:03.380 INFO:teuthology.task.install:The correct ceph version 19.0.0-4638.g3acca684 is installed. 2024-07-05T21:30:03.382 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-07-05T21:30:03.396 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-07-05T21:30:03.397 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-07-05T21:30:03.424 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-07-05T21:30:03.424 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-07-05T21:30:03.455 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-07-05T21:30:03.455 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-07-05T21:30:03.485 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-07-05T21:30:03.508 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-07-05T21:30:03.508 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/usr/bin/daemon-helper 2024-07-05T21:30:03.533 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-07-05T21:30:03.597 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-07-05T21:30:03.597 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/usr/bin/daemon-helper 2024-07-05T21:30:03.628 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-07-05T21:30:03.697 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-07-05T21:30:03.697 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/usr/bin/daemon-helper 2024-07-05T21:30:03.727 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-07-05T21:30:03.796 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-07-05T21:30:03.797 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-07-05T21:30:03.797 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/usr/bin/adjust-ulimits 2024-07-05T21:30:03.821 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-07-05T21:30:03.886 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-07-05T21:30:03.886 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/usr/bin/adjust-ulimits 2024-07-05T21:30:03.916 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-07-05T21:30:03.985 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-07-05T21:30:03.986 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/usr/bin/adjust-ulimits 2024-07-05T21:30:04.015 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-07-05T21:30:04.083 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-07-05T21:30:04.084 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-07-05T21:30:04.084 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/usr/bin/stdin-killer 2024-07-05T21:30:04.109 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-07-05T21:30:04.174 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-07-05T21:30:04.174 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/usr/bin/stdin-killer 2024-07-05T21:30:04.203 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-07-05T21:30:04.271 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-07-05T21:30:04.272 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/usr/bin/stdin-killer 2024-07-05T21:30:04.301 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-07-05T21:30:04.370 INFO:teuthology.run_tasks:Running task cephadm... 2024-07-05T21:30:04.870 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum', 'CEPHADM_STRAY_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '3acca68492275b1156da5dac8da7596016588e64'} 2024-07-05T21:30:04.871 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64 2024-07-05T21:30:04.871 INFO:tasks.cephadm:Cluster fsid is be881102-3b15-11ef-bcab-c7b262605968 2024-07-05T21:30:04.871 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-07-05T21:30:04.871 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.116', 'mon.b': '172.21.15.148', 'mon.c': '172.21.15.177'} 2024-07-05T21:30:04.872 INFO:tasks.cephadm:First mon is mon.a on smithi116 2024-07-05T21:30:04.872 INFO:tasks.cephadm:First mgr is a 2024-07-05T21:30:04.872 INFO:tasks.cephadm:Normalizing hostnames... 2024-07-05T21:30:04.872 DEBUG:teuthology.orchestra.run.smithi116:> sudo hostname $(hostname -s) 2024-07-05T21:30:04.900 DEBUG:teuthology.orchestra.run.smithi148:> sudo hostname $(hostname -s) 2024-07-05T21:30:04.930 DEBUG:teuthology.orchestra.run.smithi177:> sudo hostname $(hostname -s) 2024-07-05T21:30:04.961 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-07-05T21:30:04.961 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3acca68492275b1156da5dac8da7596016588e64 2024-07-05T21:30:05.272 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '3acca68492275b1156da5dac8da7596016588e64', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/55512/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-4638-g3acca684', 'node_name': '172.21.5.32+adami02', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-4638.g3acca684'}, 'url': 'https://4.chacra.ceph.com/r/ceph/main/3acca68492275b1156da5dac8da7596016588e64/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-06-30 16:13:15.148884', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/main/3acca68492275b1156da5dac8da7596016588e64/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-07-05T21:30:05.412 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref main, sha1 3acca68492275b1156da5dac8da7596016588e64 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=3acca68492275b1156da5dac8da7596016588e64 2024-07-05T21:30:05.414 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/main/3acca68492275b1156da5dac8da7596016588e64/centos/9/x86_64/flavors/default/cephadm 2024-07-05T21:30:05.414 INFO:tasks.cephadm:Downloading cephadm from url: https://4.chacra.ceph.com/binaries/ceph/main/3acca68492275b1156da5dac8da7596016588e64/centos/9/x86_64/flavors/default/cephadm 2024-07-05T21:30:05.414 DEBUG:teuthology.orchestra.run.smithi116:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/main/3acca68492275b1156da5dac8da7596016588e64/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-07-05T21:30:05.863 INFO:teuthology.orchestra.run.smithi116.stdout:-rw-r--r--. 1 ubuntu ubuntu 783107 Jul 5 21:30 /home/ubuntu/cephtest/cephadm 2024-07-05T21:30:05.864 DEBUG:teuthology.orchestra.run.smithi148:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/main/3acca68492275b1156da5dac8da7596016588e64/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-07-05T21:30:06.292 INFO:teuthology.orchestra.run.smithi148.stdout:-rw-r--r--. 1 ubuntu ubuntu 783107 Jul 5 21:30 /home/ubuntu/cephtest/cephadm 2024-07-05T21:30:06.293 DEBUG:teuthology.orchestra.run.smithi177:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/main/3acca68492275b1156da5dac8da7596016588e64/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-07-05T21:30:06.834 INFO:teuthology.orchestra.run.smithi177.stdout:-rw-r--r--. 1 ubuntu ubuntu 783107 Jul 5 21:30 /home/ubuntu/cephtest/cephadm 2024-07-05T21:30:06.835 DEBUG:teuthology.orchestra.run.smithi116:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-07-05T21:30:06.855 DEBUG:teuthology.orchestra.run.smithi148:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-07-05T21:30:06.874 DEBUG:teuthology.orchestra.run.smithi177:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-07-05T21:30:06.905 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64 on all hosts... 2024-07-05T21:30:06.905 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64 pull 2024-07-05T21:30:06.909 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64 pull 2024-07-05T21:30:06.917 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64 pull 2024-07-05T21:30:07.720 INFO:teuthology.orchestra.run.smithi177.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64... 2024-07-05T21:30:07.859 INFO:teuthology.orchestra.run.smithi148.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64... 2024-07-05T21:30:07.876 INFO:teuthology.orchestra.run.smithi116.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64... 2024-07-05T21:30:11.153 INFO:teuthology.orchestra.run.smithi148.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64 2024-07-05T21:30:11.153 INFO:teuthology.orchestra.run.smithi148.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64... 2024-07-05T21:30:11.154 INFO:teuthology.orchestra.run.smithi148.stderr:/bin/podman: stderr time="2024-07-05T21:30:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64: reading manifest 3acca68492275b1156da5dac8da7596016588e64 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: unknown: Tag 3acca68492275b1156da5dac8da7596016588e64 was deleted or has expired. To pull, revive via time machine" 2024-07-05T21:30:11.154 INFO:teuthology.orchestra.run.smithi148.stderr:/bin/podman: stderr time="2024-07-05T21:30:09Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64: reading manifest 3acca68492275b1156da5dac8da7596016588e64 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: unknown: Tag 3acca68492275b1156da5dac8da7596016588e64 was deleted or has expired. To pull, revive via time machine" 2024-07-05T21:30:11.154 INFO:teuthology.orchestra.run.smithi148.stderr:/bin/podman: stderr time="2024-07-05T21:30:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64: reading manifest 3acca68492275b1156da5dac8da7596016588e64 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: unknown: Tag 3acca68492275b1156da5dac8da7596016588e64 was deleted or has expired. To pull, revive via time machine" 2024-07-05T21:30:11.154 INFO:teuthology.orchestra.run.smithi148.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64: reading manifest 3acca68492275b1156da5dac8da7596016588e64 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: unknown: Tag 3acca68492275b1156da5dac8da7596016588e64 was deleted or has expired. To pull, revive via time machine 2024-07-05T21:30:11.154 INFO:teuthology.orchestra.run.smithi148.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64 2024-07-05T21:30:11.188 INFO:teuthology.orchestra.run.smithi177.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64 2024-07-05T21:30:11.189 INFO:teuthology.orchestra.run.smithi177.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64... 2024-07-05T21:30:11.189 INFO:teuthology.orchestra.run.smithi177.stderr:/bin/podman: stderr time="2024-07-05T21:30:07Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64: reading manifest 3acca68492275b1156da5dac8da7596016588e64 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: unknown: Tag 3acca68492275b1156da5dac8da7596016588e64 was deleted or has expired. To pull, revive via time machine" 2024-07-05T21:30:11.189 INFO:teuthology.orchestra.run.smithi177.stderr:/bin/podman: stderr time="2024-07-05T21:30:09Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64: reading manifest 3acca68492275b1156da5dac8da7596016588e64 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: unknown: Tag 3acca68492275b1156da5dac8da7596016588e64 was deleted or has expired. To pull, revive via time machine" 2024-07-05T21:30:11.189 INFO:teuthology.orchestra.run.smithi177.stderr:/bin/podman: stderr time="2024-07-05T21:30:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64: reading manifest 3acca68492275b1156da5dac8da7596016588e64 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: unknown: Tag 3acca68492275b1156da5dac8da7596016588e64 was deleted or has expired. To pull, revive via time machine" 2024-07-05T21:30:11.189 INFO:teuthology.orchestra.run.smithi177.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64: reading manifest 3acca68492275b1156da5dac8da7596016588e64 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: unknown: Tag 3acca68492275b1156da5dac8da7596016588e64 was deleted or has expired. To pull, revive via time machine 2024-07-05T21:30:11.189 INFO:teuthology.orchestra.run.smithi177.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64 2024-07-05T21:30:11.276 INFO:teuthology.orchestra.run.smithi116.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64 2024-07-05T21:30:11.277 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64... 2024-07-05T21:30:11.277 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: stderr time="2024-07-05T21:30:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64: reading manifest 3acca68492275b1156da5dac8da7596016588e64 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: unknown: Tag 3acca68492275b1156da5dac8da7596016588e64 was deleted or has expired. To pull, revive via time machine" 2024-07-05T21:30:11.277 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: stderr time="2024-07-05T21:30:09Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64: reading manifest 3acca68492275b1156da5dac8da7596016588e64 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: unknown: Tag 3acca68492275b1156da5dac8da7596016588e64 was deleted or has expired. To pull, revive via time machine" 2024-07-05T21:30:11.277 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: stderr time="2024-07-05T21:30:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64: reading manifest 3acca68492275b1156da5dac8da7596016588e64 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: unknown: Tag 3acca68492275b1156da5dac8da7596016588e64 was deleted or has expired. To pull, revive via time machine" 2024-07-05T21:30:11.277 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64: reading manifest 3acca68492275b1156da5dac8da7596016588e64 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: unknown: Tag 3acca68492275b1156da5dac8da7596016588e64 was deleted or has expired. To pull, revive via time machine 2024-07-05T21:30:11.277 INFO:teuthology.orchestra.run.smithi116.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64 2024-07-05T21:30:11.305 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-05T21:30:11.305 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_544fecbcd55f3d2b6f478823823ce40cbefef1d4/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_9a6d6b4b0534e956a0eb64c3f71240536e72b666/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_544fecbcd55f3d2b6f478823823ce40cbefef1d4/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_544fecbcd55f3d2b6f478823823ce40cbefef1d4/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_544fecbcd55f3d2b6f478823823ce40cbefef1d4/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi116 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64 pull' 2024-07-05T21:30:11.307 INFO:tasks.cephadm:Archiving crash dumps... 2024-07-05T21:30:11.308 DEBUG:teuthology.misc:Transferring archived files from smithi116:/var/lib/ceph/be881102-3b15-11ef-bcab-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-06-30_20:00:17-rados-main-distro-default-smithi/7780297/remote/smithi116/crash 2024-07-05T21:30:11.309 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /var/lib/ceph/be881102-3b15-11ef-bcab-c7b262605968/crash -- . 2024-07-05T21:30:11.353 INFO:teuthology.orchestra.run.smithi116.stderr:tar: /var/lib/ceph/be881102-3b15-11ef-bcab-c7b262605968/crash: Cannot open: No such file or directory 2024-07-05T21:30:11.353 INFO:teuthology.orchestra.run.smithi116.stderr:tar: Error is not recoverable: exiting now 2024-07-05T21:30:11.355 DEBUG:teuthology.misc:Transferring archived files from smithi148:/var/lib/ceph/be881102-3b15-11ef-bcab-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-06-30_20:00:17-rados-main-distro-default-smithi/7780297/remote/smithi148/crash 2024-07-05T21:30:11.355 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /var/lib/ceph/be881102-3b15-11ef-bcab-c7b262605968/crash -- . 2024-07-05T21:30:11.400 INFO:teuthology.orchestra.run.smithi148.stderr:tar: /var/lib/ceph/be881102-3b15-11ef-bcab-c7b262605968/crash: Cannot open: No such file or directory 2024-07-05T21:30:11.400 INFO:teuthology.orchestra.run.smithi148.stderr:tar: Error is not recoverable: exiting now 2024-07-05T21:30:11.402 DEBUG:teuthology.misc:Transferring archived files from smithi177:/var/lib/ceph/be881102-3b15-11ef-bcab-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-06-30_20:00:17-rados-main-distro-default-smithi/7780297/remote/smithi177/crash 2024-07-05T21:30:11.402 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /var/lib/ceph/be881102-3b15-11ef-bcab-c7b262605968/crash -- . 2024-07-05T21:30:11.441 INFO:teuthology.orchestra.run.smithi177.stderr:tar: /var/lib/ceph/be881102-3b15-11ef-bcab-c7b262605968/crash: Cannot open: No such file or directory 2024-07-05T21:30:11.441 INFO:teuthology.orchestra.run.smithi177.stderr:tar: Error is not recoverable: exiting now 2024-07-05T21:30:11.442 INFO:tasks.cephadm:Checking cluster log for badness... 2024-07-05T21:30:11.443 DEBUG:teuthology.orchestra.run.smithi116:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/be881102-3b15-11ef-bcab-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' | egrep -v CEPHADM_STRAY_DAEMON | head -n 1 2024-07-05T21:30:11.470 INFO:teuthology.orchestra.run.smithi116.stderr:grep: /var/log/ceph/be881102-3b15-11ef-bcab-c7b262605968/ceph.log: No such file or directory 2024-07-05T21:30:11.472 INFO:tasks.cephadm:Compressing logs... 2024-07-05T21:30:11.472 DEBUG:teuthology.orchestra.run.smithi116:> 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-07-05T21:30:11.515 DEBUG:teuthology.orchestra.run.smithi148:> 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-07-05T21:30:11.517 DEBUG:teuthology.orchestra.run.smithi177:> 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-07-05T21:30:11.537 INFO:teuthology.orchestra.run.smithi116.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-07-05T21:30:11.538 INFO:teuthology.orchestra.run.smithi116.stderr:: No such file or directory 2024-07-05T21:30:11.538 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/cephadm.log: 83.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-07-05T21:30:11.540 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-07-05T21:30:11.540 INFO:teuthology.orchestra.run.smithi116.stderr:real 0m0.012s 2024-07-05T21:30:11.540 INFO:teuthology.orchestra.run.smithi116.stderr:user 0m0.012s 2024-07-05T21:30:11.540 INFO:teuthology.orchestra.run.smithi116.stderr:sys 0m0.011s 2024-07-05T21:30:11.542 INFO:teuthology.orchestra.run.smithi148.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory /var/log/ceph/cephadm.log 2024-07-05T21:30:11.542 INFO:teuthology.orchestra.run.smithi148.stderr: 2024-07-05T21:30:11.543 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/cephadm.log: 83.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-07-05T21:30:11.543 INFO:teuthology.orchestra.run.smithi177.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-07-05T21:30:11.543 INFO:teuthology.orchestra.run.smithi177.stderr:: No such file or directory 2024-07-05T21:30:11.544 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/cephadm.log: 83.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-07-05T21:30:11.544 INFO:teuthology.orchestra.run.smithi148.stderr: 2024-07-05T21:30:11.545 INFO:teuthology.orchestra.run.smithi148.stderr:real 0m0.013s 2024-07-05T21:30:11.545 INFO:teuthology.orchestra.run.smithi148.stderr:user 0m0.011s 2024-07-05T21:30:11.545 INFO:teuthology.orchestra.run.smithi148.stderr:sys 0m0.013s 2024-07-05T21:30:11.546 INFO:teuthology.orchestra.run.smithi177.stderr: 2024-07-05T21:30:11.546 INFO:teuthology.orchestra.run.smithi177.stderr:real 0m0.012s 2024-07-05T21:30:11.546 INFO:teuthology.orchestra.run.smithi177.stderr:user 0m0.009s 2024-07-05T21:30:11.546 INFO:teuthology.orchestra.run.smithi177.stderr:sys 0m0.014s 2024-07-05T21:30:11.546 INFO:tasks.cephadm:Archiving logs... 2024-07-05T21:30:11.546 DEBUG:teuthology.misc:Transferring archived files from smithi116:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-06-30_20:00:17-rados-main-distro-default-smithi/7780297/remote/smithi116/log 2024-07-05T21:30:11.547 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /var/log/ceph -- . 2024-07-05T21:30:11.607 DEBUG:teuthology.misc:Transferring archived files from smithi148:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-06-30_20:00:17-rados-main-distro-default-smithi/7780297/remote/smithi148/log 2024-07-05T21:30:11.608 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /var/log/ceph -- . 2024-07-05T21:30:11.635 DEBUG:teuthology.misc:Transferring archived files from smithi177:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-06-30_20:00:17-rados-main-distro-default-smithi/7780297/remote/smithi177/log 2024-07-05T21:30:11.636 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /var/log/ceph -- . 2024-07-05T21:30:11.663 INFO:tasks.cephadm:Removing cluster... 2024-07-05T21:30:11.663 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid be881102-3b15-11ef-bcab-c7b262605968 --force 2024-07-05T21:30:11.851 INFO:teuthology.orchestra.run.smithi116.stdout:Deleting cluster with fsid: be881102-3b15-11ef-bcab-c7b262605968 2024-07-05T21:30:12.100 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid be881102-3b15-11ef-bcab-c7b262605968 --force 2024-07-05T21:30:12.300 INFO:teuthology.orchestra.run.smithi148.stdout:Deleting cluster with fsid: be881102-3b15-11ef-bcab-c7b262605968 2024-07-05T21:30:12.556 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid be881102-3b15-11ef-bcab-c7b262605968 --force 2024-07-05T21:30:12.760 INFO:teuthology.orchestra.run.smithi177.stdout:Deleting cluster with fsid: be881102-3b15-11ef-bcab-c7b262605968 2024-07-05T21:30:13.020 INFO:tasks.cephadm:Removing cephadm ... 2024-07-05T21:30:13.021 DEBUG:teuthology.orchestra.run.smithi116:> rm -rf /home/ubuntu/cephtest/cephadm 2024-07-05T21:30:13.037 DEBUG:teuthology.orchestra.run.smithi148:> rm -rf /home/ubuntu/cephtest/cephadm 2024-07-05T21:30:13.055 DEBUG:teuthology.orchestra.run.smithi177:> rm -rf /home/ubuntu/cephtest/cephadm 2024-07-05T21:30:13.071 INFO:tasks.cephadm:Teardown complete 2024-07-05T21:30:13.071 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_544fecbcd55f3d2b6f478823823ce40cbefef1d4/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_9a6d6b4b0534e956a0eb64c3f71240536e72b666/qa/tasks/cephadm.py", line 2291, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_544fecbcd55f3d2b6f478823823ce40cbefef1d4/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_9a6d6b4b0534e956a0eb64c3f71240536e72b666/qa/tasks/cephadm.py", line 1920, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_544fecbcd55f3d2b6f478823823ce40cbefef1d4/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_9a6d6b4b0534e956a0eb64c3f71240536e72b666/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_544fecbcd55f3d2b6f478823823ce40cbefef1d4/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_544fecbcd55f3d2b6f478823823ce40cbefef1d4/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_544fecbcd55f3d2b6f478823823ce40cbefef1d4/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi116 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64 pull' 2024-07-05T21:30:16.232 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=19f8a76cb1a64ff0ba89dc52ee6ad0c1 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_544fecbcd55f3d2b6f478823823ce40cbefef1d4/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_9a6d6b4b0534e956a0eb64c3f71240536e72b666/qa/tasks/cephadm.py", line 2291, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_544fecbcd55f3d2b6f478823823ce40cbefef1d4/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_9a6d6b4b0534e956a0eb64c3f71240536e72b666/qa/tasks/cephadm.py", line 1920, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_544fecbcd55f3d2b6f478823823ce40cbefef1d4/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_9a6d6b4b0534e956a0eb64c3f71240536e72b666/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_544fecbcd55f3d2b6f478823823ce40cbefef1d4/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_544fecbcd55f3d2b6f478823823ce40cbefef1d4/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_544fecbcd55f3d2b6f478823823ce40cbefef1d4/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi116 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64 pull' 2024-07-05T21:30:16.236 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-07-05T21:30:16.244 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-07-05T21:30:16.324 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-07-05T21:30:16.325 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-07-05T21:30:16.338 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-07-05T21:30:16.341 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-07-05T21:30:16.434 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-07-05T21:30:16.443 INFO:teuthology.task.clock:Checking final clock skew... 2024-07-05T21:30:16.443 DEBUG:teuthology.orchestra.run.smithi116:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-07-05T21:30:16.446 DEBUG:teuthology.orchestra.run.smithi148:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-07-05T21:30:16.448 DEBUG:teuthology.orchestra.run.smithi177:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-07-05T21:30:16.461 INFO:teuthology.orchestra.run.smithi116.stderr:bash: line 1: ntpq: command not found 2024-07-05T21:30:16.462 INFO:teuthology.orchestra.run.smithi148.stderr:bash: line 1: ntpq: command not found 2024-07-05T21:30:16.465 INFO:teuthology.orchestra.run.smithi177.stderr:bash: line 1: ntpq: command not found 2024-07-05T21:30:16.466 INFO:teuthology.orchestra.run.smithi116.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-07-05T21:30:16.466 INFO:teuthology.orchestra.run.smithi116.stdout:=============================================================================== 2024-07-05T21:30:16.466 INFO:teuthology.orchestra.run.smithi116.stdout:^* hv01.front.sepia.ceph.com 3 6 77 31 +1006us[ +964us] +/- 49ms 2024-07-05T21:30:16.466 INFO:teuthology.orchestra.run.smithi116.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 31 -930us[ -972us] +/- 63ms 2024-07-05T21:30:16.467 INFO:teuthology.orchestra.run.smithi116.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 31 -487us[ -487us] +/- 80ms 2024-07-05T21:30:16.467 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-07-05T21:30:16.468 INFO:teuthology.orchestra.run.smithi148.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-07-05T21:30:16.468 INFO:teuthology.orchestra.run.smithi148.stdout:=============================================================================== 2024-07-05T21:30:16.468 INFO:teuthology.orchestra.run.smithi148.stdout:^* hv01.front.sepia.ceph.com 3 6 77 32 +986us[ +946us] +/- 49ms 2024-07-05T21:30:16.468 INFO:teuthology.orchestra.run.smithi148.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 30 -971us[ -971us] +/- 63ms 2024-07-05T21:30:16.468 INFO:teuthology.orchestra.run.smithi148.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 30 -508us[ -508us] +/- 80ms 2024-07-05T21:30:16.468 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-07-05T21:30:16.469 INFO:teuthology.orchestra.run.smithi177.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-07-05T21:30:16.469 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================== 2024-07-05T21:30:16.469 INFO:teuthology.orchestra.run.smithi177.stdout:^* hv01.front.sepia.ceph.com 3 6 77 31 +1004us[ +978us] +/- 49ms 2024-07-05T21:30:16.470 INFO:teuthology.orchestra.run.smithi177.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 32 -936us[ -961us] +/- 63ms 2024-07-05T21:30:16.470 INFO:teuthology.orchestra.run.smithi177.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 31 -478us[ -504us] +/- 80ms 2024-07-05T21:30:16.470 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-07-05T21:30:16.471 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-07-05T21:30:16.482 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-07-05T21:30:16.483 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-07-05T21:30:16.497 DEBUG:teuthology.orchestra.run.smithi116:> 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-07-05T21:30:16.571 DEBUG:teuthology.orchestra.run.smithi148:> 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-07-05T21:30:16.635 DEBUG:teuthology.orchestra.run.smithi177:> 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-07-05T21:30:16.700 DEBUG:teuthology.orchestra.run.smithi116:> 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-07-05T21:30:16.729 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-05T21:30:16.730 DEBUG:teuthology.orchestra.run.smithi148:> 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-07-05T21:30:16.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-05T21:30:16.760 DEBUG:teuthology.orchestra.run.smithi177:> 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-07-05T21:30:16.789 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-05T21:30:16.789 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-07-05T21:30:16.799 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-07-05T21:30:16.812 INFO:teuthology.task.internal:Duration was 444.763054 seconds 2024-07-05T21:30:16.813 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-07-05T21:30:16.827 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-07-05T21:30:16.828 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-07-05T21:30:16.830 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-07-05T21:30:16.833 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-07-05T21:30:16.869 INFO:teuthology.orchestra.run.smithi116.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-07-05T21:30:16.871 INFO:teuthology.orchestra.run.smithi148.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-07-05T21:30:16.873 INFO:teuthology.orchestra.run.smithi177.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-07-05T21:30:17.081 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-07-05T21:30:17.081 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi116.front.sepia.ceph.com 2024-07-05T21:30:17.082 DEBUG:teuthology.orchestra.run.smithi116:> 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-07-05T21:30:17.104 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi148.front.sepia.ceph.com 2024-07-05T21:30:17.104 DEBUG:teuthology.orchestra.run.smithi148:> 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-07-05T21:30:17.144 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi177.front.sepia.ceph.com 2024-07-05T21:30:17.145 DEBUG:teuthology.orchestra.run.smithi177:> 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-07-05T21:30:17.181 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-07-05T21:30:17.181 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-07-05T21:30:17.183 DEBUG:teuthology.orchestra.run.smithi148:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-07-05T21:30:17.186 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-07-05T21:30:17.248 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-07-05T21:30:17.249 DEBUG:teuthology.orchestra.run.smithi116:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-07-05T21:30:17.251 DEBUG:teuthology.orchestra.run.smithi148:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-07-05T21:30:17.253 DEBUG:teuthology.orchestra.run.smithi177:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-07-05T21:30:17.382 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-07-05T21:30:17.392 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-07-05T21:30:17.393 DEBUG:teuthology.orchestra.run.smithi116:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-07-05T21:30:17.417 DEBUG:teuthology.orchestra.run.smithi148:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-07-05T21:30:17.442 DEBUG:teuthology.orchestra.run.smithi177:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-07-05T21:30:17.468 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-07-05T21:30:17.480 DEBUG:teuthology.orchestra.run.smithi116:> 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-07-05T21:30:17.482 DEBUG:teuthology.orchestra.run.smithi148:> 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-07-05T21:30:17.485 DEBUG:teuthology.orchestra.run.smithi177:> 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-07-05T21:30:17.503 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = core 2024-07-05T21:30:17.506 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern = core 2024-07-05T21:30:17.530 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = core 2024-07-05T21:30:17.557 DEBUG:teuthology.orchestra.run.smithi116:> test -e /home/ubuntu/cephtest/archive/coredump 2024-07-05T21:30:17.574 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-05T21:30:17.575 DEBUG:teuthology.orchestra.run.smithi148:> test -e /home/ubuntu/cephtest/archive/coredump 2024-07-05T21:30:17.589 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-05T21:30:17.589 DEBUG:teuthology.orchestra.run.smithi177:> test -e /home/ubuntu/cephtest/archive/coredump 2024-07-05T21:30:17.612 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-05T21:30:17.612 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-07-05T21:30:17.622 INFO:teuthology.task.internal:Transferring archived files... 2024-07-05T21:30:17.622 DEBUG:teuthology.misc:Transferring archived files from smithi116:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-06-30_20:00:17-rados-main-distro-default-smithi/7780297/remote/smithi116 2024-07-05T21:30:17.623 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-07-05T21:30:17.659 DEBUG:teuthology.misc:Transferring archived files from smithi148:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-06-30_20:00:17-rados-main-distro-default-smithi/7780297/remote/smithi148 2024-07-05T21:30:17.659 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-07-05T21:30:17.692 DEBUG:teuthology.misc:Transferring archived files from smithi177:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-06-30_20:00:17-rados-main-distro-default-smithi/7780297/remote/smithi177 2024-07-05T21:30:17.692 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-07-05T21:30:17.725 INFO:teuthology.task.internal:Removing archive directory... 2024-07-05T21:30:17.725 DEBUG:teuthology.orchestra.run.smithi116:> rm -rf -- /home/ubuntu/cephtest/archive 2024-07-05T21:30:17.727 DEBUG:teuthology.orchestra.run.smithi148:> rm -rf -- /home/ubuntu/cephtest/archive 2024-07-05T21:30:17.729 DEBUG:teuthology.orchestra.run.smithi177:> rm -rf -- /home/ubuntu/cephtest/archive 2024-07-05T21:30:17.775 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-07-05T21:30:17.786 INFO:teuthology.task.internal:Not uploading archives. 2024-07-05T21:30:17.786 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-07-05T21:30:18.373 INFO:teuthology.task.internal:Tidying up after the test... 2024-07-05T21:30:18.374 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-07-05T21:30:18.376 DEBUG:teuthology.orchestra.run.smithi148:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-07-05T21:30:18.379 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-07-05T21:30:18.390 INFO:teuthology.orchestra.run.smithi116.stdout: 265302 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jul 5 21:30 /home/ubuntu/cephtest 2024-07-05T21:30:18.392 INFO:teuthology.orchestra.run.smithi148.stdout: 265302 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jul 5 21:30 /home/ubuntu/cephtest 2024-07-05T21:30:18.394 INFO:teuthology.orchestra.run.smithi177.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jul 5 21:30 /home/ubuntu/cephtest 2024-07-05T21:30:18.396 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-07-05T21:30:18.407 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-07-05T21:30:18.442 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_rgw_multisite} duration: 444.76305413246155 failure_reason: 'Command failed on smithi116 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3acca68492275b1156da5dac8da7596016588e64 pull''' flavor: default owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=19f8a76cb1a64ff0ba89dc52ee6ad0c1 status: fail success: false 2024-07-05T21:30:18.442 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-07-05T21:30:18.537 INFO:teuthology.run:FAIL