2024-05-04T11:11:43.020 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-04T11:11:43.020 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2024-05-02_19:07:25-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi --owner scheduled_yuriw@teuthology --description rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} --archive /home/teuthworker/archive/yuriw-2024-05-02_19:07:25-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7686215 --verbose -- /home/teuthworker/archive/yuriw-2024-05-02_19:07:25-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7686215/orig.config.yaml 2024-05-04T11:11:43.049 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-04T11:11:43.133 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-05-02_19:07:25-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7686215 branch: wip-yuri4-testing-2024-04-29-0642 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: '7686215' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-05-02_19:07:25-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri4-testing-2024-04-29-0642 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 log-only-match: - CEPHADM_ sha1: 09dbd6bba52d19ba471c33bc15c008e6ad158ea6 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 09dbd6bba52d19ba471c33bc15c008e6ad158ea6 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri4-testing-2024-04-29-0642 sha1: 09dbd6bba52d19ba471c33bc15c008e6ad158ea6 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: 2046 sha1: 09dbd6bba52d19ba471c33bc15c008e6ad158ea6 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2024-04-29-0642 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_09dbd6bba52d19ba471c33bc15c008e6ad158ea6/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 09dbd6bba52d19ba471c33bc15c008e6ad158ea6 targets: smithi002.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOciEtfynd2sgX19jusTRb5L789O5y0e19zg9v/vYc4M32QHBssrHIYMJpUSXRe4r1mXYuDand5hziBQ4v0S/Pc= smithi033.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI5MgIkHOvOGpinu7sxs1nq8R5yB9OuU9iWmJVAHnKkT8bxV/wPHCGSSTwqaA7HRFrFlfGnHbvZIAdHOxv4wlR8= smithi176.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOuzJ9ra0DQDaKhtyrswXLiNN/1L1vT6uunV+cE+0laGsUBo9Eer3PlSerKmfqgSOX5VjQklXAdf6MORrEx2nzU= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-02_19:07:25 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-04T11:11:43.133 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_09dbd6bba52d19ba471c33bc15c008e6ad158ea6/qa; will attempt to use it 2024-05-04T11:11:43.133 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_09dbd6bba52d19ba471c33bc15c008e6ad158ea6/qa/tasks 2024-05-04T11:11:43.133 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-04T11:11:43.135 INFO:teuthology.task.internal:Checking packages... 2024-05-04T11:11:43.159 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '09dbd6bba52d19ba471c33bc15c008e6ad158ea6' 2024-05-04T11:11:43.159 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-04T11:11:43.159 INFO:teuthology.packaging:ref: None 2024-05-04T11:11:43.159 INFO:teuthology.packaging:tag: None 2024-05-04T11:11:43.159 INFO:teuthology.packaging:branch: wip-yuri4-testing-2024-04-29-0642 2024-05-04T11:11:43.159 INFO:teuthology.packaging:sha1: 09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-05-04T11:11:43.159 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuri4-testing-2024-04-29-0642 2024-05-04T11:11:43.389 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2455.g09dbd6bb 2024-05-04T11:11:43.391 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-04T11:11:43.400 INFO:teuthology.task.internal:no buildpackages task found 2024-05-04T11:11:43.401 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-04T11:11:43.446 INFO:teuthology.task.internal:Saving configuration 2024-05-04T11:11:43.458 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-04T11:11:43.472 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-04T11:11:43.501 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi002.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-02_19:07:25-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7686216', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-04 11:06:36.102622', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOciEtfynd2sgX19jusTRb5L789O5y0e19zg9v/vYc4M32QHBssrHIYMJpUSXRe4r1mXYuDand5hziBQ4v0S/Pc='} 2024-05-04T11:11:43.530 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi033.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-02_19:07:25-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7686215', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-04 11:06:35.658472', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI5MgIkHOvOGpinu7sxs1nq8R5yB9OuU9iWmJVAHnKkT8bxV/wPHCGSSTwqaA7HRFrFlfGnHbvZIAdHOxv4wlR8='} 2024-05-04T11:11:43.548 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi176.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-02_19:07:25-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7686215', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-04 11:06:35.655158', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOuzJ9ra0DQDaKhtyrswXLiNN/1L1vT6uunV+cE+0laGsUBo9Eer3PlSerKmfqgSOX5VjQklXAdf6MORrEx2nzU='} 2024-05-04T11:11:43.548 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-04T11:11:43.560 INFO:teuthology.task.internal:roles: ubuntu@smithi002.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-05-04T11:11:43.560 INFO:teuthology.task.internal:roles: ubuntu@smithi033.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-05-04T11:11:43.560 INFO:teuthology.task.internal:roles: ubuntu@smithi176.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-05-04T11:11:43.560 INFO:teuthology.run_tasks:Running task console_log... 2024-05-04T11:11:43.698 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fa30c9d7f70>, signals=[15]) 2024-05-04T11:11:43.699 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-04T11:11:43.708 INFO:teuthology.task.internal:Opening connections... 2024-05-04T11:11:43.708 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi002.front.sepia.ceph.com 2024-05-04T11:11:43.710 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:11:43.797 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi033.front.sepia.ceph.com 2024-05-04T11:11:43.798 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:11:43.883 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi176.front.sepia.ceph.com 2024-05-04T11:11:43.883 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:11:43.986 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-04T11:11:43.996 DEBUG:teuthology.orchestra.run.smithi002:> uname -m 2024-05-04T11:11:44.015 INFO:teuthology.orchestra.run.smithi002.stdout:x86_64 2024-05-04T11:11:44.015 DEBUG:teuthology.orchestra.run.smithi002:> cat /etc/os-release 2024-05-04T11:11:44.073 INFO:teuthology.orchestra.run.smithi002.stdout:NAME="CentOS Stream" 2024-05-04T11:11:44.073 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION="9" 2024-05-04T11:11:44.073 INFO:teuthology.orchestra.run.smithi002.stdout:ID="centos" 2024-05-04T11:11:44.073 INFO:teuthology.orchestra.run.smithi002.stdout:ID_LIKE="rhel fedora" 2024-05-04T11:11:44.073 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION_ID="9" 2024-05-04T11:11:44.073 INFO:teuthology.orchestra.run.smithi002.stdout:PLATFORM_ID="platform:el9" 2024-05-04T11:11:44.073 INFO:teuthology.orchestra.run.smithi002.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-04T11:11:44.073 INFO:teuthology.orchestra.run.smithi002.stdout:ANSI_COLOR="0;31" 2024-05-04T11:11:44.073 INFO:teuthology.orchestra.run.smithi002.stdout:LOGO="fedora-logo-icon" 2024-05-04T11:11:44.073 INFO:teuthology.orchestra.run.smithi002.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-04T11:11:44.073 INFO:teuthology.orchestra.run.smithi002.stdout:HOME_URL="https://centos.org/" 2024-05-04T11:11:44.074 INFO:teuthology.orchestra.run.smithi002.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-04T11:11:44.074 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-04T11:11:44.074 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-04T11:11:44.074 INFO:teuthology.lock.ops:Updating smithi002.front.sepia.ceph.com on lock server 2024-05-04T11:11:44.095 DEBUG:teuthology.orchestra.run.smithi033:> uname -m 2024-05-04T11:11:44.114 INFO:teuthology.orchestra.run.smithi033.stdout:x86_64 2024-05-04T11:11:44.114 DEBUG:teuthology.orchestra.run.smithi033:> cat /etc/os-release 2024-05-04T11:11:44.172 INFO:teuthology.orchestra.run.smithi033.stdout:NAME="CentOS Stream" 2024-05-04T11:11:44.172 INFO:teuthology.orchestra.run.smithi033.stdout:VERSION="9" 2024-05-04T11:11:44.172 INFO:teuthology.orchestra.run.smithi033.stdout:ID="centos" 2024-05-04T11:11:44.172 INFO:teuthology.orchestra.run.smithi033.stdout:ID_LIKE="rhel fedora" 2024-05-04T11:11:44.173 INFO:teuthology.orchestra.run.smithi033.stdout:VERSION_ID="9" 2024-05-04T11:11:44.173 INFO:teuthology.orchestra.run.smithi033.stdout:PLATFORM_ID="platform:el9" 2024-05-04T11:11:44.173 INFO:teuthology.orchestra.run.smithi033.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-04T11:11:44.173 INFO:teuthology.orchestra.run.smithi033.stdout:ANSI_COLOR="0;31" 2024-05-04T11:11:44.173 INFO:teuthology.orchestra.run.smithi033.stdout:LOGO="fedora-logo-icon" 2024-05-04T11:11:44.173 INFO:teuthology.orchestra.run.smithi033.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-04T11:11:44.173 INFO:teuthology.orchestra.run.smithi033.stdout:HOME_URL="https://centos.org/" 2024-05-04T11:11:44.173 INFO:teuthology.orchestra.run.smithi033.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-04T11:11:44.173 INFO:teuthology.orchestra.run.smithi033.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-04T11:11:44.173 INFO:teuthology.orchestra.run.smithi033.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-04T11:11:44.173 INFO:teuthology.lock.ops:Updating smithi033.front.sepia.ceph.com on lock server 2024-05-04T11:11:44.203 DEBUG:teuthology.orchestra.run.smithi176:> uname -m 2024-05-04T11:11:44.221 INFO:teuthology.orchestra.run.smithi176.stdout:x86_64 2024-05-04T11:11:44.222 DEBUG:teuthology.orchestra.run.smithi176:> cat /etc/os-release 2024-05-04T11:11:44.279 INFO:teuthology.orchestra.run.smithi176.stdout:NAME="CentOS Stream" 2024-05-04T11:11:44.279 INFO:teuthology.orchestra.run.smithi176.stdout:VERSION="9" 2024-05-04T11:11:44.279 INFO:teuthology.orchestra.run.smithi176.stdout:ID="centos" 2024-05-04T11:11:44.279 INFO:teuthology.orchestra.run.smithi176.stdout:ID_LIKE="rhel fedora" 2024-05-04T11:11:44.279 INFO:teuthology.orchestra.run.smithi176.stdout:VERSION_ID="9" 2024-05-04T11:11:44.279 INFO:teuthology.orchestra.run.smithi176.stdout:PLATFORM_ID="platform:el9" 2024-05-04T11:11:44.279 INFO:teuthology.orchestra.run.smithi176.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-04T11:11:44.279 INFO:teuthology.orchestra.run.smithi176.stdout:ANSI_COLOR="0;31" 2024-05-04T11:11:44.279 INFO:teuthology.orchestra.run.smithi176.stdout:LOGO="fedora-logo-icon" 2024-05-04T11:11:44.279 INFO:teuthology.orchestra.run.smithi176.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-04T11:11:44.279 INFO:teuthology.orchestra.run.smithi176.stdout:HOME_URL="https://centos.org/" 2024-05-04T11:11:44.279 INFO:teuthology.orchestra.run.smithi176.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-04T11:11:44.280 INFO:teuthology.orchestra.run.smithi176.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-04T11:11:44.280 INFO:teuthology.orchestra.run.smithi176.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-04T11:11:44.280 INFO:teuthology.lock.ops:Updating smithi176.front.sepia.ceph.com on lock server 2024-05-04T11:11:44.312 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-04T11:11:44.324 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-04T11:11:44.360 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-04T11:11:44.360 DEBUG:teuthology.orchestra.run.smithi002:> test '!' -e /home/ubuntu/cephtest 2024-05-04T11:11:44.363 DEBUG:teuthology.orchestra.run.smithi033:> test '!' -e /home/ubuntu/cephtest 2024-05-04T11:11:44.366 DEBUG:teuthology.orchestra.run.smithi176:> test '!' -e /home/ubuntu/cephtest 2024-05-04T11:11:44.382 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-04T11:11:44.434 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-04T11:11:44.434 DEBUG:teuthology.orchestra.run.smithi002:> test -z $(ls -A /var/lib/ceph) 2024-05-04T11:11:44.437 DEBUG:teuthology.orchestra.run.smithi033:> test -z $(ls -A /var/lib/ceph) 2024-05-04T11:11:44.439 DEBUG:teuthology.orchestra.run.smithi176:> test -z $(ls -A /var/lib/ceph) 2024-05-04T11:11:44.561 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-04T11:11:44.653 INFO:teuthology.run_tasks:Running task kernel... 2024-05-04T11:11:44.674 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-04T11:11:44.674 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-04T11:11:44.675 DEBUG:teuthology.orchestra.run.smithi002:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-04T11:11:44.675 DEBUG:teuthology.orchestra.run.smithi033:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-04T11:11:44.675 DEBUG:teuthology.orchestra.run.smithi176:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-04T11:11:44.692 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-04T11:11:44.693 DEBUG:teuthology.orchestra.run.smithi176:> uname -r 2024-05-04T11:11:44.694 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-04T11:11:44.694 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-04T11:11:44.694 DEBUG:teuthology.orchestra.run.smithi002:> uname -r 2024-05-04T11:11:44.695 DEBUG:teuthology.orchestra.run.smithi033:> uname -r 2024-05-04T11:11:44.750 INFO:teuthology.orchestra.run.smithi176.stdout:5.14.0-437.el9.x86_64 2024-05-04T11:11:44.750 INFO:teuthology.task.kernel:Running kernel on smithi176: 5.14.0-437.el9.x86_64 2024-05-04T11:11:44.750 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum install -y kernel 2024-05-04T11:11:44.752 INFO:teuthology.orchestra.run.smithi033.stdout:5.14.0-437.el9.x86_64 2024-05-04T11:11:44.752 INFO:teuthology.task.kernel:Running kernel on smithi033: 5.14.0-437.el9.x86_64 2024-05-04T11:11:44.752 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum install -y kernel 2024-05-04T11:11:44.753 INFO:teuthology.orchestra.run.smithi002.stdout:5.14.0-437.el9.x86_64 2024-05-04T11:11:44.754 INFO:teuthology.task.kernel:Running kernel on smithi002: 5.14.0-437.el9.x86_64 2024-05-04T11:11:44.754 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum install -y kernel 2024-05-04T11:11:47.089 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.0 MB 00:00 2024-05-04T11:11:47.158 INFO:teuthology.orchestra.run.smithi002.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.0 MB 00:00 2024-05-04T11:11:48.013 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 9 - BaseOS 4.6 MB/s | 8.0 MB 00:01 2024-05-04T11:11:50.347 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 9 - AppStream 15 MB/s | 19 MB 00:01 2024-05-04T11:11:54.748 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 9 - CRB 7.4 MB/s | 6.2 MB 00:00 2024-05-04T11:11:55.331 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - AppStream 2.7 MB/s | 19 MB 00:07 2024-05-04T11:11:56.407 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 9 - Extras packages 49 kB/s | 16 kB 00:00 2024-05-04T11:11:57.641 INFO:teuthology.orchestra.run.smithi176.stdout:Extra Packages for Enterprise Linux 19 MB/s | 21 MB 00:01 2024-05-04T11:11:59.498 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.2 MB 00:00 2024-05-04T11:12:00.874 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - Extras packages 91 kB/s | 16 kB 00:00 2024-05-04T11:12:02.694 INFO:teuthology.orchestra.run.smithi033.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-05-04T11:12:02.749 INFO:teuthology.orchestra.run.smithi176.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-05-04T11:12:04.132 INFO:teuthology.orchestra.run.smithi002.stdout:CentOS Stream 9 - AppStream 1.2 MB/s | 19 MB 00:15 2024-05-04T11:12:04.614 INFO:teuthology.orchestra.run.smithi176.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-04T11:12:04.614 INFO:teuthology.orchestra.run.smithi176.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-04T11:12:04.707 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:12:04.708 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-05-04T11:12:04.708 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-05-04T11:12:04.831 DEBUG:teuthology.orchestra.run.smithi176:> echo no | sudo yum reinstall kernel || true 2024-05-04T11:12:05.328 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:00:03 ago on Sat 04 May 2024 11:12:02 AM UTC. 2024-05-04T11:12:05.493 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:12:05.504 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:12:05.504 INFO:teuthology.orchestra.run.smithi176.stdout: Package Architecture Version Repository Size 2024-05-04T11:12:05.504 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:12:05.504 INFO:teuthology.orchestra.run.smithi176.stdout:Reinstalling: 2024-05-04T11:12:05.504 INFO:teuthology.orchestra.run.smithi176.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-04T11:12:05.504 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:12:05.504 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-05-04T11:12:05.504 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:12:05.504 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:12:05.504 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 255 k 2024-05-04T11:12:05.505 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 0 2024-05-04T11:12:05.505 INFO:teuthology.orchestra.run.smithi176.stderr:Operation aborted. 2024-05-04T11:12:05.562 INFO:teuthology.orchestra.run.smithi176.stdout:Is this ok [y/N]: 2024-05-04T11:12:05.562 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum reinstall -y kernel || true 2024-05-04T11:12:06.053 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:00:04 ago on Sat 04 May 2024 11:12:02 AM UTC. 2024-05-04T11:12:06.169 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:12:06.169 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:12:06.169 INFO:teuthology.orchestra.run.smithi176.stdout: Package Architecture Version Repository Size 2024-05-04T11:12:06.170 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:12:06.170 INFO:teuthology.orchestra.run.smithi176.stdout:Reinstalling: 2024-05-04T11:12:06.170 INFO:teuthology.orchestra.run.smithi176.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-04T11:12:06.170 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:12:06.170 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-05-04T11:12:06.170 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:12:06.170 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:12:06.170 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 255 k 2024-05-04T11:12:06.170 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 0 2024-05-04T11:12:06.170 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-05-04T11:12:06.568 INFO:teuthology.orchestra.run.smithi176.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.1 MB/s | 255 kB 00:00 2024-05-04T11:12:06.568 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:12:06.568 INFO:teuthology.orchestra.run.smithi176.stdout:Total 640 kB/s | 255 kB 00:00 2024-05-04T11:12:06.584 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-05-04T11:12:06.765 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-05-04T11:12:06.765 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-05-04T11:12:06.769 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-05-04T11:12:06.770 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-05-04T11:12:06.899 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-05-04T11:12:06.960 INFO:teuthology.orchestra.run.smithi176.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-04T11:12:06.961 INFO:teuthology.orchestra.run.smithi176.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-04T11:12:07.667 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-05-04T11:12:07.667 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-04T11:12:07.892 INFO:teuthology.orchestra.run.smithi033.stdout:lab-extras 44 kB/s | 1.7 kB 00:00 2024-05-04T11:12:08.376 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-04T11:12:08.376 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:12:08.376 INFO:teuthology.orchestra.run.smithi176.stdout:Reinstalled: 2024-05-04T11:12:08.376 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-5.14.0-437.el9.x86_64 2024-05-04T11:12:08.376 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:12:08.376 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-05-04T11:12:08.450 INFO:teuthology.orchestra.run.smithi002.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.2 MB 00:00 2024-05-04T11:12:08.545 DEBUG:teuthology.orchestra.run.smithi176:> rpm -q kernel | sort -rV | head -n 1 2024-05-04T11:12:08.591 INFO:teuthology.orchestra.run.smithi176.stdout:kernel-5.14.0-437.el9.x86_64 2024-05-04T11:12:08.592 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-05-04T11:12:08.592 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-05-04T11:12:08.592 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-05-04T11:12:08.592 DEBUG:teuthology.orchestra.run.smithi176:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-04T11:12:08.621 INFO:teuthology.orchestra.run.smithi176.stdout:ttyS1 2024-05-04T11:12:08.644 DEBUG:teuthology.parallel:result is None 2024-05-04T11:12:09.790 INFO:teuthology.orchestra.run.smithi033.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-04T11:12:09.790 INFO:teuthology.orchestra.run.smithi033.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-04T11:12:09.883 INFO:teuthology.orchestra.run.smithi002.stdout:CentOS Stream 9 - Extras packages 76 kB/s | 16 kB 00:00 2024-05-04T11:12:09.886 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:12:09.887 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-05-04T11:12:09.888 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-04T11:12:09.982 DEBUG:teuthology.orchestra.run.smithi033:> echo no | sudo yum reinstall kernel || true 2024-05-04T11:12:10.505 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:00:03 ago on Sat 04 May 2024 11:12:07 AM UTC. 2024-05-04T11:12:10.628 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:12:10.643 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:12:10.643 INFO:teuthology.orchestra.run.smithi033.stdout: Package Architecture Version Repository Size 2024-05-04T11:12:10.644 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:12:10.644 INFO:teuthology.orchestra.run.smithi033.stdout:Reinstalling: 2024-05-04T11:12:10.644 INFO:teuthology.orchestra.run.smithi033.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-04T11:12:10.644 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:12:10.644 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-05-04T11:12:10.644 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:12:10.644 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:12:10.644 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 255 k 2024-05-04T11:12:10.644 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 0 2024-05-04T11:12:10.644 INFO:teuthology.orchestra.run.smithi033.stderr:Operation aborted. 2024-05-04T11:12:10.708 INFO:teuthology.orchestra.run.smithi033.stdout:Is this ok [y/N]: 2024-05-04T11:12:10.709 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum reinstall -y kernel || true 2024-05-04T11:12:10.879 INFO:teuthology.orchestra.run.smithi002.stdout:Extra Packages for Enterprise Linux 24 MB/s | 21 MB 00:00 2024-05-04T11:12:11.226 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:00:04 ago on Sat 04 May 2024 11:12:07 AM UTC. 2024-05-04T11:12:11.347 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:12:11.348 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:12:11.348 INFO:teuthology.orchestra.run.smithi033.stdout: Package Architecture Version Repository Size 2024-05-04T11:12:11.348 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:12:11.348 INFO:teuthology.orchestra.run.smithi033.stdout:Reinstalling: 2024-05-04T11:12:11.348 INFO:teuthology.orchestra.run.smithi033.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-04T11:12:11.348 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:12:11.348 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-05-04T11:12:11.348 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:12:11.348 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:12:11.348 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 255 k 2024-05-04T11:12:11.348 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 0 2024-05-04T11:12:11.349 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-05-04T11:12:11.760 INFO:teuthology.orchestra.run.smithi033.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.8 MB/s | 255 kB 00:00 2024-05-04T11:12:11.760 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:12:11.760 INFO:teuthology.orchestra.run.smithi033.stdout:Total 619 kB/s | 255 kB 00:00 2024-05-04T11:12:11.781 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-05-04T11:12:11.980 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-05-04T11:12:11.980 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-05-04T11:12:11.985 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-05-04T11:12:11.986 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-05-04T11:12:12.125 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-05-04T11:12:12.203 INFO:teuthology.orchestra.run.smithi033.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-04T11:12:12.203 INFO:teuthology.orchestra.run.smithi033.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-04T11:12:12.861 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-05-04T11:12:12.861 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-04T11:12:13.561 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-04T11:12:13.561 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:12:13.561 INFO:teuthology.orchestra.run.smithi033.stdout:Reinstalled: 2024-05-04T11:12:13.561 INFO:teuthology.orchestra.run.smithi033.stdout: kernel-5.14.0-437.el9.x86_64 2024-05-04T11:12:13.561 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:12:13.562 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-04T11:12:13.741 DEBUG:teuthology.orchestra.run.smithi033:> rpm -q kernel | sort -rV | head -n 1 2024-05-04T11:12:13.788 INFO:teuthology.orchestra.run.smithi033.stdout:kernel-5.14.0-437.el9.x86_64 2024-05-04T11:12:13.789 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-05-04T11:12:13.789 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-05-04T11:12:13.789 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-04T11:12:13.789 DEBUG:teuthology.orchestra.run.smithi033:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-04T11:12:13.820 INFO:teuthology.orchestra.run.smithi033.stdout:ttyS1 2024-05-04T11:12:13.845 DEBUG:teuthology.parallel:result is None 2024-05-04T11:12:16.026 INFO:teuthology.orchestra.run.smithi002.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-05-04T11:12:18.075 INFO:teuthology.orchestra.run.smithi002.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-04T11:12:18.075 INFO:teuthology.orchestra.run.smithi002.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-04T11:12:18.136 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-05-04T11:12:18.137 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2024-05-04T11:12:18.137 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-05-04T11:12:18.210 DEBUG:teuthology.orchestra.run.smithi002:> echo no | sudo yum reinstall kernel || true 2024-05-04T11:12:18.393 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for process with pid 5963 to finish. 2024-05-04T11:12:19.394 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for process with pid 6001 to finish. 2024-05-04T11:12:20.781 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:00:04 ago on Sat 04 May 2024 11:12:16 AM UTC. 2024-05-04T11:12:20.927 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-05-04T11:12:20.928 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-05-04T11:12:20.928 INFO:teuthology.orchestra.run.smithi002.stdout: Package Architecture Version Repository Size 2024-05-04T11:12:20.928 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-05-04T11:12:20.928 INFO:teuthology.orchestra.run.smithi002.stdout:Reinstalling: 2024-05-04T11:12:20.928 INFO:teuthology.orchestra.run.smithi002.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-04T11:12:20.928 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-05-04T11:12:20.929 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2024-05-04T11:12:20.929 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-05-04T11:12:20.929 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-05-04T11:12:20.929 INFO:teuthology.orchestra.run.smithi002.stdout:Total size: 255 k 2024-05-04T11:12:20.929 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 0 2024-05-04T11:12:20.929 INFO:teuthology.orchestra.run.smithi002.stderr:Operation aborted. 2024-05-04T11:12:20.958 INFO:teuthology.orchestra.run.smithi002.stdout:Is this ok [y/N]: 2024-05-04T11:12:20.958 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum reinstall -y kernel || true 2024-05-04T11:12:21.486 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:00:05 ago on Sat 04 May 2024 11:12:16 AM UTC. 2024-05-04T11:12:21.644 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-05-04T11:12:21.644 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-05-04T11:12:21.644 INFO:teuthology.orchestra.run.smithi002.stdout: Package Architecture Version Repository Size 2024-05-04T11:12:21.645 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-05-04T11:12:21.645 INFO:teuthology.orchestra.run.smithi002.stdout:Reinstalling: 2024-05-04T11:12:21.645 INFO:teuthology.orchestra.run.smithi002.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-04T11:12:21.645 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-05-04T11:12:21.645 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2024-05-04T11:12:21.645 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-05-04T11:12:21.645 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-05-04T11:12:21.645 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 255 k 2024-05-04T11:12:21.645 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 0 2024-05-04T11:12:21.646 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2024-05-04T11:12:22.025 INFO:teuthology.orchestra.run.smithi002.stdout:kernel-5.14.0-437.el9.x86_64.rpm 982 kB/s | 255 kB 00:00 2024-05-04T11:12:22.025 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:12:22.025 INFO:teuthology.orchestra.run.smithi002.stdout:Total 672 kB/s | 255 kB 00:00 2024-05-04T11:12:22.037 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2024-05-04T11:12:22.159 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2024-05-04T11:12:22.159 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2024-05-04T11:12:22.164 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2024-05-04T11:12:22.165 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2024-05-04T11:12:22.239 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2024-05-04T11:12:22.292 INFO:teuthology.orchestra.run.smithi002.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-04T11:12:22.293 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-04T11:12:22.611 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-05-04T11:12:22.612 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-04T11:12:22.820 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-04T11:12:22.820 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-05-04T11:12:22.820 INFO:teuthology.orchestra.run.smithi002.stdout:Reinstalled: 2024-05-04T11:12:22.820 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-5.14.0-437.el9.x86_64 2024-05-04T11:12:22.820 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-05-04T11:12:22.820 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-05-04T11:12:22.995 DEBUG:teuthology.orchestra.run.smithi002:> rpm -q kernel | sort -rV | head -n 1 2024-05-04T11:12:23.081 INFO:teuthology.orchestra.run.smithi002.stdout:kernel-5.14.0-437.el9.x86_64 2024-05-04T11:12:23.082 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-05-04T11:12:23.082 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-05-04T11:12:23.082 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-04T11:12:23.083 DEBUG:teuthology.orchestra.run.smithi002:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-04T11:12:23.105 INFO:teuthology.orchestra.run.smithi002.stdout:ttyS1 2024-05-04T11:12:23.158 DEBUG:teuthology.parallel:result is None 2024-05-04T11:12:23.158 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-04T11:12:23.166 INFO:teuthology.task.internal:Creating test directory... 2024-05-04T11:12:23.166 DEBUG:teuthology.orchestra.run.smithi002:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-04T11:12:23.201 DEBUG:teuthology.orchestra.run.smithi033:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-04T11:12:23.204 DEBUG:teuthology.orchestra.run.smithi176:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-04T11:12:23.222 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-04T11:12:23.228 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-04T11:12:23.244 INFO:teuthology.task.internal:Creating archive directory... 2024-05-04T11:12:23.244 DEBUG:teuthology.orchestra.run.smithi002:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-04T11:12:23.256 DEBUG:teuthology.orchestra.run.smithi033:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-04T11:12:23.263 DEBUG:teuthology.orchestra.run.smithi176:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-04T11:12:23.301 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-04T11:12:23.307 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-04T11:12:23.307 DEBUG:teuthology.orchestra.run.smithi002:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-04T11:12:23.316 DEBUG:teuthology.orchestra.run.smithi033:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-04T11:12:23.330 DEBUG:teuthology.orchestra.run.smithi176:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-04T11:12:23.361 INFO:teuthology.orchestra.run.smithi033.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-04T11:12:23.369 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-04T11:12:23.371 INFO:teuthology.orchestra.run.smithi176.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-04T11:12:23.372 INFO:teuthology.orchestra.run.smithi033.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-04T11:12:23.378 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-04T11:12:23.382 INFO:teuthology.orchestra.run.smithi176.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-04T11:12:23.384 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-04T11:12:23.391 INFO:teuthology.task.internal:Configuring sudo... 2024-05-04T11:12:23.391 DEBUG:teuthology.orchestra.run.smithi002:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-04T11:12:23.393 DEBUG:teuthology.orchestra.run.smithi033:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-04T11:12:23.417 DEBUG:teuthology.orchestra.run.smithi176:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-04T11:12:23.449 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-04T11:12:23.459 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-04T11:12:23.459 DEBUG:teuthology.orchestra.run.smithi002:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-04T11:12:23.461 DEBUG:teuthology.orchestra.run.smithi033:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-04T11:12:23.485 DEBUG:teuthology.orchestra.run.smithi176:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-04T11:12:23.505 DEBUG:teuthology.orchestra.run.smithi002:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-04T11:12:23.561 DEBUG:teuthology.orchestra.run.smithi002:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-04T11:12:23.606 DEBUG:teuthology.orchestra.run.smithi002:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-04T11:12:23.691 DEBUG:teuthology.orchestra.run.smithi002:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-04T11:12:23.727 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-05-04T11:12:23.727 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-04T11:12:23.791 DEBUG:teuthology.orchestra.run.smithi033:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-04T11:12:23.846 DEBUG:teuthology.orchestra.run.smithi033:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-04T11:12:23.885 DEBUG:teuthology.orchestra.run.smithi033:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-04T11:12:23.977 DEBUG:teuthology.orchestra.run.smithi033:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-04T11:12:24.011 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-05-04T11:12:24.011 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-04T11:12:24.077 DEBUG:teuthology.orchestra.run.smithi176:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-04T11:12:24.131 DEBUG:teuthology.orchestra.run.smithi176:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-04T11:12:24.179 DEBUG:teuthology.orchestra.run.smithi176:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-04T11:12:24.272 DEBUG:teuthology.orchestra.run.smithi176:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-04T11:12:24.303 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-05-04T11:12:24.303 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-04T11:12:24.368 DEBUG:teuthology.orchestra.run.smithi002:> sudo service rsyslog restart 2024-05-04T11:12:24.371 DEBUG:teuthology.orchestra.run.smithi033:> sudo service rsyslog restart 2024-05-04T11:12:24.373 DEBUG:teuthology.orchestra.run.smithi176:> sudo service rsyslog restart 2024-05-04T11:12:24.410 INFO:teuthology.orchestra.run.smithi002.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-04T11:12:24.411 INFO:teuthology.orchestra.run.smithi033.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-04T11:12:24.445 INFO:teuthology.orchestra.run.smithi176.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-04T11:12:24.926 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-04T11:12:24.934 INFO:teuthology.task.internal:Starting timer... 2024-05-04T11:12:24.934 INFO:teuthology.run_tasks:Running task pcp... 2024-05-04T11:12:24.973 INFO:teuthology.run_tasks:Running task selinux... 2024-05-04T11:12:24.997 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-04T11:12:24.997 DEBUG:teuthology.orchestra.run.smithi002:> sudo service auditd rotate 2024-05-04T11:12:25.047 INFO:teuthology.orchestra.run.smithi002.stdout:Rotating logs: 2024-05-04T11:12:25.049 DEBUG:teuthology.orchestra.run.smithi033:> sudo service auditd rotate 2024-05-04T11:12:25.096 INFO:teuthology.orchestra.run.smithi033.stdout:Rotating logs: 2024-05-04T11:12:25.098 DEBUG:teuthology.orchestra.run.smithi176:> sudo service auditd rotate 2024-05-04T11:12:25.169 INFO:teuthology.orchestra.run.smithi176.stdout:Rotating logs: 2024-05-04T11:12:25.171 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-04T11:12:25.171 DEBUG:teuthology.orchestra.run.smithi002:> /usr/sbin/getenforce 2024-05-04T11:12:25.193 INFO:teuthology.orchestra.run.smithi002.stdout:Permissive 2024-05-04T11:12:25.194 DEBUG:teuthology.orchestra.run.smithi033:> /usr/sbin/getenforce 2024-05-04T11:12:25.217 INFO:teuthology.orchestra.run.smithi033.stdout:Permissive 2024-05-04T11:12:25.218 DEBUG:teuthology.orchestra.run.smithi176:> /usr/sbin/getenforce 2024-05-04T11:12:25.238 INFO:teuthology.orchestra.run.smithi176.stdout:Permissive 2024-05-04T11:12:25.238 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi002.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi033.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi176.front.sepia.ceph.com': 'permissive'} 2024-05-04T11:12:25.238 DEBUG:teuthology.orchestra.run.smithi002:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-04T11:12:25.264 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-04T11:12:25.264 DEBUG:teuthology.orchestra.run.smithi033:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-04T11:12:25.291 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-04T11:12:25.292 DEBUG:teuthology.orchestra.run.smithi176:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-04T11:12:25.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-04T11:12:25.315 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-04T11:12:25.315 DEBUG:teuthology.orchestra.run.smithi002:> sudo /usr/sbin/setenforce permissive 2024-05-04T11:12:25.340 DEBUG:teuthology.orchestra.run.smithi033:> sudo /usr/sbin/setenforce permissive 2024-05-04T11:12:25.365 DEBUG:teuthology.orchestra.run.smithi176:> sudo /usr/sbin/setenforce permissive 2024-05-04T11:12:25.388 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-04T11:12:25.398 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-04T11:12:25.414 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-05-04T11:12:25.416 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi002.front.sepia.ceph.com,smithi033.front.sepia.ceph.com,smithi176.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-04T11:16:19.757 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi002.front.sepia.ceph.com'), Remote(name='ubuntu@smithi033.front.sepia.ceph.com'), Remote(name='ubuntu@smithi176.front.sepia.ceph.com')] 2024-05-04T11:16:19.758 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:16:19.759 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:16:19.844 DEBUG:teuthology.orchestra.run.smithi002:> true 2024-05-04T11:16:19.920 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:16:19.921 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-05-04T11:16:19.921 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:16:20.006 DEBUG:teuthology.orchestra.run.smithi033:> true 2024-05-04T11:16:20.087 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-05-04T11:16:20.087 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi176.front.sepia.ceph.com' 2024-05-04T11:16:20.088 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:16:20.171 DEBUG:teuthology.orchestra.run.smithi176:> true 2024-05-04T11:16:20.245 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi176.front.sepia.ceph.com' 2024-05-04T11:16:20.246 INFO:teuthology.run_tasks:Running task clock... 2024-05-04T11:16:20.259 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-04T11:16:20.259 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-04T11:16:20.260 DEBUG:teuthology.orchestra.run.smithi002:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-04T11:16:20.262 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-04T11:16:20.263 DEBUG:teuthology.orchestra.run.smithi033:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-04T11:16:20.265 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-04T11:16:20.265 DEBUG:teuthology.orchestra.run.smithi176:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-04T11:16:20.288 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-04T11:16:20.296 INFO:teuthology.orchestra.run.smithi033.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-04T11:16:20.302 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-04T11:16:20.311 INFO:teuthology.orchestra.run.smithi033.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-04T11:16:20.315 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-04T11:16:20.326 INFO:teuthology.orchestra.run.smithi002.stderr:sudo: ntpd: command not found 2024-05-04T11:16:20.329 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-04T11:16:20.336 INFO:teuthology.orchestra.run.smithi002.stdout:506 Cannot talk to daemon 2024-05-04T11:16:20.337 INFO:teuthology.orchestra.run.smithi033.stderr:sudo: ntpd: command not found 2024-05-04T11:16:20.348 INFO:teuthology.orchestra.run.smithi033.stdout:506 Cannot talk to daemon 2024-05-04T11:16:20.349 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-04T11:16:20.352 INFO:teuthology.orchestra.run.smithi176.stderr:sudo: ntpd: command not found 2024-05-04T11:16:20.362 INFO:teuthology.orchestra.run.smithi176.stdout:506 Cannot talk to daemon 2024-05-04T11:16:20.363 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-04T11:16:20.363 INFO:teuthology.orchestra.run.smithi033.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-04T11:16:20.375 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-04T11:16:20.376 INFO:teuthology.orchestra.run.smithi033.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-04T11:16:20.388 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-04T11:16:20.423 INFO:teuthology.orchestra.run.smithi002.stderr:bash: line 1: ntpq: command not found 2024-05-04T11:16:20.427 INFO:teuthology.orchestra.run.smithi002.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-04T11:16:20.427 INFO:teuthology.orchestra.run.smithi002.stdout:=============================================================================== 2024-05-04T11:16:20.427 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-04T11:16:20.427 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-04T11:16:20.427 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-04T11:16:20.427 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-04T11:16:20.441 INFO:teuthology.orchestra.run.smithi176.stderr:bash: line 1: ntpq: command not found 2024-05-04T11:16:20.442 INFO:teuthology.orchestra.run.smithi033.stderr:bash: line 1: ntpq: command not found 2024-05-04T11:16:20.445 INFO:teuthology.orchestra.run.smithi176.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-04T11:16:20.445 INFO:teuthology.orchestra.run.smithi176.stdout:=============================================================================== 2024-05-04T11:16:20.445 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-04T11:16:20.445 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-04T11:16:20.445 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-04T11:16:20.445 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-04T11:16:20.446 INFO:teuthology.orchestra.run.smithi033.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-04T11:16:20.446 INFO:teuthology.orchestra.run.smithi033.stdout:=============================================================================== 2024-05-04T11:16:20.446 INFO:teuthology.orchestra.run.smithi033.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-04T11:16:20.446 INFO:teuthology.orchestra.run.smithi033.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-04T11:16:20.446 INFO:teuthology.orchestra.run.smithi033.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-04T11:16:20.446 INFO:teuthology.orchestra.run.smithi033.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-04T11:16:20.447 INFO:teuthology.run_tasks:Running task install... 2024-05-04T11:16:20.459 DEBUG:teuthology.task.install:project ceph 2024-05-04T11:16:20.459 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '09dbd6bba52d19ba471c33bc15c008e6ad158ea6'}} 2024-05-04T11:16:20.459 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '09dbd6bba52d19ba471c33bc15c008e6ad158ea6'} 2024-05-04T11:16:20.459 INFO:teuthology.task.install:Using flavor: default 2024-05-04T11:16:20.465 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-05-04T11:16:20.465 INFO:teuthology.task.install:extra packages: [] 2024-05-04T11:16:20.466 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': '09dbd6bba52d19ba471c33bc15c008e6ad158ea6', 'tag': None, 'wait_for_package': False} 2024-05-04T11:16:20.466 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-05-04T11:16:20.468 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': '09dbd6bba52d19ba471c33bc15c008e6ad158ea6', 'tag': None, 'wait_for_package': False} 2024-05-04T11:16:20.469 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-05-04T11:16:20.469 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': '09dbd6bba52d19ba471c33bc15c008e6ad158ea6', 'tag': None, 'wait_for_package': False} 2024-05-04T11:16:20.470 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=09dbd6bba52d19ba471c33bc15c008e6ad158ea6 2024-05-04T11:16:20.616 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/ 2024-05-04T11:16:20.617 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2455.g09dbd6bb 2024-05-04T11:16:20.632 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/ 2024-05-04T11:16:20.633 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2455.g09dbd6bb 2024-05-04T11:16:20.633 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/ 2024-05-04T11:16:20.634 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2455.g09dbd6bb 2024-05-04T11:16:20.741 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-04T11:16:20.741 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-05-04T11:16:20.741 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-04T11:16:20.760 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-04T11:16:20.760 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-05-04T11:16:20.760 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-04T11:16:20.767 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-05-04T11:16:20.767 DEBUG:teuthology.orchestra.run.smithi002:> 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/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-04T11:16:20.787 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-05-04T11:16:20.787 DEBUG:teuthology.orchestra.run.smithi033:> 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/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-04T11:16:20.814 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-04-29-0642/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-04T11:16:20.814 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-05-04T11:16:20.814 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-04T11:16:20.833 DEBUG:teuthology.orchestra.run.smithi002:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-05-04T11:16:20.838 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-05-04T11:16:20.839 DEBUG:teuthology.orchestra.run.smithi176:> 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/09dbd6bba52d19ba471c33bc15c008e6ad158ea6/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-04T11:16:20.853 DEBUG:teuthology.orchestra.run.smithi033:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-05-04T11:16:20.903 DEBUG:teuthology.orchestra.run.smithi176:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-05-04T11:16:20.907 DEBUG:teuthology.orchestra.run.smithi002:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-05-04T11:16:20.928 DEBUG:teuthology.orchestra.run.smithi033:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-05-04T11:16:20.971 INFO:teuthology.orchestra.run.smithi002.stdout:check_obsoletes = 1 2024-05-04T11:16:20.973 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum clean all 2024-05-04T11:16:20.977 DEBUG:teuthology.orchestra.run.smithi176:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-05-04T11:16:20.992 INFO:teuthology.orchestra.run.smithi033.stdout:check_obsoletes = 1 2024-05-04T11:16:20.994 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum clean all 2024-05-04T11:16:21.039 INFO:teuthology.orchestra.run.smithi176.stdout:check_obsoletes = 1 2024-05-04T11:16:21.041 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum clean all 2024-05-04T11:16:21.209 INFO:teuthology.orchestra.run.smithi002.stdout:50 files removed 2024-05-04T11:16:21.230 INFO:teuthology.orchestra.run.smithi033.stdout:50 files removed 2024-05-04T11:16:21.237 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-radosgw 2024-05-04T11:16:21.258 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-radosgw 2024-05-04T11:16:21.268 INFO:teuthology.orchestra.run.smithi176.stdout:50 files removed 2024-05-04T11:16:21.296 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-radosgw 2024-05-04T11:16:21.908 INFO:teuthology.orchestra.run.smithi176.stdout:ceph packages for x86_64 238 kB/s | 83 kB 00:00 2024-05-04T11:16:21.926 INFO:teuthology.orchestra.run.smithi002.stdout:ceph packages for x86_64 204 kB/s | 83 kB 00:00 2024-05-04T11:16:21.930 INFO:teuthology.orchestra.run.smithi033.stdout:ceph packages for x86_64 208 kB/s | 83 kB 00:00 2024-05-04T11:16:22.315 INFO:teuthology.orchestra.run.smithi033.stdout:ceph noarch packages 34 kB/s | 11 kB 00:00 2024-05-04T11:16:22.333 INFO:teuthology.orchestra.run.smithi176.stdout:ceph noarch packages 30 kB/s | 11 kB 00:00 2024-05-04T11:16:22.377 INFO:teuthology.orchestra.run.smithi002.stdout:ceph noarch packages 29 kB/s | 11 kB 00:00 2024-05-04T11:16:22.665 INFO:teuthology.orchestra.run.smithi033.stdout:ceph source packages 6.0 kB/s | 1.9 kB 00:00 2024-05-04T11:16:22.752 INFO:teuthology.orchestra.run.smithi002.stdout:ceph source packages 5.6 kB/s | 1.9 kB 00:00 2024-05-04T11:16:22.759 INFO:teuthology.orchestra.run.smithi176.stdout:ceph source packages 4.9 kB/s | 1.9 kB 00:00 2024-05-04T11:16:23.217 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 9 - BaseOS 19 MB/s | 8.0 MB 00:00 2024-05-04T11:16:23.286 INFO:teuthology.orchestra.run.smithi002.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.0 MB 00:00 2024-05-04T11:16:24.143 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - BaseOS 5.6 MB/s | 8.0 MB 00:01 2024-05-04T11:16:26.242 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-04T11:16:26.243 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_1ae7ad82388e92a475afff437d49054826c019a1/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_1ae7ad82388e92a475afff437d49054826c019a1/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_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 174, in _raise_for_status raise ConnectionLostError(command=self.command, teuthology.exceptions.ConnectionLostError: SSH connection to smithi002 was lost: 'sudo yum -y install ceph-radosgw' 2024-05-04T11:16:26.245 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_1ae7ad82388e92a475afff437d49054826c019a1/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_1ae7ad82388e92a475afff437d49054826c019a1/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_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 174, in _raise_for_status raise ConnectionLostError(command=self.command, teuthology.exceptions.ConnectionLostError: SSH connection to smithi002 was lost: 'sudo yum -y install ceph-radosgw' 2024-05-04T11:16:26.453 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=4a07b053211b4d89bac48b6b3b29142e Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_1ae7ad82388e92a475afff437d49054826c019a1/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_1ae7ad82388e92a475afff437d49054826c019a1/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_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 174, in _raise_for_status raise ConnectionLostError(command=self.command, teuthology.exceptions.ConnectionLostError: SSH connection to smithi002 was lost: 'sudo yum -y install ceph-radosgw' 2024-05-04T11:16:26.456 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-04T11:16:26.465 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-04T11:16:26.503 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-04T11:16:26.503 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:16:26.504 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:16:26.526 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-04T11:16:27.808 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - AppStream 7.5 MB/s | 19 MB 00:02 2024-05-04T11:16:28.718 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 9 - AppStream 4.3 MB/s | 19 MB 00:04 2024-05-04T11:16:32.950 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - CRB 4.4 MB/s | 6.2 MB 00:01 2024-05-04T11:16:33.187 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 9 - CRB 6.9 MB/s | 6.2 MB 00:00 2024-05-04T11:16:34.484 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - Extras packages 49 kB/s | 16 kB 00:00 2024-05-04T11:16:34.836 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 9 - Extras packages 34 kB/s | 16 kB 00:00 2024-05-04T11:16:35.527 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:16:35.528 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:16:36.088 INFO:teuthology.orchestra.run.smithi033.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-05-04T11:16:36.446 INFO:teuthology.orchestra.run.smithi176.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-05-04T11:16:41.269 INFO:teuthology.orchestra.run.smithi033.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-05-04T11:16:41.495 INFO:teuthology.orchestra.run.smithi176.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-05-04T11:16:43.532 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:16:43.535 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:16:43.535 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-05-04T11:16:43.535 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:16:43.535 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-05-04T11:16:43.535 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-radosgw x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 10 M 2024-05-04T11:16:43.535 INFO:teuthology.orchestra.run.smithi033.stdout:Upgrading: 2024-05-04T11:16:43.535 INFO:teuthology.orchestra.run.smithi033.stdout: librados2 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 3.4 M 2024-05-04T11:16:43.535 INFO:teuthology.orchestra.run.smithi033.stdout: librbd1 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 3.1 M 2024-05-04T11:16:43.535 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-05-04T11:16:43.536 INFO:teuthology.orchestra.run.smithi033.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-04T11:16:43.536 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-base x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 5.4 M 2024-05-04T11:16:43.536 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-common x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 21 M 2024-05-04T11:16:43.536 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-selinux x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 25 k 2024-05-04T11:16:43.536 INFO:teuthology.orchestra.run.smithi033.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-04T11:16:43.536 INFO:teuthology.orchestra.run.smithi033.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-04T11:16:43.536 INFO:teuthology.orchestra.run.smithi033.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-04T11:16:43.536 INFO:teuthology.orchestra.run.smithi033.stdout: libcephfs2 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 745 k 2024-05-04T11:16:43.536 INFO:teuthology.orchestra.run.smithi033.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-04T11:16:43.537 INFO:teuthology.orchestra.run.smithi033.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-04T11:16:43.537 INFO:teuthology.orchestra.run.smithi033.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-04T11:16:43.537 INFO:teuthology.orchestra.run.smithi033.stdout: libradosstriper1 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 501 k 2024-05-04T11:16:43.537 INFO:teuthology.orchestra.run.smithi033.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-04T11:16:43.537 INFO:teuthology.orchestra.run.smithi033.stdout: librgw2 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 5.3 M 2024-05-04T11:16:43.537 INFO:teuthology.orchestra.run.smithi033.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-04T11:16:43.537 INFO:teuthology.orchestra.run.smithi033.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-04T11:16:43.537 INFO:teuthology.orchestra.run.smithi033.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-04T11:16:43.537 INFO:teuthology.orchestra.run.smithi033.stdout: python3-ceph-argparse x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 45 k 2024-05-04T11:16:43.537 INFO:teuthology.orchestra.run.smithi033.stdout: python3-ceph-common x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 133 k 2024-05-04T11:16:43.538 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cephfs x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 162 k 2024-05-04T11:16:43.538 INFO:teuthology.orchestra.run.smithi033.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-04T11:16:43.538 INFO:teuthology.orchestra.run.smithi033.stdout: python3-rados x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 320 k 2024-05-04T11:16:43.538 INFO:teuthology.orchestra.run.smithi033.stdout: python3-rbd x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 299 k 2024-05-04T11:16:43.538 INFO:teuthology.orchestra.run.smithi033.stdout: python3-rgw x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 100 k 2024-05-04T11:16:43.538 INFO:teuthology.orchestra.run.smithi033.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-04T11:16:43.538 INFO:teuthology.orchestra.run.smithi033.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-04T11:16:43.538 INFO:teuthology.orchestra.run.smithi033.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-04T11:16:43.539 INFO:teuthology.orchestra.run.smithi033.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-04T11:16:43.539 INFO:teuthology.orchestra.run.smithi033.stdout:Installing weak dependencies: 2024-05-04T11:16:43.539 INFO:teuthology.orchestra.run.smithi033.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-04T11:16:43.539 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:16:43.539 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-05-04T11:16:43.539 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:16:43.539 INFO:teuthology.orchestra.run.smithi033.stdout:Install 30 Packages 2024-05-04T11:16:43.539 INFO:teuthology.orchestra.run.smithi033.stdout:Upgrade 2 Packages 2024-05-04T11:16:43.539 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:16:43.540 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 60 M 2024-05-04T11:16:43.540 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-05-04T11:16:43.647 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:16:43.649 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:16:43.649 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-05-04T11:16:43.649 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:16:43.649 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-05-04T11:16:43.650 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-radosgw x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 10 M 2024-05-04T11:16:43.650 INFO:teuthology.orchestra.run.smithi176.stdout:Upgrading: 2024-05-04T11:16:43.650 INFO:teuthology.orchestra.run.smithi176.stdout: librados2 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 3.4 M 2024-05-04T11:16:43.650 INFO:teuthology.orchestra.run.smithi176.stdout: librbd1 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 3.1 M 2024-05-04T11:16:43.650 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-05-04T11:16:43.650 INFO:teuthology.orchestra.run.smithi176.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-04T11:16:43.650 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-base x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 5.4 M 2024-05-04T11:16:43.650 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-common x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 21 M 2024-05-04T11:16:43.650 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-selinux x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 25 k 2024-05-04T11:16:43.651 INFO:teuthology.orchestra.run.smithi176.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-04T11:16:43.651 INFO:teuthology.orchestra.run.smithi176.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-04T11:16:43.651 INFO:teuthology.orchestra.run.smithi176.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-04T11:16:43.651 INFO:teuthology.orchestra.run.smithi176.stdout: libcephfs2 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 745 k 2024-05-04T11:16:43.651 INFO:teuthology.orchestra.run.smithi176.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-04T11:16:43.651 INFO:teuthology.orchestra.run.smithi176.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-04T11:16:43.651 INFO:teuthology.orchestra.run.smithi176.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-04T11:16:43.651 INFO:teuthology.orchestra.run.smithi176.stdout: libradosstriper1 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 501 k 2024-05-04T11:16:43.651 INFO:teuthology.orchestra.run.smithi176.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-04T11:16:43.652 INFO:teuthology.orchestra.run.smithi176.stdout: librgw2 x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 5.3 M 2024-05-04T11:16:43.652 INFO:teuthology.orchestra.run.smithi176.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-04T11:16:43.652 INFO:teuthology.orchestra.run.smithi176.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-04T11:16:43.652 INFO:teuthology.orchestra.run.smithi176.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-04T11:16:43.652 INFO:teuthology.orchestra.run.smithi176.stdout: python3-ceph-argparse x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 45 k 2024-05-04T11:16:43.652 INFO:teuthology.orchestra.run.smithi176.stdout: python3-ceph-common x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 133 k 2024-05-04T11:16:43.652 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cephfs x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 162 k 2024-05-04T11:16:43.652 INFO:teuthology.orchestra.run.smithi176.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-04T11:16:43.652 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rados x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 320 k 2024-05-04T11:16:43.652 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rbd x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 299 k 2024-05-04T11:16:43.653 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rgw x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 100 k 2024-05-04T11:16:43.653 INFO:teuthology.orchestra.run.smithi176.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-04T11:16:43.653 INFO:teuthology.orchestra.run.smithi176.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-04T11:16:43.653 INFO:teuthology.orchestra.run.smithi176.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-04T11:16:43.653 INFO:teuthology.orchestra.run.smithi176.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-04T11:16:43.653 INFO:teuthology.orchestra.run.smithi176.stdout:Installing weak dependencies: 2024-05-04T11:16:43.653 INFO:teuthology.orchestra.run.smithi176.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-04T11:16:43.653 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:16:43.653 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-05-04T11:16:43.653 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:16:43.654 INFO:teuthology.orchestra.run.smithi176.stdout:Install 30 Packages 2024-05-04T11:16:43.654 INFO:teuthology.orchestra.run.smithi176.stdout:Upgrade 2 Packages 2024-05-04T11:16:43.654 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:16:43.654 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 60 M 2024-05-04T11:16:43.654 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-05-04T11:16:46.195 INFO:teuthology.orchestra.run.smithi033.stdout:(1/32): ceph-radosgw-19.0.0-2455.g09dbd6bb.el9. 4.5 MB/s | 10 MB 00:02 2024-05-04T11:16:46.270 INFO:teuthology.orchestra.run.smithi033.stdout:(2/32): ceph-selinux-19.0.0-2455.g09dbd6bb.el9. 336 kB/s | 25 kB 00:00 2024-05-04T11:16:46.396 INFO:teuthology.orchestra.run.smithi176.stdout:(1/32): ceph-radosgw-19.0.0-2455.g09dbd6bb.el9. 4.4 MB/s | 10 MB 00:02 2024-05-04T11:16:46.437 INFO:teuthology.orchestra.run.smithi033.stdout:(3/32): libcephfs2-19.0.0-2455.g09dbd6bb.el9.x8 4.4 MB/s | 745 kB 00:00 2024-05-04T11:16:46.472 INFO:teuthology.orchestra.run.smithi176.stdout:(2/32): ceph-base-19.0.0-2455.g09dbd6bb.el9.x86 2.2 MB/s | 5.4 MB 00:02 2024-05-04T11:16:46.497 INFO:teuthology.orchestra.run.smithi176.stdout:(3/32): ceph-selinux-19.0.0-2455.g09dbd6bb.el9. 251 kB/s | 25 kB 00:00 2024-05-04T11:16:46.663 INFO:teuthology.orchestra.run.smithi033.stdout:(4/32): libradosstriper1-19.0.0-2455.g09dbd6bb. 2.2 MB/s | 501 kB 00:00 2024-05-04T11:16:46.705 INFO:teuthology.orchestra.run.smithi176.stdout:(4/32): libradosstriper1-19.0.0-2455.g09dbd6bb. 2.4 MB/s | 501 kB 00:00 2024-05-04T11:16:46.729 INFO:teuthology.orchestra.run.smithi033.stdout:(5/32): ceph-base-19.0.0-2455.g09dbd6bb.el9.x86 1.9 MB/s | 5.4 MB 00:02 2024-05-04T11:16:46.864 INFO:teuthology.orchestra.run.smithi176.stdout:(5/32): libcephfs2-19.0.0-2455.g09dbd6bb.el9.x8 1.9 MB/s | 745 kB 00:00 2024-05-04T11:16:46.930 INFO:teuthology.orchestra.run.smithi033.stdout:(6/32): ceph-common-19.0.0-2455.g09dbd6bb.el9.x 7.0 MB/s | 21 MB 00:02 2024-05-04T11:16:46.946 INFO:teuthology.orchestra.run.smithi033.stdout:(7/32): python3-ceph-argparse-19.0.0-2455.g09db 208 kB/s | 45 kB 00:00 2024-05-04T11:16:46.956 INFO:teuthology.orchestra.run.smithi176.stdout:(6/32): python3-ceph-argparse-19.0.0-2455.g09db 493 kB/s | 45 kB 00:00 2024-05-04T11:16:47.030 INFO:teuthology.orchestra.run.smithi033.stdout:(8/32): python3-ceph-common-19.0.0-2455.g09dbd6 1.3 MB/s | 133 kB 00:00 2024-05-04T11:16:47.356 INFO:teuthology.orchestra.run.smithi176.stdout:(7/32): python3-ceph-common-19.0.0-2455.g09dbd6 332 kB/s | 133 kB 00:00 2024-05-04T11:16:47.414 INFO:teuthology.orchestra.run.smithi033.stdout:(9/32): librgw2-19.0.0-2455.g09dbd6bb.el9.x86_6 7.1 MB/s | 5.3 MB 00:00 2024-05-04T11:16:47.431 INFO:teuthology.orchestra.run.smithi176.stdout:(8/32): python3-cephfs-19.0.0-2455.g09dbd6bb.el 2.1 MB/s | 162 kB 00:00 2024-05-04T11:16:47.439 INFO:teuthology.orchestra.run.smithi033.stdout:(10/32): python3-rados-19.0.0-2455.g09dbd6bb.el 784 kB/s | 320 kB 00:00 2024-05-04T11:16:47.464 INFO:teuthology.orchestra.run.smithi033.stdout:(11/32): python3-rbd-19.0.0-2455.g09dbd6bb.el9. 5.8 MB/s | 299 kB 00:00 2024-05-04T11:16:47.506 INFO:teuthology.orchestra.run.smithi033.stdout:(12/32): python3-rgw-19.0.0-2455.g09dbd6bb.el9. 1.4 MB/s | 100 kB 00:00 2024-05-04T11:16:47.615 INFO:teuthology.orchestra.run.smithi176.stdout:(9/32): python3-rados-19.0.0-2455.g09dbd6bb.el9 1.7 MB/s | 320 kB 00:00 2024-05-04T11:16:47.623 INFO:teuthology.orchestra.run.smithi033.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 674 kB/s | 107 kB 00:00 2024-05-04T11:16:47.657 INFO:teuthology.orchestra.run.smithi033.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 160 kB 00:00 2024-05-04T11:16:47.682 INFO:teuthology.orchestra.run.smithi033.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 771 kB/s | 45 kB 00:00 2024-05-04T11:16:47.708 INFO:teuthology.orchestra.run.smithi033.stdout:(16/32): python3-cephfs-19.0.0-2455.g09dbd6bb.e 212 kB/s | 162 kB 00:00 2024-05-04T11:16:47.715 INFO:teuthology.orchestra.run.smithi176.stdout:(10/32): librgw2-19.0.0-2455.g09dbd6bb.el9.x86_ 5.3 MB/s | 5.3 MB 00:01 2024-05-04T11:16:47.758 INFO:teuthology.orchestra.run.smithi033.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 6.4 MB/s | 662 kB 00:00 2024-05-04T11:16:47.765 INFO:teuthology.orchestra.run.smithi176.stdout:(11/32): python3-rbd-19.0.0-2455.g09dbd6bb.el9. 1.9 MB/s | 299 kB 00:00 2024-05-04T11:16:47.783 INFO:teuthology.orchestra.run.smithi033.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.8 MB/s | 292 kB 00:00 2024-05-04T11:16:47.791 INFO:teuthology.orchestra.run.smithi176.stdout:(12/32): python3-rgw-19.0.0-2455.g09dbd6bb.el9. 1.3 MB/s | 100 kB 00:00 2024-05-04T11:16:47.808 INFO:teuthology.orchestra.run.smithi033.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 4.3 MB/s | 221 kB 00:00 2024-05-04T11:16:47.834 INFO:teuthology.orchestra.run.smithi033.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 716 kB/s | 36 kB 00:00 2024-05-04T11:16:47.859 INFO:teuthology.orchestra.run.smithi033.stdout:(21/32): python3-prettytable-0.7.2-27.el9.noarc 280 kB/s | 42 kB 00:00 2024-05-04T11:16:47.884 INFO:teuthology.orchestra.run.smithi033.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 629 kB/s | 47 kB 00:00 2024-05-04T11:16:47.891 INFO:teuthology.orchestra.run.smithi176.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 854 kB/s | 107 kB 00:00 2024-05-04T11:16:47.916 INFO:teuthology.orchestra.run.smithi176.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.2 MB/s | 160 kB 00:00 2024-05-04T11:16:47.983 INFO:teuthology.orchestra.run.smithi176.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 492 kB/s | 45 kB 00:00 2024-05-04T11:16:48.050 INFO:teuthology.orchestra.run.smithi176.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.8 MB/s | 662 kB 00:00 2024-05-04T11:16:48.125 INFO:teuthology.orchestra.run.smithi176.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 562 kB/s | 42 kB 00:00 2024-05-04T11:16:48.134 INFO:teuthology.orchestra.run.smithi033.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 104 kB/s | 26 kB 00:00 2024-05-04T11:16:48.159 INFO:teuthology.orchestra.run.smithi176.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.6 MB/s | 292 kB 00:00 2024-05-04T11:16:48.218 INFO:teuthology.orchestra.run.smithi176.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 617 kB/s | 36 kB 00:00 2024-05-04T11:16:48.260 INFO:teuthology.orchestra.run.smithi176.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.6 MB/s | 221 kB 00:00 2024-05-04T11:16:48.293 INFO:teuthology.orchestra.run.smithi176.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 630 kB/s | 47 kB 00:00 2024-05-04T11:16:48.318 INFO:teuthology.orchestra.run.smithi033.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 638 kB/s | 309 kB 00:00 2024-05-04T11:16:48.460 INFO:teuthology.orchestra.run.smithi033.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 149 kB/s | 49 kB 00:00 2024-05-04T11:16:48.602 INFO:teuthology.orchestra.run.smithi176.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 903 kB/s | 309 kB 00:00 2024-05-04T11:16:48.627 INFO:teuthology.orchestra.run.smithi033.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 218 kB/s | 67 kB 00:00 2024-05-04T11:16:48.669 INFO:teuthology.orchestra.run.smithi176.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 390 kB/s | 26 kB 00:00 2024-05-04T11:16:48.736 INFO:teuthology.orchestra.run.smithi176.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 730 kB/s | 49 kB 00:00 2024-05-04T11:16:48.828 INFO:teuthology.orchestra.run.smithi176.stdout:(25/32): libarrow-9.0.0-11.el9.x86_64.rpm 8.3 MB/s | 4.4 MB 00:00 2024-05-04T11:16:48.853 INFO:teuthology.orchestra.run.smithi176.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 576 kB/s | 67 kB 00:00 2024-05-04T11:16:48.904 INFO:teuthology.orchestra.run.smithi176.stdout:(27/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 11 MB/s | 839 kB 00:00 2024-05-04T11:16:48.929 INFO:teuthology.orchestra.run.smithi176.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 2.5 MB/s | 192 kB 00:00 2024-05-04T11:16:48.996 INFO:teuthology.orchestra.run.smithi176.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 17 MB/s | 1.6 MB 00:00 2024-05-04T11:16:49.035 INFO:teuthology.orchestra.run.smithi033.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 469 kB/s | 192 kB 00:00 2024-05-04T11:16:49.069 INFO:teuthology.orchestra.run.smithi033.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 1.3 MB/s | 839 kB 00:00 2024-05-04T11:16:49.220 INFO:teuthology.orchestra.run.smithi033.stdout:(29/32): libarrow-9.0.0-11.el9.x86_64.rpm 3.2 MB/s | 4.4 MB 00:01 2024-05-04T11:16:49.480 INFO:teuthology.orchestra.run.smithi176.stdout:(30/32): ceph-common-19.0.0-2455.g09dbd6bb.el9. 3.9 MB/s | 21 MB 00:05 2024-05-04T11:16:49.595 INFO:teuthology.orchestra.run.smithi033.stdout:(30/32): librbd1-19.0.0-2455.g09dbd6bb.el9.x86_ 8.4 MB/s | 3.1 MB 00:00 2024-05-04T11:16:49.696 INFO:teuthology.orchestra.run.smithi176.stdout:(31/32): librbd1-19.0.0-2455.g09dbd6bb.el9.x86_ 4.5 MB/s | 3.1 MB 00:00 2024-05-04T11:16:49.862 INFO:teuthology.orchestra.run.smithi033.stdout:(31/32): thrift-0.15.0-2.el9.x86_64.rpm 1.9 MB/s | 1.6 MB 00:00 2024-05-04T11:16:49.871 INFO:teuthology.orchestra.run.smithi176.stdout:(32/32): librados2-19.0.0-2455.g09dbd6bb.el9.x8 3.6 MB/s | 3.4 MB 00:00 2024-05-04T11:16:49.874 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:16:49.874 INFO:teuthology.orchestra.run.smithi176.stdout:Total 9.6 MB/s | 60 MB 00:06 2024-05-04T11:16:49.920 INFO:teuthology.orchestra.run.smithi033.stdout:(32/32): librados2-19.0.0-2455.g09dbd6bb.el9.x8 4.0 MB/s | 3.4 MB 00:00 2024-05-04T11:16:49.922 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:16:49.923 INFO:teuthology.orchestra.run.smithi033.stdout:Total 9.3 MB/s | 60 MB 00:06 2024-05-04T11:16:49.973 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-05-04T11:16:50.009 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-05-04T11:16:50.009 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-05-04T11:16:50.029 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-05-04T11:16:50.070 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-05-04T11:16:50.070 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-05-04T11:16:50.474 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-05-04T11:16:50.475 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-05-04T11:16:50.559 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-05-04T11:16:50.559 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-05-04T11:16:51.964 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-05-04T11:16:52.039 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-04T11:16:52.047 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-05-04T11:16:52.068 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-04T11:16:52.093 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-04T11:16:52.116 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-04T11:16:52.137 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-04T11:16:52.149 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-04T11:16:52.259 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-04T11:16:52.284 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-04T11:16:52.307 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-04T11:16:52.330 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-04T11:16:52.342 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-04T11:16:52.397 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-04T11:16:52.525 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-04T11:16:52.587 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-04T11:16:52.786 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-04T11:16:52.845 INFO:teuthology.orchestra.run.smithi176.stdout: Upgrading : librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 7/34 2024-05-04T11:16:52.936 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 7/34 2024-05-04T11:16:52.986 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-04T11:16:53.024 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 8/34 2024-05-04T11:16:53.035 INFO:teuthology.orchestra.run.smithi033.stdout: Upgrading : librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 7/34 2024-05-04T11:16:53.055 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 9/34 2024-05-04T11:16:53.117 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 9/34 2024-05-04T11:16:53.128 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 7/34 2024-05-04T11:16:53.146 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-04T11:16:53.190 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-ceph-argparse-2:19.0.0-2455.g09dbd6bb.el9. 11/34 2024-05-04T11:16:53.217 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 8/34 2024-05-04T11:16:53.245 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 9/34 2024-05-04T11:16:53.267 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 12/34 2024-05-04T11:16:53.290 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_6 13/34 2024-05-04T11:16:53.308 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 9/34 2024-05-04T11:16:53.337 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-04T11:16:53.354 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_6 13/34 2024-05-04T11:16:53.381 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-ceph-argparse-2:19.0.0-2455.g09dbd6bb.el9. 11/34 2024-05-04T11:16:53.393 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-04T11:16:53.451 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 12/34 2024-05-04T11:16:53.473 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_6 13/34 2024-05-04T11:16:53.497 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-04T11:16:53.531 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-04T11:16:53.537 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_6 13/34 2024-05-04T11:16:53.562 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-04T11:16:53.571 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-04T11:16:53.588 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-04T11:16:53.617 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-04T11:16:53.649 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-04T11:16:53.681 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-04T11:16:53.714 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-04T11:16:53.754 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-04T11:16:53.787 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-04T11:16:53.817 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-04T11:16:53.849 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-04T11:16:53.962 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-04T11:16:54.013 INFO:teuthology.orchestra.run.smithi176.stdout: Upgrading : librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 22/34 2024-05-04T11:16:54.103 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 22/34 2024-05-04T11:16:54.134 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 23/34 2024-05-04T11:16:54.170 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-04T11:16:54.170 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-04T11:16:54.220 INFO:teuthology.orchestra.run.smithi033.stdout: Upgrading : librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 22/34 2024-05-04T11:16:54.532 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 22/34 2024-05-04T11:16:54.532 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 23/34 2024-05-04T11:16:54.532 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-04T11:16:54.643 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-04T11:16:54.673 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 26/34 2024-05-04T11:16:54.745 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 26/34 2024-05-04T11:16:54.821 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 27/34 2024-05-04T11:16:54.851 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x8 28/34 2024-05-04T11:16:54.860 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-04T11:16:54.898 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 26/34 2024-05-04T11:16:54.970 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 26/34 2024-05-04T11:16:55.049 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 27/34 2024-05-04T11:16:55.092 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x8 28/34 2024-05-04T11:16:57.030 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 29/34 2024-05-04T11:16:57.064 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 29/34 2024-05-04T11:16:57.452 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 29/34 2024-05-04T11:16:57.488 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 29/34 2024-05-04T11:16:57.608 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 29/34 2024-05-04T11:16:57.642 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 30/34 2024-05-04T11:16:57.723 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 30/34 2024-05-04T11:16:57.724 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-04T11:16:57.724 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-04T11:16:57.724 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:16:57.752 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 31/34 2024-05-04T11:16:58.059 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 29/34 2024-05-04T11:16:58.092 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 30/34 2024-05-04T11:16:58.188 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 30/34 2024-05-04T11:16:58.188 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-04T11:16:58.188 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-04T11:16:58.189 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:16:58.218 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 31/34 2024-05-04T11:17:07.401 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 31/34 2024-05-04T11:17:07.401 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /sys 2024-05-04T11:17:07.401 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /proc 2024-05-04T11:17:07.401 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /mnt 2024-05-04T11:17:07.402 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /var/tmp 2024-05-04T11:17:07.402 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /home 2024-05-04T11:17:07.402 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /root 2024-05-04T11:17:07.402 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /tmp 2024-05-04T11:17:07.402 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:08.211 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 31/34 2024-05-04T11:17:08.212 INFO:teuthology.orchestra.run.smithi033.stdout:skipping the directory /sys 2024-05-04T11:17:08.212 INFO:teuthology.orchestra.run.smithi033.stdout:skipping the directory /proc 2024-05-04T11:17:08.212 INFO:teuthology.orchestra.run.smithi033.stdout:skipping the directory /mnt 2024-05-04T11:17:08.212 INFO:teuthology.orchestra.run.smithi033.stdout:skipping the directory /var/tmp 2024-05-04T11:17:08.212 INFO:teuthology.orchestra.run.smithi033.stdout:skipping the directory /home 2024-05-04T11:17:08.212 INFO:teuthology.orchestra.run.smithi033.stdout:skipping the directory /root 2024-05-04T11:17:08.213 INFO:teuthology.orchestra.run.smithi033.stdout:skipping the directory /tmp 2024-05-04T11:17:08.213 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:08.361 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/34 2024-05-04T11:17:08.392 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/34 2024-05-04T11:17:08.392 INFO:teuthology.orchestra.run.smithi176.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-04T11:17:08.392 INFO:teuthology.orchestra.run.smithi176.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-04T11:17:08.392 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-04T11:17:08.392 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-04T11:17:08.393 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:08.394 INFO:teuthology.orchestra.run.smithi176.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-04T11:17:08.489 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-04T11:17:08.489 INFO:teuthology.orchestra.run.smithi176.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-04T11:17:09.176 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/34 2024-05-04T11:17:09.199 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/34 2024-05-04T11:17:09.199 INFO:teuthology.orchestra.run.smithi033.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-04T11:17:09.199 INFO:teuthology.orchestra.run.smithi033.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-04T11:17:09.199 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-04T11:17:09.200 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-04T11:17:09.200 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:09.201 INFO:teuthology.orchestra.run.smithi033.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-04T11:17:09.270 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-04T11:17:09.271 INFO:teuthology.orchestra.run.smithi033.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-04T11:17:09.698 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-04T11:17:09.698 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/34 2024-05-04T11:17:09.698 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/34 2024-05-04T11:17:09.699 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/34 2024-05-04T11:17:09.699 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/34 2024-05-04T11:17:09.699 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 5/34 2024-05-04T11:17:09.699 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_6 6/34 2024-05-04T11:17:09.699 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 7/34 2024-05-04T11:17:09.699 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2455.g09dbd6bb.el9. 8/34 2024-05-04T11:17:09.699 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x8 9/34 2024-05-04T11:17:09.699 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 10/34 2024-05-04T11:17:09.700 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 11/34 2024-05-04T11:17:09.700 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 12/34 2024-05-04T11:17:09.700 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 13/34 2024-05-04T11:17:09.700 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-04T11:17:09.700 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-04T11:17:09.700 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-04T11:17:09.700 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-04T11:17:09.701 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-04T11:17:09.701 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-04T11:17:09.701 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-04T11:17:09.701 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-04T11:17:09.701 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-04T11:17:09.701 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-04T11:17:09.701 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-04T11:17:09.701 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-04T11:17:09.702 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-04T11:17:09.702 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-04T11:17:09.702 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-04T11:17:09.702 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-04T11:17:09.702 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-04T11:17:09.702 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 31/34 2024-05-04T11:17:09.702 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-04T11:17:09.702 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 33/34 2024-05-04T11:17:10.449 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-04T11:17:10.449 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/34 2024-05-04T11:17:10.450 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/34 2024-05-04T11:17:10.450 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/34 2024-05-04T11:17:10.450 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/34 2024-05-04T11:17:10.450 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 5/34 2024-05-04T11:17:10.450 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_6 6/34 2024-05-04T11:17:10.450 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 7/34 2024-05-04T11:17:10.450 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2455.g09dbd6bb.el9. 8/34 2024-05-04T11:17:10.451 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x8 9/34 2024-05-04T11:17:10.451 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 10/34 2024-05-04T11:17:10.451 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 11/34 2024-05-04T11:17:10.451 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 12/34 2024-05-04T11:17:10.451 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 13/34 2024-05-04T11:17:10.451 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-04T11:17:10.451 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-04T11:17:10.451 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-04T11:17:10.452 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-04T11:17:10.452 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-04T11:17:10.452 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-04T11:17:10.452 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-04T11:17:10.452 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-04T11:17:10.452 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-04T11:17:10.452 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-04T11:17:10.452 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-04T11:17:10.452 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-04T11:17:10.453 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-04T11:17:10.453 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-04T11:17:10.453 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-04T11:17:10.453 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-04T11:17:10.453 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-04T11:17:10.453 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 31/34 2024-05-04T11:17:10.453 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-04T11:17:10.453 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 33/34 2024-05-04T11:17:10.502 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-04T11:17:10.502 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:10.502 INFO:teuthology.orchestra.run.smithi176.stdout:Upgraded: 2024-05-04T11:17:10.502 INFO:teuthology.orchestra.run.smithi176.stdout: librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:10.503 INFO:teuthology.orchestra.run.smithi176.stdout: librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:10.503 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-05-04T11:17:10.503 INFO:teuthology.orchestra.run.smithi176.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-04T11:17:10.503 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:10.503 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:10.503 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:10.503 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:10.503 INFO:teuthology.orchestra.run.smithi176.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-04T11:17:10.503 INFO:teuthology.orchestra.run.smithi176.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-04T11:17:10.504 INFO:teuthology.orchestra.run.smithi176.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-04T11:17:10.504 INFO:teuthology.orchestra.run.smithi176.stdout: libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:10.504 INFO:teuthology.orchestra.run.smithi176.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-04T11:17:10.504 INFO:teuthology.orchestra.run.smithi176.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-04T11:17:10.504 INFO:teuthology.orchestra.run.smithi176.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-04T11:17:10.504 INFO:teuthology.orchestra.run.smithi176.stdout: libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:10.504 INFO:teuthology.orchestra.run.smithi176.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-04T11:17:10.504 INFO:teuthology.orchestra.run.smithi176.stdout: librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:10.504 INFO:teuthology.orchestra.run.smithi176.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-04T11:17:10.504 INFO:teuthology.orchestra.run.smithi176.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-04T11:17:10.505 INFO:teuthology.orchestra.run.smithi176.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-04T11:17:10.505 INFO:teuthology.orchestra.run.smithi176.stdout: python3-ceph-argparse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:10.505 INFO:teuthology.orchestra.run.smithi176.stdout: python3-ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:10.505 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:10.505 INFO:teuthology.orchestra.run.smithi176.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-04T11:17:10.505 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:10.505 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:10.505 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:10.505 INFO:teuthology.orchestra.run.smithi176.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-04T11:17:10.506 INFO:teuthology.orchestra.run.smithi176.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-04T11:17:10.506 INFO:teuthology.orchestra.run.smithi176.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-04T11:17:10.506 INFO:teuthology.orchestra.run.smithi176.stdout: re2-1:20211101-3.el9.x86_64 2024-05-04T11:17:10.506 INFO:teuthology.orchestra.run.smithi176.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-04T11:17:10.506 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:10.506 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-05-04T11:17:10.801 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-test 2024-05-04T11:17:11.275 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-04T11:17:11.275 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:11.275 INFO:teuthology.orchestra.run.smithi033.stdout:Upgraded: 2024-05-04T11:17:11.275 INFO:teuthology.orchestra.run.smithi033.stdout: librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:11.275 INFO:teuthology.orchestra.run.smithi033.stdout: librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:11.275 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-05-04T11:17:11.276 INFO:teuthology.orchestra.run.smithi033.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-04T11:17:11.276 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:11.276 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:11.276 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-radosgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:11.276 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-selinux-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:11.276 INFO:teuthology.orchestra.run.smithi033.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-04T11:17:11.276 INFO:teuthology.orchestra.run.smithi033.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-04T11:17:11.276 INFO:teuthology.orchestra.run.smithi033.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-04T11:17:11.277 INFO:teuthology.orchestra.run.smithi033.stdout: libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:11.277 INFO:teuthology.orchestra.run.smithi033.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-04T11:17:11.277 INFO:teuthology.orchestra.run.smithi033.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-04T11:17:11.277 INFO:teuthology.orchestra.run.smithi033.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-04T11:17:11.277 INFO:teuthology.orchestra.run.smithi033.stdout: libradosstriper1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:11.277 INFO:teuthology.orchestra.run.smithi033.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-04T11:17:11.277 INFO:teuthology.orchestra.run.smithi033.stdout: librgw2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:11.277 INFO:teuthology.orchestra.run.smithi033.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-04T11:17:11.278 INFO:teuthology.orchestra.run.smithi033.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-04T11:17:11.278 INFO:teuthology.orchestra.run.smithi033.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-04T11:17:11.278 INFO:teuthology.orchestra.run.smithi033.stdout: python3-ceph-argparse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:11.278 INFO:teuthology.orchestra.run.smithi033.stdout: python3-ceph-common-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:11.278 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:11.278 INFO:teuthology.orchestra.run.smithi033.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-04T11:17:11.278 INFO:teuthology.orchestra.run.smithi033.stdout: python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:11.278 INFO:teuthology.orchestra.run.smithi033.stdout: python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:11.279 INFO:teuthology.orchestra.run.smithi033.stdout: python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:11.279 INFO:teuthology.orchestra.run.smithi033.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-04T11:17:11.279 INFO:teuthology.orchestra.run.smithi033.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-04T11:17:11.279 INFO:teuthology.orchestra.run.smithi033.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-04T11:17:11.279 INFO:teuthology.orchestra.run.smithi033.stdout: re2-1:20211101-3.el9.x86_64 2024-05-04T11:17:11.279 INFO:teuthology.orchestra.run.smithi033.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-04T11:17:11.279 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:11.279 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-04T11:17:11.340 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:00:30 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:17:11.463 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:17:11.464 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:17:11.464 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-05-04T11:17:11.464 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:17:11.464 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-05-04T11:17:11.464 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-test x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 48 M 2024-05-04T11:17:11.464 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-05-04T11:17:11.465 INFO:teuthology.orchestra.run.smithi176.stdout: libcephsqlite x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 164 k 2024-05-04T11:17:11.465 INFO:teuthology.orchestra.run.smithi176.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-04T11:17:11.465 INFO:teuthology.orchestra.run.smithi176.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-04T11:17:11.465 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:11.465 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-05-04T11:17:11.465 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:17:11.465 INFO:teuthology.orchestra.run.smithi176.stdout:Install 4 Packages 2024-05-04T11:17:11.465 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:11.466 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 49 M 2024-05-04T11:17:11.466 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 207 M 2024-05-04T11:17:11.466 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-05-04T11:17:11.548 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-test 2024-05-04T11:17:11.846 INFO:teuthology.orchestra.run.smithi176.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.1 MB/s | 305 kB 00:00 2024-05-04T11:17:11.905 INFO:teuthology.orchestra.run.smithi176.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.1 MB/s | 64 kB 00:00 2024-05-04T11:17:11.955 INFO:teuthology.orchestra.run.smithi176.stdout:(3/4): libcephsqlite-19.0.0-2455.g09dbd6bb.el9. 440 kB/s | 164 kB 00:00 2024-05-04T11:17:12.172 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:00:31 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:17:12.302 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:17:12.302 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:17:12.302 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-05-04T11:17:12.303 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:17:12.303 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-05-04T11:17:12.303 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-test x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 48 M 2024-05-04T11:17:12.303 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-05-04T11:17:12.303 INFO:teuthology.orchestra.run.smithi033.stdout: libcephsqlite x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 164 k 2024-05-04T11:17:12.303 INFO:teuthology.orchestra.run.smithi033.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-04T11:17:12.303 INFO:teuthology.orchestra.run.smithi033.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-04T11:17:12.303 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:12.304 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-05-04T11:17:12.304 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:17:12.304 INFO:teuthology.orchestra.run.smithi033.stdout:Install 4 Packages 2024-05-04T11:17:12.304 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:12.305 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 49 M 2024-05-04T11:17:12.305 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 207 M 2024-05-04T11:17:12.305 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-05-04T11:17:12.647 INFO:teuthology.orchestra.run.smithi033.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.1 MB/s | 305 kB 00:00 2024-05-04T11:17:12.731 INFO:teuthology.orchestra.run.smithi033.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 761 kB/s | 64 kB 00:00 2024-05-04T11:17:13.067 INFO:teuthology.orchestra.run.smithi033.stdout:(3/4): libcephsqlite-19.0.0-2455.g09dbd6bb.el9. 235 kB/s | 164 kB 00:00 2024-05-04T11:17:14.040 INFO:teuthology.orchestra.run.smithi176.stdout:(4/4): ceph-test-19.0.0-2455.g09dbd6bb.el9.x86_ 20 MB/s | 48 MB 00:02 2024-05-04T11:17:14.042 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:17:14.042 INFO:teuthology.orchestra.run.smithi176.stdout:Total 19 MB/s | 49 MB 00:02 2024-05-04T11:17:14.069 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-05-04T11:17:14.089 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-05-04T11:17:14.089 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-05-04T11:17:14.458 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-05-04T11:17:14.458 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-05-04T11:17:14.971 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-05-04T11:17:15.057 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-04T11:17:15.105 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-04T11:17:15.133 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/4 2024-05-04T11:17:16.324 INFO:teuthology.orchestra.run.smithi033.stdout:(4/4): ceph-test-19.0.0-2455.g09dbd6bb.el9.x86_ 12 MB/s | 48 MB 00:03 2024-05-04T11:17:16.327 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:17:16.327 INFO:teuthology.orchestra.run.smithi033.stdout:Total 12 MB/s | 49 MB 00:04 2024-05-04T11:17:16.352 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-05-04T11:17:16.373 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-05-04T11:17:16.373 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-05-04T11:17:16.758 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-05-04T11:17:16.758 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-05-04T11:17:17.298 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-05-04T11:17:17.386 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-04T11:17:17.424 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-04T11:17:17.451 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/4 2024-05-04T11:17:19.718 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/4 2024-05-04T11:17:19.788 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/4 2024-05-04T11:17:22.028 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/4 2024-05-04T11:17:22.028 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/4 2024-05-04T11:17:22.029 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/4 2024-05-04T11:17:22.029 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-04T11:17:22.213 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/4 2024-05-04T11:17:22.293 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-04T11:17:22.293 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:22.294 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-05-04T11:17:22.294 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:22.294 INFO:teuthology.orchestra.run.smithi176.stdout: libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:22.294 INFO:teuthology.orchestra.run.smithi176.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-04T11:17:22.294 INFO:teuthology.orchestra.run.smithi176.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-04T11:17:22.294 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:22.294 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-05-04T11:17:22.295 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/4 2024-05-04T11:17:22.565 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph 2024-05-04T11:17:23.077 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:00:42 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:17:23.205 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:17:23.208 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:17:23.208 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-05-04T11:17:23.208 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:17:23.208 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-05-04T11:17:23.208 INFO:teuthology.orchestra.run.smithi176.stdout: ceph x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 6.6 k 2024-05-04T11:17:23.208 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-05-04T11:17:23.209 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mds x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 2.4 M 2024-05-04T11:17:23.209 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 1.5 M 2024-05-04T11:17:23.209 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 249 k 2024-05-04T11:17:23.209 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mon x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 4.7 M 2024-05-04T11:17:23.209 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-osd x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 17 M 2024-05-04T11:17:23.209 INFO:teuthology.orchestra.run.smithi176.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-04T11:17:23.209 INFO:teuthology.orchestra.run.smithi176.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-04T11:17:23.210 INFO:teuthology.orchestra.run.smithi176.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-04T11:17:23.210 INFO:teuthology.orchestra.run.smithi176.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-04T11:17:23.210 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-04T11:17:23.210 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-04T11:17:23.210 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-04T11:17:23.210 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-04T11:17:23.210 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-04T11:17:23.210 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-04T11:17:23.211 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco-collections 2024-05-04T11:17:23.211 INFO:teuthology.orchestra.run.smithi176.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-04T11:17:23.211 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-04T11:17:23.211 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-04T11:17:23.211 INFO:teuthology.orchestra.run.smithi176.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-04T11:17:23.211 INFO:teuthology.orchestra.run.smithi176.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-04T11:17:23.211 INFO:teuthology.orchestra.run.smithi176.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-04T11:17:23.211 INFO:teuthology.orchestra.run.smithi176.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-04T11:17:23.211 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-04T11:17:23.212 INFO:teuthology.orchestra.run.smithi176.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-04T11:17:23.212 INFO:teuthology.orchestra.run.smithi176.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-04T11:17:23.212 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-04T11:17:23.212 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-04T11:17:23.212 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-04T11:17:23.212 INFO:teuthology.orchestra.run.smithi176.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-04T11:17:23.212 INFO:teuthology.orchestra.run.smithi176.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-04T11:17:23.212 INFO:teuthology.orchestra.run.smithi176.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-04T11:17:23.212 INFO:teuthology.orchestra.run.smithi176.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-04T11:17:23.213 INFO:teuthology.orchestra.run.smithi176.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-04T11:17:23.213 INFO:teuthology.orchestra.run.smithi176.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-04T11:17:23.213 INFO:teuthology.orchestra.run.smithi176.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-04T11:17:23.213 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:23.213 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-05-04T11:17:23.213 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:17:23.213 INFO:teuthology.orchestra.run.smithi176.stdout:Install 36 Packages 2024-05-04T11:17:23.213 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:23.214 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 30 M 2024-05-04T11:17:23.214 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 107 M 2024-05-04T11:17:23.214 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-05-04T11:17:24.056 INFO:teuthology.orchestra.run.smithi176.stdout:(1/36): ceph-19.0.0-2455.g09dbd6bb.el9.x86_64.r 30 kB/s | 6.6 kB 00:00 2024-05-04T11:17:24.182 INFO:teuthology.orchestra.run.smithi176.stdout:(2/36): ceph-mgr-19.0.0-2455.g09dbd6bb.el9.x86_ 4.3 MB/s | 1.5 MB 00:00 2024-05-04T11:17:24.465 INFO:teuthology.orchestra.run.smithi176.stdout:(3/36): ceph-mds-19.0.0-2455.g09dbd6bb.el9.x86_ 3.8 MB/s | 2.4 MB 00:00 2024-05-04T11:17:24.479 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/4 2024-05-04T11:17:24.479 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/4 2024-05-04T11:17:24.479 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/4 2024-05-04T11:17:24.480 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-04T11:17:24.549 INFO:teuthology.orchestra.run.smithi176.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2455.g09db 2.9 MB/s | 249 kB 00:00 2024-05-04T11:17:24.754 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-04T11:17:24.754 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:24.754 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-05-04T11:17:24.754 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-test-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:24.754 INFO:teuthology.orchestra.run.smithi033.stdout: libcephsqlite-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:24.754 INFO:teuthology.orchestra.run.smithi033.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-04T11:17:24.755 INFO:teuthology.orchestra.run.smithi033.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-04T11:17:24.755 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:24.755 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-04T11:17:24.766 INFO:teuthology.orchestra.run.smithi176.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2024-05-04T11:17:24.874 INFO:teuthology.orchestra.run.smithi176.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 11 MB/s | 1.2 MB 00:00 2024-05-04T11:17:24.917 INFO:teuthology.orchestra.run.smithi176.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-05-04T11:17:25.159 INFO:teuthology.orchestra.run.smithi176.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 3.2 MB/s | 135 kB 00:00 2024-05-04T11:17:25.159 INFO:teuthology.orchestra.run.smithi176.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 3.7 MB/s | 125 kB 00:00 2024-05-04T11:17:25.159 INFO:teuthology.orchestra.run.smithi176.stdout:(10/36): ceph-osd-19.0.0-2455.g09dbd6bb.el9.x86 17 MB/s | 17 MB 00:00 2024-05-04T11:17:25.160 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph 2024-05-04T11:17:25.184 INFO:teuthology.orchestra.run.smithi176.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.1 MB/s | 215 kB 00:00 2024-05-04T11:17:25.268 INFO:teuthology.orchestra.run.smithi176.stdout:(12/36): ceph-mon-19.0.0-2455.g09dbd6bb.el9.x86 3.9 MB/s | 4.7 MB 00:01 2024-05-04T11:17:25.376 INFO:teuthology.orchestra.run.smithi176.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 869 kB/s | 188 kB 00:00 2024-05-04T11:17:25.393 INFO:teuthology.orchestra.run.smithi176.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 278 kB/s | 35 kB 00:00 2024-05-04T11:17:25.418 INFO:teuthology.orchestra.run.smithi176.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 736 kB/s | 172 kB 00:00 2024-05-04T11:17:25.435 INFO:teuthology.orchestra.run.smithi176.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 865 kB/s | 51 kB 00:00 2024-05-04T11:17:25.469 INFO:teuthology.orchestra.run.smithi176.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 550 kB/s | 42 kB 00:00 2024-05-04T11:17:25.636 INFO:teuthology.orchestra.run.smithi176.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 261 kB/s | 43 kB 00:00 2024-05-04T11:17:25.694 INFO:teuthology.orchestra.run.smithi176.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 584 kB/s | 151 kB 00:00 2024-05-04T11:17:25.696 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:00:44 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:17:25.720 INFO:teuthology.orchestra.run.smithi176.stdout:(20/36): lua-devel-5.4.4-4.el9.x86_64.rpm 74 kB/s | 22 kB 00:00 2024-05-04T11:17:25.795 INFO:teuthology.orchestra.run.smithi176.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-05-04T11:17:25.820 INFO:teuthology.orchestra.run.smithi176.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 107 kB/s | 11 kB 00:00 2024-05-04T11:17:25.823 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:17:25.825 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:17:25.826 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-05-04T11:17:25.826 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:17:25.826 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-05-04T11:17:25.826 INFO:teuthology.orchestra.run.smithi033.stdout: ceph x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 6.6 k 2024-05-04T11:17:25.826 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-05-04T11:17:25.826 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mds x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 2.4 M 2024-05-04T11:17:25.826 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 1.5 M 2024-05-04T11:17:25.827 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 249 k 2024-05-04T11:17:25.827 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mon x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 4.7 M 2024-05-04T11:17:25.827 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-osd x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 17 M 2024-05-04T11:17:25.827 INFO:teuthology.orchestra.run.smithi033.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-04T11:17:25.827 INFO:teuthology.orchestra.run.smithi033.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-04T11:17:25.827 INFO:teuthology.orchestra.run.smithi033.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-04T11:17:25.827 INFO:teuthology.orchestra.run.smithi033.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-04T11:17:25.827 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-04T11:17:25.827 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-04T11:17:25.827 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-04T11:17:25.828 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-04T11:17:25.828 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-04T11:17:25.828 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-04T11:17:25.828 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco-collections 2024-05-04T11:17:25.828 INFO:teuthology.orchestra.run.smithi033.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-04T11:17:25.828 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-04T11:17:25.828 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-04T11:17:25.828 INFO:teuthology.orchestra.run.smithi033.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-04T11:17:25.829 INFO:teuthology.orchestra.run.smithi033.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-04T11:17:25.829 INFO:teuthology.orchestra.run.smithi033.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-04T11:17:25.829 INFO:teuthology.orchestra.run.smithi033.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-04T11:17:25.829 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-04T11:17:25.829 INFO:teuthology.orchestra.run.smithi033.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-04T11:17:25.829 INFO:teuthology.orchestra.run.smithi033.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-04T11:17:25.829 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-04T11:17:25.829 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-04T11:17:25.829 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-04T11:17:25.830 INFO:teuthology.orchestra.run.smithi033.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-04T11:17:25.830 INFO:teuthology.orchestra.run.smithi033.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-04T11:17:25.830 INFO:teuthology.orchestra.run.smithi033.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-04T11:17:25.830 INFO:teuthology.orchestra.run.smithi033.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-04T11:17:25.830 INFO:teuthology.orchestra.run.smithi033.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-04T11:17:25.830 INFO:teuthology.orchestra.run.smithi033.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-04T11:17:25.830 INFO:teuthology.orchestra.run.smithi033.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-04T11:17:25.830 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:25.830 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-05-04T11:17:25.831 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:17:25.831 INFO:teuthology.orchestra.run.smithi033.stdout:Install 36 Packages 2024-05-04T11:17:25.831 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:25.831 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 30 M 2024-05-04T11:17:25.832 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 107 M 2024-05-04T11:17:25.832 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-05-04T11:17:25.845 INFO:teuthology.orchestra.run.smithi176.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.3 MB/s | 358 kB 00:00 2024-05-04T11:17:25.871 INFO:teuthology.orchestra.run.smithi176.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 234 kB/s | 18 kB 00:00 2024-05-04T11:17:25.921 INFO:teuthology.orchestra.run.smithi176.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 231 kB/s | 23 kB 00:00 2024-05-04T11:17:25.946 INFO:teuthology.orchestra.run.smithi176.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 193 kB/s | 19 kB 00:00 2024-05-04T11:17:25.972 INFO:teuthology.orchestra.run.smithi176.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 196 kB/s | 20 kB 00:00 2024-05-04T11:17:26.021 INFO:teuthology.orchestra.run.smithi176.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 463 kB/s | 46 kB 00:00 2024-05-04T11:17:26.047 INFO:teuthology.orchestra.run.smithi176.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-05-04T11:17:26.072 INFO:teuthology.orchestra.run.smithi176.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.7 MB/s | 272 kB 00:00 2024-05-04T11:17:26.097 INFO:teuthology.orchestra.run.smithi176.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 217 kB/s | 16 kB 00:00 2024-05-04T11:17:26.122 INFO:teuthology.orchestra.run.smithi176.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-05-04T11:17:26.148 INFO:teuthology.orchestra.run.smithi176.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 473 kB/s | 36 kB 00:00 2024-05-04T11:17:26.207 INFO:teuthology.orchestra.run.smithi176.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 341 kB/s | 20 kB 00:00 2024-05-04T11:17:26.232 INFO:teuthology.orchestra.run.smithi176.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-05-04T11:17:26.257 INFO:teuthology.orchestra.run.smithi176.stdout:(36/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.4 MB/s | 230 kB 00:00 2024-05-04T11:17:26.259 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:17:26.259 INFO:teuthology.orchestra.run.smithi176.stdout:Total 9.9 MB/s | 30 MB 00:03 2024-05-04T11:17:26.398 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-05-04T11:17:26.437 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-05-04T11:17:26.437 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-05-04T11:17:26.730 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-05-04T11:17:26.731 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-05-04T11:17:27.000 INFO:teuthology.orchestra.run.smithi033.stdout:(1/36): ceph-19.0.0-2455.g09dbd6bb.el9.x86_64.r 31 kB/s | 6.6 kB 00:00 2024-05-04T11:17:27.133 INFO:teuthology.orchestra.run.smithi033.stdout:(2/36): ceph-mgr-19.0.0-2455.g09dbd6bb.el9.x86_ 4.4 MB/s | 1.5 MB 00:00 2024-05-04T11:17:27.576 INFO:teuthology.orchestra.run.smithi033.stdout:(3/36): ceph-mds-19.0.0-2455.g09dbd6bb.el9.x86_ 3.0 MB/s | 2.4 MB 00:00 2024-05-04T11:17:27.684 INFO:teuthology.orchestra.run.smithi033.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2455.g09db 2.3 MB/s | 249 kB 00:00 2024-05-04T11:17:27.842 INFO:teuthology.orchestra.run.smithi033.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.6 MB/s | 253 kB 00:00 2024-05-04T11:17:27.976 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-05-04T11:17:28.026 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-04T11:17:28.059 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-04T11:17:28.060 INFO:teuthology.orchestra.run.smithi033.stdout:(6/36): ceph-osd-19.0.0-2455.g09dbd6bb.el9.x86_ 18 MB/s | 17 MB 00:00 2024-05-04T11:17:28.087 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-04T11:17:28.118 INFO:teuthology.orchestra.run.smithi033.stdout:(7/36): python3-cryptography-36.0.1-4.el9.x86_6 4.5 MB/s | 1.2 MB 00:00 2024-05-04T11:17:28.159 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-04T11:17:28.168 INFO:teuthology.orchestra.run.smithi033.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.7 MB/s | 135 kB 00:00 2024-05-04T11:17:28.194 INFO:teuthology.orchestra.run.smithi033.stdout:(9/36): python3-ply-3.11-14.el9.noarch.rpm 798 kB/s | 106 kB 00:00 2024-05-04T11:17:28.219 INFO:teuthology.orchestra.run.smithi033.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 2.4 MB/s | 125 kB 00:00 2024-05-04T11:17:28.219 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-04T11:17:28.252 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-04T11:17:28.294 INFO:teuthology.orchestra.run.smithi033.stdout:(11/36): ceph-mon-19.0.0-2455.g09dbd6bb.el9.x86 3.6 MB/s | 4.7 MB 00:01 2024-05-04T11:17:28.319 INFO:teuthology.orchestra.run.smithi033.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.7 MB/s | 215 kB 00:00 2024-05-04T11:17:28.343 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-04T11:17:28.378 INFO:teuthology.orchestra.run.smithi033.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 188 kB 00:00 2024-05-04T11:17:28.403 INFO:teuthology.orchestra.run.smithi033.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 416 kB/s | 35 kB 00:00 2024-05-04T11:17:28.414 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-04T11:17:28.429 INFO:teuthology.orchestra.run.smithi033.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-05-04T11:17:28.455 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-04T11:17:28.479 INFO:teuthology.orchestra.run.smithi033.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 509 kB/s | 51 kB 00:00 2024-05-04T11:17:28.489 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-04T11:17:28.504 INFO:teuthology.orchestra.run.smithi033.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 414 kB/s | 42 kB 00:00 2024-05-04T11:17:28.519 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-04T11:17:28.529 INFO:teuthology.orchestra.run.smithi033.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 222 kB/s | 22 kB 00:00 2024-05-04T11:17:28.545 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-04T11:17:28.579 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-04T11:17:28.620 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-04T11:17:28.670 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-04T11:17:28.705 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-04T11:17:28.752 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-04T11:17:28.826 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-04T11:17:28.963 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-04T11:17:28.971 INFO:teuthology.orchestra.run.smithi033.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 93 kB/s | 43 kB 00:00 2024-05-04T11:17:29.043 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-04T11:17:29.088 INFO:teuthology.orchestra.run.smithi033.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 248 kB/s | 151 kB 00:00 2024-05-04T11:17:29.096 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-04T11:17:29.134 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-04T11:17:29.172 INFO:teuthology.orchestra.run.smithi033.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 267 kB/s | 172 kB 00:00 2024-05-04T11:17:29.185 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-04T11:17:29.197 INFO:teuthology.orchestra.run.smithi033.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 99 kB/s | 11 kB 00:00 2024-05-04T11:17:29.240 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-04T11:17:29.281 INFO:teuthology.orchestra.run.smithi033.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 163 kB/s | 18 kB 00:00 2024-05-04T11:17:29.306 INFO:teuthology.orchestra.run.smithi033.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 213 kB/s | 23 kB 00:00 2024-05-04T11:17:29.348 INFO:teuthology.orchestra.run.smithi033.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 953 kB/s | 358 kB 00:00 2024-05-04T11:17:29.390 INFO:teuthology.orchestra.run.smithi033.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 179 kB/s | 19 kB 00:00 2024-05-04T11:17:29.417 INFO:teuthology.orchestra.run.smithi033.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 181 kB/s | 20 kB 00:00 2024-05-04T11:17:29.425 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-04T11:17:29.457 INFO:teuthology.orchestra.run.smithi033.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 425 kB/s | 46 kB 00:00 2024-05-04T11:17:29.480 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-04T11:17:29.524 INFO:teuthology.orchestra.run.smithi033.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 589 kB/s | 79 kB 00:00 2024-05-04T11:17:29.558 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-04T11:17:29.574 INFO:teuthology.orchestra.run.smithi033.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 140 kB/s | 16 kB 00:00 2024-05-04T11:17:29.641 INFO:teuthology.orchestra.run.smithi033.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.2 MB/s | 272 kB 00:00 2024-05-04T11:17:29.647 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-04T11:17:29.666 INFO:teuthology.orchestra.run.smithi033.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 632 kB/s | 90 kB 00:00 2024-05-04T11:17:29.687 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-04T11:17:29.692 INFO:teuthology.orchestra.run.smithi033.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 305 kB/s | 36 kB 00:00 2024-05-04T11:17:29.784 INFO:teuthology.orchestra.run.smithi033.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.6 MB/s | 230 kB 00:00 2024-05-04T11:17:29.808 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-04T11:17:29.809 INFO:teuthology.orchestra.run.smithi033.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 171 kB/s | 20 kB 00:00 2024-05-04T11:17:29.934 INFO:teuthology.orchestra.run.smithi033.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.6 MB/s | 427 kB 00:00 2024-05-04T11:17:29.938 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:17:29.938 INFO:teuthology.orchestra.run.smithi033.stdout:Total 7.3 MB/s | 30 MB 00:04 2024-05-04T11:17:29.969 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2455.g09dbd6bb.el9. 31/36 2024-05-04T11:17:29.998 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/36 2024-05-04T11:17:30.024 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/36 2024-05-04T11:17:30.024 INFO:teuthology.orchestra.run.smithi176.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-04T11:17:30.024 INFO:teuthology.orchestra.run.smithi176.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-04T11:17:30.024 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-04T11:17:30.024 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-04T11:17:30.024 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:30.083 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-05-04T11:17:30.127 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-05-04T11:17:30.127 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-05-04T11:17:30.439 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-05-04T11:17:30.439 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-05-04T11:17:31.458 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 33/36 2024-05-04T11:17:31.484 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 33/36 2024-05-04T11:17:31.484 INFO:teuthology.orchestra.run.smithi176.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-04T11:17:31.484 INFO:teuthology.orchestra.run.smithi176.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-04T11:17:31.485 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-04T11:17:31.485 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-04T11:17:31.485 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:31.715 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-05-04T11:17:31.780 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-04T11:17:31.812 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-04T11:17:31.839 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-04T11:17:31.916 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-04T11:17:31.933 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 34/36 2024-05-04T11:17:31.956 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 34/36 2024-05-04T11:17:31.956 INFO:teuthology.orchestra.run.smithi176.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-04T11:17:31.956 INFO:teuthology.orchestra.run.smithi176.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-04T11:17:31.957 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-04T11:17:31.957 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-04T11:17:31.957 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:31.972 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-04T11:17:32.005 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-04T11:17:32.101 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-04T11:17:32.179 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-04T11:17:32.184 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 35/36 2024-05-04T11:17:32.207 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 35/36 2024-05-04T11:17:32.207 INFO:teuthology.orchestra.run.smithi176.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-04T11:17:32.207 INFO:teuthology.orchestra.run.smithi176.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-04T11:17:32.207 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-04T11:17:32.207 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-04T11:17:32.207 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:32.224 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-04T11:17:32.259 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-04T11:17:32.271 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 36/36 2024-05-04T11:17:32.288 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-04T11:17:32.323 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-04T11:17:32.356 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-04T11:17:32.397 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-04T11:17:32.457 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-04T11:17:32.491 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-04T11:17:32.530 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-04T11:17:32.606 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-04T11:17:32.758 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-04T11:17:32.841 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-04T11:17:32.900 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-04T11:17:32.938 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-04T11:17:32.997 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-04T11:17:33.061 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-04T11:17:33.259 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-04T11:17:33.317 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-04T11:17:33.399 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-04T11:17:33.497 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-04T11:17:33.533 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-04T11:17:33.656 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-04T11:17:33.830 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2455.g09dbd6bb.el9. 31/36 2024-05-04T11:17:33.859 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/36 2024-05-04T11:17:33.885 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 32/36 2024-05-04T11:17:33.885 INFO:teuthology.orchestra.run.smithi033.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-04T11:17:33.885 INFO:teuthology.orchestra.run.smithi033.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-04T11:17:33.886 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-04T11:17:33.886 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-04T11:17:33.886 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:33.963 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 36/36 2024-05-04T11:17:33.963 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/36 2024-05-04T11:17:33.963 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/36 2024-05-04T11:17:33.963 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/36 2024-05-04T11:17:33.964 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/36 2024-05-04T11:17:33.964 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 5/36 2024-05-04T11:17:33.964 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2455.g09dbd6bb.el9. 6/36 2024-05-04T11:17:33.964 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-04T11:17:33.964 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-04T11:17:33.964 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-04T11:17:33.966 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-04T11:17:33.966 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-04T11:17:33.966 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-04T11:17:33.966 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-04T11:17:33.966 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-04T11:17:33.966 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-04T11:17:33.967 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-04T11:17:33.967 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-04T11:17:33.967 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-04T11:17:33.967 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-04T11:17:33.967 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-04T11:17:33.967 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-04T11:17:33.967 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-04T11:17:33.968 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-04T11:17:33.968 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-04T11:17:33.968 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-04T11:17:33.969 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-04T11:17:33.969 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-04T11:17:33.969 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-04T11:17:33.969 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-04T11:17:33.970 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-04T11:17:33.970 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-04T11:17:33.970 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-04T11:17:33.970 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-04T11:17:33.970 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-04T11:17:33.970 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-04T11:17:34.876 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-04T11:17:34.877 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:34.877 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-05-04T11:17:34.877 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:34.877 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:34.877 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:34.877 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-modules-core-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-05-04T11:17:34.877 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:34.877 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:34.878 INFO:teuthology.orchestra.run.smithi176.stdout: lua-5.4.4-4.el9.x86_64 2024-05-04T11:17:34.878 INFO:teuthology.orchestra.run.smithi176.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-04T11:17:34.878 INFO:teuthology.orchestra.run.smithi176.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-04T11:17:34.878 INFO:teuthology.orchestra.run.smithi176.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-04T11:17:34.878 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-04T11:17:34.878 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-04T11:17:34.878 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-04T11:17:34.879 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-04T11:17:34.879 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-04T11:17:34.879 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-04T11:17:34.879 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-04T11:17:34.879 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-04T11:17:34.879 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-04T11:17:34.879 INFO:teuthology.orchestra.run.smithi176.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-04T11:17:34.879 INFO:teuthology.orchestra.run.smithi176.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-04T11:17:34.880 INFO:teuthology.orchestra.run.smithi176.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-04T11:17:34.880 INFO:teuthology.orchestra.run.smithi176.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-04T11:17:34.880 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-04T11:17:34.880 INFO:teuthology.orchestra.run.smithi176.stdout: python3-ply-3.11-14.el9.noarch 2024-05-04T11:17:34.880 INFO:teuthology.orchestra.run.smithi176.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-04T11:17:34.880 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-04T11:17:34.880 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-04T11:17:34.880 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-04T11:17:34.880 INFO:teuthology.orchestra.run.smithi176.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-04T11:17:34.881 INFO:teuthology.orchestra.run.smithi176.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-04T11:17:34.881 INFO:teuthology.orchestra.run.smithi176.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-04T11:17:34.881 INFO:teuthology.orchestra.run.smithi176.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-04T11:17:34.881 INFO:teuthology.orchestra.run.smithi176.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-04T11:17:34.881 INFO:teuthology.orchestra.run.smithi176.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-04T11:17:34.881 INFO:teuthology.orchestra.run.smithi176.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-04T11:17:34.881 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:34.881 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-05-04T11:17:35.204 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-base 2024-05-04T11:17:35.401 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 33/36 2024-05-04T11:17:35.429 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 33/36 2024-05-04T11:17:35.429 INFO:teuthology.orchestra.run.smithi033.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-04T11:17:35.429 INFO:teuthology.orchestra.run.smithi033.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-04T11:17:35.430 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-04T11:17:35.430 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-04T11:17:35.430 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:35.538 DEBUG:teuthology.orchestra.remote:timed out 2024-05-04T11:17:35.724 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:00:54 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:17:35.803 INFO:teuthology.orchestra.run.smithi176.stdout:Package ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-05-04T11:17:35.843 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:17:35.844 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-05-04T11:17:35.844 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-05-04T11:17:35.894 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 34/36 2024-05-04T11:17:35.913 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install cephadm 2024-05-04T11:17:35.918 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 34/36 2024-05-04T11:17:35.918 INFO:teuthology.orchestra.run.smithi033.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-04T11:17:35.919 INFO:teuthology.orchestra.run.smithi033.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-04T11:17:35.919 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-04T11:17:35.919 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-04T11:17:35.919 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:36.153 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 35/36 2024-05-04T11:17:36.177 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 35/36 2024-05-04T11:17:36.177 INFO:teuthology.orchestra.run.smithi033.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-04T11:17:36.178 INFO:teuthology.orchestra.run.smithi033.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-04T11:17:36.178 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-04T11:17:36.178 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-04T11:17:36.178 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:36.242 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 36/36 2024-05-04T11:17:36.422 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:00:55 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:17:36.542 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:17:36.544 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:17:36.544 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-05-04T11:17:36.544 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:17:36.545 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-05-04T11:17:36.545 INFO:teuthology.orchestra.run.smithi176.stdout: cephadm noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 762 k 2024-05-04T11:17:36.545 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:36.545 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-05-04T11:17:36.546 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:17:36.546 INFO:teuthology.orchestra.run.smithi176.stdout:Install 1 Package 2024-05-04T11:17:36.546 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:36.547 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 762 k 2024-05-04T11:17:36.547 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 768 k 2024-05-04T11:17:36.547 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-05-04T11:17:36.834 INFO:teuthology.orchestra.run.smithi176.stdout:cephadm-19.0.0-2455.g09dbd6bb.el9.noarch.rpm 2.6 MB/s | 762 kB 00:00 2024-05-04T11:17:36.834 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:17:36.835 INFO:teuthology.orchestra.run.smithi176.stdout:Total 2.6 MB/s | 762 kB 00:00 2024-05-04T11:17:36.835 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-05-04T11:17:36.839 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-05-04T11:17:36.840 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-05-04T11:17:36.845 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-05-04T11:17:36.846 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-05-04T11:17:36.916 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-05-04T11:17:37.376 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-05-04T11:17:37.460 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-05-04T11:17:37.780 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-05-04T11:17:37.945 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 36/36 2024-05-04T11:17:37.945 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/36 2024-05-04T11:17:37.945 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/36 2024-05-04T11:17:37.945 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 3/36 2024-05-04T11:17:37.946 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 4/36 2024-05-04T11:17:37.946 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 5/36 2024-05-04T11:17:37.946 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2455.g09dbd6bb.el9. 6/36 2024-05-04T11:17:37.946 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-04T11:17:37.946 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-04T11:17:37.946 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-04T11:17:37.946 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-04T11:17:37.946 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-04T11:17:37.946 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-04T11:17:37.947 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-04T11:17:37.947 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-04T11:17:37.947 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-04T11:17:37.947 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-04T11:17:37.947 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-04T11:17:37.947 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-04T11:17:37.947 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-04T11:17:37.947 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-04T11:17:37.947 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-04T11:17:37.948 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-04T11:17:37.948 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-04T11:17:37.948 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-04T11:17:37.948 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-04T11:17:37.948 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-04T11:17:37.948 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-04T11:17:37.948 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-04T11:17:37.948 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-04T11:17:37.948 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-04T11:17:37.949 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-04T11:17:37.949 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-04T11:17:37.949 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-04T11:17:37.949 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-04T11:17:37.949 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-04T11:17:37.970 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-05-04T11:17:37.970 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:37.971 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-05-04T11:17:37.971 INFO:teuthology.orchestra.run.smithi176.stdout: cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-05-04T11:17:37.971 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:37.971 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-05-04T11:17:38.194 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-immutable-object-cache 2024-05-04T11:17:38.709 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:00:57 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:17:38.830 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:17:38.831 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:17:38.831 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repo Size 2024-05-04T11:17:38.832 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:17:38.832 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-05-04T11:17:38.832 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 145 k 2024-05-04T11:17:38.832 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:38.832 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-05-04T11:17:38.832 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:17:38.832 INFO:teuthology.orchestra.run.smithi176.stdout:Install 1 Package 2024-05-04T11:17:38.832 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:38.832 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 145 k 2024-05-04T11:17:38.833 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 436 k 2024-05-04T11:17:38.833 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-05-04T11:17:38.893 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-04T11:17:38.893 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:38.893 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-05-04T11:17:38.894 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:38.894 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mds-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:38.894 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:38.894 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-modules-core-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-05-04T11:17:38.894 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mon-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:38.894 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-osd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:38.894 INFO:teuthology.orchestra.run.smithi033.stdout: lua-5.4.4-4.el9.x86_64 2024-05-04T11:17:38.895 INFO:teuthology.orchestra.run.smithi033.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-04T11:17:38.895 INFO:teuthology.orchestra.run.smithi033.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-04T11:17:38.895 INFO:teuthology.orchestra.run.smithi033.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-04T11:17:38.895 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-04T11:17:38.895 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-04T11:17:38.895 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-04T11:17:38.895 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-04T11:17:38.895 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-04T11:17:38.895 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-04T11:17:38.896 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-04T11:17:38.896 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-04T11:17:38.896 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-04T11:17:38.896 INFO:teuthology.orchestra.run.smithi033.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-04T11:17:38.896 INFO:teuthology.orchestra.run.smithi033.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-04T11:17:38.896 INFO:teuthology.orchestra.run.smithi033.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-04T11:17:38.896 INFO:teuthology.orchestra.run.smithi033.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-04T11:17:38.896 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-04T11:17:38.897 INFO:teuthology.orchestra.run.smithi033.stdout: python3-ply-3.11-14.el9.noarch 2024-05-04T11:17:38.897 INFO:teuthology.orchestra.run.smithi033.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-04T11:17:38.897 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-04T11:17:38.897 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-04T11:17:38.897 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-04T11:17:38.897 INFO:teuthology.orchestra.run.smithi033.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-04T11:17:38.897 INFO:teuthology.orchestra.run.smithi033.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-04T11:17:38.897 INFO:teuthology.orchestra.run.smithi033.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-04T11:17:38.897 INFO:teuthology.orchestra.run.smithi033.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-04T11:17:38.898 INFO:teuthology.orchestra.run.smithi033.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-04T11:17:38.898 INFO:teuthology.orchestra.run.smithi033.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-04T11:17:38.898 INFO:teuthology.orchestra.run.smithi033.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-04T11:17:38.898 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:38.898 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-04T11:17:39.146 INFO:teuthology.orchestra.run.smithi176.stdout:ceph-immutable-object-cache-19.0.0-2455.g09dbd6 461 kB/s | 145 kB 00:00 2024-05-04T11:17:39.147 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:17:39.148 INFO:teuthology.orchestra.run.smithi176.stdout:Total 458 kB/s | 145 kB 00:00 2024-05-04T11:17:39.148 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-05-04T11:17:39.155 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-05-04T11:17:39.156 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-05-04T11:17:39.211 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-05-04T11:17:39.212 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-05-04T11:17:39.218 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-base 2024-05-04T11:17:39.369 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-05-04T11:17:39.456 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb. 1/1 2024-05-04T11:17:39.480 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb. 1/1 2024-05-04T11:17:39.480 INFO:teuthology.orchestra.run.smithi176.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-04T11:17:39.481 INFO:teuthology.orchestra.run.smithi176.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-04T11:17:39.481 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:39.754 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:00:58 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:17:39.837 INFO:teuthology.orchestra.run.smithi033.stdout:Package ceph-base-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-05-04T11:17:39.881 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:17:39.882 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-05-04T11:17:39.882 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-04T11:17:39.946 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install cephadm 2024-05-04T11:17:40.295 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb. 1/1 2024-05-04T11:17:40.295 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:40.295 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-05-04T11:17:40.296 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:40.296 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:40.296 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-05-04T11:17:40.481 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:00:59 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:17:40.529 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-mgr 2024-05-04T11:17:40.606 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:17:40.607 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:17:40.607 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-05-04T11:17:40.607 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:17:40.607 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-05-04T11:17:40.608 INFO:teuthology.orchestra.run.smithi033.stdout: cephadm noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 762 k 2024-05-04T11:17:40.608 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:40.608 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-05-04T11:17:40.608 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:17:40.608 INFO:teuthology.orchestra.run.smithi033.stdout:Install 1 Package 2024-05-04T11:17:40.608 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:40.608 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 762 k 2024-05-04T11:17:40.608 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 768 k 2024-05-04T11:17:40.608 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-05-04T11:17:41.050 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:00 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:17:41.051 INFO:teuthology.orchestra.run.smithi033.stdout:cephadm-19.0.0-2455.g09dbd6bb.el9.noarch.rpm 1.7 MB/s | 762 kB 00:00 2024-05-04T11:17:41.052 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:17:41.053 INFO:teuthology.orchestra.run.smithi033.stdout:Total 1.7 MB/s | 762 kB 00:00 2024-05-04T11:17:41.053 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-05-04T11:17:41.058 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-05-04T11:17:41.058 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-05-04T11:17:41.065 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-05-04T11:17:41.065 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-05-04T11:17:41.132 INFO:teuthology.orchestra.run.smithi176.stdout:Package ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-05-04T11:17:41.141 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-05-04T11:17:41.175 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:17:41.176 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-05-04T11:17:41.176 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-05-04T11:17:41.233 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-mgr-dashboard 2024-05-04T11:17:41.545 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-05-04T11:17:41.640 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-05-04T11:17:41.746 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:00 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:17:41.867 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:17:41.868 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:17:41.868 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-05-04T11:17:41.868 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:17:41.868 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-05-04T11:17:41.869 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 3.5 M 2024-05-04T11:17:41.869 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-05-04T11:17:41.869 INFO:teuthology.orchestra.run.smithi176.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-04T11:17:41.869 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 32 k 2024-05-04T11:17:41.869 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 15 k 2024-05-04T11:17:41.869 INFO:teuthology.orchestra.run.smithi176.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-04T11:17:41.869 INFO:teuthology.orchestra.run.smithi176.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-04T11:17:41.869 INFO:teuthology.orchestra.run.smithi176.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-04T11:17:41.870 INFO:teuthology.orchestra.run.smithi176.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-04T11:17:41.870 INFO:teuthology.orchestra.run.smithi176.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-04T11:17:41.870 INFO:teuthology.orchestra.run.smithi176.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-04T11:17:41.870 INFO:teuthology.orchestra.run.smithi176.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-04T11:17:41.870 INFO:teuthology.orchestra.run.smithi176.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-04T11:17:41.870 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:41.870 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-05-04T11:17:41.870 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:17:41.870 INFO:teuthology.orchestra.run.smithi176.stdout:Install 12 Packages 2024-05-04T11:17:41.871 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:41.871 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 8.6 M 2024-05-04T11:17:41.871 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 103 M 2024-05-04T11:17:41.872 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-05-04T11:17:41.953 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-05-04T11:17:42.178 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/1 2024-05-04T11:17:42.179 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:42.179 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-05-04T11:17:42.179 INFO:teuthology.orchestra.run.smithi033.stdout: cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-05-04T11:17:42.179 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:42.179 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-04T11:17:42.380 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-immutable-object-cache 2024-05-04T11:17:42.825 INFO:teuthology.orchestra.run.smithi176.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2455.g09d 62 kB/s | 15 kB 00:00 2024-05-04T11:17:42.851 INFO:teuthology.orchestra.run.smithi176.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2455.g09 117 kB/s | 32 kB 00:00 2024-05-04T11:17:42.917 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:01 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:17:43.043 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:17:43.044 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:17:43.044 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repo Size 2024-05-04T11:17:43.044 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:17:43.045 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-05-04T11:17:43.045 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 145 k 2024-05-04T11:17:43.045 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:43.045 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-05-04T11:17:43.045 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:17:43.045 INFO:teuthology.orchestra.run.smithi033.stdout:Install 1 Package 2024-05-04T11:17:43.045 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:43.045 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 145 k 2024-05-04T11:17:43.046 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 436 k 2024-05-04T11:17:43.046 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-05-04T11:17:43.050 INFO:teuthology.orchestra.run.smithi176.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2455.g09dbd6b 7.4 MB/s | 3.5 MB 00:00 2024-05-04T11:17:43.249 INFO:teuthology.orchestra.run.smithi033.stdout:ceph-immutable-object-cache-19.0.0-2455.g09dbd6 712 kB/s | 145 kB 00:00 2024-05-04T11:17:43.249 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:17:43.250 INFO:teuthology.orchestra.run.smithi033.stdout:Total 705 kB/s | 145 kB 00:00 2024-05-04T11:17:43.250 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-05-04T11:17:43.250 INFO:teuthology.orchestra.run.smithi176.stdout:(4/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.2 MB/s | 863 kB 00:00 2024-05-04T11:17:43.258 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-05-04T11:17:43.258 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-05-04T11:17:43.318 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-05-04T11:17:43.318 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-05-04T11:17:43.467 INFO:teuthology.orchestra.run.smithi176.stdout:(5/12): python3-protobuf-3.14.0-13.el9.noarch.r 436 kB/s | 269 kB 00:00 2024-05-04T11:17:43.480 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-05-04T11:17:43.550 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb. 1/1 2024-05-04T11:17:43.576 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb. 1/1 2024-05-04T11:17:43.576 INFO:teuthology.orchestra.run.smithi033.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-04T11:17:43.576 INFO:teuthology.orchestra.run.smithi033.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-04T11:17:43.576 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:43.834 INFO:teuthology.orchestra.run.smithi176.stdout:(6/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.0 MB/s | 1.0 MB 00:01 2024-05-04T11:17:43.917 INFO:teuthology.orchestra.run.smithi176.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 43 kB/s | 19 kB 00:00 2024-05-04T11:17:44.293 INFO:teuthology.orchestra.run.smithi176.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 411 kB/s | 144 kB 00:00 2024-05-04T11:17:44.401 INFO:teuthology.orchestra.run.smithi176.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 284 kB/s | 31 kB 00:00 2024-05-04T11:17:44.402 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb. 1/1 2024-05-04T11:17:44.402 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:44.402 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-05-04T11:17:44.402 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-immutable-object-cache-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:17:44.403 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:44.403 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-04T11:17:44.510 INFO:teuthology.orchestra.run.smithi176.stdout:(10/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 435 kB/s | 548 kB 00:01 2024-05-04T11:17:44.625 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-mgr 2024-05-04T11:17:44.752 INFO:teuthology.orchestra.run.smithi176.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 538 kB/s | 188 kB 00:00 2024-05-04T11:17:45.168 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:04 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:17:45.249 INFO:teuthology.orchestra.run.smithi033.stdout:Package ceph-mgr-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-05-04T11:17:45.295 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:17:45.296 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-05-04T11:17:45.296 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-04T11:17:45.382 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-mgr-dashboard 2024-05-04T11:17:45.939 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:04 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:17:46.066 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:17:46.067 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:17:46.068 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-05-04T11:17:46.068 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:17:46.068 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-05-04T11:17:46.068 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 3.5 M 2024-05-04T11:17:46.068 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-05-04T11:17:46.068 INFO:teuthology.orchestra.run.smithi033.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-04T11:17:46.068 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 32 k 2024-05-04T11:17:46.069 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 15 k 2024-05-04T11:17:46.069 INFO:teuthology.orchestra.run.smithi033.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-04T11:17:46.069 INFO:teuthology.orchestra.run.smithi033.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-04T11:17:46.069 INFO:teuthology.orchestra.run.smithi033.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-04T11:17:46.069 INFO:teuthology.orchestra.run.smithi033.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-04T11:17:46.069 INFO:teuthology.orchestra.run.smithi033.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-04T11:17:46.069 INFO:teuthology.orchestra.run.smithi033.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-04T11:17:46.069 INFO:teuthology.orchestra.run.smithi033.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-04T11:17:46.070 INFO:teuthology.orchestra.run.smithi033.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-04T11:17:46.070 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:46.070 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-05-04T11:17:46.070 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:17:46.070 INFO:teuthology.orchestra.run.smithi033.stdout:Install 12 Packages 2024-05-04T11:17:46.070 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:46.071 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 8.6 M 2024-05-04T11:17:46.071 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 103 M 2024-05-04T11:17:46.071 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-05-04T11:17:46.694 INFO:teuthology.orchestra.run.smithi176.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 730 kB/s | 2.0 MB 00:02 2024-05-04T11:17:46.698 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:17:46.699 INFO:teuthology.orchestra.run.smithi176.stdout:Total 1.8 MB/s | 8.6 MB 00:04 2024-05-04T11:17:46.752 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-05-04T11:17:46.770 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-05-04T11:17:46.770 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-05-04T11:17:46.927 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-05-04T11:17:46.927 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-05-04T11:17:46.972 INFO:teuthology.orchestra.run.smithi033.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2455.g09 157 kB/s | 32 kB 00:00 2024-05-04T11:17:46.989 INFO:teuthology.orchestra.run.smithi033.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2455.g09d 70 kB/s | 15 kB 00:00 2024-05-04T11:17:47.242 INFO:teuthology.orchestra.run.smithi033.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.1 MB/s | 269 kB 00:00 2024-05-04T11:17:47.273 INFO:teuthology.orchestra.run.smithi033.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.4 MB/s | 1.0 MB 00:00 2024-05-04T11:17:47.457 INFO:teuthology.orchestra.run.smithi033.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.9 MB/s | 863 kB 00:00 2024-05-04T11:17:47.464 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-05-04T11:17:47.539 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:17:47.540 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:17:47.550 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-04T11:17:47.579 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-04T11:17:47.625 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-04T11:17:47.656 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-04T11:17:47.690 INFO:teuthology.orchestra.run.smithi033.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 83 kB/s | 19 kB 00:00 2024-05-04T11:17:47.716 INFO:teuthology.orchestra.run.smithi033.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.2 MB/s | 548 kB 00:00 2024-05-04T11:17:47.732 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-04T11:17:47.799 INFO:teuthology.orchestra.run.smithi033.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.7 MB/s | 144 kB 00:00 2024-05-04T11:17:47.860 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-04T11:17:47.866 INFO:teuthology.orchestra.run.smithi033.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 460 kB/s | 31 kB 00:00 2024-05-04T11:17:47.949 INFO:teuthology.orchestra.run.smithi033.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.2 MB/s | 188 kB 00:00 2024-05-04T11:17:47.953 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-04T11:17:48.012 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-04T11:17:48.041 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-04T11:17:48.072 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2455.g09dbd6bb.el9 10/12 2024-05-04T11:17:48.083 INFO:teuthology.orchestra.run.smithi033.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 5.2 MB/s | 2.0 MB 00:00 2024-05-04T11:17:48.250 INFO:teuthology.orchestra.run.smithi033.stdout:(12/12): ceph-mgr-dashboard-19.0.0-2455.g09dbd6 2.4 MB/s | 3.5 MB 00:01 2024-05-04T11:17:48.255 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:17:48.255 INFO:teuthology.orchestra.run.smithi033.stdout:Total 3.9 MB/s | 8.6 MB 00:02 2024-05-04T11:17:48.305 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-05-04T11:17:48.323 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-05-04T11:17:48.324 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-05-04T11:17:48.487 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-05-04T11:17:48.489 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-05-04T11:17:49.021 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-05-04T11:17:49.110 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-04T11:17:49.112 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2455.g09dbd6bb.el 11/12 2024-05-04T11:17:49.145 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-04T11:17:49.148 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noa 12/12 2024-05-04T11:17:49.192 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-04T11:17:49.221 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-04T11:17:49.293 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-04T11:17:49.429 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-04T11:17:49.522 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-04T11:17:49.703 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-04T11:17:49.730 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-04T11:17:49.754 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2455.g09dbd6bb.el9 10/12 2024-05-04T11:17:50.503 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noa 12/12 2024-05-04T11:17:50.504 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2455.g09dbd6bb.el 1/12 2024-05-04T11:17:50.504 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noa 2/12 2024-05-04T11:17:50.504 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2455.g09dbd6bb.el9 3/12 2024-05-04T11:17:50.504 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-04T11:17:50.504 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-04T11:17:50.504 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-04T11:17:50.504 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-04T11:17:50.504 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-04T11:17:50.505 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-04T11:17:50.505 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-04T11:17:50.505 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-04T11:17:50.622 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-04T11:17:50.802 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-04T11:17:50.802 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:50.802 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-05-04T11:17:50.803 INFO:teuthology.orchestra.run.smithi176.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-04T11:17:50.803 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-grafana-dashboards-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-05-04T11:17:50.803 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-05-04T11:17:50.803 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-prometheus-alerts-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-05-04T11:17:50.803 INFO:teuthology.orchestra.run.smithi176.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-04T11:17:50.803 INFO:teuthology.orchestra.run.smithi176.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-04T11:17:50.803 INFO:teuthology.orchestra.run.smithi176.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-04T11:17:50.803 INFO:teuthology.orchestra.run.smithi176.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-04T11:17:50.804 INFO:teuthology.orchestra.run.smithi176.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-04T11:17:50.804 INFO:teuthology.orchestra.run.smithi176.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-04T11:17:50.804 INFO:teuthology.orchestra.run.smithi176.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-04T11:17:50.804 INFO:teuthology.orchestra.run.smithi176.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-04T11:17:50.804 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:50.804 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-05-04T11:17:50.846 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2455.g09dbd6bb.el 11/12 2024-05-04T11:17:50.896 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noa 12/12 2024-05-04T11:17:51.023 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-04T11:17:51.537 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:10 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:17:51.660 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:17:51.661 INFO:teuthology.orchestra.run.smithi176.stdout:======================================================================================= 2024-05-04T11:17:51.661 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-05-04T11:17:51.662 INFO:teuthology.orchestra.run.smithi176.stdout:======================================================================================= 2024-05-04T11:17:51.662 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-05-04T11:17:51.662 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 7.4 M 2024-05-04T11:17:51.662 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-05-04T11:17:51.662 INFO:teuthology.orchestra.run.smithi176.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-04T11:17:51.662 INFO:teuthology.orchestra.run.smithi176.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-04T11:17:51.662 INFO:teuthology.orchestra.run.smithi176.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-04T11:17:51.662 INFO:teuthology.orchestra.run.smithi176.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-04T11:17:51.663 INFO:teuthology.orchestra.run.smithi176.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-04T11:17:51.663 INFO:teuthology.orchestra.run.smithi176.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-04T11:17:51.663 INFO:teuthology.orchestra.run.smithi176.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-04T11:17:51.663 INFO:teuthology.orchestra.run.smithi176.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-04T11:17:51.663 INFO:teuthology.orchestra.run.smithi176.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-04T11:17:51.663 INFO:teuthology.orchestra.run.smithi176.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-04T11:17:51.663 INFO:teuthology.orchestra.run.smithi176.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-04T11:17:51.663 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:51.663 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-05-04T11:17:51.664 INFO:teuthology.orchestra.run.smithi176.stdout:======================================================================================= 2024-05-04T11:17:51.664 INFO:teuthology.orchestra.run.smithi176.stdout:Install 12 Packages 2024-05-04T11:17:51.664 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:17:51.664 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 38 M 2024-05-04T11:17:51.664 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 209 M 2024-05-04T11:17:51.665 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-05-04T11:17:51.987 INFO:teuthology.orchestra.run.smithi176.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.3 MB/s | 195 kB 00:00 2024-05-04T11:17:52.037 INFO:teuthology.orchestra.run.smithi176.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.1 MB/s | 803 kB 00:00 2024-05-04T11:17:52.138 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noa 12/12 2024-05-04T11:17:52.138 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2455.g09dbd6bb.el 1/12 2024-05-04T11:17:52.138 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noa 2/12 2024-05-04T11:17:52.138 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2455.g09dbd6bb.el9 3/12 2024-05-04T11:17:52.138 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-04T11:17:52.139 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-04T11:17:52.139 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-04T11:17:52.139 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-04T11:17:52.139 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-04T11:17:52.139 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-04T11:17:52.139 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-04T11:17:52.139 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-04T11:17:52.245 INFO:teuthology.orchestra.run.smithi176.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 126 kB/s | 33 kB 00:00 2024-05-04T11:17:52.354 INFO:teuthology.orchestra.run.smithi176.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 168 kB/s | 18 kB 00:00 2024-05-04T11:17:52.463 INFO:teuthology.orchestra.run.smithi176.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 325 kB/s | 35 kB 00:00 2024-05-04T11:17:52.469 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-04T11:17:52.469 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:52.470 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-05-04T11:17:52.470 INFO:teuthology.orchestra.run.smithi033.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-04T11:17:52.470 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-grafana-dashboards-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-05-04T11:17:52.470 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-dashboard-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-05-04T11:17:52.470 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-prometheus-alerts-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-05-04T11:17:52.470 INFO:teuthology.orchestra.run.smithi033.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-04T11:17:52.470 INFO:teuthology.orchestra.run.smithi033.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-04T11:17:52.471 INFO:teuthology.orchestra.run.smithi033.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-04T11:17:52.471 INFO:teuthology.orchestra.run.smithi033.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-04T11:17:52.471 INFO:teuthology.orchestra.run.smithi033.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-04T11:17:52.471 INFO:teuthology.orchestra.run.smithi033.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-04T11:17:52.471 INFO:teuthology.orchestra.run.smithi033.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-04T11:17:52.471 INFO:teuthology.orchestra.run.smithi033.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-04T11:17:52.471 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:52.471 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-04T11:17:52.709 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-04T11:17:52.829 INFO:teuthology.orchestra.run.smithi176.stdout:(6/12): ceph-mgr-diskprediction-local-19.0.0-24 7.5 MB/s | 7.4 MB 00:00 2024-05-04T11:17:52.979 INFO:teuthology.orchestra.run.smithi176.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 3.2 MB/s | 3.0 MB 00:00 2024-05-04T11:17:53.243 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:12 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:17:53.338 INFO:teuthology.orchestra.run.smithi176.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 5.4 MB/s | 4.7 MB 00:00 2024-05-04T11:17:53.371 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:17:53.373 INFO:teuthology.orchestra.run.smithi033.stdout:======================================================================================= 2024-05-04T11:17:53.374 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-05-04T11:17:53.374 INFO:teuthology.orchestra.run.smithi033.stdout:======================================================================================= 2024-05-04T11:17:53.374 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-05-04T11:17:53.374 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 7.4 M 2024-05-04T11:17:53.374 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-05-04T11:17:53.374 INFO:teuthology.orchestra.run.smithi033.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-04T11:17:53.374 INFO:teuthology.orchestra.run.smithi033.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-04T11:17:53.374 INFO:teuthology.orchestra.run.smithi033.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-04T11:17:53.375 INFO:teuthology.orchestra.run.smithi033.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-04T11:17:53.375 INFO:teuthology.orchestra.run.smithi033.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-04T11:17:53.375 INFO:teuthology.orchestra.run.smithi033.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-04T11:17:53.375 INFO:teuthology.orchestra.run.smithi033.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-04T11:17:53.375 INFO:teuthology.orchestra.run.smithi033.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-04T11:17:53.375 INFO:teuthology.orchestra.run.smithi033.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-04T11:17:53.375 INFO:teuthology.orchestra.run.smithi033.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-04T11:17:53.375 INFO:teuthology.orchestra.run.smithi033.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-04T11:17:53.375 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:53.376 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-05-04T11:17:53.376 INFO:teuthology.orchestra.run.smithi033.stdout:======================================================================================= 2024-05-04T11:17:53.376 INFO:teuthology.orchestra.run.smithi033.stdout:Install 12 Packages 2024-05-04T11:17:53.376 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:17:53.376 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 38 M 2024-05-04T11:17:53.376 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 209 M 2024-05-04T11:17:53.376 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-05-04T11:17:53.455 INFO:teuthology.orchestra.run.smithi176.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.1 MB/s | 250 kB 00:00 2024-05-04T11:17:53.480 INFO:teuthology.orchestra.run.smithi176.stdout:(10/12): python3-devel-3.9.18-3.el9.x86_64.rpm 375 kB/s | 244 kB 00:00 2024-05-04T11:17:53.623 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:17:53.624 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:17:53.694 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-04T11:17:53.694 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2024-05-04T11:17:53.695 ERROR:teuthology.run_tasks:Manager failed: clock Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/clock.py", line 72, in task cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi002 2024-05-04T11:17:53.701 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-04T11:17:53.709 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-04T11:17:53.710 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-04T11:17:53.793 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:17:53.794 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:17:53.819 INFO:teuthology.orchestra.run.smithi033.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 195 kB 00:00 2024-05-04T11:17:53.851 INFO:teuthology.orchestra.run.smithi033.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 263 kB/s | 33 kB 00:00 2024-05-04T11:17:53.893 INFO:teuthology.orchestra.run.smithi033.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.2 MB/s | 803 kB 00:00 2024-05-04T11:17:54.010 INFO:teuthology.orchestra.run.smithi033.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 156 kB/s | 18 kB 00:00 2024-05-04T11:17:54.110 INFO:teuthology.orchestra.run.smithi033.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 352 kB/s | 35 kB 00:00 2024-05-04T11:17:54.319 INFO:teuthology.orchestra.run.smithi033.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 6.4 MB/s | 3.0 MB 00:00 2024-05-04T11:17:54.377 INFO:teuthology.orchestra.run.smithi033.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 4.1 MB/s | 244 kB 00:00 2024-05-04T11:17:54.569 INFO:teuthology.orchestra.run.smithi033.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 10 MB/s | 4.7 MB 00:00 2024-05-04T11:17:54.636 INFO:teuthology.orchestra.run.smithi033.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 3.7 MB/s | 250 kB 00:00 2024-05-04T11:17:54.745 INFO:teuthology.orchestra.run.smithi033.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 14 MB/s | 5.1 MB 00:00 2024-05-04T11:17:55.228 INFO:teuthology.orchestra.run.smithi033.stdout:(11/12): ceph-mgr-diskprediction-local-19.0.0-2 4.4 MB/s | 7.4 MB 00:01 2024-05-04T11:17:55.462 INFO:teuthology.orchestra.run.smithi033.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 20 MB/s | 16 MB 00:00 2024-05-04T11:17:55.463 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:17:55.463 INFO:teuthology.orchestra.run.smithi033.stdout:Total 18 MB/s | 38 MB 00:02 2024-05-04T11:17:55.823 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-05-04T11:17:55.953 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-05-04T11:17:55.954 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-05-04T11:17:56.285 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-05-04T11:17:56.286 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-05-04T11:17:56.862 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-04T11:17:57.120 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-05-04T11:17:57.192 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-04T11:17:57.236 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-04T11:17:57.340 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-04T11:17:57.378 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-04T11:17:57.565 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-04T11:17:57.594 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-04T11:17:57.673 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-04T11:17:57.738 INFO:teuthology.orchestra.run.smithi176.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 1.1 MB/s | 5.1 MB 00:04 2024-05-04T11:17:58.355 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-04T11:17:58.479 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-04T11:17:59.789 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-04T11:18:00.880 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-04T11:18:00.903 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd 12/12 2024-05-04T11:18:03.313 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd 12/12 2024-05-04T11:18:03.313 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd 1/12 2024-05-04T11:18:03.313 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-04T11:18:03.313 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-04T11:18:03.313 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-04T11:18:03.314 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-04T11:18:03.314 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-04T11:18:03.314 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-04T11:18:03.314 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-04T11:18:03.314 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-04T11:18:03.314 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-04T11:18:03.314 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-04T11:18:03.687 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-04T11:18:03.688 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:03.688 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-05-04T11:18:03.688 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-05-04T11:18:03.688 INFO:teuthology.orchestra.run.smithi033.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-04T11:18:03.688 INFO:teuthology.orchestra.run.smithi033.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-04T11:18:03.688 INFO:teuthology.orchestra.run.smithi033.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-04T11:18:03.688 INFO:teuthology.orchestra.run.smithi033.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-04T11:18:03.688 INFO:teuthology.orchestra.run.smithi033.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-04T11:18:03.688 INFO:teuthology.orchestra.run.smithi033.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-04T11:18:03.689 INFO:teuthology.orchestra.run.smithi033.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-04T11:18:03.689 INFO:teuthology.orchestra.run.smithi033.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-04T11:18:03.689 INFO:teuthology.orchestra.run.smithi033.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-04T11:18:03.689 INFO:teuthology.orchestra.run.smithi033.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-04T11:18:03.689 INFO:teuthology.orchestra.run.smithi033.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-04T11:18:03.689 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:03.689 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-04T11:18:04.032 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-mgr-rook 2024-05-04T11:18:04.575 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:23 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:04.701 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:18:04.702 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:18:04.703 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-05-04T11:18:04.703 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:18:04.703 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-05-04T11:18:04.703 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-rook noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 49 k 2024-05-04T11:18:04.703 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-05-04T11:18:04.703 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-04T11:18:04.703 INFO:teuthology.orchestra.run.smithi033.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-04T11:18:04.704 INFO:teuthology.orchestra.run.smithi033.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-04T11:18:04.704 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-04T11:18:04.704 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-04T11:18:04.704 INFO:teuthology.orchestra.run.smithi033.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-04T11:18:04.704 INFO:teuthology.orchestra.run.smithi033.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-04T11:18:04.704 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-04T11:18:04.704 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-04T11:18:04.704 INFO:teuthology.orchestra.run.smithi033.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-04T11:18:04.704 INFO:teuthology.orchestra.run.smithi033.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-04T11:18:04.705 INFO:teuthology.orchestra.run.smithi033.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-04T11:18:04.705 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:04.705 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-05-04T11:18:04.705 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:18:04.705 INFO:teuthology.orchestra.run.smithi033.stdout:Install 13 Packages 2024-05-04T11:18:04.705 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:04.706 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 2.2 M 2024-05-04T11:18:04.706 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 26 M 2024-05-04T11:18:04.706 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-05-04T11:18:05.312 INFO:teuthology.orchestra.run.smithi033.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 158 kB/s | 19 kB 00:00 2024-05-04T11:18:05.337 INFO:teuthology.orchestra.run.smithi033.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 175 kB/s | 26 kB 00:00 2024-05-04T11:18:05.437 INFO:teuthology.orchestra.run.smithi033.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.7 MB/s | 222 kB 00:00 2024-05-04T11:18:05.463 INFO:teuthology.orchestra.run.smithi033.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.2 MB/s | 159 kB 00:00 2024-05-04T11:18:05.488 INFO:teuthology.orchestra.run.smithi033.stdout:(5/13): ceph-mgr-rook-19.0.0-2455.g09dbd6bb.el9 166 kB/s | 49 kB 00:00 2024-05-04T11:18:05.522 INFO:teuthology.orchestra.run.smithi033.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 912 kB/s | 54 kB 00:00 2024-05-04T11:18:05.547 INFO:teuthology.orchestra.run.smithi033.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.5 MB/s | 279 kB 00:00 2024-05-04T11:18:05.722 INFO:teuthology.orchestra.run.smithi033.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 138 kB/s | 32 kB 00:00 2024-05-04T11:18:05.756 INFO:teuthology.orchestra.run.smithi033.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 64 kB/s | 15 kB 00:00 2024-05-04T11:18:05.865 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:18:05.866 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:18:05.923 INFO:teuthology.orchestra.run.smithi033.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 355 kB/s | 59 kB 00:00 2024-05-04T11:18:05.981 INFO:teuthology.orchestra.run.smithi033.stdout:(11/13): python3-google-auth-2.29.0-1.el9.noarc 474 kB/s | 206 kB 00:00 2024-05-04T11:18:06.098 INFO:teuthology.orchestra.run.smithi033.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 512 kB/s | 90 kB 00:00 2024-05-04T11:18:06.132 INFO:teuthology.orchestra.run.smithi033.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.5 MB/s | 1.0 MB 00:00 2024-05-04T11:18:06.132 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:18:06.133 INFO:teuthology.orchestra.run.smithi033.stdout:Total 1.5 MB/s | 2.2 MB 00:01 2024-05-04T11:18:06.204 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-05-04T11:18:06.221 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-05-04T11:18:06.221 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-05-04T11:18:06.315 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-05-04T11:18:06.316 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-05-04T11:18:06.825 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-05-04T11:18:07.006 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-04T11:18:07.068 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-04T11:18:07.124 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-04T11:18:07.160 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-04T11:18:07.202 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-04T11:18:07.301 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-04T11:18:07.420 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-04T11:18:07.471 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-04T11:18:08.245 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-04T11:18:08.292 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-04T11:18:08.326 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-04T11:18:08.375 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-04T11:18:08.403 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 13/13 2024-05-04T11:18:08.929 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-04T11:18:09.174 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 13/13 2024-05-04T11:18:09.175 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/13 2024-05-04T11:18:09.175 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-04T11:18:09.175 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-04T11:18:09.175 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-04T11:18:09.175 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-04T11:18:09.175 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-04T11:18:09.175 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-04T11:18:09.175 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-04T11:18:09.175 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-04T11:18:09.176 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-04T11:18:09.176 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-04T11:18:09.176 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-04T11:18:09.482 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-04T11:18:09.483 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:09.483 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-05-04T11:18:09.483 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-05-04T11:18:09.483 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-04T11:18:09.483 INFO:teuthology.orchestra.run.smithi033.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-04T11:18:09.483 INFO:teuthology.orchestra.run.smithi033.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-04T11:18:09.483 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-04T11:18:09.484 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-04T11:18:09.484 INFO:teuthology.orchestra.run.smithi033.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-04T11:18:09.484 INFO:teuthology.orchestra.run.smithi033.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-04T11:18:09.484 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-04T11:18:09.484 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-04T11:18:09.484 INFO:teuthology.orchestra.run.smithi033.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-04T11:18:09.484 INFO:teuthology.orchestra.run.smithi033.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-04T11:18:09.484 INFO:teuthology.orchestra.run.smithi033.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-04T11:18:09.485 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:09.485 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-04T11:18:09.707 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-mgr-cephadm 2024-05-04T11:18:10.244 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:29 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:10.371 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:18:10.371 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:18:10.371 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-05-04T11:18:10.372 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:18:10.372 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-05-04T11:18:10.372 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 141 k 2024-05-04T11:18:10.372 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-05-04T11:18:10.372 INFO:teuthology.orchestra.run.smithi033.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-04T11:18:10.372 INFO:teuthology.orchestra.run.smithi033.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-04T11:18:10.372 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-04T11:18:10.372 INFO:teuthology.orchestra.run.smithi033.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-04T11:18:10.373 INFO:teuthology.orchestra.run.smithi033.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-04T11:18:10.373 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:10.373 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-05-04T11:18:10.373 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:18:10.373 INFO:teuthology.orchestra.run.smithi033.stdout:Install 6 Packages 2024-05-04T11:18:10.373 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:10.374 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 7.0 M 2024-05-04T11:18:10.374 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 33 M 2024-05-04T11:18:10.374 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-05-04T11:18:10.651 INFO:teuthology.orchestra.run.smithi033.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.3 MB/s | 248 kB 00:00 2024-05-04T11:18:10.810 INFO:teuthology.orchestra.run.smithi033.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 18 MB/s | 6.0 MB 00:00 2024-05-04T11:18:10.812 INFO:teuthology.orchestra.run.smithi033.stdout:[MIRROR] python3-asyncssh-2.13.2-5.el9.noarch.rpm: Curl error (60): SSL peer certificate or SSH remote key was not OK for https://mirror-mci.yuki.net.uk/fedora-epel/9/Everything/x86_64/Packages/p/python3-asyncssh-2.13.2-5.el9.noarch.rpm [SSL certificate problem: certificate has expired] 2024-05-04T11:18:10.835 INFO:teuthology.orchestra.run.smithi033.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2455.g09dbd6bb.e 387 kB/s | 141 kB 00:00 2024-05-04T11:18:10.932 INFO:teuthology.orchestra.run.smithi033.stdout:[MIRROR] python3-natsort-7.1.1-5.el9.noarch.rpm: Curl error (60): SSL peer certificate or SSH remote key was not OK for https://mirror-mci.yuki.net.uk/fedora-epel/9/Everything/x86_64/Packages/p/python3-natsort-7.1.1-5.el9.noarch.rpm [SSL certificate problem: certificate has expired] 2024-05-04T11:18:10.957 INFO:teuthology.orchestra.run.smithi033.stdout:[MIRROR] python3-typing-extensions-4.4.0-2.el9.noarch.rpm: Curl error (60): SSL peer certificate or SSH remote key was not OK for https://mirror-mci.yuki.net.uk/fedora-epel/9/Everything/x86_64/Packages/p/python3-typing-extensions-4.4.0-2.el9.noarch.rpm [SSL certificate problem: certificate has expired] 2024-05-04T11:18:11.777 INFO:teuthology.orchestra.run.smithi033.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 54 kB/s | 51 kB 00:00 2024-05-04T11:18:11.787 INFO:teuthology.orchestra.run.smithi176.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 908 kB/s | 16 MB 00:18 2024-05-04T11:18:11.788 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:18:11.788 INFO:teuthology.orchestra.run.smithi176.stdout:Total 1.9 MB/s | 38 MB 00:20 2024-05-04T11:18:11.952 INFO:teuthology.orchestra.run.smithi033.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 51 kB/s | 58 kB 00:01 2024-05-04T11:18:12.140 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-05-04T11:18:12.167 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-05-04T11:18:12.167 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-05-04T11:18:12.578 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-05-04T11:18:12.578 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-05-04T11:18:12.619 INFO:teuthology.orchestra.run.smithi033.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 279 kB/s | 548 kB 00:01 2024-05-04T11:18:12.620 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:18:12.620 INFO:teuthology.orchestra.run.smithi033.stdout:Total 3.1 MB/s | 7.0 MB 00:02 2024-05-04T11:18:12.695 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-05-04T11:18:12.708 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-05-04T11:18:12.708 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-05-04T11:18:12.811 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-05-04T11:18:12.813 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-05-04T11:18:13.121 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-05-04T11:18:13.301 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-04T11:18:13.364 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-04T11:18:13.415 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-05-04T11:18:13.483 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-04T11:18:13.527 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-04T11:18:13.635 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-04T11:18:13.678 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-04T11:18:13.864 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-04T11:18:13.902 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-04T11:18:13.928 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-04T11:18:13.979 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-04T11:18:14.019 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-04T11:18:14.089 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-04T11:18:14.116 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 6/6 2024-05-04T11:18:14.630 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-04T11:18:14.748 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-04T11:18:14.811 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 6/6 2024-05-04T11:18:14.811 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/6 2024-05-04T11:18:14.811 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-04T11:18:14.811 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-04T11:18:14.811 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-04T11:18:14.812 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-04T11:18:15.074 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-04T11:18:15.074 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:15.074 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-05-04T11:18:15.074 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-05-04T11:18:15.074 INFO:teuthology.orchestra.run.smithi033.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-04T11:18:15.077 INFO:teuthology.orchestra.run.smithi033.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-04T11:18:15.078 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-04T11:18:15.078 INFO:teuthology.orchestra.run.smithi033.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-04T11:18:15.078 INFO:teuthology.orchestra.run.smithi033.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-04T11:18:15.078 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:15.078 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-04T11:18:15.315 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-fuse 2024-05-04T11:18:15.858 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:34 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:15.977 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-04T11:18:15.985 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:18:15.986 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:18:15.986 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-05-04T11:18:15.986 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:18:15.986 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-05-04T11:18:15.987 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-fuse x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 889 k 2024-05-04T11:18:15.987 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-05-04T11:18:15.987 INFO:teuthology.orchestra.run.smithi033.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-04T11:18:15.987 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:15.987 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-05-04T11:18:15.987 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:18:15.987 INFO:teuthology.orchestra.run.smithi033.stdout:Install 2 Packages 2024-05-04T11:18:15.987 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:15.988 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 970 k 2024-05-04T11:18:15.988 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 2.8 M 2024-05-04T11:18:15.988 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-05-04T11:18:16.272 INFO:teuthology.orchestra.run.smithi033.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 661 kB/s | 80 kB 00:00 2024-05-04T11:18:16.472 INFO:teuthology.orchestra.run.smithi033.stdout:(2/2): ceph-fuse-19.0.0-2455.g09dbd6bb.el9.x86_ 2.7 MB/s | 889 kB 00:00 2024-05-04T11:18:16.472 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:18:16.473 INFO:teuthology.orchestra.run.smithi033.stdout:Total 1.9 MB/s | 970 kB 00:00 2024-05-04T11:18:16.485 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-05-04T11:18:16.509 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-05-04T11:18:16.509 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-05-04T11:18:16.591 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-05-04T11:18:16.592 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-05-04T11:18:16.782 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-05-04T11:18:16.914 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-04T11:18:16.981 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/2 2024-05-04T11:18:17.021 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-04T11:18:17.093 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd 12/12 2024-05-04T11:18:17.683 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/2 2024-05-04T11:18:17.683 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/2 2024-05-04T11:18:17.932 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-04T11:18:17.933 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:17.933 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-05-04T11:18:17.933 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-04T11:18:17.933 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:17.933 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-04T11:18:18.198 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-volume 2024-05-04T11:18:18.740 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:37 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:18.867 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:18:18.868 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:18:18.868 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-05-04T11:18:18.868 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:18:18.868 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-05-04T11:18:18.868 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-volume noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 264 k 2024-05-04T11:18:18.868 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-05-04T11:18:18.868 INFO:teuthology.orchestra.run.smithi033.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-04T11:18:18.869 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:18.869 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-05-04T11:18:18.869 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:18:18.869 INFO:teuthology.orchestra.run.smithi033.stdout:Install 2 Packages 2024-05-04T11:18:18.869 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:18.869 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 341 k 2024-05-04T11:18:18.869 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 1.5 M 2024-05-04T11:18:18.869 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-05-04T11:18:19.145 INFO:teuthology.orchestra.run.smithi033.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 367 kB/s | 77 kB 00:00 2024-05-04T11:18:19.237 INFO:teuthology.orchestra.run.smithi033.stdout:(2/2): ceph-volume-19.0.0-2455.g09dbd6bb.el9.no 873 kB/s | 264 kB 00:00 2024-05-04T11:18:19.238 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:18:19.238 INFO:teuthology.orchestra.run.smithi033.stdout:Total 921 kB/s | 341 kB 00:00 2024-05-04T11:18:19.250 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-05-04T11:18:19.260 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-05-04T11:18:19.261 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-05-04T11:18:19.288 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-05-04T11:18:19.289 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-05-04T11:18:19.439 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-05-04T11:18:19.500 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd 12/12 2024-05-04T11:18:19.501 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd 1/12 2024-05-04T11:18:19.501 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-04T11:18:19.501 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-04T11:18:19.501 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-04T11:18:19.501 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-04T11:18:19.501 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-04T11:18:19.501 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-04T11:18:19.501 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-04T11:18:19.502 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-04T11:18:19.502 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-04T11:18:19.502 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-04T11:18:19.637 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-04T11:18:19.673 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 2/2 2024-05-04T11:18:19.688 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 2/2 2024-05-04T11:18:19.688 INFO:teuthology.orchestra.run.smithi033.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-04T11:18:19.688 INFO:teuthology.orchestra.run.smithi033.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-04T11:18:19.689 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:19.910 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-04T11:18:19.910 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:19.910 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-05-04T11:18:19.910 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-05-04T11:18:19.910 INFO:teuthology.orchestra.run.smithi176.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-04T11:18:19.910 INFO:teuthology.orchestra.run.smithi176.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-04T11:18:19.911 INFO:teuthology.orchestra.run.smithi176.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-04T11:18:19.911 INFO:teuthology.orchestra.run.smithi176.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-04T11:18:19.911 INFO:teuthology.orchestra.run.smithi176.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-04T11:18:19.911 INFO:teuthology.orchestra.run.smithi176.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-04T11:18:19.911 INFO:teuthology.orchestra.run.smithi176.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-04T11:18:19.911 INFO:teuthology.orchestra.run.smithi176.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-04T11:18:19.911 INFO:teuthology.orchestra.run.smithi176.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-04T11:18:19.911 INFO:teuthology.orchestra.run.smithi176.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-04T11:18:19.912 INFO:teuthology.orchestra.run.smithi176.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-04T11:18:19.912 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:19.912 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-05-04T11:18:20.257 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-mgr-rook 2024-05-04T11:18:20.353 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/2 2024-05-04T11:18:20.639 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-04T11:18:20.639 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:20.640 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-05-04T11:18:20.640 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-05-04T11:18:20.640 INFO:teuthology.orchestra.run.smithi033.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-04T11:18:20.640 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:20.640 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-04T11:18:20.813 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:39 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:20.908 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install librados-devel 2024-05-04T11:18:20.931 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:18:20.931 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:18:20.943 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:18:20.944 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:18:20.944 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-05-04T11:18:20.944 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:18:20.944 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-05-04T11:18:20.944 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-rook noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 49 k 2024-05-04T11:18:20.944 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-05-04T11:18:20.944 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-04T11:18:20.944 INFO:teuthology.orchestra.run.smithi176.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-04T11:18:20.944 INFO:teuthology.orchestra.run.smithi176.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-04T11:18:20.945 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-04T11:18:20.945 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-04T11:18:20.945 INFO:teuthology.orchestra.run.smithi176.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-04T11:18:20.945 INFO:teuthology.orchestra.run.smithi176.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-04T11:18:20.945 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-04T11:18:20.945 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-04T11:18:20.945 INFO:teuthology.orchestra.run.smithi176.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-04T11:18:20.945 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-04T11:18:20.945 INFO:teuthology.orchestra.run.smithi176.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-04T11:18:20.946 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:20.946 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-05-04T11:18:20.946 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:18:20.946 INFO:teuthology.orchestra.run.smithi176.stdout:Install 13 Packages 2024-05-04T11:18:20.946 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:20.946 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 2.2 M 2024-05-04T11:18:20.946 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 26 M 2024-05-04T11:18:20.946 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-05-04T11:18:21.317 INFO:teuthology.orchestra.run.smithi176.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 225 kB/s | 26 kB 00:00 2024-05-04T11:18:21.334 INFO:teuthology.orchestra.run.smithi176.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 147 kB/s | 19 kB 00:00 2024-05-04T11:18:21.393 INFO:teuthology.orchestra.run.smithi176.stdout:(3/13): ceph-mgr-rook-19.0.0-2455.g09dbd6bb.el9 260 kB/s | 49 kB 00:00 2024-05-04T11:18:21.426 INFO:teuthology.orchestra.run.smithi176.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 159 kB 00:00 2024-05-04T11:18:21.451 INFO:teuthology.orchestra.run.smithi176.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.6 MB/s | 222 kB 00:00 2024-05-04T11:18:21.453 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:40 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:21.477 INFO:teuthology.orchestra.run.smithi176.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-05-04T11:18:21.581 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:18:21.582 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:18:21.582 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repo Size 2024-05-04T11:18:21.583 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:18:21.583 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-05-04T11:18:21.583 INFO:teuthology.orchestra.run.smithi033.stdout: librados-devel x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 127 k 2024-05-04T11:18:21.583 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:21.583 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-05-04T11:18:21.583 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:18:21.583 INFO:teuthology.orchestra.run.smithi033.stdout:Install 1 Package 2024-05-04T11:18:21.583 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:21.584 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 127 k 2024-05-04T11:18:21.584 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 456 k 2024-05-04T11:18:21.584 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-05-04T11:18:21.594 INFO:teuthology.orchestra.run.smithi176.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.4 MB/s | 279 kB 00:00 2024-05-04T11:18:21.723 INFO:teuthology.orchestra.run.smithi176.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 61 kB/s | 15 kB 00:00 2024-05-04T11:18:21.744 INFO:teuthology.orchestra.run.smithi176.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 110 kB/s | 32 kB 00:00 2024-05-04T11:18:21.791 INFO:teuthology.orchestra.run.smithi033.stdout:librados-devel-19.0.0-2455.g09dbd6bb.el9.x86_64 609 kB/s | 127 kB 00:00 2024-05-04T11:18:21.792 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:18:21.792 INFO:teuthology.orchestra.run.smithi033.stdout:Total 605 kB/s | 127 kB 00:00 2024-05-04T11:18:21.793 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-05-04T11:18:21.798 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-05-04T11:18:21.798 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-05-04T11:18:21.803 INFO:teuthology.orchestra.run.smithi176.stdout:(10/13): python3-google-auth-2.29.0-1.el9.noarc 990 kB/s | 206 kB 00:00 2024-05-04T11:18:21.866 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-05-04T11:18:21.866 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-05-04T11:18:21.903 INFO:teuthology.orchestra.run.smithi176.stdout:(11/13): python3-kubernetes-26.1.0-2.el9.noarch 5.7 MB/s | 1.0 MB 00:00 2024-05-04T11:18:21.937 INFO:teuthology.orchestra.run.smithi176.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 308 kB/s | 59 kB 00:00 2024-05-04T11:18:21.962 INFO:teuthology.orchestra.run.smithi176.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 565 kB/s | 90 kB 00:00 2024-05-04T11:18:21.964 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:18:21.965 INFO:teuthology.orchestra.run.smithi176.stdout:Total 2.2 MB/s | 2.2 MB 00:01 2024-05-04T11:18:22.023 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-05-04T11:18:22.026 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-05-04T11:18:22.041 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-05-04T11:18:22.041 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-05-04T11:18:22.115 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:22.125 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-05-04T11:18:22.127 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-05-04T11:18:22.501 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:22.626 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-05-04T11:18:22.745 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:22.745 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:22.745 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-05-04T11:18:22.745 INFO:teuthology.orchestra.run.smithi033.stdout: librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:18:22.745 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:22.746 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-04T11:18:22.785 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-04T11:18:22.839 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-04T11:18:22.894 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-04T11:18:22.931 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-04T11:18:22.969 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install libcephfs2 2024-05-04T11:18:22.972 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-04T11:18:23.075 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-04T11:18:23.184 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-04T11:18:23.240 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-04T11:18:23.509 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:42 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:23.590 INFO:teuthology.orchestra.run.smithi033.stdout:Package libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-05-04T11:18:23.634 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:18:23.635 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-05-04T11:18:23.635 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-04T11:18:23.694 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install libcephfs-devel 2024-05-04T11:18:23.955 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-04T11:18:23.998 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-04T11:18:24.004 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-04T11:18:24.038 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-04T11:18:24.086 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-04T11:18:24.108 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 13/13 2024-05-04T11:18:24.235 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:43 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:24.362 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:18:24.363 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:18:24.363 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repo Size 2024-05-04T11:18:24.363 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:18:24.363 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-05-04T11:18:24.363 INFO:teuthology.orchestra.run.smithi033.stdout: libcephfs-devel x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 32 k 2024-05-04T11:18:24.364 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:24.364 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-05-04T11:18:24.364 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:18:24.364 INFO:teuthology.orchestra.run.smithi033.stdout:Install 1 Package 2024-05-04T11:18:24.364 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:24.364 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 32 k 2024-05-04T11:18:24.364 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 142 k 2024-05-04T11:18:24.364 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-05-04T11:18:24.553 INFO:teuthology.orchestra.run.smithi033.stdout:libcephfs-devel-19.0.0-2455.g09dbd6bb.el9.x86_6 168 kB/s | 32 kB 00:00 2024-05-04T11:18:24.554 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:18:24.554 INFO:teuthology.orchestra.run.smithi033.stdout:Total 166 kB/s | 32 kB 00:00 2024-05-04T11:18:24.554 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-05-04T11:18:24.558 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-05-04T11:18:24.558 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-05-04T11:18:24.560 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-05-04T11:18:24.561 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-05-04T11:18:24.649 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-05-04T11:18:24.751 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:24.871 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 13/13 2024-05-04T11:18:24.871 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/13 2024-05-04T11:18:24.871 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-04T11:18:24.872 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-04T11:18:24.872 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-04T11:18:24.872 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-04T11:18:24.872 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-04T11:18:24.872 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-04T11:18:24.873 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-04T11:18:24.873 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-04T11:18:24.873 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-04T11:18:24.873 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-04T11:18:24.873 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-04T11:18:25.071 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:25.189 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-04T11:18:25.189 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:25.189 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-05-04T11:18:25.189 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-rook-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-05-04T11:18:25.190 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-04T11:18:25.190 INFO:teuthology.orchestra.run.smithi176.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-04T11:18:25.190 INFO:teuthology.orchestra.run.smithi176.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-04T11:18:25.190 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-04T11:18:25.190 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-04T11:18:25.190 INFO:teuthology.orchestra.run.smithi176.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-04T11:18:25.190 INFO:teuthology.orchestra.run.smithi176.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-04T11:18:25.190 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-04T11:18:25.191 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-04T11:18:25.191 INFO:teuthology.orchestra.run.smithi176.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-04T11:18:25.191 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-04T11:18:25.191 INFO:teuthology.orchestra.run.smithi176.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-04T11:18:25.191 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:25.191 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-05-04T11:18:25.287 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:25.287 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:25.287 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-05-04T11:18:25.287 INFO:teuthology.orchestra.run.smithi033.stdout: libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:18:25.287 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:25.287 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-04T11:18:25.413 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-mgr-cephadm 2024-05-04T11:18:25.469 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install librados2 2024-05-04T11:18:25.928 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:44 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:26.015 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:45 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:26.049 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:18:26.049 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:18:26.050 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-05-04T11:18:26.050 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:18:26.050 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-05-04T11:18:26.050 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 141 k 2024-05-04T11:18:26.050 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-05-04T11:18:26.051 INFO:teuthology.orchestra.run.smithi176.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-04T11:18:26.051 INFO:teuthology.orchestra.run.smithi176.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-04T11:18:26.051 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-04T11:18:26.052 INFO:teuthology.orchestra.run.smithi176.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-04T11:18:26.052 INFO:teuthology.orchestra.run.smithi176.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-04T11:18:26.052 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:26.052 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-05-04T11:18:26.053 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:18:26.053 INFO:teuthology.orchestra.run.smithi176.stdout:Install 6 Packages 2024-05-04T11:18:26.054 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:26.055 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 7.0 M 2024-05-04T11:18:26.055 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 33 M 2024-05-04T11:18:26.055 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-05-04T11:18:26.098 INFO:teuthology.orchestra.run.smithi033.stdout:Package librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-05-04T11:18:26.141 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:18:26.142 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-05-04T11:18:26.142 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-04T11:18:26.208 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install librbd1 2024-05-04T11:18:26.555 INFO:teuthology.orchestra.run.smithi176.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.4 MB/s | 248 kB 00:00 2024-05-04T11:18:26.739 INFO:teuthology.orchestra.run.smithi176.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 17 MB/s | 6.0 MB 00:00 2024-05-04T11:18:26.818 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:45 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:26.819 INFO:teuthology.orchestra.run.smithi176.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2455.g09dbd6bb.e 337 kB/s | 141 kB 00:00 2024-05-04T11:18:26.828 INFO:teuthology.orchestra.run.smithi033.stdout:Package librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-05-04T11:18:26.875 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:18:26.875 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-05-04T11:18:26.876 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-04T11:18:26.922 INFO:teuthology.orchestra.run.smithi176.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 314 kB/s | 58 kB 00:00 2024-05-04T11:18:26.939 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install python3-rados 2024-05-04T11:18:26.948 INFO:teuthology.orchestra.run.smithi176.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.4 MB/s | 548 kB 00:00 2024-05-04T11:18:26.973 INFO:teuthology.orchestra.run.smithi176.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 306 kB/s | 51 kB 00:00 2024-05-04T11:18:26.974 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:18:26.974 INFO:teuthology.orchestra.run.smithi176.stdout:Total 7.6 MB/s | 7.0 MB 00:00 2024-05-04T11:18:26.999 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:18:27.001 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:18:27.045 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-05-04T11:18:27.056 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-05-04T11:18:27.056 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-05-04T11:18:27.070 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-04T11:18:27.071 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2024-05-04T11:18:27.071 ERROR:teuthology.run_tasks:Manager failed: selinux Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/__init__.py", line 136, in __exit__ self.teardown() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/selinux.py", line 165, in teardown self.archive_log() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/selinux.py", line 195, in archive_log self.cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi002 2024-05-04T11:18:27.078 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-04T11:18:27.092 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-04T11:18:27.148 INFO:teuthology.task.internal:Duration was 362.213948 seconds 2024-05-04T11:18:27.149 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-04T11:18:27.297 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-04T11:18:27.297 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:18:27.298 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:18:27.312 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-05-04T11:18:27.313 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-05-04T11:18:27.464 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-05-04T11:18:27.476 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:46 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:27.558 INFO:teuthology.orchestra.run.smithi033.stdout:Package python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-05-04T11:18:27.602 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:18:27.603 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-05-04T11:18:27.603 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-04T11:18:27.623 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-04T11:18:27.666 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-04T11:18:27.668 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install python3-rgw 2024-05-04T11:18:28.203 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-04T11:18:28.205 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:47 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:28.286 INFO:teuthology.orchestra.run.smithi033.stdout:Package python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-05-04T11:18:28.287 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-04T11:18:28.330 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:18:28.331 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-05-04T11:18:28.331 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-04T11:18:28.350 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-04T11:18:28.379 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 6/6 2024-05-04T11:18:28.396 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install python3-cephfs 2024-05-04T11:18:28.933 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:47 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:29.015 INFO:teuthology.orchestra.run.smithi033.stdout:Package python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-05-04T11:18:29.058 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:18:29.059 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-05-04T11:18:29.059 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-04T11:18:29.099 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 6/6 2024-05-04T11:18:29.099 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/6 2024-05-04T11:18:29.099 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-04T11:18:29.099 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-04T11:18:29.099 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-04T11:18:29.100 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-04T11:18:29.129 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install python3-rbd 2024-05-04T11:18:29.356 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-04T11:18:29.356 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:29.356 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-05-04T11:18:29.356 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-cephadm-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-05-04T11:18:29.356 INFO:teuthology.orchestra.run.smithi176.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-04T11:18:29.356 INFO:teuthology.orchestra.run.smithi176.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-04T11:18:29.356 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-04T11:18:29.357 INFO:teuthology.orchestra.run.smithi176.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-04T11:18:29.357 INFO:teuthology.orchestra.run.smithi176.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-04T11:18:29.357 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:29.357 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-05-04T11:18:29.578 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-fuse 2024-05-04T11:18:29.664 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:48 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:29.745 INFO:teuthology.orchestra.run.smithi033.stdout:Package python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-05-04T11:18:29.789 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:18:29.790 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-05-04T11:18:29.790 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-04T11:18:29.860 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install rbd-fuse 2024-05-04T11:18:30.096 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:49 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:30.217 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:18:30.218 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:18:30.218 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-05-04T11:18:30.218 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:18:30.218 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-05-04T11:18:30.218 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-fuse x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 889 k 2024-05-04T11:18:30.218 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-05-04T11:18:30.218 INFO:teuthology.orchestra.run.smithi176.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-04T11:18:30.219 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:30.219 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-05-04T11:18:30.219 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:18:30.219 INFO:teuthology.orchestra.run.smithi176.stdout:Install 2 Packages 2024-05-04T11:18:30.219 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:30.219 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 970 k 2024-05-04T11:18:30.219 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 2.8 M 2024-05-04T11:18:30.219 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-05-04T11:18:30.366 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-04T11:18:30.400 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:49 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:30.483 INFO:teuthology.orchestra.run.smithi176.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 399 kB/s | 80 kB 00:00 2024-05-04T11:18:30.526 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:18:30.527 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:18:30.527 INFO:teuthology.orchestra.run.smithi033.stdout: Package Architecture Version Repository Size 2024-05-04T11:18:30.527 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:18:30.528 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-05-04T11:18:30.528 INFO:teuthology.orchestra.run.smithi033.stdout: rbd-fuse x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 85 k 2024-05-04T11:18:30.528 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:30.528 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-05-04T11:18:30.528 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:18:30.528 INFO:teuthology.orchestra.run.smithi033.stdout:Install 1 Package 2024-05-04T11:18:30.528 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:30.528 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 85 k 2024-05-04T11:18:30.528 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 231 k 2024-05-04T11:18:30.529 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-05-04T11:18:30.566 INFO:teuthology.orchestra.run.smithi176.stdout:(2/2): ceph-fuse-19.0.0-2455.g09dbd6bb.el9.x86_ 3.1 MB/s | 889 kB 00:00 2024-05-04T11:18:30.567 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:18:30.567 INFO:teuthology.orchestra.run.smithi176.stdout:Total 2.7 MB/s | 970 kB 00:00 2024-05-04T11:18:30.578 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-05-04T11:18:30.600 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-05-04T11:18:30.600 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-05-04T11:18:30.677 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-05-04T11:18:30.677 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-05-04T11:18:30.831 INFO:teuthology.orchestra.run.smithi033.stdout:rbd-fuse-19.0.0-2455.g09dbd6bb.el9.x86_64.rpm 281 kB/s | 85 kB 00:00 2024-05-04T11:18:30.832 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:18:30.832 INFO:teuthology.orchestra.run.smithi033.stdout:Total 280 kB/s | 85 kB 00:00 2024-05-04T11:18:30.832 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-05-04T11:18:30.840 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-05-04T11:18:30.840 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-05-04T11:18:30.866 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-05-04T11:18:30.907 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-05-04T11:18:30.907 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-05-04T11:18:31.015 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-04T11:18:31.057 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-05-04T11:18:31.089 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/2 2024-05-04T11:18:31.163 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:31.465 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:31.710 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:31.711 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:31.711 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-05-04T11:18:31.711 INFO:teuthology.orchestra.run.smithi033.stdout: rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:18:31.711 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:31.711 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-04T11:18:31.769 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2/2 2024-05-04T11:18:31.770 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/2 2024-05-04T11:18:31.941 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install rbd-mirror 2024-05-04T11:18:32.031 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-04T11:18:32.031 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:32.031 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-05-04T11:18:32.031 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-04T11:18:32.031 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:32.031 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-05-04T11:18:32.288 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-volume 2024-05-04T11:18:32.479 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:51 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:32.604 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:18:32.605 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:18:32.605 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repo Size 2024-05-04T11:18:32.605 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:18:32.605 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-05-04T11:18:32.606 INFO:teuthology.orchestra.run.smithi033.stdout: rbd-mirror x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 3.1 M 2024-05-04T11:18:32.606 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:32.606 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-05-04T11:18:32.606 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:18:32.606 INFO:teuthology.orchestra.run.smithi033.stdout:Install 1 Package 2024-05-04T11:18:32.606 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:32.606 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 3.1 M 2024-05-04T11:18:32.606 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 13 M 2024-05-04T11:18:32.606 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-05-04T11:18:32.810 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:51 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:32.932 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:18:32.933 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:18:32.933 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-05-04T11:18:32.933 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:18:32.933 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-05-04T11:18:32.933 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-volume noarch 2:19.0.0-2455.g09dbd6bb.el9 ceph-noarch 264 k 2024-05-04T11:18:32.933 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-05-04T11:18:32.933 INFO:teuthology.orchestra.run.smithi176.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-04T11:18:32.933 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:32.933 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-05-04T11:18:32.934 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:18:32.934 INFO:teuthology.orchestra.run.smithi176.stdout:Install 2 Packages 2024-05-04T11:18:32.934 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:32.934 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 341 k 2024-05-04T11:18:32.934 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 1.5 M 2024-05-04T11:18:32.934 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-05-04T11:18:33.159 INFO:teuthology.orchestra.run.smithi033.stdout:rbd-mirror-19.0.0-2455.g09dbd6bb.el9.x86_64.rpm 5.6 MB/s | 3.1 MB 00:00 2024-05-04T11:18:33.160 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:18:33.160 INFO:teuthology.orchestra.run.smithi033.stdout:Total 5.6 MB/s | 3.1 MB 00:00 2024-05-04T11:18:33.161 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-05-04T11:18:33.172 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-05-04T11:18:33.172 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-05-04T11:18:33.256 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-05-04T11:18:33.257 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-05-04T11:18:33.304 INFO:teuthology.orchestra.run.smithi176.stdout:(1/2): ceph-volume-19.0.0-2455.g09dbd6bb.el9.no 1.0 MB/s | 264 kB 00:00 2024-05-04T11:18:33.714 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-05-04T11:18:33.763 INFO:teuthology.orchestra.run.smithi176.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 108 kB/s | 77 kB 00:00 2024-05-04T11:18:33.764 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:18:33.764 INFO:teuthology.orchestra.run.smithi176.stdout:Total 410 kB/s | 341 kB 00:00 2024-05-04T11:18:33.768 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:33.776 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-05-04T11:18:33.786 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-05-04T11:18:33.786 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-05-04T11:18:33.794 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:33.794 INFO:teuthology.orchestra.run.smithi033.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-04T11:18:33.795 INFO:teuthology.orchestra.run.smithi033.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-04T11:18:33.795 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-04T11:18:33.795 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-04T11:18:33.795 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:33.812 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-05-04T11:18:33.813 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-05-04T11:18:33.978 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-05-04T11:18:34.155 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-04T11:18:34.204 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 2/2 2024-05-04T11:18:34.220 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 2/2 2024-05-04T11:18:34.220 INFO:teuthology.orchestra.run.smithi176.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-04T11:18:34.220 INFO:teuthology.orchestra.run.smithi176.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-04T11:18:34.220 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:34.813 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:34.814 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:34.814 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-05-04T11:18:34.814 INFO:teuthology.orchestra.run.smithi033.stdout: rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:18:34.814 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:34.814 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-04T11:18:34.855 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 1/2 2024-05-04T11:18:35.047 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install rbd-nbd 2024-05-04T11:18:35.130 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-04T11:18:35.131 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:35.131 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-05-04T11:18:35.131 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-volume-2:19.0.0-2455.g09dbd6bb.el9.noarch 2024-05-04T11:18:35.131 INFO:teuthology.orchestra.run.smithi176.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-04T11:18:35.131 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:35.131 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-05-04T11:18:35.419 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install librados-devel 2024-05-04T11:18:35.587 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:54 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:35.714 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-05-04T11:18:35.715 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:18:35.715 INFO:teuthology.orchestra.run.smithi033.stdout: Package Architecture Version Repository Size 2024-05-04T11:18:35.716 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:18:35.716 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-05-04T11:18:35.716 INFO:teuthology.orchestra.run.smithi033.stdout: rbd-nbd x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 171 k 2024-05-04T11:18:35.716 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:35.716 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-05-04T11:18:35.716 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-05-04T11:18:35.716 INFO:teuthology.orchestra.run.smithi033.stdout:Install 1 Package 2024-05-04T11:18:35.716 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:35.716 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 171 k 2024-05-04T11:18:35.717 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 494 k 2024-05-04T11:18:35.717 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-05-04T11:18:35.943 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:54 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:36.063 INFO:teuthology.orchestra.run.smithi033.stdout:rbd-nbd-19.0.0-2455.g09dbd6bb.el9.x86_64.rpm 493 kB/s | 171 kB 00:00 2024-05-04T11:18:36.064 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:18:36.064 INFO:teuthology.orchestra.run.smithi033.stdout:Total 491 kB/s | 171 kB 00:00 2024-05-04T11:18:36.064 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-05-04T11:18:36.066 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:18:36.067 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:18:36.067 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repo Size 2024-05-04T11:18:36.067 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:18:36.068 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-05-04T11:18:36.068 INFO:teuthology.orchestra.run.smithi176.stdout: librados-devel x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 127 k 2024-05-04T11:18:36.068 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:36.068 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-05-04T11:18:36.068 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:18:36.069 INFO:teuthology.orchestra.run.smithi176.stdout:Install 1 Package 2024-05-04T11:18:36.069 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:36.069 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 127 k 2024-05-04T11:18:36.069 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 456 k 2024-05-04T11:18:36.069 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-05-04T11:18:36.072 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-05-04T11:18:36.073 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-05-04T11:18:36.145 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-05-04T11:18:36.145 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-05-04T11:18:36.299 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-05-04T11:18:36.403 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:36.407 INFO:teuthology.orchestra.run.smithi176.stdout:librados-devel-19.0.0-2455.g09dbd6bb.el9.x86_64 373 kB/s | 127 kB 00:00 2024-05-04T11:18:36.408 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:18:36.408 INFO:teuthology.orchestra.run.smithi176.stdout:Total 371 kB/s | 127 kB 00:00 2024-05-04T11:18:36.409 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-05-04T11:18:36.414 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-05-04T11:18:36.414 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-05-04T11:18:36.476 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-05-04T11:18:36.476 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-05-04T11:18:36.623 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-05-04T11:18:36.736 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:36.774 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:37.010 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:37.010 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:37.010 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-05-04T11:18:37.010 INFO:teuthology.orchestra.run.smithi033.stdout: rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:18:37.010 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-05-04T11:18:37.011 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-05-04T11:18:37.147 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:37.402 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:37.402 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:37.402 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-05-04T11:18:37.402 INFO:teuthology.orchestra.run.smithi176.stdout: librados-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:18:37.402 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:37.403 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-05-04T11:18:37.625 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install libcephfs2 2024-05-04T11:18:38.145 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:57 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:38.225 INFO:teuthology.orchestra.run.smithi176.stdout:Package libcephfs2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-05-04T11:18:38.267 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:18:38.267 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-05-04T11:18:38.268 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-05-04T11:18:38.361 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install libcephfs-devel 2024-05-04T11:18:38.882 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:57 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:39.005 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:18:39.005 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:18:39.005 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repo Size 2024-05-04T11:18:39.005 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:18:39.006 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-05-04T11:18:39.006 INFO:teuthology.orchestra.run.smithi176.stdout: libcephfs-devel x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 32 k 2024-05-04T11:18:39.006 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:39.006 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-05-04T11:18:39.007 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:18:39.007 INFO:teuthology.orchestra.run.smithi176.stdout:Install 1 Package 2024-05-04T11:18:39.007 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:39.007 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 32 k 2024-05-04T11:18:39.007 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 142 k 2024-05-04T11:18:39.008 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-05-04T11:18:39.367 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:18:39.368 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:18:39.444 INFO:teuthology.orchestra.run.smithi176.stdout:libcephfs-devel-19.0.0-2455.g09dbd6bb.el9.x86_6 72 kB/s | 32 kB 00:00 2024-05-04T11:18:39.445 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:18:39.445 INFO:teuthology.orchestra.run.smithi176.stdout:Total 72 kB/s | 32 kB 00:00 2024-05-04T11:18:39.445 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-05-04T11:18:39.448 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-05-04T11:18:39.448 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-05-04T11:18:39.450 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-05-04T11:18:39.451 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-05-04T11:18:39.531 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-05-04T11:18:39.623 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:39.959 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:40.159 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:40.159 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:40.159 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-05-04T11:18:40.159 INFO:teuthology.orchestra.run.smithi176.stdout: libcephfs-devel-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:18:40.160 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:40.160 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-05-04T11:18:40.394 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install librados2 2024-05-04T11:18:40.906 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:59 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:40.986 INFO:teuthology.orchestra.run.smithi176.stdout:Package librados2-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-05-04T11:18:41.027 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:18:41.028 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-05-04T11:18:41.028 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-05-04T11:18:41.100 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install librbd1 2024-05-04T11:18:41.623 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:02:00 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:41.702 INFO:teuthology.orchestra.run.smithi176.stdout:Package librbd1-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-05-04T11:18:41.743 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:18:41.744 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-05-04T11:18:41.745 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-05-04T11:18:41.816 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install python3-rados 2024-05-04T11:18:42.328 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:02:01 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:42.407 INFO:teuthology.orchestra.run.smithi176.stdout:Package python3-rados-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-05-04T11:18:42.448 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:18:42.449 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-05-04T11:18:42.449 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-05-04T11:18:42.463 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-04T11:18:42.515 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install python3-rgw 2024-05-04T11:18:43.031 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:02:02 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:43.110 INFO:teuthology.orchestra.run.smithi176.stdout:Package python3-rgw-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-05-04T11:18:43.151 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:18:43.152 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-05-04T11:18:43.152 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-05-04T11:18:43.223 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install python3-cephfs 2024-05-04T11:18:43.740 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:02:02 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:43.819 INFO:teuthology.orchestra.run.smithi176.stdout:Package python3-cephfs-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-05-04T11:18:43.860 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:18:43.861 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-05-04T11:18:43.861 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-05-04T11:18:43.931 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install python3-rbd 2024-05-04T11:18:44.442 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:02:03 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:44.521 INFO:teuthology.orchestra.run.smithi176.stdout:Package python3-rbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 is already installed. 2024-05-04T11:18:44.563 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:18:44.563 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-05-04T11:18:44.564 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-05-04T11:18:44.640 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install rbd-fuse 2024-05-04T11:18:45.157 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:02:04 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:45.277 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:18:45.278 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:18:45.278 INFO:teuthology.orchestra.run.smithi176.stdout: Package Architecture Version Repository Size 2024-05-04T11:18:45.278 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:18:45.278 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-05-04T11:18:45.278 INFO:teuthology.orchestra.run.smithi176.stdout: rbd-fuse x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 85 k 2024-05-04T11:18:45.278 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:45.278 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-05-04T11:18:45.279 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:18:45.279 INFO:teuthology.orchestra.run.smithi176.stdout:Install 1 Package 2024-05-04T11:18:45.279 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:45.279 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 85 k 2024-05-04T11:18:45.279 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 231 k 2024-05-04T11:18:45.279 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-05-04T11:18:45.630 INFO:teuthology.orchestra.run.smithi176.stdout:rbd-fuse-19.0.0-2455.g09dbd6bb.el9.x86_64.rpm 242 kB/s | 85 kB 00:00 2024-05-04T11:18:45.631 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:18:45.631 INFO:teuthology.orchestra.run.smithi176.stdout:Total 241 kB/s | 85 kB 00:00 2024-05-04T11:18:45.631 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-05-04T11:18:45.638 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-05-04T11:18:45.639 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-05-04T11:18:45.701 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-05-04T11:18:45.701 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-05-04T11:18:45.841 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-05-04T11:18:45.959 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:46.337 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:46.585 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:46.586 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:46.586 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-05-04T11:18:46.586 INFO:teuthology.orchestra.run.smithi176.stdout: rbd-fuse-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:18:46.586 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:46.586 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-05-04T11:18:46.822 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install rbd-mirror 2024-05-04T11:18:47.341 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:02:06 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:47.462 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:18:47.462 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:18:47.463 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repo Size 2024-05-04T11:18:47.463 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:18:47.463 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-05-04T11:18:47.463 INFO:teuthology.orchestra.run.smithi176.stdout: rbd-mirror x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 3.1 M 2024-05-04T11:18:47.463 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:47.463 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-05-04T11:18:47.463 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:18:47.463 INFO:teuthology.orchestra.run.smithi176.stdout:Install 1 Package 2024-05-04T11:18:47.464 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:47.464 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 3.1 M 2024-05-04T11:18:47.464 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 13 M 2024-05-04T11:18:47.464 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-05-04T11:18:48.550 INFO:teuthology.orchestra.run.smithi176.stdout:rbd-mirror-19.0.0-2455.g09dbd6bb.el9.x86_64.rpm 2.8 MB/s | 3.1 MB 00:01 2024-05-04T11:18:48.551 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:18:48.551 INFO:teuthology.orchestra.run.smithi176.stdout:Total 2.8 MB/s | 3.1 MB 00:01 2024-05-04T11:18:48.552 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-05-04T11:18:48.561 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-05-04T11:18:48.562 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-05-04T11:18:48.643 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-05-04T11:18:48.643 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-05-04T11:18:49.073 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-05-04T11:18:49.151 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:49.175 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:49.175 INFO:teuthology.orchestra.run.smithi176.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-04T11:18:49.175 INFO:teuthology.orchestra.run.smithi176.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-04T11:18:49.176 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-04T11:18:49.176 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-04T11:18:49.176 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:50.184 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:50.184 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:50.184 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-05-04T11:18:50.185 INFO:teuthology.orchestra.run.smithi176.stdout: rbd-mirror-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:18:50.185 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:50.185 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-05-04T11:18:50.427 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install rbd-nbd 2024-05-04T11:18:50.947 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:02:09 ago on Sat 04 May 2024 11:16:41 AM UTC. 2024-05-04T11:18:51.071 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-05-04T11:18:51.072 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:18:51.072 INFO:teuthology.orchestra.run.smithi176.stdout: Package Architecture Version Repository Size 2024-05-04T11:18:51.072 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:18:51.072 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-05-04T11:18:51.072 INFO:teuthology.orchestra.run.smithi176.stdout: rbd-nbd x86_64 2:19.0.0-2455.g09dbd6bb.el9 ceph 171 k 2024-05-04T11:18:51.072 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:51.072 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-05-04T11:18:51.072 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-05-04T11:18:51.073 INFO:teuthology.orchestra.run.smithi176.stdout:Install 1 Package 2024-05-04T11:18:51.073 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:51.073 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 171 k 2024-05-04T11:18:51.073 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 494 k 2024-05-04T11:18:51.073 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-05-04T11:18:51.696 INFO:teuthology.orchestra.run.smithi176.stdout:rbd-nbd-19.0.0-2455.g09dbd6bb.el9.x86_64.rpm 274 kB/s | 171 kB 00:00 2024-05-04T11:18:51.696 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-05-04T11:18:51.697 INFO:teuthology.orchestra.run.smithi176.stdout:Total 273 kB/s | 171 kB 00:00 2024-05-04T11:18:51.697 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-05-04T11:18:51.705 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-05-04T11:18:51.705 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-05-04T11:18:51.771 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-05-04T11:18:51.772 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-05-04T11:18:51.938 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-05-04T11:18:52.085 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:52.506 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:52.739 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 1/1 2024-05-04T11:18:52.739 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:52.739 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-05-04T11:18:52.739 INFO:teuthology.orchestra.run.smithi176.stdout: rbd-nbd-2:19.0.0-2455.g09dbd6bb.el9.x86_64 2024-05-04T11:18:52.739 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-05-04T11:18:52.740 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-05-04T11:18:54.464 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:18:54.464 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:18:57.534 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-04T11:19:00.535 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:19:00.535 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:19:00.606 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-04T11:19:00.606 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2024-05-04T11:19:00.607 ERROR:teuthology.run_tasks:Manager failed: internal.syslog Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/internal/syslog.py", line 76, in syslog yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/clock.py", line 72, in task cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi002 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/internal/syslog.py", line 85, in syslog cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi002 2024-05-04T11:19:00.616 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-04T11:19:00.627 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-04T11:19:00.627 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:19:00.628 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:19:03.714 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-04T11:19:12.716 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:19:12.717 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:19:15.806 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-04T11:19:27.807 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:19:27.808 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:19:30.882 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-04T11:19:33.883 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:19:33.883 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:19:33.950 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-04T11:19:34.086 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2024-05-04T11:19:34.087 ERROR:teuthology.run_tasks:Manager failed: internal.sudo Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/internal/__init__.py", line 452, in sudo yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/clock.py", line 72, in task cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi002 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/internal/__init__.py", line 455, in sudo ctx.cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi002 2024-05-04T11:19:34.096 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-04T11:19:34.115 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:19:34.115 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:19:37.186 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-04T11:19:46.188 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:19:46.189 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:19:49.282 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-04T11:20:01.284 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:20:01.285 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:20:04.350 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-04T11:20:07.351 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:20:07.352 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:20:07.422 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-04T11:20:07.422 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2024-05-04T11:20:07.423 ERROR:teuthology.run_tasks:Manager failed: internal.coredump Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/internal/__init__.py", line 488, in coredump yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/clock.py", line 72, in task cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi002 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/internal/__init__.py", line 492, in coredump cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi002 2024-05-04T11:20:07.432 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-04T11:20:07.442 INFO:teuthology.task.internal:Transferring archived files... 2024-05-04T11:20:07.444 DEBUG:teuthology.misc:Transferring archived files from smithi002:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-02_19:07:25-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7686215/remote/smithi002 2024-05-04T11:20:07.445 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:20:07.445 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:20:10.526 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-04T11:20:19.528 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:20:19.529 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:20:22.594 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-04T11:20:34.595 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:20:34.596 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:20:37.662 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-04T11:20:40.663 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:20:40.773 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:20:43.838 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-04T11:20:43.839 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2024-05-04T11:20:43.839 ERROR:teuthology.run_tasks:Manager failed: internal.archive Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/internal/__init__.py", line 392, in archive yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/clock.py", line 72, in task cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi002 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/internal/__init__.py", line 418, in archive misc.pull_directory(rem, archive_dir, path, maybe_compress) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/misc.py", line 748, in pull_directory r = remote.get_tar_stream(remotedir, sudo=True, compress=False) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/remote.py", line 678, in get_tar_stream return self.run(args=args, wait=False, stdout=run.PIPE) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi002 2024-05-04T11:20:43.850 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-04T11:20:43.860 INFO:teuthology.task.internal:Not uploading archives. 2024-05-04T11:20:43.861 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-04T11:20:43.892 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-04T11:20:43.893 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:20:43.893 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:20:46.914 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-04T11:20:55.915 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:20:55.916 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:20:59.010 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-04T11:21:11.011 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:21:11.012 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:21:14.082 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-04T11:21:17.083 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-05-04T11:21:17.083 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T11:21:17.150 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-05-04T11:21:17.150 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2024-05-04T11:21:17.151 ERROR:teuthology.run_tasks:Manager failed: internal.base Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/internal/__init__.py", line 48, in base yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/clock.py", line 72, in task cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi002 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/internal/__init__.py", line 54, in base ctx.cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi002 2024-05-04T11:21:17.161 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-04T11:21:17.175 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-04T11:21:17.196 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: ConnectionError: Failed to reconnect to smithi002 2024-05-04T11:21:17.197 INFO:teuthology.nuke:Checking targets against current locks 2024-05-04T11:21:17.239 DEBUG:teuthology.nuke:shortname: smithi002 2024-05-04T11:21:17.239 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-04T11:21:17.285 DEBUG:teuthology.nuke:shortname: smithi033 2024-05-04T11:21:17.285 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-04T11:21:17.307 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi002.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-02_19:07:25-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7686216', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-04 11:06:36.102622', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOciEtfynd2sgX19jusTRb5L789O5y0e19zg9v/vYc4M32QHBssrHIYMJpUSXRe4r1mXYuDand5hziBQ4v0S/Pc='} 2024-05-04T11:21:17.329 DEBUG:teuthology.nuke:shortname: smithi176 2024-05-04T11:21:17.329 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-04T11:21:17.342 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi033.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-02_19:07:25-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7686215', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-04 11:06:35.658472', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI5MgIkHOvOGpinu7sxs1nq8R5yB9OuU9iWmJVAHnKkT8bxV/wPHCGSSTwqaA7HRFrFlfGnHbvZIAdHOxv4wlR8='} 2024-05-04T11:21:17.398 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi176.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-02_19:07:25-rados-wip-yuri4-testing-2024-04-29-0642-distro-default-smithi/7686215', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-04 11:06:35.655158', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOuzJ9ra0DQDaKhtyrswXLiNN/1L1vT6uunV+cE+0laGsUBo9Eer3PlSerKmfqgSOX5VjQklXAdf6MORrEx2nzU='} 2024-05-04T11:21:17.405 INFO:teuthology.orchestra.console.smithi002:Power off 2024-05-04T11:21:17.405 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-04T11:21:17.462 INFO:teuthology.orchestra.console.smithi033:Power off 2024-05-04T11:21:17.463 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-04T11:21:17.474 DEBUG:teuthology.orchestra.console.smithi002:power off output: Chassis Power Control: Down/Off 2024-05-04T11:21:17.474 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T11:21:17.496 INFO:teuthology.orchestra.console.smithi176:Power off 2024-05-04T11:21:17.497 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-04T11:21:17.507 DEBUG:teuthology.orchestra.console.smithi002:check power output: Chassis Power is off 2024-05-04T11:21:17.516 DEBUG:teuthology.orchestra.console.smithi033:power off output: Chassis Power Control: Down/Off 2024-05-04T11:21:17.516 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T11:21:17.529 DEBUG:teuthology.orchestra.console.smithi176:power off output: Chassis Power Control: Down/Off 2024-05-04T11:21:17.529 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T11:21:17.549 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is on 2024-05-04T11:21:17.563 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is on 2024-05-04T11:21:17.608 INFO:teuthology.orchestra.console.smithi002:Power off completed 2024-05-04T11:21:21.550 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T11:21:21.563 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T11:21:21.662 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is on 2024-05-04T11:21:21.674 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is on 2024-05-04T11:21:25.666 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T11:21:25.675 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T11:21:25.777 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is off 2024-05-04T11:21:25.786 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is off 2024-05-04T11:21:25.879 INFO:teuthology.orchestra.console.smithi033:Power off completed 2024-05-04T11:21:25.887 INFO:teuthology.orchestra.console.smithi176:Power off completed 2024-05-04T11:21:25.991 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} duration: 362.21394753456116 failure_reason: 'SSH connection to smithi002 was lost: ''sudo yum -y install ceph-radosgw''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=4a07b053211b4d89bac48b6b3b29142e status: fail success: false 2024-05-04T11:21:25.992 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-04T11:21:26.086 INFO:teuthology.run:FAIL