2024-02-07T13:27:15.154 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-07T13:27:15.154 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_gabrioux@teuthology --verbose --archive /home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548816 --name gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi --description orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_rgw_multisite} -- /home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548816/orig.config.yaml 2024-02-07T13:27:15.187 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-07T13:27:15.273 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548816 branch: wip-guits-testing-4-2024-02-05-1854 description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_rgw_multisite} email: gabrioux@ibm.com first_in_suite: false job_id: '7548816' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-testing-4-2024-02-05-1854 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true 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\) sha1: 44458ccedb18241cc2e17f10cdab3d1385399261 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 44458ccedb18241cc2e17f10cdab3d1385399261 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-4-2024-02-05-1854 sha1: 44458ccedb18241cc2e17f10cdab3d1385399261 owner: scheduled_gabrioux@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 1701 sha1: 44458ccedb18241cc2e17f10cdab3d1385399261 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-4-2024-02-05-1854 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_44458ccedb18241cc2e17f10cdab3d1385399261/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 44458ccedb18241cc2e17f10cdab3d1385399261 targets: smithi132.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMcw1jmL3HGwZL3ONDT0t6UwskS7Qa9JMknlDBr9Dfk+XXLvUq3bmO0/ch54tfXPodgWOd7/rVFAKIO0kr2octY= smithi150.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPIU86QKHkTFqobn2+IaedHuB0n9aP8xBv/FNMwN6YFG29VR6jN82moCW2VrhkRW2dNIoPIObmV3IUPkOjGL2Nc= smithi175.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDcFzWHG7loTGZ6nqmkLEefkiUfIgoUIu56hBa3gHL3ELilwJ08/JN6yZ2b98/T5WYNOeD2gG4e5lXt/Jn0JDrk= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-06_08:19:47 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-07T13:27:15.274 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_44458ccedb18241cc2e17f10cdab3d1385399261/qa; will attempt to use it 2024-02-07T13:27:15.274 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_44458ccedb18241cc2e17f10cdab3d1385399261/qa/tasks 2024-02-07T13:27:15.274 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-07T13:27:15.276 INFO:teuthology.task.internal:Checking packages... 2024-02-07T13:27:15.307 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '44458ccedb18241cc2e17f10cdab3d1385399261' 2024-02-07T13:27:15.307 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-07T13:27:15.307 INFO:teuthology.packaging:ref: None 2024-02-07T13:27:15.307 INFO:teuthology.packaging:tag: None 2024-02-07T13:27:15.307 INFO:teuthology.packaging:branch: wip-guits-testing-4-2024-02-05-1854 2024-02-07T13:27:15.308 INFO:teuthology.packaging:sha1: 44458ccedb18241cc2e17f10cdab3d1385399261 2024-02-07T13:27:15.308 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-guits-testing-4-2024-02-05-1854 2024-02-07T13:27:15.536 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-1252.g44458cce 2024-02-07T13:27:15.538 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-07T13:27:15.544 INFO:teuthology.task.internal:no buildpackages task found 2024-02-07T13:27:15.544 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-07T13:27:15.551 INFO:teuthology.task.internal:Saving configuration 2024-02-07T13:27:15.564 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-07T13:27:15.570 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-07T13:27:15.594 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi132.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548816', '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-02-07 13:21:20.358647', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMcw1jmL3HGwZL3ONDT0t6UwskS7Qa9JMknlDBr9Dfk+XXLvUq3bmO0/ch54tfXPodgWOd7/rVFAKIO0kr2octY='} 2024-02-07T13:27:15.615 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi150.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548816', '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-02-07 13:21:20.359874', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPIU86QKHkTFqobn2+IaedHuB0n9aP8xBv/FNMwN6YFG29VR6jN82moCW2VrhkRW2dNIoPIObmV3IUPkOjGL2Nc='} 2024-02-07T13:27:15.639 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi175.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548816', '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-02-07 13:21:20.357069', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDcFzWHG7loTGZ6nqmkLEefkiUfIgoUIu56hBa3gHL3ELilwJ08/JN6yZ2b98/T5WYNOeD2gG4e5lXt/Jn0JDrk='} 2024-02-07T13:27:15.639 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-07T13:27:15.645 INFO:teuthology.task.internal:roles: ubuntu@smithi132.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-02-07T13:27:15.646 INFO:teuthology.task.internal:roles: ubuntu@smithi150.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-02-07T13:27:15.646 INFO:teuthology.task.internal:roles: ubuntu@smithi175.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-02-07T13:27:15.646 INFO:teuthology.run_tasks:Running task console_log... 2024-02-07T13:27:15.744 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fc697251f70>, signals=[15]) 2024-02-07T13:27:15.744 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-07T13:27:15.754 INFO:teuthology.task.internal:Opening connections... 2024-02-07T13:27:15.754 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi132.front.sepia.ceph.com 2024-02-07T13:27:15.756 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:27:15.846 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi150.front.sepia.ceph.com 2024-02-07T13:27:15.847 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:27:15.936 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi175.front.sepia.ceph.com 2024-02-07T13:27:15.936 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:27:16.024 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-07T13:27:16.030 DEBUG:teuthology.orchestra.run.smithi132:> uname -m 2024-02-07T13:27:16.048 INFO:teuthology.orchestra.run.smithi132.stdout:x86_64 2024-02-07T13:27:16.048 DEBUG:teuthology.orchestra.run.smithi132:> cat /etc/os-release 2024-02-07T13:27:16.105 INFO:teuthology.orchestra.run.smithi132.stdout:NAME="CentOS Stream" 2024-02-07T13:27:16.105 INFO:teuthology.orchestra.run.smithi132.stdout:VERSION="9" 2024-02-07T13:27:16.105 INFO:teuthology.orchestra.run.smithi132.stdout:ID="centos" 2024-02-07T13:27:16.105 INFO:teuthology.orchestra.run.smithi132.stdout:ID_LIKE="rhel fedora" 2024-02-07T13:27:16.105 INFO:teuthology.orchestra.run.smithi132.stdout:VERSION_ID="9" 2024-02-07T13:27:16.105 INFO:teuthology.orchestra.run.smithi132.stdout:PLATFORM_ID="platform:el9" 2024-02-07T13:27:16.105 INFO:teuthology.orchestra.run.smithi132.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-07T13:27:16.105 INFO:teuthology.orchestra.run.smithi132.stdout:ANSI_COLOR="0;31" 2024-02-07T13:27:16.105 INFO:teuthology.orchestra.run.smithi132.stdout:LOGO="fedora-logo-icon" 2024-02-07T13:27:16.106 INFO:teuthology.orchestra.run.smithi132.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-07T13:27:16.106 INFO:teuthology.orchestra.run.smithi132.stdout:HOME_URL="https://centos.org/" 2024-02-07T13:27:16.106 INFO:teuthology.orchestra.run.smithi132.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-07T13:27:16.106 INFO:teuthology.orchestra.run.smithi132.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-07T13:27:16.106 INFO:teuthology.orchestra.run.smithi132.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-07T13:27:16.106 INFO:teuthology.lock.ops:Updating smithi132.front.sepia.ceph.com on lock server 2024-02-07T13:27:16.124 DEBUG:teuthology.orchestra.run.smithi150:> uname -m 2024-02-07T13:27:16.142 INFO:teuthology.orchestra.run.smithi150.stdout:x86_64 2024-02-07T13:27:16.142 DEBUG:teuthology.orchestra.run.smithi150:> cat /etc/os-release 2024-02-07T13:27:16.199 INFO:teuthology.orchestra.run.smithi150.stdout:NAME="CentOS Stream" 2024-02-07T13:27:16.199 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION="9" 2024-02-07T13:27:16.199 INFO:teuthology.orchestra.run.smithi150.stdout:ID="centos" 2024-02-07T13:27:16.199 INFO:teuthology.orchestra.run.smithi150.stdout:ID_LIKE="rhel fedora" 2024-02-07T13:27:16.199 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION_ID="9" 2024-02-07T13:27:16.199 INFO:teuthology.orchestra.run.smithi150.stdout:PLATFORM_ID="platform:el9" 2024-02-07T13:27:16.199 INFO:teuthology.orchestra.run.smithi150.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-07T13:27:16.199 INFO:teuthology.orchestra.run.smithi150.stdout:ANSI_COLOR="0;31" 2024-02-07T13:27:16.199 INFO:teuthology.orchestra.run.smithi150.stdout:LOGO="fedora-logo-icon" 2024-02-07T13:27:16.199 INFO:teuthology.orchestra.run.smithi150.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-07T13:27:16.199 INFO:teuthology.orchestra.run.smithi150.stdout:HOME_URL="https://centos.org/" 2024-02-07T13:27:16.199 INFO:teuthology.orchestra.run.smithi150.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-07T13:27:16.199 INFO:teuthology.orchestra.run.smithi150.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-07T13:27:16.200 INFO:teuthology.orchestra.run.smithi150.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-07T13:27:16.200 INFO:teuthology.lock.ops:Updating smithi150.front.sepia.ceph.com on lock server 2024-02-07T13:27:16.215 DEBUG:teuthology.orchestra.run.smithi175:> uname -m 2024-02-07T13:27:16.230 INFO:teuthology.orchestra.run.smithi175.stdout:x86_64 2024-02-07T13:27:16.230 DEBUG:teuthology.orchestra.run.smithi175:> cat /etc/os-release 2024-02-07T13:27:16.284 INFO:teuthology.orchestra.run.smithi175.stdout:NAME="CentOS Stream" 2024-02-07T13:27:16.284 INFO:teuthology.orchestra.run.smithi175.stdout:VERSION="9" 2024-02-07T13:27:16.284 INFO:teuthology.orchestra.run.smithi175.stdout:ID="centos" 2024-02-07T13:27:16.285 INFO:teuthology.orchestra.run.smithi175.stdout:ID_LIKE="rhel fedora" 2024-02-07T13:27:16.285 INFO:teuthology.orchestra.run.smithi175.stdout:VERSION_ID="9" 2024-02-07T13:27:16.285 INFO:teuthology.orchestra.run.smithi175.stdout:PLATFORM_ID="platform:el9" 2024-02-07T13:27:16.285 INFO:teuthology.orchestra.run.smithi175.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-07T13:27:16.285 INFO:teuthology.orchestra.run.smithi175.stdout:ANSI_COLOR="0;31" 2024-02-07T13:27:16.285 INFO:teuthology.orchestra.run.smithi175.stdout:LOGO="fedora-logo-icon" 2024-02-07T13:27:16.285 INFO:teuthology.orchestra.run.smithi175.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-07T13:27:16.285 INFO:teuthology.orchestra.run.smithi175.stdout:HOME_URL="https://centos.org/" 2024-02-07T13:27:16.285 INFO:teuthology.orchestra.run.smithi175.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-07T13:27:16.285 INFO:teuthology.orchestra.run.smithi175.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-07T13:27:16.285 INFO:teuthology.orchestra.run.smithi175.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-07T13:27:16.286 INFO:teuthology.lock.ops:Updating smithi175.front.sepia.ceph.com on lock server 2024-02-07T13:27:16.307 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-07T13:27:16.316 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-07T13:27:16.334 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-07T13:27:16.334 DEBUG:teuthology.orchestra.run.smithi132:> test '!' -e /home/ubuntu/cephtest 2024-02-07T13:27:16.336 DEBUG:teuthology.orchestra.run.smithi150:> test '!' -e /home/ubuntu/cephtest 2024-02-07T13:27:16.338 DEBUG:teuthology.orchestra.run.smithi175:> test '!' -e /home/ubuntu/cephtest 2024-02-07T13:27:16.352 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-07T13:27:16.370 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-07T13:27:16.370 DEBUG:teuthology.orchestra.run.smithi132:> test -z $(ls -A /var/lib/ceph) 2024-02-07T13:27:16.393 DEBUG:teuthology.orchestra.run.smithi150:> test -z $(ls -A /var/lib/ceph) 2024-02-07T13:27:16.395 DEBUG:teuthology.orchestra.run.smithi175:> test -z $(ls -A /var/lib/ceph) 2024-02-07T13:27:16.517 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-07T13:27:16.619 INFO:teuthology.run_tasks:Running task kernel... 2024-02-07T13:27:16.634 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-07T13:27:16.634 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-07T13:27:16.635 DEBUG:teuthology.orchestra.run.smithi132:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-07T13:27:16.635 DEBUG:teuthology.orchestra.run.smithi150:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-07T13:27:16.636 DEBUG:teuthology.orchestra.run.smithi175:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-07T13:27:16.650 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-07T13:27:16.651 DEBUG:teuthology.orchestra.run.smithi175:> uname -r 2024-02-07T13:27:16.652 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-07T13:27:16.652 DEBUG:teuthology.orchestra.run.smithi150:> uname -r 2024-02-07T13:27:16.653 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-07T13:27:16.653 DEBUG:teuthology.orchestra.run.smithi132:> uname -r 2024-02-07T13:27:16.705 INFO:teuthology.orchestra.run.smithi175.stdout:5.14.0-361.el9.x86_64 2024-02-07T13:27:16.705 INFO:teuthology.task.kernel:Running kernel on smithi175: 5.14.0-361.el9.x86_64 2024-02-07T13:27:16.706 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum install -y kernel 2024-02-07T13:27:16.708 INFO:teuthology.orchestra.run.smithi150.stdout:5.14.0-361.el9.x86_64 2024-02-07T13:27:16.708 INFO:teuthology.task.kernel:Running kernel on smithi150: 5.14.0-361.el9.x86_64 2024-02-07T13:27:16.708 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum install -y kernel 2024-02-07T13:27:16.710 INFO:teuthology.orchestra.run.smithi132.stdout:5.14.0-361.el9.x86_64 2024-02-07T13:27:16.710 INFO:teuthology.task.kernel:Running kernel on smithi132: 5.14.0-361.el9.x86_64 2024-02-07T13:27:16.710 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum install -y kernel 2024-02-07T13:27:16.922 INFO:teuthology.orchestra.run.smithi175.stdout:Waiting for process with pid 5528 to finish. 2024-02-07T13:27:18.772 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS-9 - AppStream 15 MB/s | 6.7 MB 00:00 2024-02-07T13:27:18.868 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS-9 - AppStream 14 MB/s | 6.7 MB 00:00 2024-02-07T13:27:20.431 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS-9 - BaseOS 3.6 MB/s | 2.0 MB 00:00 2024-02-07T13:27:20.485 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS-9 - BaseOS 3.7 MB/s | 2.0 MB 00:00 2024-02-07T13:27:21.564 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.0 MB 00:00 2024-02-07T13:27:24.768 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 9 - BaseOS 2.0 MB/s | 8.0 MB 00:04 2024-02-07T13:27:28.502 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 9 - AppStream 7.1 MB/s | 19 MB 00:02 2024-02-07T13:27:30.318 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:00:01 ago on Wed 07 Feb 2024 01:27:29 PM UTC. 2024-02-07T13:27:31.372 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 9 - AppStream 2.1 MB/s | 19 MB 00:08 2024-02-07T13:27:31.469 INFO:teuthology.orchestra.run.smithi175.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-07T13:27:31.469 INFO:teuthology.orchestra.run.smithi175.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-07T13:27:31.580 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-02-07T13:27:31.587 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-02-07T13:27:31.587 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2024-02-07T13:27:31.588 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-02-07T13:27:31.588 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-02-07T13:27:31.588 INFO:teuthology.orchestra.run.smithi175.stdout: kernel x86_64 5.14.0-418.el9 CentOS-BaseOS 6.0 M 2024-02-07T13:27:31.588 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2024-02-07T13:27:31.588 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-core x86_64 5.14.0-418.el9 CentOS-BaseOS 21 M 2024-02-07T13:27:31.588 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-modules x86_64 5.14.0-418.el9 CentOS-BaseOS 39 M 2024-02-07T13:27:31.588 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-modules-core x86_64 5.14.0-418.el9 CentOS-BaseOS 33 M 2024-02-07T13:27:31.588 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-02-07T13:27:31.588 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-02-07T13:27:31.588 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-02-07T13:27:31.588 INFO:teuthology.orchestra.run.smithi175.stdout:Install 4 Packages 2024-02-07T13:27:31.588 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-02-07T13:27:31.589 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 99 M 2024-02-07T13:27:31.589 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 122 M 2024-02-07T13:27:31.589 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-02-07T13:27:31.957 INFO:teuthology.orchestra.run.smithi175.stdout:(1/4): kernel-5.14.0-418.el9.x86_64.rpm 16 MB/s | 6.0 MB 00:00 2024-02-07T13:27:32.499 INFO:teuthology.orchestra.run.smithi175.stdout:(2/4): kernel-core-5.14.0-418.el9.x86_64.rpm 23 MB/s | 21 MB 00:00 2024-02-07T13:27:32.536 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 9 - CRB 12 MB/s | 5.9 MB 00:00 2024-02-07T13:27:33.274 INFO:teuthology.orchestra.run.smithi175.stdout:(3/4): kernel-modules-core-5.14.0-418.el9.x86_6 25 MB/s | 33 MB 00:01 2024-02-07T13:27:33.708 INFO:teuthology.orchestra.run.smithi175.stdout:(4/4): kernel-modules-5.14.0-418.el9.x86_64.rpm 18 MB/s | 39 MB 00:02 2024-02-07T13:27:33.711 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:27:33.711 INFO:teuthology.orchestra.run.smithi175.stdout:Total 47 MB/s | 99 MB 00:02 2024-02-07T13:27:33.711 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-02-07T13:27:34.020 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 9 - Extras packages 40 kB/s | 15 kB 00:00 2024-02-07T13:27:34.097 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-02-07T13:27:34.098 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-02-07T13:27:35.121 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-02-07T13:27:35.121 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-02-07T13:27:35.432 INFO:teuthology.orchestra.run.smithi150.stdout:Extra Packages for Enterprise Linux 16 MB/s | 20 MB 00:01 2024-02-07T13:27:35.525 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 9 - CRB 8.7 MB/s | 5.9 MB 00:00 2024-02-07T13:27:37.007 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 9 - Extras packages 37 kB/s | 15 kB 00:00 2024-02-07T13:27:37.521 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-02-07T13:27:38.153 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : kernel-modules-core-5.14.0-418.el9.x86_64 1/4 2024-02-07T13:27:38.290 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : kernel-core-5.14.0-418.el9.x86_64 2/4 2024-02-07T13:27:38.625 INFO:teuthology.orchestra.run.smithi132.stdout:Extra Packages for Enterprise Linux 14 MB/s | 20 MB 00:01 2024-02-07T13:27:40.313 INFO:teuthology.orchestra.run.smithi150.stdout:lab-extras 37 kB/s | 1.7 kB 00:00 2024-02-07T13:27:41.046 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-core-5.14.0-418.el9.x86_64 2/4 2024-02-07T13:27:41.224 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : kernel-modules-5.14.0-418.el9.x86_64 3/4 2024-02-07T13:27:42.503 INFO:teuthology.orchestra.run.smithi150.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-07T13:27:42.503 INFO:teuthology.orchestra.run.smithi150.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-07T13:27:42.606 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-02-07T13:27:42.613 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-02-07T13:27:42.613 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2024-02-07T13:27:42.613 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-02-07T13:27:42.613 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2024-02-07T13:27:42.613 INFO:teuthology.orchestra.run.smithi150.stdout: kernel x86_64 5.14.0-418.el9 CentOS-BaseOS 6.0 M 2024-02-07T13:27:42.613 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2024-02-07T13:27:42.613 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-core x86_64 5.14.0-418.el9 CentOS-BaseOS 21 M 2024-02-07T13:27:42.613 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-modules x86_64 5.14.0-418.el9 CentOS-BaseOS 39 M 2024-02-07T13:27:42.613 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-modules-core x86_64 5.14.0-418.el9 CentOS-BaseOS 33 M 2024-02-07T13:27:42.614 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-07T13:27:42.614 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2024-02-07T13:27:42.614 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-02-07T13:27:42.614 INFO:teuthology.orchestra.run.smithi150.stdout:Install 4 Packages 2024-02-07T13:27:42.614 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-07T13:27:42.614 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 99 M 2024-02-07T13:27:42.614 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 122 M 2024-02-07T13:27:42.614 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2024-02-07T13:27:42.989 INFO:teuthology.orchestra.run.smithi150.stdout:(1/4): kernel-5.14.0-418.el9.x86_64.rpm 16 MB/s | 6.0 MB 00:00 2024-02-07T13:27:43.408 INFO:teuthology.orchestra.run.smithi132.stdout:lab-extras 35 kB/s | 1.7 kB 00:00 2024-02-07T13:27:43.689 INFO:teuthology.orchestra.run.smithi150.stdout:(2/4): kernel-core-5.14.0-418.el9.x86_64.rpm 19 MB/s | 21 MB 00:01 2024-02-07T13:27:44.531 INFO:teuthology.orchestra.run.smithi150.stdout:(3/4): kernel-modules-core-5.14.0-418.el9.x86_6 22 MB/s | 33 MB 00:01 2024-02-07T13:27:45.506 INFO:teuthology.orchestra.run.smithi150.stdout:(4/4): kernel-modules-5.14.0-418.el9.x86_64.rpm 14 MB/s | 39 MB 00:02 2024-02-07T13:27:45.509 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:27:45.509 INFO:teuthology.orchestra.run.smithi150.stdout:Total 34 MB/s | 99 MB 00:02 2024-02-07T13:27:45.510 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2024-02-07T13:27:45.582 INFO:teuthology.orchestra.run.smithi132.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-07T13:27:45.582 INFO:teuthology.orchestra.run.smithi132.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-07T13:27:45.669 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-02-07T13:27:45.675 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-02-07T13:27:45.675 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2024-02-07T13:27:45.675 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-02-07T13:27:45.675 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2024-02-07T13:27:45.675 INFO:teuthology.orchestra.run.smithi132.stdout: kernel x86_64 5.14.0-418.el9 CentOS-BaseOS 6.0 M 2024-02-07T13:27:45.675 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2024-02-07T13:27:45.676 INFO:teuthology.orchestra.run.smithi132.stdout: kernel-core x86_64 5.14.0-418.el9 CentOS-BaseOS 21 M 2024-02-07T13:27:45.676 INFO:teuthology.orchestra.run.smithi132.stdout: kernel-modules x86_64 5.14.0-418.el9 CentOS-BaseOS 39 M 2024-02-07T13:27:45.676 INFO:teuthology.orchestra.run.smithi132.stdout: kernel-modules-core x86_64 5.14.0-418.el9 CentOS-BaseOS 33 M 2024-02-07T13:27:45.676 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-02-07T13:27:45.676 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2024-02-07T13:27:45.676 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-02-07T13:27:45.676 INFO:teuthology.orchestra.run.smithi132.stdout:Install 4 Packages 2024-02-07T13:27:45.676 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-02-07T13:27:45.677 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 99 M 2024-02-07T13:27:45.677 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 122 M 2024-02-07T13:27:45.677 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2024-02-07T13:27:45.914 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-modules-5.14.0-418.el9.x86_64 3/4 2024-02-07T13:27:45.916 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2024-02-07T13:27:45.916 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2024-02-07T13:27:46.029 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : kernel-5.14.0-418.el9.x86_64 4/4 2024-02-07T13:27:46.760 INFO:teuthology.orchestra.run.smithi132.stdout:(1/4): kernel-5.14.0-418.el9.x86_64.rpm 5.5 MB/s | 6.0 MB 00:01 2024-02-07T13:27:46.947 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2024-02-07T13:27:46.947 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2024-02-07T13:27:47.793 INFO:teuthology.orchestra.run.smithi132.stdout:(2/4): kernel-core-5.14.0-418.el9.x86_64.rpm 9.8 MB/s | 21 MB 00:02 2024-02-07T13:27:49.342 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2024-02-07T13:27:49.368 INFO:teuthology.orchestra.run.smithi132.stdout:(3/4): kernel-modules-5.14.0-418.el9.x86_64.rpm 11 MB/s | 39 MB 00:03 2024-02-07T13:27:50.099 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : kernel-modules-core-5.14.0-418.el9.x86_64 1/4 2024-02-07T13:27:50.176 INFO:teuthology.orchestra.run.smithi132.stdout:(4/4): kernel-modules-core-5.14.0-418.el9.x86_6 9.8 MB/s | 33 MB 00:03 2024-02-07T13:27:50.180 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2024-02-07T13:27:50.180 INFO:teuthology.orchestra.run.smithi132.stdout:Total 22 MB/s | 99 MB 00:04 2024-02-07T13:27:50.180 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2024-02-07T13:27:50.232 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : kernel-core-5.14.0-418.el9.x86_64 2/4 2024-02-07T13:27:50.553 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2024-02-07T13:27:50.553 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2024-02-07T13:27:50.758 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-modules-core-5.14.0-418.el9.x86_64 4/4 2024-02-07T13:27:51.590 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2024-02-07T13:27:51.591 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2024-02-07T13:27:52.988 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-core-5.14.0-418.el9.x86_64 2/4 2024-02-07T13:27:53.167 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : kernel-modules-5.14.0-418.el9.x86_64 3/4 2024-02-07T13:27:53.974 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2024-02-07T13:27:54.810 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : kernel-modules-core-5.14.0-418.el9.x86_64 1/4 2024-02-07T13:27:54.953 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : kernel-core-5.14.0-418.el9.x86_64 2/4 2024-02-07T13:27:57.703 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: kernel-core-5.14.0-418.el9.x86_64 2/4 2024-02-07T13:27:57.857 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-modules-5.14.0-418.el9.x86_64 3/4 2024-02-07T13:27:57.892 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : kernel-modules-5.14.0-418.el9.x86_64 3/4 2024-02-07T13:27:57.970 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : kernel-5.14.0-418.el9.x86_64 4/4 2024-02-07T13:28:02.591 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: kernel-modules-5.14.0-418.el9.x86_64 3/4 2024-02-07T13:28:02.741 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-modules-core-5.14.0-418.el9.x86_64 4/4 2024-02-07T13:28:02.820 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : kernel-5.14.0-418.el9.x86_64 4/4 2024-02-07T13:28:07.513 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: kernel-modules-core-5.14.0-418.el9.x86_64 4/4 2024-02-07T13:28:20.197 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-core-5.14.0-418.el9.x86_64 4/4 2024-02-07T13:28:20.198 INFO:teuthology.orchestra.run.smithi175.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-07T13:28:20.198 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-02-07T13:28:20.268 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-modules-5.14.0-418.el9.x86_64 4/4 2024-02-07T13:28:20.704 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-5.14.0-418.el9.x86_64 4/4 2024-02-07T13:28:20.704 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : kernel-5.14.0-418.el9.x86_64 1/4 2024-02-07T13:28:20.704 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : kernel-core-5.14.0-418.el9.x86_64 2/4 2024-02-07T13:28:20.704 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : kernel-modules-5.14.0-418.el9.x86_64 3/4 2024-02-07T13:28:21.139 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : kernel-modules-core-5.14.0-418.el9.x86_64 4/4 2024-02-07T13:28:21.139 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-02-07T13:28:21.139 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-02-07T13:28:21.139 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-5.14.0-418.el9.x86_64 2024-02-07T13:28:21.139 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-core-5.14.0-418.el9.x86_64 2024-02-07T13:28:21.139 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-modules-5.14.0-418.el9.x86_64 2024-02-07T13:28:21.139 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-modules-core-5.14.0-418.el9.x86_64 2024-02-07T13:28:21.139 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-02-07T13:28:21.140 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-02-07T13:28:21.599 DEBUG:teuthology.orchestra.run.smithi175:> rpm -q kernel | sort -rV | head -n 1 2024-02-07T13:28:21.732 INFO:teuthology.orchestra.run.smithi175.stdout:kernel-5.14.0-418.el9.x86_64 2024-02-07T13:28:21.732 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-418.el9.x86_64 2024-02-07T13:28:21.732 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-418.el9.x86_64 2024-02-07T13:28:21.732 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-07T13:28:21.732 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-07T13:28:21.733 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-02-07T13:28:21.733 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi175.front.sepia.ceph.com, path=None, version=distro) 2024-02-07T13:28:21.733 DEBUG:teuthology.orchestra.run.smithi175:> rpm -q kernel | sort -rV | head -n 1 2024-02-07T13:28:21.842 INFO:teuthology.orchestra.run.smithi175.stdout:kernel-5.14.0-418.el9.x86_64 2024-02-07T13:28:21.842 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-418.el9.x86_64 2024-02-07T13:28:21.842 DEBUG:teuthology.orchestra.run.smithi175:> sudo rpm -qi grub2-tools 2024-02-07T13:28:21.876 INFO:teuthology.orchestra.run.smithi175.stdout:Name : grub2-tools 2024-02-07T13:28:21.876 INFO:teuthology.orchestra.run.smithi175.stdout:Epoch : 1 2024-02-07T13:28:21.876 INFO:teuthology.orchestra.run.smithi175.stdout:Version : 2.06 2024-02-07T13:28:21.876 INFO:teuthology.orchestra.run.smithi175.stdout:Release : 68.el9 2024-02-07T13:28:21.876 INFO:teuthology.orchestra.run.smithi175.stdout:Architecture: x86_64 2024-02-07T13:28:21.877 INFO:teuthology.orchestra.run.smithi175.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-07T13:28:21.877 INFO:teuthology.orchestra.run.smithi175.stdout:Group : Unspecified 2024-02-07T13:28:21.877 INFO:teuthology.orchestra.run.smithi175.stdout:Size : 8264254 2024-02-07T13:28:21.877 INFO:teuthology.orchestra.run.smithi175.stdout:License : GPLv3+ 2024-02-07T13:28:21.877 INFO:teuthology.orchestra.run.smithi175.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-07T13:28:21.877 INFO:teuthology.orchestra.run.smithi175.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-07T13:28:21.877 INFO:teuthology.orchestra.run.smithi175.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-07T13:28:21.877 INFO:teuthology.orchestra.run.smithi175.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-07T13:28:21.877 INFO:teuthology.orchestra.run.smithi175.stdout:Packager : builder@centos.org 2024-02-07T13:28:21.877 INFO:teuthology.orchestra.run.smithi175.stdout:Vendor : CentOS 2024-02-07T13:28:21.877 INFO:teuthology.orchestra.run.smithi175.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-07T13:28:21.877 INFO:teuthology.orchestra.run.smithi175.stdout:Summary : Support tools for GRUB. 2024-02-07T13:28:21.877 INFO:teuthology.orchestra.run.smithi175.stdout:Description : 2024-02-07T13:28:21.878 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-02-07T13:28:21.878 INFO:teuthology.orchestra.run.smithi175.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-07T13:28:21.878 INFO:teuthology.orchestra.run.smithi175.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-07T13:28:21.878 INFO:teuthology.orchestra.run.smithi175.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-07T13:28:21.878 INFO:teuthology.orchestra.run.smithi175.stdout:hardware devices. 2024-02-07T13:28:21.878 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-02-07T13:28:21.878 INFO:teuthology.orchestra.run.smithi175.stdout:This subpackage provides tools for support of all platforms. 2024-02-07T13:28:21.879 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-07T13:28:21.879 INFO:teuthology.task.kernel:Updating grub on smithi175 to boot 5.14.0-418.el9.x86_64 2024-02-07T13:28:21.879 DEBUG:teuthology.orchestra.run.smithi175:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-07T13:28:22.484 INFO:teuthology.orchestra.run.smithi175.stderr:Generating grub configuration file ... 2024-02-07T13:28:23.803 INFO:teuthology.orchestra.run.smithi175.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-07T13:28:23.836 INFO:teuthology.orchestra.run.smithi175.stderr:done 2024-02-07T13:28:23.836 DEBUG:teuthology.orchestra.run.smithi175:> mktemp 2024-02-07T13:28:23.856 INFO:teuthology.orchestra.run.smithi175.stdout:/tmp/tmp.oliUhfe35o 2024-02-07T13:28:23.856 DEBUG:teuthology.orchestra.run.smithi175:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.oliUhfe35o 2024-02-07T13:28:23.925 DEBUG:teuthology.orchestra.run.smithi175:> sudo chmod 0666 /tmp/tmp.oliUhfe35o 2024-02-07T13:28:24.072 DEBUG:teuthology.orchestra.remote:smithi175:/tmp/tmp.oliUhfe35o is 6KB 2024-02-07T13:28:24.121 DEBUG:teuthology.orchestra.run.smithi175:> rm -fr /tmp/tmp.oliUhfe35o 2024-02-07T13:28:24.135 DEBUG:teuthology.orchestra.run.smithi175:> sudo /bin/ls /boot/loader/entries || true 2024-02-07T13:28:24.203 INFO:teuthology.orchestra.run.smithi175.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-07T13:28:24.203 INFO:teuthology.orchestra.run.smithi175.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-07T13:28:24.203 INFO:teuthology.orchestra.run.smithi175.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-07T13:28:24.203 INFO:teuthology.orchestra.run.smithi175.stdout:15949e3c88704300882482eddfd7baae-5.14.0-418.el9.x86_64.conf 2024-02-07T13:28:24.205 DEBUG:teuthology.orchestra.run.smithi175:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-418.el9.x86_64 2024-02-07T13:28:24.329 DEBUG:teuthology.orchestra.run.smithi175:> sudo shutdown -r now 2024-02-07T13:28:31.832 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-core-5.14.0-418.el9.x86_64 4/4 2024-02-07T13:28:31.833 INFO:teuthology.orchestra.run.smithi150.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-07T13:28:31.833 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-07T13:28:31.903 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-modules-5.14.0-418.el9.x86_64 4/4 2024-02-07T13:28:32.355 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-5.14.0-418.el9.x86_64 4/4 2024-02-07T13:28:32.355 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : kernel-5.14.0-418.el9.x86_64 1/4 2024-02-07T13:28:32.356 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : kernel-core-5.14.0-418.el9.x86_64 2/4 2024-02-07T13:28:32.356 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : kernel-modules-5.14.0-418.el9.x86_64 3/4 2024-02-07T13:28:32.778 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : kernel-modules-core-5.14.0-418.el9.x86_64 4/4 2024-02-07T13:28:32.779 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-07T13:28:32.779 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2024-02-07T13:28:32.779 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-5.14.0-418.el9.x86_64 2024-02-07T13:28:32.779 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-core-5.14.0-418.el9.x86_64 2024-02-07T13:28:32.779 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-modules-5.14.0-418.el9.x86_64 2024-02-07T13:28:32.779 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-modules-core-5.14.0-418.el9.x86_64 2024-02-07T13:28:32.779 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-07T13:28:32.779 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-02-07T13:28:33.300 DEBUG:teuthology.orchestra.run.smithi150:> rpm -q kernel | sort -rV | head -n 1 2024-02-07T13:28:33.431 INFO:teuthology.orchestra.run.smithi150.stdout:kernel-5.14.0-418.el9.x86_64 2024-02-07T13:28:33.431 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-418.el9.x86_64 2024-02-07T13:28:33.431 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-418.el9.x86_64 2024-02-07T13:28:33.431 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-07T13:28:33.431 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-07T13:28:33.431 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-07T13:28:33.431 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi150.front.sepia.ceph.com, path=None, version=distro) 2024-02-07T13:28:33.432 DEBUG:teuthology.orchestra.run.smithi150:> rpm -q kernel | sort -rV | head -n 1 2024-02-07T13:28:33.539 INFO:teuthology.orchestra.run.smithi150.stdout:kernel-5.14.0-418.el9.x86_64 2024-02-07T13:28:33.539 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-418.el9.x86_64 2024-02-07T13:28:33.539 DEBUG:teuthology.orchestra.run.smithi150:> sudo rpm -qi grub2-tools 2024-02-07T13:28:33.573 INFO:teuthology.orchestra.run.smithi150.stdout:Name : grub2-tools 2024-02-07T13:28:33.573 INFO:teuthology.orchestra.run.smithi150.stdout:Epoch : 1 2024-02-07T13:28:33.573 INFO:teuthology.orchestra.run.smithi150.stdout:Version : 2.06 2024-02-07T13:28:33.573 INFO:teuthology.orchestra.run.smithi150.stdout:Release : 68.el9 2024-02-07T13:28:33.573 INFO:teuthology.orchestra.run.smithi150.stdout:Architecture: x86_64 2024-02-07T13:28:33.573 INFO:teuthology.orchestra.run.smithi150.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-07T13:28:33.573 INFO:teuthology.orchestra.run.smithi150.stdout:Group : Unspecified 2024-02-07T13:28:33.573 INFO:teuthology.orchestra.run.smithi150.stdout:Size : 8264254 2024-02-07T13:28:33.573 INFO:teuthology.orchestra.run.smithi150.stdout:License : GPLv3+ 2024-02-07T13:28:33.574 INFO:teuthology.orchestra.run.smithi150.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-07T13:28:33.574 INFO:teuthology.orchestra.run.smithi150.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-07T13:28:33.574 INFO:teuthology.orchestra.run.smithi150.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-07T13:28:33.574 INFO:teuthology.orchestra.run.smithi150.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-07T13:28:33.574 INFO:teuthology.orchestra.run.smithi150.stdout:Packager : builder@centos.org 2024-02-07T13:28:33.574 INFO:teuthology.orchestra.run.smithi150.stdout:Vendor : CentOS 2024-02-07T13:28:33.574 INFO:teuthology.orchestra.run.smithi150.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-07T13:28:33.574 INFO:teuthology.orchestra.run.smithi150.stdout:Summary : Support tools for GRUB. 2024-02-07T13:28:33.574 INFO:teuthology.orchestra.run.smithi150.stdout:Description : 2024-02-07T13:28:33.574 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-07T13:28:33.574 INFO:teuthology.orchestra.run.smithi150.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-07T13:28:33.574 INFO:teuthology.orchestra.run.smithi150.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-07T13:28:33.574 INFO:teuthology.orchestra.run.smithi150.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-07T13:28:33.574 INFO:teuthology.orchestra.run.smithi150.stdout:hardware devices. 2024-02-07T13:28:33.574 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-02-07T13:28:33.574 INFO:teuthology.orchestra.run.smithi150.stdout:This subpackage provides tools for support of all platforms. 2024-02-07T13:28:33.575 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-07T13:28:33.575 INFO:teuthology.task.kernel:Updating grub on smithi150 to boot 5.14.0-418.el9.x86_64 2024-02-07T13:28:33.575 DEBUG:teuthology.orchestra.run.smithi150:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-07T13:28:34.227 INFO:teuthology.orchestra.run.smithi150.stderr:Generating grub configuration file ... 2024-02-07T13:28:35.606 INFO:teuthology.orchestra.run.smithi150.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-07T13:28:35.639 INFO:teuthology.orchestra.run.smithi150.stderr:done 2024-02-07T13:28:35.642 DEBUG:teuthology.orchestra.run.smithi150:> mktemp 2024-02-07T13:28:35.660 INFO:teuthology.orchestra.run.smithi150.stdout:/tmp/tmp.wznLQEfn81 2024-02-07T13:28:35.661 DEBUG:teuthology.orchestra.run.smithi150:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.wznLQEfn81 2024-02-07T13:28:35.729 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 0666 /tmp/tmp.wznLQEfn81 2024-02-07T13:28:35.866 DEBUG:teuthology.orchestra.remote:smithi150:/tmp/tmp.wznLQEfn81 is 6KB 2024-02-07T13:28:35.914 DEBUG:teuthology.orchestra.run.smithi150:> rm -fr /tmp/tmp.wznLQEfn81 2024-02-07T13:28:35.928 DEBUG:teuthology.orchestra.run.smithi150:> sudo /bin/ls /boot/loader/entries || true 2024-02-07T13:28:36.008 INFO:teuthology.orchestra.run.smithi150.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-07T13:28:36.008 INFO:teuthology.orchestra.run.smithi150.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-07T13:28:36.008 INFO:teuthology.orchestra.run.smithi150.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-07T13:28:36.008 INFO:teuthology.orchestra.run.smithi150.stdout:15949e3c88704300882482eddfd7baae-5.14.0-418.el9.x86_64.conf 2024-02-07T13:28:36.010 DEBUG:teuthology.orchestra.run.smithi150:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-418.el9.x86_64 2024-02-07T13:28:36.159 DEBUG:teuthology.orchestra.run.smithi150:> sudo shutdown -r now 2024-02-07T13:28:36.942 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: kernel-core-5.14.0-418.el9.x86_64 4/4 2024-02-07T13:28:36.942 INFO:teuthology.orchestra.run.smithi132.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-07T13:28:36.942 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-02-07T13:28:37.012 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: kernel-modules-5.14.0-418.el9.x86_64 4/4 2024-02-07T13:28:37.424 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: kernel-5.14.0-418.el9.x86_64 4/4 2024-02-07T13:28:37.425 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : kernel-5.14.0-418.el9.x86_64 1/4 2024-02-07T13:28:37.425 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : kernel-core-5.14.0-418.el9.x86_64 2/4 2024-02-07T13:28:37.425 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : kernel-modules-5.14.0-418.el9.x86_64 3/4 2024-02-07T13:28:37.877 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : kernel-modules-core-5.14.0-418.el9.x86_64 4/4 2024-02-07T13:28:37.878 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-02-07T13:28:37.878 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2024-02-07T13:28:37.878 INFO:teuthology.orchestra.run.smithi132.stdout: kernel-5.14.0-418.el9.x86_64 2024-02-07T13:28:37.878 INFO:teuthology.orchestra.run.smithi132.stdout: kernel-core-5.14.0-418.el9.x86_64 2024-02-07T13:28:37.878 INFO:teuthology.orchestra.run.smithi132.stdout: kernel-modules-5.14.0-418.el9.x86_64 2024-02-07T13:28:37.878 INFO:teuthology.orchestra.run.smithi132.stdout: kernel-modules-core-5.14.0-418.el9.x86_64 2024-02-07T13:28:37.878 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-02-07T13:28:37.878 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-02-07T13:28:38.381 DEBUG:teuthology.orchestra.run.smithi132:> rpm -q kernel | sort -rV | head -n 1 2024-02-07T13:28:38.557 INFO:teuthology.orchestra.run.smithi132.stdout:kernel-5.14.0-418.el9.x86_64 2024-02-07T13:28:38.557 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-418.el9.x86_64 2024-02-07T13:28:38.557 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-418.el9.x86_64 2024-02-07T13:28:38.557 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-07T13:28:38.557 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-07T13:28:38.557 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-07T13:28:38.557 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi132.front.sepia.ceph.com, path=None, version=distro) 2024-02-07T13:28:38.557 DEBUG:teuthology.orchestra.run.smithi132:> rpm -q kernel | sort -rV | head -n 1 2024-02-07T13:28:38.665 INFO:teuthology.orchestra.run.smithi132.stdout:kernel-5.14.0-418.el9.x86_64 2024-02-07T13:28:38.665 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-418.el9.x86_64 2024-02-07T13:28:38.666 DEBUG:teuthology.orchestra.run.smithi132:> sudo rpm -qi grub2-tools 2024-02-07T13:28:38.700 INFO:teuthology.orchestra.run.smithi132.stdout:Name : grub2-tools 2024-02-07T13:28:38.700 INFO:teuthology.orchestra.run.smithi132.stdout:Epoch : 1 2024-02-07T13:28:38.700 INFO:teuthology.orchestra.run.smithi132.stdout:Version : 2.06 2024-02-07T13:28:38.700 INFO:teuthology.orchestra.run.smithi132.stdout:Release : 68.el9 2024-02-07T13:28:38.700 INFO:teuthology.orchestra.run.smithi132.stdout:Architecture: x86_64 2024-02-07T13:28:38.700 INFO:teuthology.orchestra.run.smithi132.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-07T13:28:38.701 INFO:teuthology.orchestra.run.smithi132.stdout:Group : Unspecified 2024-02-07T13:28:38.701 INFO:teuthology.orchestra.run.smithi132.stdout:Size : 8264254 2024-02-07T13:28:38.701 INFO:teuthology.orchestra.run.smithi132.stdout:License : GPLv3+ 2024-02-07T13:28:38.701 INFO:teuthology.orchestra.run.smithi132.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-07T13:28:38.701 INFO:teuthology.orchestra.run.smithi132.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-07T13:28:38.701 INFO:teuthology.orchestra.run.smithi132.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-07T13:28:38.701 INFO:teuthology.orchestra.run.smithi132.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-07T13:28:38.701 INFO:teuthology.orchestra.run.smithi132.stdout:Packager : builder@centos.org 2024-02-07T13:28:38.701 INFO:teuthology.orchestra.run.smithi132.stdout:Vendor : CentOS 2024-02-07T13:28:38.701 INFO:teuthology.orchestra.run.smithi132.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-07T13:28:38.701 INFO:teuthology.orchestra.run.smithi132.stdout:Summary : Support tools for GRUB. 2024-02-07T13:28:38.701 INFO:teuthology.orchestra.run.smithi132.stdout:Description : 2024-02-07T13:28:38.701 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-02-07T13:28:38.701 INFO:teuthology.orchestra.run.smithi132.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-07T13:28:38.701 INFO:teuthology.orchestra.run.smithi132.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-07T13:28:38.702 INFO:teuthology.orchestra.run.smithi132.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-07T13:28:38.702 INFO:teuthology.orchestra.run.smithi132.stdout:hardware devices. 2024-02-07T13:28:38.702 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-02-07T13:28:38.702 INFO:teuthology.orchestra.run.smithi132.stdout:This subpackage provides tools for support of all platforms. 2024-02-07T13:28:38.702 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-07T13:28:38.703 INFO:teuthology.task.kernel:Updating grub on smithi132 to boot 5.14.0-418.el9.x86_64 2024-02-07T13:28:38.703 DEBUG:teuthology.orchestra.run.smithi132:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-07T13:28:39.354 INFO:teuthology.orchestra.run.smithi132.stderr:Generating grub configuration file ... 2024-02-07T13:28:40.769 INFO:teuthology.orchestra.run.smithi132.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-07T13:28:40.806 INFO:teuthology.orchestra.run.smithi132.stderr:done 2024-02-07T13:28:40.808 DEBUG:teuthology.orchestra.run.smithi132:> mktemp 2024-02-07T13:28:40.876 INFO:teuthology.orchestra.run.smithi132.stdout:/tmp/tmp.fvBCTMSOvX 2024-02-07T13:28:40.876 DEBUG:teuthology.orchestra.run.smithi132:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.fvBCTMSOvX 2024-02-07T13:28:40.946 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod 0666 /tmp/tmp.fvBCTMSOvX 2024-02-07T13:28:41.086 DEBUG:teuthology.orchestra.remote:smithi132:/tmp/tmp.fvBCTMSOvX is 6KB 2024-02-07T13:28:41.134 DEBUG:teuthology.orchestra.run.smithi132:> rm -fr /tmp/tmp.fvBCTMSOvX 2024-02-07T13:28:41.148 DEBUG:teuthology.orchestra.run.smithi132:> sudo /bin/ls /boot/loader/entries || true 2024-02-07T13:28:41.220 INFO:teuthology.orchestra.run.smithi132.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-07T13:28:41.220 INFO:teuthology.orchestra.run.smithi132.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-07T13:28:41.220 INFO:teuthology.orchestra.run.smithi132.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-07T13:28:41.220 INFO:teuthology.orchestra.run.smithi132.stdout:15949e3c88704300882482eddfd7baae-5.14.0-418.el9.x86_64.conf 2024-02-07T13:28:41.222 DEBUG:teuthology.orchestra.run.smithi132:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-418.el9.x86_64 2024-02-07T13:28:41.374 DEBUG:teuthology.orchestra.run.smithi132:> sudo shutdown -r now 2024-02-07T13:28:54.336 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-02-07T13:28:54.336 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-02-07T13:28:54.337 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:29:06.172 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-07T13:29:06.172 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-02-07T13:29:06.173 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:29:11.383 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-07T13:29:11.383 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-02-07T13:29:11.383 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:29:26.332 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.175 2024-02-07T13:29:35.340 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-02-07T13:29:35.341 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:29:38.396 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.175 2024-02-07T13:29:40.668 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.150 2024-02-07T13:29:49.677 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-02-07T13:29:49.678 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:29:50.397 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-02-07T13:29:50.398 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:29:53.212 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.175 2024-02-07T13:30:08.060 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.150 2024-02-07T13:30:08.213 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-02-07T13:30:08.214 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:30:11.292 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.175 2024-02-07T13:30:11.386 DEBUG:teuthology.orchestra.remote:timed out 2024-02-07T13:30:20.068 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-02-07T13:30:20.069 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:30:20.386 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-02-07T13:30:20.387 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:30:20.735 DEBUG:teuthology.orchestra.run.smithi132:> true 2024-02-07T13:30:21.145 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-02-07T13:30:21.145 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-418.el9.x86_64"... 2024-02-07T13:30:21.145 DEBUG:teuthology.orchestra.run.smithi132:> uname -r 2024-02-07T13:30:21.159 INFO:teuthology.orchestra.run.smithi132.stdout:5.14.0-418.el9.x86_64 2024-02-07T13:30:21.159 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-418.el9.x86_64 vs 5.14.0-418.el9.x86_64 2024-02-07T13:30:21.159 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-07T13:30:21.159 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-07T13:30:22.161 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-07T13:30:22.161 DEBUG:teuthology.orchestra.run.smithi132:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-07T13:30:22.237 INFO:teuthology.orchestra.run.smithi132.stdout:ttyS1 2024-02-07T13:30:22.280 DEBUG:teuthology.parallel:result is None 2024-02-07T13:30:23.132 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.150 2024-02-07T13:30:29.293 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-02-07T13:30:29.294 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:30:32.348 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.175 2024-02-07T13:30:38.133 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-02-07T13:30:38.134 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:30:38.610 DEBUG:teuthology.orchestra.run.smithi150:> true 2024-02-07T13:30:39.009 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-02-07T13:30:39.009 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-418.el9.x86_64"... 2024-02-07T13:30:39.009 DEBUG:teuthology.orchestra.run.smithi150:> uname -r 2024-02-07T13:30:39.024 INFO:teuthology.orchestra.run.smithi150.stdout:5.14.0-418.el9.x86_64 2024-02-07T13:30:39.025 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-418.el9.x86_64 vs 5.14.0-418.el9.x86_64 2024-02-07T13:30:39.025 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-07T13:30:39.025 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-07T13:30:40.026 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-07T13:30:40.026 DEBUG:teuthology.orchestra.run.smithi150:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-07T13:30:40.125 INFO:teuthology.orchestra.run.smithi150.stdout:ttyS1 2024-02-07T13:30:40.156 DEBUG:teuthology.parallel:result is None 2024-02-07T13:30:53.349 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-02-07T13:30:53.350 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:30:56.416 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.175 2024-02-07T13:31:20.417 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-02-07T13:31:20.418 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:31:23.484 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.175 2024-02-07T13:31:50.485 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-02-07T13:31:50.487 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:31:53.564 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.175 2024-02-07T13:32:23.565 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-02-07T13:32:23.567 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:32:26.624 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.175 2024-02-07T13:32:59.625 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-02-07T13:32:59.626 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:33:02.684 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.175 2024-02-07T13:33:38.685 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-02-07T13:33:38.687 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:33:41.756 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.175 2024-02-07T13:34:20.757 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-02-07T13:34:20.758 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:34:23.836 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.175 2024-02-07T13:34:53.837 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-02-07T13:34:53.839 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:34:56.892 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.175 2024-02-07T13:34:56.892 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (14) after waiting for 300 seconds 2024-02-07T13:34:56.892 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-418.el9.x86_64"... 2024-02-07T13:34:56.893 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-02-07T13:34:56.893 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:34:59.964 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.175 2024-02-07T13:35:08.965 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-02-07T13:35:08.966 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:35:12.032 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.175 2024-02-07T13:35:24.033 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-02-07T13:35:24.034 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:35:27.100 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.175 2024-02-07T13:35:30.101 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-02-07T13:35:30.102 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-07T13:35:30.172 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.175 2024-02-07T13:35:30.172 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2024-02-07T13:35:30.172 ERROR:teuthology.task.kernel:Saw exception Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/task/kernel.py", line 710, in wait_for_reboot assert not need_to_install(ctx, client, need_install[client]), \ File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/task/kernel.py", line 182, in need_to_install ctx.cluster.only(role).run( File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi175 2024-02-07T13:35:30.174 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/task/kernel.py", line 1237, in task p.spawn(process_role, ctx, config, timeout, role, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/task/kernel.py", line 1342, in process_role wait_for_reboot(ctx, {role: need_version}, timeout, config) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/task/kernel.py", line 710, in wait_for_reboot assert not need_to_install(ctx, client, need_install[client]), \ File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/task/kernel.py", line 182, in need_to_install ctx.cluster.only(role).run( File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi175 2024-02-07T13:35:30.386 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=2fa8a67cf0fb4244b236b08a64158cd6 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/task/kernel.py", line 1237, in task p.spawn(process_role, ctx, config, timeout, role, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/task/kernel.py", line 1342, in process_role wait_for_reboot(ctx, {role: need_version}, timeout, config) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/task/kernel.py", line 710, in wait_for_reboot assert not need_to_install(ctx, client, need_install[client]), \ File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/task/kernel.py", line 182, in need_to_install ctx.cluster.only(role).run( File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi175 2024-02-07T13:35:30.389 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-07T13:35:30.400 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-07T13:35:30.438 INFO:teuthology.nuke:Checking targets against current locks 2024-02-07T13:35:30.476 DEBUG:teuthology.nuke:shortname: smithi132 2024-02-07T13:35:30.476 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-07T13:35:30.497 DEBUG:teuthology.nuke:shortname: smithi150 2024-02-07T13:35:30.498 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-07T13:35:30.503 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi132.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548816', '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-02-07 13:21:20.358647', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMcw1jmL3HGwZL3ONDT0t6UwskS7Qa9JMknlDBr9Dfk+XXLvUq3bmO0/ch54tfXPodgWOd7/rVFAKIO0kr2octY='} 2024-02-07T13:35:30.522 DEBUG:teuthology.nuke:shortname: smithi175 2024-02-07T13:35:30.522 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-07T13:35:30.525 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi150.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548816', '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-02-07 13:21:20.359874', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPIU86QKHkTFqobn2+IaedHuB0n9aP8xBv/FNMwN6YFG29VR6jN82moCW2VrhkRW2dNIoPIObmV3IUPkOjGL2Nc='} 2024-02-07T13:35:30.553 INFO:teuthology.orchestra.console.smithi132:Power off 2024-02-07T13:35:30.553 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-07T13:35:30.562 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi175.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-06_08:19:47-orch:cephadm-wip-guits-testing-4-2024-02-05-1854-distro-default-smithi/7548816', '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-02-07 13:21:20.357069', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDcFzWHG7loTGZ6nqmkLEefkiUfIgoUIu56hBa3gHL3ELilwJ08/JN6yZ2b98/T5WYNOeD2gG4e5lXt/Jn0JDrk='} 2024-02-07T13:35:30.575 DEBUG:teuthology.orchestra.console.smithi132:power off output: Chassis Power Control: Down/Off 2024-02-07T13:35:30.575 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-07T13:35:30.595 INFO:teuthology.orchestra.console.smithi150:Power off 2024-02-07T13:35:30.595 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-07T13:35:30.604 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is on 2024-02-07T13:35:30.617 DEBUG:teuthology.orchestra.console.smithi150:power off output: Chassis Power Control: Down/Off 2024-02-07T13:35:30.618 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-07T13:35:30.630 INFO:teuthology.orchestra.console.smithi175:Power off 2024-02-07T13:35:30.631 DEBUG:teuthology.orchestra.console.smithi175:pexpect command: ipmitool -H smithi175.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-07T13:35:30.639 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is on 2024-02-07T13:35:30.652 DEBUG:teuthology.orchestra.console.smithi175:power off output: Chassis Power Control: Down/Off 2024-02-07T13:35:30.652 DEBUG:teuthology.orchestra.console.smithi175:pexpect command: ipmitool -H smithi175.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-07T13:35:30.673 DEBUG:teuthology.orchestra.console.smithi175:check power output: Chassis Power is off 2024-02-07T13:35:30.774 INFO:teuthology.orchestra.console.smithi175:Power off completed 2024-02-07T13:35:34.606 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-07T13:35:34.639 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-07T13:35:34.717 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is on 2024-02-07T13:35:34.750 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is on 2024-02-07T13:35:38.718 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-07T13:35:38.751 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-07T13:35:38.828 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is on 2024-02-07T13:35:38.861 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is off 2024-02-07T13:35:38.961 INFO:teuthology.orchestra.console.smithi150:Power off completed 2024-02-07T13:35:42.832 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-07T13:35:42.944 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is off 2024-02-07T13:35:43.044 INFO:teuthology.orchestra.console.smithi132:Power off completed 2024-02-07T13:35:43.149 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_rgw_multisite} failure_reason: Failed to reconnect to smithi175 owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=2fa8a67cf0fb4244b236b08a64158cd6 status: fail success: false 2024-02-07T13:35:43.149 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-07T13:35:43.228 INFO:teuthology.run:FAIL