2024-05-08T14:14:02.668 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-08T14:14:02.668 DEBUG:teuthology.run:Teuthology command: teuthology --name adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi --verbose --owner scheduled_adking@teuthology --description orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} --archive /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697468 -- /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697468/orig.config.yaml 2024-05-08T14:14:02.698 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T14:14:02.771 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697468 branch: wip-adk-testing-2024-05-07-0802 description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} email: adking@redhat.com first_in_suite: false job_id: '7697468' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-adk-testing-2024-05-07-0802 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum log-only-match: - CEPHADM_ sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} cephadm: image: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7c8f650b36e258f639fa4a83becade57cbfd2009-aarch64 install: ceph: flavor: default sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2024-05-07-0802 sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 5571 sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-adk-testing-2024-05-07-0802 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 targets: smithi012.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC3F2Vcgns1ltNm0MhTPa64tASrPYmkKKbMTZT02d/uJAE+Hgtv0eKSvrysnixfgSrnEVNW3+XmEcftCx/J1YRQ= smithi100.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM9XuC+/EhjOAW3xGL6NPC5UIjICxGZKOKZ8AJwYDDzg92StNwiFSC6vUAtFjIBhcux4oDykMdWUogM+8AswXto= smithi183.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIoiKsifP8xzwxkj4AMytA+7qnzOD7iQNVw5/BI355LbvktvtJ+TFE2dRbcub4y+VMyuycBQK9KqN8azOgVK62w= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-08_13:38:19 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-08T14:14:02.771 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa; will attempt to use it 2024-05-08T14:14:02.772 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_7c8f650b36e258f639fa4a83becade57cbfd2009/qa/tasks 2024-05-08T14:14:02.772 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-08T14:14:02.774 INFO:teuthology.task.internal:Checking packages... 2024-05-08T14:14:02.796 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '7c8f650b36e258f639fa4a83becade57cbfd2009' 2024-05-08T14:14:02.797 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-08T14:14:02.797 INFO:teuthology.packaging:ref: None 2024-05-08T14:14:02.797 INFO:teuthology.packaging:tag: None 2024-05-08T14:14:02.797 INFO:teuthology.packaging:branch: wip-adk-testing-2024-05-07-0802 2024-05-08T14:14:02.797 INFO:teuthology.packaging:sha1: 7c8f650b36e258f639fa4a83becade57cbfd2009 2024-05-08T14:14:02.797 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-adk-testing-2024-05-07-0802 2024-05-08T14:14:02.932 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3593.g7c8f650b 2024-05-08T14:14:02.934 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-08T14:14:02.942 INFO:teuthology.task.internal:no buildpackages task found 2024-05-08T14:14:02.942 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-08T14:14:03.010 INFO:teuthology.task.internal:Saving configuration 2024-05-08T14:14:03.023 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-08T14:14:03.046 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T14:14:03.069 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi012.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697468', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 14:09:15.072018', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC3F2Vcgns1ltNm0MhTPa64tASrPYmkKKbMTZT02d/uJAE+Hgtv0eKSvrysnixfgSrnEVNW3+XmEcftCx/J1YRQ='} 2024-05-08T14:14:03.089 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi100.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697468', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 14:09:15.069354', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM9XuC+/EhjOAW3xGL6NPC5UIjICxGZKOKZ8AJwYDDzg92StNwiFSC6vUAtFjIBhcux4oDykMdWUogM+8AswXto='} 2024-05-08T14:14:03.109 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi183.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697469', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 14:09:15.487404', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIoiKsifP8xzwxkj4AMytA+7qnzOD7iQNVw5/BI355LbvktvtJ+TFE2dRbcub4y+VMyuycBQK9KqN8azOgVK62w='} 2024-05-08T14:14:03.110 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-08T14:14:03.117 INFO:teuthology.task.internal:roles: ubuntu@smithi012.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-05-08T14:14:03.117 INFO:teuthology.task.internal:roles: ubuntu@smithi100.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-05-08T14:14:03.118 INFO:teuthology.task.internal:roles: ubuntu@smithi183.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-05-08T14:14:03.118 INFO:teuthology.run_tasks:Running task console_log... 2024-05-08T14:14:03.222 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f7e921aaf70>, signals=[15]) 2024-05-08T14:14:03.223 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-08T14:14:03.231 INFO:teuthology.task.internal:Opening connections... 2024-05-08T14:14:03.231 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi012.front.sepia.ceph.com 2024-05-08T14:14:03.233 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:14:03.321 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi100.front.sepia.ceph.com 2024-05-08T14:14:03.322 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:14:03.396 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi183.front.sepia.ceph.com 2024-05-08T14:14:03.397 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:14:03.467 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-08T14:14:03.475 DEBUG:teuthology.orchestra.run.smithi012:> uname -m 2024-05-08T14:14:03.494 INFO:teuthology.orchestra.run.smithi012.stdout:x86_64 2024-05-08T14:14:03.494 DEBUG:teuthology.orchestra.run.smithi012:> cat /etc/os-release 2024-05-08T14:14:03.552 INFO:teuthology.orchestra.run.smithi012.stdout:NAME="CentOS Stream" 2024-05-08T14:14:03.552 INFO:teuthology.orchestra.run.smithi012.stdout:VERSION="9" 2024-05-08T14:14:03.553 INFO:teuthology.orchestra.run.smithi012.stdout:ID="centos" 2024-05-08T14:14:03.553 INFO:teuthology.orchestra.run.smithi012.stdout:ID_LIKE="rhel fedora" 2024-05-08T14:14:03.553 INFO:teuthology.orchestra.run.smithi012.stdout:VERSION_ID="9" 2024-05-08T14:14:03.553 INFO:teuthology.orchestra.run.smithi012.stdout:PLATFORM_ID="platform:el9" 2024-05-08T14:14:03.553 INFO:teuthology.orchestra.run.smithi012.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T14:14:03.553 INFO:teuthology.orchestra.run.smithi012.stdout:ANSI_COLOR="0;31" 2024-05-08T14:14:03.553 INFO:teuthology.orchestra.run.smithi012.stdout:LOGO="fedora-logo-icon" 2024-05-08T14:14:03.553 INFO:teuthology.orchestra.run.smithi012.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T14:14:03.553 INFO:teuthology.orchestra.run.smithi012.stdout:HOME_URL="https://centos.org/" 2024-05-08T14:14:03.553 INFO:teuthology.orchestra.run.smithi012.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T14:14:03.553 INFO:teuthology.orchestra.run.smithi012.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T14:14:03.553 INFO:teuthology.orchestra.run.smithi012.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T14:14:03.554 INFO:teuthology.lock.ops:Updating smithi012.front.sepia.ceph.com on lock server 2024-05-08T14:14:03.576 DEBUG:teuthology.orchestra.run.smithi100:> uname -m 2024-05-08T14:14:03.594 INFO:teuthology.orchestra.run.smithi100.stdout:x86_64 2024-05-08T14:14:03.594 DEBUG:teuthology.orchestra.run.smithi100:> cat /etc/os-release 2024-05-08T14:14:03.651 INFO:teuthology.orchestra.run.smithi100.stdout:NAME="CentOS Stream" 2024-05-08T14:14:03.651 INFO:teuthology.orchestra.run.smithi100.stdout:VERSION="9" 2024-05-08T14:14:03.651 INFO:teuthology.orchestra.run.smithi100.stdout:ID="centos" 2024-05-08T14:14:03.651 INFO:teuthology.orchestra.run.smithi100.stdout:ID_LIKE="rhel fedora" 2024-05-08T14:14:03.651 INFO:teuthology.orchestra.run.smithi100.stdout:VERSION_ID="9" 2024-05-08T14:14:03.652 INFO:teuthology.orchestra.run.smithi100.stdout:PLATFORM_ID="platform:el9" 2024-05-08T14:14:03.652 INFO:teuthology.orchestra.run.smithi100.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T14:14:03.652 INFO:teuthology.orchestra.run.smithi100.stdout:ANSI_COLOR="0;31" 2024-05-08T14:14:03.652 INFO:teuthology.orchestra.run.smithi100.stdout:LOGO="fedora-logo-icon" 2024-05-08T14:14:03.652 INFO:teuthology.orchestra.run.smithi100.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T14:14:03.652 INFO:teuthology.orchestra.run.smithi100.stdout:HOME_URL="https://centos.org/" 2024-05-08T14:14:03.652 INFO:teuthology.orchestra.run.smithi100.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T14:14:03.652 INFO:teuthology.orchestra.run.smithi100.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T14:14:03.652 INFO:teuthology.orchestra.run.smithi100.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T14:14:03.652 INFO:teuthology.lock.ops:Updating smithi100.front.sepia.ceph.com on lock server 2024-05-08T14:14:03.669 DEBUG:teuthology.orchestra.run.smithi183:> uname -m 2024-05-08T14:14:03.684 INFO:teuthology.orchestra.run.smithi183.stdout:x86_64 2024-05-08T14:14:03.684 DEBUG:teuthology.orchestra.run.smithi183:> cat /etc/os-release 2024-05-08T14:14:03.738 INFO:teuthology.orchestra.run.smithi183.stdout:NAME="CentOS Stream" 2024-05-08T14:14:03.739 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION="9" 2024-05-08T14:14:03.739 INFO:teuthology.orchestra.run.smithi183.stdout:ID="centos" 2024-05-08T14:14:03.739 INFO:teuthology.orchestra.run.smithi183.stdout:ID_LIKE="rhel fedora" 2024-05-08T14:14:03.739 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION_ID="9" 2024-05-08T14:14:03.739 INFO:teuthology.orchestra.run.smithi183.stdout:PLATFORM_ID="platform:el9" 2024-05-08T14:14:03.739 INFO:teuthology.orchestra.run.smithi183.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-08T14:14:03.739 INFO:teuthology.orchestra.run.smithi183.stdout:ANSI_COLOR="0;31" 2024-05-08T14:14:03.739 INFO:teuthology.orchestra.run.smithi183.stdout:LOGO="fedora-logo-icon" 2024-05-08T14:14:03.739 INFO:teuthology.orchestra.run.smithi183.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-08T14:14:03.739 INFO:teuthology.orchestra.run.smithi183.stdout:HOME_URL="https://centos.org/" 2024-05-08T14:14:03.739 INFO:teuthology.orchestra.run.smithi183.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-08T14:14:03.739 INFO:teuthology.orchestra.run.smithi183.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-08T14:14:03.739 INFO:teuthology.orchestra.run.smithi183.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-08T14:14:03.739 INFO:teuthology.lock.ops:Updating smithi183.front.sepia.ceph.com on lock server 2024-05-08T14:14:03.759 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-08T14:14:03.772 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-08T14:14:03.810 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-08T14:14:03.810 DEBUG:teuthology.orchestra.run.smithi012:> test '!' -e /home/ubuntu/cephtest 2024-05-08T14:14:03.813 DEBUG:teuthology.orchestra.run.smithi100:> test '!' -e /home/ubuntu/cephtest 2024-05-08T14:14:03.815 DEBUG:teuthology.orchestra.run.smithi183:> test '!' -e /home/ubuntu/cephtest 2024-05-08T14:14:03.829 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-08T14:14:03.843 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-08T14:14:03.843 DEBUG:teuthology.orchestra.run.smithi012:> test -z $(ls -A /var/lib/ceph) 2024-05-08T14:14:03.874 DEBUG:teuthology.orchestra.run.smithi100:> test -z $(ls -A /var/lib/ceph) 2024-05-08T14:14:03.877 DEBUG:teuthology.orchestra.run.smithi183:> test -z $(ls -A /var/lib/ceph) 2024-05-08T14:14:03.896 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-08T14:14:03.978 INFO:teuthology.run_tasks:Running task kernel... 2024-05-08T14:14:03.997 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-08T14:14:03.998 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-08T14:14:03.998 DEBUG:teuthology.orchestra.run.smithi012:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T14:14:03.998 DEBUG:teuthology.orchestra.run.smithi100:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T14:14:03.999 DEBUG:teuthology.orchestra.run.smithi183:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-08T14:14:04.013 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:14:04.013 DEBUG:teuthology.orchestra.run.smithi183:> uname -r 2024-05-08T14:14:04.015 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:14:04.016 DEBUG:teuthology.orchestra.run.smithi100:> uname -r 2024-05-08T14:14:04.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-08T14:14:04.017 DEBUG:teuthology.orchestra.run.smithi012:> uname -r 2024-05-08T14:14:04.069 INFO:teuthology.orchestra.run.smithi183.stdout:5.14.0-437.el9.x86_64 2024-05-08T14:14:04.069 INFO:teuthology.task.kernel:Running kernel on smithi183: 5.14.0-437.el9.x86_64 2024-05-08T14:14:04.069 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum install -y kernel 2024-05-08T14:14:04.073 INFO:teuthology.orchestra.run.smithi100.stdout:5.14.0-437.el9.x86_64 2024-05-08T14:14:04.073 INFO:teuthology.task.kernel:Running kernel on smithi100: 5.14.0-437.el9.x86_64 2024-05-08T14:14:04.073 DEBUG:teuthology.orchestra.run.smithi100:> sudo yum install -y kernel 2024-05-08T14:14:04.075 INFO:teuthology.orchestra.run.smithi012.stdout:5.14.0-437.el9.x86_64 2024-05-08T14:14:04.075 INFO:teuthology.task.kernel:Running kernel on smithi012: 5.14.0-437.el9.x86_64 2024-05-08T14:14:04.075 DEBUG:teuthology.orchestra.run.smithi012:> sudo yum install -y kernel 2024-05-08T14:14:04.286 INFO:teuthology.orchestra.run.smithi183.stdout:Waiting for process with pid 5690 to finish. 2024-05-08T14:14:06.184 INFO:teuthology.orchestra.run.smithi100.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.1 MB 00:00 2024-05-08T14:14:10.002 INFO:teuthology.orchestra.run.smithi100.stdout:CentOS Stream 9 - AppStream 7.0 MB/s | 19 MB 00:02 2024-05-08T14:14:12.370 INFO:teuthology.orchestra.run.smithi012.stdout:CentOS Stream 9 - BaseOS 1.2 MB/s | 8.1 MB 00:06 2024-05-08T14:14:14.813 INFO:teuthology.orchestra.run.smithi012.stdout:CentOS Stream 9 - AppStream 15 MB/s | 19 MB 00:01 2024-05-08T14:14:15.685 INFO:teuthology.orchestra.run.smithi100.stdout:CentOS Stream 9 - CRB 3.1 MB/s | 6.2 MB 00:02 2024-05-08T14:14:17.502 INFO:teuthology.orchestra.run.smithi100.stdout:CentOS Stream 9 - Extras packages 33 kB/s | 16 kB 00:00 2024-05-08T14:14:21.479 INFO:teuthology.orchestra.run.smithi012.stdout:CentOS Stream 9 - CRB 2.3 MB/s | 6.2 MB 00:02 2024-05-08T14:14:23.055 INFO:teuthology.orchestra.run.smithi012.stdout:CentOS Stream 9 - Extras packages 47 kB/s | 16 kB 00:00 2024-05-08T14:14:24.359 INFO:teuthology.orchestra.run.smithi012.stdout:Extra Packages for Enterprise Linux 18 MB/s | 21 MB 00:01 2024-05-08T14:14:24.706 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:00:01 ago on Wed 08 May 2024 02:14:23 PM UTC. 2024-05-08T14:14:25.708 INFO:teuthology.orchestra.run.smithi183.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T14:14:25.708 INFO:teuthology.orchestra.run.smithi183.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T14:14:25.758 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2024-05-08T14:14:25.764 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-08T14:14:25.764 INFO:teuthology.orchestra.run.smithi183.stdout: Package Architecture Version Repository Size 2024-05-08T14:14:25.764 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-08T14:14:25.764 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2024-05-08T14:14:25.764 INFO:teuthology.orchestra.run.smithi183.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T14:14:25.764 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2024-05-08T14:14:25.764 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T14:14:25.764 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T14:14:25.764 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T14:14:25.764 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-08T14:14:25.764 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2024-05-08T14:14:25.764 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2024-05-08T14:14:25.765 INFO:teuthology.orchestra.run.smithi183.stdout:Install 4 Packages 2024-05-08T14:14:25.765 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-08T14:14:25.765 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 78 M 2024-05-08T14:14:25.765 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 123 M 2024-05-08T14:14:25.765 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2024-05-08T14:14:26.581 INFO:teuthology.orchestra.run.smithi183.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 688 kB/s | 484 kB 00:00 2024-05-08T14:14:29.764 INFO:teuthology.orchestra.run.smithi012.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-05-08T14:14:31.979 INFO:teuthology.orchestra.run.smithi012.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T14:14:31.979 INFO:teuthology.orchestra.run.smithi012.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T14:14:32.070 INFO:teuthology.orchestra.run.smithi012.stdout:Dependencies resolved. 2024-05-08T14:14:32.077 INFO:teuthology.orchestra.run.smithi012.stdout:================================================================================ 2024-05-08T14:14:32.077 INFO:teuthology.orchestra.run.smithi012.stdout: Package Architecture Version Repository Size 2024-05-08T14:14:32.077 INFO:teuthology.orchestra.run.smithi012.stdout:================================================================================ 2024-05-08T14:14:32.078 INFO:teuthology.orchestra.run.smithi012.stdout:Installing: 2024-05-08T14:14:32.078 INFO:teuthology.orchestra.run.smithi012.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T14:14:32.078 INFO:teuthology.orchestra.run.smithi012.stdout:Installing dependencies: 2024-05-08T14:14:32.078 INFO:teuthology.orchestra.run.smithi012.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T14:14:32.078 INFO:teuthology.orchestra.run.smithi012.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T14:14:32.078 INFO:teuthology.orchestra.run.smithi012.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T14:14:32.078 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-08T14:14:32.078 INFO:teuthology.orchestra.run.smithi012.stdout:Transaction Summary 2024-05-08T14:14:32.078 INFO:teuthology.orchestra.run.smithi012.stdout:================================================================================ 2024-05-08T14:14:32.078 INFO:teuthology.orchestra.run.smithi012.stdout:Install 4 Packages 2024-05-08T14:14:32.078 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-08T14:14:32.079 INFO:teuthology.orchestra.run.smithi012.stdout:Total download size: 78 M 2024-05-08T14:14:32.079 INFO:teuthology.orchestra.run.smithi012.stdout:Installed size: 123 M 2024-05-08T14:14:32.079 INFO:teuthology.orchestra.run.smithi012.stdout:Downloading Packages: 2024-05-08T14:14:32.607 INFO:teuthology.orchestra.run.smithi012.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 1.9 MB/s | 484 kB 00:00 2024-05-08T14:14:33.465 INFO:teuthology.orchestra.run.smithi012.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 14 MB/s | 15 MB 00:01 2024-05-08T14:14:34.540 INFO:teuthology.orchestra.run.smithi012.stdout:(3/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 16 MB/s | 34 MB 00:02 2024-05-08T14:14:34.814 INFO:teuthology.orchestra.run.smithi183.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 1.7 MB/s | 15 MB 00:08 2024-05-08T14:14:34.983 INFO:teuthology.orchestra.run.smithi012.stdout:(4/4): kernel-modules-core-5.14.0-444.el9.x86_6 12 MB/s | 28 MB 00:02 2024-05-08T14:14:34.983 INFO:teuthology.orchestra.run.smithi012.stdout:-------------------------------------------------------------------------------- 2024-05-08T14:14:34.983 INFO:teuthology.orchestra.run.smithi012.stdout:Total 27 MB/s | 78 MB 00:02 2024-05-08T14:14:35.691 INFO:teuthology.orchestra.run.smithi012.stdout:Running transaction check 2024-05-08T14:14:36.094 INFO:teuthology.orchestra.run.smithi012.stdout:Transaction check succeeded. 2024-05-08T14:14:36.094 INFO:teuthology.orchestra.run.smithi012.stdout:Running transaction test 2024-05-08T14:14:37.046 INFO:teuthology.orchestra.run.smithi012.stdout:Transaction test succeeded. 2024-05-08T14:14:37.046 INFO:teuthology.orchestra.run.smithi012.stdout:Running transaction 2024-05-08T14:14:38.309 INFO:teuthology.orchestra.run.smithi100.stdout:Extra Packages for Enterprise Linux 1.0 MB/s | 21 MB 00:20 2024-05-08T14:14:39.596 INFO:teuthology.orchestra.run.smithi012.stdout: Preparing : 1/1 2024-05-08T14:14:39.697 INFO:teuthology.orchestra.run.smithi183.stdout:(3/4): kernel-modules-core-5.14.0-444.el9.x86_6 2.1 MB/s | 28 MB 00:13 2024-05-08T14:14:40.241 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T14:14:40.324 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:14:43.129 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:14:43.278 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:14:43.484 INFO:teuthology.orchestra.run.smithi100.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-05-08T14:14:45.499 INFO:teuthology.orchestra.run.smithi100.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-08T14:14:45.499 INFO:teuthology.orchestra.run.smithi100.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-08T14:14:45.589 INFO:teuthology.orchestra.run.smithi100.stdout:Dependencies resolved. 2024-05-08T14:14:45.604 INFO:teuthology.orchestra.run.smithi100.stdout:================================================================================ 2024-05-08T14:14:45.605 INFO:teuthology.orchestra.run.smithi100.stdout: Package Architecture Version Repository Size 2024-05-08T14:14:45.605 INFO:teuthology.orchestra.run.smithi100.stdout:================================================================================ 2024-05-08T14:14:45.605 INFO:teuthology.orchestra.run.smithi100.stdout:Installing: 2024-05-08T14:14:45.605 INFO:teuthology.orchestra.run.smithi100.stdout: kernel x86_64 5.14.0-444.el9 baseos 484 k 2024-05-08T14:14:45.605 INFO:teuthology.orchestra.run.smithi100.stdout:Installing dependencies: 2024-05-08T14:14:45.605 INFO:teuthology.orchestra.run.smithi100.stdout: kernel-core x86_64 5.14.0-444.el9 baseos 15 M 2024-05-08T14:14:45.605 INFO:teuthology.orchestra.run.smithi100.stdout: kernel-modules x86_64 5.14.0-444.el9 baseos 34 M 2024-05-08T14:14:45.605 INFO:teuthology.orchestra.run.smithi100.stdout: kernel-modules-core x86_64 5.14.0-444.el9 baseos 28 M 2024-05-08T14:14:45.605 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-05-08T14:14:45.605 INFO:teuthology.orchestra.run.smithi100.stdout:Transaction Summary 2024-05-08T14:14:45.605 INFO:teuthology.orchestra.run.smithi100.stdout:================================================================================ 2024-05-08T14:14:45.605 INFO:teuthology.orchestra.run.smithi100.stdout:Install 4 Packages 2024-05-08T14:14:45.605 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-05-08T14:14:45.606 INFO:teuthology.orchestra.run.smithi100.stdout:Total download size: 78 M 2024-05-08T14:14:45.606 INFO:teuthology.orchestra.run.smithi100.stdout:Installed size: 123 M 2024-05-08T14:14:45.606 INFO:teuthology.orchestra.run.smithi100.stdout:Downloading Packages: 2024-05-08T14:14:46.011 INFO:teuthology.orchestra.run.smithi100.stdout:(1/4): kernel-5.14.0-444.el9.x86_64.rpm 1.7 MB/s | 484 kB 00:00 2024-05-08T14:14:46.977 INFO:teuthology.orchestra.run.smithi100.stdout:(2/4): kernel-core-5.14.0-444.el9.x86_64.rpm 12 MB/s | 15 MB 00:01 2024-05-08T14:14:48.353 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:14:48.397 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:14:48.686 INFO:teuthology.orchestra.run.smithi100.stdout:(3/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 11 MB/s | 34 MB 00:02 2024-05-08T14:14:48.945 INFO:teuthology.orchestra.run.smithi100.stdout:(4/4): kernel-modules-core-5.14.0-444.el9.x86_6 9.5 MB/s | 28 MB 00:02 2024-05-08T14:14:48.945 INFO:teuthology.orchestra.run.smithi100.stdout:-------------------------------------------------------------------------------- 2024-05-08T14:14:48.945 INFO:teuthology.orchestra.run.smithi100.stdout:Total 23 MB/s | 78 MB 00:03 2024-05-08T14:14:49.628 INFO:teuthology.orchestra.run.smithi100.stdout:Running transaction check 2024-05-08T14:14:49.963 INFO:teuthology.orchestra.run.smithi100.stdout:Transaction check succeeded. 2024-05-08T14:14:49.964 INFO:teuthology.orchestra.run.smithi100.stdout:Running transaction test 2024-05-08T14:14:50.861 INFO:teuthology.orchestra.run.smithi100.stdout:Transaction test succeeded. 2024-05-08T14:14:50.862 INFO:teuthology.orchestra.run.smithi100.stdout:Running transaction 2024-05-08T14:14:53.295 INFO:teuthology.orchestra.run.smithi100.stdout: Preparing : 1/1 2024-05-08T14:14:53.487 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:14:53.537 INFO:teuthology.orchestra.run.smithi183.stdout:(4/4): kernel-modules-5.14.0-444.el9.x86_64.rpm 1.2 MB/s | 34 MB 00:27 2024-05-08T14:14:53.537 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2024-05-08T14:14:53.537 INFO:teuthology.orchestra.run.smithi183.stdout:Total 2.8 MB/s | 78 MB 00:27 2024-05-08T14:14:53.998 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T14:14:54.087 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:14:54.235 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2024-05-08T14:14:54.593 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2024-05-08T14:14:54.593 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2024-05-08T14:14:55.505 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2024-05-08T14:14:55.505 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2024-05-08T14:14:56.763 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:14:56.893 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:14:57.929 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2024-05-08T14:14:58.577 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : kernel-modules-core-5.14.0-444.el9.x86_64 1/4 2024-05-08T14:14:58.670 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:15:01.330 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:15:01.471 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:15:01.573 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:15:01.620 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:15:06.176 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:15:06.216 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:15:06.393 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:15:10.980 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:15:24.816 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:15:24.863 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:15:25.221 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:15:25.221 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T14:15:25.221 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:15:25.221 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:15:25.989 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:15:25.989 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-08T14:15:25.990 INFO:teuthology.orchestra.run.smithi012.stdout:Installed: 2024-05-08T14:15:25.990 INFO:teuthology.orchestra.run.smithi012.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T14:15:25.990 INFO:teuthology.orchestra.run.smithi012.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T14:15:25.990 INFO:teuthology.orchestra.run.smithi012.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T14:15:25.990 INFO:teuthology.orchestra.run.smithi012.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T14:15:25.990 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-08T14:15:25.990 INFO:teuthology.orchestra.run.smithi012.stdout:Complete! 2024-05-08T14:15:26.355 DEBUG:teuthology.orchestra.run.smithi012:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T14:15:26.424 INFO:teuthology.orchestra.run.smithi012.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T14:15:26.424 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T14:15:26.424 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-08T14:15:26.424 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T14:15:26.424 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T14:15:26.425 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-08T14:15:26.425 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi012.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T14:15:26.425 DEBUG:teuthology.orchestra.run.smithi012:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T14:15:26.475 INFO:teuthology.orchestra.run.smithi012.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T14:15:26.476 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T14:15:26.476 DEBUG:teuthology.orchestra.run.smithi012:> sudo rpm -qi grub2-tools 2024-05-08T14:15:26.518 INFO:teuthology.orchestra.run.smithi012.stdout:Name : grub2-tools 2024-05-08T14:15:26.518 INFO:teuthology.orchestra.run.smithi012.stdout:Epoch : 1 2024-05-08T14:15:26.518 INFO:teuthology.orchestra.run.smithi012.stdout:Version : 2.06 2024-05-08T14:15:26.518 INFO:teuthology.orchestra.run.smithi012.stdout:Release : 68.el9 2024-05-08T14:15:26.518 INFO:teuthology.orchestra.run.smithi012.stdout:Architecture: x86_64 2024-05-08T14:15:26.518 INFO:teuthology.orchestra.run.smithi012.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T14:15:26.518 INFO:teuthology.orchestra.run.smithi012.stdout:Group : Unspecified 2024-05-08T14:15:26.518 INFO:teuthology.orchestra.run.smithi012.stdout:Size : 8264254 2024-05-08T14:15:26.518 INFO:teuthology.orchestra.run.smithi012.stdout:License : GPLv3+ 2024-05-08T14:15:26.518 INFO:teuthology.orchestra.run.smithi012.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T14:15:26.518 INFO:teuthology.orchestra.run.smithi012.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T14:15:26.519 INFO:teuthology.orchestra.run.smithi012.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T14:15:26.519 INFO:teuthology.orchestra.run.smithi012.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T14:15:26.519 INFO:teuthology.orchestra.run.smithi012.stdout:Packager : builder@centos.org 2024-05-08T14:15:26.519 INFO:teuthology.orchestra.run.smithi012.stdout:Vendor : CentOS 2024-05-08T14:15:26.519 INFO:teuthology.orchestra.run.smithi012.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T14:15:26.519 INFO:teuthology.orchestra.run.smithi012.stdout:Summary : Support tools for GRUB. 2024-05-08T14:15:26.519 INFO:teuthology.orchestra.run.smithi012.stdout:Description : 2024-05-08T14:15:26.519 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-08T14:15:26.519 INFO:teuthology.orchestra.run.smithi012.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T14:15:26.519 INFO:teuthology.orchestra.run.smithi012.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T14:15:26.519 INFO:teuthology.orchestra.run.smithi012.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T14:15:26.519 INFO:teuthology.orchestra.run.smithi012.stdout:hardware devices. 2024-05-08T14:15:26.519 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-05-08T14:15:26.519 INFO:teuthology.orchestra.run.smithi012.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T14:15:26.520 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T14:15:26.520 INFO:teuthology.task.kernel:Updating grub on smithi012 to boot 5.14.0-444.el9.x86_64 2024-05-08T14:15:26.520 DEBUG:teuthology.orchestra.run.smithi012:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T14:15:27.108 INFO:teuthology.orchestra.run.smithi012.stderr:Generating grub configuration file ... 2024-05-08T14:15:28.696 INFO:teuthology.orchestra.run.smithi012.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T14:15:28.721 INFO:teuthology.orchestra.run.smithi012.stderr:done 2024-05-08T14:15:28.723 DEBUG:teuthology.orchestra.run.smithi012:> mktemp 2024-05-08T14:15:28.739 INFO:teuthology.orchestra.run.smithi012.stdout:/tmp/tmp.aJi5rzrz8t 2024-05-08T14:15:28.739 DEBUG:teuthology.orchestra.run.smithi012:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.aJi5rzrz8t 2024-05-08T14:15:28.813 DEBUG:teuthology.orchestra.run.smithi012:> sudo chmod 0666 /tmp/tmp.aJi5rzrz8t 2024-05-08T14:15:28.954 DEBUG:teuthology.orchestra.remote:smithi012:/tmp/tmp.aJi5rzrz8t is 6KB 2024-05-08T14:15:29.002 DEBUG:teuthology.orchestra.run.smithi012:> rm -fr /tmp/tmp.aJi5rzrz8t 2024-05-08T14:15:29.017 DEBUG:teuthology.orchestra.run.smithi012:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T14:15:29.079 INFO:teuthology.orchestra.run.smithi012.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T14:15:29.079 INFO:teuthology.orchestra.run.smithi012.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T14:15:29.079 INFO:teuthology.orchestra.run.smithi012.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T14:15:29.080 INFO:teuthology.orchestra.run.smithi012.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T14:15:29.081 DEBUG:teuthology.orchestra.run.smithi012:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T14:15:29.240 DEBUG:teuthology.orchestra.run.smithi012:> sudo shutdown -r now 2024-05-08T14:15:35.614 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:15:35.653 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:15:36.035 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:15:36.036 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T14:15:36.036 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:15:36.036 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:15:36.843 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:15:36.843 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-05-08T14:15:36.843 INFO:teuthology.orchestra.run.smithi100.stdout:Installed: 2024-05-08T14:15:36.843 INFO:teuthology.orchestra.run.smithi100.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T14:15:36.843 INFO:teuthology.orchestra.run.smithi100.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T14:15:36.843 INFO:teuthology.orchestra.run.smithi100.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T14:15:36.844 INFO:teuthology.orchestra.run.smithi100.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T14:15:36.844 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-05-08T14:15:36.844 INFO:teuthology.orchestra.run.smithi100.stdout:Complete! 2024-05-08T14:15:37.175 DEBUG:teuthology.orchestra.run.smithi100:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T14:15:37.320 INFO:teuthology.orchestra.run.smithi100.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T14:15:37.321 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T14:15:37.321 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-08T14:15:37.321 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T14:15:37.321 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T14:15:37.321 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-08T14:15:37.321 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi100.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T14:15:37.321 DEBUG:teuthology.orchestra.run.smithi100:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T14:15:37.369 INFO:teuthology.orchestra.run.smithi100.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T14:15:37.369 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T14:15:37.370 DEBUG:teuthology.orchestra.run.smithi100:> sudo rpm -qi grub2-tools 2024-05-08T14:15:37.405 INFO:teuthology.orchestra.run.smithi100.stdout:Name : grub2-tools 2024-05-08T14:15:37.405 INFO:teuthology.orchestra.run.smithi100.stdout:Epoch : 1 2024-05-08T14:15:37.406 INFO:teuthology.orchestra.run.smithi100.stdout:Version : 2.06 2024-05-08T14:15:37.406 INFO:teuthology.orchestra.run.smithi100.stdout:Release : 68.el9 2024-05-08T14:15:37.406 INFO:teuthology.orchestra.run.smithi100.stdout:Architecture: x86_64 2024-05-08T14:15:37.406 INFO:teuthology.orchestra.run.smithi100.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T14:15:37.406 INFO:teuthology.orchestra.run.smithi100.stdout:Group : Unspecified 2024-05-08T14:15:37.406 INFO:teuthology.orchestra.run.smithi100.stdout:Size : 8264254 2024-05-08T14:15:37.406 INFO:teuthology.orchestra.run.smithi100.stdout:License : GPLv3+ 2024-05-08T14:15:37.406 INFO:teuthology.orchestra.run.smithi100.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T14:15:37.406 INFO:teuthology.orchestra.run.smithi100.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T14:15:37.406 INFO:teuthology.orchestra.run.smithi100.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T14:15:37.406 INFO:teuthology.orchestra.run.smithi100.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T14:15:37.406 INFO:teuthology.orchestra.run.smithi100.stdout:Packager : builder@centos.org 2024-05-08T14:15:37.406 INFO:teuthology.orchestra.run.smithi100.stdout:Vendor : CentOS 2024-05-08T14:15:37.406 INFO:teuthology.orchestra.run.smithi100.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T14:15:37.407 INFO:teuthology.orchestra.run.smithi100.stdout:Summary : Support tools for GRUB. 2024-05-08T14:15:37.407 INFO:teuthology.orchestra.run.smithi100.stdout:Description : 2024-05-08T14:15:37.407 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-05-08T14:15:37.407 INFO:teuthology.orchestra.run.smithi100.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T14:15:37.407 INFO:teuthology.orchestra.run.smithi100.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T14:15:37.407 INFO:teuthology.orchestra.run.smithi100.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T14:15:37.407 INFO:teuthology.orchestra.run.smithi100.stdout:hardware devices. 2024-05-08T14:15:37.407 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-05-08T14:15:37.407 INFO:teuthology.orchestra.run.smithi100.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T14:15:37.408 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T14:15:37.408 INFO:teuthology.task.kernel:Updating grub on smithi100 to boot 5.14.0-444.el9.x86_64 2024-05-08T14:15:37.408 DEBUG:teuthology.orchestra.run.smithi100:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T14:15:38.015 INFO:teuthology.orchestra.run.smithi100.stderr:Generating grub configuration file ... 2024-05-08T14:15:39.467 INFO:teuthology.orchestra.run.smithi100.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T14:15:39.500 INFO:teuthology.orchestra.run.smithi100.stderr:done 2024-05-08T14:15:39.502 DEBUG:teuthology.orchestra.run.smithi100:> mktemp 2024-05-08T14:15:39.519 INFO:teuthology.orchestra.run.smithi100.stdout:/tmp/tmp.A76Vm0oE0X 2024-05-08T14:15:39.520 DEBUG:teuthology.orchestra.run.smithi100:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.A76Vm0oE0X 2024-05-08T14:15:39.585 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod 0666 /tmp/tmp.A76Vm0oE0X 2024-05-08T14:15:39.724 DEBUG:teuthology.orchestra.remote:smithi100:/tmp/tmp.A76Vm0oE0X is 6KB 2024-05-08T14:15:39.772 DEBUG:teuthology.orchestra.run.smithi100:> rm -fr /tmp/tmp.A76Vm0oE0X 2024-05-08T14:15:39.787 DEBUG:teuthology.orchestra.run.smithi100:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T14:15:39.847 INFO:teuthology.orchestra.run.smithi100.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T14:15:39.848 INFO:teuthology.orchestra.run.smithi100.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T14:15:39.848 INFO:teuthology.orchestra.run.smithi100.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T14:15:39.848 INFO:teuthology.orchestra.run.smithi100.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T14:15:39.849 DEBUG:teuthology.orchestra.run.smithi100:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T14:15:39.991 DEBUG:teuthology.orchestra.run.smithi100:> sudo shutdown -r now 2024-05-08T14:15:40.225 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:15:40.267 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-modules-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:15:40.652 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: kernel-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:15:40.653 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : kernel-5.14.0-444.el9.x86_64 1/4 2024-05-08T14:15:40.653 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : kernel-core-5.14.0-444.el9.x86_64 2/4 2024-05-08T14:15:40.653 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : kernel-modules-5.14.0-444.el9.x86_64 3/4 2024-05-08T14:15:41.490 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : kernel-modules-core-5.14.0-444.el9.x86_64 4/4 2024-05-08T14:15:41.490 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-08T14:15:41.491 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2024-05-08T14:15:41.491 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-5.14.0-444.el9.x86_64 2024-05-08T14:15:41.491 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-core-5.14.0-444.el9.x86_64 2024-05-08T14:15:41.491 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-modules-5.14.0-444.el9.x86_64 2024-05-08T14:15:41.491 INFO:teuthology.orchestra.run.smithi183.stdout: kernel-modules-core-5.14.0-444.el9.x86_64 2024-05-08T14:15:41.491 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-08T14:15:41.491 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2024-05-08T14:15:41.838 DEBUG:teuthology.orchestra.run.smithi183:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T14:15:41.911 INFO:teuthology.orchestra.run.smithi183.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T14:15:41.911 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T14:15:41.911 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-444.el9.x86_64 2024-05-08T14:15:41.911 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-08T14:15:41.912 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-08T14:15:41.912 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-05-08T14:15:41.912 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi183.front.sepia.ceph.com, path=None, version=distro) 2024-05-08T14:15:41.912 DEBUG:teuthology.orchestra.run.smithi183:> rpm -q kernel | sort -rV | head -n 1 2024-05-08T14:15:41.961 INFO:teuthology.orchestra.run.smithi183.stdout:kernel-5.14.0-444.el9.x86_64 2024-05-08T14:15:41.961 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-444.el9.x86_64 2024-05-08T14:15:41.962 DEBUG:teuthology.orchestra.run.smithi183:> sudo rpm -qi grub2-tools 2024-05-08T14:15:41.992 INFO:teuthology.orchestra.run.smithi183.stdout:Name : grub2-tools 2024-05-08T14:15:41.992 INFO:teuthology.orchestra.run.smithi183.stdout:Epoch : 1 2024-05-08T14:15:41.992 INFO:teuthology.orchestra.run.smithi183.stdout:Version : 2.06 2024-05-08T14:15:41.992 INFO:teuthology.orchestra.run.smithi183.stdout:Release : 68.el9 2024-05-08T14:15:41.992 INFO:teuthology.orchestra.run.smithi183.stdout:Architecture: x86_64 2024-05-08T14:15:41.992 INFO:teuthology.orchestra.run.smithi183.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-08T14:15:41.992 INFO:teuthology.orchestra.run.smithi183.stdout:Group : Unspecified 2024-05-08T14:15:41.992 INFO:teuthology.orchestra.run.smithi183.stdout:Size : 8264254 2024-05-08T14:15:41.992 INFO:teuthology.orchestra.run.smithi183.stdout:License : GPLv3+ 2024-05-08T14:15:41.992 INFO:teuthology.orchestra.run.smithi183.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-08T14:15:41.993 INFO:teuthology.orchestra.run.smithi183.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-08T14:15:41.993 INFO:teuthology.orchestra.run.smithi183.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-08T14:15:41.993 INFO:teuthology.orchestra.run.smithi183.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-08T14:15:41.993 INFO:teuthology.orchestra.run.smithi183.stdout:Packager : builder@centos.org 2024-05-08T14:15:41.993 INFO:teuthology.orchestra.run.smithi183.stdout:Vendor : CentOS 2024-05-08T14:15:41.993 INFO:teuthology.orchestra.run.smithi183.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-08T14:15:41.993 INFO:teuthology.orchestra.run.smithi183.stdout:Summary : Support tools for GRUB. 2024-05-08T14:15:41.993 INFO:teuthology.orchestra.run.smithi183.stdout:Description : 2024-05-08T14:15:41.993 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-08T14:15:41.993 INFO:teuthology.orchestra.run.smithi183.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-08T14:15:41.993 INFO:teuthology.orchestra.run.smithi183.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-08T14:15:41.993 INFO:teuthology.orchestra.run.smithi183.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-08T14:15:41.993 INFO:teuthology.orchestra.run.smithi183.stdout:hardware devices. 2024-05-08T14:15:41.994 INFO:teuthology.orchestra.run.smithi183.stdout: 2024-05-08T14:15:41.994 INFO:teuthology.orchestra.run.smithi183.stdout:This subpackage provides tools for support of all platforms. 2024-05-08T14:15:41.994 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-08T14:15:41.995 INFO:teuthology.task.kernel:Updating grub on smithi183 to boot 5.14.0-444.el9.x86_64 2024-05-08T14:15:41.995 DEBUG:teuthology.orchestra.run.smithi183:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-08T14:15:42.659 INFO:teuthology.orchestra.run.smithi183.stderr:Generating grub configuration file ... 2024-05-08T14:15:44.133 INFO:teuthology.orchestra.run.smithi183.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-08T14:15:44.166 INFO:teuthology.orchestra.run.smithi183.stderr:done 2024-05-08T14:15:44.168 DEBUG:teuthology.orchestra.run.smithi183:> mktemp 2024-05-08T14:15:44.204 INFO:teuthology.orchestra.run.smithi183.stdout:/tmp/tmp.xeAo6u4qBJ 2024-05-08T14:15:44.204 DEBUG:teuthology.orchestra.run.smithi183:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.xeAo6u4qBJ 2024-05-08T14:15:44.271 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod 0666 /tmp/tmp.xeAo6u4qBJ 2024-05-08T14:15:44.407 DEBUG:teuthology.orchestra.remote:smithi183:/tmp/tmp.xeAo6u4qBJ is 6KB 2024-05-08T14:15:44.456 DEBUG:teuthology.orchestra.run.smithi183:> rm -fr /tmp/tmp.xeAo6u4qBJ 2024-05-08T14:15:44.470 DEBUG:teuthology.orchestra.run.smithi183:> sudo /bin/ls /boot/loader/entries || true 2024-05-08T14:15:44.531 INFO:teuthology.orchestra.run.smithi183.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-08T14:15:44.531 INFO:teuthology.orchestra.run.smithi183.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-08T14:15:44.531 INFO:teuthology.orchestra.run.smithi183.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-08T14:15:44.531 INFO:teuthology.orchestra.run.smithi183.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64.conf 2024-05-08T14:15:44.532 DEBUG:teuthology.orchestra.run.smithi183:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-444.el9.x86_64 2024-05-08T14:15:44.676 DEBUG:teuthology.orchestra.run.smithi183:> sudo shutdown -r now 2024-05-08T14:15:59.254 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-08T14:15:59.255 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-05-08T14:15:59.256 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:16:10.004 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-08T14:16:10.005 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-05-08T14:16:10.005 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:16:14.682 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-05-08T14:16:14.683 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-05-08T14:16:14.683 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:16:17.694 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.12 2024-05-08T14:16:26.702 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-05-08T14:16:26.703 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:16:28.446 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.100 2024-05-08T14:16:33.054 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2024-05-08T14:16:37.451 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-05-08T14:16:37.452 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:16:40.510 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.100 2024-05-08T14:16:42.056 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-05-08T14:16:42.057 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:16:42.274 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2024-05-08T14:16:45.086 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.12 2024-05-08T14:16:52.518 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-05-08T14:16:52.519 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:16:54.277 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-05-08T14:16:54.278 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:16:56.862 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2024-05-08T14:16:57.088 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-05-08T14:16:57.089 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:16:58.724 DEBUG:teuthology.orchestra.run.smithi012:> true 2024-05-08T14:16:59.138 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-05-08T14:16:59.138 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-444.el9.x86_64"... 2024-05-08T14:16:59.139 DEBUG:teuthology.orchestra.run.smithi012:> uname -r 2024-05-08T14:16:59.156 INFO:teuthology.orchestra.run.smithi012.stdout:5.14.0-444.el9.x86_64 2024-05-08T14:16:59.156 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-444.el9.x86_64 vs 5.14.0-444.el9.x86_64 2024-05-08T14:16:59.156 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T14:16:59.156 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T14:17:00.157 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-08T14:17:00.157 DEBUG:teuthology.orchestra.run.smithi012:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T14:17:00.224 INFO:teuthology.orchestra.run.smithi012.stdout:ttyS1 2024-05-08T14:17:00.261 DEBUG:teuthology.parallel:result is None 2024-05-08T14:17:10.942 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.100 2024-05-08T14:17:11.864 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-05-08T14:17:11.864 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:17:14.942 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2024-05-08T14:17:25.943 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-05-08T14:17:25.944 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:17:26.554 DEBUG:teuthology.orchestra.run.smithi100:> true 2024-05-08T14:17:27.081 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-05-08T14:17:27.081 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-444.el9.x86_64"... 2024-05-08T14:17:27.081 DEBUG:teuthology.orchestra.run.smithi100:> uname -r 2024-05-08T14:17:27.150 INFO:teuthology.orchestra.run.smithi100.stdout:5.14.0-444.el9.x86_64 2024-05-08T14:17:27.150 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-444.el9.x86_64 vs 5.14.0-444.el9.x86_64 2024-05-08T14:17:27.150 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-08T14:17:27.151 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-08T14:17:28.152 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-08T14:17:28.152 DEBUG:teuthology.orchestra.run.smithi100:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-08T14:17:28.287 INFO:teuthology.orchestra.run.smithi100.stdout:ttyS1 2024-05-08T14:17:28.528 DEBUG:teuthology.parallel:result is None 2024-05-08T14:17:32.943 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-05-08T14:17:32.943 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:17:36.002 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2024-05-08T14:17:57.004 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-05-08T14:17:57.005 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:18:00.062 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2024-05-08T14:18:24.063 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-05-08T14:18:24.064 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:18:27.134 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2024-05-08T14:18:54.135 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-05-08T14:18:54.136 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:18:57.214 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2024-05-08T14:19:27.215 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-05-08T14:19:27.216 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:19:30.270 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2024-05-08T14:20:03.271 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-05-08T14:20:03.272 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:20:06.334 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2024-05-08T14:20:42.335 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-05-08T14:20:42.337 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:20:45.410 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2024-05-08T14:21:24.411 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-05-08T14:21:24.413 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:21:27.486 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2024-05-08T14:21:57.487 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-05-08T14:21:57.488 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:22:00.542 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2024-05-08T14:22:00.543 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (14) after waiting for 300 seconds 2024-05-08T14:22:00.543 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-444.el9.x86_64"... 2024-05-08T14:22:00.543 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-05-08T14:22:00.544 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:22:03.618 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2024-05-08T14:22:12.619 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-05-08T14:22:12.619 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:22:15.678 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2024-05-08T14:22:27.679 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-05-08T14:22:27.680 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:22:30.750 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2024-05-08T14:22:33.751 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2024-05-08T14:22:33.752 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-08T14:22:33.826 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2024-05-08T14:22:33.826 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2024-05-08T14:22:33.827 ERROR:teuthology.task.kernel:Saw exception Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/kernel.py", line 182, in need_to_install ctx.cluster.only(role).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 smithi183 2024-05-08T14:22:33.828 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/kernel.py", line 1238, in task p.spawn(process_role, ctx, config, timeout, role, role_config) 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/kernel.py", line 1343, in process_role wait_for_reboot(ctx, {role: need_version}, timeout, config) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/kernel.py", line 182, in need_to_install ctx.cluster.only(role).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 smithi183 2024-05-08T14:22:34.065 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=9b8157f75f0e44bea8811fcb546d82b1 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/kernel.py", line 1238, in task p.spawn(process_role, ctx, config, timeout, role, role_config) 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/kernel.py", line 1343, in process_role wait_for_reboot(ctx, {role: need_version}, timeout, config) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/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_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/task/kernel.py", line 182, in need_to_install ctx.cluster.only(role).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 smithi183 2024-05-08T14:22:34.069 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-08T14:22:34.196 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-08T14:22:34.259 INFO:teuthology.nuke:Checking targets against current locks 2024-05-08T14:22:34.297 DEBUG:teuthology.nuke:shortname: smithi012 2024-05-08T14:22:34.298 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T14:22:34.324 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi012.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697468', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 14:09:15.072018', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC3F2Vcgns1ltNm0MhTPa64tASrPYmkKKbMTZT02d/uJAE+Hgtv0eKSvrysnixfgSrnEVNW3+XmEcftCx/J1YRQ='} 2024-05-08T14:22:34.329 DEBUG:teuthology.nuke:shortname: smithi100 2024-05-08T14:22:34.329 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T14:22:34.360 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi100.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697468', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 14:09:15.069354', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM9XuC+/EhjOAW3xGL6NPC5UIjICxGZKOKZ8AJwYDDzg92StNwiFSC6vUAtFjIBhcux4oDykMdWUogM+8AswXto='} 2024-05-08T14:22:34.362 DEBUG:teuthology.nuke:shortname: smithi183 2024-05-08T14:22:34.363 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-08T14:22:34.406 INFO:teuthology.orchestra.console.smithi012:Power off 2024-05-08T14:22:34.407 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T14:22:34.422 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi183.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-08_13:38:19-orch:cephadm-wip-adk-testing-2024-05-07-0802-distro-default-smithi/7697469', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-08 14:09:15.487404', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIoiKsifP8xzwxkj4AMytA+7qnzOD7iQNVw5/BI355LbvktvtJ+TFE2dRbcub4y+VMyuycBQK9KqN8azOgVK62w='} 2024-05-08T14:22:34.462 INFO:teuthology.orchestra.console.smithi100:Power off 2024-05-08T14:22:34.462 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T14:22:34.476 DEBUG:teuthology.orchestra.console.smithi012:power off output: Chassis Power Control: Down/Off 2024-05-08T14:22:34.476 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:22:34.489 DEBUG:teuthology.orchestra.console.smithi100:power off output: Chassis Power Control: Down/Off 2024-05-08T14:22:34.489 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:22:34.506 DEBUG:teuthology.orchestra.console.smithi012:check power output: Chassis Power is on 2024-05-08T14:22:34.512 INFO:teuthology.orchestra.console.smithi183:Power off 2024-05-08T14:22:34.513 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-08T14:22:34.522 DEBUG:teuthology.orchestra.console.smithi100:check power output: Chassis Power is on 2024-05-08T14:22:34.546 DEBUG:teuthology.orchestra.console.smithi183:power off output: Chassis Power Control: Down/Off 2024-05-08T14:22:34.546 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:22:34.587 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is off 2024-05-08T14:22:34.689 INFO:teuthology.orchestra.console.smithi183:Power off completed 2024-05-08T14:22:38.507 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:22:38.524 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:22:38.618 DEBUG:teuthology.orchestra.console.smithi012:check power output: Chassis Power is on 2024-05-08T14:22:38.634 DEBUG:teuthology.orchestra.console.smithi100:check power output: Chassis Power is on 2024-05-08T14:22:42.623 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:22:42.635 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:22:42.734 DEBUG:teuthology.orchestra.console.smithi012:check power output: Chassis Power is on 2024-05-08T14:22:42.746 DEBUG:teuthology.orchestra.console.smithi100:check power output: Chassis Power is off 2024-05-08T14:22:42.846 INFO:teuthology.orchestra.console.smithi100:Power off completed 2024-05-08T14:22:46.738 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-08T14:22:46.849 DEBUG:teuthology.orchestra.console.smithi012:check power output: Chassis Power is off 2024-05-08T14:22:46.950 INFO:teuthology.orchestra.console.smithi012:Power off completed 2024-05-08T14:22:47.054 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} failure_reason: Failed to reconnect to smithi183 owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=9b8157f75f0e44bea8811fcb546d82b1 status: fail success: false 2024-05-08T14:22:47.054 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-08T14:22:47.154 INFO:teuthology.run:FAIL