2023-08-17T17:15:31.796 INFO:root:teuthology version: 0.0.1.dev185+g449a1bc 2023-08-17T17:15:31.798 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --archive /home/teuthworker/archive/yuriw-2023-08-17_17:03:35-rados-wip-yuri2-testing-2023-08-16-1142-pacific-distro-default-smithi/7371872 --name yuriw-2023-08-17_17:03:35-rados-wip-yuri2-testing-2023-08-16-1142-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology --verbose -- /home/teuthworker/archive/yuriw-2023-08-17_17:03:35-rados-wip-yuri2-testing-2023-08-16-1142-pacific-distro-default-smithi/7371872/orig.config.yaml 2023-08-17T17:15:31.832 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-08-17T17:15:31.918 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-08-17_17:03:35-rados-wip-yuri2-testing-2023-08-16-1142-pacific-distro-default-smithi/7371872 branch: wip-yuri2-testing-2023-08-16-1142-pacific description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} email: null first_in_suite: false job_id: '7371872' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-08-17_17:03:35-rados-wip-yuri2-testing-2023-08-16-1142-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-yuri2-testing-2023-08-16-1142-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: 23c07d8f91d3210fa9df54a2a13a9637958c6088 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 23c07d8f91d3210fa9df54a2a13a9637958c6088 workunit: branch: wip-yuri2-testing-2023-08-16-1142-pacific sha1: 23c07d8f91d3210fa9df54a2a13a9637958c6088 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 9750 sha1: 23c07d8f91d3210fa9df54a2a13a9637958c6088 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri2-testing-2023-08-16-1142-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_23c07d8f91d3210fa9df54a2a13a9637958c6088/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 23c07d8f91d3210fa9df54a2a13a9637958c6088 targets: smithi032.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= smithi194.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 orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser - 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}}:/foouser /mnt/foo - test -d /mnt/foo/foobucket - find /mnt/foo -ls - grep thebody /mnt/foo/foobucket/myobject - echo test > /mnt/foo/foobucket/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foouser - ceph nfs cluster rm foo - 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: 449a1bc2027504e7b3c3d7b30fa4178906581da7 timestamp: 2023-08-17_17:03:35 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2224 2023-08-17T17:15:31.919 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_23c07d8f91d3210fa9df54a2a13a9637958c6088/qa; will attempt to use it 2023-08-17T17:15:31.919 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_23c07d8f91d3210fa9df54a2a13a9637958c6088/qa/tasks 2023-08-17T17:15:31.920 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-08-17T17:15:31.921 INFO:teuthology.task.internal:Checking packages... 2023-08-17T17:15:31.952 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '23c07d8f91d3210fa9df54a2a13a9637958c6088' 2023-08-17T17:15:31.952 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-08-17T17:15:31.953 INFO:teuthology.packaging:ref: None 2023-08-17T17:15:31.953 INFO:teuthology.packaging:tag: None 2023-08-17T17:15:31.953 INFO:teuthology.packaging:branch: wip-yuri2-testing-2023-08-16-1142-pacific 2023-08-17T17:15:31.953 INFO:teuthology.packaging:sha1: 23c07d8f91d3210fa9df54a2a13a9637958c6088 2023-08-17T17:15:31.954 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F18.04%2Fx86_64&ref=wip-yuri2-testing-2023-08-16-1142-pacific 2023-08-17T17:15:32.165 INFO:teuthology.task.internal:Found packages for ceph version 16.2.13-522-g23c07d8f-1bionic 2023-08-17T17:15:32.165 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-08-17T17:15:32.175 INFO:teuthology.task.internal:no buildpackages task found 2023-08-17T17:15:32.175 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-08-17T17:15:32.184 INFO:teuthology.task.internal:Saving configuration 2023-08-17T17:15:32.204 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-08-17T17:15:32.212 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-08-17T17:15:32.237 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi032.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-08-17_17:03:35-rados-wip-yuri2-testing-2023-08-16-1142-pacific-distro-default-smithi/7371872', '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-08-17 17:06:12.645312', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2023-08-17T17:15:32.260 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi194.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-08-17_17:03:35-rados-wip-yuri2-testing-2023-08-16-1142-pacific-distro-default-smithi/7371872', '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-08-17 17:06:12.646782', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2023-08-17T17:15:32.260 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-08-17T17:15:32.267 INFO:teuthology.task.internal:roles: ubuntu@smithi032.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-08-17T17:15:32.267 INFO:teuthology.task.internal:roles: ubuntu@smithi194.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-08-17T17:15:32.267 INFO:teuthology.run_tasks:Running task console_log... 2023-08-17T17:15:32.347 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f4e22a55f70>, signals=[15]) 2023-08-17T17:15:32.348 INFO:teuthology.run_tasks:Running task internal.connect... 2023-08-17T17:15:32.356 INFO:teuthology.task.internal:Opening connections... 2023-08-17T17:15:32.357 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi032.front.sepia.ceph.com 2023-08-17T17:15:32.359 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-08-17T17:15:32.440 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi194.front.sepia.ceph.com 2023-08-17T17:15:32.441 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-08-17T17:15:32.514 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-08-17T17:15:32.520 DEBUG:teuthology.orchestra.run.smithi032:> uname -m 2023-08-17T17:15:32.527 INFO:teuthology.orchestra.run.smithi032.stdout:x86_64 2023-08-17T17:15:32.527 DEBUG:teuthology.orchestra.run.smithi032:> cat /etc/os-release 2023-08-17T17:15:32.577 INFO:teuthology.orchestra.run.smithi032.stdout:NAME="Ubuntu" 2023-08-17T17:15:32.577 INFO:teuthology.orchestra.run.smithi032.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2023-08-17T17:15:32.577 INFO:teuthology.orchestra.run.smithi032.stdout:ID=ubuntu 2023-08-17T17:15:32.577 INFO:teuthology.orchestra.run.smithi032.stdout:ID_LIKE=debian 2023-08-17T17:15:32.578 INFO:teuthology.orchestra.run.smithi032.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2023-08-17T17:15:32.578 INFO:teuthology.orchestra.run.smithi032.stdout:VERSION_ID="18.04" 2023-08-17T17:15:32.578 INFO:teuthology.orchestra.run.smithi032.stdout:HOME_URL="https://www.ubuntu.com/" 2023-08-17T17:15:32.578 INFO:teuthology.orchestra.run.smithi032.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-08-17T17:15:32.578 INFO:teuthology.orchestra.run.smithi032.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-08-17T17:15:32.578 INFO:teuthology.orchestra.run.smithi032.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-08-17T17:15:32.578 INFO:teuthology.orchestra.run.smithi032.stdout:VERSION_CODENAME=bionic 2023-08-17T17:15:32.579 INFO:teuthology.orchestra.run.smithi032.stdout:UBUNTU_CODENAME=bionic 2023-08-17T17:15:32.579 INFO:teuthology.lock.ops:Updating smithi032.front.sepia.ceph.com on lock server 2023-08-17T17:15:32.605 DEBUG:teuthology.orchestra.run.smithi194:> uname -m 2023-08-17T17:15:32.630 INFO:teuthology.orchestra.run.smithi194.stdout:x86_64 2023-08-17T17:15:32.630 DEBUG:teuthology.orchestra.run.smithi194:> cat /etc/os-release 2023-08-17T17:15:32.678 INFO:teuthology.orchestra.run.smithi194.stdout:NAME="Ubuntu" 2023-08-17T17:15:32.679 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2023-08-17T17:15:32.679 INFO:teuthology.orchestra.run.smithi194.stdout:ID=ubuntu 2023-08-17T17:15:32.679 INFO:teuthology.orchestra.run.smithi194.stdout:ID_LIKE=debian 2023-08-17T17:15:32.679 INFO:teuthology.orchestra.run.smithi194.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2023-08-17T17:15:32.679 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION_ID="18.04" 2023-08-17T17:15:32.679 INFO:teuthology.orchestra.run.smithi194.stdout:HOME_URL="https://www.ubuntu.com/" 2023-08-17T17:15:32.679 INFO:teuthology.orchestra.run.smithi194.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-08-17T17:15:32.680 INFO:teuthology.orchestra.run.smithi194.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-08-17T17:15:32.680 INFO:teuthology.orchestra.run.smithi194.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-08-17T17:15:32.680 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION_CODENAME=bionic 2023-08-17T17:15:32.680 INFO:teuthology.orchestra.run.smithi194.stdout:UBUNTU_CODENAME=bionic 2023-08-17T17:15:32.680 INFO:teuthology.lock.ops:Updating smithi194.front.sepia.ceph.com on lock server 2023-08-17T17:15:32.705 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-08-17T17:15:32.718 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-08-17T17:15:32.724 INFO:teuthology.task.internal:Checking for old test directory... 2023-08-17T17:15:32.725 DEBUG:teuthology.orchestra.run.smithi032:> test '!' -e /home/ubuntu/cephtest 2023-08-17T17:15:32.727 DEBUG:teuthology.orchestra.run.smithi194:> test '!' -e /home/ubuntu/cephtest 2023-08-17T17:15:32.732 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-08-17T17:15:32.741 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-08-17T17:15:32.741 DEBUG:teuthology.orchestra.run.smithi032:> test -z $(ls -A /var/lib/ceph) 2023-08-17T17:15:32.780 DEBUG:teuthology.orchestra.run.smithi194:> test -z $(ls -A /var/lib/ceph) 2023-08-17T17:15:32.798 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-08-17T17:15:32.850 INFO:teuthology.run_tasks:Running task kernel... 2023-08-17T17:15:32.875 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-08-17T17:15:32.875 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-08-17T17:15:32.876 DEBUG:teuthology.orchestra.run.smithi032:> test -f /run/.containerenv -o -f /.dockerenv 2023-08-17T17:15:32.877 DEBUG:teuthology.orchestra.run.smithi194:> test -f /run/.containerenv -o -f /.dockerenv 2023-08-17T17:15:32.882 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-08-17T17:15:32.883 DEBUG:teuthology.orchestra.run.smithi032:> uname -r 2023-08-17T17:15:32.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-08-17T17:15:32.886 DEBUG:teuthology.orchestra.run.smithi194:> uname -r 2023-08-17T17:15:32.932 INFO:teuthology.orchestra.run.smithi032.stdout:4.15.0-200-generic 2023-08-17T17:15:32.933 INFO:teuthology.task.kernel:Running kernel on smithi032: 4.15.0-200-generic 2023-08-17T17:15:32.933 DEBUG:teuthology.orchestra.run.smithi032:> sudo apt-get clean 2023-08-17T17:15:32.934 INFO:teuthology.orchestra.run.smithi194.stdout:4.15.0-200-generic 2023-08-17T17:15:32.935 INFO:teuthology.task.kernel:Running kernel on smithi194: 4.15.0-200-generic 2023-08-17T17:15:32.935 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get clean 2023-08-17T17:15:33.021 DEBUG:teuthology.orchestra.run.smithi032:> sudo apt-get update 2023-08-17T17:15:33.061 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get update 2023-08-17T17:15:33.154 INFO:teuthology.orchestra.run.smithi032.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-08-17T17:15:33.157 INFO:teuthology.orchestra.run.smithi032.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2023-08-17T17:15:33.200 INFO:teuthology.orchestra.run.smithi194.stdout:Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2023-08-17T17:15:33.226 INFO:teuthology.orchestra.run.smithi032.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2023-08-17T17:15:33.268 INFO:teuthology.orchestra.run.smithi032.stdout:Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2023-08-17T17:15:33.328 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-08-17T17:15:33.410 INFO:teuthology.orchestra.run.smithi194.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2023-08-17T17:15:33.460 INFO:teuthology.orchestra.run.smithi194.stdout:Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2023-08-17T17:15:33.501 INFO:teuthology.orchestra.run.smithi032.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,665 kB] 2023-08-17T17:15:33.602 INFO:teuthology.orchestra.run.smithi194.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2023-08-17T17:15:33.619 INFO:teuthology.orchestra.run.smithi032.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2023-08-17T17:15:33.625 INFO:teuthology.orchestra.run.smithi194.stdout:Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2023-08-17T17:15:33.629 INFO:teuthology.orchestra.run.smithi194.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2023-08-17T17:15:33.643 INFO:teuthology.orchestra.run.smithi194.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2023-08-17T17:15:33.643 INFO:teuthology.orchestra.run.smithi194.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2023-08-17T17:15:33.645 INFO:teuthology.orchestra.run.smithi194.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2023-08-17T17:15:33.649 INFO:teuthology.orchestra.run.smithi032.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [553 kB] 2023-08-17T17:15:33.656 INFO:teuthology.orchestra.run.smithi194.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,077 kB] 2023-08-17T17:15:33.657 INFO:teuthology.orchestra.run.smithi032.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2023-08-17T17:15:33.658 INFO:teuthology.orchestra.run.smithi032.stdout:Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2023-08-17T17:15:33.666 INFO:teuthology.orchestra.run.smithi194.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2023-08-17T17:15:33.669 INFO:teuthology.orchestra.run.smithi194.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2023-08-17T17:15:33.670 INFO:teuthology.orchestra.run.smithi032.stdout:Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2023-08-17T17:15:33.674 INFO:teuthology.orchestra.run.smithi032.stdout:Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2023-08-17T17:15:33.691 INFO:teuthology.orchestra.run.smithi032.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,914 kB] 2023-08-17T17:15:33.704 INFO:teuthology.orchestra.run.smithi194.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2023-08-17T17:15:33.709 INFO:teuthology.orchestra.run.smithi032.stdout:Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [420 kB] 2023-08-17T17:15:33.713 INFO:teuthology.orchestra.run.smithi032.stdout:Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2023-08-17T17:15:33.714 INFO:teuthology.orchestra.run.smithi032.stdout:Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2023-08-17T17:15:33.714 INFO:teuthology.orchestra.run.smithi032.stdout:Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2023-08-17T17:15:33.715 INFO:teuthology.orchestra.run.smithi032.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2023-08-17T17:15:33.715 INFO:teuthology.orchestra.run.smithi032.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2023-08-17T17:15:33.715 INFO:teuthology.orchestra.run.smithi032.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2023-08-17T17:15:33.715 INFO:teuthology.orchestra.run.smithi032.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2023-08-17T17:15:33.731 INFO:teuthology.orchestra.run.smithi194.stdout:Get:15 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2023-08-17T17:15:33.740 INFO:teuthology.orchestra.run.smithi194.stdout:Get:16 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2023-08-17T17:15:33.816 INFO:teuthology.orchestra.run.smithi032.stdout:Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2023-08-17T17:15:33.882 INFO:teuthology.orchestra.run.smithi194.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,665 kB] 2023-08-17T17:15:34.244 INFO:teuthology.orchestra.run.smithi194.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2023-08-17T17:15:34.344 INFO:teuthology.orchestra.run.smithi032.stdout:Get:22 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2023-08-17T17:15:34.365 INFO:teuthology.orchestra.run.smithi194.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [553 kB] 2023-08-17T17:15:34.378 INFO:teuthology.orchestra.run.smithi032.stdout:Get:23 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2023-08-17T17:15:34.379 INFO:teuthology.orchestra.run.smithi194.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2023-08-17T17:15:34.382 INFO:teuthology.orchestra.run.smithi032.stdout:Get:24 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2023-08-17T17:15:34.382 INFO:teuthology.orchestra.run.smithi032.stdout:Get:25 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2023-08-17T17:15:34.393 INFO:teuthology.orchestra.run.smithi194.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2023-08-17T17:15:34.412 INFO:teuthology.orchestra.run.smithi194.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2023-08-17T17:15:34.418 INFO:teuthology.orchestra.run.smithi194.stdout:Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2023-08-17T17:15:34.436 INFO:teuthology.orchestra.run.smithi032.stdout:Get:26 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2023-08-17T17:15:34.439 INFO:teuthology.orchestra.run.smithi032.stdout:Get:27 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2023-08-17T17:15:34.465 INFO:teuthology.orchestra.run.smithi032.stdout:Get:28 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,077 kB] 2023-08-17T17:15:34.475 INFO:teuthology.orchestra.run.smithi194.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,914 kB] 2023-08-17T17:15:34.488 INFO:teuthology.orchestra.run.smithi032.stdout:Get:29 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2023-08-17T17:15:34.511 INFO:teuthology.orchestra.run.smithi032.stdout:Get:30 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2023-08-17T17:15:34.675 INFO:teuthology.orchestra.run.smithi032.stdout:Get:31 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2023-08-17T17:15:34.691 INFO:teuthology.orchestra.run.smithi194.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [420 kB] 2023-08-17T17:15:34.758 INFO:teuthology.orchestra.run.smithi032.stdout:Get:32 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2023-08-17T17:15:35.208 INFO:teuthology.orchestra.run.smithi194.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2023-08-17T17:15:35.212 INFO:teuthology.orchestra.run.smithi194.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2023-08-17T17:15:35.213 INFO:teuthology.orchestra.run.smithi194.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2023-08-17T17:15:35.213 INFO:teuthology.orchestra.run.smithi194.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2023-08-17T17:15:35.223 INFO:teuthology.orchestra.run.smithi194.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2023-08-17T17:15:35.228 INFO:teuthology.orchestra.run.smithi194.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2023-08-17T17:15:35.230 INFO:teuthology.orchestra.run.smithi194.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2023-08-17T17:15:36.370 INFO:teuthology.orchestra.run.smithi194.stdout:Fetched 20.1 MB in 3s (6,509 kB/s) 2023-08-17T17:15:36.504 INFO:teuthology.orchestra.run.smithi032.stdout:Fetched 20.1 MB in 3s (6,129 kB/s) 2023-08-17T17:15:38.013 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2023-08-17T17:15:38.066 DEBUG:teuthology.orchestra.run.smithi194:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-08-17T17:15:38.150 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2023-08-17T17:15:38.175 INFO:teuthology.orchestra.run.smithi032.stdout:Reading package lists... 2023-08-17T17:15:38.226 DEBUG:teuthology.orchestra.run.smithi032:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-08-17T17:15:38.310 INFO:teuthology.orchestra.run.smithi032.stdout:Reading package lists... 2023-08-17T17:15:38.415 INFO:teuthology.orchestra.run.smithi194.stdout:Building dependency tree... 2023-08-17T17:15:38.415 INFO:teuthology.orchestra.run.smithi194.stdout:Reading state information... 2023-08-17T17:15:38.608 INFO:teuthology.orchestra.run.smithi032.stdout:Building dependency tree... 2023-08-17T17:15:38.608 INFO:teuthology.orchestra.run.smithi032.stdout:Reading state information... 2023-08-17T17:15:38.636 INFO:teuthology.orchestra.run.smithi194.stdout:The following additional packages will be installed: 2023-08-17T17:15:38.636 INFO:teuthology.orchestra.run.smithi194.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-08-17T17:15:38.636 INFO:teuthology.orchestra.run.smithi194.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2023-08-17T17:15:38.637 INFO:teuthology.orchestra.run.smithi194.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2023-08-17T17:15:38.638 INFO:teuthology.orchestra.run.smithi194.stdout:Suggested packages: 2023-08-17T17:15:38.639 INFO:teuthology.orchestra.run.smithi194.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2023-08-17T17:15:38.639 INFO:teuthology.orchestra.run.smithi194.stdout:Recommended packages: 2023-08-17T17:15:38.639 INFO:teuthology.orchestra.run.smithi194.stdout: thermald 2023-08-17T17:15:38.684 INFO:teuthology.orchestra.run.smithi194.stdout:The following NEW packages will be installed: 2023-08-17T17:15:38.684 INFO:teuthology.orchestra.run.smithi194.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-08-17T17:15:38.685 INFO:teuthology.orchestra.run.smithi194.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2023-08-17T17:15:38.685 INFO:teuthology.orchestra.run.smithi194.stdout: linux-modules-extra-4.15.0-213-generic 2023-08-17T17:15:38.686 INFO:teuthology.orchestra.run.smithi194.stdout:The following packages will be upgraded: 2023-08-17T17:15:38.687 INFO:teuthology.orchestra.run.smithi194.stdout: linux-generic linux-headers-generic linux-image-generic 2023-08-17T17:15:38.744 INFO:teuthology.orchestra.run.smithi194.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2023-08-17T17:15:38.744 INFO:teuthology.orchestra.run.smithi194.stdout:Need to get 67.4 MB of archives. 2023-08-17T17:15:38.745 INFO:teuthology.orchestra.run.smithi194.stdout:After this operation, 351 MB of additional disk space will be used. 2023-08-17T17:15:38.745 INFO:teuthology.orchestra.run.smithi194.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-08-17T17:15:38.843 INFO:teuthology.orchestra.run.smithi032.stdout:The following additional packages will be installed: 2023-08-17T17:15:38.843 INFO:teuthology.orchestra.run.smithi032.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-08-17T17:15:38.843 INFO:teuthology.orchestra.run.smithi032.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2023-08-17T17:15:38.844 INFO:teuthology.orchestra.run.smithi032.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2023-08-17T17:15:38.846 INFO:teuthology.orchestra.run.smithi032.stdout:Suggested packages: 2023-08-17T17:15:38.846 INFO:teuthology.orchestra.run.smithi032.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2023-08-17T17:15:38.846 INFO:teuthology.orchestra.run.smithi032.stdout:Recommended packages: 2023-08-17T17:15:38.847 INFO:teuthology.orchestra.run.smithi032.stdout: thermald 2023-08-17T17:15:38.890 INFO:teuthology.orchestra.run.smithi032.stdout:The following NEW packages will be installed: 2023-08-17T17:15:38.890 INFO:teuthology.orchestra.run.smithi032.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-08-17T17:15:38.890 INFO:teuthology.orchestra.run.smithi032.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2023-08-17T17:15:38.891 INFO:teuthology.orchestra.run.smithi032.stdout: linux-modules-extra-4.15.0-213-generic 2023-08-17T17:15:38.892 INFO:teuthology.orchestra.run.smithi032.stdout:The following packages will be upgraded: 2023-08-17T17:15:38.893 INFO:teuthology.orchestra.run.smithi032.stdout: linux-generic linux-headers-generic linux-image-generic 2023-08-17T17:15:39.035 INFO:teuthology.orchestra.run.smithi194.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-08-17T17:15:39.080 INFO:teuthology.orchestra.run.smithi032.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2023-08-17T17:15:39.080 INFO:teuthology.orchestra.run.smithi032.stdout:Need to get 67.4 MB of archives. 2023-08-17T17:15:39.081 INFO:teuthology.orchestra.run.smithi032.stdout:After this operation, 351 MB of additional disk space will be used. 2023-08-17T17:15:39.081 INFO:teuthology.orchestra.run.smithi032.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-08-17T17:15:39.140 INFO:teuthology.orchestra.run.smithi194.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-08-17T17:15:39.538 INFO:teuthology.orchestra.run.smithi194.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2023-08-17T17:15:39.539 INFO:teuthology.orchestra.run.smithi194.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-08-17T17:15:39.539 INFO:teuthology.orchestra.run.smithi194.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-08-17T17:15:39.666 INFO:teuthology.orchestra.run.smithi194.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-08-17T17:15:39.680 INFO:teuthology.orchestra.run.smithi194.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-08-17T17:15:40.135 INFO:teuthology.orchestra.run.smithi032.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-08-17T17:15:40.195 INFO:teuthology.orchestra.run.smithi194.stdout:Fetched 67.4 MB in 1s (69.1 MB/s) 2023-08-17T17:15:40.356 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2023-08-17T17:15:40.391 INFO:teuthology.orchestra.run.smithi032.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-08-17T17:15:40.442 INFO:teuthology.orchestra.run.smithi194.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-08-17T17:15:40.446 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-08-17T17:15:40.494 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-08-17T17:15:41.466 INFO:teuthology.orchestra.run.smithi032.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2023-08-17T17:15:41.466 INFO:teuthology.orchestra.run.smithi032.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-08-17T17:15:41.466 INFO:teuthology.orchestra.run.smithi032.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-08-17T17:15:41.766 INFO:teuthology.orchestra.run.smithi032.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-08-17T17:15:41.792 INFO:teuthology.orchestra.run.smithi032.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-08-17T17:15:42.102 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2023-08-17T17:15:42.117 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-08-17T17:15:42.208 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-08-17T17:15:42.292 INFO:teuthology.orchestra.run.smithi032.stdout:Fetched 67.4 MB in 3s (23.4 MB/s) 2023-08-17T17:15:42.438 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2023-08-17T17:15:42.526 INFO:teuthology.orchestra.run.smithi032.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-08-17T17:15:42.529 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-08-17T17:15:42.576 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-08-17T17:15:42.705 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2023-08-17T17:15:42.720 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-08-17T17:15:42.788 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-08-17T17:15:44.318 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2023-08-17T17:15:44.332 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-08-17T17:15:44.433 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-08-17T17:15:44.937 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2023-08-17T17:15:44.951 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-08-17T17:15:44.987 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-08-17T17:15:46.666 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2023-08-17T17:15:46.772 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-08-17T17:15:47.090 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2023-08-17T17:15:47.217 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-08-17T17:15:47.579 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2023-08-17T17:15:47.595 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2023-08-17T17:15:47.637 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-08-17T17:15:48.732 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2023-08-17T17:15:48.854 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-08-17T17:15:49.180 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2023-08-17T17:15:49.307 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-08-17T17:15:49.735 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2023-08-17T17:15:49.751 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2023-08-17T17:15:49.786 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-08-17T17:15:52.322 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2023-08-17T17:15:52.346 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-08-17T17:15:52.380 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-08-17T17:15:54.573 INFO:teuthology.orchestra.run.smithi032.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2023-08-17T17:15:54.600 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-08-17T17:15:54.639 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-08-17T17:15:54.712 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2023-08-17T17:15:54.814 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-08-17T17:15:55.141 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-08-17T17:15:55.735 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-08-17T17:15:56.219 INFO:teuthology.orchestra.run.smithi194.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2023-08-17T17:15:56.220 INFO:teuthology.orchestra.run.smithi194.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2023-08-17T17:15:56.220 INFO:teuthology.orchestra.run.smithi194.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2023-08-17T17:15:56.220 INFO:teuthology.orchestra.run.smithi194.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2023-08-17T17:15:56.354 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-08-17T17:15:56.880 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-08-17T17:15:56.998 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2023-08-17T17:15:57.074 INFO:teuthology.orchestra.run.smithi032.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2023-08-17T17:15:57.124 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-08-17T17:15:57.201 INFO:teuthology.orchestra.run.smithi032.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-08-17T17:15:57.250 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2023-08-17T17:15:57.376 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-generic (4.15.0.213.196) ... 2023-08-17T17:15:57.502 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-08-17T17:15:57.530 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-08-17T17:15:57.708 INFO:teuthology.orchestra.run.smithi194.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-08-17T17:15:57.708 INFO:teuthology.orchestra.run.smithi194.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2023-08-17T17:15:58.166 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-08-17T17:15:58.675 INFO:teuthology.orchestra.run.smithi032.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2023-08-17T17:15:58.676 INFO:teuthology.orchestra.run.smithi032.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2023-08-17T17:15:58.676 INFO:teuthology.orchestra.run.smithi032.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2023-08-17T17:15:58.676 INFO:teuthology.orchestra.run.smithi032.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2023-08-17T17:15:58.809 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-08-17T17:15:59.319 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-08-17T17:15:59.437 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2023-08-17T17:15:59.563 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-08-17T17:15:59.773 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2023-08-17T17:15:59.899 INFO:teuthology.orchestra.run.smithi032.stdout:Setting up linux-generic (4.15.0.213.196) ... 2023-08-17T17:16:00.025 INFO:teuthology.orchestra.run.smithi032.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-08-17T17:16:00.231 INFO:teuthology.orchestra.run.smithi032.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-08-17T17:16:00.231 INFO:teuthology.orchestra.run.smithi032.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2023-08-17T17:16:12.640 INFO:teuthology.orchestra.run.smithi194.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-08-17T17:16:12.641 INFO:teuthology.orchestra.run.smithi194.stdout:Sourcing file `/etc/default/grub' 2023-08-17T17:16:12.674 INFO:teuthology.orchestra.run.smithi194.stdout:Generating grub configuration file ... 2023-08-17T17:16:13.038 INFO:teuthology.orchestra.run.smithi194.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-08-17T17:16:13.082 INFO:teuthology.orchestra.run.smithi194.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-08-17T17:16:13.432 INFO:teuthology.orchestra.run.smithi194.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-08-17T17:16:13.465 INFO:teuthology.orchestra.run.smithi194.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-08-17T17:16:13.537 INFO:teuthology.orchestra.run.smithi194.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-08-17T17:16:13.562 INFO:teuthology.orchestra.run.smithi194.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-08-17T17:16:14.453 INFO:teuthology.orchestra.run.smithi194.stdout:done 2023-08-17T17:16:14.903 DEBUG:teuthology.orchestra.run.smithi194:> dpkg -s linux-image-generic 2023-08-17T17:16:14.926 INFO:teuthology.orchestra.run.smithi194.stdout:Package: linux-image-generic 2023-08-17T17:16:14.927 INFO:teuthology.orchestra.run.smithi194.stdout:Status: install ok installed 2023-08-17T17:16:14.928 INFO:teuthology.orchestra.run.smithi194.stdout:Priority: optional 2023-08-17T17:16:14.928 INFO:teuthology.orchestra.run.smithi194.stdout:Section: kernel 2023-08-17T17:16:14.928 INFO:teuthology.orchestra.run.smithi194.stdout:Installed-Size: 18 2023-08-17T17:16:14.928 INFO:teuthology.orchestra.run.smithi194.stdout:Maintainer: Ubuntu Kernel Team 2023-08-17T17:16:14.929 INFO:teuthology.orchestra.run.smithi194.stdout:Architecture: amd64 2023-08-17T17:16:14.929 INFO:teuthology.orchestra.run.smithi194.stdout:Source: linux-meta 2023-08-17T17:16:14.929 INFO:teuthology.orchestra.run.smithi194.stdout:Version: 4.15.0.213.196 2023-08-17T17:16:14.929 INFO:teuthology.orchestra.run.smithi194.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-08-17T17:16:14.929 INFO:teuthology.orchestra.run.smithi194.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-08-17T17:16:14.930 INFO:teuthology.orchestra.run.smithi194.stdout:Recommends: thermald 2023-08-17T17:16:14.930 INFO:teuthology.orchestra.run.smithi194.stdout:Description: Generic Linux kernel image 2023-08-17T17:16:14.930 INFO:teuthology.orchestra.run.smithi194.stdout: This package will always depend on the latest generic kernel image 2023-08-17T17:16:14.931 INFO:teuthology.orchestra.run.smithi194.stdout: available. 2023-08-17T17:16:14.931 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2023-08-17T17:16:14.931 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-08-17T17:16:14.931 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-08-17T17:16:14.932 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-08-17T17:16:14.932 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi194.front.sepia.ceph.com, path=None, version=distro) 2023-08-17T17:16:14.933 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get clean 2023-08-17T17:16:15.023 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get update 2023-08-17T17:16:15.137 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-08-17T17:16:15.137 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2023-08-17T17:16:15.145 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2023-08-17T17:16:15.163 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2023-08-17T17:16:15.174 INFO:teuthology.orchestra.run.smithi032.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-08-17T17:16:15.175 INFO:teuthology.orchestra.run.smithi032.stdout:Sourcing file `/etc/default/grub' 2023-08-17T17:16:15.204 INFO:teuthology.orchestra.run.smithi032.stdout:Generating grub configuration file ... 2023-08-17T17:16:15.598 INFO:teuthology.orchestra.run.smithi032.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-08-17T17:16:15.630 INFO:teuthology.orchestra.run.smithi032.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-08-17T17:16:15.968 INFO:teuthology.orchestra.run.smithi032.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-08-17T17:16:15.992 INFO:teuthology.orchestra.run.smithi032.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-08-17T17:16:16.067 INFO:teuthology.orchestra.run.smithi032.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-08-17T17:16:16.092 INFO:teuthology.orchestra.run.smithi032.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-08-17T17:16:17.153 INFO:teuthology.orchestra.run.smithi032.stdout:done 2023-08-17T17:16:17.213 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2023-08-17T17:16:17.265 DEBUG:teuthology.orchestra.run.smithi194:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-08-17T17:16:17.350 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2023-08-17T17:16:17.610 DEBUG:teuthology.orchestra.run.smithi032:> dpkg -s linux-image-generic 2023-08-17T17:16:17.616 INFO:teuthology.orchestra.run.smithi194.stdout:Building dependency tree... 2023-08-17T17:16:17.617 INFO:teuthology.orchestra.run.smithi194.stdout:Reading state information... 2023-08-17T17:16:17.632 INFO:teuthology.orchestra.run.smithi032.stdout:Package: linux-image-generic 2023-08-17T17:16:17.632 INFO:teuthology.orchestra.run.smithi032.stdout:Status: install ok installed 2023-08-17T17:16:17.632 INFO:teuthology.orchestra.run.smithi032.stdout:Priority: optional 2023-08-17T17:16:17.632 INFO:teuthology.orchestra.run.smithi032.stdout:Section: kernel 2023-08-17T17:16:17.632 INFO:teuthology.orchestra.run.smithi032.stdout:Installed-Size: 18 2023-08-17T17:16:17.633 INFO:teuthology.orchestra.run.smithi032.stdout:Maintainer: Ubuntu Kernel Team 2023-08-17T17:16:17.633 INFO:teuthology.orchestra.run.smithi032.stdout:Architecture: amd64 2023-08-17T17:16:17.633 INFO:teuthology.orchestra.run.smithi032.stdout:Source: linux-meta 2023-08-17T17:16:17.633 INFO:teuthology.orchestra.run.smithi032.stdout:Version: 4.15.0.213.196 2023-08-17T17:16:17.633 INFO:teuthology.orchestra.run.smithi032.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-08-17T17:16:17.633 INFO:teuthology.orchestra.run.smithi032.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-08-17T17:16:17.633 INFO:teuthology.orchestra.run.smithi032.stdout:Recommends: thermald 2023-08-17T17:16:17.634 INFO:teuthology.orchestra.run.smithi032.stdout:Description: Generic Linux kernel image 2023-08-17T17:16:17.634 INFO:teuthology.orchestra.run.smithi032.stdout: This package will always depend on the latest generic kernel image 2023-08-17T17:16:17.635 INFO:teuthology.orchestra.run.smithi032.stdout: available. 2023-08-17T17:16:17.635 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2023-08-17T17:16:17.635 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-08-17T17:16:17.635 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-08-17T17:16:17.636 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-08-17T17:16:17.636 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi032.front.sepia.ceph.com, path=None, version=distro) 2023-08-17T17:16:17.636 DEBUG:teuthology.orchestra.run.smithi032:> sudo apt-get clean 2023-08-17T17:16:17.734 DEBUG:teuthology.orchestra.run.smithi032:> sudo apt-get update 2023-08-17T17:16:17.825 INFO:teuthology.orchestra.run.smithi194.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2023-08-17T17:16:17.825 INFO:teuthology.orchestra.run.smithi194.stdout:The following packages were automatically installed and are no longer required: 2023-08-17T17:16:17.825 INFO:teuthology.orchestra.run.smithi194.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-08-17T17:16:17.825 INFO:teuthology.orchestra.run.smithi194.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-08-17T17:16:17.826 INFO:teuthology.orchestra.run.smithi194.stdout: linux-modules-extra-4.15.0-194-generic 2023-08-17T17:16:17.826 INFO:teuthology.orchestra.run.smithi194.stdout:Use 'sudo apt autoremove' to remove them. 2023-08-17T17:16:17.860 INFO:teuthology.orchestra.run.smithi032.stdout:Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2023-08-17T17:16:17.861 INFO:teuthology.orchestra.run.smithi032.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-08-17T17:16:17.868 INFO:teuthology.orchestra.run.smithi032.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2023-08-17T17:16:17.881 INFO:teuthology.orchestra.run.smithi194.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2023-08-17T17:16:17.883 DEBUG:teuthology.orchestra.run.smithi194:> dpkg -s linux-image-generic 2023-08-17T17:16:17.885 INFO:teuthology.orchestra.run.smithi032.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2023-08-17T17:16:17.903 INFO:teuthology.orchestra.run.smithi194.stdout:Package: linux-image-generic 2023-08-17T17:16:17.903 INFO:teuthology.orchestra.run.smithi194.stdout:Status: install ok installed 2023-08-17T17:16:17.903 INFO:teuthology.orchestra.run.smithi194.stdout:Priority: optional 2023-08-17T17:16:17.903 INFO:teuthology.orchestra.run.smithi194.stdout:Section: kernel 2023-08-17T17:16:17.904 INFO:teuthology.orchestra.run.smithi194.stdout:Installed-Size: 18 2023-08-17T17:16:17.904 INFO:teuthology.orchestra.run.smithi194.stdout:Maintainer: Ubuntu Kernel Team 2023-08-17T17:16:17.904 INFO:teuthology.orchestra.run.smithi194.stdout:Architecture: amd64 2023-08-17T17:16:17.904 INFO:teuthology.orchestra.run.smithi194.stdout:Source: linux-meta 2023-08-17T17:16:17.904 INFO:teuthology.orchestra.run.smithi194.stdout:Version: 4.15.0.213.196 2023-08-17T17:16:17.904 INFO:teuthology.orchestra.run.smithi194.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-08-17T17:16:17.904 INFO:teuthology.orchestra.run.smithi194.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-08-17T17:16:17.905 INFO:teuthology.orchestra.run.smithi194.stdout:Recommends: thermald 2023-08-17T17:16:17.905 INFO:teuthology.orchestra.run.smithi194.stdout:Description: Generic Linux kernel image 2023-08-17T17:16:17.905 INFO:teuthology.orchestra.run.smithi194.stdout: This package will always depend on the latest generic kernel image 2023-08-17T17:16:17.906 INFO:teuthology.orchestra.run.smithi194.stdout: available. 2023-08-17T17:16:17.906 DEBUG:teuthology.orchestra.run.smithi194:> mktemp 2023-08-17T17:16:17.952 INFO:teuthology.orchestra.run.smithi194.stdout:/tmp/tmp.VVlan0umu8 2023-08-17T17:16:17.952 DEBUG:teuthology.orchestra.run.smithi194:> sudo cp /boot/grub/grub.cfg /tmp/tmp.VVlan0umu8 2023-08-17T17:16:18.012 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 0666 /tmp/tmp.VVlan0umu8 2023-08-17T17:16:18.139 DEBUG:teuthology.orchestra.remote:smithi194:/tmp/tmp.VVlan0umu8 is 10KB 2023-08-17T17:16:18.151 DEBUG:teuthology.orchestra.run.smithi194:> rm -fr /tmp/tmp.VVlan0umu8 2023-08-17T17:16:18.158 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-08-17T17:16:18.214 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-08-17T17:16:18.215 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-08-17T17:16:18.215 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-08-17T17:16:18.287 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2023-08-17T17:16:18.287 DEBUG:teuthology.orchestra.run.smithi194:> sudo update-grub 2023-08-17T17:16:19.653 INFO:teuthology.orchestra.run.smithi194.stderr:Sourcing file `/etc/default/grub' 2023-08-17T17:16:19.661 INFO:teuthology.orchestra.run.smithi194.stderr:Generating grub configuration file ... 2023-08-17T17:16:19.912 INFO:teuthology.orchestra.run.smithi194.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-08-17T17:16:19.924 INFO:teuthology.orchestra.run.smithi194.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-08-17T17:16:20.034 INFO:teuthology.orchestra.run.smithi032.stdout:Reading package lists... 2023-08-17T17:16:20.089 DEBUG:teuthology.orchestra.run.smithi032:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-08-17T17:16:20.174 INFO:teuthology.orchestra.run.smithi032.stdout:Reading package lists... 2023-08-17T17:16:20.237 INFO:teuthology.orchestra.run.smithi194.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-08-17T17:16:20.249 INFO:teuthology.orchestra.run.smithi194.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-08-17T17:16:20.326 INFO:teuthology.orchestra.run.smithi194.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-08-17T17:16:20.339 INFO:teuthology.orchestra.run.smithi194.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-08-17T17:16:20.465 INFO:teuthology.orchestra.run.smithi032.stdout:Building dependency tree... 2023-08-17T17:16:20.466 INFO:teuthology.orchestra.run.smithi032.stdout:Reading state information... 2023-08-17T17:16:20.688 INFO:teuthology.orchestra.run.smithi032.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2023-08-17T17:16:20.688 INFO:teuthology.orchestra.run.smithi032.stdout:The following packages were automatically installed and are no longer required: 2023-08-17T17:16:20.689 INFO:teuthology.orchestra.run.smithi032.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-08-17T17:16:20.689 INFO:teuthology.orchestra.run.smithi032.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-08-17T17:16:20.689 INFO:teuthology.orchestra.run.smithi032.stdout: linux-modules-extra-4.15.0-194-generic 2023-08-17T17:16:20.689 INFO:teuthology.orchestra.run.smithi032.stdout:Use 'sudo apt autoremove' to remove them. 2023-08-17T17:16:20.746 INFO:teuthology.orchestra.run.smithi032.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2023-08-17T17:16:20.748 DEBUG:teuthology.orchestra.run.smithi032:> dpkg -s linux-image-generic 2023-08-17T17:16:20.770 INFO:teuthology.orchestra.run.smithi032.stdout:Package: linux-image-generic 2023-08-17T17:16:20.771 INFO:teuthology.orchestra.run.smithi032.stdout:Status: install ok installed 2023-08-17T17:16:20.771 INFO:teuthology.orchestra.run.smithi032.stdout:Priority: optional 2023-08-17T17:16:20.771 INFO:teuthology.orchestra.run.smithi032.stdout:Section: kernel 2023-08-17T17:16:20.771 INFO:teuthology.orchestra.run.smithi032.stdout:Installed-Size: 18 2023-08-17T17:16:20.771 INFO:teuthology.orchestra.run.smithi032.stdout:Maintainer: Ubuntu Kernel Team 2023-08-17T17:16:20.771 INFO:teuthology.orchestra.run.smithi032.stdout:Architecture: amd64 2023-08-17T17:16:20.772 INFO:teuthology.orchestra.run.smithi032.stdout:Source: linux-meta 2023-08-17T17:16:20.772 INFO:teuthology.orchestra.run.smithi032.stdout:Version: 4.15.0.213.196 2023-08-17T17:16:20.772 INFO:teuthology.orchestra.run.smithi032.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-08-17T17:16:20.772 INFO:teuthology.orchestra.run.smithi032.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-08-17T17:16:20.772 INFO:teuthology.orchestra.run.smithi032.stdout:Recommends: thermald 2023-08-17T17:16:20.773 INFO:teuthology.orchestra.run.smithi032.stdout:Description: Generic Linux kernel image 2023-08-17T17:16:20.773 INFO:teuthology.orchestra.run.smithi032.stdout: This package will always depend on the latest generic kernel image 2023-08-17T17:16:20.773 INFO:teuthology.orchestra.run.smithi032.stdout: available. 2023-08-17T17:16:20.773 DEBUG:teuthology.orchestra.run.smithi032:> mktemp 2023-08-17T17:16:20.819 INFO:teuthology.orchestra.run.smithi032.stdout:/tmp/tmp.aM8ORgBZyq 2023-08-17T17:16:20.820 DEBUG:teuthology.orchestra.run.smithi032:> sudo cp /boot/grub/grub.cfg /tmp/tmp.aM8ORgBZyq 2023-08-17T17:16:20.974 INFO:teuthology.orchestra.run.smithi194.stderr:done 2023-08-17T17:16:20.976 DEBUG:teuthology.orchestra.run.smithi194:> sudo shutdown -r now 2023-08-17T17:16:20.980 DEBUG:teuthology.orchestra.run.smithi032:> sudo chmod 0666 /tmp/tmp.aM8ORgBZyq 2023-08-17T17:16:21.062 DEBUG:teuthology.orchestra.remote:smithi032:/tmp/tmp.aM8ORgBZyq is 10KB 2023-08-17T17:16:21.073 DEBUG:teuthology.orchestra.run.smithi032:> rm -fr /tmp/tmp.aM8ORgBZyq 2023-08-17T17:16:21.079 DEBUG:teuthology.orchestra.run.smithi032:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-08-17T17:16:21.140 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2023-08-17T17:16:21.141 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-08-17T17:16:21.141 DEBUG:teuthology.orchestra.run.smithi032:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-08-17T17:16:21.346 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2023-08-17T17:16:21.347 DEBUG:teuthology.orchestra.run.smithi032:> sudo update-grub 2023-08-17T17:16:22.867 INFO:teuthology.orchestra.run.smithi032.stderr:Sourcing file `/etc/default/grub' 2023-08-17T17:16:22.875 INFO:teuthology.orchestra.run.smithi032.stderr:Generating grub configuration file ... 2023-08-17T17:16:23.111 INFO:teuthology.orchestra.run.smithi032.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-08-17T17:16:23.123 INFO:teuthology.orchestra.run.smithi032.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-08-17T17:16:23.429 INFO:teuthology.orchestra.run.smithi032.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-08-17T17:16:23.441 INFO:teuthology.orchestra.run.smithi032.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-08-17T17:16:23.516 INFO:teuthology.orchestra.run.smithi032.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-08-17T17:16:23.529 INFO:teuthology.orchestra.run.smithi032.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-08-17T17:16:24.207 INFO:teuthology.orchestra.run.smithi032.stderr:done 2023-08-17T17:16:24.208 DEBUG:teuthology.orchestra.run.smithi032:> sudo shutdown -r now 2023-08-17T17:16:51.000 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-08-17T17:16:51.001 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-08-17T17:16:51.002 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-08-17T17:16:54.259 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-08-17T17:16:54.260 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2023-08-17T17:16:54.260 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-08-17T17:17:09.364 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.194 2023-08-17T17:17:12.693 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.32 2023-08-17T17:17:18.372 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-08-17T17:17:18.373 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-08-17T17:17:21.424 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.194 2023-08-17T17:17:21.694 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2023-08-17T17:17:21.695 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-08-17T17:17:24.759 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.32 2023-08-17T17:17:33.432 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-08-17T17:17:33.435 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-08-17T17:17:36.762 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2023-08-17T17:17:36.763 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-08-17T17:17:39.825 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.32 2023-08-17T17:17:51.856 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.194 2023-08-17T17:17:54.830 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2023-08-17T17:17:54.834 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-08-17T17:17:57.904 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.32 2023-08-17T17:18:06.864 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-08-17T17:18:06.865 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-08-17T17:18:07.037 DEBUG:teuthology.orchestra.run.smithi194:> true 2023-08-17T17:18:07.319 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-08-17T17:18:07.320 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.15.0-213-generic"... 2023-08-17T17:18:07.320 DEBUG:teuthology.orchestra.run.smithi194:> uname -r 2023-08-17T17:18:07.372 INFO:teuthology.orchestra.run.smithi194.stdout:4.15.0-213-generic 2023-08-17T17:18:07.373 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2023-08-17T17:18:07.373 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-08-17T17:18:07.373 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-08-17T17:18:08.375 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-08-17T17:18:08.375 DEBUG:teuthology.orchestra.run.smithi194:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-08-17T17:18:08.423 INFO:teuthology.orchestra.run.smithi194.stdout:ttyS1 2023-08-17T17:18:08.441 DEBUG:teuthology.parallel:result is None 2023-08-17T17:18:15.907 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2023-08-17T17:18:15.920 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-08-17T17:18:18.993 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.32 2023-08-17T17:18:39.996 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2023-08-17T17:18:39.996 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-08-17T17:18:43.088 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.32 2023-08-17T17:19:07.094 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2023-08-17T17:19:07.094 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-08-17T17:19:25.552 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.32 2023-08-17T17:19:52.614 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2023-08-17T17:19:52.664 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-08-17T17:19:55.841 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.32 2023-08-17T17:20:25.868 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2023-08-17T17:20:25.869 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-08-17T17:20:28.944 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.32 2023-08-17T17:21:01.946 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2023-08-17T17:21:01.947 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-08-17T17:21:05.016 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.32 2023-08-17T17:21:41.046 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2023-08-17T17:21:41.080 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-08-17T17:21:44.185 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.32 2023-08-17T17:22:23.188 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2023-08-17T17:22:23.189 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-08-17T17:22:26.257 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.32 2023-08-17T17:22:56.258 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2023-08-17T17:22:56.259 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-08-17T17:22:59.335 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.32 2023-08-17T17:22:59.336 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (14) after waiting for 300 seconds 2023-08-17T17:22:59.349 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.15.0-213-generic"... 2023-08-17T17:22:59.349 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2023-08-17T17:22:59.350 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-08-17T17:23:02.384 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.32 2023-08-17T17:23:11.386 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2023-08-17T17:23:11.387 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-08-17T17:23:14.460 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.32 2023-08-17T17:23:26.464 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2023-08-17T17:23:26.484 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-08-17T17:23:29.555 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.32 2023-08-17T17:23:32.561 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2023-08-17T17:23:32.562 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-08-17T17:23:32.629 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.32 2023-08-17T17:23:32.630 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2023-08-17T17:23:32.630 ERROR:teuthology.task.kernel:Saw exception Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/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_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/task/kernel.py", line 182, in need_to_install ctx.cluster.only(role).run( File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/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_449a1bc2027504e7b3c3d7b30fa4178906581da7/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_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/orchestra/remote.py", line 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi032 2023-08-17T17:23:32.631 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/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_449a1bc2027504e7b3c3d7b30fa4178906581da7/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_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/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_449a1bc2027504e7b3c3d7b30fa4178906581da7/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_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/task/kernel.py", line 182, in need_to_install ctx.cluster.only(role).run( File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/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_449a1bc2027504e7b3c3d7b30fa4178906581da7/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_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/orchestra/remote.py", line 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi032 2023-08-17T17:23:34.504 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=8a726f736c794bc380bb4f1c094f37d3 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/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_449a1bc2027504e7b3c3d7b30fa4178906581da7/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_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/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_449a1bc2027504e7b3c3d7b30fa4178906581da7/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_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/task/kernel.py", line 182, in need_to_install ctx.cluster.only(role).run( File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/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_449a1bc2027504e7b3c3d7b30fa4178906581da7/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_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/orchestra/remote.py", line 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi032 2023-08-17T17:23:34.540 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-08-17T17:23:34.574 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-08-17T17:23:34.847 INFO:teuthology.nuke:Checking targets against current locks 2023-08-17T17:23:35.229 DEBUG:teuthology.nuke:shortname: smithi032 2023-08-17T17:23:35.285 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-08-17T17:23:35.404 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi032.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-08-17_17:03:35-rados-wip-yuri2-testing-2023-08-16-1142-pacific-distro-default-smithi/7371872', '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-08-17 17:06:12.645312', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2023-08-17T17:23:35.405 DEBUG:teuthology.nuke:shortname: smithi194 2023-08-17T17:23:35.423 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-08-17T17:23:35.567 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi194.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-08-17_17:03:35-rados-wip-yuri2-testing-2023-08-16-1142-pacific-distro-default-smithi/7371872', '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-08-17 17:06:12.646782', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2023-08-17T17:23:35.987 INFO:teuthology.orchestra.console.smithi032:Power off 2023-08-17T17:23:35.988 DEBUG:teuthology.orchestra.console.smithi032:pexpect command: ipmitool -H smithi032.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-08-17T17:23:36.116 DEBUG:teuthology.orchestra.console.smithi032:power off output: Chassis Power Control: Down/Off 2023-08-17T17:23:36.172 DEBUG:teuthology.orchestra.console.smithi032:pexpect command: ipmitool -H smithi032.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-08-17T17:23:36.417 INFO:teuthology.orchestra.console.smithi194:Power off 2023-08-17T17:23:36.451 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-08-17T17:23:36.581 DEBUG:teuthology.orchestra.console.smithi032:check power output: Chassis Power is on 2023-08-17T17:23:36.582 DEBUG:teuthology.orchestra.console.smithi194:power off output: Chassis Power Control: Down/Off 2023-08-17T17:23:36.582 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-08-17T17:23:36.662 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is on 2023-08-17T17:23:40.623 DEBUG:teuthology.orchestra.console.smithi032:pexpect command: ipmitool -H smithi032.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-08-17T17:23:40.692 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-08-17T17:23:40.799 DEBUG:teuthology.orchestra.console.smithi032:check power output: Chassis Power is on 2023-08-17T17:23:40.871 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is on 2023-08-17T17:23:44.805 DEBUG:teuthology.orchestra.console.smithi032:pexpect command: ipmitool -H smithi032.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-08-17T17:23:44.873 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-08-17T17:23:44.948 DEBUG:teuthology.orchestra.console.smithi032:check power output: Chassis Power is off 2023-08-17T17:23:45.028 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is off 2023-08-17T17:23:45.098 INFO:teuthology.orchestra.console.smithi032:Power off completed 2023-08-17T17:23:45.130 INFO:teuthology.orchestra.console.smithi194:Power off completed 2023-08-17T17:23:45.234 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} failure_reason: Failed to reconnect to smithi032 owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=8a726f736c794bc380bb4f1c094f37d3 status: fail success: false 2023-08-17T17:23:45.234 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-08-17T17:23:45.638 INFO:teuthology.run:FAIL