2023-12-06T03:51:30.241 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-06T03:51:30.241 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --verbose --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478720 -- /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478720/orig.config.yaml 2023-12-06T03:51:30.280 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T03:51:30.369 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478720 branch: wip-yuri6-testing-2023-12-05-0753-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: yweinste@redhat.com first_in_suite: false job_id: '7478720' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-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-yuri6-testing-2023-12-05-0753-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: d03fca4f35d43f61b4679936aef7bd2f01cced0b ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d03fca4f35d43f61b4679936aef7bd2f01cced0b workunit: branch: wip-yuri6-testing-2023-12-05-0753-pacific sha1: d03fca4f35d43f61b4679936aef7bd2f01cced0b owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 5202 sha1: d03fca4f35d43f61b4679936aef7bd2f01cced0b sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri6-testing-2023-12-05-0753-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_d03fca4f35d43f61b4679936aef7bd2f01cced0b/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: d03fca4f35d43f61b4679936aef7bd2f01cced0b targets: smithi061.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= smithi134.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: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-05_19:00:15 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-06T03:51:30.370 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_d03fca4f35d43f61b4679936aef7bd2f01cced0b/qa; will attempt to use it 2023-12-06T03:51:30.370 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_d03fca4f35d43f61b4679936aef7bd2f01cced0b/qa/tasks 2023-12-06T03:51:30.371 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-06T03:51:30.372 INFO:teuthology.task.internal:Checking packages... 2023-12-06T03:51:30.397 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'd03fca4f35d43f61b4679936aef7bd2f01cced0b' 2023-12-06T03:51:30.397 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-06T03:51:30.397 INFO:teuthology.packaging:ref: None 2023-12-06T03:51:30.397 INFO:teuthology.packaging:tag: None 2023-12-06T03:51:30.397 INFO:teuthology.packaging:branch: wip-yuri6-testing-2023-12-05-0753-pacific 2023-12-06T03:51:30.397 INFO:teuthology.packaging:sha1: d03fca4f35d43f61b4679936aef7bd2f01cced0b 2023-12-06T03:51:30.398 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F18.04%2Fx86_64&ref=wip-yuri6-testing-2023-12-05-0753-pacific 2023-12-06T03:51:30.537 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-335-gd03fca4f-1bionic 2023-12-06T03:51:30.538 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-06T03:51:30.544 INFO:teuthology.task.internal:no buildpackages task found 2023-12-06T03:51:30.544 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-06T03:51:30.550 INFO:teuthology.task.internal:Saving configuration 2023-12-06T03:51:30.564 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-06T03:51:30.570 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T03:51:30.594 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi061.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478720', '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-06 03:41:50.085045', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2023-12-06T03:51:30.616 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478720', '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-06 03:41:50.083196', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2023-12-06T03:51:30.616 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-06T03:51:30.623 INFO:teuthology.task.internal:roles: ubuntu@smithi061.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-06T03:51:30.625 INFO:teuthology.task.internal:roles: ubuntu@smithi134.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-06T03:51:30.625 INFO:teuthology.run_tasks:Running task console_log... 2023-12-06T03:51:30.695 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f443c3da0d0>, signals=[15]) 2023-12-06T03:51:30.696 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-06T03:51:30.703 INFO:teuthology.task.internal:Opening connections... 2023-12-06T03:51:30.703 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi061.front.sepia.ceph.com 2023-12-06T03:51:30.706 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi061.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:51:30.819 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi134.front.sepia.ceph.com 2023-12-06T03:51:30.820 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:51:30.935 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-06T03:51:30.941 DEBUG:teuthology.orchestra.run.smithi061:> uname -m 2023-12-06T03:51:30.951 INFO:teuthology.orchestra.run.smithi061.stdout:x86_64 2023-12-06T03:51:30.951 DEBUG:teuthology.orchestra.run.smithi061:> cat /etc/os-release 2023-12-06T03:51:30.998 INFO:teuthology.orchestra.run.smithi061.stdout:NAME="Ubuntu" 2023-12-06T03:51:30.999 INFO:teuthology.orchestra.run.smithi061.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2023-12-06T03:51:30.999 INFO:teuthology.orchestra.run.smithi061.stdout:ID=ubuntu 2023-12-06T03:51:30.999 INFO:teuthology.orchestra.run.smithi061.stdout:ID_LIKE=debian 2023-12-06T03:51:30.999 INFO:teuthology.orchestra.run.smithi061.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2023-12-06T03:51:30.999 INFO:teuthology.orchestra.run.smithi061.stdout:VERSION_ID="18.04" 2023-12-06T03:51:30.999 INFO:teuthology.orchestra.run.smithi061.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-06T03:51:30.999 INFO:teuthology.orchestra.run.smithi061.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-06T03:51:30.999 INFO:teuthology.orchestra.run.smithi061.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-06T03:51:30.999 INFO:teuthology.orchestra.run.smithi061.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-06T03:51:30.999 INFO:teuthology.orchestra.run.smithi061.stdout:VERSION_CODENAME=bionic 2023-12-06T03:51:30.999 INFO:teuthology.orchestra.run.smithi061.stdout:UBUNTU_CODENAME=bionic 2023-12-06T03:51:31.000 INFO:teuthology.lock.ops:Updating smithi061.front.sepia.ceph.com on lock server 2023-12-06T03:51:31.021 DEBUG:teuthology.orchestra.run.smithi134:> uname -m 2023-12-06T03:51:31.051 INFO:teuthology.orchestra.run.smithi134.stdout:x86_64 2023-12-06T03:51:31.052 DEBUG:teuthology.orchestra.run.smithi134:> cat /etc/os-release 2023-12-06T03:51:31.101 INFO:teuthology.orchestra.run.smithi134.stdout:NAME="Ubuntu" 2023-12-06T03:51:31.102 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2023-12-06T03:51:31.102 INFO:teuthology.orchestra.run.smithi134.stdout:ID=ubuntu 2023-12-06T03:51:31.102 INFO:teuthology.orchestra.run.smithi134.stdout:ID_LIKE=debian 2023-12-06T03:51:31.102 INFO:teuthology.orchestra.run.smithi134.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2023-12-06T03:51:31.102 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION_ID="18.04" 2023-12-06T03:51:31.102 INFO:teuthology.orchestra.run.smithi134.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-06T03:51:31.102 INFO:teuthology.orchestra.run.smithi134.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-06T03:51:31.102 INFO:teuthology.orchestra.run.smithi134.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-06T03:51:31.102 INFO:teuthology.orchestra.run.smithi134.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-06T03:51:31.102 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION_CODENAME=bionic 2023-12-06T03:51:31.102 INFO:teuthology.orchestra.run.smithi134.stdout:UBUNTU_CODENAME=bionic 2023-12-06T03:51:31.103 INFO:teuthology.lock.ops:Updating smithi134.front.sepia.ceph.com on lock server 2023-12-06T03:51:31.121 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-06T03:51:31.129 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-06T03:51:31.134 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-06T03:51:31.134 DEBUG:teuthology.orchestra.run.smithi061:> test '!' -e /home/ubuntu/cephtest 2023-12-06T03:51:31.138 DEBUG:teuthology.orchestra.run.smithi134:> test '!' -e /home/ubuntu/cephtest 2023-12-06T03:51:31.149 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-06T03:51:31.155 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-06T03:51:31.156 DEBUG:teuthology.orchestra.run.smithi061:> test -z $(ls -A /var/lib/ceph) 2023-12-06T03:51:31.182 DEBUG:teuthology.orchestra.run.smithi134:> test -z $(ls -A /var/lib/ceph) 2023-12-06T03:51:31.213 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-06T03:51:31.266 INFO:teuthology.run_tasks:Running task kernel... 2023-12-06T03:51:31.282 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-06T03:51:31.282 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-06T03:51:31.283 DEBUG:teuthology.orchestra.run.smithi061:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T03:51:31.283 DEBUG:teuthology.orchestra.run.smithi134:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T03:51:31.288 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T03:51:31.288 DEBUG:teuthology.orchestra.run.smithi061:> uname -r 2023-12-06T03:51:31.289 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T03:51:31.289 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2023-12-06T03:51:31.337 INFO:teuthology.orchestra.run.smithi134.stdout:4.15.0-200-generic 2023-12-06T03:51:31.337 INFO:teuthology.task.kernel:Running kernel on smithi134: 4.15.0-200-generic 2023-12-06T03:51:31.338 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-get clean 2023-12-06T03:51:31.339 INFO:teuthology.orchestra.run.smithi061.stdout:4.15.0-200-generic 2023-12-06T03:51:31.339 INFO:teuthology.task.kernel:Running kernel on smithi061: 4.15.0-200-generic 2023-12-06T03:51:31.339 DEBUG:teuthology.orchestra.run.smithi061:> sudo apt-get clean 2023-12-06T03:51:31.430 DEBUG:teuthology.orchestra.run.smithi061:> sudo apt-get update 2023-12-06T03:51:31.436 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-get update 2023-12-06T03:51:31.571 INFO:teuthology.orchestra.run.smithi061.stdout:Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2023-12-06T03:51:31.595 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-12-06T03:51:31.601 INFO:teuthology.orchestra.run.smithi134.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2023-12-06T03:51:31.678 INFO:teuthology.orchestra.run.smithi134.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2023-12-06T03:51:31.694 INFO:teuthology.orchestra.run.smithi061.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-12-06T03:51:31.709 INFO:teuthology.orchestra.run.smithi134.stdout:Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2023-12-06T03:51:31.776 INFO:teuthology.orchestra.run.smithi061.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2023-12-06T03:51:31.862 INFO:teuthology.orchestra.run.smithi061.stdout:Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2023-12-06T03:51:31.932 INFO:teuthology.orchestra.run.smithi134.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,666 kB] 2023-12-06T03:51:32.021 INFO:teuthology.orchestra.run.smithi061.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2023-12-06T03:51:32.041 INFO:teuthology.orchestra.run.smithi061.stdout:Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2023-12-06T03:51:32.046 INFO:teuthology.orchestra.run.smithi061.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2023-12-06T03:51:32.060 INFO:teuthology.orchestra.run.smithi061.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2023-12-06T03:51:32.060 INFO:teuthology.orchestra.run.smithi061.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2023-12-06T03:51:32.062 INFO:teuthology.orchestra.run.smithi061.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2023-12-06T03:51:32.066 INFO:teuthology.orchestra.run.smithi134.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2023-12-06T03:51:32.077 INFO:teuthology.orchestra.run.smithi061.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2023-12-06T03:51:32.090 INFO:teuthology.orchestra.run.smithi061.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2023-12-06T03:51:32.095 INFO:teuthology.orchestra.run.smithi061.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2023-12-06T03:51:32.096 INFO:teuthology.orchestra.run.smithi061.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2023-12-06T03:51:32.096 INFO:teuthology.orchestra.run.smithi061.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2023-12-06T03:51:32.105 INFO:teuthology.orchestra.run.smithi061.stdout:Get:16 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2023-12-06T03:51:32.109 INFO:teuthology.orchestra.run.smithi134.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2023-12-06T03:51:32.115 INFO:teuthology.orchestra.run.smithi134.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2023-12-06T03:51:32.130 INFO:teuthology.orchestra.run.smithi134.stdout:Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2023-12-06T03:51:32.130 INFO:teuthology.orchestra.run.smithi134.stdout:Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2023-12-06T03:51:32.131 INFO:teuthology.orchestra.run.smithi134.stdout:Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2023-12-06T03:51:32.147 INFO:teuthology.orchestra.run.smithi134.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2023-12-06T03:51:32.165 INFO:teuthology.orchestra.run.smithi134.stdout:Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2023-12-06T03:51:32.170 INFO:teuthology.orchestra.run.smithi134.stdout:Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2023-12-06T03:51:32.171 INFO:teuthology.orchestra.run.smithi134.stdout:Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2023-12-06T03:51:32.171 INFO:teuthology.orchestra.run.smithi134.stdout:Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2023-12-06T03:51:32.171 INFO:teuthology.orchestra.run.smithi134.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2023-12-06T03:51:32.172 INFO:teuthology.orchestra.run.smithi134.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2023-12-06T03:51:32.172 INFO:teuthology.orchestra.run.smithi134.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2023-12-06T03:51:32.172 INFO:teuthology.orchestra.run.smithi134.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2023-12-06T03:51:32.227 INFO:teuthology.orchestra.run.smithi134.stdout:Get:21 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2023-12-06T03:51:32.255 INFO:teuthology.orchestra.run.smithi061.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2023-12-06T03:51:32.670 INFO:teuthology.orchestra.run.smithi134.stdout:Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2023-12-06T03:51:32.691 INFO:teuthology.orchestra.run.smithi061.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,666 kB] 2023-12-06T03:51:32.745 INFO:teuthology.orchestra.run.smithi061.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2023-12-06T03:51:32.757 INFO:teuthology.orchestra.run.smithi061.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2023-12-06T03:51:32.789 INFO:teuthology.orchestra.run.smithi061.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2023-12-06T03:51:32.790 INFO:teuthology.orchestra.run.smithi061.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2023-12-06T03:51:32.798 INFO:teuthology.orchestra.run.smithi061.stdout:Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2023-12-06T03:51:32.806 INFO:teuthology.orchestra.run.smithi134.stdout:Get:23 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2023-12-06T03:51:32.823 INFO:teuthology.orchestra.run.smithi134.stdout:Get:24 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2023-12-06T03:51:32.854 INFO:teuthology.orchestra.run.smithi134.stdout:Get:25 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2023-12-06T03:51:32.854 INFO:teuthology.orchestra.run.smithi134.stdout:Get:26 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2023-12-06T03:51:32.857 INFO:teuthology.orchestra.run.smithi061.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2023-12-06T03:51:32.858 INFO:teuthology.orchestra.run.smithi134.stdout:Get:27 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2023-12-06T03:51:32.901 INFO:teuthology.orchestra.run.smithi134.stdout:Get:28 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2023-12-06T03:51:32.932 INFO:teuthology.orchestra.run.smithi134.stdout:Get:29 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2023-12-06T03:51:32.937 INFO:teuthology.orchestra.run.smithi134.stdout:Get:30 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2023-12-06T03:51:33.067 INFO:teuthology.orchestra.run.smithi061.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2023-12-06T03:51:33.102 INFO:teuthology.orchestra.run.smithi134.stdout:Get:31 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2023-12-06T03:51:33.184 INFO:teuthology.orchestra.run.smithi134.stdout:Get:32 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2023-12-06T03:51:33.587 INFO:teuthology.orchestra.run.smithi061.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2023-12-06T03:51:33.588 INFO:teuthology.orchestra.run.smithi061.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2023-12-06T03:51:33.591 INFO:teuthology.orchestra.run.smithi061.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2023-12-06T03:51:33.592 INFO:teuthology.orchestra.run.smithi061.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2023-12-06T03:51:33.600 INFO:teuthology.orchestra.run.smithi061.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2023-12-06T03:51:33.609 INFO:teuthology.orchestra.run.smithi061.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2023-12-06T03:51:33.610 INFO:teuthology.orchestra.run.smithi061.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2023-12-06T03:51:34.829 INFO:teuthology.orchestra.run.smithi134.stdout:Fetched 20.1 MB in 3s (6,393 kB/s) 2023-12-06T03:51:34.952 INFO:teuthology.orchestra.run.smithi061.stdout:Fetched 20.1 MB in 3s (6,177 kB/s) 2023-12-06T03:51:36.569 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2023-12-06T03:51:36.623 DEBUG:teuthology.orchestra.run.smithi134:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-06T03:51:36.700 INFO:teuthology.orchestra.run.smithi061.stdout:Reading package lists... 2023-12-06T03:51:36.706 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2023-12-06T03:51:36.754 DEBUG:teuthology.orchestra.run.smithi061:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-06T03:51:36.839 INFO:teuthology.orchestra.run.smithi061.stdout:Reading package lists... 2023-12-06T03:51:36.968 INFO:teuthology.orchestra.run.smithi134.stdout:Building dependency tree... 2023-12-06T03:51:36.968 INFO:teuthology.orchestra.run.smithi134.stdout:Reading state information... 2023-12-06T03:51:37.109 INFO:teuthology.orchestra.run.smithi061.stdout:Building dependency tree... 2023-12-06T03:51:37.109 INFO:teuthology.orchestra.run.smithi061.stdout:Reading state information... 2023-12-06T03:51:37.186 INFO:teuthology.orchestra.run.smithi134.stdout:The following additional packages will be installed: 2023-12-06T03:51:37.186 INFO:teuthology.orchestra.run.smithi134.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-12-06T03:51:37.186 INFO:teuthology.orchestra.run.smithi134.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2023-12-06T03:51:37.186 INFO:teuthology.orchestra.run.smithi134.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2023-12-06T03:51:37.188 INFO:teuthology.orchestra.run.smithi134.stdout:Suggested packages: 2023-12-06T03:51:37.188 INFO:teuthology.orchestra.run.smithi134.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2023-12-06T03:51:37.189 INFO:teuthology.orchestra.run.smithi134.stdout:Recommended packages: 2023-12-06T03:51:37.189 INFO:teuthology.orchestra.run.smithi134.stdout: thermald 2023-12-06T03:51:37.248 INFO:teuthology.orchestra.run.smithi134.stdout:The following NEW packages will be installed: 2023-12-06T03:51:37.248 INFO:teuthology.orchestra.run.smithi134.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-12-06T03:51:37.248 INFO:teuthology.orchestra.run.smithi134.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2023-12-06T03:51:37.249 INFO:teuthology.orchestra.run.smithi134.stdout: linux-modules-extra-4.15.0-213-generic 2023-12-06T03:51:37.251 INFO:teuthology.orchestra.run.smithi134.stdout:The following packages will be upgraded: 2023-12-06T03:51:37.251 INFO:teuthology.orchestra.run.smithi134.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-06T03:51:37.311 INFO:teuthology.orchestra.run.smithi134.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2023-12-06T03:51:37.311 INFO:teuthology.orchestra.run.smithi134.stdout:Need to get 67.4 MB of archives. 2023-12-06T03:51:37.311 INFO:teuthology.orchestra.run.smithi134.stdout:After this operation, 351 MB of additional disk space will be used. 2023-12-06T03:51:37.311 INFO:teuthology.orchestra.run.smithi134.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-06T03:51:37.342 INFO:teuthology.orchestra.run.smithi061.stdout:The following additional packages will be installed: 2023-12-06T03:51:37.342 INFO:teuthology.orchestra.run.smithi061.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-12-06T03:51:37.342 INFO:teuthology.orchestra.run.smithi061.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2023-12-06T03:51:37.343 INFO:teuthology.orchestra.run.smithi061.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2023-12-06T03:51:37.345 INFO:teuthology.orchestra.run.smithi061.stdout:Suggested packages: 2023-12-06T03:51:37.345 INFO:teuthology.orchestra.run.smithi061.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2023-12-06T03:51:37.345 INFO:teuthology.orchestra.run.smithi061.stdout:Recommended packages: 2023-12-06T03:51:37.345 INFO:teuthology.orchestra.run.smithi061.stdout: thermald 2023-12-06T03:51:37.413 INFO:teuthology.orchestra.run.smithi061.stdout:The following NEW packages will be installed: 2023-12-06T03:51:37.413 INFO:teuthology.orchestra.run.smithi061.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-12-06T03:51:37.413 INFO:teuthology.orchestra.run.smithi061.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2023-12-06T03:51:37.414 INFO:teuthology.orchestra.run.smithi061.stdout: linux-modules-extra-4.15.0-213-generic 2023-12-06T03:51:37.416 INFO:teuthology.orchestra.run.smithi061.stdout:The following packages will be upgraded: 2023-12-06T03:51:37.416 INFO:teuthology.orchestra.run.smithi061.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-06T03:51:37.480 INFO:teuthology.orchestra.run.smithi061.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2023-12-06T03:51:37.480 INFO:teuthology.orchestra.run.smithi061.stdout:Need to get 67.4 MB of archives. 2023-12-06T03:51:37.480 INFO:teuthology.orchestra.run.smithi061.stdout:After this operation, 351 MB of additional disk space will be used. 2023-12-06T03:51:37.480 INFO:teuthology.orchestra.run.smithi061.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-06T03:51:37.597 INFO:teuthology.orchestra.run.smithi134.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-06T03:51:37.698 INFO:teuthology.orchestra.run.smithi134.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-06T03:51:37.810 INFO:teuthology.orchestra.run.smithi061.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-06T03:51:37.916 INFO:teuthology.orchestra.run.smithi061.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-06T03:51:38.082 INFO:teuthology.orchestra.run.smithi134.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-06T03:51:38.082 INFO:teuthology.orchestra.run.smithi134.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-06T03:51:38.082 INFO:teuthology.orchestra.run.smithi134.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-06T03:51:38.206 INFO:teuthology.orchestra.run.smithi134.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-06T03:51:38.222 INFO:teuthology.orchestra.run.smithi134.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-06T03:51:38.367 INFO:teuthology.orchestra.run.smithi061.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-06T03:51:38.368 INFO:teuthology.orchestra.run.smithi061.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-06T03:51:38.368 INFO:teuthology.orchestra.run.smithi061.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-06T03:51:38.521 INFO:teuthology.orchestra.run.smithi061.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-06T03:51:38.537 INFO:teuthology.orchestra.run.smithi061.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-06T03:51:38.984 INFO:teuthology.orchestra.run.smithi134.stdout:Fetched 67.4 MB in 1s (70.9 MB/s) 2023-12-06T03:51:39.163 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2023-12-06T03:51:39.271 INFO:teuthology.orchestra.run.smithi061.stdout:Fetched 67.4 MB in 1s (61.2 MB/s) 2023-12-06T03:51:39.468 INFO:teuthology.orchestra.run.smithi061.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2023-12-06T03:51:40.154 INFO:teuthology.orchestra.run.smithi134.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-06T03:51:40.157 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-06T03:51:40.226 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-06T03:51:40.309 INFO:teuthology.orchestra.run.smithi061.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-06T03:51:40.313 INFO:teuthology.orchestra.run.smithi061.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-06T03:51:40.383 INFO:teuthology.orchestra.run.smithi061.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-06T03:51:42.083 INFO:teuthology.orchestra.run.smithi061.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2023-12-06T03:51:42.086 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2023-12-06T03:51:42.099 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-06T03:51:42.100 INFO:teuthology.orchestra.run.smithi061.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-06T03:51:42.191 INFO:teuthology.orchestra.run.smithi061.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-06T03:51:42.200 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-06T03:51:42.720 INFO:teuthology.orchestra.run.smithi061.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2023-12-06T03:51:42.734 INFO:teuthology.orchestra.run.smithi061.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-06T03:51:42.756 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2023-12-06T03:51:42.770 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-06T03:51:42.778 INFO:teuthology.orchestra.run.smithi061.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-06T03:51:42.814 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-06T03:51:46.692 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2023-12-06T03:51:46.818 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-06T03:51:46.988 INFO:teuthology.orchestra.run.smithi061.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2023-12-06T03:51:47.124 INFO:teuthology.orchestra.run.smithi061.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-06T03:51:47.147 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2023-12-06T03:51:47.271 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-06T03:51:47.415 INFO:teuthology.orchestra.run.smithi061.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2023-12-06T03:51:47.542 INFO:teuthology.orchestra.run.smithi061.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-06T03:51:47.591 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2023-12-06T03:51:47.608 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2023-12-06T03:51:47.649 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-12-06T03:51:47.887 INFO:teuthology.orchestra.run.smithi061.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2023-12-06T03:51:47.903 INFO:teuthology.orchestra.run.smithi061.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2023-12-06T03:51:47.945 INFO:teuthology.orchestra.run.smithi061.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-12-06T03:51:52.272 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2023-12-06T03:51:52.295 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-06T03:51:52.339 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-06T03:51:52.871 INFO:teuthology.orchestra.run.smithi061.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2023-12-06T03:51:52.896 INFO:teuthology.orchestra.run.smithi061.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-06T03:51:52.937 INFO:teuthology.orchestra.run.smithi061.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-06T03:51:54.764 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2023-12-06T03:51:54.891 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-06T03:51:55.244 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-06T03:51:55.463 INFO:teuthology.orchestra.run.smithi061.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2023-12-06T03:51:55.589 INFO:teuthology.orchestra.run.smithi061.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-06T03:51:55.839 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-06T03:51:55.925 INFO:teuthology.orchestra.run.smithi061.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-06T03:51:56.349 INFO:teuthology.orchestra.run.smithi134.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2023-12-06T03:51:56.350 INFO:teuthology.orchestra.run.smithi134.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2023-12-06T03:51:56.350 INFO:teuthology.orchestra.run.smithi134.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2023-12-06T03:51:56.350 INFO:teuthology.orchestra.run.smithi134.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2023-12-06T03:51:56.482 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-06T03:51:56.578 INFO:teuthology.orchestra.run.smithi061.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-06T03:51:57.059 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-12-06T03:51:57.114 INFO:teuthology.orchestra.run.smithi061.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2023-12-06T03:51:57.114 INFO:teuthology.orchestra.run.smithi061.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2023-12-06T03:51:57.114 INFO:teuthology.orchestra.run.smithi061.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2023-12-06T03:51:57.114 INFO:teuthology.orchestra.run.smithi061.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2023-12-06T03:51:57.177 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2023-12-06T03:51:57.263 INFO:teuthology.orchestra.run.smithi061.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-06T03:51:57.286 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-06T03:51:57.412 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2023-12-06T03:51:57.538 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-generic (4.15.0.213.196) ... 2023-12-06T03:51:57.665 INFO:teuthology.orchestra.run.smithi134.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-06T03:51:57.814 INFO:teuthology.orchestra.run.smithi061.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-12-06T03:51:57.879 INFO:teuthology.orchestra.run.smithi134.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-06T03:51:57.879 INFO:teuthology.orchestra.run.smithi134.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2023-12-06T03:51:57.957 INFO:teuthology.orchestra.run.smithi061.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2023-12-06T03:51:58.066 INFO:teuthology.orchestra.run.smithi061.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-06T03:51:58.167 INFO:teuthology.orchestra.run.smithi061.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2023-12-06T03:51:58.294 INFO:teuthology.orchestra.run.smithi061.stdout:Setting up linux-generic (4.15.0.213.196) ... 2023-12-06T03:51:58.420 INFO:teuthology.orchestra.run.smithi061.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-06T03:51:58.637 INFO:teuthology.orchestra.run.smithi061.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-06T03:51:58.637 INFO:teuthology.orchestra.run.smithi061.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2023-12-06T03:52:14.847 INFO:teuthology.orchestra.run.smithi134.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-06T03:52:14.847 INFO:teuthology.orchestra.run.smithi134.stdout:Sourcing file `/etc/default/grub' 2023-12-06T03:52:14.884 INFO:teuthology.orchestra.run.smithi134.stdout:Generating grub configuration file ... 2023-12-06T03:52:15.175 INFO:teuthology.orchestra.run.smithi061.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-06T03:52:15.175 INFO:teuthology.orchestra.run.smithi061.stdout:Sourcing file `/etc/default/grub' 2023-12-06T03:52:15.226 INFO:teuthology.orchestra.run.smithi061.stdout:Generating grub configuration file ... 2023-12-06T03:52:15.323 INFO:teuthology.orchestra.run.smithi134.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-12-06T03:52:15.357 INFO:teuthology.orchestra.run.smithi134.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-12-06T03:52:15.569 INFO:teuthology.orchestra.run.smithi061.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-12-06T03:52:15.625 INFO:teuthology.orchestra.run.smithi061.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-12-06T03:52:15.763 INFO:teuthology.orchestra.run.smithi134.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-12-06T03:52:15.795 INFO:teuthology.orchestra.run.smithi134.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-12-06T03:52:15.871 INFO:teuthology.orchestra.run.smithi134.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-12-06T03:52:15.916 INFO:teuthology.orchestra.run.smithi134.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-12-06T03:52:15.959 INFO:teuthology.orchestra.run.smithi061.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-12-06T03:52:15.990 INFO:teuthology.orchestra.run.smithi061.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-12-06T03:52:16.065 INFO:teuthology.orchestra.run.smithi061.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-12-06T03:52:16.085 INFO:teuthology.orchestra.run.smithi061.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-12-06T03:52:17.067 INFO:teuthology.orchestra.run.smithi134.stdout:done 2023-12-06T03:52:17.521 DEBUG:teuthology.orchestra.run.smithi134:> dpkg -s linux-image-generic 2023-12-06T03:52:17.544 INFO:teuthology.orchestra.run.smithi134.stdout:Package: linux-image-generic 2023-12-06T03:52:17.544 INFO:teuthology.orchestra.run.smithi134.stdout:Status: install ok installed 2023-12-06T03:52:17.544 INFO:teuthology.orchestra.run.smithi134.stdout:Priority: optional 2023-12-06T03:52:17.544 INFO:teuthology.orchestra.run.smithi134.stdout:Section: kernel 2023-12-06T03:52:17.544 INFO:teuthology.orchestra.run.smithi134.stdout:Installed-Size: 18 2023-12-06T03:52:17.544 INFO:teuthology.orchestra.run.smithi134.stdout:Maintainer: Ubuntu Kernel Team 2023-12-06T03:52:17.544 INFO:teuthology.orchestra.run.smithi134.stdout:Architecture: amd64 2023-12-06T03:52:17.545 INFO:teuthology.orchestra.run.smithi134.stdout:Source: linux-meta 2023-12-06T03:52:17.545 INFO:teuthology.orchestra.run.smithi134.stdout:Version: 4.15.0.213.196 2023-12-06T03:52:17.545 INFO:teuthology.orchestra.run.smithi134.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-12-06T03:52:17.545 INFO:teuthology.orchestra.run.smithi134.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-06T03:52:17.545 INFO:teuthology.orchestra.run.smithi134.stdout:Recommends: thermald 2023-12-06T03:52:17.545 INFO:teuthology.orchestra.run.smithi134.stdout:Description: Generic Linux kernel image 2023-12-06T03:52:17.545 INFO:teuthology.orchestra.run.smithi134.stdout: This package will always depend on the latest generic kernel image 2023-12-06T03:52:17.545 INFO:teuthology.orchestra.run.smithi134.stdout: available. 2023-12-06T03:52:17.545 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2023-12-06T03:52:17.545 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-06T03:52:17.545 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-06T03:52:17.545 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-06T03:52:17.546 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi134.front.sepia.ceph.com, path=None, version=distro) 2023-12-06T03:52:17.546 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-get clean 2023-12-06T03:52:17.654 INFO:teuthology.orchestra.run.smithi061.stdout:done 2023-12-06T03:52:17.669 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-get update 2023-12-06T03:52:17.796 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2023-12-06T03:52:17.908 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-12-06T03:52:17.991 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2023-12-06T03:52:18.073 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2023-12-06T03:52:18.144 DEBUG:teuthology.orchestra.run.smithi061:> dpkg -s linux-image-generic 2023-12-06T03:52:18.169 INFO:teuthology.orchestra.run.smithi061.stdout:Package: linux-image-generic 2023-12-06T03:52:18.169 INFO:teuthology.orchestra.run.smithi061.stdout:Status: install ok installed 2023-12-06T03:52:18.170 INFO:teuthology.orchestra.run.smithi061.stdout:Priority: optional 2023-12-06T03:52:18.170 INFO:teuthology.orchestra.run.smithi061.stdout:Section: kernel 2023-12-06T03:52:18.170 INFO:teuthology.orchestra.run.smithi061.stdout:Installed-Size: 18 2023-12-06T03:52:18.170 INFO:teuthology.orchestra.run.smithi061.stdout:Maintainer: Ubuntu Kernel Team 2023-12-06T03:52:18.170 INFO:teuthology.orchestra.run.smithi061.stdout:Architecture: amd64 2023-12-06T03:52:18.170 INFO:teuthology.orchestra.run.smithi061.stdout:Source: linux-meta 2023-12-06T03:52:18.170 INFO:teuthology.orchestra.run.smithi061.stdout:Version: 4.15.0.213.196 2023-12-06T03:52:18.171 INFO:teuthology.orchestra.run.smithi061.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-12-06T03:52:18.171 INFO:teuthology.orchestra.run.smithi061.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-06T03:52:18.171 INFO:teuthology.orchestra.run.smithi061.stdout:Recommends: thermald 2023-12-06T03:52:18.171 INFO:teuthology.orchestra.run.smithi061.stdout:Description: Generic Linux kernel image 2023-12-06T03:52:18.171 INFO:teuthology.orchestra.run.smithi061.stdout: This package will always depend on the latest generic kernel image 2023-12-06T03:52:18.171 INFO:teuthology.orchestra.run.smithi061.stdout: available. 2023-12-06T03:52:18.171 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2023-12-06T03:52:18.171 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-06T03:52:18.172 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-06T03:52:18.172 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-06T03:52:18.172 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi061.front.sepia.ceph.com, path=None, version=distro) 2023-12-06T03:52:18.172 DEBUG:teuthology.orchestra.run.smithi061:> sudo apt-get clean 2023-12-06T03:52:18.267 DEBUG:teuthology.orchestra.run.smithi061:> sudo apt-get update 2023-12-06T03:52:18.522 INFO:teuthology.orchestra.run.smithi061.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-12-06T03:52:18.523 INFO:teuthology.orchestra.run.smithi061.stdout:Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2023-12-06T03:52:18.593 INFO:teuthology.orchestra.run.smithi061.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2023-12-06T03:52:18.675 INFO:teuthology.orchestra.run.smithi061.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2023-12-06T03:52:19.892 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2023-12-06T03:52:19.944 DEBUG:teuthology.orchestra.run.smithi134:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-06T03:52:20.024 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2023-12-06T03:52:20.300 INFO:teuthology.orchestra.run.smithi134.stdout:Building dependency tree... 2023-12-06T03:52:20.301 INFO:teuthology.orchestra.run.smithi134.stdout:Reading state information... 2023-12-06T03:52:20.566 INFO:teuthology.orchestra.run.smithi134.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2023-12-06T03:52:20.566 INFO:teuthology.orchestra.run.smithi134.stdout:The following packages were automatically installed and are no longer required: 2023-12-06T03:52:20.566 INFO:teuthology.orchestra.run.smithi134.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-12-06T03:52:20.566 INFO:teuthology.orchestra.run.smithi134.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-12-06T03:52:20.566 INFO:teuthology.orchestra.run.smithi134.stdout: linux-modules-extra-4.15.0-194-generic 2023-12-06T03:52:20.567 INFO:teuthology.orchestra.run.smithi134.stdout:Use 'sudo apt autoremove' to remove them. 2023-12-06T03:52:20.631 INFO:teuthology.orchestra.run.smithi134.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2023-12-06T03:52:20.634 DEBUG:teuthology.orchestra.run.smithi134:> dpkg -s linux-image-generic 2023-12-06T03:52:20.656 INFO:teuthology.orchestra.run.smithi134.stdout:Package: linux-image-generic 2023-12-06T03:52:20.656 INFO:teuthology.orchestra.run.smithi134.stdout:Status: install ok installed 2023-12-06T03:52:20.656 INFO:teuthology.orchestra.run.smithi134.stdout:Priority: optional 2023-12-06T03:52:20.656 INFO:teuthology.orchestra.run.smithi134.stdout:Section: kernel 2023-12-06T03:52:20.656 INFO:teuthology.orchestra.run.smithi134.stdout:Installed-Size: 18 2023-12-06T03:52:20.656 INFO:teuthology.orchestra.run.smithi134.stdout:Maintainer: Ubuntu Kernel Team 2023-12-06T03:52:20.656 INFO:teuthology.orchestra.run.smithi134.stdout:Architecture: amd64 2023-12-06T03:52:20.656 INFO:teuthology.orchestra.run.smithi134.stdout:Source: linux-meta 2023-12-06T03:52:20.656 INFO:teuthology.orchestra.run.smithi134.stdout:Version: 4.15.0.213.196 2023-12-06T03:52:20.657 INFO:teuthology.orchestra.run.smithi134.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-12-06T03:52:20.657 INFO:teuthology.orchestra.run.smithi134.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-06T03:52:20.657 INFO:teuthology.orchestra.run.smithi134.stdout:Recommends: thermald 2023-12-06T03:52:20.657 INFO:teuthology.orchestra.run.smithi134.stdout:Description: Generic Linux kernel image 2023-12-06T03:52:20.657 INFO:teuthology.orchestra.run.smithi134.stdout: This package will always depend on the latest generic kernel image 2023-12-06T03:52:20.657 INFO:teuthology.orchestra.run.smithi134.stdout: available. 2023-12-06T03:52:20.657 DEBUG:teuthology.orchestra.run.smithi134:> mktemp 2023-12-06T03:52:20.685 INFO:teuthology.orchestra.run.smithi061.stdout:Reading package lists... 2023-12-06T03:52:20.705 INFO:teuthology.orchestra.run.smithi134.stdout:/tmp/tmp.b0CUGdpTuQ 2023-12-06T03:52:20.705 DEBUG:teuthology.orchestra.run.smithi134:> sudo cp /boot/grub/grub.cfg /tmp/tmp.b0CUGdpTuQ 2023-12-06T03:52:20.739 DEBUG:teuthology.orchestra.run.smithi061:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-06T03:52:20.770 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 0666 /tmp/tmp.b0CUGdpTuQ 2023-12-06T03:52:20.823 INFO:teuthology.orchestra.run.smithi061.stdout:Reading package lists... 2023-12-06T03:52:20.915 DEBUG:teuthology.orchestra.remote:smithi134:/tmp/tmp.b0CUGdpTuQ is 10KB 2023-12-06T03:52:20.966 DEBUG:teuthology.orchestra.run.smithi134:> rm -fr /tmp/tmp.b0CUGdpTuQ 2023-12-06T03:52:20.973 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-06T03:52:21.036 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-12-06T03:52:21.036 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-06T03:52:21.036 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-06T03:52:21.102 INFO:teuthology.orchestra.run.smithi061.stdout:Building dependency tree... 2023-12-06T03:52:21.102 INFO:teuthology.orchestra.run.smithi061.stdout:Reading state information... 2023-12-06T03:52:21.107 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2023-12-06T03:52:21.107 DEBUG:teuthology.orchestra.run.smithi134:> sudo update-grub 2023-12-06T03:52:21.323 INFO:teuthology.orchestra.run.smithi061.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2023-12-06T03:52:21.324 INFO:teuthology.orchestra.run.smithi061.stdout:The following packages were automatically installed and are no longer required: 2023-12-06T03:52:21.324 INFO:teuthology.orchestra.run.smithi061.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-12-06T03:52:21.324 INFO:teuthology.orchestra.run.smithi061.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-12-06T03:52:21.324 INFO:teuthology.orchestra.run.smithi061.stdout: linux-modules-extra-4.15.0-194-generic 2023-12-06T03:52:21.324 INFO:teuthology.orchestra.run.smithi061.stdout:Use 'sudo apt autoremove' to remove them. 2023-12-06T03:52:21.380 INFO:teuthology.orchestra.run.smithi061.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2023-12-06T03:52:21.382 DEBUG:teuthology.orchestra.run.smithi061:> dpkg -s linux-image-generic 2023-12-06T03:52:21.401 INFO:teuthology.orchestra.run.smithi061.stdout:Package: linux-image-generic 2023-12-06T03:52:21.401 INFO:teuthology.orchestra.run.smithi061.stdout:Status: install ok installed 2023-12-06T03:52:21.401 INFO:teuthology.orchestra.run.smithi061.stdout:Priority: optional 2023-12-06T03:52:21.402 INFO:teuthology.orchestra.run.smithi061.stdout:Section: kernel 2023-12-06T03:52:21.402 INFO:teuthology.orchestra.run.smithi061.stdout:Installed-Size: 18 2023-12-06T03:52:21.402 INFO:teuthology.orchestra.run.smithi061.stdout:Maintainer: Ubuntu Kernel Team 2023-12-06T03:52:21.402 INFO:teuthology.orchestra.run.smithi061.stdout:Architecture: amd64 2023-12-06T03:52:21.402 INFO:teuthology.orchestra.run.smithi061.stdout:Source: linux-meta 2023-12-06T03:52:21.402 INFO:teuthology.orchestra.run.smithi061.stdout:Version: 4.15.0.213.196 2023-12-06T03:52:21.402 INFO:teuthology.orchestra.run.smithi061.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-12-06T03:52:21.402 INFO:teuthology.orchestra.run.smithi061.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-06T03:52:21.402 INFO:teuthology.orchestra.run.smithi061.stdout:Recommends: thermald 2023-12-06T03:52:21.402 INFO:teuthology.orchestra.run.smithi061.stdout:Description: Generic Linux kernel image 2023-12-06T03:52:21.402 INFO:teuthology.orchestra.run.smithi061.stdout: This package will always depend on the latest generic kernel image 2023-12-06T03:52:21.403 INFO:teuthology.orchestra.run.smithi061.stdout: available. 2023-12-06T03:52:21.403 DEBUG:teuthology.orchestra.run.smithi061:> mktemp 2023-12-06T03:52:21.451 INFO:teuthology.orchestra.run.smithi061.stdout:/tmp/tmp.S9u7V1Drw0 2023-12-06T03:52:21.451 DEBUG:teuthology.orchestra.run.smithi061:> sudo cp /boot/grub/grub.cfg /tmp/tmp.S9u7V1Drw0 2023-12-06T03:52:21.510 DEBUG:teuthology.orchestra.run.smithi061:> sudo chmod 0666 /tmp/tmp.S9u7V1Drw0 2023-12-06T03:52:21.650 DEBUG:teuthology.orchestra.remote:smithi061:/tmp/tmp.S9u7V1Drw0 is 10KB 2023-12-06T03:52:21.667 DEBUG:teuthology.orchestra.run.smithi061:> rm -fr /tmp/tmp.S9u7V1Drw0 2023-12-06T03:52:21.674 DEBUG:teuthology.orchestra.run.smithi061:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-06T03:52:21.732 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-12-06T03:52:21.732 DEBUG:teuthology.orchestra.run.smithi061:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-06T03:52:21.732 DEBUG:teuthology.orchestra.run.smithi061:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-06T03:52:21.801 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2023-12-06T03:52:21.802 DEBUG:teuthology.orchestra.run.smithi061:> sudo update-grub 2023-12-06T03:52:22.614 INFO:teuthology.orchestra.run.smithi134.stderr:Sourcing file `/etc/default/grub' 2023-12-06T03:52:22.625 INFO:teuthology.orchestra.run.smithi134.stderr:Generating grub configuration file ... 2023-12-06T03:52:22.870 INFO:teuthology.orchestra.run.smithi134.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-12-06T03:52:22.882 INFO:teuthology.orchestra.run.smithi134.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-12-06T03:52:23.225 INFO:teuthology.orchestra.run.smithi061.stderr:Sourcing file `/etc/default/grub' 2023-12-06T03:52:23.241 INFO:teuthology.orchestra.run.smithi061.stderr:Generating grub configuration file ... 2023-12-06T03:52:23.249 INFO:teuthology.orchestra.run.smithi134.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-12-06T03:52:23.262 INFO:teuthology.orchestra.run.smithi134.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-12-06T03:52:23.335 INFO:teuthology.orchestra.run.smithi134.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-12-06T03:52:23.347 INFO:teuthology.orchestra.run.smithi134.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-12-06T03:52:23.458 INFO:teuthology.orchestra.run.smithi061.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-12-06T03:52:23.471 INFO:teuthology.orchestra.run.smithi061.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-12-06T03:52:23.835 INFO:teuthology.orchestra.run.smithi061.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-12-06T03:52:23.846 INFO:teuthology.orchestra.run.smithi061.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-12-06T03:52:23.924 INFO:teuthology.orchestra.run.smithi061.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-12-06T03:52:23.937 INFO:teuthology.orchestra.run.smithi061.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-12-06T03:52:24.019 INFO:teuthology.orchestra.run.smithi134.stderr:done 2023-12-06T03:52:24.020 DEBUG:teuthology.orchestra.run.smithi134:> sudo shutdown -r now 2023-12-06T03:52:25.052 INFO:teuthology.orchestra.run.smithi061.stderr:done 2023-12-06T03:52:25.053 DEBUG:teuthology.orchestra.run.smithi061:> sudo shutdown -r now 2023-12-06T03:52:54.053 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-06T03:52:54.053 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-06T03:52:54.054 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:52:55.100 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-06T03:52:55.100 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi061.front.sepia.ceph.com' 2023-12-06T03:52:55.101 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi061.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:53:12.546 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2023-12-06T03:53:13.574 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.61 2023-12-06T03:53:21.554 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-06T03:53:21.555 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:53:22.575 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi061.front.sepia.ceph.com' 2023-12-06T03:53:22.576 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi061.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:53:24.610 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2023-12-06T03:53:25.634 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.61 2023-12-06T03:53:36.618 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-06T03:53:36.619 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:53:37.636 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi061.front.sepia.ceph.com' 2023-12-06T03:53:37.637 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi061.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:53:39.682 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2023-12-06T03:53:54.697 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-06T03:53:54.698 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:53:56.066 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.61 2023-12-06T03:53:57.766 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2023-12-06T03:54:11.079 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi061.front.sepia.ceph.com' 2023-12-06T03:54:11.080 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi061.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:54:11.205 DEBUG:teuthology.orchestra.run.smithi061:> true 2023-12-06T03:54:11.471 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi061.front.sepia.ceph.com' 2023-12-06T03:54:11.472 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.15.0-213-generic"... 2023-12-06T03:54:11.472 DEBUG:teuthology.orchestra.run.smithi061:> uname -r 2023-12-06T03:54:11.522 INFO:teuthology.orchestra.run.smithi061.stdout:4.15.0-213-generic 2023-12-06T03:54:11.522 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2023-12-06T03:54:11.522 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-06T03:54:11.522 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-06T03:54:12.523 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-06T03:54:12.524 DEBUG:teuthology.orchestra.run.smithi061:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-06T03:54:12.554 INFO:teuthology.orchestra.run.smithi061.stdout:ttyS1 2023-12-06T03:54:12.578 DEBUG:teuthology.parallel:result is None 2023-12-06T03:54:15.767 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-06T03:54:15.768 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:54:18.818 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2023-12-06T03:54:39.819 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-06T03:54:39.820 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:54:42.886 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2023-12-06T03:55:06.887 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-06T03:55:06.888 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:55:09.958 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2023-12-06T03:55:36.960 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-06T03:55:36.961 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:55:40.034 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2023-12-06T03:56:10.035 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-06T03:56:10.036 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:56:13.090 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2023-12-06T03:56:46.091 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-06T03:56:46.092 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:56:49.122 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2023-12-06T03:57:25.123 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-06T03:57:25.124 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:57:28.198 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2023-12-06T03:58:07.199 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-06T03:58:07.200 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:58:10.274 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2023-12-06T03:58:40.276 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-06T03:58:40.277 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:58:43.334 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2023-12-06T03:58:43.334 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (14) after waiting for 300 seconds 2023-12-06T03:58:43.334 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.15.0-213-generic"... 2023-12-06T03:58:43.335 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-06T03:58:43.335 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:58:46.402 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2023-12-06T03:58:55.403 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-06T03:58:55.404 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:58:58.466 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2023-12-06T03:59:10.467 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-06T03:59:10.468 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:59:13.538 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2023-12-06T03:59:16.540 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-06T03:59:16.540 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:59:16.610 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2023-12-06T03:59:16.610 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2023-12-06T03:59:16.611 ERROR:teuthology.task.kernel:Saw exception Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/kernel.py", line 182, in need_to_install ctx.cluster.only(role).run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi134 2023-12-06T03:59:16.612 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/kernel.py", line 182, in need_to_install ctx.cluster.only(role).run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi134 2023-12-06T03:59:16.689 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=3154493b98e84093835a4763f91540b1 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/kernel.py", line 182, in need_to_install ctx.cluster.only(role).run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi134 2023-12-06T03:59:16.692 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-06T03:59:16.699 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-06T03:59:16.716 INFO:teuthology.nuke:Checking targets against current locks 2023-12-06T03:59:16.753 DEBUG:teuthology.nuke:shortname: smithi061 2023-12-06T03:59:16.754 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T03:59:16.779 DEBUG:teuthology.nuke:shortname: smithi134 2023-12-06T03:59:16.779 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T03:59:16.783 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi061.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478720', '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-06 03:41:50.085045', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2023-12-06T03:59:16.805 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478720', '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-06 03:41:50.083196', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2023-12-06T03:59:16.840 INFO:teuthology.orchestra.console.smithi061:Power off 2023-12-06T03:59:16.840 DEBUG:teuthology.orchestra.console.smithi061:pexpect command: ipmitool -H smithi061.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T03:59:16.869 DEBUG:teuthology.orchestra.console.smithi061:power off output: Chassis Power Control: Down/Off 2023-12-06T03:59:16.869 DEBUG:teuthology.orchestra.console.smithi061:pexpect command: ipmitool -H smithi061.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T03:59:16.887 INFO:teuthology.orchestra.console.smithi134:Power off 2023-12-06T03:59:16.887 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T03:59:16.903 DEBUG:teuthology.orchestra.console.smithi061:check power output: Chassis Power is on 2023-12-06T03:59:16.911 DEBUG:teuthology.orchestra.console.smithi134:power off output: Chassis Power Control: Down/Off 2023-12-06T03:59:16.911 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T03:59:16.934 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2023-12-06T03:59:20.904 DEBUG:teuthology.orchestra.console.smithi061:pexpect command: ipmitool -H smithi061.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T03:59:20.935 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T03:59:21.015 DEBUG:teuthology.orchestra.console.smithi061:check power output: Chassis Power is on 2023-12-06T03:59:21.046 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2023-12-06T03:59:25.018 DEBUG:teuthology.orchestra.console.smithi061:pexpect command: ipmitool -H smithi061.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T03:59:25.047 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T03:59:25.130 DEBUG:teuthology.orchestra.console.smithi061:check power output: Chassis Power is on 2023-12-06T03:59:25.160 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is off 2023-12-06T03:59:25.261 INFO:teuthology.orchestra.console.smithi134:Power off completed 2023-12-06T03:59:29.135 DEBUG:teuthology.orchestra.console.smithi061:pexpect command: ipmitool -H smithi061.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T03:59:29.246 DEBUG:teuthology.orchestra.console.smithi061:check power output: Chassis Power is off 2023-12-06T03:59:29.347 INFO:teuthology.orchestra.console.smithi061:Power off completed 2023-12-06T03:59:29.545 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 smithi134 owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=3154493b98e84093835a4763f91540b1 status: fail success: false 2023-12-06T03:59:29.546 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T03:59:29.635 INFO:teuthology.run:FAIL