2024-02-11T16:31:17.234 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-11T16:31:17.235 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556226 --verbose --owner scheduled_yuriw@teuthology --name yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} -- /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556226/orig.config.yaml 2024-02-11T16:31:17.268 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-11T16:31:17.349 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556226 branch: wip-yuri8-testing-2024-02-07-0820-pacific description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: null first_in_suite: false job_id: '7556226' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '18.04' overrides: admin_socket: branch: wip-yuri8-testing-2024-02-07-0820-pacific 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: 5db25abe00e218b6920215c0bef70af7e47c7152 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 workunit: branch: wip-yuri8-testing-2024-02-07-0820-pacific sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 1730 sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri8-testing-2024-02-07-0820-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 targets: smithi086.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= smithi115.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= tasks: - 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: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-11_15:26:36 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-11T16:31:17.349 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa; will attempt to use it 2024-02-11T16:31:17.350 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks 2024-02-11T16:31:17.350 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-11T16:31:17.352 INFO:teuthology.task.internal:Checking packages... 2024-02-11T16:31:17.376 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '5db25abe00e218b6920215c0bef70af7e47c7152' 2024-02-11T16:31:17.376 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-11T16:31:17.376 INFO:teuthology.packaging:ref: None 2024-02-11T16:31:17.376 INFO:teuthology.packaging:tag: None 2024-02-11T16:31:17.376 INFO:teuthology.packaging:branch: wip-yuri8-testing-2024-02-07-0820-pacific 2024-02-11T16:31:17.376 INFO:teuthology.packaging:sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 2024-02-11T16:31:17.376 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F18.04%2Fx86_64&ref=wip-yuri8-testing-2024-02-07-0820-pacific 2024-02-11T16:31:17.598 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-530-g5db25abe-1bionic 2024-02-11T16:31:17.600 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-11T16:31:17.607 INFO:teuthology.task.internal:no buildpackages task found 2024-02-11T16:31:17.607 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-11T16:31:17.624 INFO:teuthology.task.internal:Saving configuration 2024-02-11T16:31:17.637 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-11T16:31:17.643 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-11T16:31:17.669 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi086.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556226', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-11 16:21:23.628134', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2024-02-11T16:31:17.688 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi115.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556226', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-11 16:21:23.629879', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2024-02-11T16:31:17.688 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-11T16:31:17.695 INFO:teuthology.task.internal:roles: ubuntu@smithi086.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-02-11T16:31:17.695 INFO:teuthology.task.internal:roles: ubuntu@smithi115.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-02-11T16:31:17.695 INFO:teuthology.run_tasks:Running task console_log... 2024-02-11T16:31:17.810 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fdaefcb94c0>, signals=[15]) 2024-02-11T16:31:17.811 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-11T16:31:17.816 INFO:teuthology.task.internal:Opening connections... 2024-02-11T16:31:17.817 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi086.front.sepia.ceph.com 2024-02-11T16:31:17.819 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:31:17.899 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi115.front.sepia.ceph.com 2024-02-11T16:31:17.900 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:31:17.976 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-11T16:31:17.983 DEBUG:teuthology.orchestra.run.smithi086:> uname -m 2024-02-11T16:31:18.016 INFO:teuthology.orchestra.run.smithi086.stdout:x86_64 2024-02-11T16:31:18.017 DEBUG:teuthology.orchestra.run.smithi086:> cat /etc/os-release 2024-02-11T16:31:18.068 INFO:teuthology.orchestra.run.smithi086.stdout:NAME="Ubuntu" 2024-02-11T16:31:18.068 INFO:teuthology.orchestra.run.smithi086.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2024-02-11T16:31:18.068 INFO:teuthology.orchestra.run.smithi086.stdout:ID=ubuntu 2024-02-11T16:31:18.068 INFO:teuthology.orchestra.run.smithi086.stdout:ID_LIKE=debian 2024-02-11T16:31:18.068 INFO:teuthology.orchestra.run.smithi086.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2024-02-11T16:31:18.068 INFO:teuthology.orchestra.run.smithi086.stdout:VERSION_ID="18.04" 2024-02-11T16:31:18.068 INFO:teuthology.orchestra.run.smithi086.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-11T16:31:18.068 INFO:teuthology.orchestra.run.smithi086.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-11T16:31:18.068 INFO:teuthology.orchestra.run.smithi086.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-11T16:31:18.068 INFO:teuthology.orchestra.run.smithi086.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-11T16:31:18.068 INFO:teuthology.orchestra.run.smithi086.stdout:VERSION_CODENAME=bionic 2024-02-11T16:31:18.068 INFO:teuthology.orchestra.run.smithi086.stdout:UBUNTU_CODENAME=bionic 2024-02-11T16:31:18.069 INFO:teuthology.lock.ops:Updating smithi086.front.sepia.ceph.com on lock server 2024-02-11T16:31:18.091 DEBUG:teuthology.orchestra.run.smithi115:> uname -m 2024-02-11T16:31:18.099 INFO:teuthology.orchestra.run.smithi115.stdout:x86_64 2024-02-11T16:31:18.099 DEBUG:teuthology.orchestra.run.smithi115:> cat /etc/os-release 2024-02-11T16:31:18.153 INFO:teuthology.orchestra.run.smithi115.stdout:NAME="Ubuntu" 2024-02-11T16:31:18.153 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2024-02-11T16:31:18.153 INFO:teuthology.orchestra.run.smithi115.stdout:ID=ubuntu 2024-02-11T16:31:18.153 INFO:teuthology.orchestra.run.smithi115.stdout:ID_LIKE=debian 2024-02-11T16:31:18.153 INFO:teuthology.orchestra.run.smithi115.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2024-02-11T16:31:18.153 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION_ID="18.04" 2024-02-11T16:31:18.153 INFO:teuthology.orchestra.run.smithi115.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-11T16:31:18.153 INFO:teuthology.orchestra.run.smithi115.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-11T16:31:18.153 INFO:teuthology.orchestra.run.smithi115.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-11T16:31:18.154 INFO:teuthology.orchestra.run.smithi115.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-11T16:31:18.154 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION_CODENAME=bionic 2024-02-11T16:31:18.154 INFO:teuthology.orchestra.run.smithi115.stdout:UBUNTU_CODENAME=bionic 2024-02-11T16:31:18.154 INFO:teuthology.lock.ops:Updating smithi115.front.sepia.ceph.com on lock server 2024-02-11T16:31:18.174 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-11T16:31:18.182 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-11T16:31:18.189 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-11T16:31:18.189 DEBUG:teuthology.orchestra.run.smithi086:> test '!' -e /home/ubuntu/cephtest 2024-02-11T16:31:18.191 DEBUG:teuthology.orchestra.run.smithi115:> test '!' -e /home/ubuntu/cephtest 2024-02-11T16:31:18.200 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-11T16:31:18.205 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-11T16:31:18.206 DEBUG:teuthology.orchestra.run.smithi086:> test -z $(ls -A /var/lib/ceph) 2024-02-11T16:31:18.240 DEBUG:teuthology.orchestra.run.smithi115:> test -z $(ls -A /var/lib/ceph) 2024-02-11T16:31:18.257 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-11T16:31:18.312 INFO:teuthology.run_tasks:Running task kernel... 2024-02-11T16:31:18.326 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-11T16:31:18.326 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-11T16:31:18.326 DEBUG:teuthology.orchestra.run.smithi086:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-11T16:31:18.326 DEBUG:teuthology.orchestra.run.smithi115:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-11T16:31:18.331 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T16:31:18.331 DEBUG:teuthology.orchestra.run.smithi086:> uname -r 2024-02-11T16:31:18.332 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T16:31:18.332 DEBUG:teuthology.orchestra.run.smithi115:> uname -r 2024-02-11T16:31:18.379 INFO:teuthology.orchestra.run.smithi086.stdout:4.15.0-200-generic 2024-02-11T16:31:18.380 INFO:teuthology.task.kernel:Running kernel on smithi086: 4.15.0-200-generic 2024-02-11T16:31:18.380 DEBUG:teuthology.orchestra.run.smithi086:> sudo apt-get clean 2024-02-11T16:31:18.381 INFO:teuthology.orchestra.run.smithi115.stdout:4.15.0-200-generic 2024-02-11T16:31:18.381 INFO:teuthology.task.kernel:Running kernel on smithi115: 4.15.0-200-generic 2024-02-11T16:31:18.381 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-get clean 2024-02-11T16:31:18.479 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-get update 2024-02-11T16:31:18.498 DEBUG:teuthology.orchestra.run.smithi086:> sudo apt-get update 2024-02-11T16:31:18.651 INFO:teuthology.orchestra.run.smithi086.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-02-11T16:31:18.652 INFO:teuthology.orchestra.run.smithi086.stdout:Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2024-02-11T16:31:18.657 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-02-11T16:31:18.657 INFO:teuthology.orchestra.run.smithi086.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2024-02-11T16:31:18.659 INFO:teuthology.orchestra.run.smithi115.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2024-02-11T16:31:18.737 INFO:teuthology.orchestra.run.smithi086.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2024-02-11T16:31:18.746 INFO:teuthology.orchestra.run.smithi115.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2024-02-11T16:31:18.760 INFO:teuthology.orchestra.run.smithi115.stdout:Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2024-02-11T16:31:18.993 INFO:teuthology.orchestra.run.smithi115.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2024-02-11T16:31:19.008 INFO:teuthology.orchestra.run.smithi086.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2024-02-11T16:31:19.148 INFO:teuthology.orchestra.run.smithi086.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2024-02-11T16:31:19.149 INFO:teuthology.orchestra.run.smithi086.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2024-02-11T16:31:19.160 INFO:teuthology.orchestra.run.smithi115.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,665 kB] 2024-02-11T16:31:19.190 INFO:teuthology.orchestra.run.smithi115.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2024-02-11T16:31:19.200 INFO:teuthology.orchestra.run.smithi115.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2024-02-11T16:31:19.201 INFO:teuthology.orchestra.run.smithi115.stdout:Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2024-02-11T16:31:19.232 INFO:teuthology.orchestra.run.smithi086.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2024-02-11T16:31:19.233 INFO:teuthology.orchestra.run.smithi115.stdout:Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2024-02-11T16:31:19.241 INFO:teuthology.orchestra.run.smithi115.stdout:Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2024-02-11T16:31:19.254 INFO:teuthology.orchestra.run.smithi086.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2024-02-11T16:31:19.303 INFO:teuthology.orchestra.run.smithi115.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2024-02-11T16:31:19.344 INFO:teuthology.orchestra.run.smithi115.stdout:Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2024-02-11T16:31:19.347 INFO:teuthology.orchestra.run.smithi086.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2024-02-11T16:31:19.347 INFO:teuthology.orchestra.run.smithi086.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2024-02-11T16:31:19.349 INFO:teuthology.orchestra.run.smithi086.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2024-02-11T16:31:19.361 INFO:teuthology.orchestra.run.smithi115.stdout:Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2024-02-11T16:31:19.363 INFO:teuthology.orchestra.run.smithi086.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2024-02-11T16:31:19.365 INFO:teuthology.orchestra.run.smithi115.stdout:Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2024-02-11T16:31:19.365 INFO:teuthology.orchestra.run.smithi115.stdout:Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2024-02-11T16:31:19.366 INFO:teuthology.orchestra.run.smithi115.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2024-02-11T16:31:19.366 INFO:teuthology.orchestra.run.smithi115.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2024-02-11T16:31:19.366 INFO:teuthology.orchestra.run.smithi115.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2024-02-11T16:31:19.367 INFO:teuthology.orchestra.run.smithi115.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2024-02-11T16:31:19.367 INFO:teuthology.orchestra.run.smithi115.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2024-02-11T16:31:19.386 INFO:teuthology.orchestra.run.smithi086.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2024-02-11T16:31:19.393 INFO:teuthology.orchestra.run.smithi086.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2024-02-11T16:31:19.393 INFO:teuthology.orchestra.run.smithi086.stdout:Get:16 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2024-02-11T16:31:19.393 INFO:teuthology.orchestra.run.smithi086.stdout:Get:17 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2024-02-11T16:31:19.825 INFO:teuthology.orchestra.run.smithi115.stdout:Get:22 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2024-02-11T16:31:19.854 INFO:teuthology.orchestra.run.smithi115.stdout:Get:23 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2024-02-11T16:31:19.863 INFO:teuthology.orchestra.run.smithi115.stdout:Get:24 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2024-02-11T16:31:19.865 INFO:teuthology.orchestra.run.smithi086.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,665 kB] 2024-02-11T16:31:19.916 INFO:teuthology.orchestra.run.smithi115.stdout:Get:25 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2024-02-11T16:31:19.917 INFO:teuthology.orchestra.run.smithi115.stdout:Get:26 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2024-02-11T16:31:19.920 INFO:teuthology.orchestra.run.smithi115.stdout:Get:27 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2024-02-11T16:31:19.943 INFO:teuthology.orchestra.run.smithi115.stdout:Get:28 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2024-02-11T16:31:19.969 INFO:teuthology.orchestra.run.smithi115.stdout:Get:29 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2024-02-11T16:31:19.993 INFO:teuthology.orchestra.run.smithi115.stdout:Get:30 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2024-02-11T16:31:20.141 INFO:teuthology.orchestra.run.smithi086.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2024-02-11T16:31:20.156 INFO:teuthology.orchestra.run.smithi115.stdout:Get:31 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2024-02-11T16:31:20.221 INFO:teuthology.orchestra.run.smithi086.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2024-02-11T16:31:20.226 INFO:teuthology.orchestra.run.smithi086.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2024-02-11T16:31:20.239 INFO:teuthology.orchestra.run.smithi115.stdout:Get:32 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2024-02-11T16:31:20.419 INFO:teuthology.orchestra.run.smithi086.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2024-02-11T16:31:20.447 INFO:teuthology.orchestra.run.smithi086.stdout:Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2024-02-11T16:31:20.736 INFO:teuthology.orchestra.run.smithi086.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2024-02-11T16:31:20.996 INFO:teuthology.orchestra.run.smithi086.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2024-02-11T16:31:21.064 INFO:teuthology.orchestra.run.smithi086.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2024-02-11T16:31:21.065 INFO:teuthology.orchestra.run.smithi086.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2024-02-11T16:31:21.069 INFO:teuthology.orchestra.run.smithi086.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2024-02-11T16:31:21.071 INFO:teuthology.orchestra.run.smithi086.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2024-02-11T16:31:21.080 INFO:teuthology.orchestra.run.smithi086.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2024-02-11T16:31:21.089 INFO:teuthology.orchestra.run.smithi086.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2024-02-11T16:31:21.091 INFO:teuthology.orchestra.run.smithi086.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2024-02-11T16:31:21.900 INFO:teuthology.orchestra.run.smithi086.stdout:Fetched 20.1 MB in 3s (6,348 kB/s) 2024-02-11T16:31:21.950 INFO:teuthology.orchestra.run.smithi115.stdout:Fetched 20.1 MB in 3s (6,272 kB/s) 2024-02-11T16:31:23.634 INFO:teuthology.orchestra.run.smithi086.stdout:Reading package lists... 2024-02-11T16:31:23.651 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-02-11T16:31:23.686 DEBUG:teuthology.orchestra.run.smithi086:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-11T16:31:23.703 DEBUG:teuthology.orchestra.run.smithi115:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-11T16:31:23.771 INFO:teuthology.orchestra.run.smithi086.stdout:Reading package lists... 2024-02-11T16:31:23.791 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-02-11T16:31:24.050 INFO:teuthology.orchestra.run.smithi086.stdout:Building dependency tree... 2024-02-11T16:31:24.050 INFO:teuthology.orchestra.run.smithi086.stdout:Reading state information... 2024-02-11T16:31:24.084 INFO:teuthology.orchestra.run.smithi115.stdout:Building dependency tree... 2024-02-11T16:31:24.085 INFO:teuthology.orchestra.run.smithi115.stdout:Reading state information... 2024-02-11T16:31:24.265 INFO:teuthology.orchestra.run.smithi086.stdout:The following additional packages will be installed: 2024-02-11T16:31:24.265 INFO:teuthology.orchestra.run.smithi086.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-02-11T16:31:24.265 INFO:teuthology.orchestra.run.smithi086.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2024-02-11T16:31:24.266 INFO:teuthology.orchestra.run.smithi086.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2024-02-11T16:31:24.268 INFO:teuthology.orchestra.run.smithi086.stdout:Suggested packages: 2024-02-11T16:31:24.268 INFO:teuthology.orchestra.run.smithi086.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2024-02-11T16:31:24.268 INFO:teuthology.orchestra.run.smithi086.stdout:Recommended packages: 2024-02-11T16:31:24.268 INFO:teuthology.orchestra.run.smithi086.stdout: thermald 2024-02-11T16:31:24.303 INFO:teuthology.orchestra.run.smithi115.stdout:The following additional packages will be installed: 2024-02-11T16:31:24.303 INFO:teuthology.orchestra.run.smithi115.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-02-11T16:31:24.303 INFO:teuthology.orchestra.run.smithi115.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2024-02-11T16:31:24.304 INFO:teuthology.orchestra.run.smithi115.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2024-02-11T16:31:24.306 INFO:teuthology.orchestra.run.smithi115.stdout:Suggested packages: 2024-02-11T16:31:24.306 INFO:teuthology.orchestra.run.smithi115.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2024-02-11T16:31:24.306 INFO:teuthology.orchestra.run.smithi115.stdout:Recommended packages: 2024-02-11T16:31:24.306 INFO:teuthology.orchestra.run.smithi115.stdout: thermald 2024-02-11T16:31:24.334 INFO:teuthology.orchestra.run.smithi086.stdout:The following NEW packages will be installed: 2024-02-11T16:31:24.334 INFO:teuthology.orchestra.run.smithi086.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-02-11T16:31:24.335 INFO:teuthology.orchestra.run.smithi086.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2024-02-11T16:31:24.335 INFO:teuthology.orchestra.run.smithi086.stdout: linux-modules-extra-4.15.0-213-generic 2024-02-11T16:31:24.337 INFO:teuthology.orchestra.run.smithi086.stdout:The following packages will be upgraded: 2024-02-11T16:31:24.338 INFO:teuthology.orchestra.run.smithi086.stdout: linux-generic linux-headers-generic linux-image-generic 2024-02-11T16:31:24.372 INFO:teuthology.orchestra.run.smithi115.stdout:The following NEW packages will be installed: 2024-02-11T16:31:24.372 INFO:teuthology.orchestra.run.smithi115.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-02-11T16:31:24.372 INFO:teuthology.orchestra.run.smithi115.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2024-02-11T16:31:24.373 INFO:teuthology.orchestra.run.smithi115.stdout: linux-modules-extra-4.15.0-213-generic 2024-02-11T16:31:24.374 INFO:teuthology.orchestra.run.smithi115.stdout:The following packages will be upgraded: 2024-02-11T16:31:24.375 INFO:teuthology.orchestra.run.smithi115.stdout: linux-generic linux-headers-generic linux-image-generic 2024-02-11T16:31:24.399 INFO:teuthology.orchestra.run.smithi086.stdout:3 upgraded, 5 newly installed, 0 to remove and 165 not upgraded. 2024-02-11T16:31:24.399 INFO:teuthology.orchestra.run.smithi086.stdout:Need to get 67.4 MB of archives. 2024-02-11T16:31:24.399 INFO:teuthology.orchestra.run.smithi086.stdout:After this operation, 351 MB of additional disk space will be used. 2024-02-11T16:31:24.399 INFO:teuthology.orchestra.run.smithi086.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-4.15.0-213-generic amd64 4.15.0-213.224 [13.4 MB] 2024-02-11T16:31:24.560 INFO:teuthology.orchestra.run.smithi115.stdout:3 upgraded, 5 newly installed, 0 to remove and 165 not upgraded. 2024-02-11T16:31:24.560 INFO:teuthology.orchestra.run.smithi115.stdout:Need to get 67.4 MB of archives. 2024-02-11T16:31:24.560 INFO:teuthology.orchestra.run.smithi115.stdout:After this operation, 351 MB of additional disk space will be used. 2024-02-11T16:31:24.560 INFO:teuthology.orchestra.run.smithi115.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-4.15.0-213-generic amd64 4.15.0-213.224 [13.4 MB] 2024-02-11T16:31:24.783 INFO:teuthology.orchestra.run.smithi086.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-4.15.0-213-generic amd64 4.15.0-213.224 [8,111 kB] 2024-02-11T16:31:24.990 INFO:teuthology.orchestra.run.smithi086.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-extra-4.15.0-213-generic amd64 4.15.0-213.224 [33.7 MB] 2024-02-11T16:31:25.619 INFO:teuthology.orchestra.run.smithi115.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-4.15.0-213-generic amd64 4.15.0-213.224 [8,111 kB] 2024-02-11T16:31:25.663 INFO:teuthology.orchestra.run.smithi086.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2024-02-11T16:31:25.663 INFO:teuthology.orchestra.run.smithi086.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-generic amd64 4.15.0.213.196 [2,460 B] 2024-02-11T16:31:25.664 INFO:teuthology.orchestra.run.smithi086.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213 all 4.15.0-213.224 [11.0 MB] 2024-02-11T16:31:25.840 INFO:teuthology.orchestra.run.smithi086.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213-generic amd64 4.15.0-213.224 [1,250 kB] 2024-02-11T16:31:25.862 INFO:teuthology.orchestra.run.smithi086.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-generic amd64 4.15.0.213.196 [2,360 B] 2024-02-11T16:31:25.871 INFO:teuthology.orchestra.run.smithi115.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-extra-4.15.0-213-generic amd64 4.15.0-213.224 [33.7 MB] 2024-02-11T16:31:26.527 INFO:teuthology.orchestra.run.smithi086.stdout:Fetched 67.4 MB in 2s (44.7 MB/s) 2024-02-11T16:31:26.681 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2024-02-11T16:31:26.910 INFO:teuthology.orchestra.run.smithi115.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2024-02-11T16:31:26.910 INFO:teuthology.orchestra.run.smithi115.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-generic amd64 4.15.0.213.196 [2,460 B] 2024-02-11T16:31:26.910 INFO:teuthology.orchestra.run.smithi115.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213 all 4.15.0-213.224 [11.0 MB] 2024-02-11T16:31:27.238 INFO:teuthology.orchestra.run.smithi115.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213-generic amd64 4.15.0-213.224 [1,250 kB] 2024-02-11T16:31:27.278 INFO:teuthology.orchestra.run.smithi115.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-generic amd64 4.15.0.213.196 [2,360 B] 2024-02-11T16:31:27.594 INFO:teuthology.orchestra.run.smithi086.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 135963 files and directories currently installed.) 2024-02-11T16:31:27.598 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-11T16:31:27.686 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-11T16:31:27.946 INFO:teuthology.orchestra.run.smithi115.stdout:Fetched 67.4 MB in 3s (23.4 MB/s) 2024-02-11T16:31:28.111 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2024-02-11T16:31:29.056 INFO:teuthology.orchestra.run.smithi115.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 135963 files and directories currently installed.) 2024-02-11T16:31:29.060 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-11T16:31:29.133 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-11T16:31:29.472 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2024-02-11T16:31:29.488 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-11T16:31:29.595 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-11T16:31:30.107 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2024-02-11T16:31:30.124 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-11T16:31:30.166 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-11T16:31:31.592 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2024-02-11T16:31:31.605 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-11T16:31:31.717 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-11T16:31:32.262 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2024-02-11T16:31:32.276 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-11T16:31:32.312 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-11T16:31:34.023 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2024-02-11T16:31:34.140 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-02-11T16:31:34.481 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2024-02-11T16:31:34.594 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-02-11T16:31:34.905 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2024-02-11T16:31:34.922 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2024-02-11T16:31:34.963 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-02-11T16:31:36.192 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2024-02-11T16:31:36.316 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-02-11T16:31:36.659 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2024-02-11T16:31:36.786 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-02-11T16:31:37.105 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2024-02-11T16:31:37.119 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2024-02-11T16:31:37.156 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-02-11T16:31:39.759 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2024-02-11T16:31:39.784 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-11T16:31:39.817 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-11T16:31:41.892 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2024-02-11T16:31:41.915 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-11T16:31:41.959 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-11T16:31:42.222 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2024-02-11T16:31:42.329 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-02-11T16:31:42.658 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-11T16:31:43.251 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-11T16:31:43.758 INFO:teuthology.orchestra.run.smithi086.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2024-02-11T16:31:43.758 INFO:teuthology.orchestra.run.smithi086.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2024-02-11T16:31:43.758 INFO:teuthology.orchestra.run.smithi086.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2024-02-11T16:31:43.758 INFO:teuthology.orchestra.run.smithi086.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2024-02-11T16:31:43.903 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-11T16:31:44.332 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2024-02-11T16:31:44.429 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-02-11T16:31:44.438 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-02-11T16:31:44.556 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2024-02-11T16:31:44.682 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-11T16:31:44.783 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-11T16:31:44.832 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2024-02-11T16:31:44.958 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-generic (4.15.0.213.196) ... 2024-02-11T16:31:45.085 INFO:teuthology.orchestra.run.smithi086.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-11T16:31:45.282 INFO:teuthology.orchestra.run.smithi086.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-11T16:31:45.283 INFO:teuthology.orchestra.run.smithi086.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2024-02-11T16:31:45.459 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-11T16:31:45.948 INFO:teuthology.orchestra.run.smithi115.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2024-02-11T16:31:45.948 INFO:teuthology.orchestra.run.smithi115.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2024-02-11T16:31:45.948 INFO:teuthology.orchestra.run.smithi115.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2024-02-11T16:31:45.949 INFO:teuthology.orchestra.run.smithi115.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2024-02-11T16:31:46.078 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-11T16:31:46.588 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-02-11T16:31:46.714 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2024-02-11T16:31:46.840 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-11T16:31:46.966 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2024-02-11T16:31:47.092 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-generic (4.15.0.213.196) ... 2024-02-11T16:31:47.235 INFO:teuthology.orchestra.run.smithi115.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-11T16:31:47.441 INFO:teuthology.orchestra.run.smithi115.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-11T16:31:47.441 INFO:teuthology.orchestra.run.smithi115.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2024-02-11T16:32:02.334 INFO:teuthology.orchestra.run.smithi086.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-11T16:32:02.334 INFO:teuthology.orchestra.run.smithi086.stdout:Sourcing file `/etc/default/grub' 2024-02-11T16:32:02.357 INFO:teuthology.orchestra.run.smithi086.stdout:Generating grub configuration file ... 2024-02-11T16:32:02.968 INFO:teuthology.orchestra.run.smithi086.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-02-11T16:32:03.028 INFO:teuthology.orchestra.run.smithi086.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-02-11T16:32:03.409 INFO:teuthology.orchestra.run.smithi086.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-02-11T16:32:03.444 INFO:teuthology.orchestra.run.smithi086.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-02-11T16:32:03.520 INFO:teuthology.orchestra.run.smithi086.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-02-11T16:32:03.549 INFO:teuthology.orchestra.run.smithi086.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-02-11T16:32:04.083 INFO:teuthology.orchestra.run.smithi115.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-11T16:32:04.083 INFO:teuthology.orchestra.run.smithi115.stdout:Sourcing file `/etc/default/grub' 2024-02-11T16:32:04.133 INFO:teuthology.orchestra.run.smithi115.stdout:Generating grub configuration file ... 2024-02-11T16:32:04.524 INFO:teuthology.orchestra.run.smithi115.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-02-11T16:32:04.556 INFO:teuthology.orchestra.run.smithi115.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-02-11T16:32:04.637 INFO:teuthology.orchestra.run.smithi086.stdout:done 2024-02-11T16:32:04.935 INFO:teuthology.orchestra.run.smithi115.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-02-11T16:32:04.970 INFO:teuthology.orchestra.run.smithi115.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-02-11T16:32:05.042 INFO:teuthology.orchestra.run.smithi115.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-02-11T16:32:05.069 INFO:teuthology.orchestra.run.smithi115.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-02-11T16:32:05.088 DEBUG:teuthology.orchestra.run.smithi086:> dpkg -s linux-image-generic 2024-02-11T16:32:05.104 INFO:teuthology.orchestra.run.smithi086.stdout:Package: linux-image-generic 2024-02-11T16:32:05.104 INFO:teuthology.orchestra.run.smithi086.stdout:Status: install ok installed 2024-02-11T16:32:05.104 INFO:teuthology.orchestra.run.smithi086.stdout:Priority: optional 2024-02-11T16:32:05.105 INFO:teuthology.orchestra.run.smithi086.stdout:Section: kernel 2024-02-11T16:32:05.105 INFO:teuthology.orchestra.run.smithi086.stdout:Installed-Size: 18 2024-02-11T16:32:05.105 INFO:teuthology.orchestra.run.smithi086.stdout:Maintainer: Ubuntu Kernel Team 2024-02-11T16:32:05.105 INFO:teuthology.orchestra.run.smithi086.stdout:Architecture: amd64 2024-02-11T16:32:05.105 INFO:teuthology.orchestra.run.smithi086.stdout:Source: linux-meta 2024-02-11T16:32:05.105 INFO:teuthology.orchestra.run.smithi086.stdout:Version: 4.15.0.213.196 2024-02-11T16:32:05.105 INFO:teuthology.orchestra.run.smithi086.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-02-11T16:32:05.105 INFO:teuthology.orchestra.run.smithi086.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-11T16:32:05.105 INFO:teuthology.orchestra.run.smithi086.stdout:Recommends: thermald 2024-02-11T16:32:05.105 INFO:teuthology.orchestra.run.smithi086.stdout:Description: Generic Linux kernel image 2024-02-11T16:32:05.105 INFO:teuthology.orchestra.run.smithi086.stdout: This package will always depend on the latest generic kernel image 2024-02-11T16:32:05.105 INFO:teuthology.orchestra.run.smithi086.stdout: available. 2024-02-11T16:32:05.105 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2024-02-11T16:32:05.106 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-11T16:32:05.106 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-11T16:32:05.106 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-11T16:32:05.106 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi086.front.sepia.ceph.com, path=None, version=distro) 2024-02-11T16:32:05.106 DEBUG:teuthology.orchestra.run.smithi086:> sudo apt-get clean 2024-02-11T16:32:05.203 DEBUG:teuthology.orchestra.run.smithi086:> sudo apt-get update 2024-02-11T16:32:05.376 INFO:teuthology.orchestra.run.smithi086.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-02-11T16:32:05.406 INFO:teuthology.orchestra.run.smithi086.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2024-02-11T16:32:05.442 INFO:teuthology.orchestra.run.smithi086.stdout:Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease 2024-02-11T16:32:05.443 INFO:teuthology.orchestra.run.smithi086.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2024-02-11T16:32:06.079 INFO:teuthology.orchestra.run.smithi115.stdout:done 2024-02-11T16:32:06.550 DEBUG:teuthology.orchestra.run.smithi115:> dpkg -s linux-image-generic 2024-02-11T16:32:06.568 INFO:teuthology.orchestra.run.smithi115.stdout:Package: linux-image-generic 2024-02-11T16:32:06.568 INFO:teuthology.orchestra.run.smithi115.stdout:Status: install ok installed 2024-02-11T16:32:06.568 INFO:teuthology.orchestra.run.smithi115.stdout:Priority: optional 2024-02-11T16:32:06.568 INFO:teuthology.orchestra.run.smithi115.stdout:Section: kernel 2024-02-11T16:32:06.568 INFO:teuthology.orchestra.run.smithi115.stdout:Installed-Size: 18 2024-02-11T16:32:06.568 INFO:teuthology.orchestra.run.smithi115.stdout:Maintainer: Ubuntu Kernel Team 2024-02-11T16:32:06.568 INFO:teuthology.orchestra.run.smithi115.stdout:Architecture: amd64 2024-02-11T16:32:06.568 INFO:teuthology.orchestra.run.smithi115.stdout:Source: linux-meta 2024-02-11T16:32:06.569 INFO:teuthology.orchestra.run.smithi115.stdout:Version: 4.15.0.213.196 2024-02-11T16:32:06.569 INFO:teuthology.orchestra.run.smithi115.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-02-11T16:32:06.569 INFO:teuthology.orchestra.run.smithi115.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-11T16:32:06.569 INFO:teuthology.orchestra.run.smithi115.stdout:Recommends: thermald 2024-02-11T16:32:06.569 INFO:teuthology.orchestra.run.smithi115.stdout:Description: Generic Linux kernel image 2024-02-11T16:32:06.569 INFO:teuthology.orchestra.run.smithi115.stdout: This package will always depend on the latest generic kernel image 2024-02-11T16:32:06.569 INFO:teuthology.orchestra.run.smithi115.stdout: available. 2024-02-11T16:32:06.569 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2024-02-11T16:32:06.569 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-11T16:32:06.569 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-11T16:32:06.569 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-11T16:32:06.569 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi115.front.sepia.ceph.com, path=None, version=distro) 2024-02-11T16:32:06.570 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-get clean 2024-02-11T16:32:06.683 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-get update 2024-02-11T16:32:06.813 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2024-02-11T16:32:06.925 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-02-11T16:32:07.007 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2024-02-11T16:32:07.088 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2024-02-11T16:32:07.462 INFO:teuthology.orchestra.run.smithi086.stdout:Reading package lists... 2024-02-11T16:32:07.515 DEBUG:teuthology.orchestra.run.smithi086:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-11T16:32:07.592 INFO:teuthology.orchestra.run.smithi086.stdout:Reading package lists... 2024-02-11T16:32:07.868 INFO:teuthology.orchestra.run.smithi086.stdout:Building dependency tree... 2024-02-11T16:32:07.868 INFO:teuthology.orchestra.run.smithi086.stdout:Reading state information... 2024-02-11T16:32:08.086 INFO:teuthology.orchestra.run.smithi086.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2024-02-11T16:32:08.086 INFO:teuthology.orchestra.run.smithi086.stdout:The following packages were automatically installed and are no longer required: 2024-02-11T16:32:08.086 INFO:teuthology.orchestra.run.smithi086.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2024-02-11T16:32:08.086 INFO:teuthology.orchestra.run.smithi086.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2024-02-11T16:32:08.087 INFO:teuthology.orchestra.run.smithi086.stdout: linux-modules-extra-4.15.0-194-generic 2024-02-11T16:32:08.087 INFO:teuthology.orchestra.run.smithi086.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-11T16:32:08.142 INFO:teuthology.orchestra.run.smithi086.stdout:0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded. 2024-02-11T16:32:08.144 DEBUG:teuthology.orchestra.run.smithi086:> dpkg -s linux-image-generic 2024-02-11T16:32:08.209 INFO:teuthology.orchestra.run.smithi086.stdout:Package: linux-image-generic 2024-02-11T16:32:08.210 INFO:teuthology.orchestra.run.smithi086.stdout:Status: install ok installed 2024-02-11T16:32:08.210 INFO:teuthology.orchestra.run.smithi086.stdout:Priority: optional 2024-02-11T16:32:08.210 INFO:teuthology.orchestra.run.smithi086.stdout:Section: kernel 2024-02-11T16:32:08.210 INFO:teuthology.orchestra.run.smithi086.stdout:Installed-Size: 18 2024-02-11T16:32:08.210 INFO:teuthology.orchestra.run.smithi086.stdout:Maintainer: Ubuntu Kernel Team 2024-02-11T16:32:08.210 INFO:teuthology.orchestra.run.smithi086.stdout:Architecture: amd64 2024-02-11T16:32:08.210 INFO:teuthology.orchestra.run.smithi086.stdout:Source: linux-meta 2024-02-11T16:32:08.210 INFO:teuthology.orchestra.run.smithi086.stdout:Version: 4.15.0.213.196 2024-02-11T16:32:08.210 INFO:teuthology.orchestra.run.smithi086.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-02-11T16:32:08.210 INFO:teuthology.orchestra.run.smithi086.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-11T16:32:08.210 INFO:teuthology.orchestra.run.smithi086.stdout:Recommends: thermald 2024-02-11T16:32:08.210 INFO:teuthology.orchestra.run.smithi086.stdout:Description: Generic Linux kernel image 2024-02-11T16:32:08.211 INFO:teuthology.orchestra.run.smithi086.stdout: This package will always depend on the latest generic kernel image 2024-02-11T16:32:08.211 INFO:teuthology.orchestra.run.smithi086.stdout: available. 2024-02-11T16:32:08.211 DEBUG:teuthology.orchestra.run.smithi086:> mktemp 2024-02-11T16:32:08.256 INFO:teuthology.orchestra.run.smithi086.stdout:/tmp/tmp.nY12H8BJXn 2024-02-11T16:32:08.256 DEBUG:teuthology.orchestra.run.smithi086:> sudo cp /boot/grub/grub.cfg /tmp/tmp.nY12H8BJXn 2024-02-11T16:32:08.324 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod 0666 /tmp/tmp.nY12H8BJXn 2024-02-11T16:32:08.462 DEBUG:teuthology.orchestra.remote:smithi086:/tmp/tmp.nY12H8BJXn is 10KB 2024-02-11T16:32:08.473 DEBUG:teuthology.orchestra.run.smithi086:> rm -fr /tmp/tmp.nY12H8BJXn 2024-02-11T16:32:08.479 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-11T16:32:08.537 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-02-11T16:32:08.537 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-11T16:32:08.537 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-11T16:32:08.618 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2024-02-11T16:32:08.618 DEBUG:teuthology.orchestra.run.smithi086:> sudo update-grub 2024-02-11T16:32:08.917 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-02-11T16:32:08.968 DEBUG:teuthology.orchestra.run.smithi115:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-11T16:32:09.052 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-02-11T16:32:09.318 INFO:teuthology.orchestra.run.smithi115.stdout:Building dependency tree... 2024-02-11T16:32:09.319 INFO:teuthology.orchestra.run.smithi115.stdout:Reading state information... 2024-02-11T16:32:09.527 INFO:teuthology.orchestra.run.smithi115.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2024-02-11T16:32:09.527 INFO:teuthology.orchestra.run.smithi115.stdout:The following packages were automatically installed and are no longer required: 2024-02-11T16:32:09.527 INFO:teuthology.orchestra.run.smithi115.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2024-02-11T16:32:09.527 INFO:teuthology.orchestra.run.smithi115.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2024-02-11T16:32:09.527 INFO:teuthology.orchestra.run.smithi115.stdout: linux-modules-extra-4.15.0-194-generic 2024-02-11T16:32:09.527 INFO:teuthology.orchestra.run.smithi115.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-11T16:32:09.581 INFO:teuthology.orchestra.run.smithi115.stdout:0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded. 2024-02-11T16:32:09.583 DEBUG:teuthology.orchestra.run.smithi115:> dpkg -s linux-image-generic 2024-02-11T16:32:09.601 INFO:teuthology.orchestra.run.smithi115.stdout:Package: linux-image-generic 2024-02-11T16:32:09.601 INFO:teuthology.orchestra.run.smithi115.stdout:Status: install ok installed 2024-02-11T16:32:09.601 INFO:teuthology.orchestra.run.smithi115.stdout:Priority: optional 2024-02-11T16:32:09.601 INFO:teuthology.orchestra.run.smithi115.stdout:Section: kernel 2024-02-11T16:32:09.601 INFO:teuthology.orchestra.run.smithi115.stdout:Installed-Size: 18 2024-02-11T16:32:09.601 INFO:teuthology.orchestra.run.smithi115.stdout:Maintainer: Ubuntu Kernel Team 2024-02-11T16:32:09.601 INFO:teuthology.orchestra.run.smithi115.stdout:Architecture: amd64 2024-02-11T16:32:09.601 INFO:teuthology.orchestra.run.smithi115.stdout:Source: linux-meta 2024-02-11T16:32:09.601 INFO:teuthology.orchestra.run.smithi115.stdout:Version: 4.15.0.213.196 2024-02-11T16:32:09.601 INFO:teuthology.orchestra.run.smithi115.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-02-11T16:32:09.601 INFO:teuthology.orchestra.run.smithi115.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-11T16:32:09.602 INFO:teuthology.orchestra.run.smithi115.stdout:Recommends: thermald 2024-02-11T16:32:09.602 INFO:teuthology.orchestra.run.smithi115.stdout:Description: Generic Linux kernel image 2024-02-11T16:32:09.602 INFO:teuthology.orchestra.run.smithi115.stdout: This package will always depend on the latest generic kernel image 2024-02-11T16:32:09.602 INFO:teuthology.orchestra.run.smithi115.stdout: available. 2024-02-11T16:32:09.602 DEBUG:teuthology.orchestra.run.smithi115:> mktemp 2024-02-11T16:32:09.652 INFO:teuthology.orchestra.run.smithi115.stdout:/tmp/tmp.bjjnCdxfJN 2024-02-11T16:32:09.653 DEBUG:teuthology.orchestra.run.smithi115:> sudo cp /boot/grub/grub.cfg /tmp/tmp.bjjnCdxfJN 2024-02-11T16:32:09.710 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod 0666 /tmp/tmp.bjjnCdxfJN 2024-02-11T16:32:09.851 DEBUG:teuthology.orchestra.remote:smithi115:/tmp/tmp.bjjnCdxfJN is 10KB 2024-02-11T16:32:09.901 DEBUG:teuthology.orchestra.run.smithi115:> rm -fr /tmp/tmp.bjjnCdxfJN 2024-02-11T16:32:09.908 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-11T16:32:09.966 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-02-11T16:32:09.966 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-11T16:32:09.966 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-11T16:32:10.038 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2024-02-11T16:32:10.038 DEBUG:teuthology.orchestra.run.smithi115:> sudo update-grub 2024-02-11T16:32:10.200 INFO:teuthology.orchestra.run.smithi086.stderr:Sourcing file `/etc/default/grub' 2024-02-11T16:32:10.211 INFO:teuthology.orchestra.run.smithi086.stderr:Generating grub configuration file ... 2024-02-11T16:32:10.474 INFO:teuthology.orchestra.run.smithi086.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-02-11T16:32:10.485 INFO:teuthology.orchestra.run.smithi086.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-02-11T16:32:10.846 INFO:teuthology.orchestra.run.smithi086.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-02-11T16:32:10.859 INFO:teuthology.orchestra.run.smithi086.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-02-11T16:32:10.935 INFO:teuthology.orchestra.run.smithi086.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-02-11T16:32:10.948 INFO:teuthology.orchestra.run.smithi086.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-02-11T16:32:11.588 INFO:teuthology.orchestra.run.smithi115.stderr:Sourcing file `/etc/default/grub' 2024-02-11T16:32:11.615 INFO:teuthology.orchestra.run.smithi115.stderr:Generating grub configuration file ... 2024-02-11T16:32:11.631 INFO:teuthology.orchestra.run.smithi086.stderr:done 2024-02-11T16:32:11.633 DEBUG:teuthology.orchestra.run.smithi086:> sudo shutdown -r now 2024-02-11T16:32:11.937 INFO:teuthology.orchestra.run.smithi115.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-02-11T16:32:11.948 INFO:teuthology.orchestra.run.smithi115.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-02-11T16:32:12.266 INFO:teuthology.orchestra.run.smithi115.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-02-11T16:32:12.278 INFO:teuthology.orchestra.run.smithi115.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-02-11T16:32:12.354 INFO:teuthology.orchestra.run.smithi115.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-02-11T16:32:12.367 INFO:teuthology.orchestra.run.smithi115.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-02-11T16:32:13.020 INFO:teuthology.orchestra.run.smithi115.stderr:done 2024-02-11T16:32:13.021 DEBUG:teuthology.orchestra.run.smithi115:> sudo shutdown -r now 2024-02-11T16:32:41.657 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-11T16:32:41.658 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-02-11T16:32:41.659 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:32:43.024 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-11T16:32:43.024 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-11T16:32:43.024 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:33:00.220 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-02-11T16:33:01.500 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-02-11T16:33:09.228 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-02-11T16:33:09.229 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:33:10.502 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-11T16:33:10.502 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:33:12.284 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-02-11T16:33:13.564 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-02-11T16:33:24.296 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-02-11T16:33:24.296 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:33:25.567 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-11T16:33:25.567 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:33:27.356 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-02-11T16:33:28.636 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-02-11T16:33:42.371 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-02-11T16:33:42.372 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:33:43.638 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-11T16:33:43.639 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:33:45.436 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-02-11T16:33:46.716 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-02-11T16:34:03.453 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-02-11T16:34:03.454 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:34:04.718 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-11T16:34:04.719 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:34:06.524 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-02-11T16:34:07.772 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-02-11T16:34:27.544 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-02-11T16:34:27.546 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:34:28.774 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-11T16:34:28.774 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:34:30.620 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-02-11T16:34:31.836 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-02-11T16:34:54.644 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-02-11T16:34:54.645 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:34:55.838 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-11T16:34:55.838 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:35:13.084 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-02-11T16:35:14.364 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-02-11T16:35:40.108 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-02-11T16:35:40.109 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:35:41.366 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-11T16:35:41.367 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:35:43.164 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-02-11T16:35:44.444 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-02-11T16:36:13.186 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-02-11T16:36:13.188 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:36:14.445 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-11T16:36:14.446 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:36:16.252 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-02-11T16:36:17.500 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-02-11T16:36:49.284 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-02-11T16:36:49.285 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:36:50.501 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-11T16:36:50.502 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:36:52.348 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-02-11T16:36:53.564 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-02-11T16:37:28.382 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-02-11T16:37:28.383 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:37:29.566 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-11T16:37:29.567 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:37:31.452 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-02-11T16:37:32.636 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-02-11T16:38:10.489 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-02-11T16:38:10.490 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:38:11.637 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-11T16:38:11.638 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:38:13.564 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-02-11T16:38:14.716 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-02-11T16:38:43.591 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-02-11T16:38:43.592 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:38:44.718 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-11T16:38:44.718 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:38:46.652 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-02-11T16:38:46.652 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (14) after waiting for 300 seconds 2024-02-11T16:38:46.652 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.15.0-213-generic"... 2024-02-11T16:38:46.653 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-02-11T16:38:46.653 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:38:47.776 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-02-11T16:38:47.776 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (14) after waiting for 300 seconds 2024-02-11T16:38:47.776 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.15.0-213-generic"... 2024-02-11T16:38:47.776 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-11T16:38:47.777 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:38:49.728 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-02-11T16:38:50.848 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-02-11T16:38:58.736 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-02-11T16:38:58.737 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:38:59.850 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-11T16:38:59.851 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:39:01.788 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-02-11T16:39:02.908 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-02-11T16:39:13.800 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-02-11T16:39:13.801 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:39:14.910 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-11T16:39:14.911 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:39:16.864 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-02-11T16:39:17.984 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-02-11T16:39:19.866 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-02-11T16:39:19.867 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:39:19.932 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-02-11T16:39:19.932 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2024-02-11T16:39:19.932 ERROR:teuthology.task.kernel:Saw exception Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/task/kernel.py", line 710, in wait_for_reboot assert not need_to_install(ctx, client, need_install[client]), \ File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/task/kernel.py", line 182, in need_to_install ctx.cluster.only(role).run( File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi086 2024-02-11T16:39:19.934 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/task/kernel.py", line 1237, in task p.spawn(process_role, ctx, config, timeout, role, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/task/kernel.py", line 1342, in process_role wait_for_reboot(ctx, {role: need_version}, timeout, config) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/task/kernel.py", line 710, in wait_for_reboot assert not need_to_install(ctx, client, need_install[client]), \ File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/task/kernel.py", line 182, in need_to_install ctx.cluster.only(role).run( File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi086 2024-02-11T16:39:20.159 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=cd6f1bc95d8f4e7588733a22e9a6030f Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/task/kernel.py", line 1237, in task p.spawn(process_role, ctx, config, timeout, role, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/task/kernel.py", line 1342, in process_role wait_for_reboot(ctx, {role: need_version}, timeout, config) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/task/kernel.py", line 710, in wait_for_reboot assert not need_to_install(ctx, client, need_install[client]), \ File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/task/kernel.py", line 182, in need_to_install ctx.cluster.only(role).run( File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi086 2024-02-11T16:39:20.163 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-11T16:39:20.172 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-11T16:39:20.192 INFO:teuthology.nuke:Checking targets against current locks 2024-02-11T16:39:20.239 DEBUG:teuthology.nuke:shortname: smithi086 2024-02-11T16:39:20.240 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-11T16:39:20.264 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi086.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556226', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-11 16:21:23.628134', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2024-02-11T16:39:20.267 DEBUG:teuthology.nuke:shortname: smithi115 2024-02-11T16:39:20.267 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-11T16:39:20.286 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi115.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556226', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-11 16:21:23.629879', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2024-02-11T16:39:20.318 INFO:teuthology.orchestra.console.smithi086:Power off 2024-02-11T16:39:20.318 DEBUG:teuthology.orchestra.console.smithi086:pexpect command: ipmitool -H smithi086.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-11T16:39:20.342 DEBUG:teuthology.orchestra.console.smithi086:power off output: Chassis Power Control: Down/Off 2024-02-11T16:39:20.342 DEBUG:teuthology.orchestra.console.smithi086:pexpect command: ipmitool -H smithi086.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T16:39:20.357 INFO:teuthology.orchestra.console.smithi115:Power off 2024-02-11T16:39:20.357 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-11T16:39:20.365 DEBUG:teuthology.orchestra.console.smithi086:check power output: Chassis Power is on 2024-02-11T16:39:20.379 DEBUG:teuthology.orchestra.console.smithi115:power off output: Chassis Power Control: Down/Off 2024-02-11T16:39:20.379 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T16:39:20.405 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2024-02-11T16:39:20.985 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-02-11T16:39:20.987 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:39:21.052 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-02-11T16:39:21.052 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2024-02-11T16:39:21.053 ERROR:teuthology.task.kernel:Saw exception Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/task/kernel.py", line 710, in wait_for_reboot assert not need_to_install(ctx, client, need_install[client]), \ File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/task/kernel.py", line 182, in need_to_install ctx.cluster.only(role).run( File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi115 2024-02-11T16:39:24.370 DEBUG:teuthology.orchestra.console.smithi086:pexpect command: ipmitool -H smithi086.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T16:39:24.406 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T16:39:24.483 DEBUG:teuthology.orchestra.console.smithi086:check power output: Chassis Power is on 2024-02-11T16:39:24.515 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2024-02-11T16:39:28.488 DEBUG:teuthology.orchestra.console.smithi086:pexpect command: ipmitool -H smithi086.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T16:39:28.516 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T16:39:28.599 DEBUG:teuthology.orchestra.console.smithi086:check power output: Chassis Power is off 2024-02-11T16:39:28.626 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2024-02-11T16:39:28.701 INFO:teuthology.orchestra.console.smithi086:Power off completed 2024-02-11T16:39:32.631 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T16:39:32.741 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is off 2024-02-11T16:39:32.842 INFO:teuthology.orchestra.console.smithi115:Power off completed 2024-02-11T16:39:32.946 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} failure_reason: Failed to reconnect to smithi086 owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=cd6f1bc95d8f4e7588733a22e9a6030f status: fail success: false 2024-02-11T16:39:32.946 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-11T16:39:33.040 INFO:teuthology.run:FAIL