2023-12-26T17:30:21.838 INFO:root:teuthology version: 0.0.1.dev226+g9680d2a 2023-12-26T17:30:21.839 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501514 --verbose --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --owner scheduled_yuriw@teuthology --name yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501514/orig.config.yaml 2023-12-26T17:30:21.871 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-26T17:30:21.954 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501514 branch: wip-yuri7-testing-2023-12-20-0808-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: '7501514' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-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-yuri7-testing-2023-12-20-0808-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: 639f0137318def3e5f393094e5494880043a8f32 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 639f0137318def3e5f393094e5494880043a8f32 workunit: branch: wip-yuri7-testing-2023-12-20-0808-pacific sha1: 639f0137318def3e5f393094e5494880043a8f32 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 592 sha1: 639f0137318def3e5f393094e5494880043a8f32 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri7-testing-2023-12-20-0808-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 639f0137318def3e5f393094e5494880043a8f32 targets: smithi064.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= smithi184.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: 9680d2aba1e76f64ade295c81599c97907457848 timestamp: 2023-12-26_16:41:10 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 2023-12-26T17:30:21.954 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa; will attempt to use it 2023-12-26T17:30:21.955 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks 2023-12-26T17:30:21.955 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-26T17:30:21.956 INFO:teuthology.task.internal:Checking packages... 2023-12-26T17:30:21.980 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '639f0137318def3e5f393094e5494880043a8f32' 2023-12-26T17:30:21.980 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-26T17:30:21.980 INFO:teuthology.packaging:ref: None 2023-12-26T17:30:21.980 INFO:teuthology.packaging:tag: None 2023-12-26T17:30:21.980 INFO:teuthology.packaging:branch: wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-26T17:30:21.980 INFO:teuthology.packaging:sha1: 639f0137318def3e5f393094e5494880043a8f32 2023-12-26T17:30:21.980 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F18.04%2Fx86_64&ref=wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-26T17:30:22.126 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-413-g639f0137-1bionic 2023-12-26T17:30:22.127 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-26T17:30:22.134 INFO:teuthology.task.internal:no buildpackages task found 2023-12-26T17:30:22.134 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-26T17:30:22.155 INFO:teuthology.task.internal:Saving configuration 2023-12-26T17:30:22.169 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-26T17:30:22.176 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:30:22.199 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi064.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501514', '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': '2023-12-26 17:20:37.609938', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2023-12-26T17:30:22.220 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi184.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501514', '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': '2023-12-26 17:20:37.608486', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2023-12-26T17:30:22.220 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-26T17:30:22.229 INFO:teuthology.task.internal:roles: ubuntu@smithi064.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-26T17:30:22.229 INFO:teuthology.task.internal:roles: ubuntu@smithi184.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-26T17:30:22.229 INFO:teuthology.run_tasks:Running task console_log... 2023-12-26T17:30:22.313 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f56bf026ca0>, signals=[15]) 2023-12-26T17:30:22.313 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-26T17:30:22.322 INFO:teuthology.task.internal:Opening connections... 2023-12-26T17:30:22.322 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi064.front.sepia.ceph.com 2023-12-26T17:30:22.324 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:30:22.400 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi184.front.sepia.ceph.com 2023-12-26T17:30:22.401 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:30:22.477 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-26T17:30:22.487 DEBUG:teuthology.orchestra.run.smithi064:> uname -m 2023-12-26T17:30:22.523 INFO:teuthology.orchestra.run.smithi064.stdout:x86_64 2023-12-26T17:30:22.523 DEBUG:teuthology.orchestra.run.smithi064:> cat /etc/os-release 2023-12-26T17:30:22.577 INFO:teuthology.orchestra.run.smithi064.stdout:NAME="Ubuntu" 2023-12-26T17:30:22.577 INFO:teuthology.orchestra.run.smithi064.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2023-12-26T17:30:22.577 INFO:teuthology.orchestra.run.smithi064.stdout:ID=ubuntu 2023-12-26T17:30:22.577 INFO:teuthology.orchestra.run.smithi064.stdout:ID_LIKE=debian 2023-12-26T17:30:22.577 INFO:teuthology.orchestra.run.smithi064.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2023-12-26T17:30:22.577 INFO:teuthology.orchestra.run.smithi064.stdout:VERSION_ID="18.04" 2023-12-26T17:30:22.577 INFO:teuthology.orchestra.run.smithi064.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-26T17:30:22.577 INFO:teuthology.orchestra.run.smithi064.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-26T17:30:22.578 INFO:teuthology.orchestra.run.smithi064.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-26T17:30:22.578 INFO:teuthology.orchestra.run.smithi064.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-26T17:30:22.578 INFO:teuthology.orchestra.run.smithi064.stdout:VERSION_CODENAME=bionic 2023-12-26T17:30:22.578 INFO:teuthology.orchestra.run.smithi064.stdout:UBUNTU_CODENAME=bionic 2023-12-26T17:30:22.578 INFO:teuthology.lock.ops:Updating smithi064.front.sepia.ceph.com on lock server 2023-12-26T17:30:22.657 DEBUG:teuthology.orchestra.run.smithi184:> uname -m 2023-12-26T17:30:22.663 INFO:teuthology.orchestra.run.smithi184.stdout:x86_64 2023-12-26T17:30:22.663 DEBUG:teuthology.orchestra.run.smithi184:> cat /etc/os-release 2023-12-26T17:30:22.712 INFO:teuthology.orchestra.run.smithi184.stdout:NAME="Ubuntu" 2023-12-26T17:30:22.712 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2023-12-26T17:30:22.712 INFO:teuthology.orchestra.run.smithi184.stdout:ID=ubuntu 2023-12-26T17:30:22.712 INFO:teuthology.orchestra.run.smithi184.stdout:ID_LIKE=debian 2023-12-26T17:30:22.713 INFO:teuthology.orchestra.run.smithi184.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2023-12-26T17:30:22.713 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION_ID="18.04" 2023-12-26T17:30:22.713 INFO:teuthology.orchestra.run.smithi184.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-26T17:30:22.713 INFO:teuthology.orchestra.run.smithi184.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-26T17:30:22.713 INFO:teuthology.orchestra.run.smithi184.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-26T17:30:22.713 INFO:teuthology.orchestra.run.smithi184.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-26T17:30:22.713 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION_CODENAME=bionic 2023-12-26T17:30:22.713 INFO:teuthology.orchestra.run.smithi184.stdout:UBUNTU_CODENAME=bionic 2023-12-26T17:30:22.713 INFO:teuthology.lock.ops:Updating smithi184.front.sepia.ceph.com on lock server 2023-12-26T17:30:22.740 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-26T17:30:22.756 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-26T17:30:22.769 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-26T17:30:22.769 DEBUG:teuthology.orchestra.run.smithi064:> test '!' -e /home/ubuntu/cephtest 2023-12-26T17:30:22.771 DEBUG:teuthology.orchestra.run.smithi184:> test '!' -e /home/ubuntu/cephtest 2023-12-26T17:30:22.776 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-26T17:30:22.787 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-26T17:30:22.787 DEBUG:teuthology.orchestra.run.smithi064:> test -z $(ls -A /var/lib/ceph) 2023-12-26T17:30:22.817 DEBUG:teuthology.orchestra.run.smithi184:> test -z $(ls -A /var/lib/ceph) 2023-12-26T17:30:22.838 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-26T17:30:22.896 INFO:teuthology.run_tasks:Running task kernel... 2023-12-26T17:30:22.915 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-26T17:30:22.915 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-26T17:30:22.915 DEBUG:teuthology.orchestra.run.smithi064:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-26T17:30:22.916 DEBUG:teuthology.orchestra.run.smithi184:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-26T17:30:22.921 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:30:22.921 DEBUG:teuthology.orchestra.run.smithi064:> uname -r 2023-12-26T17:30:22.922 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:30:22.922 DEBUG:teuthology.orchestra.run.smithi184:> uname -r 2023-12-26T17:30:22.968 INFO:teuthology.orchestra.run.smithi064.stdout:4.15.0-200-generic 2023-12-26T17:30:22.969 INFO:teuthology.task.kernel:Running kernel on smithi064: 4.15.0-200-generic 2023-12-26T17:30:22.969 DEBUG:teuthology.orchestra.run.smithi064:> sudo apt-get clean 2023-12-26T17:30:22.971 INFO:teuthology.orchestra.run.smithi184.stdout:4.15.0-200-generic 2023-12-26T17:30:22.972 INFO:teuthology.task.kernel:Running kernel on smithi184: 4.15.0-200-generic 2023-12-26T17:30:22.972 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get clean 2023-12-26T17:30:23.059 DEBUG:teuthology.orchestra.run.smithi064:> sudo apt-get update 2023-12-26T17:30:23.065 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get update 2023-12-26T17:30:23.219 INFO:teuthology.orchestra.run.smithi064.stdout:Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2023-12-26T17:30:23.343 INFO:teuthology.orchestra.run.smithi184.stdout:Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2023-12-26T17:30:23.344 INFO:teuthology.orchestra.run.smithi064.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-12-26T17:30:23.363 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-12-26T17:30:23.425 INFO:teuthology.orchestra.run.smithi184.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2023-12-26T17:30:23.426 INFO:teuthology.orchestra.run.smithi064.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2023-12-26T17:30:23.509 INFO:teuthology.orchestra.run.smithi064.stdout:Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2023-12-26T17:30:23.755 INFO:teuthology.orchestra.run.smithi184.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2023-12-26T17:30:23.758 INFO:teuthology.orchestra.run.smithi064.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2023-12-26T17:30:23.758 INFO:teuthology.orchestra.run.smithi064.stdout:Get:6 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2023-12-26T17:30:23.784 INFO:teuthology.orchestra.run.smithi064.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2023-12-26T17:30:23.793 INFO:teuthology.orchestra.run.smithi064.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2023-12-26T17:30:23.794 INFO:teuthology.orchestra.run.smithi064.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2023-12-26T17:30:23.819 INFO:teuthology.orchestra.run.smithi064.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2023-12-26T17:30:23.820 INFO:teuthology.orchestra.run.smithi184.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2023-12-26T17:30:23.822 INFO:teuthology.orchestra.run.smithi064.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2023-12-26T17:30:23.845 INFO:teuthology.orchestra.run.smithi064.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2023-12-26T17:30:23.860 INFO:teuthology.orchestra.run.smithi064.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2023-12-26T17:30:23.864 INFO:teuthology.orchestra.run.smithi064.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2023-12-26T17:30:23.864 INFO:teuthology.orchestra.run.smithi064.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2023-12-26T17:30:23.865 INFO:teuthology.orchestra.run.smithi064.stdout:Get:16 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2023-12-26T17:30:23.905 INFO:teuthology.orchestra.run.smithi064.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,666 kB] 2023-12-26T17:30:23.945 INFO:teuthology.orchestra.run.smithi184.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2023-12-26T17:30:24.267 INFO:teuthology.orchestra.run.smithi064.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2023-12-26T17:30:24.358 INFO:teuthology.orchestra.run.smithi184.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2023-12-26T17:30:24.387 INFO:teuthology.orchestra.run.smithi184.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2023-12-26T17:30:24.389 INFO:teuthology.orchestra.run.smithi064.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2023-12-26T17:30:24.396 INFO:teuthology.orchestra.run.smithi184.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2023-12-26T17:30:24.402 INFO:teuthology.orchestra.run.smithi064.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2023-12-26T17:30:24.415 INFO:teuthology.orchestra.run.smithi064.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2023-12-26T17:30:24.442 INFO:teuthology.orchestra.run.smithi064.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2023-12-26T17:30:24.444 INFO:teuthology.orchestra.run.smithi064.stdout:Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2023-12-26T17:30:24.448 INFO:teuthology.orchestra.run.smithi184.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2023-12-26T17:30:24.448 INFO:teuthology.orchestra.run.smithi184.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2023-12-26T17:30:24.454 INFO:teuthology.orchestra.run.smithi184.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2023-12-26T17:30:24.460 INFO:teuthology.orchestra.run.smithi184.stdout:Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,666 kB] 2023-12-26T17:30:24.476 INFO:teuthology.orchestra.run.smithi184.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2023-12-26T17:30:24.494 INFO:teuthology.orchestra.run.smithi184.stdout:Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2023-12-26T17:30:24.500 INFO:teuthology.orchestra.run.smithi064.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2023-12-26T17:30:24.503 INFO:teuthology.orchestra.run.smithi184.stdout:Get:16 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2023-12-26T17:30:24.504 INFO:teuthology.orchestra.run.smithi184.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2023-12-26T17:30:24.505 INFO:teuthology.orchestra.run.smithi184.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2023-12-26T17:30:24.525 INFO:teuthology.orchestra.run.smithi184.stdout:Get:19 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2023-12-26T17:30:24.554 INFO:teuthology.orchestra.run.smithi184.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2023-12-26T17:30:24.562 INFO:teuthology.orchestra.run.smithi184.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2023-12-26T17:30:24.597 INFO:teuthology.orchestra.run.smithi184.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2023-12-26T17:30:24.688 INFO:teuthology.orchestra.run.smithi184.stdout:Get:23 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2023-12-26T17:30:24.700 INFO:teuthology.orchestra.run.smithi064.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2023-12-26T17:30:24.822 INFO:teuthology.orchestra.run.smithi184.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2023-12-26T17:30:24.869 INFO:teuthology.orchestra.run.smithi184.stdout:Get:25 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2023-12-26T17:30:25.220 INFO:teuthology.orchestra.run.smithi064.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2023-12-26T17:30:25.222 INFO:teuthology.orchestra.run.smithi064.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2023-12-26T17:30:25.224 INFO:teuthology.orchestra.run.smithi064.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2023-12-26T17:30:25.225 INFO:teuthology.orchestra.run.smithi064.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2023-12-26T17:30:25.232 INFO:teuthology.orchestra.run.smithi064.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2023-12-26T17:30:25.240 INFO:teuthology.orchestra.run.smithi064.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2023-12-26T17:30:25.242 INFO:teuthology.orchestra.run.smithi064.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2023-12-26T17:30:25.345 INFO:teuthology.orchestra.run.smithi184.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2023-12-26T17:30:25.348 INFO:teuthology.orchestra.run.smithi184.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2023-12-26T17:30:25.349 INFO:teuthology.orchestra.run.smithi184.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2023-12-26T17:30:25.349 INFO:teuthology.orchestra.run.smithi184.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2023-12-26T17:30:25.357 INFO:teuthology.orchestra.run.smithi184.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2023-12-26T17:30:25.365 INFO:teuthology.orchestra.run.smithi184.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2023-12-26T17:30:25.367 INFO:teuthology.orchestra.run.smithi184.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2023-12-26T17:30:26.752 INFO:teuthology.orchestra.run.smithi064.stdout:Fetched 20.1 MB in 3s (5,873 kB/s) 2023-12-26T17:30:27.061 INFO:teuthology.orchestra.run.smithi184.stdout:Fetched 20.1 MB in 4s (5,395 kB/s) 2023-12-26T17:30:28.503 INFO:teuthology.orchestra.run.smithi064.stdout:Reading package lists... 2023-12-26T17:30:28.558 DEBUG:teuthology.orchestra.run.smithi064:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-26T17:30:28.643 INFO:teuthology.orchestra.run.smithi064.stdout:Reading package lists... 2023-12-26T17:30:28.748 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2023-12-26T17:30:28.798 DEBUG:teuthology.orchestra.run.smithi184:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-26T17:30:28.884 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2023-12-26T17:30:28.915 INFO:teuthology.orchestra.run.smithi064.stdout:Building dependency tree... 2023-12-26T17:30:28.916 INFO:teuthology.orchestra.run.smithi064.stdout:Reading state information... 2023-12-26T17:30:29.148 INFO:teuthology.orchestra.run.smithi064.stdout:The following additional packages will be installed: 2023-12-26T17:30:29.148 INFO:teuthology.orchestra.run.smithi064.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-12-26T17:30:29.149 INFO:teuthology.orchestra.run.smithi064.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2023-12-26T17:30:29.149 INFO:teuthology.orchestra.run.smithi064.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2023-12-26T17:30:29.151 INFO:teuthology.orchestra.run.smithi064.stdout:Suggested packages: 2023-12-26T17:30:29.151 INFO:teuthology.orchestra.run.smithi064.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2023-12-26T17:30:29.152 INFO:teuthology.orchestra.run.smithi064.stdout:Recommended packages: 2023-12-26T17:30:29.152 INFO:teuthology.orchestra.run.smithi064.stdout: thermald 2023-12-26T17:30:29.171 INFO:teuthology.orchestra.run.smithi184.stdout:Building dependency tree... 2023-12-26T17:30:29.172 INFO:teuthology.orchestra.run.smithi184.stdout:Reading state information... 2023-12-26T17:30:29.214 INFO:teuthology.orchestra.run.smithi064.stdout:The following NEW packages will be installed: 2023-12-26T17:30:29.215 INFO:teuthology.orchestra.run.smithi064.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-12-26T17:30:29.215 INFO:teuthology.orchestra.run.smithi064.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2023-12-26T17:30:29.215 INFO:teuthology.orchestra.run.smithi064.stdout: linux-modules-extra-4.15.0-213-generic 2023-12-26T17:30:29.217 INFO:teuthology.orchestra.run.smithi064.stdout:The following packages will be upgraded: 2023-12-26T17:30:29.217 INFO:teuthology.orchestra.run.smithi064.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-26T17:30:29.289 INFO:teuthology.orchestra.run.smithi064.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2023-12-26T17:30:29.290 INFO:teuthology.orchestra.run.smithi064.stdout:Need to get 67.4 MB of archives. 2023-12-26T17:30:29.290 INFO:teuthology.orchestra.run.smithi064.stdout:After this operation, 351 MB of additional disk space will be used. 2023-12-26T17:30:29.290 INFO:teuthology.orchestra.run.smithi064.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] 2023-12-26T17:30:29.393 INFO:teuthology.orchestra.run.smithi184.stdout:The following additional packages will be installed: 2023-12-26T17:30:29.393 INFO:teuthology.orchestra.run.smithi184.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-12-26T17:30:29.393 INFO:teuthology.orchestra.run.smithi184.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2023-12-26T17:30:29.393 INFO:teuthology.orchestra.run.smithi184.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2023-12-26T17:30:29.396 INFO:teuthology.orchestra.run.smithi184.stdout:Suggested packages: 2023-12-26T17:30:29.396 INFO:teuthology.orchestra.run.smithi184.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2023-12-26T17:30:29.396 INFO:teuthology.orchestra.run.smithi184.stdout:Recommended packages: 2023-12-26T17:30:29.396 INFO:teuthology.orchestra.run.smithi184.stdout: thermald 2023-12-26T17:30:29.456 INFO:teuthology.orchestra.run.smithi184.stdout:The following NEW packages will be installed: 2023-12-26T17:30:29.457 INFO:teuthology.orchestra.run.smithi184.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-12-26T17:30:29.457 INFO:teuthology.orchestra.run.smithi184.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2023-12-26T17:30:29.457 INFO:teuthology.orchestra.run.smithi184.stdout: linux-modules-extra-4.15.0-213-generic 2023-12-26T17:30:29.459 INFO:teuthology.orchestra.run.smithi184.stdout:The following packages will be upgraded: 2023-12-26T17:30:29.460 INFO:teuthology.orchestra.run.smithi184.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-26T17:30:29.521 INFO:teuthology.orchestra.run.smithi184.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2023-12-26T17:30:29.521 INFO:teuthology.orchestra.run.smithi184.stdout:Need to get 67.4 MB of archives. 2023-12-26T17:30:29.521 INFO:teuthology.orchestra.run.smithi184.stdout:After this operation, 351 MB of additional disk space will be used. 2023-12-26T17:30:29.521 INFO:teuthology.orchestra.run.smithi184.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] 2023-12-26T17:30:29.615 INFO:teuthology.orchestra.run.smithi064.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] 2023-12-26T17:30:29.723 INFO:teuthology.orchestra.run.smithi064.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] 2023-12-26T17:30:29.922 INFO:teuthology.orchestra.run.smithi184.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] 2023-12-26T17:30:30.057 INFO:teuthology.orchestra.run.smithi184.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] 2023-12-26T17:30:30.387 INFO:teuthology.orchestra.run.smithi064.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2023-12-26T17:30:30.387 INFO:teuthology.orchestra.run.smithi064.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-generic amd64 4.15.0.213.196 [2,460 B] 2023-12-26T17:30:30.387 INFO:teuthology.orchestra.run.smithi064.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] 2023-12-26T17:30:30.565 INFO:teuthology.orchestra.run.smithi064.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] 2023-12-26T17:30:30.633 INFO:teuthology.orchestra.run.smithi064.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-generic amd64 4.15.0.213.196 [2,360 B] 2023-12-26T17:30:30.633 INFO:teuthology.orchestra.run.smithi184.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2023-12-26T17:30:30.633 INFO:teuthology.orchestra.run.smithi184.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-generic amd64 4.15.0.213.196 [2,460 B] 2023-12-26T17:30:30.634 INFO:teuthology.orchestra.run.smithi184.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] 2023-12-26T17:30:30.760 INFO:teuthology.orchestra.run.smithi184.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] 2023-12-26T17:30:30.774 INFO:teuthology.orchestra.run.smithi184.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-generic amd64 4.15.0.213.196 [2,360 B] 2023-12-26T17:30:31.284 INFO:teuthology.orchestra.run.smithi064.stdout:Fetched 67.4 MB in 1s (49.9 MB/s) 2023-12-26T17:30:31.478 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2023-12-26T17:30:31.498 INFO:teuthology.orchestra.run.smithi184.stdout:Fetched 67.4 MB in 1s (51.9 MB/s) 2023-12-26T17:30:31.674 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2023-12-26T17:30:32.374 INFO:teuthology.orchestra.run.smithi064.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.) 2023-12-26T17:30:32.378 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-26T17:30:32.441 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-26T17:30:32.611 INFO:teuthology.orchestra.run.smithi184.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.) 2023-12-26T17:30:32.615 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-26T17:30:32.687 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-26T17:30:34.258 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2023-12-26T17:30:34.272 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-26T17:30:34.347 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2023-12-26T17:30:34.361 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-26T17:30:34.381 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-26T17:30:34.456 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-26T17:30:34.828 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2023-12-26T17:30:34.844 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-26T17:30:34.878 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-26T17:30:34.950 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2023-12-26T17:30:34.965 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-26T17:30:35.041 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-26T17:30:38.689 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2023-12-26T17:30:38.786 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2023-12-26T17:30:38.815 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-26T17:30:38.912 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-26T17:30:39.133 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2023-12-26T17:30:39.246 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2023-12-26T17:30:39.269 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-26T17:30:39.374 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-26T17:30:39.588 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2023-12-26T17:30:39.598 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2023-12-26T17:30:39.638 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-12-26T17:30:39.710 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2023-12-26T17:30:39.724 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2023-12-26T17:30:39.769 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-12-26T17:30:44.418 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2023-12-26T17:30:44.442 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-26T17:30:44.476 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-26T17:30:44.502 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2023-12-26T17:30:44.527 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-26T17:30:44.569 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-26T17:30:46.953 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2023-12-26T17:30:47.065 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-26T17:30:47.222 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2023-12-26T17:30:47.343 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-26T17:30:47.397 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-26T17:30:47.658 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-26T17:30:48.013 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-26T17:30:48.306 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-26T17:30:48.521 INFO:teuthology.orchestra.run.smithi184.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2023-12-26T17:30:48.521 INFO:teuthology.orchestra.run.smithi184.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2023-12-26T17:30:48.521 INFO:teuthology.orchestra.run.smithi184.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2023-12-26T17:30:48.522 INFO:teuthology.orchestra.run.smithi184.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2023-12-26T17:30:48.656 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-26T17:30:48.825 INFO:teuthology.orchestra.run.smithi064.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2023-12-26T17:30:48.825 INFO:teuthology.orchestra.run.smithi064.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2023-12-26T17:30:48.825 INFO:teuthology.orchestra.run.smithi064.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2023-12-26T17:30:48.825 INFO:teuthology.orchestra.run.smithi064.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2023-12-26T17:30:48.958 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-26T17:30:49.183 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-12-26T17:30:49.318 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2023-12-26T17:30:49.444 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-26T17:30:49.559 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-12-26T17:30:49.570 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2023-12-26T17:30:49.685 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2023-12-26T17:30:49.696 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-generic (4.15.0.213.196) ... 2023-12-26T17:30:49.811 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-26T17:30:49.822 INFO:teuthology.orchestra.run.smithi184.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-26T17:30:49.912 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2023-12-26T17:30:50.013 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-generic (4.15.0.213.196) ... 2023-12-26T17:30:50.022 INFO:teuthology.orchestra.run.smithi184.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-26T17:30:50.022 INFO:teuthology.orchestra.run.smithi184.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2023-12-26T17:30:50.139 INFO:teuthology.orchestra.run.smithi064.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-26T17:30:50.364 INFO:teuthology.orchestra.run.smithi064.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-26T17:30:50.364 INFO:teuthology.orchestra.run.smithi064.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2023-12-26T17:31:06.978 INFO:teuthology.orchestra.run.smithi064.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-26T17:31:06.978 INFO:teuthology.orchestra.run.smithi064.stdout:Sourcing file `/etc/default/grub' 2023-12-26T17:31:07.007 INFO:teuthology.orchestra.run.smithi064.stdout:Generating grub configuration file ... 2023-12-26T17:31:07.273 INFO:teuthology.orchestra.run.smithi184.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-26T17:31:07.273 INFO:teuthology.orchestra.run.smithi184.stdout:Sourcing file `/etc/default/grub' 2023-12-26T17:31:07.352 INFO:teuthology.orchestra.run.smithi064.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-12-26T17:31:07.385 INFO:teuthology.orchestra.run.smithi184.stdout:Generating grub configuration file ... 2023-12-26T17:31:07.386 INFO:teuthology.orchestra.run.smithi064.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-12-26T17:31:07.732 INFO:teuthology.orchestra.run.smithi064.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-12-26T17:31:07.761 INFO:teuthology.orchestra.run.smithi064.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-12-26T17:31:07.830 INFO:teuthology.orchestra.run.smithi064.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-12-26T17:31:07.863 INFO:teuthology.orchestra.run.smithi064.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-12-26T17:31:07.961 INFO:teuthology.orchestra.run.smithi184.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-12-26T17:31:08.009 INFO:teuthology.orchestra.run.smithi184.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-12-26T17:31:08.405 INFO:teuthology.orchestra.run.smithi184.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-12-26T17:31:08.432 INFO:teuthology.orchestra.run.smithi184.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-12-26T17:31:08.510 INFO:teuthology.orchestra.run.smithi184.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-12-26T17:31:08.541 INFO:teuthology.orchestra.run.smithi184.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-12-26T17:31:08.843 INFO:teuthology.orchestra.run.smithi064.stdout:done 2023-12-26T17:31:09.267 DEBUG:teuthology.orchestra.run.smithi064:> dpkg -s linux-image-generic 2023-12-26T17:31:09.291 INFO:teuthology.orchestra.run.smithi064.stdout:Package: linux-image-generic 2023-12-26T17:31:09.291 INFO:teuthology.orchestra.run.smithi064.stdout:Status: install ok installed 2023-12-26T17:31:09.291 INFO:teuthology.orchestra.run.smithi064.stdout:Priority: optional 2023-12-26T17:31:09.291 INFO:teuthology.orchestra.run.smithi064.stdout:Section: kernel 2023-12-26T17:31:09.292 INFO:teuthology.orchestra.run.smithi064.stdout:Installed-Size: 18 2023-12-26T17:31:09.292 INFO:teuthology.orchestra.run.smithi064.stdout:Maintainer: Ubuntu Kernel Team 2023-12-26T17:31:09.292 INFO:teuthology.orchestra.run.smithi064.stdout:Architecture: amd64 2023-12-26T17:31:09.292 INFO:teuthology.orchestra.run.smithi064.stdout:Source: linux-meta 2023-12-26T17:31:09.292 INFO:teuthology.orchestra.run.smithi064.stdout:Version: 4.15.0.213.196 2023-12-26T17:31:09.292 INFO:teuthology.orchestra.run.smithi064.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-12-26T17:31:09.292 INFO:teuthology.orchestra.run.smithi064.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-26T17:31:09.292 INFO:teuthology.orchestra.run.smithi064.stdout:Recommends: thermald 2023-12-26T17:31:09.292 INFO:teuthology.orchestra.run.smithi064.stdout:Description: Generic Linux kernel image 2023-12-26T17:31:09.292 INFO:teuthology.orchestra.run.smithi064.stdout: This package will always depend on the latest generic kernel image 2023-12-26T17:31:09.292 INFO:teuthology.orchestra.run.smithi064.stdout: available. 2023-12-26T17:31:09.293 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2023-12-26T17:31:09.293 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-26T17:31:09.293 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-26T17:31:09.293 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-26T17:31:09.293 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi064.front.sepia.ceph.com, path=None, version=distro) 2023-12-26T17:31:09.293 DEBUG:teuthology.orchestra.run.smithi064:> sudo apt-get clean 2023-12-26T17:31:09.377 DEBUG:teuthology.orchestra.run.smithi064:> sudo apt-get update 2023-12-26T17:31:09.552 INFO:teuthology.orchestra.run.smithi064.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-12-26T17:31:09.561 INFO:teuthology.orchestra.run.smithi064.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2023-12-26T17:31:09.562 INFO:teuthology.orchestra.run.smithi064.stdout:Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease 2023-12-26T17:31:09.582 INFO:teuthology.orchestra.run.smithi064.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2023-12-26T17:31:09.644 INFO:teuthology.orchestra.run.smithi184.stdout:done 2023-12-26T17:31:10.111 DEBUG:teuthology.orchestra.run.smithi184:> dpkg -s linux-image-generic 2023-12-26T17:31:10.130 INFO:teuthology.orchestra.run.smithi184.stdout:Package: linux-image-generic 2023-12-26T17:31:10.130 INFO:teuthology.orchestra.run.smithi184.stdout:Status: install ok installed 2023-12-26T17:31:10.130 INFO:teuthology.orchestra.run.smithi184.stdout:Priority: optional 2023-12-26T17:31:10.130 INFO:teuthology.orchestra.run.smithi184.stdout:Section: kernel 2023-12-26T17:31:10.130 INFO:teuthology.orchestra.run.smithi184.stdout:Installed-Size: 18 2023-12-26T17:31:10.130 INFO:teuthology.orchestra.run.smithi184.stdout:Maintainer: Ubuntu Kernel Team 2023-12-26T17:31:10.130 INFO:teuthology.orchestra.run.smithi184.stdout:Architecture: amd64 2023-12-26T17:31:10.130 INFO:teuthology.orchestra.run.smithi184.stdout:Source: linux-meta 2023-12-26T17:31:10.130 INFO:teuthology.orchestra.run.smithi184.stdout:Version: 4.15.0.213.196 2023-12-26T17:31:10.130 INFO:teuthology.orchestra.run.smithi184.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-12-26T17:31:10.130 INFO:teuthology.orchestra.run.smithi184.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-26T17:31:10.130 INFO:teuthology.orchestra.run.smithi184.stdout:Recommends: thermald 2023-12-26T17:31:10.130 INFO:teuthology.orchestra.run.smithi184.stdout:Description: Generic Linux kernel image 2023-12-26T17:31:10.131 INFO:teuthology.orchestra.run.smithi184.stdout: This package will always depend on the latest generic kernel image 2023-12-26T17:31:10.131 INFO:teuthology.orchestra.run.smithi184.stdout: available. 2023-12-26T17:31:10.131 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2023-12-26T17:31:10.131 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-26T17:31:10.131 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-26T17:31:10.131 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-26T17:31:10.131 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi184.front.sepia.ceph.com, path=None, version=distro) 2023-12-26T17:31:10.131 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get clean 2023-12-26T17:31:10.226 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get update 2023-12-26T17:31:10.354 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-12-26T17:31:10.364 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2023-12-26T17:31:10.385 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2023-12-26T17:31:10.466 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease 2023-12-26T17:31:11.696 INFO:teuthology.orchestra.run.smithi064.stdout:Reading package lists... 2023-12-26T17:31:11.752 DEBUG:teuthology.orchestra.run.smithi064:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-26T17:31:11.834 INFO:teuthology.orchestra.run.smithi064.stdout:Reading package lists... 2023-12-26T17:31:12.110 INFO:teuthology.orchestra.run.smithi064.stdout:Building dependency tree... 2023-12-26T17:31:12.111 INFO:teuthology.orchestra.run.smithi064.stdout:Reading state information... 2023-12-26T17:31:12.332 INFO:teuthology.orchestra.run.smithi064.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2023-12-26T17:31:12.332 INFO:teuthology.orchestra.run.smithi064.stdout:The following packages were automatically installed and are no longer required: 2023-12-26T17:31:12.332 INFO:teuthology.orchestra.run.smithi064.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-12-26T17:31:12.332 INFO:teuthology.orchestra.run.smithi064.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-12-26T17:31:12.332 INFO:teuthology.orchestra.run.smithi064.stdout: linux-modules-extra-4.15.0-194-generic 2023-12-26T17:31:12.332 INFO:teuthology.orchestra.run.smithi064.stdout:Use 'sudo apt autoremove' to remove them. 2023-12-26T17:31:12.390 INFO:teuthology.orchestra.run.smithi064.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2023-12-26T17:31:12.392 DEBUG:teuthology.orchestra.run.smithi064:> dpkg -s linux-image-generic 2023-12-26T17:31:12.412 INFO:teuthology.orchestra.run.smithi064.stdout:Package: linux-image-generic 2023-12-26T17:31:12.412 INFO:teuthology.orchestra.run.smithi064.stdout:Status: install ok installed 2023-12-26T17:31:12.412 INFO:teuthology.orchestra.run.smithi064.stdout:Priority: optional 2023-12-26T17:31:12.413 INFO:teuthology.orchestra.run.smithi064.stdout:Section: kernel 2023-12-26T17:31:12.413 INFO:teuthology.orchestra.run.smithi064.stdout:Installed-Size: 18 2023-12-26T17:31:12.413 INFO:teuthology.orchestra.run.smithi064.stdout:Maintainer: Ubuntu Kernel Team 2023-12-26T17:31:12.413 INFO:teuthology.orchestra.run.smithi064.stdout:Architecture: amd64 2023-12-26T17:31:12.413 INFO:teuthology.orchestra.run.smithi064.stdout:Source: linux-meta 2023-12-26T17:31:12.413 INFO:teuthology.orchestra.run.smithi064.stdout:Version: 4.15.0.213.196 2023-12-26T17:31:12.413 INFO:teuthology.orchestra.run.smithi064.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-12-26T17:31:12.413 INFO:teuthology.orchestra.run.smithi064.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-26T17:31:12.413 INFO:teuthology.orchestra.run.smithi064.stdout:Recommends: thermald 2023-12-26T17:31:12.413 INFO:teuthology.orchestra.run.smithi064.stdout:Description: Generic Linux kernel image 2023-12-26T17:31:12.413 INFO:teuthology.orchestra.run.smithi064.stdout: This package will always depend on the latest generic kernel image 2023-12-26T17:31:12.413 INFO:teuthology.orchestra.run.smithi064.stdout: available. 2023-12-26T17:31:12.414 DEBUG:teuthology.orchestra.run.smithi064:> mktemp 2023-12-26T17:31:12.460 INFO:teuthology.orchestra.run.smithi064.stdout:/tmp/tmp.CIOwyAdGTY 2023-12-26T17:31:12.460 DEBUG:teuthology.orchestra.run.smithi064:> sudo cp /boot/grub/grub.cfg /tmp/tmp.CIOwyAdGTY 2023-12-26T17:31:12.464 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2023-12-26T17:31:12.517 DEBUG:teuthology.orchestra.run.smithi064:> sudo chmod 0666 /tmp/tmp.CIOwyAdGTY 2023-12-26T17:31:12.518 DEBUG:teuthology.orchestra.run.smithi184:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-26T17:31:12.596 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2023-12-26T17:31:12.650 DEBUG:teuthology.orchestra.remote:smithi064:/tmp/tmp.CIOwyAdGTY is 10KB 2023-12-26T17:31:12.661 DEBUG:teuthology.orchestra.run.smithi064:> rm -fr /tmp/tmp.CIOwyAdGTY 2023-12-26T17:31:12.668 DEBUG:teuthology.orchestra.run.smithi064:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-26T17:31:12.726 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2023-12-26T17:31:12.726 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-26T17:31:12.726 DEBUG:teuthology.orchestra.run.smithi064:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-26T17:31:12.801 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2023-12-26T17:31:12.801 DEBUG:teuthology.orchestra.run.smithi064:> sudo update-grub 2023-12-26T17:31:12.887 INFO:teuthology.orchestra.run.smithi184.stdout:Building dependency tree... 2023-12-26T17:31:12.887 INFO:teuthology.orchestra.run.smithi184.stdout:Reading state information... 2023-12-26T17:31:13.098 INFO:teuthology.orchestra.run.smithi184.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2023-12-26T17:31:13.098 INFO:teuthology.orchestra.run.smithi184.stdout:The following packages were automatically installed and are no longer required: 2023-12-26T17:31:13.098 INFO:teuthology.orchestra.run.smithi184.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-12-26T17:31:13.098 INFO:teuthology.orchestra.run.smithi184.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-12-26T17:31:13.099 INFO:teuthology.orchestra.run.smithi184.stdout: linux-modules-extra-4.15.0-194-generic 2023-12-26T17:31:13.099 INFO:teuthology.orchestra.run.smithi184.stdout:Use 'sudo apt autoremove' to remove them. 2023-12-26T17:31:13.153 INFO:teuthology.orchestra.run.smithi184.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2023-12-26T17:31:13.155 DEBUG:teuthology.orchestra.run.smithi184:> dpkg -s linux-image-generic 2023-12-26T17:31:13.219 INFO:teuthology.orchestra.run.smithi184.stdout:Package: linux-image-generic 2023-12-26T17:31:13.219 INFO:teuthology.orchestra.run.smithi184.stdout:Status: install ok installed 2023-12-26T17:31:13.219 INFO:teuthology.orchestra.run.smithi184.stdout:Priority: optional 2023-12-26T17:31:13.220 INFO:teuthology.orchestra.run.smithi184.stdout:Section: kernel 2023-12-26T17:31:13.220 INFO:teuthology.orchestra.run.smithi184.stdout:Installed-Size: 18 2023-12-26T17:31:13.220 INFO:teuthology.orchestra.run.smithi184.stdout:Maintainer: Ubuntu Kernel Team 2023-12-26T17:31:13.220 INFO:teuthology.orchestra.run.smithi184.stdout:Architecture: amd64 2023-12-26T17:31:13.220 INFO:teuthology.orchestra.run.smithi184.stdout:Source: linux-meta 2023-12-26T17:31:13.220 INFO:teuthology.orchestra.run.smithi184.stdout:Version: 4.15.0.213.196 2023-12-26T17:31:13.220 INFO:teuthology.orchestra.run.smithi184.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-12-26T17:31:13.220 INFO:teuthology.orchestra.run.smithi184.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-26T17:31:13.220 INFO:teuthology.orchestra.run.smithi184.stdout:Recommends: thermald 2023-12-26T17:31:13.220 INFO:teuthology.orchestra.run.smithi184.stdout:Description: Generic Linux kernel image 2023-12-26T17:31:13.220 INFO:teuthology.orchestra.run.smithi184.stdout: This package will always depend on the latest generic kernel image 2023-12-26T17:31:13.220 INFO:teuthology.orchestra.run.smithi184.stdout: available. 2023-12-26T17:31:13.221 DEBUG:teuthology.orchestra.run.smithi184:> mktemp 2023-12-26T17:31:13.267 INFO:teuthology.orchestra.run.smithi184.stdout:/tmp/tmp.KKEdQnq5h7 2023-12-26T17:31:13.268 DEBUG:teuthology.orchestra.run.smithi184:> sudo cp /boot/grub/grub.cfg /tmp/tmp.KKEdQnq5h7 2023-12-26T17:31:13.325 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 0666 /tmp/tmp.KKEdQnq5h7 2023-12-26T17:31:13.462 DEBUG:teuthology.orchestra.remote:smithi184:/tmp/tmp.KKEdQnq5h7 is 10KB 2023-12-26T17:31:13.473 DEBUG:teuthology.orchestra.run.smithi184:> rm -fr /tmp/tmp.KKEdQnq5h7 2023-12-26T17:31:13.479 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-26T17:31:13.545 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-12-26T17:31:13.545 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-26T17:31:13.545 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-26T17:31:13.619 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2023-12-26T17:31:13.619 DEBUG:teuthology.orchestra.run.smithi184:> sudo update-grub 2023-12-26T17:31:14.318 INFO:teuthology.orchestra.run.smithi064.stderr:Sourcing file `/etc/default/grub' 2023-12-26T17:31:14.325 INFO:teuthology.orchestra.run.smithi064.stderr:Generating grub configuration file ... 2023-12-26T17:31:14.578 INFO:teuthology.orchestra.run.smithi064.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-12-26T17:31:14.590 INFO:teuthology.orchestra.run.smithi064.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-12-26T17:31:14.934 INFO:teuthology.orchestra.run.smithi064.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-12-26T17:31:14.947 INFO:teuthology.orchestra.run.smithi064.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-12-26T17:31:15.026 INFO:teuthology.orchestra.run.smithi064.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-12-26T17:31:15.039 INFO:teuthology.orchestra.run.smithi064.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-12-26T17:31:15.116 INFO:teuthology.orchestra.run.smithi184.stderr:Sourcing file `/etc/default/grub' 2023-12-26T17:31:15.134 INFO:teuthology.orchestra.run.smithi184.stderr:Generating grub configuration file ... 2023-12-26T17:31:15.397 INFO:teuthology.orchestra.run.smithi184.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-12-26T17:31:15.410 INFO:teuthology.orchestra.run.smithi184.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-12-26T17:31:15.722 INFO:teuthology.orchestra.run.smithi184.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-12-26T17:31:15.730 INFO:teuthology.orchestra.run.smithi064.stderr:done 2023-12-26T17:31:15.731 DEBUG:teuthology.orchestra.run.smithi064:> sudo shutdown -r now 2023-12-26T17:31:15.735 INFO:teuthology.orchestra.run.smithi184.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-12-26T17:31:15.813 INFO:teuthology.orchestra.run.smithi184.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-12-26T17:31:15.825 INFO:teuthology.orchestra.run.smithi184.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-12-26T17:31:16.509 INFO:teuthology.orchestra.run.smithi184.stderr:done 2023-12-26T17:31:16.510 DEBUG:teuthology.orchestra.run.smithi184:> sudo shutdown -r now 2023-12-26T17:31:45.761 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-26T17:31:45.762 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-12-26T17:31:45.763 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:31:46.553 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-26T17:31:46.553 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-26T17:31:46.554 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:32:04.246 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2023-12-26T17:32:05.009 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-26T17:32:13.253 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-12-26T17:32:13.254 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:32:14.011 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-26T17:32:14.012 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:32:16.309 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2023-12-26T17:32:17.073 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-26T17:32:28.321 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-12-26T17:32:28.322 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:32:29.075 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-26T17:32:29.075 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:32:31.381 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2023-12-26T17:32:32.149 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-26T17:32:46.393 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-12-26T17:32:46.394 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:32:47.152 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-26T17:32:47.152 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:32:49.461 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2023-12-26T17:32:50.229 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-26T17:33:07.477 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-12-26T17:33:07.478 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:33:08.230 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-26T17:33:08.231 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:33:10.549 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2023-12-26T17:33:11.285 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-26T17:33:31.571 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-12-26T17:33:31.575 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:33:32.287 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-26T17:33:32.288 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:33:34.641 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2023-12-26T17:33:35.349 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-26T17:33:58.665 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-12-26T17:33:58.666 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:33:59.350 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-26T17:33:59.351 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:34:01.749 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2023-12-26T17:34:02.421 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-26T17:34:28.773 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-12-26T17:34:28.775 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:34:29.423 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-26T17:34:29.423 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:34:31.825 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2023-12-26T17:34:32.501 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-26T17:35:01.853 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-12-26T17:35:01.855 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:35:02.503 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-26T17:35:02.504 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:35:04.913 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2023-12-26T17:35:05.586 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-26T17:35:37.945 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-12-26T17:35:37.946 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:35:38.588 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-26T17:35:38.588 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:35:41.009 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2023-12-26T17:35:41.649 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-26T17:36:17.045 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-12-26T17:36:17.047 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:36:17.651 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-26T17:36:17.652 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:36:20.114 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2023-12-26T17:36:20.725 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-26T17:36:59.150 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-12-26T17:36:59.151 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:36:59.727 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-26T17:36:59.727 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:37:02.225 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2023-12-26T17:37:02.801 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-26T17:37:32.255 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-12-26T17:37:32.256 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:37:32.803 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-26T17:37:32.804 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:37:35.317 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2023-12-26T17:37:35.318 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (14) after waiting for 300 seconds 2023-12-26T17:37:35.318 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.15.0-213-generic"... 2023-12-26T17:37:35.318 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-12-26T17:37:35.318 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:37:35.857 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-26T17:37:35.858 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (14) after waiting for 300 seconds 2023-12-26T17:37:35.858 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.15.0-213-generic"... 2023-12-26T17:37:35.858 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-26T17:37:35.858 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:37:38.385 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2023-12-26T17:37:38.933 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-26T17:37:47.393 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-12-26T17:37:47.394 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:37:47.935 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-26T17:37:47.936 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:37:50.453 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2023-12-26T17:37:50.993 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-26T17:38:02.465 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-12-26T17:38:02.466 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:38:02.994 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-26T17:38:02.995 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:38:05.525 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2023-12-26T17:38:06.069 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-26T17:38:08.529 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2023-12-26T17:38:08.530 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:38:08.597 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2023-12-26T17:38:08.598 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2023-12-26T17:38:08.598 ERROR:teuthology.task.kernel:Saw exception Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/kernel.py", line 182, in need_to_install ctx.cluster.only(role).run( File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi064 2023-12-26T17:38:08.599 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/kernel.py", line 182, in need_to_install ctx.cluster.only(role).run( File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi064 2023-12-26T17:38:08.676 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=5d6970875c7f407496cdeebf514a3eb7 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/kernel.py", line 182, in need_to_install ctx.cluster.only(role).run( File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi064 2023-12-26T17:38:08.679 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-26T17:38:08.686 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-26T17:38:08.713 INFO:teuthology.nuke:Checking targets against current locks 2023-12-26T17:38:08.750 DEBUG:teuthology.nuke:shortname: smithi064 2023-12-26T17:38:08.751 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:38:08.773 DEBUG:teuthology.nuke:shortname: smithi184 2023-12-26T17:38:08.773 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:38:08.777 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi064.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501514', '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': '2023-12-26 17:20:37.609938', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2023-12-26T17:38:08.798 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi184.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501514', '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': '2023-12-26 17:20:37.608486', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2023-12-26T17:38:08.832 INFO:teuthology.orchestra.console.smithi064:Power off 2023-12-26T17:38:08.833 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-26T17:38:08.858 DEBUG:teuthology.orchestra.console.smithi064:power off output: Chassis Power Control: Down/Off 2023-12-26T17:38:08.859 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:38:08.880 INFO:teuthology.orchestra.console.smithi184:Power off 2023-12-26T17:38:08.881 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-26T17:38:08.892 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is on 2023-12-26T17:38:08.905 DEBUG:teuthology.orchestra.console.smithi184:power off output: Chassis Power Control: Down/Off 2023-12-26T17:38:08.906 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:38:08.935 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is on 2023-12-26T17:38:09.070 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-12-26T17:38:09.071 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:38:09.137 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2023-12-26T17:38:09.138 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2023-12-26T17:38:09.138 ERROR:teuthology.task.kernel:Saw exception Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/kernel.py", line 182, in need_to_install ctx.cluster.only(role).run( File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi184 2023-12-26T17:38:12.893 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:38:12.937 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:38:13.004 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is on 2023-12-26T17:38:13.047 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is on 2023-12-26T17:38:17.008 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:38:17.048 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:38:17.118 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is on 2023-12-26T17:38:17.157 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is off 2023-12-26T17:38:17.258 INFO:teuthology.orchestra.console.smithi184:Power off completed 2023-12-26T17:38:21.122 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:38:21.233 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is off 2023-12-26T17:38:21.334 INFO:teuthology.orchestra.console.smithi064:Power off completed 2023-12-26T17:38:21.438 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 smithi064 owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=5d6970875c7f407496cdeebf514a3eb7 status: fail success: false 2023-12-26T17:38:21.438 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-26T17:38:21.521 INFO:teuthology.run:FAIL