2024-03-04T15:16:26.173 INFO:root:teuthology version: 0.0.1.dev260+gb1dac55 2024-03-04T15:16:26.173 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_tonay@teuthology --name tonay-2024-03-04_15:07:38-orch:cephadm-wip-asm0deuz-testing-2024-03-04-1211-distro-default-smithi --description orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --verbose --archive /home/teuthworker/archive/tonay-2024-03-04_15:07:38-orch:cephadm-wip-asm0deuz-testing-2024-03-04-1211-distro-default-smithi/7581174 -- /home/teuthworker/archive/tonay-2024-03-04_15:07:38-orch:cephadm-wip-asm0deuz-testing-2024-03-04-1211-distro-default-smithi/7581174/orig.config.yaml 2024-03-04T15:16:26.206 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-04T15:16:26.304 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/tonay-2024-03-04_15:07:38-orch:cephadm-wip-asm0deuz-testing-2024-03-04-1211-distro-default-smithi/7581174 branch: wip-asm0deuz-testing-2024-03-04-1211 description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: tonay@ibm.com first_in_suite: false job_id: '7581174' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: tonay-2024-03-04_15:07:38-orch:cephadm-wip-asm0deuz-testing-2024-03-04-1211-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-asm0deuz-testing-2024-03-04-1211 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 9ca0b5de35ed230e84387abdd8e619ed8e4f3282 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9ca0b5de35ed230e84387abdd8e619ed8e4f3282 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-asm0deuz-testing-2024-03-04-1211 sha1: 9ca0b5de35ed230e84387abdd8e619ed8e4f3282 owner: scheduled_tonay@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 3905 sha1: 9ca0b5de35ed230e84387abdd8e619ed8e4f3282 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-asm0deuz-testing-2024-03-04-1211 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_9ca0b5de35ed230e84387abdd8e619ed8e4f3282/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 9ca0b5de35ed230e84387abdd8e619ed8e4f3282 targets: smithi096.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDT1v9X+/Y1I6Mdq3GLialgJOC+MD28AgvKO+LmBW2LHwRxu/oaYiz/WSWBL/iXWTw7AWG7bQlLx+TfMK1J7Pxk= smithi103.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIZ0PBm+UjlAZHrnu7P60k/ATyfLvzGkgSD9ZHH4atiCnAuUIY0CJ7eBfnDtAn9iYo+zcrMTgfGzW3sKlY/x2IY= 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 - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: b1dac5519c57c269ea98a22fb7729016a1d0e4d2 timestamp: 2024-03-04_15:07:38 tube: smithi user: tonay verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-04T15:16:26.304 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_9ca0b5de35ed230e84387abdd8e619ed8e4f3282/qa; will attempt to use it 2024-03-04T15:16:26.304 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_9ca0b5de35ed230e84387abdd8e619ed8e4f3282/qa/tasks 2024-03-04T15:16:26.304 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-04T15:16:26.306 INFO:teuthology.task.internal:Checking packages... 2024-03-04T15:16:26.327 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '9ca0b5de35ed230e84387abdd8e619ed8e4f3282' 2024-03-04T15:16:26.327 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-04T15:16:26.327 INFO:teuthology.packaging:ref: None 2024-03-04T15:16:26.327 INFO:teuthology.packaging:tag: None 2024-03-04T15:16:26.327 INFO:teuthology.packaging:branch: wip-asm0deuz-testing-2024-03-04-1211 2024-03-04T15:16:26.327 INFO:teuthology.packaging:sha1: 9ca0b5de35ed230e84387abdd8e619ed8e4f3282 2024-03-04T15:16:26.328 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-asm0deuz-testing-2024-03-04-1211 2024-03-04T15:16:26.561 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-1826.g9ca0b5de 2024-03-04T15:16:26.562 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-04T15:16:26.569 INFO:teuthology.task.internal:no buildpackages task found 2024-03-04T15:16:26.569 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-04T15:16:26.575 INFO:teuthology.task.internal:Saving configuration 2024-03-04T15:16:26.587 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-04T15:16:26.593 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-04T15:16:26.623 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi096.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/tonay-2024-03-04_15:07:38-orch:cephadm-wip-asm0deuz-testing-2024-03-04-1211-distro-default-smithi/7581174', '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-03-04 15:08:59.415227', 'locked_by': 'scheduled_tonay@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDT1v9X+/Y1I6Mdq3GLialgJOC+MD28AgvKO+LmBW2LHwRxu/oaYiz/WSWBL/iXWTw7AWG7bQlLx+TfMK1J7Pxk='} 2024-03-04T15:16:26.653 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi103.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/tonay-2024-03-04_15:07:38-orch:cephadm-wip-asm0deuz-testing-2024-03-04-1211-distro-default-smithi/7581174', '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-03-04 15:08:59.413681', 'locked_by': 'scheduled_tonay@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIZ0PBm+UjlAZHrnu7P60k/ATyfLvzGkgSD9ZHH4atiCnAuUIY0CJ7eBfnDtAn9iYo+zcrMTgfGzW3sKlY/x2IY='} 2024-03-04T15:16:26.653 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-04T15:16:26.660 INFO:teuthology.task.internal:roles: ubuntu@smithi096.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-03-04T15:16:26.660 INFO:teuthology.task.internal:roles: ubuntu@smithi103.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-03-04T15:16:26.660 INFO:teuthology.run_tasks:Running task console_log... 2024-03-04T15:16:26.755 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f317228c0d0>, signals=[15]) 2024-03-04T15:16:26.755 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-04T15:16:26.762 INFO:teuthology.task.internal:Opening connections... 2024-03-04T15:16:26.762 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi096.front.sepia.ceph.com 2024-03-04T15:16:26.764 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T15:16:26.862 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi103.front.sepia.ceph.com 2024-03-04T15:16:26.862 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T15:16:26.957 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-04T15:16:26.963 DEBUG:teuthology.orchestra.run.smithi096:> uname -m 2024-03-04T15:16:26.981 INFO:teuthology.orchestra.run.smithi096.stdout:x86_64 2024-03-04T15:16:26.981 DEBUG:teuthology.orchestra.run.smithi096:> cat /etc/os-release 2024-03-04T15:16:27.038 INFO:teuthology.orchestra.run.smithi096.stdout:NAME="CentOS Stream" 2024-03-04T15:16:27.038 INFO:teuthology.orchestra.run.smithi096.stdout:VERSION="9" 2024-03-04T15:16:27.038 INFO:teuthology.orchestra.run.smithi096.stdout:ID="centos" 2024-03-04T15:16:27.038 INFO:teuthology.orchestra.run.smithi096.stdout:ID_LIKE="rhel fedora" 2024-03-04T15:16:27.038 INFO:teuthology.orchestra.run.smithi096.stdout:VERSION_ID="9" 2024-03-04T15:16:27.038 INFO:teuthology.orchestra.run.smithi096.stdout:PLATFORM_ID="platform:el9" 2024-03-04T15:16:27.038 INFO:teuthology.orchestra.run.smithi096.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-04T15:16:27.038 INFO:teuthology.orchestra.run.smithi096.stdout:ANSI_COLOR="0;31" 2024-03-04T15:16:27.038 INFO:teuthology.orchestra.run.smithi096.stdout:LOGO="fedora-logo-icon" 2024-03-04T15:16:27.039 INFO:teuthology.orchestra.run.smithi096.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-04T15:16:27.039 INFO:teuthology.orchestra.run.smithi096.stdout:HOME_URL="https://centos.org/" 2024-03-04T15:16:27.039 INFO:teuthology.orchestra.run.smithi096.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-04T15:16:27.039 INFO:teuthology.orchestra.run.smithi096.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-04T15:16:27.039 INFO:teuthology.orchestra.run.smithi096.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-04T15:16:27.039 INFO:teuthology.lock.ops:Updating smithi096.front.sepia.ceph.com on lock server 2024-03-04T15:16:27.066 DEBUG:teuthology.orchestra.run.smithi103:> uname -m 2024-03-04T15:16:27.083 INFO:teuthology.orchestra.run.smithi103.stdout:x86_64 2024-03-04T15:16:27.084 DEBUG:teuthology.orchestra.run.smithi103:> cat /etc/os-release 2024-03-04T15:16:27.140 INFO:teuthology.orchestra.run.smithi103.stdout:NAME="CentOS Stream" 2024-03-04T15:16:27.140 INFO:teuthology.orchestra.run.smithi103.stdout:VERSION="9" 2024-03-04T15:16:27.140 INFO:teuthology.orchestra.run.smithi103.stdout:ID="centos" 2024-03-04T15:16:27.140 INFO:teuthology.orchestra.run.smithi103.stdout:ID_LIKE="rhel fedora" 2024-03-04T15:16:27.140 INFO:teuthology.orchestra.run.smithi103.stdout:VERSION_ID="9" 2024-03-04T15:16:27.140 INFO:teuthology.orchestra.run.smithi103.stdout:PLATFORM_ID="platform:el9" 2024-03-04T15:16:27.140 INFO:teuthology.orchestra.run.smithi103.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-04T15:16:27.140 INFO:teuthology.orchestra.run.smithi103.stdout:ANSI_COLOR="0;31" 2024-03-04T15:16:27.141 INFO:teuthology.orchestra.run.smithi103.stdout:LOGO="fedora-logo-icon" 2024-03-04T15:16:27.141 INFO:teuthology.orchestra.run.smithi103.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-04T15:16:27.141 INFO:teuthology.orchestra.run.smithi103.stdout:HOME_URL="https://centos.org/" 2024-03-04T15:16:27.141 INFO:teuthology.orchestra.run.smithi103.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-04T15:16:27.141 INFO:teuthology.orchestra.run.smithi103.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-04T15:16:27.141 INFO:teuthology.orchestra.run.smithi103.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-04T15:16:27.141 INFO:teuthology.lock.ops:Updating smithi103.front.sepia.ceph.com on lock server 2024-03-04T15:16:27.174 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-04T15:16:27.182 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-04T15:16:27.197 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-04T15:16:27.197 DEBUG:teuthology.orchestra.run.smithi096:> test '!' -e /home/ubuntu/cephtest 2024-03-04T15:16:27.200 DEBUG:teuthology.orchestra.run.smithi103:> test '!' -e /home/ubuntu/cephtest 2024-03-04T15:16:27.215 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-04T15:16:27.222 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-04T15:16:27.222 DEBUG:teuthology.orchestra.run.smithi096:> test -z $(ls -A /var/lib/ceph) 2024-03-04T15:16:27.256 DEBUG:teuthology.orchestra.run.smithi103:> test -z $(ls -A /var/lib/ceph) 2024-03-04T15:16:27.300 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-04T15:16:27.376 INFO:teuthology.run_tasks:Running task kernel... 2024-03-04T15:16:27.390 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-04T15:16:27.391 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-04T15:16:27.391 DEBUG:teuthology.orchestra.run.smithi096:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-04T15:16:27.391 DEBUG:teuthology.orchestra.run.smithi103:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-04T15:16:27.406 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-04T15:16:27.407 DEBUG:teuthology.orchestra.run.smithi096:> uname -r 2024-03-04T15:16:27.408 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-04T15:16:27.408 DEBUG:teuthology.orchestra.run.smithi103:> uname -r 2024-03-04T15:16:27.462 INFO:teuthology.orchestra.run.smithi096.stdout:5.14.0-361.el9.x86_64 2024-03-04T15:16:27.462 INFO:teuthology.task.kernel:Running kernel on smithi096: 5.14.0-361.el9.x86_64 2024-03-04T15:16:27.462 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum install -y kernel 2024-03-04T15:16:27.465 INFO:teuthology.orchestra.run.smithi103.stdout:5.14.0-361.el9.x86_64 2024-03-04T15:16:27.465 INFO:teuthology.task.kernel:Running kernel on smithi103: 5.14.0-361.el9.x86_64 2024-03-04T15:16:27.465 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum install -y kernel 2024-03-04T15:16:29.395 INFO:teuthology.orchestra.run.smithi103.stdout:Waiting for process with pid 5701 to finish. 2024-03-04T15:16:29.674 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS-9 - AppStream 12 MB/s | 6.7 MB 00:00 2024-03-04T15:16:31.390 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS-9 - BaseOS 3.4 MB/s | 2.0 MB 00:00 2024-03-04T15:16:32.157 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - BaseOS 19 MB/s | 8.0 MB 00:00 2024-03-04T15:16:58.168 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - AppStream 788 kB/s | 19 MB 00:24 2024-03-04T15:17:02.278 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.1 MB 00:00 2024-03-04T15:17:03.943 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 9 - Extras packages 27 kB/s | 15 kB 00:00 2024-03-04T15:17:11.253 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:01 ago on Mon 04 Mar 2024 03:17:10 PM UTC. 2024-03-04T15:17:12.388 INFO:teuthology.orchestra.run.smithi103.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-04T15:17:12.388 INFO:teuthology.orchestra.run.smithi103.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-04T15:17:12.570 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-03-04T15:17:12.578 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-03-04T15:17:12.578 INFO:teuthology.orchestra.run.smithi103.stdout: Package Architecture Version Repository Size 2024-03-04T15:17:12.578 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-03-04T15:17:12.578 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-03-04T15:17:12.578 INFO:teuthology.orchestra.run.smithi103.stdout: kernel x86_64 5.14.0-427.el9 baseos 6.0 M 2024-03-04T15:17:12.578 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-03-04T15:17:12.578 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-core x86_64 5.14.0-427.el9 baseos 21 M 2024-03-04T15:17:12.578 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-modules x86_64 5.14.0-427.el9 baseos 39 M 2024-03-04T15:17:12.578 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-modules-core x86_64 5.14.0-427.el9 baseos 33 M 2024-03-04T15:17:12.578 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-03-04T15:17:12.578 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-03-04T15:17:12.579 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-03-04T15:17:12.579 INFO:teuthology.orchestra.run.smithi103.stdout:Install 4 Packages 2024-03-04T15:17:12.579 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-03-04T15:17:12.579 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 100 M 2024-03-04T15:17:12.579 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 123 M 2024-03-04T15:17:12.579 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-03-04T15:17:12.986 INFO:teuthology.orchestra.run.smithi103.stdout:(1/4): kernel-5.14.0-427.el9.x86_64.rpm 22 MB/s | 6.0 MB 00:00 2024-03-04T15:17:13.270 INFO:teuthology.orchestra.run.smithi103.stdout:(2/4): kernel-core-5.14.0-427.el9.x86_64.rpm 38 MB/s | 21 MB 00:00 2024-03-04T15:17:13.745 INFO:teuthology.orchestra.run.smithi103.stdout:(3/4): kernel-modules-5.14.0-427.el9.x86_64.rpm 38 MB/s | 39 MB 00:01 2024-03-04T15:17:14.053 INFO:teuthology.orchestra.run.smithi103.stdout:(4/4): kernel-modules-core-5.14.0-427.el9.x86_6 31 MB/s | 33 MB 00:01 2024-03-04T15:17:14.056 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-03-04T15:17:14.056 INFO:teuthology.orchestra.run.smithi103.stdout:Total 67 MB/s | 100 MB 00:01 2024-03-04T15:17:14.957 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-03-04T15:17:15.371 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-03-04T15:17:15.371 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-03-04T15:17:16.703 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-03-04T15:17:16.704 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-03-04T15:17:19.420 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-03-04T15:17:20.070 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : kernel-modules-core-5.14.0-427.el9.x86_64 1/4 2024-03-04T15:17:20.215 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-04T15:17:22.994 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-04T15:17:23.185 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-04T15:17:23.919 INFO:teuthology.orchestra.run.smithi096.stdout:Extra Packages for Enterprise Linux 1.0 MB/s | 20 MB 00:19 2024-03-04T15:17:27.947 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-04T15:17:28.139 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : kernel-5.14.0-427.el9.x86_64 4/4 2024-03-04T15:17:28.732 INFO:teuthology.orchestra.run.smithi096.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-03-04T15:17:31.172 INFO:teuthology.orchestra.run.smithi096.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-04T15:17:31.173 INFO:teuthology.orchestra.run.smithi096.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-04T15:17:31.223 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-03-04T15:17:31.224 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-03-04T15:17:31.224 INFO:teuthology.orchestra.run.smithi096.stdout: Package Architecture Version Repository Size 2024-03-04T15:17:31.224 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-03-04T15:17:31.224 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-03-04T15:17:31.224 INFO:teuthology.orchestra.run.smithi096.stdout: kernel x86_64 5.14.0-427.el9 baseos 6.0 M 2024-03-04T15:17:31.225 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-03-04T15:17:31.225 INFO:teuthology.orchestra.run.smithi096.stdout: kernel-core x86_64 5.14.0-427.el9 baseos 21 M 2024-03-04T15:17:31.225 INFO:teuthology.orchestra.run.smithi096.stdout: kernel-modules x86_64 5.14.0-427.el9 baseos 39 M 2024-03-04T15:17:31.225 INFO:teuthology.orchestra.run.smithi096.stdout: kernel-modules-core x86_64 5.14.0-427.el9 baseos 33 M 2024-03-04T15:17:31.225 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-03-04T15:17:31.225 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-03-04T15:17:31.225 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-03-04T15:17:31.225 INFO:teuthology.orchestra.run.smithi096.stdout:Install 4 Packages 2024-03-04T15:17:31.225 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-03-04T15:17:31.226 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 100 M 2024-03-04T15:17:31.226 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 123 M 2024-03-04T15:17:31.226 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-03-04T15:17:31.226 INFO:teuthology.orchestra.run.smithi096.stdout:Waiting for process with pid 5732 to finish. 2024-03-04T15:17:32.896 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-04T15:17:33.229 INFO:teuthology.orchestra.run.smithi096.stdout:[SKIPPED] kernel-5.14.0-427.el9.x86_64.rpm: Already downloaded 2024-03-04T15:17:33.229 INFO:teuthology.orchestra.run.smithi096.stdout:[SKIPPED] kernel-core-5.14.0-427.el9.x86_64.rpm: Already downloaded 2024-03-04T15:17:33.229 INFO:teuthology.orchestra.run.smithi096.stdout:[SKIPPED] kernel-modules-5.14.0-427.el9.x86_64.rpm: Already downloaded 2024-03-04T15:17:33.229 INFO:teuthology.orchestra.run.smithi096.stdout:[SKIPPED] kernel-modules-core-5.14.0-427.el9.x86_64.rpm: Already downloaded 2024-03-04T15:17:34.133 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-03-04T15:17:34.133 INFO:teuthology.orchestra.run.smithi096.stdout:Waiting for process with pid 5732 to finish. 2024-03-04T15:18:02.370 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-core-5.14.0-427.el9.x86_64 4/4 2024-03-04T15:18:02.370 INFO:teuthology.orchestra.run.smithi103.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-04T15:18:02.370 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-03-04T15:18:02.456 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-modules-5.14.0-427.el9.x86_64 4/4 2024-03-04T15:18:02.924 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-5.14.0-427.el9.x86_64 4/4 2024-03-04T15:18:02.924 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : kernel-5.14.0-427.el9.x86_64 1/4 2024-03-04T15:18:02.924 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : kernel-core-5.14.0-427.el9.x86_64 2/4 2024-03-04T15:18:02.924 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : kernel-modules-5.14.0-427.el9.x86_64 3/4 2024-03-04T15:18:03.372 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : kernel-modules-core-5.14.0-427.el9.x86_64 4/4 2024-03-04T15:18:03.372 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-03-04T15:18:03.372 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-03-04T15:18:03.372 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-5.14.0-427.el9.x86_64 2024-03-04T15:18:03.372 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-core-5.14.0-427.el9.x86_64 2024-03-04T15:18:03.372 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-modules-5.14.0-427.el9.x86_64 2024-03-04T15:18:03.372 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-modules-core-5.14.0-427.el9.x86_64 2024-03-04T15:18:03.372 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-03-04T15:18:03.372 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-03-04T15:18:03.906 DEBUG:teuthology.orchestra.run.smithi103:> rpm -q kernel | sort -rV | head -n 1 2024-03-04T15:18:04.056 INFO:teuthology.orchestra.run.smithi103.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-04T15:18:04.057 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-04T15:18:04.057 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-427.el9.x86_64 2024-03-04T15:18:04.057 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-04T15:18:04.057 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-04T15:18:04.057 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-04T15:18:04.057 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi103.front.sepia.ceph.com, path=None, version=distro) 2024-03-04T15:18:04.058 DEBUG:teuthology.orchestra.run.smithi103:> rpm -q kernel | sort -rV | head -n 1 2024-03-04T15:18:04.178 INFO:teuthology.orchestra.run.smithi103.stdout:kernel-5.14.0-427.el9.x86_64 2024-03-04T15:18:04.178 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-427.el9.x86_64 2024-03-04T15:18:04.178 DEBUG:teuthology.orchestra.run.smithi103:> sudo rpm -qi grub2-tools 2024-03-04T15:18:04.219 INFO:teuthology.orchestra.run.smithi103.stdout:Name : grub2-tools 2024-03-04T15:18:04.219 INFO:teuthology.orchestra.run.smithi103.stdout:Epoch : 1 2024-03-04T15:18:04.220 INFO:teuthology.orchestra.run.smithi103.stdout:Version : 2.06 2024-03-04T15:18:04.220 INFO:teuthology.orchestra.run.smithi103.stdout:Release : 68.el9 2024-03-04T15:18:04.220 INFO:teuthology.orchestra.run.smithi103.stdout:Architecture: x86_64 2024-03-04T15:18:04.220 INFO:teuthology.orchestra.run.smithi103.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-04T15:18:04.220 INFO:teuthology.orchestra.run.smithi103.stdout:Group : Unspecified 2024-03-04T15:18:04.220 INFO:teuthology.orchestra.run.smithi103.stdout:Size : 8264254 2024-03-04T15:18:04.220 INFO:teuthology.orchestra.run.smithi103.stdout:License : GPLv3+ 2024-03-04T15:18:04.220 INFO:teuthology.orchestra.run.smithi103.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-04T15:18:04.220 INFO:teuthology.orchestra.run.smithi103.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-04T15:18:04.220 INFO:teuthology.orchestra.run.smithi103.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-04T15:18:04.220 INFO:teuthology.orchestra.run.smithi103.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-04T15:18:04.220 INFO:teuthology.orchestra.run.smithi103.stdout:Packager : builder@centos.org 2024-03-04T15:18:04.221 INFO:teuthology.orchestra.run.smithi103.stdout:Vendor : CentOS 2024-03-04T15:18:04.221 INFO:teuthology.orchestra.run.smithi103.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-04T15:18:04.221 INFO:teuthology.orchestra.run.smithi103.stdout:Summary : Support tools for GRUB. 2024-03-04T15:18:04.221 INFO:teuthology.orchestra.run.smithi103.stdout:Description : 2024-03-04T15:18:04.221 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-03-04T15:18:04.221 INFO:teuthology.orchestra.run.smithi103.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-04T15:18:04.221 INFO:teuthology.orchestra.run.smithi103.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-04T15:18:04.221 INFO:teuthology.orchestra.run.smithi103.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-04T15:18:04.221 INFO:teuthology.orchestra.run.smithi103.stdout:hardware devices. 2024-03-04T15:18:04.221 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-03-04T15:18:04.221 INFO:teuthology.orchestra.run.smithi103.stdout:This subpackage provides tools for support of all platforms. 2024-03-04T15:18:04.222 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-04T15:18:04.222 INFO:teuthology.task.kernel:Updating grub on smithi103 to boot 5.14.0-427.el9.x86_64 2024-03-04T15:18:04.223 DEBUG:teuthology.orchestra.run.smithi103:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-04T15:18:04.806 INFO:teuthology.orchestra.run.smithi103.stderr:Generating grub configuration file ... 2024-03-04T15:18:06.246 INFO:teuthology.orchestra.run.smithi103.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-04T15:18:06.280 INFO:teuthology.orchestra.run.smithi103.stderr:done 2024-03-04T15:18:06.282 DEBUG:teuthology.orchestra.run.smithi103:> mktemp 2024-03-04T15:18:06.315 INFO:teuthology.orchestra.run.smithi103.stdout:/tmp/tmp.2nkpRGqhm2 2024-03-04T15:18:06.315 DEBUG:teuthology.orchestra.run.smithi103:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.2nkpRGqhm2 2024-03-04T15:18:06.384 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod 0666 /tmp/tmp.2nkpRGqhm2 2024-03-04T15:18:06.528 DEBUG:teuthology.orchestra.remote:smithi103:/tmp/tmp.2nkpRGqhm2 is 6KB 2024-03-04T15:18:06.578 DEBUG:teuthology.orchestra.run.smithi103:> rm -fr /tmp/tmp.2nkpRGqhm2 2024-03-04T15:18:06.593 DEBUG:teuthology.orchestra.run.smithi103:> sudo /bin/ls /boot/loader/entries || true 2024-03-04T15:18:06.657 INFO:teuthology.orchestra.run.smithi103.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-04T15:18:06.657 INFO:teuthology.orchestra.run.smithi103.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-04T15:18:06.657 INFO:teuthology.orchestra.run.smithi103.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-04T15:18:06.657 INFO:teuthology.orchestra.run.smithi103.stdout:15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64.conf 2024-03-04T15:18:06.658 DEBUG:teuthology.orchestra.run.smithi103:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-427.el9.x86_64 2024-03-04T15:18:06.803 DEBUG:teuthology.orchestra.run.smithi103:> sudo shutdown -r now 2024-03-04T15:18:36.806 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-04T15:18:36.806 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-03-04T15:18:36.807 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T15:18:55.292 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2024-03-04T15:19:04.293 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-03-04T15:19:04.294 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T15:19:07.388 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2024-03-04T15:19:19.389 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-03-04T15:19:19.390 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T15:19:22.460 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2024-03-04T15:19:37.461 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-03-04T15:19:37.462 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T15:19:40.540 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2024-03-04T15:19:58.541 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-03-04T15:19:58.542 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T15:20:01.632 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2024-03-04T15:20:22.633 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-03-04T15:20:22.634 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T15:20:25.724 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2024-03-04T15:20:49.725 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-03-04T15:20:49.726 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T15:20:52.796 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2024-03-04T15:21:19.797 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-03-04T15:21:19.798 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T15:21:22.876 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2024-03-04T15:21:52.877 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-03-04T15:21:52.878 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T15:21:55.964 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2024-03-04T15:22:28.965 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-03-04T15:22:28.966 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T15:22:32.028 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2024-03-04T15:23:08.031 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-03-04T15:23:08.032 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T15:23:11.107 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2024-03-04T15:23:50.108 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-03-04T15:23:50.109 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T15:23:53.184 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2024-03-04T15:24:23.185 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-03-04T15:24:23.186 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T15:24:26.268 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2024-03-04T15:24:26.268 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (14) after waiting for 300 seconds 2024-03-04T15:24:26.268 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-427.el9.x86_64"... 2024-03-04T15:24:26.269 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-03-04T15:24:26.269 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T15:24:29.344 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2024-03-04T15:24:38.347 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-03-04T15:24:38.348 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T15:24:41.436 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2024-03-04T15:24:53.437 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-03-04T15:24:53.438 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T15:24:56.513 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2024-03-04T15:24:59.514 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-03-04T15:24:59.515 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-04T15:24:59.580 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2024-03-04T15:24:59.581 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2024-03-04T15:24:59.581 ERROR:teuthology.task.kernel:Saw exception Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/task/kernel.py", line 182, in need_to_install ctx.cluster.only(role).run( File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi103 2024-03-04T15:24:59.582 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/task/kernel.py", line 182, in need_to_install ctx.cluster.only(role).run( File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi103 2024-03-04T15:24:59.848 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=72d29d575da640f2b6cad7e6bc4490ba Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/task/kernel.py", line 182, in need_to_install ctx.cluster.only(role).run( File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi103 2024-03-04T15:24:59.851 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-04T15:24:59.858 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-04T15:24:59.873 INFO:teuthology.nuke:Checking targets against current locks 2024-03-04T15:24:59.929 DEBUG:teuthology.nuke:shortname: smithi096 2024-03-04T15:24:59.929 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-04T15:24:59.969 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi096.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/tonay-2024-03-04_15:07:38-orch:cephadm-wip-asm0deuz-testing-2024-03-04-1211-distro-default-smithi/7581174', '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-03-04 15:08:59.415227', 'locked_by': 'scheduled_tonay@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDT1v9X+/Y1I6Mdq3GLialgJOC+MD28AgvKO+LmBW2LHwRxu/oaYiz/WSWBL/iXWTw7AWG7bQlLx+TfMK1J7Pxk='} 2024-03-04T15:24:59.981 DEBUG:teuthology.nuke:shortname: smithi103 2024-03-04T15:24:59.982 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-04T15:25:00.029 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi103.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/tonay-2024-03-04_15:07:38-orch:cephadm-wip-asm0deuz-testing-2024-03-04-1211-distro-default-smithi/7581174', '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-03-04 15:08:59.413681', 'locked_by': 'scheduled_tonay@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIZ0PBm+UjlAZHrnu7P60k/ATyfLvzGkgSD9ZHH4atiCnAuUIY0CJ7eBfnDtAn9iYo+zcrMTgfGzW3sKlY/x2IY='} 2024-03-04T15:25:00.106 INFO:teuthology.orchestra.console.smithi096:Power off 2024-03-04T15:25:00.107 DEBUG:teuthology.orchestra.console.smithi096:pexpect command: ipmitool -H smithi096.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-04T15:25:00.174 INFO:teuthology.orchestra.console.smithi103:Power off 2024-03-04T15:25:00.175 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-04T15:25:00.193 DEBUG:teuthology.orchestra.console.smithi096:power off output: Chassis Power Control: Down/Off 2024-03-04T15:25:00.193 DEBUG:teuthology.orchestra.console.smithi096:pexpect command: ipmitool -H smithi096.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-04T15:25:00.247 DEBUG:teuthology.orchestra.console.smithi096:check power output: Chassis Power is off 2024-03-04T15:25:00.251 DEBUG:teuthology.orchestra.console.smithi103:power off output: Chassis Power Control: Down/Off 2024-03-04T15:25:00.251 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-04T15:25:00.294 DEBUG:teuthology.orchestra.console.smithi103:check power output: Chassis Power is off 2024-03-04T15:25:00.348 INFO:teuthology.orchestra.console.smithi096:Power off completed 2024-03-04T15:25:00.396 INFO:teuthology.orchestra.console.smithi103:Power off completed 2024-03-04T15:25:00.500 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} failure_reason: Failed to reconnect to smithi103 owner: scheduled_tonay@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=72d29d575da640f2b6cad7e6bc4490ba status: fail success: false 2024-03-04T15:25:00.500 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-04T15:25:00.594 INFO:teuthology.run:FAIL