2024-01-19T15:28:57.399 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-19T15:28:57.399 DEBUG:teuthology.run:Teuthology command: teuthology --name lflores-2024-01-18_22:46:57-rados-wip-yuri10-testing-2024-01-17-0759-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} --owner scheduled_lflores@teuthology --archive /home/teuthworker/archive/lflores-2024-01-18_22:46:57-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7521586 --verbose -- /home/teuthworker/archive/lflores-2024-01-18_22:46:57-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7521586/orig.config.yaml 2024-01-19T15:28:57.433 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-19T15:28:57.516 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/lflores-2024-01-18_22:46:57-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7521586 branch: wip-yuri10-testing-2024-01-17-0759-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: '7521586' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: lflores-2024-01-18_22:46:57-rados-wip-yuri10-testing-2024-01-17-0759-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-yuri10-testing-2024-01-17-0759-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: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 workunit: branch: wip-yuri10-testing-2024-01-17-0759-pacific sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 owner: scheduled_lflores@teuthology priority: 75 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 2168 sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri10-testing-2024-01-17-0759-pacific suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 targets: smithi026.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= smithi045.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: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-18_22:46:57 tube: smithi user: lflores verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-19T15:28:57.517 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa; will attempt to use it 2024-01-19T15:28:57.517 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks 2024-01-19T15:28:57.518 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-19T15:28:57.519 INFO:teuthology.task.internal:Checking packages... 2024-01-19T15:28:57.547 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0' 2024-01-19T15:28:57.547 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-19T15:28:57.547 INFO:teuthology.packaging:ref: None 2024-01-19T15:28:57.547 INFO:teuthology.packaging:tag: None 2024-01-19T15:28:57.547 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-01-17-0759-pacific 2024-01-19T15:28:57.547 INFO:teuthology.packaging:sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-19T15:28:57.548 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F18.04%2Fx86_64&ref=wip-yuri10-testing-2024-01-17-0759-pacific 2024-01-19T15:28:57.687 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-454-g491b5e13-1bionic 2024-01-19T15:28:57.689 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-19T15:28:57.695 INFO:teuthology.task.internal:no buildpackages task found 2024-01-19T15:28:57.695 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-19T15:28:57.736 INFO:teuthology.task.internal:Saving configuration 2024-01-19T15:28:57.749 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-19T15:28:57.754 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-19T15:28:57.779 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi026.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-01-18_22:46:57-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7521586', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-19 15:19:35.372729', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2024-01-19T15:28:57.803 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-01-18_22:46:57-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7521586', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-19 15:19:35.374123', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2024-01-19T15:28:57.803 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-19T15:28:57.808 INFO:teuthology.task.internal:roles: ubuntu@smithi026.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-19T15:28:57.809 INFO:teuthology.task.internal:roles: ubuntu@smithi045.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-19T15:28:57.809 INFO:teuthology.run_tasks:Running task console_log... 2024-01-19T15:28:57.892 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe618f43280>, signals=[15]) 2024-01-19T15:28:57.892 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-19T15:28:57.898 INFO:teuthology.task.internal:Opening connections... 2024-01-19T15:28:57.898 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi026.front.sepia.ceph.com 2024-01-19T15:28:57.900 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:28:57.978 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi045.front.sepia.ceph.com 2024-01-19T15:28:57.979 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:28:58.058 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-19T15:28:58.063 DEBUG:teuthology.orchestra.run.smithi026:> uname -m 2024-01-19T15:28:58.105 INFO:teuthology.orchestra.run.smithi026.stdout:x86_64 2024-01-19T15:28:58.105 DEBUG:teuthology.orchestra.run.smithi026:> cat /etc/os-release 2024-01-19T15:28:58.152 INFO:teuthology.orchestra.run.smithi026.stdout:NAME="Ubuntu" 2024-01-19T15:28:58.152 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2024-01-19T15:28:58.152 INFO:teuthology.orchestra.run.smithi026.stdout:ID=ubuntu 2024-01-19T15:28:58.152 INFO:teuthology.orchestra.run.smithi026.stdout:ID_LIKE=debian 2024-01-19T15:28:58.152 INFO:teuthology.orchestra.run.smithi026.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2024-01-19T15:28:58.152 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION_ID="18.04" 2024-01-19T15:28:58.152 INFO:teuthology.orchestra.run.smithi026.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-19T15:28:58.152 INFO:teuthology.orchestra.run.smithi026.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-19T15:28:58.153 INFO:teuthology.orchestra.run.smithi026.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-19T15:28:58.153 INFO:teuthology.orchestra.run.smithi026.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-19T15:28:58.153 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION_CODENAME=bionic 2024-01-19T15:28:58.153 INFO:teuthology.orchestra.run.smithi026.stdout:UBUNTU_CODENAME=bionic 2024-01-19T15:28:58.153 INFO:teuthology.lock.ops:Updating smithi026.front.sepia.ceph.com on lock server 2024-01-19T15:28:58.174 DEBUG:teuthology.orchestra.run.smithi045:> uname -m 2024-01-19T15:28:58.184 INFO:teuthology.orchestra.run.smithi045.stdout:x86_64 2024-01-19T15:28:58.184 DEBUG:teuthology.orchestra.run.smithi045:> cat /etc/os-release 2024-01-19T15:28:58.230 INFO:teuthology.orchestra.run.smithi045.stdout:NAME="Ubuntu" 2024-01-19T15:28:58.230 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2024-01-19T15:28:58.230 INFO:teuthology.orchestra.run.smithi045.stdout:ID=ubuntu 2024-01-19T15:28:58.231 INFO:teuthology.orchestra.run.smithi045.stdout:ID_LIKE=debian 2024-01-19T15:28:58.231 INFO:teuthology.orchestra.run.smithi045.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2024-01-19T15:28:58.231 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION_ID="18.04" 2024-01-19T15:28:58.231 INFO:teuthology.orchestra.run.smithi045.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-19T15:28:58.231 INFO:teuthology.orchestra.run.smithi045.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-19T15:28:58.231 INFO:teuthology.orchestra.run.smithi045.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-19T15:28:58.231 INFO:teuthology.orchestra.run.smithi045.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-19T15:28:58.231 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION_CODENAME=bionic 2024-01-19T15:28:58.231 INFO:teuthology.orchestra.run.smithi045.stdout:UBUNTU_CODENAME=bionic 2024-01-19T15:28:58.231 INFO:teuthology.lock.ops:Updating smithi045.front.sepia.ceph.com on lock server 2024-01-19T15:28:58.257 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-19T15:28:58.266 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-19T15:28:58.385 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-19T15:28:58.385 DEBUG:teuthology.orchestra.run.smithi026:> test '!' -e /home/ubuntu/cephtest 2024-01-19T15:28:58.387 DEBUG:teuthology.orchestra.run.smithi045:> test '!' -e /home/ubuntu/cephtest 2024-01-19T15:28:58.392 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-19T15:28:58.402 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-19T15:28:58.402 DEBUG:teuthology.orchestra.run.smithi026:> test -z $(ls -A /var/lib/ceph) 2024-01-19T15:28:58.435 DEBUG:teuthology.orchestra.run.smithi045:> test -z $(ls -A /var/lib/ceph) 2024-01-19T15:28:58.447 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-19T15:28:58.499 INFO:teuthology.run_tasks:Running task kernel... 2024-01-19T15:28:58.512 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-19T15:28:58.513 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-19T15:28:58.513 DEBUG:teuthology.orchestra.run.smithi026:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-19T15:28:58.513 DEBUG:teuthology.orchestra.run.smithi045:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-19T15:28:58.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T15:28:58.518 DEBUG:teuthology.orchestra.run.smithi026:> uname -r 2024-01-19T15:28:58.519 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T15:28:58.520 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2024-01-19T15:28:58.566 INFO:teuthology.orchestra.run.smithi045.stdout:4.15.0-200-generic 2024-01-19T15:28:58.566 INFO:teuthology.task.kernel:Running kernel on smithi045: 4.15.0-200-generic 2024-01-19T15:28:58.567 DEBUG:teuthology.orchestra.run.smithi045:> sudo apt-get clean 2024-01-19T15:28:58.568 INFO:teuthology.orchestra.run.smithi026.stdout:4.15.0-200-generic 2024-01-19T15:28:58.568 INFO:teuthology.task.kernel:Running kernel on smithi026: 4.15.0-200-generic 2024-01-19T15:28:58.568 DEBUG:teuthology.orchestra.run.smithi026:> sudo apt-get clean 2024-01-19T15:28:58.662 DEBUG:teuthology.orchestra.run.smithi045:> sudo apt-get update 2024-01-19T15:28:58.674 DEBUG:teuthology.orchestra.run.smithi026:> sudo apt-get update 2024-01-19T15:28:58.822 INFO:teuthology.orchestra.run.smithi026.stdout:Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2024-01-19T15:28:58.828 INFO:teuthology.orchestra.run.smithi045.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-19T15:28:58.828 INFO:teuthology.orchestra.run.smithi045.stdout:Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2024-01-19T15:28:58.835 INFO:teuthology.orchestra.run.smithi045.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2024-01-19T15:28:58.914 INFO:teuthology.orchestra.run.smithi045.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2024-01-19T15:28:58.945 INFO:teuthology.orchestra.run.smithi026.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-19T15:28:59.026 INFO:teuthology.orchestra.run.smithi026.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2024-01-19T15:28:59.102 INFO:teuthology.orchestra.run.smithi026.stdout:Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2024-01-19T15:28:59.201 INFO:teuthology.orchestra.run.smithi045.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2024-01-19T15:28:59.265 INFO:teuthology.orchestra.run.smithi026.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2024-01-19T15:28:59.290 INFO:teuthology.orchestra.run.smithi026.stdout:Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2024-01-19T15:28:59.299 INFO:teuthology.orchestra.run.smithi026.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2024-01-19T15:28:59.299 INFO:teuthology.orchestra.run.smithi026.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2024-01-19T15:28:59.323 INFO:teuthology.orchestra.run.smithi026.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2024-01-19T15:28:59.327 INFO:teuthology.orchestra.run.smithi026.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2024-01-19T15:28:59.345 INFO:teuthology.orchestra.run.smithi045.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,044 kB] 2024-01-19T15:28:59.346 INFO:teuthology.orchestra.run.smithi026.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2024-01-19T15:28:59.348 INFO:teuthology.orchestra.run.smithi026.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2024-01-19T15:28:59.366 INFO:teuthology.orchestra.run.smithi026.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2024-01-19T15:28:59.369 INFO:teuthology.orchestra.run.smithi026.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2024-01-19T15:28:59.369 INFO:teuthology.orchestra.run.smithi026.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2024-01-19T15:28:59.370 INFO:teuthology.orchestra.run.smithi026.stdout:Get:16 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2024-01-19T15:28:59.392 INFO:teuthology.orchestra.run.smithi045.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2024-01-19T15:28:59.411 INFO:teuthology.orchestra.run.smithi045.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2024-01-19T15:28:59.416 INFO:teuthology.orchestra.run.smithi045.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2024-01-19T15:28:59.416 INFO:teuthology.orchestra.run.smithi045.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2024-01-19T15:28:59.429 INFO:teuthology.orchestra.run.smithi045.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2024-01-19T15:28:59.431 INFO:teuthology.orchestra.run.smithi045.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2024-01-19T15:28:59.443 INFO:teuthology.orchestra.run.smithi045.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2024-01-19T15:28:59.460 INFO:teuthology.orchestra.run.smithi045.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2024-01-19T15:28:59.467 INFO:teuthology.orchestra.run.smithi045.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2024-01-19T15:28:59.467 INFO:teuthology.orchestra.run.smithi045.stdout:Get:16 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2024-01-19T15:28:59.467 INFO:teuthology.orchestra.run.smithi045.stdout:Get:17 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2024-01-19T15:28:59.495 INFO:teuthology.orchestra.run.smithi045.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,665 kB] 2024-01-19T15:28:59.499 INFO:teuthology.orchestra.run.smithi026.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,665 kB] 2024-01-19T15:28:59.516 INFO:teuthology.orchestra.run.smithi045.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2024-01-19T15:28:59.521 INFO:teuthology.orchestra.run.smithi045.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2024-01-19T15:28:59.522 INFO:teuthology.orchestra.run.smithi045.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2024-01-19T15:28:59.536 INFO:teuthology.orchestra.run.smithi045.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2024-01-19T15:28:59.537 INFO:teuthology.orchestra.run.smithi045.stdout:Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2024-01-19T15:28:59.554 INFO:teuthology.orchestra.run.smithi045.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2024-01-19T15:28:59.573 INFO:teuthology.orchestra.run.smithi045.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2024-01-19T15:28:59.577 INFO:teuthology.orchestra.run.smithi045.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2024-01-19T15:28:59.577 INFO:teuthology.orchestra.run.smithi045.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2024-01-19T15:28:59.577 INFO:teuthology.orchestra.run.smithi045.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2024-01-19T15:28:59.577 INFO:teuthology.orchestra.run.smithi045.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2024-01-19T15:28:59.578 INFO:teuthology.orchestra.run.smithi045.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2024-01-19T15:28:59.579 INFO:teuthology.orchestra.run.smithi045.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2024-01-19T15:28:59.579 INFO:teuthology.orchestra.run.smithi045.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2024-01-19T15:28:59.863 INFO:teuthology.orchestra.run.smithi026.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,044 kB] 2024-01-19T15:28:59.985 INFO:teuthology.orchestra.run.smithi026.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2024-01-19T15:28:59.997 INFO:teuthology.orchestra.run.smithi026.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2024-01-19T15:28:59.998 INFO:teuthology.orchestra.run.smithi026.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2024-01-19T15:29:00.032 INFO:teuthology.orchestra.run.smithi026.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2024-01-19T15:29:00.038 INFO:teuthology.orchestra.run.smithi026.stdout:Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2024-01-19T15:29:00.091 INFO:teuthology.orchestra.run.smithi026.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2024-01-19T15:29:00.310 INFO:teuthology.orchestra.run.smithi026.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2024-01-19T15:29:00.830 INFO:teuthology.orchestra.run.smithi026.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2024-01-19T15:29:00.833 INFO:teuthology.orchestra.run.smithi026.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2024-01-19T15:29:00.834 INFO:teuthology.orchestra.run.smithi026.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2024-01-19T15:29:00.835 INFO:teuthology.orchestra.run.smithi026.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2024-01-19T15:29:00.843 INFO:teuthology.orchestra.run.smithi026.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2024-01-19T15:29:00.850 INFO:teuthology.orchestra.run.smithi026.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2024-01-19T15:29:00.853 INFO:teuthology.orchestra.run.smithi026.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2024-01-19T15:29:02.192 INFO:teuthology.orchestra.run.smithi026.stdout:Fetched 20.1 MB in 3s (6,151 kB/s) 2024-01-19T15:29:02.297 INFO:teuthology.orchestra.run.smithi045.stdout:Fetched 20.1 MB in 3s (5,911 kB/s) 2024-01-19T15:29:03.930 INFO:teuthology.orchestra.run.smithi026.stdout:Reading package lists... 2024-01-19T15:29:03.982 DEBUG:teuthology.orchestra.run.smithi026:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-19T15:29:04.031 INFO:teuthology.orchestra.run.smithi045.stdout:Reading package lists... 2024-01-19T15:29:04.064 INFO:teuthology.orchestra.run.smithi026.stdout:Reading package lists... 2024-01-19T15:29:04.086 DEBUG:teuthology.orchestra.run.smithi045:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-19T15:29:04.172 INFO:teuthology.orchestra.run.smithi045.stdout:Reading package lists... 2024-01-19T15:29:04.340 INFO:teuthology.orchestra.run.smithi026.stdout:Building dependency tree... 2024-01-19T15:29:04.341 INFO:teuthology.orchestra.run.smithi026.stdout:Reading state information... 2024-01-19T15:29:04.480 INFO:teuthology.orchestra.run.smithi045.stdout:Building dependency tree... 2024-01-19T15:29:04.481 INFO:teuthology.orchestra.run.smithi045.stdout:Reading state information... 2024-01-19T15:29:04.577 INFO:teuthology.orchestra.run.smithi026.stdout:The following additional packages will be installed: 2024-01-19T15:29:04.577 INFO:teuthology.orchestra.run.smithi026.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-19T15:29:04.577 INFO:teuthology.orchestra.run.smithi026.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2024-01-19T15:29:04.577 INFO:teuthology.orchestra.run.smithi026.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2024-01-19T15:29:04.580 INFO:teuthology.orchestra.run.smithi026.stdout:Suggested packages: 2024-01-19T15:29:04.580 INFO:teuthology.orchestra.run.smithi026.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2024-01-19T15:29:04.580 INFO:teuthology.orchestra.run.smithi026.stdout:Recommended packages: 2024-01-19T15:29:04.580 INFO:teuthology.orchestra.run.smithi026.stdout: thermald 2024-01-19T15:29:04.649 INFO:teuthology.orchestra.run.smithi026.stdout:The following NEW packages will be installed: 2024-01-19T15:29:04.649 INFO:teuthology.orchestra.run.smithi026.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-19T15:29:04.649 INFO:teuthology.orchestra.run.smithi026.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2024-01-19T15:29:04.649 INFO:teuthology.orchestra.run.smithi026.stdout: linux-modules-extra-4.15.0-213-generic 2024-01-19T15:29:04.651 INFO:teuthology.orchestra.run.smithi026.stdout:The following packages will be upgraded: 2024-01-19T15:29:04.652 INFO:teuthology.orchestra.run.smithi026.stdout: linux-generic linux-headers-generic linux-image-generic 2024-01-19T15:29:04.729 INFO:teuthology.orchestra.run.smithi045.stdout:The following additional packages will be installed: 2024-01-19T15:29:04.730 INFO:teuthology.orchestra.run.smithi045.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-19T15:29:04.730 INFO:teuthology.orchestra.run.smithi045.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2024-01-19T15:29:04.730 INFO:teuthology.orchestra.run.smithi045.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2024-01-19T15:29:04.732 INFO:teuthology.orchestra.run.smithi045.stdout:Suggested packages: 2024-01-19T15:29:04.733 INFO:teuthology.orchestra.run.smithi045.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2024-01-19T15:29:04.733 INFO:teuthology.orchestra.run.smithi045.stdout:Recommended packages: 2024-01-19T15:29:04.733 INFO:teuthology.orchestra.run.smithi045.stdout: thermald 2024-01-19T15:29:04.771 INFO:teuthology.orchestra.run.smithi026.stdout:3 upgraded, 5 newly installed, 0 to remove and 165 not upgraded. 2024-01-19T15:29:04.772 INFO:teuthology.orchestra.run.smithi026.stdout:Need to get 67.4 MB of archives. 2024-01-19T15:29:04.772 INFO:teuthology.orchestra.run.smithi026.stdout:After this operation, 351 MB of additional disk space will be used. 2024-01-19T15:29:04.772 INFO:teuthology.orchestra.run.smithi026.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-4.15.0-213-generic amd64 4.15.0-213.224 [13.4 MB] 2024-01-19T15:29:04.795 INFO:teuthology.orchestra.run.smithi045.stdout:The following NEW packages will be installed: 2024-01-19T15:29:04.795 INFO:teuthology.orchestra.run.smithi045.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-19T15:29:04.795 INFO:teuthology.orchestra.run.smithi045.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2024-01-19T15:29:04.796 INFO:teuthology.orchestra.run.smithi045.stdout: linux-modules-extra-4.15.0-213-generic 2024-01-19T15:29:04.798 INFO:teuthology.orchestra.run.smithi045.stdout:The following packages will be upgraded: 2024-01-19T15:29:04.798 INFO:teuthology.orchestra.run.smithi045.stdout: linux-generic linux-headers-generic linux-image-generic 2024-01-19T15:29:04.943 INFO:teuthology.orchestra.run.smithi045.stdout:3 upgraded, 5 newly installed, 0 to remove and 165 not upgraded. 2024-01-19T15:29:04.943 INFO:teuthology.orchestra.run.smithi045.stdout:Need to get 67.4 MB of archives. 2024-01-19T15:29:04.943 INFO:teuthology.orchestra.run.smithi045.stdout:After this operation, 351 MB of additional disk space will be used. 2024-01-19T15:29:04.944 INFO:teuthology.orchestra.run.smithi045.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-4.15.0-213-generic amd64 4.15.0-213.224 [13.4 MB] 2024-01-19T15:29:05.806 INFO:teuthology.orchestra.run.smithi026.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-4.15.0-213-generic amd64 4.15.0-213.224 [8,111 kB] 2024-01-19T15:29:05.853 INFO:teuthology.orchestra.run.smithi045.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-4.15.0-213-generic amd64 4.15.0-213.224 [8,111 kB] 2024-01-19T15:29:06.001 INFO:teuthology.orchestra.run.smithi026.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-extra-4.15.0-213-generic amd64 4.15.0-213.224 [33.7 MB] 2024-01-19T15:29:06.161 INFO:teuthology.orchestra.run.smithi045.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-extra-4.15.0-213-generic amd64 4.15.0-213.224 [33.7 MB] 2024-01-19T15:29:06.964 INFO:teuthology.orchestra.run.smithi026.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2024-01-19T15:29:06.964 INFO:teuthology.orchestra.run.smithi026.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-generic amd64 4.15.0.213.196 [2,460 B] 2024-01-19T15:29:06.965 INFO:teuthology.orchestra.run.smithi026.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213 all 4.15.0-213.224 [11.0 MB] 2024-01-19T15:29:07.214 INFO:teuthology.orchestra.run.smithi026.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213-generic amd64 4.15.0-213.224 [1,250 kB] 2024-01-19T15:29:07.243 INFO:teuthology.orchestra.run.smithi026.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-generic amd64 4.15.0.213.196 [2,360 B] 2024-01-19T15:29:07.283 INFO:teuthology.orchestra.run.smithi045.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2024-01-19T15:29:07.283 INFO:teuthology.orchestra.run.smithi045.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-generic amd64 4.15.0.213.196 [2,460 B] 2024-01-19T15:29:07.283 INFO:teuthology.orchestra.run.smithi045.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213 all 4.15.0-213.224 [11.0 MB] 2024-01-19T15:29:07.510 INFO:teuthology.orchestra.run.smithi045.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213-generic amd64 4.15.0-213.224 [1,250 kB] 2024-01-19T15:29:07.538 INFO:teuthology.orchestra.run.smithi045.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-generic amd64 4.15.0.213.196 [2,360 B] 2024-01-19T15:29:07.990 INFO:teuthology.orchestra.run.smithi026.stdout:Fetched 67.4 MB in 3s (26.2 MB/s) 2024-01-19T15:29:08.197 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2024-01-19T15:29:08.237 INFO:teuthology.orchestra.run.smithi045.stdout:Fetched 67.4 MB in 3s (24.8 MB/s) 2024-01-19T15:29:08.569 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2024-01-19T15:29:09.115 INFO:teuthology.orchestra.run.smithi026.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 135963 files and directories currently installed.) 2024-01-19T15:29:09.119 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-19T15:29:09.185 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-19T15:29:09.459 INFO:teuthology.orchestra.run.smithi045.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 135963 files and directories currently installed.) 2024-01-19T15:29:09.463 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-19T15:29:09.524 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-19T15:29:10.977 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2024-01-19T15:29:10.994 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-19T15:29:11.096 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-19T15:29:11.201 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2024-01-19T15:29:11.216 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-19T15:29:11.310 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-19T15:29:11.589 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2024-01-19T15:29:11.604 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-19T15:29:11.639 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-19T15:29:11.853 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2024-01-19T15:29:11.868 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-19T15:29:11.983 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-19T15:29:15.510 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2024-01-19T15:29:15.608 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-19T15:29:15.926 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2024-01-19T15:29:15.961 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2024-01-19T15:29:16.036 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-19T15:29:16.104 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-19T15:29:16.321 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2024-01-19T15:29:16.423 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-19T15:29:16.431 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2024-01-19T15:29:16.447 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2024-01-19T15:29:16.481 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-19T15:29:16.759 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2024-01-19T15:29:16.774 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2024-01-19T15:29:16.817 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-19T15:29:21.359 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2024-01-19T15:29:21.384 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-19T15:29:21.450 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-19T15:29:21.680 INFO:teuthology.orchestra.run.smithi045.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2024-01-19T15:29:21.702 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-19T15:29:21.746 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-19T15:29:23.948 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2024-01-19T15:29:24.069 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-19T15:29:24.262 INFO:teuthology.orchestra.run.smithi045.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2024-01-19T15:29:24.383 INFO:teuthology.orchestra.run.smithi045.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-19T15:29:24.401 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-19T15:29:24.720 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-19T15:29:25.009 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-19T15:29:25.355 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-19T15:29:25.513 INFO:teuthology.orchestra.run.smithi026.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2024-01-19T15:29:25.513 INFO:teuthology.orchestra.run.smithi026.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2024-01-19T15:29:25.514 INFO:teuthology.orchestra.run.smithi026.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2024-01-19T15:29:25.514 INFO:teuthology.orchestra.run.smithi026.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2024-01-19T15:29:25.645 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-19T15:29:25.855 INFO:teuthology.orchestra.run.smithi045.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2024-01-19T15:29:25.855 INFO:teuthology.orchestra.run.smithi045.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2024-01-19T15:29:25.855 INFO:teuthology.orchestra.run.smithi045.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2024-01-19T15:29:25.855 INFO:teuthology.orchestra.run.smithi045.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2024-01-19T15:29:26.032 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-19T15:29:26.204 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-19T15:29:26.322 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2024-01-19T15:29:26.423 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-19T15:29:26.532 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2024-01-19T15:29:26.584 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-19T15:29:26.642 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-generic (4.15.0.213.196) ... 2024-01-19T15:29:26.710 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2024-01-19T15:29:26.768 INFO:teuthology.orchestra.run.smithi026.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-19T15:29:26.844 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-19T15:29:26.971 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2024-01-19T15:29:26.976 INFO:teuthology.orchestra.run.smithi026.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-19T15:29:26.976 INFO:teuthology.orchestra.run.smithi026.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2024-01-19T15:29:27.097 INFO:teuthology.orchestra.run.smithi045.stdout:Setting up linux-generic (4.15.0.213.196) ... 2024-01-19T15:29:27.306 INFO:teuthology.orchestra.run.smithi045.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-19T15:29:27.503 INFO:teuthology.orchestra.run.smithi045.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-19T15:29:27.503 INFO:teuthology.orchestra.run.smithi045.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2024-01-19T15:29:44.098 INFO:teuthology.orchestra.run.smithi045.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-19T15:29:44.098 INFO:teuthology.orchestra.run.smithi045.stdout:Sourcing file `/etc/default/grub' 2024-01-19T15:29:44.119 INFO:teuthology.orchestra.run.smithi045.stdout:Generating grub configuration file ... 2024-01-19T15:29:44.479 INFO:teuthology.orchestra.run.smithi045.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-19T15:29:44.513 INFO:teuthology.orchestra.run.smithi045.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-19T15:29:44.611 INFO:teuthology.orchestra.run.smithi026.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-19T15:29:44.612 INFO:teuthology.orchestra.run.smithi026.stdout:Sourcing file `/etc/default/grub' 2024-01-19T15:29:44.634 INFO:teuthology.orchestra.run.smithi026.stdout:Generating grub configuration file ... 2024-01-19T15:29:44.857 INFO:teuthology.orchestra.run.smithi045.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-19T15:29:44.888 INFO:teuthology.orchestra.run.smithi045.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-19T15:29:44.965 INFO:teuthology.orchestra.run.smithi045.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-19T15:29:44.987 INFO:teuthology.orchestra.run.smithi045.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-19T15:29:45.012 INFO:teuthology.orchestra.run.smithi026.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-19T15:29:45.053 INFO:teuthology.orchestra.run.smithi026.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-19T15:29:45.426 INFO:teuthology.orchestra.run.smithi026.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-19T15:29:45.452 INFO:teuthology.orchestra.run.smithi026.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-19T15:29:45.525 INFO:teuthology.orchestra.run.smithi026.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-19T15:29:45.553 INFO:teuthology.orchestra.run.smithi026.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-19T15:29:45.983 INFO:teuthology.orchestra.run.smithi045.stdout:done 2024-01-19T15:29:46.438 INFO:teuthology.orchestra.run.smithi026.stdout:done 2024-01-19T15:29:46.465 DEBUG:teuthology.orchestra.run.smithi045:> dpkg -s linux-image-generic 2024-01-19T15:29:46.486 INFO:teuthology.orchestra.run.smithi045.stdout:Package: linux-image-generic 2024-01-19T15:29:46.486 INFO:teuthology.orchestra.run.smithi045.stdout:Status: install ok installed 2024-01-19T15:29:46.486 INFO:teuthology.orchestra.run.smithi045.stdout:Priority: optional 2024-01-19T15:29:46.486 INFO:teuthology.orchestra.run.smithi045.stdout:Section: kernel 2024-01-19T15:29:46.486 INFO:teuthology.orchestra.run.smithi045.stdout:Installed-Size: 18 2024-01-19T15:29:46.486 INFO:teuthology.orchestra.run.smithi045.stdout:Maintainer: Ubuntu Kernel Team 2024-01-19T15:29:46.486 INFO:teuthology.orchestra.run.smithi045.stdout:Architecture: amd64 2024-01-19T15:29:46.486 INFO:teuthology.orchestra.run.smithi045.stdout:Source: linux-meta 2024-01-19T15:29:46.486 INFO:teuthology.orchestra.run.smithi045.stdout:Version: 4.15.0.213.196 2024-01-19T15:29:46.486 INFO:teuthology.orchestra.run.smithi045.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-19T15:29:46.487 INFO:teuthology.orchestra.run.smithi045.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-19T15:29:46.487 INFO:teuthology.orchestra.run.smithi045.stdout:Recommends: thermald 2024-01-19T15:29:46.487 INFO:teuthology.orchestra.run.smithi045.stdout:Description: Generic Linux kernel image 2024-01-19T15:29:46.487 INFO:teuthology.orchestra.run.smithi045.stdout: This package will always depend on the latest generic kernel image 2024-01-19T15:29:46.487 INFO:teuthology.orchestra.run.smithi045.stdout: available. 2024-01-19T15:29:46.487 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2024-01-19T15:29:46.487 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-19T15:29:46.487 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-19T15:29:46.487 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-19T15:29:46.487 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi045.front.sepia.ceph.com, path=None, version=distro) 2024-01-19T15:29:46.488 DEBUG:teuthology.orchestra.run.smithi045:> sudo apt-get clean 2024-01-19T15:29:46.604 DEBUG:teuthology.orchestra.run.smithi045:> sudo apt-get update 2024-01-19T15:29:46.763 INFO:teuthology.orchestra.run.smithi045.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-19T15:29:46.763 INFO:teuthology.orchestra.run.smithi045.stdout:Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2024-01-19T15:29:46.782 INFO:teuthology.orchestra.run.smithi045.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2024-01-19T15:29:46.804 INFO:teuthology.orchestra.run.smithi045.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2024-01-19T15:29:46.877 DEBUG:teuthology.orchestra.run.smithi026:> dpkg -s linux-image-generic 2024-01-19T15:29:46.895 INFO:teuthology.orchestra.run.smithi026.stdout:Package: linux-image-generic 2024-01-19T15:29:46.895 INFO:teuthology.orchestra.run.smithi026.stdout:Status: install ok installed 2024-01-19T15:29:46.895 INFO:teuthology.orchestra.run.smithi026.stdout:Priority: optional 2024-01-19T15:29:46.895 INFO:teuthology.orchestra.run.smithi026.stdout:Section: kernel 2024-01-19T15:29:46.895 INFO:teuthology.orchestra.run.smithi026.stdout:Installed-Size: 18 2024-01-19T15:29:46.895 INFO:teuthology.orchestra.run.smithi026.stdout:Maintainer: Ubuntu Kernel Team 2024-01-19T15:29:46.895 INFO:teuthology.orchestra.run.smithi026.stdout:Architecture: amd64 2024-01-19T15:29:46.895 INFO:teuthology.orchestra.run.smithi026.stdout:Source: linux-meta 2024-01-19T15:29:46.895 INFO:teuthology.orchestra.run.smithi026.stdout:Version: 4.15.0.213.196 2024-01-19T15:29:46.895 INFO:teuthology.orchestra.run.smithi026.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-19T15:29:46.895 INFO:teuthology.orchestra.run.smithi026.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-19T15:29:46.896 INFO:teuthology.orchestra.run.smithi026.stdout:Recommends: thermald 2024-01-19T15:29:46.896 INFO:teuthology.orchestra.run.smithi026.stdout:Description: Generic Linux kernel image 2024-01-19T15:29:46.896 INFO:teuthology.orchestra.run.smithi026.stdout: This package will always depend on the latest generic kernel image 2024-01-19T15:29:46.896 INFO:teuthology.orchestra.run.smithi026.stdout: available. 2024-01-19T15:29:46.896 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2024-01-19T15:29:46.896 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-19T15:29:46.896 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-19T15:29:46.896 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-19T15:29:46.896 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi026.front.sepia.ceph.com, path=None, version=distro) 2024-01-19T15:29:46.896 DEBUG:teuthology.orchestra.run.smithi026:> sudo apt-get clean 2024-01-19T15:29:46.985 DEBUG:teuthology.orchestra.run.smithi026:> sudo apt-get update 2024-01-19T15:29:47.111 INFO:teuthology.orchestra.run.smithi026.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-19T15:29:47.120 INFO:teuthology.orchestra.run.smithi026.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2024-01-19T15:29:47.140 INFO:teuthology.orchestra.run.smithi026.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2024-01-19T15:29:47.223 INFO:teuthology.orchestra.run.smithi026.stdout:Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease 2024-01-19T15:29:48.941 INFO:teuthology.orchestra.run.smithi045.stdout:Reading package lists... 2024-01-19T15:29:48.996 DEBUG:teuthology.orchestra.run.smithi045:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-19T15:29:49.081 INFO:teuthology.orchestra.run.smithi045.stdout:Reading package lists... 2024-01-19T15:29:49.264 INFO:teuthology.orchestra.run.smithi026.stdout:Reading package lists... 2024-01-19T15:29:49.317 DEBUG:teuthology.orchestra.run.smithi026:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-19T15:29:49.359 INFO:teuthology.orchestra.run.smithi045.stdout:Building dependency tree... 2024-01-19T15:29:49.360 INFO:teuthology.orchestra.run.smithi045.stdout:Reading state information... 2024-01-19T15:29:49.398 INFO:teuthology.orchestra.run.smithi026.stdout:Reading package lists... 2024-01-19T15:29:49.580 INFO:teuthology.orchestra.run.smithi045.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2024-01-19T15:29:49.580 INFO:teuthology.orchestra.run.smithi045.stdout:The following packages were automatically installed and are no longer required: 2024-01-19T15:29:49.580 INFO:teuthology.orchestra.run.smithi045.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2024-01-19T15:29:49.580 INFO:teuthology.orchestra.run.smithi045.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2024-01-19T15:29:49.581 INFO:teuthology.orchestra.run.smithi045.stdout: linux-modules-extra-4.15.0-194-generic 2024-01-19T15:29:49.581 INFO:teuthology.orchestra.run.smithi045.stdout:Use 'sudo apt autoremove' to remove them. 2024-01-19T15:29:49.636 INFO:teuthology.orchestra.run.smithi045.stdout:0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded. 2024-01-19T15:29:49.639 DEBUG:teuthology.orchestra.run.smithi045:> dpkg -s linux-image-generic 2024-01-19T15:29:49.660 INFO:teuthology.orchestra.run.smithi045.stdout:Package: linux-image-generic 2024-01-19T15:29:49.660 INFO:teuthology.orchestra.run.smithi045.stdout:Status: install ok installed 2024-01-19T15:29:49.660 INFO:teuthology.orchestra.run.smithi045.stdout:Priority: optional 2024-01-19T15:29:49.660 INFO:teuthology.orchestra.run.smithi045.stdout:Section: kernel 2024-01-19T15:29:49.660 INFO:teuthology.orchestra.run.smithi045.stdout:Installed-Size: 18 2024-01-19T15:29:49.660 INFO:teuthology.orchestra.run.smithi045.stdout:Maintainer: Ubuntu Kernel Team 2024-01-19T15:29:49.660 INFO:teuthology.orchestra.run.smithi045.stdout:Architecture: amd64 2024-01-19T15:29:49.661 INFO:teuthology.orchestra.run.smithi045.stdout:Source: linux-meta 2024-01-19T15:29:49.661 INFO:teuthology.orchestra.run.smithi045.stdout:Version: 4.15.0.213.196 2024-01-19T15:29:49.661 INFO:teuthology.orchestra.run.smithi045.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-19T15:29:49.661 INFO:teuthology.orchestra.run.smithi045.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-19T15:29:49.661 INFO:teuthology.orchestra.run.smithi045.stdout:Recommends: thermald 2024-01-19T15:29:49.661 INFO:teuthology.orchestra.run.smithi045.stdout:Description: Generic Linux kernel image 2024-01-19T15:29:49.661 INFO:teuthology.orchestra.run.smithi045.stdout: This package will always depend on the latest generic kernel image 2024-01-19T15:29:49.661 INFO:teuthology.orchestra.run.smithi045.stdout: available. 2024-01-19T15:29:49.661 DEBUG:teuthology.orchestra.run.smithi045:> mktemp 2024-01-19T15:29:49.676 INFO:teuthology.orchestra.run.smithi026.stdout:Building dependency tree... 2024-01-19T15:29:49.677 INFO:teuthology.orchestra.run.smithi026.stdout:Reading state information... 2024-01-19T15:29:49.705 INFO:teuthology.orchestra.run.smithi045.stdout:/tmp/tmp.GZgKMo83ar 2024-01-19T15:29:49.705 DEBUG:teuthology.orchestra.run.smithi045:> sudo cp /boot/grub/grub.cfg /tmp/tmp.GZgKMo83ar 2024-01-19T15:29:49.763 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 0666 /tmp/tmp.GZgKMo83ar 2024-01-19T15:29:49.899 DEBUG:teuthology.orchestra.remote:smithi045:/tmp/tmp.GZgKMo83ar is 10KB 2024-01-19T15:29:49.900 INFO:teuthology.orchestra.run.smithi026.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2024-01-19T15:29:49.900 INFO:teuthology.orchestra.run.smithi026.stdout:The following packages were automatically installed and are no longer required: 2024-01-19T15:29:49.900 INFO:teuthology.orchestra.run.smithi026.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2024-01-19T15:29:49.901 INFO:teuthology.orchestra.run.smithi026.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2024-01-19T15:29:49.901 INFO:teuthology.orchestra.run.smithi026.stdout: linux-modules-extra-4.15.0-194-generic 2024-01-19T15:29:49.901 INFO:teuthology.orchestra.run.smithi026.stdout:Use 'sudo apt autoremove' to remove them. 2024-01-19T15:29:49.951 DEBUG:teuthology.orchestra.run.smithi045:> rm -fr /tmp/tmp.GZgKMo83ar 2024-01-19T15:29:49.957 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-19T15:29:49.957 INFO:teuthology.orchestra.run.smithi026.stdout:0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded. 2024-01-19T15:29:49.960 DEBUG:teuthology.orchestra.run.smithi026:> dpkg -s linux-image-generic 2024-01-19T15:29:49.983 INFO:teuthology.orchestra.run.smithi026.stdout:Package: linux-image-generic 2024-01-19T15:29:49.983 INFO:teuthology.orchestra.run.smithi026.stdout:Status: install ok installed 2024-01-19T15:29:49.983 INFO:teuthology.orchestra.run.smithi026.stdout:Priority: optional 2024-01-19T15:29:49.983 INFO:teuthology.orchestra.run.smithi026.stdout:Section: kernel 2024-01-19T15:29:49.983 INFO:teuthology.orchestra.run.smithi026.stdout:Installed-Size: 18 2024-01-19T15:29:49.983 INFO:teuthology.orchestra.run.smithi026.stdout:Maintainer: Ubuntu Kernel Team 2024-01-19T15:29:49.983 INFO:teuthology.orchestra.run.smithi026.stdout:Architecture: amd64 2024-01-19T15:29:49.983 INFO:teuthology.orchestra.run.smithi026.stdout:Source: linux-meta 2024-01-19T15:29:49.983 INFO:teuthology.orchestra.run.smithi026.stdout:Version: 4.15.0.213.196 2024-01-19T15:29:49.983 INFO:teuthology.orchestra.run.smithi026.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-19T15:29:49.983 INFO:teuthology.orchestra.run.smithi026.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-19T15:29:49.984 INFO:teuthology.orchestra.run.smithi026.stdout:Recommends: thermald 2024-01-19T15:29:49.984 INFO:teuthology.orchestra.run.smithi026.stdout:Description: Generic Linux kernel image 2024-01-19T15:29:49.984 INFO:teuthology.orchestra.run.smithi026.stdout: This package will always depend on the latest generic kernel image 2024-01-19T15:29:49.984 INFO:teuthology.orchestra.run.smithi026.stdout: available. 2024-01-19T15:29:49.984 DEBUG:teuthology.orchestra.run.smithi026:> mktemp 2024-01-19T15:29:50.030 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-01-19T15:29:50.030 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-19T15:29:50.030 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-19T15:29:50.031 INFO:teuthology.orchestra.run.smithi026.stdout:/tmp/tmp.GrrjWbkznS 2024-01-19T15:29:50.031 DEBUG:teuthology.orchestra.run.smithi026:> sudo cp /boot/grub/grub.cfg /tmp/tmp.GrrjWbkznS 2024-01-19T15:29:50.089 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 0666 /tmp/tmp.GrrjWbkznS 2024-01-19T15:29:50.108 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2024-01-19T15:29:50.108 DEBUG:teuthology.orchestra.run.smithi045:> sudo update-grub 2024-01-19T15:29:50.225 DEBUG:teuthology.orchestra.remote:smithi026:/tmp/tmp.GrrjWbkznS is 10KB 2024-01-19T15:29:50.237 DEBUG:teuthology.orchestra.run.smithi026:> rm -fr /tmp/tmp.GrrjWbkznS 2024-01-19T15:29:50.242 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-19T15:29:50.302 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-01-19T15:29:50.302 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-19T15:29:50.303 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-19T15:29:50.380 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2024-01-19T15:29:50.380 DEBUG:teuthology.orchestra.run.smithi026:> sudo update-grub 2024-01-19T15:29:51.605 INFO:teuthology.orchestra.run.smithi045.stderr:Sourcing file `/etc/default/grub' 2024-01-19T15:29:51.618 INFO:teuthology.orchestra.run.smithi045.stderr:Generating grub configuration file ... 2024-01-19T15:29:51.828 INFO:teuthology.orchestra.run.smithi026.stderr:Sourcing file `/etc/default/grub' 2024-01-19T15:29:51.837 INFO:teuthology.orchestra.run.smithi026.stderr:Generating grub configuration file ... 2024-01-19T15:29:51.865 INFO:teuthology.orchestra.run.smithi045.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-19T15:29:51.877 INFO:teuthology.orchestra.run.smithi045.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-19T15:29:52.190 INFO:teuthology.orchestra.run.smithi045.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-19T15:29:52.202 INFO:teuthology.orchestra.run.smithi026.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-19T15:29:52.203 INFO:teuthology.orchestra.run.smithi045.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-19T15:29:52.214 INFO:teuthology.orchestra.run.smithi026.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-19T15:29:52.282 INFO:teuthology.orchestra.run.smithi045.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-19T15:29:52.295 INFO:teuthology.orchestra.run.smithi045.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-19T15:29:52.556 INFO:teuthology.orchestra.run.smithi026.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-19T15:29:52.567 INFO:teuthology.orchestra.run.smithi026.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-19T15:29:52.642 INFO:teuthology.orchestra.run.smithi026.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-19T15:29:52.655 INFO:teuthology.orchestra.run.smithi026.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-19T15:29:52.957 INFO:teuthology.orchestra.run.smithi045.stderr:done 2024-01-19T15:29:52.959 DEBUG:teuthology.orchestra.run.smithi045:> sudo shutdown -r now 2024-01-19T15:29:53.226 INFO:teuthology.orchestra.run.smithi026.stderr:done 2024-01-19T15:29:53.228 DEBUG:teuthology.orchestra.run.smithi026:> sudo shutdown -r now 2024-01-19T15:30:23.032 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-19T15:30:23.033 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-01-19T15:30:23.033 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:30:23.231 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-19T15:30:23.232 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-01-19T15:30:23.232 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:30:41.601 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.45 2024-01-19T15:30:41.601 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.26 2024-01-19T15:30:50.606 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-01-19T15:30:50.607 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:30:50.608 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-01-19T15:30:50.609 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:30:53.660 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.45 2024-01-19T15:31:05.673 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-01-19T15:31:05.673 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:31:08.736 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.45 2024-01-19T15:31:08.988 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.26 2024-01-19T15:31:21.000 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-01-19T15:31:21.001 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:31:23.740 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-01-19T15:31:23.740 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:31:24.060 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.26 2024-01-19T15:31:26.812 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.45 2024-01-19T15:31:39.072 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-01-19T15:31:39.073 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:31:39.159 DEBUG:teuthology.orchestra.run.smithi026:> true 2024-01-19T15:31:39.424 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-01-19T15:31:39.425 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.15.0-213-generic"... 2024-01-19T15:31:39.425 DEBUG:teuthology.orchestra.run.smithi026:> uname -r 2024-01-19T15:31:39.471 INFO:teuthology.orchestra.run.smithi026.stdout:4.15.0-213-generic 2024-01-19T15:31:39.471 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2024-01-19T15:31:39.471 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-19T15:31:39.471 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-19T15:31:40.471 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-19T15:31:40.472 DEBUG:teuthology.orchestra.run.smithi026:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-19T15:31:40.499 INFO:teuthology.orchestra.run.smithi026.stdout:ttyS1 2024-01-19T15:31:40.516 DEBUG:teuthology.parallel:result is None 2024-01-19T15:31:44.813 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-01-19T15:31:44.814 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:31:47.868 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.45 2024-01-19T15:32:08.869 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-01-19T15:32:08.870 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:32:11.932 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.45 2024-01-19T15:32:35.933 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-01-19T15:32:35.934 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:32:54.460 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.45 2024-01-19T15:33:21.461 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-01-19T15:33:21.463 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:33:24.540 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.45 2024-01-19T15:33:54.541 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-01-19T15:33:54.542 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:33:57.596 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.45 2024-01-19T15:34:30.597 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-01-19T15:34:30.598 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:34:33.664 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.45 2024-01-19T15:35:09.666 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-01-19T15:35:09.667 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:35:12.732 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.45 2024-01-19T15:35:51.733 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-01-19T15:35:51.734 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:35:54.812 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.45 2024-01-19T15:36:24.813 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-01-19T15:36:24.814 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:36:27.868 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.45 2024-01-19T15:36:27.868 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (14) after waiting for 300 seconds 2024-01-19T15:36:27.868 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.15.0-213-generic"... 2024-01-19T15:36:27.869 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-01-19T15:36:27.869 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:36:30.940 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.45 2024-01-19T15:36:39.942 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-01-19T15:36:39.943 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:36:43.004 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.45 2024-01-19T15:36:55.005 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-01-19T15:36:55.006 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:36:58.076 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.45 2024-01-19T15:37:01.077 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-01-19T15:37:01.078 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-19T15:37:01.151 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.45 2024-01-19T15:37:01.151 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2024-01-19T15:37:01.151 ERROR:teuthology.task.kernel:Saw exception Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/task/kernel.py", line 182, in need_to_install ctx.cluster.only(role).run( File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi045 2024-01-19T15:37:01.153 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/task/kernel.py", line 182, in need_to_install ctx.cluster.only(role).run( File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi045 2024-01-19T15:37:01.351 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=727686be518a4384addf0499e20016d8 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/task/kernel.py", line 182, in need_to_install ctx.cluster.only(role).run( File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 522, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi045 2024-01-19T15:37:01.354 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-19T15:37:01.361 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-19T15:37:01.445 INFO:teuthology.nuke:Checking targets against current locks 2024-01-19T15:37:01.482 DEBUG:teuthology.nuke:shortname: smithi026 2024-01-19T15:37:01.482 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-19T15:37:01.507 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi026.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-01-18_22:46:57-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7521586', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-19 15:19:35.372729', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2024-01-19T15:37:01.510 DEBUG:teuthology.nuke:shortname: smithi045 2024-01-19T15:37:01.510 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-19T15:37:01.533 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-01-18_22:46:57-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7521586', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-19 15:19:35.374123', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2024-01-19T15:37:01.564 INFO:teuthology.orchestra.console.smithi026:Power off 2024-01-19T15:37:01.565 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-19T15:37:01.589 DEBUG:teuthology.orchestra.console.smithi026:power off output: Chassis Power Control: Down/Off 2024-01-19T15:37:01.589 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-19T15:37:01.603 INFO:teuthology.orchestra.console.smithi045:Power off 2024-01-19T15:37:01.603 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-19T15:37:01.612 DEBUG:teuthology.orchestra.console.smithi026:check power output: Chassis Power is on 2024-01-19T15:37:01.624 DEBUG:teuthology.orchestra.console.smithi045:power off output: Chassis Power Control: Down/Off 2024-01-19T15:37:01.624 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-19T15:37:01.646 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2024-01-19T15:37:05.613 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-19T15:37:05.646 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-19T15:37:05.722 DEBUG:teuthology.orchestra.console.smithi026:check power output: Chassis Power is on 2024-01-19T15:37:05.755 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2024-01-19T15:37:09.724 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-19T15:37:09.756 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-19T15:37:09.834 DEBUG:teuthology.orchestra.console.smithi026:check power output: Chassis Power is on 2024-01-19T15:37:09.865 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2024-01-19T15:37:13.839 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-19T15:37:13.866 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-19T15:37:13.949 DEBUG:teuthology.orchestra.console.smithi026:check power output: Chassis Power is off 2024-01-19T15:37:13.975 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is off 2024-01-19T15:37:14.050 INFO:teuthology.orchestra.console.smithi026:Power off completed 2024-01-19T15:37:14.076 INFO:teuthology.orchestra.console.smithi045:Power off completed 2024-01-19T15:37:14.179 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 smithi045 owner: scheduled_lflores@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=727686be518a4384addf0499e20016d8 status: fail success: false 2024-01-19T15:37:14.180 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-19T15:37:14.255 INFO:teuthology.run:FAIL