2024-04-26T18:39:41.749 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-26T18:39:41.749 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674935 --owner scheduled_yuriw@teuthology --verbose --name yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi --description rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} -- /home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674935/orig.config.yaml 2024-04-26T18:39:41.779 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-26T18:39:41.855 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674935 branch: wip-yuri3-testing-2024-04-05-0825 description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} email: null first_in_suite: false job_id: '7674935' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri3-testing-2024-04-05-0825 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum log-only-match: - CEPHADM_ sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri3-testing-2024-04-05-0825 sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb owner: scheduled_yuriw@teuthology priority: 99 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 3753 sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2024-04-05-0825 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_5d349943c59c9485df060d6adb0594f3940ec0eb/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb targets: smithi069.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEAeoTKGkclOHCiSKHTff/folznpWK9pdxyDZ0+bNFFm2iEcgelhku//t4bnN9/VFi2ve+Q4PltvefRNBiM2etk= smithi071.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB0P8Ledx7XuBnD68o5eWnuyFkczbiC8SeDjeUZ8s3FCdM/+owvdljR13/hU5B5QwGem7R2NuNcDYG8o6EuWysw= smithi113.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAJ72Y7ytO3lffEI02qX2tSO+DZHkWg2CICzMBwKHpEta9wqBx0gPNhFQA7Gug0ftFuznXhi+lbqSJ/NggcpmkU= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-26_18:18:24 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-26T18:39:41.855 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_5d349943c59c9485df060d6adb0594f3940ec0eb/qa; will attempt to use it 2024-04-26T18:39:41.856 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_5d349943c59c9485df060d6adb0594f3940ec0eb/qa/tasks 2024-04-26T18:39:41.856 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-26T18:39:41.858 INFO:teuthology.task.internal:Checking packages... 2024-04-26T18:39:41.881 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '5d349943c59c9485df060d6adb0594f3940ec0eb' 2024-04-26T18:39:41.881 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-26T18:39:41.881 INFO:teuthology.packaging:ref: None 2024-04-26T18:39:41.881 INFO:teuthology.packaging:tag: None 2024-04-26T18:39:41.881 INFO:teuthology.packaging:branch: wip-yuri3-testing-2024-04-05-0825 2024-04-26T18:39:41.881 INFO:teuthology.packaging:sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb 2024-04-26T18:39:41.881 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuri3-testing-2024-04-05-0825 2024-04-26T18:39:42.100 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3211.g5d349943 2024-04-26T18:39:42.102 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-26T18:39:42.110 INFO:teuthology.task.internal:no buildpackages task found 2024-04-26T18:39:42.110 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-26T18:39:42.193 INFO:teuthology.task.internal:Saving configuration 2024-04-26T18:39:42.205 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-26T18:39:42.210 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-26T18:39:42.230 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi069.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674935', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-26 18:34:14.481744', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEAeoTKGkclOHCiSKHTff/folznpWK9pdxyDZ0+bNFFm2iEcgelhku//t4bnN9/VFi2ve+Q4PltvefRNBiM2etk='} 2024-04-26T18:39:42.254 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674935', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-26 18:34:14.480416', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB0P8Ledx7XuBnD68o5eWnuyFkczbiC8SeDjeUZ8s3FCdM/+owvdljR13/hU5B5QwGem7R2NuNcDYG8o6EuWysw='} 2024-04-26T18:39:42.273 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi113.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674935', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-26 18:34:14.478784', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAJ72Y7ytO3lffEI02qX2tSO+DZHkWg2CICzMBwKHpEta9wqBx0gPNhFQA7Gug0ftFuznXhi+lbqSJ/NggcpmkU='} 2024-04-26T18:39:42.273 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-26T18:39:42.279 INFO:teuthology.task.internal:roles: ubuntu@smithi069.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-26T18:39:42.279 INFO:teuthology.task.internal:roles: ubuntu@smithi071.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-26T18:39:42.279 INFO:teuthology.task.internal:roles: ubuntu@smithi113.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-26T18:39:42.280 INFO:teuthology.run_tasks:Running task console_log... 2024-04-26T18:39:42.392 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1386d4bf70>, signals=[15]) 2024-04-26T18:39:42.392 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-26T18:39:42.398 INFO:teuthology.task.internal:Opening connections... 2024-04-26T18:39:42.398 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi069.front.sepia.ceph.com 2024-04-26T18:39:42.399 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-26T18:39:42.478 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi071.front.sepia.ceph.com 2024-04-26T18:39:42.479 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-26T18:39:42.553 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi113.front.sepia.ceph.com 2024-04-26T18:39:42.554 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi113.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-26T18:39:42.630 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-26T18:39:42.636 DEBUG:teuthology.orchestra.run.smithi069:> uname -m 2024-04-26T18:39:42.654 INFO:teuthology.orchestra.run.smithi069.stdout:x86_64 2024-04-26T18:39:42.654 DEBUG:teuthology.orchestra.run.smithi069:> cat /etc/os-release 2024-04-26T18:39:42.712 INFO:teuthology.orchestra.run.smithi069.stdout:NAME="CentOS Stream" 2024-04-26T18:39:42.712 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION="9" 2024-04-26T18:39:42.712 INFO:teuthology.orchestra.run.smithi069.stdout:ID="centos" 2024-04-26T18:39:42.712 INFO:teuthology.orchestra.run.smithi069.stdout:ID_LIKE="rhel fedora" 2024-04-26T18:39:42.712 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION_ID="9" 2024-04-26T18:39:42.712 INFO:teuthology.orchestra.run.smithi069.stdout:PLATFORM_ID="platform:el9" 2024-04-26T18:39:42.712 INFO:teuthology.orchestra.run.smithi069.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-26T18:39:42.712 INFO:teuthology.orchestra.run.smithi069.stdout:ANSI_COLOR="0;31" 2024-04-26T18:39:42.712 INFO:teuthology.orchestra.run.smithi069.stdout:LOGO="fedora-logo-icon" 2024-04-26T18:39:42.712 INFO:teuthology.orchestra.run.smithi069.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-26T18:39:42.712 INFO:teuthology.orchestra.run.smithi069.stdout:HOME_URL="https://centos.org/" 2024-04-26T18:39:42.712 INFO:teuthology.orchestra.run.smithi069.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-26T18:39:42.713 INFO:teuthology.orchestra.run.smithi069.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-26T18:39:42.713 INFO:teuthology.orchestra.run.smithi069.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-26T18:39:42.713 INFO:teuthology.lock.ops:Updating smithi069.front.sepia.ceph.com on lock server 2024-04-26T18:39:42.733 DEBUG:teuthology.orchestra.run.smithi071:> uname -m 2024-04-26T18:39:42.751 INFO:teuthology.orchestra.run.smithi071.stdout:x86_64 2024-04-26T18:39:42.751 DEBUG:teuthology.orchestra.run.smithi071:> cat /etc/os-release 2024-04-26T18:39:42.808 INFO:teuthology.orchestra.run.smithi071.stdout:NAME="CentOS Stream" 2024-04-26T18:39:42.808 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION="9" 2024-04-26T18:39:42.808 INFO:teuthology.orchestra.run.smithi071.stdout:ID="centos" 2024-04-26T18:39:42.808 INFO:teuthology.orchestra.run.smithi071.stdout:ID_LIKE="rhel fedora" 2024-04-26T18:39:42.808 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_ID="9" 2024-04-26T18:39:42.808 INFO:teuthology.orchestra.run.smithi071.stdout:PLATFORM_ID="platform:el9" 2024-04-26T18:39:42.809 INFO:teuthology.orchestra.run.smithi071.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-26T18:39:42.809 INFO:teuthology.orchestra.run.smithi071.stdout:ANSI_COLOR="0;31" 2024-04-26T18:39:42.809 INFO:teuthology.orchestra.run.smithi071.stdout:LOGO="fedora-logo-icon" 2024-04-26T18:39:42.809 INFO:teuthology.orchestra.run.smithi071.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-26T18:39:42.809 INFO:teuthology.orchestra.run.smithi071.stdout:HOME_URL="https://centos.org/" 2024-04-26T18:39:42.809 INFO:teuthology.orchestra.run.smithi071.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-26T18:39:42.809 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-26T18:39:42.809 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-26T18:39:42.809 INFO:teuthology.lock.ops:Updating smithi071.front.sepia.ceph.com on lock server 2024-04-26T18:39:42.866 DEBUG:teuthology.orchestra.run.smithi113:> uname -m 2024-04-26T18:39:42.884 INFO:teuthology.orchestra.run.smithi113.stdout:x86_64 2024-04-26T18:39:42.884 DEBUG:teuthology.orchestra.run.smithi113:> cat /etc/os-release 2024-04-26T18:39:42.941 INFO:teuthology.orchestra.run.smithi113.stdout:NAME="CentOS Stream" 2024-04-26T18:39:42.941 INFO:teuthology.orchestra.run.smithi113.stdout:VERSION="9" 2024-04-26T18:39:42.941 INFO:teuthology.orchestra.run.smithi113.stdout:ID="centos" 2024-04-26T18:39:42.941 INFO:teuthology.orchestra.run.smithi113.stdout:ID_LIKE="rhel fedora" 2024-04-26T18:39:42.942 INFO:teuthology.orchestra.run.smithi113.stdout:VERSION_ID="9" 2024-04-26T18:39:42.942 INFO:teuthology.orchestra.run.smithi113.stdout:PLATFORM_ID="platform:el9" 2024-04-26T18:39:42.942 INFO:teuthology.orchestra.run.smithi113.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-26T18:39:42.942 INFO:teuthology.orchestra.run.smithi113.stdout:ANSI_COLOR="0;31" 2024-04-26T18:39:42.942 INFO:teuthology.orchestra.run.smithi113.stdout:LOGO="fedora-logo-icon" 2024-04-26T18:39:42.942 INFO:teuthology.orchestra.run.smithi113.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-26T18:39:42.942 INFO:teuthology.orchestra.run.smithi113.stdout:HOME_URL="https://centos.org/" 2024-04-26T18:39:42.942 INFO:teuthology.orchestra.run.smithi113.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-26T18:39:42.942 INFO:teuthology.orchestra.run.smithi113.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-26T18:39:42.942 INFO:teuthology.orchestra.run.smithi113.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-26T18:39:42.942 INFO:teuthology.lock.ops:Updating smithi113.front.sepia.ceph.com on lock server 2024-04-26T18:39:42.958 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-26T18:39:42.966 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-26T18:39:43.005 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-26T18:39:43.005 DEBUG:teuthology.orchestra.run.smithi069:> test '!' -e /home/ubuntu/cephtest 2024-04-26T18:39:43.007 DEBUG:teuthology.orchestra.run.smithi071:> test '!' -e /home/ubuntu/cephtest 2024-04-26T18:39:43.010 DEBUG:teuthology.orchestra.run.smithi113:> test '!' -e /home/ubuntu/cephtest 2024-04-26T18:39:43.026 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-26T18:39:43.030 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-26T18:39:43.031 DEBUG:teuthology.orchestra.run.smithi069:> test -z $(ls -A /var/lib/ceph) 2024-04-26T18:39:43.063 DEBUG:teuthology.orchestra.run.smithi071:> test -z $(ls -A /var/lib/ceph) 2024-04-26T18:39:43.066 DEBUG:teuthology.orchestra.run.smithi113:> test -z $(ls -A /var/lib/ceph) 2024-04-26T18:39:43.388 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-26T18:39:43.447 INFO:teuthology.run_tasks:Running task kernel... 2024-04-26T18:39:43.465 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-26T18:39:43.465 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-26T18:39:43.465 DEBUG:teuthology.orchestra.run.smithi069:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-26T18:39:43.466 DEBUG:teuthology.orchestra.run.smithi071:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-26T18:39:43.466 DEBUG:teuthology.orchestra.run.smithi113:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-26T18:39:43.483 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:39:43.483 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2024-04-26T18:39:43.484 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:39:43.484 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:39:43.485 DEBUG:teuthology.orchestra.run.smithi113:> uname -r 2024-04-26T18:39:43.485 DEBUG:teuthology.orchestra.run.smithi069:> uname -r 2024-04-26T18:39:43.541 INFO:teuthology.orchestra.run.smithi071.stdout:5.14.0-437.el9.x86_64 2024-04-26T18:39:43.541 INFO:teuthology.task.kernel:Running kernel on smithi071: 5.14.0-437.el9.x86_64 2024-04-26T18:39:43.541 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum install -y kernel 2024-04-26T18:39:43.543 INFO:teuthology.orchestra.run.smithi069.stdout:5.14.0-437.el9.x86_64 2024-04-26T18:39:43.543 INFO:teuthology.task.kernel:Running kernel on smithi069: 5.14.0-437.el9.x86_64 2024-04-26T18:39:43.543 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum install -y kernel 2024-04-26T18:39:43.544 INFO:teuthology.orchestra.run.smithi113.stdout:5.14.0-437.el9.x86_64 2024-04-26T18:39:43.544 INFO:teuthology.task.kernel:Running kernel on smithi113: 5.14.0-437.el9.x86_64 2024-04-26T18:39:43.544 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum install -y kernel 2024-04-26T18:39:45.658 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.0 MB 00:00 2024-04-26T18:39:46.017 INFO:teuthology.orchestra.run.smithi113.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.0 MB 00:00 2024-04-26T18:39:47.032 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - BaseOS 4.5 MB/s | 8.0 MB 00:01 2024-04-26T18:39:47.534 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - AppStream 23 MB/s | 19 MB 00:00 2024-04-26T18:39:48.286 INFO:teuthology.orchestra.run.smithi113.stdout:CentOS Stream 9 - AppStream 16 MB/s | 19 MB 00:01 2024-04-26T18:39:48.899 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - AppStream 23 MB/s | 19 MB 00:00 2024-04-26T18:39:52.842 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - CRB 3.7 MB/s | 6.2 MB 00:01 2024-04-26T18:39:53.109 INFO:teuthology.orchestra.run.smithi113.stdout:CentOS Stream 9 - CRB 5.1 MB/s | 6.2 MB 00:01 2024-04-26T18:39:53.519 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - CRB 6.4 MB/s | 6.2 MB 00:00 2024-04-26T18:39:54.410 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - Extras packages 38 kB/s | 16 kB 00:00 2024-04-26T18:39:54.877 INFO:teuthology.orchestra.run.smithi113.stdout:CentOS Stream 9 - Extras packages 27 kB/s | 16 kB 00:00 2024-04-26T18:39:54.976 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - Extras packages 54 kB/s | 16 kB 00:00 2024-04-26T18:39:56.153 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-04-26T18:39:56.352 INFO:teuthology.orchestra.run.smithi113.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-04-26T18:39:56.955 INFO:teuthology.orchestra.run.smithi069.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-04-26T18:40:01.177 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-04-26T18:40:01.419 INFO:teuthology.orchestra.run.smithi113.stdout:lab-extras 15 kB/s | 1.7 kB 00:00 2024-04-26T18:40:01.952 INFO:teuthology.orchestra.run.smithi069.stdout:lab-extras 27 kB/s | 1.7 kB 00:00 2024-04-26T18:40:02.133 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:00:01 ago on Fri 26 Apr 2024 06:40:01 PM UTC. 2024-04-26T18:40:03.008 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-26T18:40:03.008 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-26T18:40:03.097 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-26T18:40:03.098 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-04-26T18:40:03.098 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-26T18:40:03.197 DEBUG:teuthology.orchestra.run.smithi071:> echo no | sudo yum reinstall kernel || true 2024-04-26T18:40:03.283 INFO:teuthology.orchestra.run.smithi113.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-26T18:40:03.283 INFO:teuthology.orchestra.run.smithi113.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-26T18:40:03.375 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-26T18:40:03.376 INFO:teuthology.orchestra.run.smithi113.stdout:Nothing to do. 2024-04-26T18:40:03.376 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-26T18:40:03.505 DEBUG:teuthology.orchestra.run.smithi113:> echo no | sudo yum reinstall kernel || true 2024-04-26T18:40:03.696 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:02 ago on Fri 26 Apr 2024 06:40:01 PM UTC. 2024-04-26T18:40:03.817 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-26T18:40:03.824 INFO:teuthology.orchestra.run.smithi069.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-26T18:40:03.824 INFO:teuthology.orchestra.run.smithi069.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-26T18:40:03.833 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-26T18:40:03.833 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-04-26T18:40:03.833 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-26T18:40:03.833 INFO:teuthology.orchestra.run.smithi071.stdout:Reinstalling: 2024-04-26T18:40:03.833 INFO:teuthology.orchestra.run.smithi071.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-26T18:40:03.833 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-26T18:40:03.833 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-26T18:40:03.833 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-26T18:40:03.833 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-26T18:40:03.833 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 255 k 2024-04-26T18:40:03.833 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 0 2024-04-26T18:40:03.834 INFO:teuthology.orchestra.run.smithi071.stderr:Operation aborted. 2024-04-26T18:40:03.895 INFO:teuthology.orchestra.run.smithi071.stdout:Is this ok [y/N]: 2024-04-26T18:40:03.896 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum reinstall -y kernel || true 2024-04-26T18:40:03.910 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-26T18:40:03.911 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-26T18:40:03.911 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-26T18:40:03.996 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:00:02 ago on Fri 26 Apr 2024 06:40:01 PM UTC. 2024-04-26T18:40:04.007 DEBUG:teuthology.orchestra.run.smithi069:> echo no | sudo yum reinstall kernel || true 2024-04-26T18:40:04.121 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-26T18:40:04.132 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-26T18:40:04.132 INFO:teuthology.orchestra.run.smithi113.stdout: Package Architecture Version Repository Size 2024-04-26T18:40:04.132 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-26T18:40:04.132 INFO:teuthology.orchestra.run.smithi113.stdout:Reinstalling: 2024-04-26T18:40:04.132 INFO:teuthology.orchestra.run.smithi113.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-26T18:40:04.133 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:40:04.133 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2024-04-26T18:40:04.133 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-26T18:40:04.133 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:40:04.133 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 255 k 2024-04-26T18:40:04.133 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 0 2024-04-26T18:40:04.133 INFO:teuthology.orchestra.run.smithi113.stderr:Operation aborted. 2024-04-26T18:40:04.194 INFO:teuthology.orchestra.run.smithi113.stdout:Is this ok [y/N]: 2024-04-26T18:40:04.195 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum reinstall -y kernel || true 2024-04-26T18:40:04.380 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:03 ago on Fri 26 Apr 2024 06:40:01 PM UTC. 2024-04-26T18:40:04.495 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-26T18:40:04.496 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-26T18:40:04.496 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-04-26T18:40:04.497 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-26T18:40:04.497 INFO:teuthology.orchestra.run.smithi071.stdout:Reinstalling: 2024-04-26T18:40:04.497 INFO:teuthology.orchestra.run.smithi071.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-26T18:40:04.497 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-26T18:40:04.497 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-26T18:40:04.497 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-26T18:40:04.498 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-26T18:40:04.498 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 255 k 2024-04-26T18:40:04.498 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 0 2024-04-26T18:40:04.498 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-26T18:40:04.506 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:00:03 ago on Fri 26 Apr 2024 06:40:01 PM UTC. 2024-04-26T18:40:04.624 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-26T18:40:04.640 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-26T18:40:04.640 INFO:teuthology.orchestra.run.smithi069.stdout: Package Architecture Version Repository Size 2024-04-26T18:40:04.640 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-26T18:40:04.640 INFO:teuthology.orchestra.run.smithi069.stdout:Reinstalling: 2024-04-26T18:40:04.640 INFO:teuthology.orchestra.run.smithi069.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-26T18:40:04.640 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:40:04.641 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-26T18:40:04.641 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-26T18:40:04.641 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:40:04.641 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 255 k 2024-04-26T18:40:04.641 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 0 2024-04-26T18:40:04.641 INFO:teuthology.orchestra.run.smithi069.stderr:Operation aborted. 2024-04-26T18:40:04.682 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:00:03 ago on Fri 26 Apr 2024 06:40:01 PM UTC. 2024-04-26T18:40:04.695 INFO:teuthology.orchestra.run.smithi069.stdout:Is this ok [y/N]: 2024-04-26T18:40:04.695 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum reinstall -y kernel || true 2024-04-26T18:40:04.797 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-26T18:40:04.797 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-26T18:40:04.798 INFO:teuthology.orchestra.run.smithi113.stdout: Package Architecture Version Repository Size 2024-04-26T18:40:04.798 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-26T18:40:04.798 INFO:teuthology.orchestra.run.smithi113.stdout:Reinstalling: 2024-04-26T18:40:04.798 INFO:teuthology.orchestra.run.smithi113.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-26T18:40:04.798 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:40:04.798 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2024-04-26T18:40:04.798 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-26T18:40:04.798 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:40:04.798 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 255 k 2024-04-26T18:40:04.798 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 0 2024-04-26T18:40:04.798 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2024-04-26T18:40:04.830 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-5.14.0-437.el9.x86_64.rpm 942 kB/s | 255 kB 00:00 2024-04-26T18:40:04.830 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:40:04.830 INFO:teuthology.orchestra.run.smithi071.stdout:Total 765 kB/s | 255 kB 00:00 2024-04-26T18:40:04.845 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-26T18:40:05.020 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-26T18:40:05.020 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-26T18:40:05.025 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-26T18:40:05.025 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-26T18:40:05.112 INFO:teuthology.orchestra.run.smithi113.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.5 MB/s | 255 kB 00:00 2024-04-26T18:40:05.112 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:40:05.112 INFO:teuthology.orchestra.run.smithi113.stdout:Total 811 kB/s | 255 kB 00:00 2024-04-26T18:40:05.126 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2024-04-26T18:40:05.161 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-26T18:40:05.183 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:00:04 ago on Fri 26 Apr 2024 06:40:01 PM UTC. 2024-04-26T18:40:05.239 INFO:teuthology.orchestra.run.smithi071.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-26T18:40:05.239 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-26T18:40:05.295 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2024-04-26T18:40:05.295 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2024-04-26T18:40:05.299 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-26T18:40:05.300 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-26T18:40:05.300 INFO:teuthology.orchestra.run.smithi069.stdout: Package Architecture Version Repository Size 2024-04-26T18:40:05.300 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-26T18:40:05.300 INFO:teuthology.orchestra.run.smithi069.stdout:Reinstalling: 2024-04-26T18:40:05.300 INFO:teuthology.orchestra.run.smithi069.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-26T18:40:05.300 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:40:05.300 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-26T18:40:05.300 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-26T18:40:05.300 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:40:05.301 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2024-04-26T18:40:05.301 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2024-04-26T18:40:05.301 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 255 k 2024-04-26T18:40:05.301 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 0 2024-04-26T18:40:05.302 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-26T18:40:05.433 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2024-04-26T18:40:05.531 INFO:teuthology.orchestra.run.smithi113.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-26T18:40:05.531 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-26T18:40:05.804 INFO:teuthology.orchestra.run.smithi069.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.1 MB/s | 255 kB 00:00 2024-04-26T18:40:05.804 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:40:05.804 INFO:teuthology.orchestra.run.smithi069.stdout:Total 506 kB/s | 255 kB 00:00 2024-04-26T18:40:05.824 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-26T18:40:05.965 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-26T18:40:05.966 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-26T18:40:05.991 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-26T18:40:05.991 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-26T18:40:05.996 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-26T18:40:05.997 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-26T18:40:06.135 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-26T18:40:06.204 INFO:teuthology.orchestra.run.smithi069.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-26T18:40:06.205 INFO:teuthology.orchestra.run.smithi069.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-26T18:40:06.207 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-26T18:40:06.207 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-26T18:40:06.659 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-26T18:40:06.659 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-26T18:40:06.659 INFO:teuthology.orchestra.run.smithi071.stdout:Reinstalled: 2024-04-26T18:40:06.659 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-26T18:40:06.659 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-26T18:40:06.659 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-26T18:40:06.845 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2024-04-26T18:40:06.891 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-26T18:40:06.892 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-26T18:40:06.892 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-26T18:40:06.892 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-26T18:40:06.892 DEBUG:teuthology.orchestra.run.smithi071:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-26T18:40:06.896 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-26T18:40:06.896 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:40:06.896 INFO:teuthology.orchestra.run.smithi113.stdout:Reinstalled: 2024-04-26T18:40:06.896 INFO:teuthology.orchestra.run.smithi113.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-26T18:40:06.896 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:40:06.896 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-26T18:40:06.901 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-26T18:40:06.901 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-26T18:40:06.922 INFO:teuthology.orchestra.run.smithi071.stdout:ttyS1 2024-04-26T18:40:06.950 DEBUG:teuthology.parallel:result is None 2024-04-26T18:40:07.074 DEBUG:teuthology.orchestra.run.smithi113:> rpm -q kernel | sort -rV | head -n 1 2024-04-26T18:40:07.120 INFO:teuthology.orchestra.run.smithi113.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-26T18:40:07.121 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-26T18:40:07.121 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-26T18:40:07.121 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-26T18:40:07.121 DEBUG:teuthology.orchestra.run.smithi113:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-26T18:40:07.151 INFO:teuthology.orchestra.run.smithi113.stdout:ttyS1 2024-04-26T18:40:07.176 DEBUG:teuthology.parallel:result is None 2024-04-26T18:40:07.552 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-26T18:40:07.552 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:40:07.552 INFO:teuthology.orchestra.run.smithi069.stdout:Reinstalled: 2024-04-26T18:40:07.552 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-26T18:40:07.552 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:40:07.553 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-26T18:40:07.716 DEBUG:teuthology.orchestra.run.smithi069:> rpm -q kernel | sort -rV | head -n 1 2024-04-26T18:40:07.763 INFO:teuthology.orchestra.run.smithi069.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-26T18:40:07.763 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-26T18:40:07.763 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-26T18:40:07.763 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-26T18:40:07.763 DEBUG:teuthology.orchestra.run.smithi069:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-26T18:40:07.794 INFO:teuthology.orchestra.run.smithi069.stdout:ttyS1 2024-04-26T18:40:07.815 DEBUG:teuthology.parallel:result is None 2024-04-26T18:40:07.815 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-26T18:40:07.825 INFO:teuthology.task.internal:Creating test directory... 2024-04-26T18:40:07.825 DEBUG:teuthology.orchestra.run.smithi069:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-26T18:40:07.858 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-26T18:40:07.861 DEBUG:teuthology.orchestra.run.smithi113:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-26T18:40:07.877 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-26T18:40:07.884 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-26T18:40:07.924 INFO:teuthology.task.internal:Creating archive directory... 2024-04-26T18:40:07.924 DEBUG:teuthology.orchestra.run.smithi069:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-26T18:40:07.926 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-26T18:40:07.928 DEBUG:teuthology.orchestra.run.smithi113:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-26T18:40:07.957 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-26T18:40:07.963 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-26T18:40:07.963 DEBUG:teuthology.orchestra.run.smithi069:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-26T18:40:07.989 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-26T18:40:07.991 DEBUG:teuthology.orchestra.run.smithi113:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-26T18:40:08.016 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-26T18:40:08.025 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-26T18:40:08.033 INFO:teuthology.orchestra.run.smithi113.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-26T18:40:08.034 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-26T18:40:08.043 INFO:teuthology.orchestra.run.smithi113.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-26T18:40:08.045 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-26T18:40:08.047 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-26T18:40:08.053 INFO:teuthology.task.internal:Configuring sudo... 2024-04-26T18:40:08.054 DEBUG:teuthology.orchestra.run.smithi069:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-26T18:40:08.068 DEBUG:teuthology.orchestra.run.smithi071:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-26T18:40:08.071 DEBUG:teuthology.orchestra.run.smithi113:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-26T18:40:08.109 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-26T18:40:08.118 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-26T18:40:08.118 DEBUG:teuthology.orchestra.run.smithi069:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-26T18:40:08.132 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-26T18:40:08.137 DEBUG:teuthology.orchestra.run.smithi113:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-26T18:40:08.164 DEBUG:teuthology.orchestra.run.smithi069:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-26T18:40:08.226 DEBUG:teuthology.orchestra.run.smithi069:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-26T18:40:08.271 DEBUG:teuthology.orchestra.run.smithi069:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-26T18:40:08.349 DEBUG:teuthology.orchestra.run.smithi069:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-26T18:40:08.391 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-26T18:40:08.391 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-26T18:40:08.455 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-26T18:40:08.500 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-26T18:40:08.548 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-26T18:40:08.634 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-26T18:40:08.676 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-26T18:40:08.676 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-26T18:40:08.742 DEBUG:teuthology.orchestra.run.smithi113:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-26T18:40:08.784 DEBUG:teuthology.orchestra.run.smithi113:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-26T18:40:08.836 DEBUG:teuthology.orchestra.run.smithi113:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-26T18:40:08.921 DEBUG:teuthology.orchestra.run.smithi113:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-26T18:40:08.961 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2024-04-26T18:40:08.961 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-26T18:40:09.026 DEBUG:teuthology.orchestra.run.smithi069:> sudo service rsyslog restart 2024-04-26T18:40:09.029 DEBUG:teuthology.orchestra.run.smithi071:> sudo service rsyslog restart 2024-04-26T18:40:09.031 DEBUG:teuthology.orchestra.run.smithi113:> sudo service rsyslog restart 2024-04-26T18:40:09.063 INFO:teuthology.orchestra.run.smithi069.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-26T18:40:09.065 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-26T18:40:09.108 INFO:teuthology.orchestra.run.smithi113.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-26T18:40:09.588 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-26T18:40:09.596 INFO:teuthology.task.internal:Starting timer... 2024-04-26T18:40:09.596 INFO:teuthology.run_tasks:Running task pcp... 2024-04-26T18:40:09.623 INFO:teuthology.run_tasks:Running task selinux... 2024-04-26T18:40:09.647 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-26T18:40:09.648 DEBUG:teuthology.orchestra.run.smithi069:> sudo service auditd rotate 2024-04-26T18:40:09.700 INFO:teuthology.orchestra.run.smithi069.stdout:Rotating logs: 2024-04-26T18:40:09.702 DEBUG:teuthology.orchestra.run.smithi071:> sudo service auditd rotate 2024-04-26T18:40:09.750 INFO:teuthology.orchestra.run.smithi071.stdout:Rotating logs: 2024-04-26T18:40:09.752 DEBUG:teuthology.orchestra.run.smithi113:> sudo service auditd rotate 2024-04-26T18:40:09.804 INFO:teuthology.orchestra.run.smithi113.stdout:Rotating logs: 2024-04-26T18:40:09.806 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-26T18:40:09.806 DEBUG:teuthology.orchestra.run.smithi069:> /usr/sbin/getenforce 2024-04-26T18:40:09.833 INFO:teuthology.orchestra.run.smithi069.stdout:Permissive 2024-04-26T18:40:09.834 DEBUG:teuthology.orchestra.run.smithi071:> /usr/sbin/getenforce 2024-04-26T18:40:09.858 INFO:teuthology.orchestra.run.smithi071.stdout:Permissive 2024-04-26T18:40:09.858 DEBUG:teuthology.orchestra.run.smithi113:> /usr/sbin/getenforce 2024-04-26T18:40:09.878 INFO:teuthology.orchestra.run.smithi113.stdout:Permissive 2024-04-26T18:40:09.879 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi069.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi071.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi113.front.sepia.ceph.com': 'permissive'} 2024-04-26T18:40:09.879 DEBUG:teuthology.orchestra.run.smithi069:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-26T18:40:09.904 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:40:09.904 DEBUG:teuthology.orchestra.run.smithi071:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-26T18:40:09.930 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:40:09.930 DEBUG:teuthology.orchestra.run.smithi113:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-26T18:40:09.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:40:09.957 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-26T18:40:09.957 DEBUG:teuthology.orchestra.run.smithi069:> sudo /usr/sbin/setenforce permissive 2024-04-26T18:40:10.002 DEBUG:teuthology.orchestra.run.smithi071:> sudo /usr/sbin/setenforce permissive 2024-04-26T18:40:10.026 DEBUG:teuthology.orchestra.run.smithi113:> sudo /usr/sbin/setenforce permissive 2024-04-26T18:40:10.050 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-26T18:40:10.061 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-26T18:40:10.066 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-26T18:40:10.190 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-26T18:40:10.205 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-26T18:40:10.207 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi069.front.sepia.ceph.com,smithi071.front.sepia.ceph.com,smithi113.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-26T18:43:45.689 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi069.front.sepia.ceph.com'), Remote(name='ubuntu@smithi071.front.sepia.ceph.com'), Remote(name='ubuntu@smithi113.front.sepia.ceph.com')] 2024-04-26T18:43:45.691 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-04-26T18:43:45.692 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-26T18:43:45.771 DEBUG:teuthology.orchestra.run.smithi069:> true 2024-04-26T18:43:45.851 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-04-26T18:43:45.852 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-04-26T18:43:45.852 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-26T18:43:45.926 DEBUG:teuthology.orchestra.run.smithi071:> true 2024-04-26T18:43:46.013 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-04-26T18:43:46.013 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi113.front.sepia.ceph.com' 2024-04-26T18:43:46.014 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi113.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-26T18:43:46.094 DEBUG:teuthology.orchestra.run.smithi113:> true 2024-04-26T18:43:46.174 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi113.front.sepia.ceph.com' 2024-04-26T18:43:46.175 INFO:teuthology.run_tasks:Running task clock... 2024-04-26T18:43:46.185 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-26T18:43:46.185 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-26T18:43:46.186 DEBUG:teuthology.orchestra.run.smithi069:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-26T18:43:46.188 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-26T18:43:46.189 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-26T18:43:46.191 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-26T18:43:46.191 DEBUG:teuthology.orchestra.run.smithi113:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-26T18:43:46.217 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-26T18:43:46.218 INFO:teuthology.orchestra.run.smithi069.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-26T18:43:46.230 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-26T18:43:46.233 INFO:teuthology.orchestra.run.smithi069.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-26T18:43:46.245 INFO:teuthology.orchestra.run.smithi113.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-26T18:43:46.252 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: ntpd: command not found 2024-04-26T18:43:46.258 INFO:teuthology.orchestra.run.smithi069.stderr:sudo: ntpd: command not found 2024-04-26T18:43:46.259 INFO:teuthology.orchestra.run.smithi113.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-26T18:43:46.263 INFO:teuthology.orchestra.run.smithi071.stdout:506 Cannot talk to daemon 2024-04-26T18:43:46.269 INFO:teuthology.orchestra.run.smithi069.stdout:506 Cannot talk to daemon 2024-04-26T18:43:46.276 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-26T18:43:46.282 INFO:teuthology.orchestra.run.smithi113.stderr:sudo: ntpd: command not found 2024-04-26T18:43:46.283 INFO:teuthology.orchestra.run.smithi069.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-26T18:43:46.289 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-26T18:43:46.293 INFO:teuthology.orchestra.run.smithi113.stdout:506 Cannot talk to daemon 2024-04-26T18:43:46.296 INFO:teuthology.orchestra.run.smithi069.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-26T18:43:46.306 INFO:teuthology.orchestra.run.smithi113.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-26T18:43:46.319 INFO:teuthology.orchestra.run.smithi113.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-26T18:43:46.346 INFO:teuthology.orchestra.run.smithi071.stderr:bash: line 1: ntpq: command not found 2024-04-26T18:43:46.349 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-26T18:43:46.350 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-04-26T18:43:46.350 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:43:46.350 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:43:46.350 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:43:46.350 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:43:46.354 INFO:teuthology.orchestra.run.smithi069.stderr:bash: line 1: ntpq: command not found 2024-04-26T18:43:46.357 INFO:teuthology.orchestra.run.smithi069.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-26T18:43:46.357 INFO:teuthology.orchestra.run.smithi069.stdout:=============================================================================== 2024-04-26T18:43:46.357 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:43:46.358 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:43:46.358 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:43:46.358 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:43:46.376 INFO:teuthology.orchestra.run.smithi113.stderr:bash: line 1: ntpq: command not found 2024-04-26T18:43:46.379 INFO:teuthology.orchestra.run.smithi113.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-26T18:43:46.379 INFO:teuthology.orchestra.run.smithi113.stdout:=============================================================================== 2024-04-26T18:43:46.380 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:43:46.380 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:43:46.380 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:43:46.380 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:43:46.381 INFO:teuthology.run_tasks:Running task install... 2024-04-26T18:43:46.389 DEBUG:teuthology.task.install:project ceph 2024-04-26T18:43:46.389 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '5d349943c59c9485df060d6adb0594f3940ec0eb'}} 2024-04-26T18:43:46.389 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '5d349943c59c9485df060d6adb0594f3940ec0eb'} 2024-04-26T18:43:46.389 INFO:teuthology.task.install:Using flavor: default 2024-04-26T18:43:46.396 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-04-26T18:43:46.396 INFO:teuthology.task.install:extra packages: [] 2024-04-26T18:43:46.397 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': '5d349943c59c9485df060d6adb0594f3940ec0eb', 'tag': None, 'wait_for_package': False} 2024-04-26T18:43:46.397 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5d349943c59c9485df060d6adb0594f3940ec0eb 2024-04-26T18:43:46.400 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': '5d349943c59c9485df060d6adb0594f3940ec0eb', 'tag': None, 'wait_for_package': False} 2024-04-26T18:43:46.400 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5d349943c59c9485df060d6adb0594f3940ec0eb 2024-04-26T18:43:46.401 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': '5d349943c59c9485df060d6adb0594f3940ec0eb', 'tag': None, 'wait_for_package': False} 2024-04-26T18:43:46.401 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5d349943c59c9485df060d6adb0594f3940ec0eb 2024-04-26T18:43:46.543 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/ 2024-04-26T18:43:46.544 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3211.g5d349943 2024-04-26T18:43:46.549 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/ 2024-04-26T18:43:46.549 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3211.g5d349943 2024-04-26T18:43:46.627 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/ 2024-04-26T18:43:46.627 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3211.g5d349943 2024-04-26T18:43:46.656 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-26T18:43:46.657 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-04-26T18:43:46.657 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-26T18:43:46.668 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-26T18:43:46.668 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-04-26T18:43:46.668 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-26T18:43:46.681 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-04-26T18:43:46.682 DEBUG:teuthology.orchestra.run.smithi069:> 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/5d349943c59c9485df060d6adb0594f3940ec0eb/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-26T18:43:46.701 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-04-26T18:43:46.701 DEBUG:teuthology.orchestra.run.smithi071:> 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/5d349943c59c9485df060d6adb0594f3940ec0eb/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-26T18:43:46.746 DEBUG:teuthology.orchestra.run.smithi069:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-26T18:43:46.764 DEBUG:teuthology.orchestra.run.smithi071:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-26T18:43:46.798 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-26T18:43:46.799 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2024-04-26T18:43:46.799 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-26T18:43:46.818 DEBUG:teuthology.orchestra.run.smithi069:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-26T18:43:46.823 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-04-26T18:43:46.823 DEBUG:teuthology.orchestra.run.smithi113:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/5d349943c59c9485df060d6adb0594f3940ec0eb/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-26T18:43:46.837 DEBUG:teuthology.orchestra.run.smithi071:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-26T18:43:46.881 INFO:teuthology.orchestra.run.smithi069.stdout:check_obsoletes = 1 2024-04-26T18:43:46.883 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum clean all 2024-04-26T18:43:46.888 DEBUG:teuthology.orchestra.run.smithi113:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-26T18:43:46.900 INFO:teuthology.orchestra.run.smithi071.stdout:check_obsoletes = 1 2024-04-26T18:43:46.902 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum clean all 2024-04-26T18:43:46.960 DEBUG:teuthology.orchestra.run.smithi113:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-26T18:43:47.023 INFO:teuthology.orchestra.run.smithi113.stdout:check_obsoletes = 1 2024-04-26T18:43:47.025 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum clean all 2024-04-26T18:43:47.107 INFO:teuthology.orchestra.run.smithi069.stdout:48 files removed 2024-04-26T18:43:47.123 INFO:teuthology.orchestra.run.smithi071.stdout:48 files removed 2024-04-26T18:43:47.134 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-radosgw 2024-04-26T18:43:47.150 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-radosgw 2024-04-26T18:43:47.251 INFO:teuthology.orchestra.run.smithi113.stdout:48 files removed 2024-04-26T18:43:47.278 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-radosgw 2024-04-26T18:43:47.719 INFO:teuthology.orchestra.run.smithi069.stdout:ceph packages for x86_64 255 kB/s | 83 kB 00:00 2024-04-26T18:43:47.883 INFO:teuthology.orchestra.run.smithi071.stdout:ceph packages for x86_64 177 kB/s | 83 kB 00:00 2024-04-26T18:43:48.117 INFO:teuthology.orchestra.run.smithi113.stdout:ceph packages for x86_64 143 kB/s | 83 kB 00:00 2024-04-26T18:43:48.258 INFO:teuthology.orchestra.run.smithi071.stdout:ceph noarch packages 51 kB/s | 17 kB 00:00 2024-04-26T18:43:48.319 INFO:teuthology.orchestra.run.smithi069.stdout:ceph noarch packages 30 kB/s | 17 kB 00:00 2024-04-26T18:43:48.860 INFO:teuthology.orchestra.run.smithi113.stdout:ceph noarch packages 24 kB/s | 17 kB 00:00 2024-04-26T18:43:48.862 INFO:teuthology.orchestra.run.smithi069.stdout:ceph source packages 4.6 kB/s | 2.3 kB 00:00 2024-04-26T18:43:49.404 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.0 MB 00:00 2024-04-26T18:43:50.393 INFO:teuthology.orchestra.run.smithi113.stdout:ceph source packages 1.6 kB/s | 2.3 kB 00:01 2024-04-26T18:43:50.817 INFO:teuthology.orchestra.run.smithi071.stdout:ceph source packages 952 B/s | 2.3 kB 00:02 2024-04-26T18:43:50.951 INFO:teuthology.orchestra.run.smithi113.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.0 MB 00:00 2024-04-26T18:43:51.588 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - AppStream 17 MB/s | 19 MB 00:01 2024-04-26T18:43:52.759 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - BaseOS 4.2 MB/s | 8.0 MB 00:01 2024-04-26T18:43:52.769 INFO:teuthology.orchestra.run.smithi113.stdout:CentOS Stream 9 - AppStream 25 MB/s | 19 MB 00:00 2024-04-26T18:43:55.631 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - CRB 15 MB/s | 6.2 MB 00:00 2024-04-26T18:43:57.286 INFO:teuthology.orchestra.run.smithi113.stdout:CentOS Stream 9 - CRB 6.4 MB/s | 6.2 MB 00:00 2024-04-26T18:43:57.823 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 9 - Extras packages 16 kB/s | 16 kB 00:01 2024-04-26T18:43:58.971 INFO:teuthology.orchestra.run.smithi113.stdout:CentOS Stream 9 - Extras packages 30 kB/s | 16 kB 00:00 2024-04-26T18:44:00.121 INFO:teuthology.orchestra.run.smithi113.stdout:Extra Packages for Enterprise Linux 20 MB/s | 21 MB 00:01 2024-04-26T18:44:02.191 INFO:teuthology.orchestra.run.smithi069.stdout:Extra Packages for Enterprise Linux 4.9 MB/s | 21 MB 00:04 2024-04-26T18:44:05.154 INFO:teuthology.orchestra.run.smithi113.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-04-26T18:44:07.116 INFO:teuthology.orchestra.run.smithi069.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-04-26T18:44:07.293 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-26T18:44:07.296 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-26T18:44:07.296 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2024-04-26T18:44:07.296 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-26T18:44:07.296 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2024-04-26T18:44:07.296 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-radosgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 11 M 2024-04-26T18:44:07.296 INFO:teuthology.orchestra.run.smithi113.stdout:Upgrading: 2024-04-26T18:44:07.296 INFO:teuthology.orchestra.run.smithi113.stdout: librados2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.4 M 2024-04-26T18:44:07.296 INFO:teuthology.orchestra.run.smithi113.stdout: librbd1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.1 M 2024-04-26T18:44:07.296 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2024-04-26T18:44:07.296 INFO:teuthology.orchestra.run.smithi113.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-26T18:44:07.297 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-base x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-26T18:44:07.297 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 21 M 2024-04-26T18:44:07.297 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-selinux x86_64 2:19.0.0-3211.g5d349943.el7 ceph 25 k 2024-04-26T18:44:07.297 INFO:teuthology.orchestra.run.smithi113.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-26T18:44:07.297 INFO:teuthology.orchestra.run.smithi113.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-04-26T18:44:07.297 INFO:teuthology.orchestra.run.smithi113.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-04-26T18:44:07.297 INFO:teuthology.orchestra.run.smithi113.stdout: libcephfs2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 748 k 2024-04-26T18:44:07.297 INFO:teuthology.orchestra.run.smithi113.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-26T18:44:07.297 INFO:teuthology.orchestra.run.smithi113.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-26T18:44:07.297 INFO:teuthology.orchestra.run.smithi113.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-26T18:44:07.297 INFO:teuthology.orchestra.run.smithi113.stdout: libradosstriper1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 501 k 2024-04-26T18:44:07.297 INFO:teuthology.orchestra.run.smithi113.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-26T18:44:07.297 INFO:teuthology.orchestra.run.smithi113.stdout: librgw2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-26T18:44:07.297 INFO:teuthology.orchestra.run.smithi113.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-26T18:44:07.298 INFO:teuthology.orchestra.run.smithi113.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-26T18:44:07.298 INFO:teuthology.orchestra.run.smithi113.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-04-26T18:44:07.298 INFO:teuthology.orchestra.run.smithi113.stdout: python3-ceph-argparse x86_64 2:19.0.0-3211.g5d349943.el7 ceph 45 k 2024-04-26T18:44:07.298 INFO:teuthology.orchestra.run.smithi113.stdout: python3-ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 135 k 2024-04-26T18:44:07.298 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cephfs x86_64 2:19.0.0-3211.g5d349943.el7 ceph 161 k 2024-04-26T18:44:07.298 INFO:teuthology.orchestra.run.smithi113.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-26T18:44:07.298 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rados x86_64 2:19.0.0-3211.g5d349943.el7 ceph 321 k 2024-04-26T18:44:07.298 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rbd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 298 k 2024-04-26T18:44:07.298 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 99 k 2024-04-26T18:44:07.298 INFO:teuthology.orchestra.run.smithi113.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-26T18:44:07.298 INFO:teuthology.orchestra.run.smithi113.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-26T18:44:07.298 INFO:teuthology.orchestra.run.smithi113.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-26T18:44:07.298 INFO:teuthology.orchestra.run.smithi113.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-26T18:44:07.299 INFO:teuthology.orchestra.run.smithi113.stdout:Installing weak dependencies: 2024-04-26T18:44:07.299 INFO:teuthology.orchestra.run.smithi113.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-26T18:44:07.299 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:44:07.299 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2024-04-26T18:44:07.299 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-26T18:44:07.299 INFO:teuthology.orchestra.run.smithi113.stdout:Install 30 Packages 2024-04-26T18:44:07.299 INFO:teuthology.orchestra.run.smithi113.stdout:Upgrade 2 Packages 2024-04-26T18:44:07.299 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:44:07.299 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 60 M 2024-04-26T18:44:07.300 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2024-04-26T18:44:08.738 INFO:teuthology.orchestra.run.smithi113.stdout:(1/32): ceph-base-19.0.0-3211.g5d349943.el7.x86 4.6 MB/s | 5.4 MB 00:01 2024-04-26T18:44:08.797 INFO:teuthology.orchestra.run.smithi113.stdout:(2/32): ceph-selinux-19.0.0-3211.g5d349943.el7. 432 kB/s | 25 kB 00:00 2024-04-26T18:44:08.955 INFO:teuthology.orchestra.run.smithi113.stdout:(3/32): ceph-radosgw-19.0.0-3211.g5d349943.el7. 7.7 MB/s | 11 MB 00:01 2024-04-26T18:44:08.997 INFO:teuthology.orchestra.run.smithi113.stdout:(4/32): libcephfs2-19.0.0-3211.g5d349943.el7.x8 3.7 MB/s | 748 kB 00:00 2024-04-26T18:44:09.023 INFO:teuthology.orchestra.run.smithi113.stdout:(5/32): libradosstriper1-19.0.0-3211.g5d349943. 7.3 MB/s | 501 kB 00:00 2024-04-26T18:44:09.081 INFO:teuthology.orchestra.run.smithi113.stdout:(6/32): python3-ceph-argparse-19.0.0-3211.g5d34 775 kB/s | 45 kB 00:00 2024-04-26T18:44:09.164 INFO:teuthology.orchestra.run.smithi113.stdout:(7/32): python3-ceph-common-19.0.0-3211.g5d3499 1.6 MB/s | 135 kB 00:00 2024-04-26T18:44:09.248 INFO:teuthology.orchestra.run.smithi113.stdout:(8/32): python3-cephfs-19.0.0-3211.g5d349943.el 1.9 MB/s | 161 kB 00:00 2024-04-26T18:44:09.253 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-26T18:44:09.256 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-26T18:44:09.256 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-26T18:44:09.256 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-26T18:44:09.256 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-26T18:44:09.256 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-radosgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 11 M 2024-04-26T18:44:09.256 INFO:teuthology.orchestra.run.smithi069.stdout:Upgrading: 2024-04-26T18:44:09.256 INFO:teuthology.orchestra.run.smithi069.stdout: librados2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.4 M 2024-04-26T18:44:09.256 INFO:teuthology.orchestra.run.smithi069.stdout: librbd1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.1 M 2024-04-26T18:44:09.256 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-26T18:44:09.256 INFO:teuthology.orchestra.run.smithi069.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-26T18:44:09.257 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-base x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-26T18:44:09.257 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 21 M 2024-04-26T18:44:09.257 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-selinux x86_64 2:19.0.0-3211.g5d349943.el7 ceph 25 k 2024-04-26T18:44:09.257 INFO:teuthology.orchestra.run.smithi069.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-26T18:44:09.257 INFO:teuthology.orchestra.run.smithi069.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-04-26T18:44:09.257 INFO:teuthology.orchestra.run.smithi069.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-04-26T18:44:09.257 INFO:teuthology.orchestra.run.smithi069.stdout: libcephfs2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 748 k 2024-04-26T18:44:09.257 INFO:teuthology.orchestra.run.smithi069.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-26T18:44:09.257 INFO:teuthology.orchestra.run.smithi069.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-26T18:44:09.257 INFO:teuthology.orchestra.run.smithi069.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-26T18:44:09.257 INFO:teuthology.orchestra.run.smithi069.stdout: libradosstriper1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 501 k 2024-04-26T18:44:09.257 INFO:teuthology.orchestra.run.smithi069.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-26T18:44:09.257 INFO:teuthology.orchestra.run.smithi069.stdout: librgw2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-26T18:44:09.257 INFO:teuthology.orchestra.run.smithi069.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-26T18:44:09.258 INFO:teuthology.orchestra.run.smithi069.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-26T18:44:09.258 INFO:teuthology.orchestra.run.smithi069.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-04-26T18:44:09.258 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ceph-argparse x86_64 2:19.0.0-3211.g5d349943.el7 ceph 45 k 2024-04-26T18:44:09.258 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 135 k 2024-04-26T18:44:09.258 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cephfs x86_64 2:19.0.0-3211.g5d349943.el7 ceph 161 k 2024-04-26T18:44:09.258 INFO:teuthology.orchestra.run.smithi069.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-26T18:44:09.258 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rados x86_64 2:19.0.0-3211.g5d349943.el7 ceph 321 k 2024-04-26T18:44:09.258 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rbd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 298 k 2024-04-26T18:44:09.258 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 99 k 2024-04-26T18:44:09.258 INFO:teuthology.orchestra.run.smithi069.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-26T18:44:09.258 INFO:teuthology.orchestra.run.smithi069.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-26T18:44:09.258 INFO:teuthology.orchestra.run.smithi069.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-26T18:44:09.258 INFO:teuthology.orchestra.run.smithi069.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-26T18:44:09.259 INFO:teuthology.orchestra.run.smithi069.stdout:Installing weak dependencies: 2024-04-26T18:44:09.259 INFO:teuthology.orchestra.run.smithi069.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-26T18:44:09.259 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:44:09.259 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-26T18:44:09.259 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-26T18:44:09.259 INFO:teuthology.orchestra.run.smithi069.stdout:Install 30 Packages 2024-04-26T18:44:09.259 INFO:teuthology.orchestra.run.smithi069.stdout:Upgrade 2 Packages 2024-04-26T18:44:09.259 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:44:09.260 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 60 M 2024-04-26T18:44:09.260 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-26T18:44:09.324 INFO:teuthology.orchestra.run.smithi113.stdout:(9/32): librgw2-19.0.0-3211.g5d349943.el7.x86_6 16 MB/s | 5.4 MB 00:00 2024-04-26T18:44:09.349 INFO:teuthology.orchestra.run.smithi113.stdout:(10/32): python3-rados-19.0.0-3211.g5d349943.el 3.1 MB/s | 321 kB 00:00 2024-04-26T18:44:09.391 INFO:teuthology.orchestra.run.smithi113.stdout:(11/32): python3-rbd-19.0.0-3211.g5d349943.el7. 4.4 MB/s | 298 kB 00:00 2024-04-26T18:44:09.416 INFO:teuthology.orchestra.run.smithi113.stdout:(12/32): python3-rgw-19.0.0-3211.g5d349943.el7. 1.4 MB/s | 99 kB 00:00 2024-04-26T18:44:09.483 INFO:teuthology.orchestra.run.smithi113.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 1.1 MB/s | 107 kB 00:00 2024-04-26T18:44:09.517 INFO:teuthology.orchestra.run.smithi113.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.6 MB/s | 160 kB 00:00 2024-04-26T18:44:09.570 INFO:teuthology.orchestra.run.smithi113.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 541 kB/s | 45 kB 00:00 2024-04-26T18:44:09.634 INFO:teuthology.orchestra.run.smithi113.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 5.5 MB/s | 662 kB 00:00 2024-04-26T18:44:09.668 INFO:teuthology.orchestra.run.smithi113.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.8 MB/s | 292 kB 00:00 2024-04-26T18:44:09.718 INFO:teuthology.orchestra.run.smithi113.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 506 kB/s | 42 kB 00:00 2024-04-26T18:44:09.768 INFO:teuthology.orchestra.run.smithi113.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 719 kB/s | 36 kB 00:00 2024-04-26T18:44:09.793 INFO:teuthology.orchestra.run.smithi113.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.2 MB/s | 221 kB 00:00 2024-04-26T18:44:09.869 INFO:teuthology.orchestra.run.smithi113.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 472 kB/s | 47 kB 00:00 2024-04-26T18:44:10.228 INFO:teuthology.orchestra.run.smithi113.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 712 kB/s | 309 kB 00:00 2024-04-26T18:44:10.302 INFO:teuthology.orchestra.run.smithi113.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 347 kB/s | 26 kB 00:00 2024-04-26T18:44:10.386 INFO:teuthology.orchestra.run.smithi113.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 585 kB/s | 49 kB 00:00 2024-04-26T18:44:10.503 INFO:teuthology.orchestra.run.smithi113.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 581 kB/s | 67 kB 00:00 2024-04-26T18:44:10.578 INFO:teuthology.orchestra.run.smithi113.stdout:(26/32): libarrow-9.0.0-11.el9.x86_64.rpm 6.5 MB/s | 4.4 MB 00:00 2024-04-26T18:44:10.679 INFO:teuthology.orchestra.run.smithi113.stdout:(27/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 4.7 MB/s | 839 kB 00:00 2024-04-26T18:44:10.704 INFO:teuthology.orchestra.run.smithi113.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.5 MB/s | 192 kB 00:00 2024-04-26T18:44:10.791 INFO:teuthology.orchestra.run.smithi069.stdout:(1/32): ceph-radosgw-19.0.0-3211.g5d349943.el7. 8.1 MB/s | 11 MB 00:01 2024-04-26T18:44:10.830 INFO:teuthology.orchestra.run.smithi113.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 11 MB/s | 1.6 MB 00:00 2024-04-26T18:44:10.850 INFO:teuthology.orchestra.run.smithi069.stdout:(2/32): ceph-selinux-19.0.0-3211.g5d349943.el7. 432 kB/s | 25 kB 00:00 2024-04-26T18:44:11.017 INFO:teuthology.orchestra.run.smithi069.stdout:(3/32): libcephfs2-19.0.0-3211.g5d349943.el7.x8 4.4 MB/s | 748 kB 00:00 2024-04-26T18:44:11.117 INFO:teuthology.orchestra.run.smithi069.stdout:(4/32): libradosstriper1-19.0.0-3211.g5d349943. 4.9 MB/s | 501 kB 00:00 2024-04-26T18:44:11.438 INFO:teuthology.orchestra.run.smithi113.stdout:(30/32): librados2-19.0.0-3211.g5d349943.el7.x8 4.6 MB/s | 3.4 MB 00:00 2024-04-26T18:44:11.505 INFO:teuthology.orchestra.run.smithi113.stdout:(31/32): librbd1-19.0.0-3211.g5d349943.el7.x86_ 4.7 MB/s | 3.1 MB 00:00 2024-04-26T18:44:11.567 INFO:teuthology.orchestra.run.smithi069.stdout:(5/32): ceph-common-19.0.0-3211.g5d349943.el7.x 10 MB/s | 21 MB 00:02 2024-04-26T18:44:11.618 INFO:teuthology.orchestra.run.smithi069.stdout:(6/32): python3-ceph-argparse-19.0.0-3211.g5d34 908 kB/s | 45 kB 00:00 2024-04-26T18:44:11.676 INFO:teuthology.orchestra.run.smithi069.stdout:(7/32): python3-ceph-common-19.0.0-3211.g5d3499 2.3 MB/s | 135 kB 00:00 2024-04-26T18:44:11.768 INFO:teuthology.orchestra.run.smithi069.stdout:(8/32): librgw2-19.0.0-3211.g5d349943.el7.x86_6 8.2 MB/s | 5.4 MB 00:00 2024-04-26T18:44:11.793 INFO:teuthology.orchestra.run.smithi069.stdout:(9/32): python3-cephfs-19.0.0-3211.g5d349943.el 1.3 MB/s | 161 kB 00:00 2024-04-26T18:44:11.819 INFO:teuthology.orchestra.run.smithi069.stdout:(10/32): python3-rados-19.0.0-3211.g5d349943.el 6.3 MB/s | 321 kB 00:00 2024-04-26T18:44:11.852 INFO:teuthology.orchestra.run.smithi069.stdout:(11/32): python3-rbd-19.0.0-3211.g5d349943.el7. 5.0 MB/s | 298 kB 00:00 2024-04-26T18:44:11.878 INFO:teuthology.orchestra.run.smithi069.stdout:(12/32): python3-rgw-19.0.0-3211.g5d349943.el7. 1.7 MB/s | 99 kB 00:00 2024-04-26T18:44:11.890 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - AppStream 1.1 MB/s | 19 MB 00:18 2024-04-26T18:44:11.978 INFO:teuthology.orchestra.run.smithi069.stdout:(13/32): ceph-base-19.0.0-3211.g5d349943.el7.x8 2.2 MB/s | 5.4 MB 00:02 2024-04-26T18:44:12.003 INFO:teuthology.orchestra.run.smithi069.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 711 kB/s | 107 kB 00:00 2024-04-26T18:44:12.028 INFO:teuthology.orchestra.run.smithi069.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 160 kB 00:00 2024-04-26T18:44:12.054 INFO:teuthology.orchestra.run.smithi069.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 600 kB/s | 45 kB 00:00 2024-04-26T18:44:12.112 INFO:teuthology.orchestra.run.smithi069.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 725 kB/s | 42 kB 00:00 2024-04-26T18:44:12.138 INFO:teuthology.orchestra.run.smithi069.stdout:(18/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.8 MB/s | 662 kB 00:00 2024-04-26T18:44:12.163 INFO:teuthology.orchestra.run.smithi069.stdout:(19/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.1 MB/s | 292 kB 00:00 2024-04-26T18:44:12.205 INFO:teuthology.orchestra.run.smithi069.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 538 kB/s | 36 kB 00:00 2024-04-26T18:44:12.230 INFO:teuthology.orchestra.run.smithi069.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 708 kB/s | 47 kB 00:00 2024-04-26T18:44:12.255 INFO:teuthology.orchestra.run.smithi069.stdout:(22/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.5 MB/s | 221 kB 00:00 2024-04-26T18:44:12.522 INFO:teuthology.orchestra.run.smithi069.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 97 kB/s | 26 kB 00:00 2024-04-26T18:44:12.739 INFO:teuthology.orchestra.run.smithi069.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 578 kB/s | 309 kB 00:00 2024-04-26T18:44:12.873 INFO:teuthology.orchestra.run.smithi069.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 139 kB/s | 49 kB 00:00 2024-04-26T18:44:13.098 INFO:teuthology.orchestra.run.smithi069.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 188 kB/s | 67 kB 00:00 2024-04-26T18:44:13.532 INFO:teuthology.orchestra.run.smithi069.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 442 kB/s | 192 kB 00:00 2024-04-26T18:44:13.565 INFO:teuthology.orchestra.run.smithi069.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 1.2 MB/s | 839 kB 00:00 2024-04-26T18:44:13.624 INFO:teuthology.orchestra.run.smithi069.stdout:(29/32): libarrow-9.0.0-11.el9.x86_64.rpm 3.2 MB/s | 4.4 MB 00:01 2024-04-26T18:44:14.024 INFO:teuthology.orchestra.run.smithi069.stdout:(30/32): librbd1-19.0.0-3211.g5d349943.el7.x86_ 7.9 MB/s | 3.1 MB 00:00 2024-04-26T18:44:14.258 INFO:teuthology.orchestra.run.smithi069.stdout:(31/32): librados2-19.0.0-3211.g5d349943.el7.x8 4.9 MB/s | 3.4 MB 00:00 2024-04-26T18:44:14.308 INFO:teuthology.orchestra.run.smithi069.stdout:(32/32): thrift-0.15.0-2.el9.x86_64.rpm 2.0 MB/s | 1.6 MB 00:00 2024-04-26T18:44:14.312 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:44:14.312 INFO:teuthology.orchestra.run.smithi069.stdout:Total 12 MB/s | 60 MB 00:05 2024-04-26T18:44:14.330 INFO:teuthology.orchestra.run.smithi113.stdout:(32/32): ceph-common-19.0.0-3211.g5d349943.el7. 3.1 MB/s | 21 MB 00:06 2024-04-26T18:44:14.335 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:44:14.335 INFO:teuthology.orchestra.run.smithi113.stdout:Total 8.6 MB/s | 60 MB 00:07 2024-04-26T18:44:14.413 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-26T18:44:14.437 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2024-04-26T18:44:14.449 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-26T18:44:14.449 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-26T18:44:14.473 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2024-04-26T18:44:14.473 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2024-04-26T18:44:14.913 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-26T18:44:14.914 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-26T18:44:14.942 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2024-04-26T18:44:14.943 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2024-04-26T18:44:16.397 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-26T18:44:16.415 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2024-04-26T18:44:16.484 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-26T18:44:16.497 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-26T18:44:16.513 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-26T18:44:16.535 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-26T18:44:16.538 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-26T18:44:16.560 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-26T18:44:16.561 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-26T18:44:16.581 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-26T18:44:16.583 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-26T18:44:16.602 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-26T18:44:16.747 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-26T18:44:16.798 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-26T18:44:16.800 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-26T18:44:16.862 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-26T18:44:17.168 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-26T18:44:17.244 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-26T18:44:17.248 INFO:teuthology.orchestra.run.smithi069.stdout: Upgrading : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-26T18:44:17.312 INFO:teuthology.orchestra.run.smithi113.stdout: Upgrading : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-26T18:44:17.323 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-26T18:44:17.396 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-26T18:44:17.411 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 8/34 2024-04-26T18:44:17.442 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-26T18:44:17.486 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 8/34 2024-04-26T18:44:17.505 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-26T18:44:17.514 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-26T18:44:17.545 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-26T18:44:17.560 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-26T18:44:17.589 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-26T18:44:17.594 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 11/34 2024-04-26T18:44:17.623 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - CRB 2.9 MB/s | 6.2 MB 00:02 2024-04-26T18:44:17.643 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 11/34 2024-04-26T18:44:17.685 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-26T18:44:17.710 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-26T18:44:17.718 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-26T18:44:17.741 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-26T18:44:17.774 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-26T18:44:17.806 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-26T18:44:17.808 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-26T18:44:17.839 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-26T18:44:17.917 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-26T18:44:17.948 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-26T18:44:17.950 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-04-26T18:44:17.982 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-04-26T18:44:17.991 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-26T18:44:18.022 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-26T18:44:18.024 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-26T18:44:18.047 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-26T18:44:18.053 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-04-26T18:44:18.076 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-04-26T18:44:18.085 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-26T18:44:18.109 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-26T18:44:18.397 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-26T18:44:18.582 INFO:teuthology.orchestra.run.smithi069.stdout: Upgrading : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-26T18:44:18.582 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-26T18:44:18.582 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 23/34 2024-04-26T18:44:18.582 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-26T18:44:18.582 INFO:teuthology.orchestra.run.smithi113.stdout: Upgrading : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-26T18:44:18.582 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-26T18:44:18.582 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 23/34 2024-04-26T18:44:18.598 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-26T18:44:18.613 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-26T18:44:19.079 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-04-26T18:44:19.103 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-04-26T18:44:19.109 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-26T18:44:19.133 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-26T18:44:19.180 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-26T18:44:19.188 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-26T18:44:19.250 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 27/34 2024-04-26T18:44:19.265 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 27/34 2024-04-26T18:44:19.278 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 28/34 2024-04-26T18:44:19.302 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 28/34 2024-04-26T18:44:19.866 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - Extras packages 15 kB/s | 16 kB 00:01 2024-04-26T18:44:21.361 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-04-26T18:44:21.577 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-26T18:44:21.577 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-26T18:44:21.616 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-26T18:44:21.924 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-26T18:44:22.160 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-26T18:44:22.197 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-26T18:44:22.279 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-26T18:44:22.280 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-26T18:44:22.280 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-26T18:44:22.280 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:44:22.306 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-26T18:44:22.471 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-26T18:44:22.511 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-26T18:44:22.594 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-26T18:44:22.594 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-26T18:44:22.594 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-26T18:44:22.594 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:44:22.628 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-26T18:44:26.409 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-04-26T18:44:28.574 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-26T18:44:28.577 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-26T18:44:28.577 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-26T18:44:28.577 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-26T18:44:28.577 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-26T18:44:28.578 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-radosgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 11 M 2024-04-26T18:44:28.578 INFO:teuthology.orchestra.run.smithi071.stdout:Upgrading: 2024-04-26T18:44:28.578 INFO:teuthology.orchestra.run.smithi071.stdout: librados2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.4 M 2024-04-26T18:44:28.578 INFO:teuthology.orchestra.run.smithi071.stdout: librbd1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.1 M 2024-04-26T18:44:28.578 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-26T18:44:28.578 INFO:teuthology.orchestra.run.smithi071.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-26T18:44:28.578 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-base x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-26T18:44:28.578 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 21 M 2024-04-26T18:44:28.579 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-selinux x86_64 2:19.0.0-3211.g5d349943.el7 ceph 25 k 2024-04-26T18:44:28.579 INFO:teuthology.orchestra.run.smithi071.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-26T18:44:28.579 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-04-26T18:44:28.579 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-04-26T18:44:28.579 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 748 k 2024-04-26T18:44:28.579 INFO:teuthology.orchestra.run.smithi071.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-26T18:44:28.579 INFO:teuthology.orchestra.run.smithi071.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-26T18:44:28.579 INFO:teuthology.orchestra.run.smithi071.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-26T18:44:28.580 INFO:teuthology.orchestra.run.smithi071.stdout: libradosstriper1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 501 k 2024-04-26T18:44:28.580 INFO:teuthology.orchestra.run.smithi071.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-26T18:44:28.580 INFO:teuthology.orchestra.run.smithi071.stdout: librgw2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-26T18:44:28.580 INFO:teuthology.orchestra.run.smithi071.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-26T18:44:28.580 INFO:teuthology.orchestra.run.smithi071.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-26T18:44:28.580 INFO:teuthology.orchestra.run.smithi071.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-04-26T18:44:28.580 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-argparse x86_64 2:19.0.0-3211.g5d349943.el7 ceph 45 k 2024-04-26T18:44:28.580 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 135 k 2024-04-26T18:44:28.580 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cephfs x86_64 2:19.0.0-3211.g5d349943.el7 ceph 161 k 2024-04-26T18:44:28.581 INFO:teuthology.orchestra.run.smithi071.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-26T18:44:28.581 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rados x86_64 2:19.0.0-3211.g5d349943.el7 ceph 321 k 2024-04-26T18:44:28.581 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rbd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 298 k 2024-04-26T18:44:28.581 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 99 k 2024-04-26T18:44:28.581 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-26T18:44:28.581 INFO:teuthology.orchestra.run.smithi071.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-26T18:44:28.581 INFO:teuthology.orchestra.run.smithi071.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-26T18:44:28.581 INFO:teuthology.orchestra.run.smithi071.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-26T18:44:28.581 INFO:teuthology.orchestra.run.smithi071.stdout:Installing weak dependencies: 2024-04-26T18:44:28.581 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-26T18:44:28.581 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-26T18:44:28.582 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-26T18:44:28.582 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-26T18:44:28.582 INFO:teuthology.orchestra.run.smithi071.stdout:Install 30 Packages 2024-04-26T18:44:28.582 INFO:teuthology.orchestra.run.smithi071.stdout:Upgrade 2 Packages 2024-04-26T18:44:28.582 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-26T18:44:28.583 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 60 M 2024-04-26T18:44:28.583 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-26T18:44:31.502 INFO:teuthology.orchestra.run.smithi071.stdout:(1/32): ceph-common-19.0.0-3211.g5d349943.el7.x 8.4 MB/s | 21 MB 00:02 2024-04-26T18:44:31.576 INFO:teuthology.orchestra.run.smithi071.stdout:(2/32): ceph-base-19.0.0-3211.g5d349943.el7.x86 2.1 MB/s | 5.4 MB 00:02 2024-04-26T18:44:31.629 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-26T18:44:31.629 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /sys 2024-04-26T18:44:31.629 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /proc 2024-04-26T18:44:31.630 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /mnt 2024-04-26T18:44:31.630 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /var/tmp 2024-04-26T18:44:31.630 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /home 2024-04-26T18:44:31.630 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /root 2024-04-26T18:44:31.630 INFO:teuthology.orchestra.run.smithi069.stdout:skipping the directory /tmp 2024-04-26T18:44:31.630 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:44:31.676 INFO:teuthology.orchestra.run.smithi071.stdout:(3/32): ceph-selinux-19.0.0-3211.g5d349943.el7. 144 kB/s | 25 kB 00:00 2024-04-26T18:44:31.743 INFO:teuthology.orchestra.run.smithi071.stdout:(4/32): libradosstriper1-19.0.0-3211.g5d349943. 7.4 MB/s | 501 kB 00:00 2024-04-26T18:44:31.785 INFO:teuthology.orchestra.run.smithi071.stdout:(5/32): libcephfs2-19.0.0-3211.g5d349943.el7.x8 3.5 MB/s | 748 kB 00:00 2024-04-26T18:44:31.894 INFO:teuthology.orchestra.run.smithi071.stdout:(6/32): python3-ceph-argparse-19.0.0-3211.g5d34 416 kB/s | 45 kB 00:00 2024-04-26T18:44:32.017 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-26T18:44:32.018 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /sys 2024-04-26T18:44:32.018 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /proc 2024-04-26T18:44:32.018 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /mnt 2024-04-26T18:44:32.018 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /var/tmp 2024-04-26T18:44:32.018 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /home 2024-04-26T18:44:32.018 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /root 2024-04-26T18:44:32.018 INFO:teuthology.orchestra.run.smithi113.stdout:skipping the directory /tmp 2024-04-26T18:44:32.018 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:44:32.053 INFO:teuthology.orchestra.run.smithi071.stdout:(7/32): ceph-radosgw-19.0.0-3211.g5d349943.el7. 3.5 MB/s | 11 MB 00:03 2024-04-26T18:44:32.128 INFO:teuthology.orchestra.run.smithi071.stdout:(8/32): librgw2-19.0.0-3211.g5d349943.el7.x86_6 14 MB/s | 5.4 MB 00:00 2024-04-26T18:44:32.145 INFO:teuthology.orchestra.run.smithi071.stdout:(9/32): python3-cephfs-19.0.0-3211.g5d349943.el 1.7 MB/s | 161 kB 00:00 2024-04-26T18:44:32.179 INFO:teuthology.orchestra.run.smithi071.stdout:(10/32): python3-rados-19.0.0-3211.g5d349943.el 6.3 MB/s | 321 kB 00:00 2024-04-26T18:44:32.212 INFO:teuthology.orchestra.run.smithi071.stdout:(11/32): python3-rbd-19.0.0-3211.g5d349943.el7. 4.4 MB/s | 298 kB 00:00 2024-04-26T18:44:32.237 INFO:teuthology.orchestra.run.smithi071.stdout:(12/32): python3-rgw-19.0.0-3211.g5d349943.el7. 1.7 MB/s | 99 kB 00:00 2024-04-26T18:44:32.263 INFO:teuthology.orchestra.run.smithi071.stdout:(13/32): python3-ceph-common-19.0.0-3211.g5d349 365 kB/s | 135 kB 00:00 2024-04-26T18:44:32.639 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-26T18:44:32.669 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-26T18:44:32.669 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:44:32.669 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-26T18:44:32.669 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-26T18:44:32.669 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-26T18:44:32.670 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:44:32.671 INFO:teuthology.orchestra.run.smithi069.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-26T18:44:32.759 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-26T18:44:32.759 INFO:teuthology.orchestra.run.smithi069.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-26T18:44:32.863 INFO:teuthology.orchestra.run.smithi071.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 75 kB/s | 45 kB 00:00 2024-04-26T18:44:32.888 INFO:teuthology.orchestra.run.smithi071.stdout:(15/32): boost-program-options-1.75.0-8.el9.x86 158 kB/s | 107 kB 00:00 2024-04-26T18:44:32.980 INFO:teuthology.orchestra.run.smithi071.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 216 kB/s | 160 kB 00:00 2024-04-26T18:44:33.012 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-26T18:44:33.036 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-26T18:44:33.036 INFO:teuthology.orchestra.run.smithi113.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:44:33.036 INFO:teuthology.orchestra.run.smithi113.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-26T18:44:33.036 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-26T18:44:33.036 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-26T18:44:33.036 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:44:33.038 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-26T18:44:33.124 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-26T18:44:33.124 INFO:teuthology.orchestra.run.smithi113.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-26T18:44:33.522 INFO:teuthology.orchestra.run.smithi071.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 78 kB/s | 42 kB 00:00 2024-04-26T18:44:33.772 INFO:teuthology.orchestra.run.smithi071.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 331 kB/s | 292 kB 00:00 2024-04-26T18:44:33.990 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-26T18:44:33.990 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 1/34 2024-04-26T18:44:33.990 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2/34 2024-04-26T18:44:33.990 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 3/34 2024-04-26T18:44:33.991 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 4/34 2024-04-26T18:44:33.991 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 5/34 2024-04-26T18:44:33.991 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 6/34 2024-04-26T18:44:33.991 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-26T18:44:33.991 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 8/34 2024-04-26T18:44:33.991 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 9/34 2024-04-26T18:44:33.991 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 10/34 2024-04-26T18:44:33.991 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 11/34 2024-04-26T18:44:33.991 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-26T18:44:33.991 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 13/34 2024-04-26T18:44:33.991 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-26T18:44:33.991 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-26T18:44:33.991 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-26T18:44:33.991 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-26T18:44:33.992 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-26T18:44:33.992 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-26T18:44:33.992 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-26T18:44:33.992 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-26T18:44:33.992 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-26T18:44:33.992 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-26T18:44:33.992 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-04-26T18:44:33.992 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-04-26T18:44:33.992 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-26T18:44:33.992 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-26T18:44:33.993 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-04-26T18:44:33.993 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-26T18:44:33.994 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-26T18:44:33.994 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-26T18:44:33.994 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-26T18:44:33.994 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 33/34 2024-04-26T18:44:34.122 INFO:teuthology.orchestra.run.smithi071.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 526 kB/s | 662 kB 00:01 2024-04-26T18:44:34.273 INFO:teuthology.orchestra.run.smithi071.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 294 kB/s | 221 kB 00:00 2024-04-26T18:44:34.298 INFO:teuthology.orchestra.run.smithi071.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 68 kB/s | 36 kB 00:00 2024-04-26T18:44:34.342 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-26T18:44:34.342 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 1/34 2024-04-26T18:44:34.343 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2/34 2024-04-26T18:44:34.343 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 3/34 2024-04-26T18:44:34.343 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 4/34 2024-04-26T18:44:34.343 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 5/34 2024-04-26T18:44:34.343 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 6/34 2024-04-26T18:44:34.343 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-26T18:44:34.343 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 8/34 2024-04-26T18:44:34.343 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 9/34 2024-04-26T18:44:34.343 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 10/34 2024-04-26T18:44:34.343 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 11/34 2024-04-26T18:44:34.343 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-26T18:44:34.343 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 13/34 2024-04-26T18:44:34.343 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-26T18:44:34.343 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-26T18:44:34.344 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-26T18:44:34.344 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-26T18:44:34.344 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-26T18:44:34.344 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-26T18:44:34.344 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-26T18:44:34.344 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-26T18:44:34.344 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-26T18:44:34.344 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-26T18:44:34.344 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-04-26T18:44:34.344 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-04-26T18:44:34.344 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-26T18:44:34.344 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-26T18:44:34.344 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-04-26T18:44:34.345 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-26T18:44:34.345 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-26T18:44:34.345 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-26T18:44:34.345 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-26T18:44:34.345 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 33/34 2024-04-26T18:44:34.748 INFO:teuthology.orchestra.run.smithi071.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 76 kB/s | 47 kB 00:00 2024-04-26T18:44:34.777 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-26T18:44:34.778 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:44:34.778 INFO:teuthology.orchestra.run.smithi069.stdout:Upgraded: 2024-04-26T18:44:34.778 INFO:teuthology.orchestra.run.smithi069.stdout: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:34.778 INFO:teuthology.orchestra.run.smithi069.stdout: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:34.778 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-26T18:44:34.778 INFO:teuthology.orchestra.run.smithi069.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-26T18:44:34.778 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:34.778 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:34.778 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:34.778 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:34.778 INFO:teuthology.orchestra.run.smithi069.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-26T18:44:34.778 INFO:teuthology.orchestra.run.smithi069.stdout: libarrow-9.0.0-11.el9.x86_64 2024-04-26T18:44:34.779 INFO:teuthology.orchestra.run.smithi069.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-04-26T18:44:34.779 INFO:teuthology.orchestra.run.smithi069.stdout: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:34.779 INFO:teuthology.orchestra.run.smithi069.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-26T18:44:34.779 INFO:teuthology.orchestra.run.smithi069.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-26T18:44:34.779 INFO:teuthology.orchestra.run.smithi069.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-26T18:44:34.779 INFO:teuthology.orchestra.run.smithi069.stdout: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:34.779 INFO:teuthology.orchestra.run.smithi069.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-26T18:44:34.779 INFO:teuthology.orchestra.run.smithi069.stdout: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:34.779 INFO:teuthology.orchestra.run.smithi069.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-26T18:44:34.779 INFO:teuthology.orchestra.run.smithi069.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-26T18:44:34.779 INFO:teuthology.orchestra.run.smithi069.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-04-26T18:44:34.779 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:34.779 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:34.779 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:34.780 INFO:teuthology.orchestra.run.smithi069.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-26T18:44:34.780 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:34.780 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:34.780 INFO:teuthology.orchestra.run.smithi069.stdout: python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:34.780 INFO:teuthology.orchestra.run.smithi069.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-26T18:44:34.780 INFO:teuthology.orchestra.run.smithi069.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-26T18:44:34.780 INFO:teuthology.orchestra.run.smithi069.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-26T18:44:34.780 INFO:teuthology.orchestra.run.smithi069.stdout: re2-1:20211101-3.el9.x86_64 2024-04-26T18:44:34.780 INFO:teuthology.orchestra.run.smithi069.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-26T18:44:34.780 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:44:34.780 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-26T18:44:34.949 INFO:teuthology.orchestra.run.smithi071.stdout:(23/32): libarrow-9.0.0-11.el9.x86_64.rpm 6.8 MB/s | 4.4 MB 00:00 2024-04-26T18:44:34.990 INFO:teuthology.orchestra.run.smithi071.stdout:(24/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 107 kB/s | 26 kB 00:00 2024-04-26T18:44:35.016 INFO:teuthology.orchestra.run.smithi071.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 729 kB/s | 49 kB 00:00 2024-04-26T18:44:35.059 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-test 2024-04-26T18:44:35.089 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-26T18:44:35.089 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:44:35.089 INFO:teuthology.orchestra.run.smithi113.stdout:Upgraded: 2024-04-26T18:44:35.089 INFO:teuthology.orchestra.run.smithi113.stdout: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:35.089 INFO:teuthology.orchestra.run.smithi113.stdout: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:35.089 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2024-04-26T18:44:35.089 INFO:teuthology.orchestra.run.smithi113.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-26T18:44:35.090 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:35.090 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:35.090 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:35.090 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:35.090 INFO:teuthology.orchestra.run.smithi113.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-26T18:44:35.090 INFO:teuthology.orchestra.run.smithi113.stdout: libarrow-9.0.0-11.el9.x86_64 2024-04-26T18:44:35.090 INFO:teuthology.orchestra.run.smithi113.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-04-26T18:44:35.090 INFO:teuthology.orchestra.run.smithi113.stdout: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:35.090 INFO:teuthology.orchestra.run.smithi113.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-26T18:44:35.090 INFO:teuthology.orchestra.run.smithi113.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-26T18:44:35.090 INFO:teuthology.orchestra.run.smithi113.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-26T18:44:35.090 INFO:teuthology.orchestra.run.smithi113.stdout: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:35.090 INFO:teuthology.orchestra.run.smithi113.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-26T18:44:35.091 INFO:teuthology.orchestra.run.smithi113.stdout: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:35.091 INFO:teuthology.orchestra.run.smithi113.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-26T18:44:35.091 INFO:teuthology.orchestra.run.smithi113.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-26T18:44:35.091 INFO:teuthology.orchestra.run.smithi113.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-04-26T18:44:35.091 INFO:teuthology.orchestra.run.smithi113.stdout: python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:35.091 INFO:teuthology.orchestra.run.smithi113.stdout: python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:35.091 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:35.091 INFO:teuthology.orchestra.run.smithi113.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-26T18:44:35.091 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:35.091 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:35.091 INFO:teuthology.orchestra.run.smithi113.stdout: python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:35.091 INFO:teuthology.orchestra.run.smithi113.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-26T18:44:35.091 INFO:teuthology.orchestra.run.smithi113.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-26T18:44:35.091 INFO:teuthology.orchestra.run.smithi113.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-26T18:44:35.091 INFO:teuthology.orchestra.run.smithi113.stdout: re2-1:20211101-3.el9.x86_64 2024-04-26T18:44:35.091 INFO:teuthology.orchestra.run.smithi113.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-26T18:44:35.092 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:44:35.092 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-26T18:44:35.100 INFO:teuthology.orchestra.run.smithi071.stdout:(26/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 9.8 MB/s | 839 kB 00:00 2024-04-26T18:44:35.133 INFO:teuthology.orchestra.run.smithi071.stdout:(27/32): libunwind-1.6.2-1.el9.x86_64.rpm 471 kB/s | 67 kB 00:00 2024-04-26T18:44:35.175 INFO:teuthology.orchestra.run.smithi071.stdout:(28/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 342 kB/s | 309 kB 00:00 2024-04-26T18:44:35.201 INFO:teuthology.orchestra.run.smithi071.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 1.9 MB/s | 192 kB 00:00 2024-04-26T18:44:35.374 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-test 2024-04-26T18:44:35.426 INFO:teuthology.orchestra.run.smithi071.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 5.4 MB/s | 1.6 MB 00:00 2024-04-26T18:44:35.610 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:00:28 ago on Fri 26 Apr 2024 06:44:07 PM UTC. 2024-04-26T18:44:35.618 INFO:teuthology.orchestra.run.smithi071.stdout:(31/32): librbd1-19.0.0-3211.g5d349943.el7.x86_ 7.5 MB/s | 3.1 MB 00:00 2024-04-26T18:44:35.732 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-26T18:44:35.733 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-26T18:44:35.733 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-26T18:44:35.733 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-26T18:44:35.733 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-26T18:44:35.733 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-test x86_64 2:19.0.0-3211.g5d349943.el7 ceph 49 M 2024-04-26T18:44:35.734 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-26T18:44:35.734 INFO:teuthology.orchestra.run.smithi069.stdout: libcephsqlite x86_64 2:19.0.0-3211.g5d349943.el7 ceph 163 k 2024-04-26T18:44:35.734 INFO:teuthology.orchestra.run.smithi069.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-26T18:44:35.734 INFO:teuthology.orchestra.run.smithi069.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-26T18:44:35.734 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:44:35.734 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-26T18:44:35.734 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-26T18:44:35.734 INFO:teuthology.orchestra.run.smithi069.stdout:Install 4 Packages 2024-04-26T18:44:35.734 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:44:35.735 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 50 M 2024-04-26T18:44:35.735 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 210 M 2024-04-26T18:44:35.735 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-26T18:44:35.860 INFO:teuthology.orchestra.run.smithi071.stdout:(32/32): librados2-19.0.0-3211.g5d349943.el7.x8 5.0 MB/s | 3.4 MB 00:00 2024-04-26T18:44:35.865 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:44:35.865 INFO:teuthology.orchestra.run.smithi071.stdout:Total 8.3 MB/s | 60 MB 00:07 2024-04-26T18:44:35.907 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:00:30 ago on Fri 26 Apr 2024 06:44:05 PM UTC. 2024-04-26T18:44:35.961 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-26T18:44:35.997 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-26T18:44:35.997 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-26T18:44:36.034 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-26T18:44:36.035 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-26T18:44:36.035 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2024-04-26T18:44:36.035 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-26T18:44:36.035 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2024-04-26T18:44:36.035 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-test x86_64 2:19.0.0-3211.g5d349943.el7 ceph 49 M 2024-04-26T18:44:36.035 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2024-04-26T18:44:36.035 INFO:teuthology.orchestra.run.smithi113.stdout: libcephsqlite x86_64 2:19.0.0-3211.g5d349943.el7 ceph 163 k 2024-04-26T18:44:36.035 INFO:teuthology.orchestra.run.smithi113.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-26T18:44:36.035 INFO:teuthology.orchestra.run.smithi113.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-26T18:44:36.036 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:44:36.036 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2024-04-26T18:44:36.036 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-26T18:44:36.036 INFO:teuthology.orchestra.run.smithi113.stdout:Install 4 Packages 2024-04-26T18:44:36.036 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:44:36.036 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 50 M 2024-04-26T18:44:36.036 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 210 M 2024-04-26T18:44:36.036 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2024-04-26T18:44:36.252 INFO:teuthology.orchestra.run.smithi069.stdout:(1/4): libcephsqlite-19.0.0-3211.g5d349943.el7. 667 kB/s | 163 kB 00:00 2024-04-26T18:44:36.298 INFO:teuthology.orchestra.run.smithi113.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.6 MB/s | 305 kB 00:00 2024-04-26T18:44:36.316 INFO:teuthology.orchestra.run.smithi069.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 987 kB/s | 305 kB 00:00 2024-04-26T18:44:36.348 INFO:teuthology.orchestra.run.smithi113.stdout:(2/4): libcephsqlite-19.0.0-3211.g5d349943.el7. 678 kB/s | 163 kB 00:00 2024-04-26T18:44:36.378 INFO:teuthology.orchestra.run.smithi069.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 505 kB/s | 64 kB 00:00 2024-04-26T18:44:36.381 INFO:teuthology.orchestra.run.smithi113.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 761 kB/s | 64 kB 00:00 2024-04-26T18:44:36.465 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-26T18:44:36.467 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-26T18:44:37.986 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-26T18:44:38.077 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-26T18:44:38.106 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-26T18:44:38.132 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-26T18:44:38.155 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-26T18:44:38.175 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-26T18:44:38.372 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-26T18:44:38.427 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-26T18:44:38.802 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-26T18:44:38.859 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-26T18:44:38.960 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-26T18:44:39.050 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 8/34 2024-04-26T18:44:39.078 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-26T18:44:39.134 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-26T18:44:39.173 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-26T18:44:39.213 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 11/34 2024-04-26T18:44:39.291 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-26T18:44:39.313 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-26T18:44:39.361 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-26T18:44:39.395 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-26T18:44:39.514 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-26T18:44:39.545 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-04-26T18:44:39.586 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-26T18:44:39.611 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-26T18:44:39.640 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-04-26T18:44:39.675 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-26T18:44:39.999 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-26T18:44:40.046 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-26T18:44:40.136 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-26T18:44:40.167 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 23/34 2024-04-26T18:44:40.204 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-26T18:44:40.681 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-04-26T18:44:40.707 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-26T18:44:40.778 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-26T18:44:40.856 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 27/34 2024-04-26T18:44:40.869 INFO:teuthology.orchestra.run.smithi069.stdout:(4/4): ceph-test-19.0.0-3211.g5d349943.el7.x86_ 10 MB/s | 49 MB 00:04 2024-04-26T18:44:40.873 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:44:40.873 INFO:teuthology.orchestra.run.smithi069.stdout:Total 9.6 MB/s | 50 MB 00:05 2024-04-26T18:44:40.885 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 28/34 2024-04-26T18:44:40.898 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-26T18:44:40.917 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-26T18:44:40.918 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-26T18:44:41.287 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-26T18:44:41.287 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-26T18:44:41.335 INFO:teuthology.orchestra.run.smithi113.stdout:(4/4): ceph-test-19.0.0-3211.g5d349943.el7.x86_ 9.4 MB/s | 49 MB 00:05 2024-04-26T18:44:41.337 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:44:41.338 INFO:teuthology.orchestra.run.smithi113.stdout:Total 9.3 MB/s | 50 MB 00:05 2024-04-26T18:44:41.363 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2024-04-26T18:44:41.383 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2024-04-26T18:44:41.383 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2024-04-26T18:44:41.755 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2024-04-26T18:44:41.756 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2024-04-26T18:44:41.807 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-26T18:44:41.879 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-26T18:44:41.918 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-26T18:44:41.946 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-26T18:44:42.283 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2024-04-26T18:44:42.361 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-26T18:44:42.400 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-26T18:44:42.428 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-26T18:44:43.202 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-26T18:44:43.232 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-26T18:44:43.778 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-26T18:44:43.819 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-26T18:44:43.910 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-26T18:44:43.911 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-26T18:44:43.911 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-26T18:44:43.911 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-26T18:44:43.954 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-26T18:44:46.559 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-26T18:44:46.643 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-26T18:44:47.041 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-26T18:44:47.226 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-26T18:44:49.025 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-26T18:44:49.025 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 1/4 2024-04-26T18:44:49.025 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2/4 2024-04-26T18:44:49.026 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-26T18:44:49.290 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-26T18:44:49.315 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:44:49.315 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-26T18:44:49.315 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:49.315 INFO:teuthology.orchestra.run.smithi069.stdout: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:49.315 INFO:teuthology.orchestra.run.smithi069.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-26T18:44:49.315 INFO:teuthology.orchestra.run.smithi069.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-26T18:44:49.315 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:44:49.315 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-26T18:44:49.563 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph 2024-04-26T18:44:49.824 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-26T18:44:49.824 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 1/4 2024-04-26T18:44:49.824 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2/4 2024-04-26T18:44:49.825 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-26T18:44:50.071 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:00:43 ago on Fri 26 Apr 2024 06:44:07 PM UTC. 2024-04-26T18:44:50.095 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-26T18:44:50.095 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:44:50.095 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2024-04-26T18:44:50.095 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:50.095 INFO:teuthology.orchestra.run.smithi113.stdout: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:50.095 INFO:teuthology.orchestra.run.smithi113.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-26T18:44:50.096 INFO:teuthology.orchestra.run.smithi113.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-26T18:44:50.096 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:44:50.096 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-26T18:44:50.195 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-26T18:44:50.197 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-26T18:44:50.197 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-26T18:44:50.197 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-26T18:44:50.198 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-26T18:44:50.198 INFO:teuthology.orchestra.run.smithi069.stdout: ceph x86_64 2:19.0.0-3211.g5d349943.el7 ceph 6.6 k 2024-04-26T18:44:50.198 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2024-04-26T18:44:50.198 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mds x86_64 2:19.0.0-3211.g5d349943.el7 ceph 2.4 M 2024-04-26T18:44:50.198 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr x86_64 2:19.0.0-3211.g5d349943.el7 ceph 1.5 M 2024-04-26T18:44:50.198 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3211.g5d349943.el7 ceph-noarch 249 k 2024-04-26T18:44:50.198 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mon x86_64 2:19.0.0-3211.g5d349943.el7 ceph 4.7 M 2024-04-26T18:44:50.198 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-osd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 17 M 2024-04-26T18:44:50.198 INFO:teuthology.orchestra.run.smithi069.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-26T18:44:50.198 INFO:teuthology.orchestra.run.smithi069.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-26T18:44:50.198 INFO:teuthology.orchestra.run.smithi069.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-26T18:44:50.198 INFO:teuthology.orchestra.run.smithi069.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-26T18:44:50.198 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-26T18:44:50.199 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-26T18:44:50.199 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-26T18:44:50.199 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-26T18:44:50.199 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-26T18:44:50.199 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-26T18:44:50.199 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-collections 2024-04-26T18:44:50.199 INFO:teuthology.orchestra.run.smithi069.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-26T18:44:50.199 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-26T18:44:50.199 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-26T18:44:50.199 INFO:teuthology.orchestra.run.smithi069.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-26T18:44:50.199 INFO:teuthology.orchestra.run.smithi069.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-26T18:44:50.199 INFO:teuthology.orchestra.run.smithi069.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-26T18:44:50.199 INFO:teuthology.orchestra.run.smithi069.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-26T18:44:50.199 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-26T18:44:50.200 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-26T18:44:50.200 INFO:teuthology.orchestra.run.smithi069.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-26T18:44:50.200 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-26T18:44:50.200 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-26T18:44:50.200 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-26T18:44:50.200 INFO:teuthology.orchestra.run.smithi069.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-26T18:44:50.200 INFO:teuthology.orchestra.run.smithi069.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-26T18:44:50.200 INFO:teuthology.orchestra.run.smithi069.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-26T18:44:50.200 INFO:teuthology.orchestra.run.smithi069.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-26T18:44:50.200 INFO:teuthology.orchestra.run.smithi069.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-26T18:44:50.200 INFO:teuthology.orchestra.run.smithi069.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-26T18:44:50.200 INFO:teuthology.orchestra.run.smithi069.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-26T18:44:50.200 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:44:50.200 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-26T18:44:50.200 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-26T18:44:50.201 INFO:teuthology.orchestra.run.smithi069.stdout:Install 36 Packages 2024-04-26T18:44:50.201 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:44:50.201 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 30 M 2024-04-26T18:44:50.201 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 107 M 2024-04-26T18:44:50.201 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-26T18:44:50.370 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph 2024-04-26T18:44:50.878 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:00:45 ago on Fri 26 Apr 2024 06:44:05 PM UTC. 2024-04-26T18:44:51.002 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-26T18:44:51.005 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-26T18:44:51.005 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2024-04-26T18:44:51.005 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-26T18:44:51.005 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2024-04-26T18:44:51.005 INFO:teuthology.orchestra.run.smithi113.stdout: ceph x86_64 2:19.0.0-3211.g5d349943.el7 ceph 6.6 k 2024-04-26T18:44:51.005 INFO:teuthology.orchestra.run.smithi113.stdout:Installing dependencies: 2024-04-26T18:44:51.005 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mds x86_64 2:19.0.0-3211.g5d349943.el7 ceph 2.4 M 2024-04-26T18:44:51.005 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr x86_64 2:19.0.0-3211.g5d349943.el7 ceph 1.5 M 2024-04-26T18:44:51.005 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3211.g5d349943.el7 ceph-noarch 249 k 2024-04-26T18:44:51.005 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mon x86_64 2:19.0.0-3211.g5d349943.el7 ceph 4.7 M 2024-04-26T18:44:51.005 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-osd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 17 M 2024-04-26T18:44:51.005 INFO:teuthology.orchestra.run.smithi113.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-26T18:44:51.006 INFO:teuthology.orchestra.run.smithi113.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-26T18:44:51.006 INFO:teuthology.orchestra.run.smithi113.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-26T18:44:51.006 INFO:teuthology.orchestra.run.smithi113.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-26T18:44:51.006 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-26T18:44:51.006 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-26T18:44:51.006 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-26T18:44:51.006 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-26T18:44:51.006 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-26T18:44:51.006 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-26T18:44:51.006 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jaraco-collections 2024-04-26T18:44:51.006 INFO:teuthology.orchestra.run.smithi113.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-26T18:44:51.006 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-26T18:44:51.006 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-26T18:44:51.007 INFO:teuthology.orchestra.run.smithi113.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-26T18:44:51.007 INFO:teuthology.orchestra.run.smithi113.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-26T18:44:51.007 INFO:teuthology.orchestra.run.smithi113.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-26T18:44:51.007 INFO:teuthology.orchestra.run.smithi113.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-26T18:44:51.007 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-26T18:44:51.007 INFO:teuthology.orchestra.run.smithi113.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-26T18:44:51.007 INFO:teuthology.orchestra.run.smithi113.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-26T18:44:51.007 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-26T18:44:51.007 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-26T18:44:51.007 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-26T18:44:51.007 INFO:teuthology.orchestra.run.smithi113.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-26T18:44:51.007 INFO:teuthology.orchestra.run.smithi113.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-26T18:44:51.007 INFO:teuthology.orchestra.run.smithi113.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-26T18:44:51.007 INFO:teuthology.orchestra.run.smithi113.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-26T18:44:51.007 INFO:teuthology.orchestra.run.smithi113.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-26T18:44:51.008 INFO:teuthology.orchestra.run.smithi113.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-26T18:44:51.008 INFO:teuthology.orchestra.run.smithi113.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-26T18:44:51.008 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:44:51.008 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2024-04-26T18:44:51.008 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-26T18:44:51.008 INFO:teuthology.orchestra.run.smithi113.stdout:Install 36 Packages 2024-04-26T18:44:51.008 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:44:51.009 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 30 M 2024-04-26T18:44:51.009 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 107 M 2024-04-26T18:44:51.009 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2024-04-26T18:44:51.287 INFO:teuthology.orchestra.run.smithi069.stdout:(1/36): ceph-19.0.0-3211.g5d349943.el7.x86_64.r 39 kB/s | 6.6 kB 00:00 2024-04-26T18:44:51.671 INFO:teuthology.orchestra.run.smithi069.stdout:(2/36): ceph-mon-19.0.0-3211.g5d349943.el7.x86_ 12 MB/s | 4.7 MB 00:00 2024-04-26T18:44:51.988 INFO:teuthology.orchestra.run.smithi069.stdout:(3/36): ceph-mds-19.0.0-3211.g5d349943.el7.x86_ 2.7 MB/s | 2.4 MB 00:00 2024-04-26T18:44:52.003 INFO:teuthology.orchestra.run.smithi113.stdout:(1/36): ceph-19.0.0-3211.g5d349943.el7.x86_64.r 21 kB/s | 6.6 kB 00:00 2024-04-26T18:44:52.104 INFO:teuthology.orchestra.run.smithi069.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3211.g5d34 2.1 MB/s | 249 kB 00:00 2024-04-26T18:44:52.180 INFO:teuthology.orchestra.run.smithi069.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 3.3 MB/s | 253 kB 00:00 2024-04-26T18:44:52.288 INFO:teuthology.orchestra.run.smithi069.stdout:(6/36): ceph-mgr-19.0.0-3211.g5d349943.el7.x86_ 1.3 MB/s | 1.5 MB 00:01 2024-04-26T18:44:52.322 INFO:teuthology.orchestra.run.smithi069.stdout:(7/36): python3-cryptography-36.0.1-4.el9.x86_6 8.6 MB/s | 1.2 MB 00:00 2024-04-26T18:44:52.381 INFO:teuthology.orchestra.run.smithi069.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 1.1 MB/s | 106 kB 00:00 2024-04-26T18:44:52.406 INFO:teuthology.orchestra.run.smithi069.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.6 MB/s | 135 kB 00:00 2024-04-26T18:44:52.528 INFO:teuthology.orchestra.run.smithi113.stdout:(2/36): ceph-mgr-19.0.0-3211.g5d349943.el7.x86_ 1.8 MB/s | 1.5 MB 00:00 2024-04-26T18:44:52.565 INFO:teuthology.orchestra.run.smithi069.stdout:(10/36): ceph-osd-19.0.0-3211.g5d349943.el7.x86 19 MB/s | 17 MB 00:00 2024-04-26T18:44:52.606 INFO:teuthology.orchestra.run.smithi069.stdout:(11/36): python3-requests-2.25.1-8.el9.noarch.r 554 kB/s | 125 kB 00:00 2024-04-26T18:44:52.657 INFO:teuthology.orchestra.run.smithi069.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 856 kB/s | 215 kB 00:00 2024-04-26T18:44:52.724 INFO:teuthology.orchestra.run.smithi069.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 188 kB 00:00 2024-04-26T18:44:52.749 INFO:teuthology.orchestra.run.smithi069.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 378 kB/s | 35 kB 00:00 2024-04-26T18:44:52.765 INFO:teuthology.orchestra.run.smithi069.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-04-26T18:44:52.791 INFO:teuthology.orchestra.run.smithi069.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 760 kB/s | 51 kB 00:00 2024-04-26T18:44:52.816 INFO:teuthology.orchestra.run.smithi069.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 621 kB/s | 42 kB 00:00 2024-04-26T18:44:52.875 INFO:teuthology.orchestra.run.smithi069.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 746 kB/s | 43 kB 00:00 2024-04-26T18:44:52.900 INFO:teuthology.orchestra.run.smithi069.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 1.4 MB/s | 151 kB 00:00 2024-04-26T18:44:52.925 INFO:teuthology.orchestra.run.smithi069.stdout:(20/36): lua-devel-5.4.4-4.el9.x86_64.rpm 140 kB/s | 22 kB 00:00 2024-04-26T18:44:52.967 INFO:teuthology.orchestra.run.smithi069.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 258 kB/s | 11 kB 00:00 2024-04-26T18:44:52.993 INFO:teuthology.orchestra.run.smithi069.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 3.8 MB/s | 358 kB 00:00 2024-04-26T18:44:53.018 INFO:teuthology.orchestra.run.smithi069.stdout:(23/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.2 MB/s | 172 kB 00:00 2024-04-26T18:44:53.043 INFO:teuthology.orchestra.run.smithi069.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 233 kB/s | 18 kB 00:00 2024-04-26T18:44:53.069 INFO:teuthology.orchestra.run.smithi069.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 307 kB/s | 23 kB 00:00 2024-04-26T18:44:53.094 INFO:teuthology.orchestra.run.smithi069.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 258 kB/s | 19 kB 00:00 2024-04-26T18:44:53.119 INFO:teuthology.orchestra.run.smithi069.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 261 kB/s | 20 kB 00:00 2024-04-26T18:44:53.145 INFO:teuthology.orchestra.run.smithi069.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 615 kB/s | 46 kB 00:00 2024-04-26T18:44:53.170 INFO:teuthology.orchestra.run.smithi069.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-04-26T18:44:53.178 INFO:teuthology.orchestra.run.smithi113.stdout:(3/36): ceph-mds-19.0.0-3211.g5d349943.el7.x86_ 1.6 MB/s | 2.4 MB 00:01 2024-04-26T18:44:53.195 INFO:teuthology.orchestra.run.smithi069.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 328 kB/s | 16 kB 00:00 2024-04-26T18:44:53.220 INFO:teuthology.orchestra.run.smithi069.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-04-26T18:44:53.237 INFO:teuthology.orchestra.run.smithi069.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 858 kB/s | 36 kB 00:00 2024-04-26T18:44:53.262 INFO:teuthology.orchestra.run.smithi069.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.9 MB/s | 272 kB 00:00 2024-04-26T18:44:53.287 INFO:teuthology.orchestra.run.smithi113.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3211.g5d34 2.2 MB/s | 249 kB 00:00 2024-04-26T18:44:53.296 INFO:teuthology.orchestra.run.smithi069.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-04-26T18:44:53.313 INFO:teuthology.orchestra.run.smithi069.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 398 kB/s | 20 kB 00:00 2024-04-26T18:44:53.330 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-26T18:44:53.330 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /sys 2024-04-26T18:44:53.330 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /proc 2024-04-26T18:44:53.331 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /mnt 2024-04-26T18:44:53.331 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /var/tmp 2024-04-26T18:44:53.331 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /home 2024-04-26T18:44:53.331 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /root 2024-04-26T18:44:53.331 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /tmp 2024-04-26T18:44:53.331 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-26T18:44:53.338 INFO:teuthology.orchestra.run.smithi069.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.2 MB/s | 427 kB 00:00 2024-04-26T18:44:53.339 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:44:53.340 INFO:teuthology.orchestra.run.smithi069.stdout:Total 9.6 MB/s | 30 MB 00:03 2024-04-26T18:44:53.454 INFO:teuthology.orchestra.run.smithi113.stdout:(5/36): ceph-osd-19.0.0-3211.g5d349943.el7.x86_ 18 MB/s | 17 MB 00:00 2024-04-26T18:44:53.476 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-26T18:44:53.516 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-26T18:44:53.516 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-26T18:44:53.621 INFO:teuthology.orchestra.run.smithi113.stdout:(6/36): ceph-mon-19.0.0-3211.g5d349943.el7.x86_ 2.9 MB/s | 4.7 MB 00:01 2024-04-26T18:44:53.713 INFO:teuthology.orchestra.run.smithi113.stdout:(7/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 595 kB/s | 253 kB 00:00 2024-04-26T18:44:53.780 INFO:teuthology.orchestra.run.smithi113.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.0 MB/s | 135 kB 00:00 2024-04-26T18:44:53.811 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-26T18:44:53.812 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-26T18:44:53.813 INFO:teuthology.orchestra.run.smithi113.stdout:(9/36): python3-cryptography-36.0.1-4.el9.x86_6 3.4 MB/s | 1.2 MB 00:00 2024-04-26T18:44:53.838 INFO:teuthology.orchestra.run.smithi113.stdout:(10/36): python3-ply-3.11-14.el9.noarch.rpm 492 kB/s | 106 kB 00:00 2024-04-26T18:44:53.872 INFO:teuthology.orchestra.run.smithi113.stdout:(11/36): python3-requests-2.25.1-8.el9.noarch.r 1.3 MB/s | 125 kB 00:00 2024-04-26T18:44:53.897 INFO:teuthology.orchestra.run.smithi113.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.5 MB/s | 215 kB 00:00 2024-04-26T18:44:53.948 INFO:teuthology.orchestra.run.smithi113.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 1.7 MB/s | 188 kB 00:00 2024-04-26T18:44:53.973 INFO:teuthology.orchestra.run.smithi113.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 462 kB/s | 35 kB 00:00 2024-04-26T18:44:53.998 INFO:teuthology.orchestra.run.smithi113.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-04-26T18:44:54.023 INFO:teuthology.orchestra.run.smithi113.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 676 kB/s | 51 kB 00:00 2024-04-26T18:44:54.049 INFO:teuthology.orchestra.run.smithi113.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 551 kB/s | 42 kB 00:00 2024-04-26T18:44:54.107 INFO:teuthology.orchestra.run.smithi113.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 746 kB/s | 43 kB 00:00 2024-04-26T18:44:54.124 INFO:teuthology.orchestra.run.smithi113.stdout:(19/36): lua-devel-5.4.4-4.el9.x86_64.rpm 177 kB/s | 22 kB 00:00 2024-04-26T18:44:54.141 INFO:teuthology.orchestra.run.smithi113.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 1.3 MB/s | 151 kB 00:00 2024-04-26T18:44:54.183 INFO:teuthology.orchestra.run.smithi113.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 257 kB/s | 11 kB 00:00 2024-04-26T18:44:54.208 INFO:teuthology.orchestra.run.smithi113.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.7 MB/s | 172 kB 00:00 2024-04-26T18:44:54.225 INFO:teuthology.orchestra.run.smithi113.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 423 kB/s | 18 kB 00:00 2024-04-26T18:44:54.242 INFO:teuthology.orchestra.run.smithi113.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 688 kB/s | 23 kB 00:00 2024-04-26T18:44:54.259 INFO:teuthology.orchestra.run.smithi113.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 581 kB/s | 19 kB 00:00 2024-04-26T18:44:54.276 INFO:teuthology.orchestra.run.smithi113.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 587 kB/s | 20 kB 00:00 2024-04-26T18:44:54.293 INFO:teuthology.orchestra.run.smithi113.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 1.4 MB/s | 46 kB 00:00 2024-04-26T18:44:54.318 INFO:teuthology.orchestra.run.smithi113.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.8 MB/s | 79 kB 00:00 2024-04-26T18:44:54.323 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-26T18:44:54.347 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-26T18:44:54.347 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:44:54.347 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-26T18:44:54.348 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-26T18:44:54.348 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-26T18:44:54.348 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-26T18:44:54.349 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-26T18:44:54.360 INFO:teuthology.orchestra.run.smithi113.stdout:(29/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.5 MB/s | 358 kB 00:00 2024-04-26T18:44:54.395 INFO:teuthology.orchestra.run.smithi113.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 215 kB/s | 16 kB 00:00 2024-04-26T18:44:54.411 INFO:teuthology.orchestra.run.smithi113.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-04-26T18:44:54.434 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-26T18:44:54.434 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-26T18:44:54.436 INFO:teuthology.orchestra.run.smithi113.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 872 kB/s | 36 kB 00:00 2024-04-26T18:44:54.462 INFO:teuthology.orchestra.run.smithi113.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.6 MB/s | 272 kB 00:00 2024-04-26T18:44:54.487 INFO:teuthology.orchestra.run.smithi113.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-04-26T18:44:54.512 INFO:teuthology.orchestra.run.smithi113.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 399 kB/s | 20 kB 00:00 2024-04-26T18:44:54.537 INFO:teuthology.orchestra.run.smithi113.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.2 MB/s | 427 kB 00:00 2024-04-26T18:44:54.541 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:44:54.542 INFO:teuthology.orchestra.run.smithi113.stdout:Total 8.5 MB/s | 30 MB 00:03 2024-04-26T18:44:54.675 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2024-04-26T18:44:54.714 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2024-04-26T18:44:54.714 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2024-04-26T18:44:55.005 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2024-04-26T18:44:55.007 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2024-04-26T18:44:55.138 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-26T18:44:55.207 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-26T18:44:55.240 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-26T18:44:55.268 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-26T18:44:55.338 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-26T18:44:55.400 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-26T18:44:55.433 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-26T18:44:55.524 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-26T18:44:55.602 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-26T18:44:55.644 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-26T18:44:55.661 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-26T18:44:55.662 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 1/34 2024-04-26T18:44:55.662 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2/34 2024-04-26T18:44:55.662 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 3/34 2024-04-26T18:44:55.662 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 4/34 2024-04-26T18:44:55.662 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 5/34 2024-04-26T18:44:55.662 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 6/34 2024-04-26T18:44:55.662 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-26T18:44:55.662 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 8/34 2024-04-26T18:44:55.662 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 9/34 2024-04-26T18:44:55.662 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 10/34 2024-04-26T18:44:55.662 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 11/34 2024-04-26T18:44:55.663 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-26T18:44:55.663 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 13/34 2024-04-26T18:44:55.663 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-26T18:44:55.663 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-26T18:44:55.663 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-26T18:44:55.663 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-26T18:44:55.663 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-26T18:44:55.663 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-26T18:44:55.663 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-26T18:44:55.663 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-26T18:44:55.664 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-26T18:44:55.664 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-26T18:44:55.664 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-04-26T18:44:55.664 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-04-26T18:44:55.664 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-26T18:44:55.664 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-26T18:44:55.664 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-04-26T18:44:55.664 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-26T18:44:55.664 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-26T18:44:55.664 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-26T18:44:55.664 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-26T18:44:55.664 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 33/34 2024-04-26T18:44:55.679 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-26T18:44:55.709 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-26T18:44:55.743 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-26T18:44:55.776 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-26T18:44:55.817 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-26T18:44:55.852 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-26T18:44:55.886 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-26T18:44:55.924 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-26T18:44:55.997 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-26T18:44:56.134 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-26T18:44:56.217 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-26T18:44:56.274 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2024-04-26T18:44:56.277 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-26T18:44:56.315 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-26T18:44:56.340 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-26T18:44:56.364 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-26T18:44:56.373 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-26T18:44:56.387 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-26T18:44:56.387 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-26T18:44:56.387 INFO:teuthology.orchestra.run.smithi071.stdout:Upgraded: 2024-04-26T18:44:56.387 INFO:teuthology.orchestra.run.smithi071.stdout: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:56.387 INFO:teuthology.orchestra.run.smithi071.stdout: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:56.387 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-26T18:44:56.387 INFO:teuthology.orchestra.run.smithi071.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-26T18:44:56.387 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:56.387 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:56.388 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:56.388 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:56.388 INFO:teuthology.orchestra.run.smithi071.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-26T18:44:56.388 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow-9.0.0-11.el9.x86_64 2024-04-26T18:44:56.388 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-04-26T18:44:56.388 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:56.388 INFO:teuthology.orchestra.run.smithi071.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-26T18:44:56.388 INFO:teuthology.orchestra.run.smithi071.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-26T18:44:56.388 INFO:teuthology.orchestra.run.smithi071.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-26T18:44:56.388 INFO:teuthology.orchestra.run.smithi071.stdout: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:56.388 INFO:teuthology.orchestra.run.smithi071.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-26T18:44:56.388 INFO:teuthology.orchestra.run.smithi071.stdout: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:56.388 INFO:teuthology.orchestra.run.smithi071.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-26T18:44:56.388 INFO:teuthology.orchestra.run.smithi071.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-26T18:44:56.389 INFO:teuthology.orchestra.run.smithi071.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-04-26T18:44:56.389 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:56.389 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:56.389 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:56.389 INFO:teuthology.orchestra.run.smithi071.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-26T18:44:56.389 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:56.389 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:56.389 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:44:56.389 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-26T18:44:56.389 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-26T18:44:56.389 INFO:teuthology.orchestra.run.smithi071.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-26T18:44:56.389 INFO:teuthology.orchestra.run.smithi071.stdout: re2-1:20211101-3.el9.x86_64 2024-04-26T18:44:56.389 INFO:teuthology.orchestra.run.smithi071.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-26T18:44:56.389 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-26T18:44:56.389 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-26T18:44:56.409 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-26T18:44:56.420 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-26T18:44:56.480 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-26T18:44:56.516 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-26T18:44:56.549 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-26T18:44:56.605 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-26T18:44:56.640 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-26T18:44:56.657 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-test 2024-04-26T18:44:56.661 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-26T18:44:56.719 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-26T18:44:56.739 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-26T18:44:56.759 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-26T18:44:56.803 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-26T18:44:56.827 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-26T18:44:56.833 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-26T18:44:56.868 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-26T18:44:56.869 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-26T18:44:56.902 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-26T18:44:56.941 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-26T18:44:56.976 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-26T18:44:56.985 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-26T18:44:57.011 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-26T18:44:57.049 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-26T18:44:57.122 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-26T18:44:57.143 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 31/36 2024-04-26T18:44:57.171 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-26T18:44:57.188 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:31 ago on Fri 26 Apr 2024 06:44:26 PM UTC. 2024-04-26T18:44:57.196 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-26T18:44:57.196 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:44:57.196 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-26T18:44:57.196 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-26T18:44:57.196 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-26T18:44:57.196 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:44:57.260 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-26T18:44:57.311 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-26T18:44:57.312 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-26T18:44:57.312 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-26T18:44:57.312 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-26T18:44:57.312 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-26T18:44:57.312 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-test x86_64 2:19.0.0-3211.g5d349943.el7 ceph 49 M 2024-04-26T18:44:57.312 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-26T18:44:57.312 INFO:teuthology.orchestra.run.smithi071.stdout: libcephsqlite x86_64 2:19.0.0-3211.g5d349943.el7 ceph 163 k 2024-04-26T18:44:57.312 INFO:teuthology.orchestra.run.smithi071.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-26T18:44:57.312 INFO:teuthology.orchestra.run.smithi071.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-26T18:44:57.313 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-26T18:44:57.313 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-26T18:44:57.313 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-26T18:44:57.313 INFO:teuthology.orchestra.run.smithi071.stdout:Install 4 Packages 2024-04-26T18:44:57.313 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-26T18:44:57.314 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 50 M 2024-04-26T18:44:57.314 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 210 M 2024-04-26T18:44:57.314 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-26T18:44:57.341 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-26T18:44:57.402 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-26T18:44:57.441 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-26T18:44:57.490 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-26T18:44:57.526 INFO:teuthology.orchestra.run.smithi071.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 2.1 MB/s | 305 kB 00:00 2024-04-26T18:44:57.544 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-26T18:44:57.619 INFO:teuthology.orchestra.run.smithi071.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 688 kB/s | 64 kB 00:00 2024-04-26T18:44:57.728 INFO:teuthology.orchestra.run.smithi071.stdout:(3/4): libcephsqlite-19.0.0-3211.g5d349943.el7. 473 kB/s | 163 kB 00:00 2024-04-26T18:44:57.731 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-26T18:44:57.795 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-26T18:44:57.864 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-26T18:44:57.952 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-26T18:44:57.994 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-26T18:44:58.113 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-26T18:44:58.276 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 31/36 2024-04-26T18:44:58.305 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-26T18:44:58.331 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-26T18:44:58.331 INFO:teuthology.orchestra.run.smithi113.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:44:58.331 INFO:teuthology.orchestra.run.smithi113.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-26T18:44:58.331 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-26T18:44:58.331 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-26T18:44:58.331 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:44:58.663 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-26T18:44:58.690 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-26T18:44:58.690 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:44:58.690 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-26T18:44:58.690 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-26T18:44:58.691 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-26T18:44:58.691 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:44:59.131 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-26T18:44:59.153 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-26T18:44:59.154 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:44:59.154 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-26T18:44:59.154 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-26T18:44:59.154 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-26T18:44:59.154 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:44:59.382 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-26T18:44:59.404 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-26T18:44:59.404 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:44:59.404 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-26T18:44:59.404 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-26T18:44:59.404 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-26T18:44:59.404 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:44:59.468 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-26T18:44:59.772 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-26T18:44:59.799 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-26T18:44:59.799 INFO:teuthology.orchestra.run.smithi113.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:44:59.799 INFO:teuthology.orchestra.run.smithi113.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-26T18:44:59.799 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-26T18:44:59.799 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-26T18:44:59.799 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:44:59.932 INFO:teuthology.orchestra.run.smithi071.stdout:(4/4): ceph-test-19.0.0-3211.g5d349943.el7.x86_ 19 MB/s | 49 MB 00:02 2024-04-26T18:44:59.934 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:44:59.934 INFO:teuthology.orchestra.run.smithi071.stdout:Total 19 MB/s | 50 MB 00:02 2024-04-26T18:44:59.961 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-26T18:44:59.981 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-26T18:44:59.981 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-26T18:45:00.231 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-26T18:45:00.254 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-26T18:45:00.254 INFO:teuthology.orchestra.run.smithi113.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:45:00.254 INFO:teuthology.orchestra.run.smithi113.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-26T18:45:00.254 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-26T18:45:00.254 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-26T18:45:00.254 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:45:00.350 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-26T18:45:00.350 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-26T18:45:00.474 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-26T18:45:00.497 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-26T18:45:00.497 INFO:teuthology.orchestra.run.smithi113.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:45:00.497 INFO:teuthology.orchestra.run.smithi113.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-26T18:45:00.497 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-26T18:45:00.497 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-26T18:45:00.497 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:45:00.552 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-26T18:45:00.865 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-04-26T18:45:00.933 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-26T18:45:00.972 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-26T18:45:01.001 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-26T18:45:01.136 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-26T18:45:01.136 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 1/36 2024-04-26T18:45:01.136 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2/36 2024-04-26T18:45:01.136 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 3/36 2024-04-26T18:45:01.136 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 4/36 2024-04-26T18:45:01.136 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 5/36 2024-04-26T18:45:01.137 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 6/36 2024-04-26T18:45:01.137 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-26T18:45:01.137 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-26T18:45:01.137 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-26T18:45:01.137 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-26T18:45:01.137 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-26T18:45:01.138 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-26T18:45:01.138 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-26T18:45:01.138 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-26T18:45:01.138 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-26T18:45:01.138 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-26T18:45:01.138 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-26T18:45:01.138 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-26T18:45:01.138 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-26T18:45:01.138 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-26T18:45:01.138 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-26T18:45:01.138 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-26T18:45:01.138 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-26T18:45:01.138 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-26T18:45:01.139 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-26T18:45:01.139 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-26T18:45:01.139 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-26T18:45:01.139 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-26T18:45:01.139 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-26T18:45:01.139 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-26T18:45:01.139 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-26T18:45:01.139 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-26T18:45:01.139 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-26T18:45:01.139 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-26T18:45:01.139 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-26T18:45:02.064 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-26T18:45:02.064 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:45:02.064 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-26T18:45:02.064 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:45:02.064 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:45:02.064 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:45:02.064 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7.noarch 2024-04-26T18:45:02.065 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:45:02.065 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:45:02.065 INFO:teuthology.orchestra.run.smithi069.stdout: lua-5.4.4-4.el9.x86_64 2024-04-26T18:45:02.065 INFO:teuthology.orchestra.run.smithi069.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-26T18:45:02.065 INFO:teuthology.orchestra.run.smithi069.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-26T18:45:02.065 INFO:teuthology.orchestra.run.smithi069.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-26T18:45:02.065 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-26T18:45:02.065 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-26T18:45:02.065 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-26T18:45:02.065 INFO:teuthology.orchestra.run.smithi069.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-26T18:45:02.065 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-26T18:45:02.065 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-26T18:45:02.065 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-26T18:45:02.066 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-26T18:45:02.066 INFO:teuthology.orchestra.run.smithi069.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-26T18:45:02.066 INFO:teuthology.orchestra.run.smithi069.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-26T18:45:02.066 INFO:teuthology.orchestra.run.smithi069.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-26T18:45:02.066 INFO:teuthology.orchestra.run.smithi069.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-26T18:45:02.066 INFO:teuthology.orchestra.run.smithi069.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-26T18:45:02.067 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-26T18:45:02.067 INFO:teuthology.orchestra.run.smithi069.stdout: python3-ply-3.11-14.el9.noarch 2024-04-26T18:45:02.067 INFO:teuthology.orchestra.run.smithi069.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-26T18:45:02.067 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-26T18:45:02.067 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-26T18:45:02.067 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-26T18:45:02.067 INFO:teuthology.orchestra.run.smithi069.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-26T18:45:02.067 INFO:teuthology.orchestra.run.smithi069.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-26T18:45:02.067 INFO:teuthology.orchestra.run.smithi069.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-26T18:45:02.067 INFO:teuthology.orchestra.run.smithi069.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-26T18:45:02.067 INFO:teuthology.orchestra.run.smithi069.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-26T18:45:02.067 INFO:teuthology.orchestra.run.smithi069.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-26T18:45:02.067 INFO:teuthology.orchestra.run.smithi069.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-26T18:45:02.067 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:45:02.067 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-26T18:45:02.285 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-26T18:45:02.285 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 1/36 2024-04-26T18:45:02.286 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2/36 2024-04-26T18:45:02.286 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 3/36 2024-04-26T18:45:02.286 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 4/36 2024-04-26T18:45:02.286 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 5/36 2024-04-26T18:45:02.286 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 6/36 2024-04-26T18:45:02.286 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-26T18:45:02.286 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-26T18:45:02.286 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-26T18:45:02.286 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-26T18:45:02.286 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-26T18:45:02.286 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-26T18:45:02.286 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-26T18:45:02.286 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-26T18:45:02.286 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-26T18:45:02.287 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-26T18:45:02.287 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-26T18:45:02.287 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-26T18:45:02.287 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-26T18:45:02.287 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-26T18:45:02.287 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-26T18:45:02.287 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-26T18:45:02.287 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-26T18:45:02.287 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-26T18:45:02.287 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-26T18:45:02.288 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-26T18:45:02.288 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-26T18:45:02.288 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-26T18:45:02.289 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-26T18:45:02.289 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-26T18:45:02.289 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-26T18:45:02.289 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-26T18:45:02.289 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-26T18:45:02.289 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-26T18:45:02.289 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-26T18:45:02.433 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-base 2024-04-26T18:45:02.952 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:00:55 ago on Fri 26 Apr 2024 06:44:07 PM UTC. 2024-04-26T18:45:03.029 INFO:teuthology.orchestra.run.smithi069.stdout:Package ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 is already installed. 2024-04-26T18:45:03.071 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-26T18:45:03.072 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-26T18:45:03.072 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-26T18:45:03.135 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install cephadm 2024-04-26T18:45:03.217 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-26T18:45:03.217 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:45:03.217 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2024-04-26T18:45:03.217 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:45:03.217 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:45:03.217 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:45:03.218 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7.noarch 2024-04-26T18:45:03.218 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:45:03.218 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:45:03.218 INFO:teuthology.orchestra.run.smithi113.stdout: lua-5.4.4-4.el9.x86_64 2024-04-26T18:45:03.218 INFO:teuthology.orchestra.run.smithi113.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-26T18:45:03.218 INFO:teuthology.orchestra.run.smithi113.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-26T18:45:03.218 INFO:teuthology.orchestra.run.smithi113.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-26T18:45:03.218 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-26T18:45:03.218 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-26T18:45:03.218 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-26T18:45:03.218 INFO:teuthology.orchestra.run.smithi113.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-26T18:45:03.218 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-26T18:45:03.218 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-26T18:45:03.218 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-26T18:45:03.218 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-26T18:45:03.219 INFO:teuthology.orchestra.run.smithi113.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-26T18:45:03.219 INFO:teuthology.orchestra.run.smithi113.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-26T18:45:03.219 INFO:teuthology.orchestra.run.smithi113.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-26T18:45:03.219 INFO:teuthology.orchestra.run.smithi113.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-26T18:45:03.219 INFO:teuthology.orchestra.run.smithi113.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-26T18:45:03.219 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-26T18:45:03.219 INFO:teuthology.orchestra.run.smithi113.stdout: python3-ply-3.11-14.el9.noarch 2024-04-26T18:45:03.219 INFO:teuthology.orchestra.run.smithi113.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-26T18:45:03.219 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-26T18:45:03.219 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-26T18:45:03.219 INFO:teuthology.orchestra.run.smithi113.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-26T18:45:03.219 INFO:teuthology.orchestra.run.smithi113.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-26T18:45:03.219 INFO:teuthology.orchestra.run.smithi113.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-26T18:45:03.219 INFO:teuthology.orchestra.run.smithi113.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-26T18:45:03.219 INFO:teuthology.orchestra.run.smithi113.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-26T18:45:03.220 INFO:teuthology.orchestra.run.smithi113.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-26T18:45:03.220 INFO:teuthology.orchestra.run.smithi113.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-26T18:45:03.220 INFO:teuthology.orchestra.run.smithi113.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-26T18:45:03.220 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:45:03.220 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-26T18:45:03.560 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-base 2024-04-26T18:45:03.639 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:00:56 ago on Fri 26 Apr 2024 06:44:07 PM UTC. 2024-04-26T18:45:03.759 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-26T18:45:03.760 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-26T18:45:03.760 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2024-04-26T18:45:03.760 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-26T18:45:03.760 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-26T18:45:03.760 INFO:teuthology.orchestra.run.smithi069.stdout: cephadm noarch 2:19.0.0-3211.g5d349943.el9 ceph-noarch 762 k 2024-04-26T18:45:03.760 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:45:03.760 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-26T18:45:03.760 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-26T18:45:03.761 INFO:teuthology.orchestra.run.smithi069.stdout:Install 1 Package 2024-04-26T18:45:03.761 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:45:03.761 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 762 k 2024-04-26T18:45:03.761 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 769 k 2024-04-26T18:45:03.761 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-26T18:45:04.071 INFO:teuthology.orchestra.run.smithi069.stdout:cephadm-19.0.0-3211.g5d349943.el9.noarch.rpm 2.4 MB/s | 762 kB 00:00 2024-04-26T18:45:04.072 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:45:04.072 INFO:teuthology.orchestra.run.smithi069.stdout:Total 2.4 MB/s | 762 kB 00:00 2024-04-26T18:45:04.073 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-26T18:45:04.077 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-26T18:45:04.078 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-26T18:45:04.078 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:00:59 ago on Fri 26 Apr 2024 06:44:05 PM UTC. 2024-04-26T18:45:04.083 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-26T18:45:04.084 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-26T18:45:04.151 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-26T18:45:04.158 INFO:teuthology.orchestra.run.smithi113.stdout:Package ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 is already installed. 2024-04-26T18:45:04.199 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-26T18:45:04.200 INFO:teuthology.orchestra.run.smithi113.stdout:Nothing to do. 2024-04-26T18:45:04.200 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-26T18:45:04.275 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install cephadm 2024-04-26T18:45:04.570 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-26T18:45:04.656 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-26T18:45:04.787 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:00:59 ago on Fri 26 Apr 2024 06:44:05 PM UTC. 2024-04-26T18:45:04.907 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-26T18:45:04.908 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-26T18:45:04.908 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repository Size 2024-04-26T18:45:04.908 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-26T18:45:04.908 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2024-04-26T18:45:04.908 INFO:teuthology.orchestra.run.smithi113.stdout: cephadm noarch 2:19.0.0-3211.g5d349943.el9 ceph-noarch 762 k 2024-04-26T18:45:04.908 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:45:04.908 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2024-04-26T18:45:04.908 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-26T18:45:04.908 INFO:teuthology.orchestra.run.smithi113.stdout:Install 1 Package 2024-04-26T18:45:04.908 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:45:04.909 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 762 k 2024-04-26T18:45:04.909 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 769 k 2024-04-26T18:45:04.909 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2024-04-26T18:45:04.985 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-26T18:45:05.189 INFO:teuthology.orchestra.run.smithi113.stdout:cephadm-19.0.0-3211.g5d349943.el9.noarch.rpm 2.7 MB/s | 762 kB 00:00 2024-04-26T18:45:05.190 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:45:05.190 INFO:teuthology.orchestra.run.smithi113.stdout:Total 2.6 MB/s | 762 kB 00:00 2024-04-26T18:45:05.190 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2024-04-26T18:45:05.195 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2024-04-26T18:45:05.195 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2024-04-26T18:45:05.201 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2024-04-26T18:45:05.202 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2024-04-26T18:45:05.218 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-26T18:45:05.218 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:45:05.218 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-26T18:45:05.218 INFO:teuthology.orchestra.run.smithi069.stdout: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 2024-04-26T18:45:05.218 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:45:05.218 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-26T18:45:05.271 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2024-04-26T18:45:05.451 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-immutable-object-cache 2024-04-26T18:45:05.594 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-26T18:45:05.679 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-26T18:45:05.768 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-26T18:45:05.780 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-26T18:45:05.965 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:00:58 ago on Fri 26 Apr 2024 06:44:07 PM UTC. 2024-04-26T18:45:06.086 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-26T18:45:06.088 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-26T18:45:06.088 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-26T18:45:06.088 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repo Size 2024-04-26T18:45:06.089 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-26T18:45:06.089 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2024-04-26T18:45:06.089 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3211.g5d349943.el7 ceph 145 k 2024-04-26T18:45:06.089 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:45:06.089 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2024-04-26T18:45:06.089 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2024-04-26T18:45:06.089 INFO:teuthology.orchestra.run.smithi069.stdout:Install 1 Package 2024-04-26T18:45:06.089 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:45:06.089 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 145 k 2024-04-26T18:45:06.089 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 435 k 2024-04-26T18:45:06.089 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2024-04-26T18:45:06.286 INFO:teuthology.orchestra.run.smithi069.stdout:ceph-immutable-object-cache-19.0.0-3211.g5d3499 739 kB/s | 145 kB 00:00 2024-04-26T18:45:06.286 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:45:06.287 INFO:teuthology.orchestra.run.smithi069.stdout:Total 732 kB/s | 145 kB 00:00 2024-04-26T18:45:06.287 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2024-04-26T18:45:06.294 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2024-04-26T18:45:06.294 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2024-04-26T18:45:06.325 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-26T18:45:06.325 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:45:06.325 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2024-04-26T18:45:06.325 INFO:teuthology.orchestra.run.smithi113.stdout: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 2024-04-26T18:45:06.325 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:45:06.325 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-26T18:45:06.349 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2024-04-26T18:45:06.350 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2024-04-26T18:45:06.495 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2024-04-26T18:45:06.559 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-immutable-object-cache 2024-04-26T18:45:06.578 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-26T18:45:06.603 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-26T18:45:06.603 INFO:teuthology.orchestra.run.smithi069.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:45:06.603 INFO:teuthology.orchestra.run.smithi069.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-26T18:45:06.603 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:45:07.071 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:01:02 ago on Fri 26 Apr 2024 06:44:05 PM UTC. 2024-04-26T18:45:07.192 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-26T18:45:07.193 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-26T18:45:07.193 INFO:teuthology.orchestra.run.smithi113.stdout: Package Arch Version Repo Size 2024-04-26T18:45:07.193 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-26T18:45:07.193 INFO:teuthology.orchestra.run.smithi113.stdout:Installing: 2024-04-26T18:45:07.193 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3211.g5d349943.el7 ceph 145 k 2024-04-26T18:45:07.193 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:45:07.193 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction Summary 2024-04-26T18:45:07.194 INFO:teuthology.orchestra.run.smithi113.stdout:================================================================================ 2024-04-26T18:45:07.194 INFO:teuthology.orchestra.run.smithi113.stdout:Install 1 Package 2024-04-26T18:45:07.194 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:45:07.194 INFO:teuthology.orchestra.run.smithi113.stdout:Total download size: 145 k 2024-04-26T18:45:07.194 INFO:teuthology.orchestra.run.smithi113.stdout:Installed size: 435 k 2024-04-26T18:45:07.194 INFO:teuthology.orchestra.run.smithi113.stdout:Downloading Packages: 2024-04-26T18:45:07.421 INFO:teuthology.orchestra.run.smithi113.stdout:ceph-immutable-object-cache-19.0.0-3211.g5d3499 638 kB/s | 145 kB 00:00 2024-04-26T18:45:07.421 INFO:teuthology.orchestra.run.smithi113.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:45:07.422 INFO:teuthology.orchestra.run.smithi113.stdout:Total 633 kB/s | 145 kB 00:00 2024-04-26T18:45:07.422 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction check 2024-04-26T18:45:07.430 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction check succeeded. 2024-04-26T18:45:07.430 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction test 2024-04-26T18:45:07.456 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-26T18:45:07.456 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:45:07.456 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2024-04-26T18:45:07.456 INFO:teuthology.orchestra.run.smithi069.stdout: ceph-immutable-object-cache-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:45:07.456 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-04-26T18:45:07.456 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-26T18:45:07.485 INFO:teuthology.orchestra.run.smithi113.stdout:Transaction test succeeded. 2024-04-26T18:45:07.486 INFO:teuthology.orchestra.run.smithi113.stdout:Running transaction 2024-04-26T18:45:07.621 INFO:teuthology.orchestra.run.smithi113.stdout: Preparing : 1/1 2024-04-26T18:45:07.697 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-mgr 2024-04-26T18:45:07.730 INFO:teuthology.orchestra.run.smithi113.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-26T18:45:07.754 INFO:teuthology.orchestra.run.smithi113.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-26T18:45:07.754 INFO:teuthology.orchestra.run.smithi113.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T18:45:07.754 INFO:teuthology.orchestra.run.smithi113.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-26T18:45:07.755 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:45:08.203 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-26T18:45:08.203 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 1/4 2024-04-26T18:45:08.203 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2/4 2024-04-26T18:45:08.203 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-26T18:45:08.204 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:01 ago on Fri 26 Apr 2024 06:44:07 PM UTC. 2024-04-26T18:45:08.288 INFO:teuthology.orchestra.run.smithi069.stdout:Package ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 is already installed. 2024-04-26T18:45:08.330 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2024-04-26T18:45:08.331 INFO:teuthology.orchestra.run.smithi069.stdout:Nothing to do. 2024-04-26T18:45:08.332 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2024-04-26T18:45:08.403 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum -y install ceph-mgr-dashboard 2024-04-26T18:45:08.493 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-26T18:45:08.493 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-26T18:45:08.493 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-04-26T18:45:08.494 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:45:08.494 INFO:teuthology.orchestra.run.smithi071.stdout: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:45:08.494 INFO:teuthology.orchestra.run.smithi071.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-26T18:45:08.494 INFO:teuthology.orchestra.run.smithi071.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-26T18:45:08.494 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-26T18:45:08.494 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-04-26T18:45:08.594 INFO:teuthology.orchestra.run.smithi113.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-26T18:45:08.594 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:45:08.594 INFO:teuthology.orchestra.run.smithi113.stdout:Installed: 2024-04-26T18:45:08.594 INFO:teuthology.orchestra.run.smithi113.stdout: ceph-immutable-object-cache-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T18:45:08.594 INFO:teuthology.orchestra.run.smithi113.stdout: 2024-04-26T18:45:08.594 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-26T18:45:08.790 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph 2024-04-26T18:45:08.806 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-mgr 2024-04-26T18:45:08.905 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:01:01 ago on Fri 26 Apr 2024 06:44:07 PM UTC. 2024-04-26T18:45:09.032 INFO:teuthology.orchestra.run.smithi069.stderr:Error: 2024-04-26T18:45:09.033 INFO:teuthology.orchestra.run.smithi069.stderr: Problem: cannot install the best candidate for the job 2024-04-26T18:45:09.033 INFO:teuthology.orchestra.run.smithi069.stderr: - nothing provides ceph-mgr = 2:19.0.0-3211.g5d349943.el9 needed by ceph-mgr-dashboard-2:19.0.0-3211.g5d349943.el9.noarch from ceph-noarch 2024-04-26T18:45:09.033 INFO:teuthology.orchestra.run.smithi069.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2024-04-26T18:45:09.068 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:45:09.068 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi069 with status 1: 'sudo yum -y install ceph-mgr-dashboard' 2024-04-26T18:45:09.071 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 622, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi069 with status 1: 'sudo yum -y install ceph-mgr-dashboard' 2024-04-26T18:45:09.316 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=d3c0823d86a24089a91ee427bb88b882 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 622, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi069 with status 1: 'sudo yum -y install ceph-mgr-dashboard' 2024-04-26T18:45:09.320 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-26T18:45:09.330 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-26T18:45:09.351 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-26T18:45:09.351 DEBUG:teuthology.orchestra.run.smithi069:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-26T18:45:09.357 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:01:04 ago on Fri 26 Apr 2024 06:44:05 PM UTC. 2024-04-26T18:45:09.357 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:43 ago on Fri 26 Apr 2024 06:44:26 PM UTC. 2024-04-26T18:45:09.366 DEBUG:teuthology.orchestra.run.smithi071:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-26T18:45:09.369 DEBUG:teuthology.orchestra.run.smithi113:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-26T18:45:09.370 INFO:teuthology.orchestra.run.smithi069.stderr:bash: line 1: ntpq: command not found 2024-04-26T18:45:09.374 INFO:teuthology.orchestra.run.smithi069.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-26T18:45:09.374 INFO:teuthology.orchestra.run.smithi069.stdout:=============================================================================== 2024-04-26T18:45:09.374 INFO:teuthology.orchestra.run.smithi069.stdout:^* hv01.front.sepia.ceph.com 3 6 37 12 +784us[ +724us] +/- 41ms 2024-04-26T18:45:09.374 INFO:teuthology.orchestra.run.smithi069.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 12 -569us[ -629us] +/- 59ms 2024-04-26T18:45:09.374 INFO:teuthology.orchestra.run.smithi069.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 11 -723us[ -723us] +/- 87ms 2024-04-26T18:45:09.374 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:45:09.380 INFO:teuthology.orchestra.run.smithi071.stderr:bash: line 1: ntpq: command not found 2024-04-26T18:45:09.382 INFO:teuthology.orchestra.run.smithi113.stderr:bash: line 1: ntpq: command not found 2024-04-26T18:45:09.384 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-26T18:45:09.384 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-04-26T18:45:09.384 INFO:teuthology.orchestra.run.smithi071.stdout:^* hv01.front.sepia.ceph.com 3 6 37 12 +745us[ +753us] +/- 41ms 2024-04-26T18:45:09.384 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 12 -582us[ -575us] +/- 59ms 2024-04-26T18:45:09.384 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 13 -732us[ -724us] +/- 87ms 2024-04-26T18:45:09.385 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:45:09.386 INFO:teuthology.orchestra.run.smithi113.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-26T18:45:09.386 INFO:teuthology.orchestra.run.smithi113.stdout:=============================================================================== 2024-04-26T18:45:09.386 INFO:teuthology.orchestra.run.smithi113.stdout:^* hv01.front.sepia.ceph.com 3 6 37 12 +785us[ +736us] +/- 41ms 2024-04-26T18:45:09.386 INFO:teuthology.orchestra.run.smithi113.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 12 -576us[ -624us] +/- 59ms 2024-04-26T18:45:09.386 INFO:teuthology.orchestra.run.smithi113.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 12 -707us[ -707us] +/- 87ms 2024-04-26T18:45:09.387 INFO:teuthology.orchestra.run.smithi113.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T18:45:09.387 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-26T18:45:09.396 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-26T18:45:09.396 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-26T18:45:09.419 DEBUG:teuthology.orchestra.run.smithi069:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-26T18:45:09.420 INFO:teuthology.orchestra.run.smithi113.stdout:Package ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 is already installed. 2024-04-26T18:45:09.444 INFO:teuthology.orchestra.run.smithi113.stdout:Dependencies resolved. 2024-04-26T18:45:09.445 INFO:teuthology.orchestra.run.smithi113.stdout:Nothing to do. 2024-04-26T18:45:09.445 INFO:teuthology.orchestra.run.smithi113.stdout:Complete! 2024-04-26T18:45:09.449 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-04-26T18:45:09.452 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-26T18:45:09.452 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-04-26T18:45:09.453 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-26T18:45:09.453 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-04-26T18:45:09.453 INFO:teuthology.orchestra.run.smithi071.stdout: ceph x86_64 2:19.0.0-3211.g5d349943.el7 ceph 6.6 k 2024-04-26T18:45:09.453 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-04-26T18:45:09.453 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mds x86_64 2:19.0.0-3211.g5d349943.el7 ceph 2.4 M 2024-04-26T18:45:09.453 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr x86_64 2:19.0.0-3211.g5d349943.el7 ceph 1.5 M 2024-04-26T18:45:09.453 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3211.g5d349943.el7 ceph-noarch 249 k 2024-04-26T18:45:09.453 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mon x86_64 2:19.0.0-3211.g5d349943.el7 ceph 4.7 M 2024-04-26T18:45:09.453 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-osd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 17 M 2024-04-26T18:45:09.454 INFO:teuthology.orchestra.run.smithi071.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-26T18:45:09.454 INFO:teuthology.orchestra.run.smithi071.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-26T18:45:09.454 INFO:teuthology.orchestra.run.smithi071.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-26T18:45:09.454 INFO:teuthology.orchestra.run.smithi071.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-26T18:45:09.454 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-26T18:45:09.454 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-26T18:45:09.454 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-26T18:45:09.454 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-26T18:45:09.455 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-26T18:45:09.455 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-26T18:45:09.455 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-collections 2024-04-26T18:45:09.455 INFO:teuthology.orchestra.run.smithi071.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-26T18:45:09.455 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-26T18:45:09.455 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-26T18:45:09.455 INFO:teuthology.orchestra.run.smithi071.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-26T18:45:09.455 INFO:teuthology.orchestra.run.smithi071.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-26T18:45:09.455 INFO:teuthology.orchestra.run.smithi071.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-26T18:45:09.456 INFO:teuthology.orchestra.run.smithi071.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-26T18:45:09.456 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-26T18:45:09.456 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-26T18:45:09.456 INFO:teuthology.orchestra.run.smithi071.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-26T18:45:09.456 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-26T18:45:09.456 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-26T18:45:09.456 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-26T18:45:09.457 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-26T18:45:09.457 INFO:teuthology.orchestra.run.smithi071.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-26T18:45:09.457 INFO:teuthology.orchestra.run.smithi071.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-26T18:45:09.457 INFO:teuthology.orchestra.run.smithi071.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-26T18:45:09.457 INFO:teuthology.orchestra.run.smithi071.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-26T18:45:09.457 INFO:teuthology.orchestra.run.smithi071.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-26T18:45:09.457 INFO:teuthology.orchestra.run.smithi071.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-26T18:45:09.457 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-26T18:45:09.457 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-04-26T18:45:09.458 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-04-26T18:45:09.458 INFO:teuthology.orchestra.run.smithi071.stdout:Install 36 Packages 2024-04-26T18:45:09.458 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-04-26T18:45:09.458 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 30 M 2024-04-26T18:45:09.459 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 107 M 2024-04-26T18:45:09.459 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-04-26T18:45:09.474 DEBUG:teuthology.orchestra.run.smithi071:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-26T18:45:09.527 DEBUG:teuthology.orchestra.run.smithi113:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-26T18:45:09.541 DEBUG:teuthology.orchestra.run.smithi113:> sudo yum -y install ceph-mgr-dashboard 2024-04-26T18:45:09.583 DEBUG:teuthology.orchestra.run.smithi069:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-26T18:45:09.609 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:45:09.610 DEBUG:teuthology.orchestra.run.smithi071:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-26T18:45:09.636 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:45:09.636 DEBUG:teuthology.orchestra.run.smithi113:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-26T18:45:09.689 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:45:09.690 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-26T18:45:09.699 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-26T18:45:09.727 INFO:teuthology.task.internal:Duration was 300.130572 seconds 2024-04-26T18:45:09.727 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-26T18:45:09.760 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-26T18:45:09.760 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-26T18:45:09.762 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-26T18:45:09.764 DEBUG:teuthology.orchestra.run.smithi113:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-26T18:45:09.797 INFO:teuthology.orchestra.run.smithi069.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-26T18:45:09.799 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-26T18:45:09.801 INFO:teuthology.orchestra.run.smithi113.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-26T18:45:10.076 INFO:teuthology.orchestra.run.smithi071.stdout:(1/36): ceph-19.0.0-3211.g5d349943.el7.x86_64.r 40 kB/s | 6.6 kB 00:00 2024-04-26T18:45:10.134 INFO:teuthology.orchestra.run.smithi113.stdout:Last metadata expiration check: 0:01:05 ago on Fri 26 Apr 2024 06:44:05 PM UTC. 2024-04-26T18:45:10.233 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-26T18:45:10.234 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi069.front.sepia.ceph.com 2024-04-26T18:45:10.234 DEBUG:teuthology.orchestra.run.smithi069:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-26T18:45:10.262 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi071.front.sepia.ceph.com 2024-04-26T18:45:10.262 DEBUG:teuthology.orchestra.run.smithi071:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-26T18:45:10.268 INFO:teuthology.orchestra.run.smithi113.stderr:Error: 2024-04-26T18:45:10.268 INFO:teuthology.orchestra.run.smithi113.stderr: Problem: cannot install the best candidate for the job 2024-04-26T18:45:10.269 INFO:teuthology.orchestra.run.smithi113.stderr: - nothing provides ceph-mgr = 2:19.0.0-3211.g5d349943.el9 needed by ceph-mgr-dashboard-2:19.0.0-3211.g5d349943.el9.noarch from ceph-noarch 2024-04-26T18:45:10.269 INFO:teuthology.orchestra.run.smithi113.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2024-04-26T18:45:10.290 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi113.front.sepia.ceph.com 2024-04-26T18:45:10.290 DEBUG:teuthology.orchestra.run.smithi113:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-26T18:45:10.303 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:45:10.317 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-26T18:45:10.317 DEBUG:teuthology.orchestra.run.smithi069:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-26T18:45:10.319 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-26T18:45:10.333 DEBUG:teuthology.orchestra.run.smithi113:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-26T18:45:10.335 INFO:teuthology.orchestra.run.smithi071.stdout:(2/36): ceph-mds-19.0.0-3211.g5d349943.el7.x86_ 5.6 MB/s | 2.4 MB 00:00 2024-04-26T18:45:10.382 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-26T18:45:10.382 DEBUG:teuthology.orchestra.run.smithi069:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-26T18:45:10.385 DEBUG:teuthology.orchestra.run.smithi071:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-26T18:45:10.398 DEBUG:teuthology.orchestra.run.smithi113:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-26T18:45:10.494 INFO:teuthology.orchestra.run.smithi071.stdout:(3/36): ceph-mon-19.0.0-3211.g5d349943.el7.x86_ 11 MB/s | 4.7 MB 00:00 2024-04-26T18:45:10.508 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-26T18:45:10.518 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-26T18:45:10.518 DEBUG:teuthology.orchestra.run.smithi069:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-26T18:45:10.541 DEBUG:teuthology.orchestra.run.smithi071:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-26T18:45:10.544 INFO:teuthology.orchestra.run.smithi071.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3211.g5d34 4.9 MB/s | 249 kB 00:00 2024-04-26T18:45:10.565 DEBUG:teuthology.orchestra.run.smithi113:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-26T18:45:10.589 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-26T18:45:10.598 DEBUG:teuthology.orchestra.run.smithi069:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-26T18:45:10.601 DEBUG:teuthology.orchestra.run.smithi071:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-26T18:45:10.607 DEBUG:teuthology.orchestra.run.smithi113:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-26T18:45:10.620 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern = core 2024-04-26T18:45:10.627 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = core 2024-04-26T18:45:10.650 INFO:teuthology.orchestra.run.smithi113.stdout:kernel.core_pattern = core 2024-04-26T18:45:10.694 DEBUG:teuthology.orchestra.run.smithi069:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-26T18:45:10.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:45:10.712 DEBUG:teuthology.orchestra.run.smithi071:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-26T18:45:10.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:45:10.726 DEBUG:teuthology.orchestra.run.smithi113:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-26T18:45:10.747 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T18:45:10.748 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-26T18:45:10.757 INFO:teuthology.task.internal:Transferring archived files... 2024-04-26T18:45:10.758 DEBUG:teuthology.misc:Transferring archived files from smithi069:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674935/remote/smithi069 2024-04-26T18:45:10.759 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-26T18:45:10.816 DEBUG:teuthology.misc:Transferring archived files from smithi071:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674935/remote/smithi071 2024-04-26T18:45:10.817 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-26T18:45:10.870 DEBUG:teuthology.misc:Transferring archived files from smithi113:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674935/remote/smithi113 2024-04-26T18:45:10.871 DEBUG:teuthology.orchestra.run.smithi113:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-26T18:45:10.925 INFO:teuthology.task.internal:Removing archive directory... 2024-04-26T18:45:10.925 DEBUG:teuthology.orchestra.run.smithi069:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-26T18:45:10.928 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-26T18:45:10.930 DEBUG:teuthology.orchestra.run.smithi113:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-26T18:45:10.973 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-26T18:45:10.985 INFO:teuthology.task.internal:Not uploading archives. 2024-04-26T18:45:10.985 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-26T18:45:11.018 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-26T18:45:11.018 DEBUG:teuthology.orchestra.run.smithi069:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-26T18:45:11.021 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-26T18:45:11.023 DEBUG:teuthology.orchestra.run.smithi113:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-26T18:45:11.033 INFO:teuthology.orchestra.run.smithi069.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 26 18:45 /home/ubuntu/cephtest 2024-04-26T18:45:11.035 INFO:teuthology.orchestra.run.smithi071.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 26 18:45 /home/ubuntu/cephtest 2024-04-26T18:45:11.037 INFO:teuthology.orchestra.run.smithi113.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 26 18:45 /home/ubuntu/cephtest 2024-04-26T18:45:11.038 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-26T18:45:11.052 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-26T18:45:11.112 INFO:teuthology.nuke:Checking targets against current locks 2024-04-26T18:45:11.140 DEBUG:teuthology.nuke:shortname: smithi069 2024-04-26T18:45:11.140 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-26T18:45:11.163 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi069.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674935', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-26 18:34:14.481744', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEAeoTKGkclOHCiSKHTff/folznpWK9pdxyDZ0+bNFFm2iEcgelhku//t4bnN9/VFi2ve+Q4PltvefRNBiM2etk='} 2024-04-26T18:45:11.167 DEBUG:teuthology.nuke:shortname: smithi071 2024-04-26T18:45:11.167 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-26T18:45:11.192 DEBUG:teuthology.nuke:shortname: smithi113 2024-04-26T18:45:11.193 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-26T18:45:11.199 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674935', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-26 18:34:14.480416', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB0P8Ledx7XuBnD68o5eWnuyFkczbiC8SeDjeUZ8s3FCdM/+owvdljR13/hU5B5QwGem7R2NuNcDYG8o6EuWysw='} 2024-04-26T18:45:11.226 INFO:teuthology.orchestra.console.smithi069:Power off 2024-04-26T18:45:11.227 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-26T18:45:11.240 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi113.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674935', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-26 18:34:14.478784', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAJ72Y7ytO3lffEI02qX2tSO+DZHkWg2CICzMBwKHpEta9wqBx0gPNhFQA7Gug0ftFuznXhi+lbqSJ/NggcpmkU='} 2024-04-26T18:45:11.251 DEBUG:teuthology.orchestra.console.smithi069:power off output: Chassis Power Control: Down/Off 2024-04-26T18:45:11.252 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T18:45:11.275 INFO:teuthology.orchestra.console.smithi071:Power off 2024-04-26T18:45:11.275 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-26T18:45:11.285 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is on 2024-04-26T18:45:11.297 DEBUG:teuthology.orchestra.console.smithi071:power off output: Chassis Power Control: Down/Off 2024-04-26T18:45:11.297 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T18:45:11.311 INFO:teuthology.orchestra.console.smithi113:Power off 2024-04-26T18:45:11.312 DEBUG:teuthology.orchestra.console.smithi113:pexpect command: ipmitool -H smithi113.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-26T18:45:11.320 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2024-04-26T18:45:11.333 DEBUG:teuthology.orchestra.console.smithi113:power off output: Chassis Power Control: Down/Off 2024-04-26T18:45:11.333 DEBUG:teuthology.orchestra.console.smithi113:pexpect command: ipmitool -H smithi113.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T18:45:11.354 INFO:teuthology.orchestra.run.smithi071.stdout:(5/36): ceph-osd-19.0.0-3211.g5d349943.el7.x86_ 17 MB/s | 17 MB 00:01 2024-04-26T18:45:11.356 DEBUG:teuthology.orchestra.console.smithi113:check power output: Chassis Power is on 2024-04-26T18:45:11.379 INFO:teuthology.orchestra.run.smithi071.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 303 kB/s | 253 kB 00:00 2024-04-26T18:45:11.538 INFO:teuthology.orchestra.run.smithi071.stdout:(7/36): ceph-mgr-19.0.0-3211.g5d349943.el7.x86_ 941 kB/s | 1.5 MB 00:01 2024-04-26T18:45:12.046 INFO:teuthology.orchestra.run.smithi071.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 160 kB/s | 106 kB 00:00 2024-04-26T18:45:12.238 INFO:teuthology.orchestra.run.smithi071.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 193 kB/s | 135 kB 00:00 2024-04-26T18:45:12.705 INFO:teuthology.orchestra.run.smithi071.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 190 kB/s | 125 kB 00:00 2024-04-26T18:45:12.864 INFO:teuthology.orchestra.run.smithi071.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 188 kB 00:00 2024-04-26T18:45:12.914 INFO:teuthology.orchestra.run.smithi071.stdout:(12/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 172 kB 00:00 2024-04-26T18:45:12.964 INFO:teuthology.orchestra.run.smithi071.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 696 kB/s | 35 kB 00:00 2024-04-26T18:45:13.006 INFO:teuthology.orchestra.run.smithi071.stdout:(14/36): python3-urllib3-1.26.5-5.el9.noarch.rp 280 kB/s | 215 kB 00:00 2024-04-26T18:45:13.032 INFO:teuthology.orchestra.run.smithi071.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 761 kB/s | 51 kB 00:00 2024-04-26T18:45:13.132 INFO:teuthology.orchestra.run.smithi071.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 333 kB/s | 42 kB 00:00 2024-04-26T18:45:13.216 INFO:teuthology.orchestra.run.smithi071.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 121 kB/s | 22 kB 00:00 2024-04-26T18:45:13.249 INFO:teuthology.orchestra.run.smithi071.stdout:(18/36): python3-cryptography-36.0.1-4.el9.x86_ 662 kB/s | 1.2 MB 00:01 2024-04-26T18:45:13.425 INFO:teuthology.orchestra.run.smithi071.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 208 kB/s | 43 kB 00:00 2024-04-26T18:45:13.467 INFO:teuthology.orchestra.run.smithi071.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 452 kB/s | 151 kB 00:00 2024-04-26T18:45:13.500 INFO:teuthology.orchestra.run.smithi071.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 686 kB/s | 172 kB 00:00 2024-04-26T18:45:13.526 INFO:teuthology.orchestra.run.smithi071.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 182 kB/s | 11 kB 00:00 2024-04-26T18:45:13.567 INFO:teuthology.orchestra.run.smithi071.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 264 kB/s | 18 kB 00:00 2024-04-26T18:45:13.593 INFO:teuthology.orchestra.run.smithi071.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 346 kB/s | 23 kB 00:00 2024-04-26T18:45:13.635 INFO:teuthology.orchestra.run.smithi071.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 291 kB/s | 19 kB 00:00 2024-04-26T18:45:13.660 INFO:teuthology.orchestra.run.smithi071.stdout:(26/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.5 MB/s | 358 kB 00:00 2024-04-26T18:45:13.685 INFO:teuthology.orchestra.run.smithi071.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 213 kB/s | 20 kB 00:00 2024-04-26T18:45:13.710 INFO:teuthology.orchestra.run.smithi071.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 612 kB/s | 46 kB 00:00 2024-04-26T18:45:13.736 INFO:teuthology.orchestra.run.smithi071.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-04-26T18:45:13.778 INFO:teuthology.orchestra.run.smithi071.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 245 kB/s | 16 kB 00:00 2024-04-26T18:45:13.803 INFO:teuthology.orchestra.run.smithi071.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.3 MB/s | 272 kB 00:00 2024-04-26T18:45:13.828 INFO:teuthology.orchestra.run.smithi071.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 976 kB/s | 90 kB 00:00 2024-04-26T18:45:13.854 INFO:teuthology.orchestra.run.smithi071.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 473 kB/s | 36 kB 00:00 2024-04-26T18:45:13.879 INFO:teuthology.orchestra.run.smithi071.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-04-26T18:45:13.921 INFO:teuthology.orchestra.run.smithi071.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 299 kB/s | 20 kB 00:00 2024-04-26T18:45:13.946 INFO:teuthology.orchestra.run.smithi071.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.6 MB/s | 427 kB 00:00 2024-04-26T18:45:13.948 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-04-26T18:45:13.948 INFO:teuthology.orchestra.run.smithi071.stdout:Total 6.7 MB/s | 30 MB 00:04 2024-04-26T18:45:14.085 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-04-26T18:45:14.125 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-04-26T18:45:14.125 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-04-26T18:45:14.419 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-04-26T18:45:14.419 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-04-26T18:45:15.286 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T18:45:15.306 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-26T18:45:15.322 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T18:45:15.357 DEBUG:teuthology.orchestra.console.smithi113:pexpect command: ipmitool -H smithi113.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T18:45:15.396 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is on 2024-04-26T18:45:15.432 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2024-04-26T18:45:15.466 DEBUG:teuthology.orchestra.console.smithi113:check power output: Chassis Power is on 2024-04-26T18:45:19.399 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T18:45:19.433 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T18:45:19.468 DEBUG:teuthology.orchestra.console.smithi113:pexpect command: ipmitool -H smithi113.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T18:45:19.517 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is off 2024-04-26T18:45:19.544 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2024-04-26T18:45:19.578 DEBUG:teuthology.orchestra.console.smithi113:check power output: Chassis Power is on 2024-04-26T18:45:19.618 INFO:teuthology.orchestra.console.smithi069:Power off completed 2024-04-26T18:45:23.546 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T18:45:23.579 DEBUG:teuthology.orchestra.console.smithi113:pexpect command: ipmitool -H smithi113.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T18:45:23.657 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is off 2024-04-26T18:45:23.689 DEBUG:teuthology.orchestra.console.smithi113:check power output: Chassis Power is off 2024-04-26T18:45:23.759 INFO:teuthology.orchestra.console.smithi071:Power off completed 2024-04-26T18:45:23.790 INFO:teuthology.orchestra.console.smithi113:Power off completed 2024-04-26T18:45:23.895 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} duration: 300.13057231903076 failure_reason: 'Command failed on smithi069 with status 1: ''sudo yum -y install ceph-mgr-dashboard''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=d3c0823d86a24089a91ee427bb88b882 status: fail success: false 2024-04-26T18:45:23.895 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-26T18:45:23.977 INFO:teuthology.run:FAIL