2024-01-16T09:28:39.091 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-16T09:28:39.092 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --name yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517750 --verbose --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517750/orig.config.yaml 2024-01-16T09:28:39.126 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-16T09:28:39.209 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517750 branch: wip-yuri5-testing-2024-01-11-1300-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: '7517750' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-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-yuri5-testing-2024-01-11-1300-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: a70aebef70df6ec2d957347ccbfc484e0573dd5f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f workunit: branch: wip-yuri5-testing-2024-01-11-1300-pacific sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 5979 sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2024-01-11-1300-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f targets: smithi064.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= smithi160.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-15_22:08:15 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-16T09:28:39.209 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa; will attempt to use it 2024-01-16T09:28:39.210 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks 2024-01-16T09:28:39.210 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-16T09:28:39.212 INFO:teuthology.task.internal:Checking packages... 2024-01-16T09:28:39.236 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'a70aebef70df6ec2d957347ccbfc484e0573dd5f' 2024-01-16T09:28:39.236 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-16T09:28:39.236 INFO:teuthology.packaging:ref: None 2024-01-16T09:28:39.236 INFO:teuthology.packaging:tag: None 2024-01-16T09:28:39.236 INFO:teuthology.packaging:branch: wip-yuri5-testing-2024-01-11-1300-pacific 2024-01-16T09:28:39.236 INFO:teuthology.packaging:sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T09:28:39.236 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F18.04%2Fx86_64&ref=wip-yuri5-testing-2024-01-11-1300-pacific 2024-01-16T09:28:39.374 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-449-ga70aebef-1bionic 2024-01-16T09:28:39.376 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-16T09:28:39.383 INFO:teuthology.task.internal:no buildpackages task found 2024-01-16T09:28:39.383 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-16T09:28:39.391 INFO:teuthology.task.internal:Saving configuration 2024-01-16T09:28:39.405 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-16T09:28:39.411 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-16T09:28:39.436 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi064.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517750', '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-16 09:18:46.703087', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2024-01-16T09:28:39.458 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi160.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517750', '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-16 09:18:46.701546', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2024-01-16T09:28:39.458 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-16T09:28:39.464 INFO:teuthology.task.internal:roles: ubuntu@smithi064.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-16T09:28:39.464 INFO:teuthology.task.internal:roles: ubuntu@smithi160.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-16T09:28:39.464 INFO:teuthology.run_tasks:Running task console_log... 2024-01-16T09:28:39.537 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff46f0c43a0>, signals=[15]) 2024-01-16T09:28:39.538 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-16T09:28:39.545 INFO:teuthology.task.internal:Opening connections... 2024-01-16T09:28:39.545 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi064.front.sepia.ceph.com 2024-01-16T09:28:39.546 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:28:39.631 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi160.front.sepia.ceph.com 2024-01-16T09:28:39.632 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:28:39.701 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-16T09:28:39.708 DEBUG:teuthology.orchestra.run.smithi064:> uname -m 2024-01-16T09:28:39.756 INFO:teuthology.orchestra.run.smithi064.stdout:x86_64 2024-01-16T09:28:39.756 DEBUG:teuthology.orchestra.run.smithi064:> cat /etc/os-release 2024-01-16T09:28:39.802 INFO:teuthology.orchestra.run.smithi064.stdout:NAME="Ubuntu" 2024-01-16T09:28:39.802 INFO:teuthology.orchestra.run.smithi064.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2024-01-16T09:28:39.802 INFO:teuthology.orchestra.run.smithi064.stdout:ID=ubuntu 2024-01-16T09:28:39.802 INFO:teuthology.orchestra.run.smithi064.stdout:ID_LIKE=debian 2024-01-16T09:28:39.802 INFO:teuthology.orchestra.run.smithi064.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2024-01-16T09:28:39.802 INFO:teuthology.orchestra.run.smithi064.stdout:VERSION_ID="18.04" 2024-01-16T09:28:39.802 INFO:teuthology.orchestra.run.smithi064.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-16T09:28:39.803 INFO:teuthology.orchestra.run.smithi064.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-16T09:28:39.803 INFO:teuthology.orchestra.run.smithi064.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-16T09:28:39.803 INFO:teuthology.orchestra.run.smithi064.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-16T09:28:39.803 INFO:teuthology.orchestra.run.smithi064.stdout:VERSION_CODENAME=bionic 2024-01-16T09:28:39.803 INFO:teuthology.orchestra.run.smithi064.stdout:UBUNTU_CODENAME=bionic 2024-01-16T09:28:39.804 INFO:teuthology.lock.ops:Updating smithi064.front.sepia.ceph.com on lock server 2024-01-16T09:28:39.827 DEBUG:teuthology.orchestra.run.smithi160:> uname -m 2024-01-16T09:28:39.833 INFO:teuthology.orchestra.run.smithi160.stdout:x86_64 2024-01-16T09:28:39.833 DEBUG:teuthology.orchestra.run.smithi160:> cat /etc/os-release 2024-01-16T09:28:39.879 INFO:teuthology.orchestra.run.smithi160.stdout:NAME="Ubuntu" 2024-01-16T09:28:39.879 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2024-01-16T09:28:39.879 INFO:teuthology.orchestra.run.smithi160.stdout:ID=ubuntu 2024-01-16T09:28:39.879 INFO:teuthology.orchestra.run.smithi160.stdout:ID_LIKE=debian 2024-01-16T09:28:39.879 INFO:teuthology.orchestra.run.smithi160.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2024-01-16T09:28:39.880 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION_ID="18.04" 2024-01-16T09:28:39.880 INFO:teuthology.orchestra.run.smithi160.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-16T09:28:39.880 INFO:teuthology.orchestra.run.smithi160.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-16T09:28:39.880 INFO:teuthology.orchestra.run.smithi160.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-16T09:28:39.880 INFO:teuthology.orchestra.run.smithi160.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-16T09:28:39.880 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION_CODENAME=bionic 2024-01-16T09:28:39.880 INFO:teuthology.orchestra.run.smithi160.stdout:UBUNTU_CODENAME=bionic 2024-01-16T09:28:39.881 INFO:teuthology.lock.ops:Updating smithi160.front.sepia.ceph.com on lock server 2024-01-16T09:28:39.901 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-16T09:28:39.910 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-16T09:28:39.917 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-16T09:28:39.917 DEBUG:teuthology.orchestra.run.smithi064:> test '!' -e /home/ubuntu/cephtest 2024-01-16T09:28:39.919 DEBUG:teuthology.orchestra.run.smithi160:> test '!' -e /home/ubuntu/cephtest 2024-01-16T09:28:39.926 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-16T09:28:39.933 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-16T09:28:39.933 DEBUG:teuthology.orchestra.run.smithi064:> test -z $(ls -A /var/lib/ceph) 2024-01-16T09:28:39.966 DEBUG:teuthology.orchestra.run.smithi160:> test -z $(ls -A /var/lib/ceph) 2024-01-16T09:28:39.992 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-16T09:28:40.051 INFO:teuthology.run_tasks:Running task kernel... 2024-01-16T09:28:40.066 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-16T09:28:40.066 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-16T09:28:40.066 DEBUG:teuthology.orchestra.run.smithi064:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-16T09:28:40.067 DEBUG:teuthology.orchestra.run.smithi160:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-16T09:28:40.071 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:28:40.072 DEBUG:teuthology.orchestra.run.smithi064:> uname -r 2024-01-16T09:28:40.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:28:40.073 DEBUG:teuthology.orchestra.run.smithi160:> uname -r 2024-01-16T09:28:40.118 INFO:teuthology.orchestra.run.smithi064.stdout:4.15.0-200-generic 2024-01-16T09:28:40.118 INFO:teuthology.task.kernel:Running kernel on smithi064: 4.15.0-200-generic 2024-01-16T09:28:40.118 DEBUG:teuthology.orchestra.run.smithi064:> sudo apt-get clean 2024-01-16T09:28:40.119 INFO:teuthology.orchestra.run.smithi160.stdout:4.15.0-200-generic 2024-01-16T09:28:40.120 INFO:teuthology.task.kernel:Running kernel on smithi160: 4.15.0-200-generic 2024-01-16T09:28:40.120 DEBUG:teuthology.orchestra.run.smithi160:> sudo apt-get clean 2024-01-16T09:28:40.218 DEBUG:teuthology.orchestra.run.smithi064:> sudo apt-get update 2024-01-16T09:28:40.219 DEBUG:teuthology.orchestra.run.smithi160:> sudo apt-get update 2024-01-16T09:28:40.504 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-16T09:28:40.565 INFO:teuthology.orchestra.run.smithi160.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2024-01-16T09:28:40.752 INFO:teuthology.orchestra.run.smithi064.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-16T09:28:40.752 INFO:teuthology.orchestra.run.smithi064.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2024-01-16T09:28:40.752 INFO:teuthology.orchestra.run.smithi064.stdout:Get:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2024-01-16T09:28:40.886 INFO:teuthology.orchestra.run.smithi160.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2024-01-16T09:28:41.035 INFO:teuthology.orchestra.run.smithi160.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2024-01-16T09:28:41.038 INFO:teuthology.orchestra.run.smithi064.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2024-01-16T09:28:41.165 INFO:teuthology.orchestra.run.smithi064.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2024-01-16T09:28:41.301 INFO:teuthology.orchestra.run.smithi064.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,666 kB] 2024-01-16T09:28:41.488 INFO:teuthology.orchestra.run.smithi160.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,666 kB] 2024-01-16T09:28:41.518 INFO:teuthology.orchestra.run.smithi160.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2024-01-16T09:28:41.531 INFO:teuthology.orchestra.run.smithi160.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2024-01-16T09:28:41.532 INFO:teuthology.orchestra.run.smithi160.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2024-01-16T09:28:41.565 INFO:teuthology.orchestra.run.smithi160.stdout:Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2024-01-16T09:28:41.571 INFO:teuthology.orchestra.run.smithi160.stdout:Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2024-01-16T09:28:41.624 INFO:teuthology.orchestra.run.smithi160.stdout:Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2024-01-16T09:28:41.704 INFO:teuthology.orchestra.run.smithi064.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2024-01-16T09:28:41.733 INFO:teuthology.orchestra.run.smithi064.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2024-01-16T09:28:41.739 INFO:teuthology.orchestra.run.smithi064.stdout:Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2024-01-16T09:28:41.742 INFO:teuthology.orchestra.run.smithi064.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2024-01-16T09:28:41.797 INFO:teuthology.orchestra.run.smithi064.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2024-01-16T09:28:41.797 INFO:teuthology.orchestra.run.smithi064.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2024-01-16T09:28:41.798 INFO:teuthology.orchestra.run.smithi064.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2024-01-16T09:28:41.827 INFO:teuthology.orchestra.run.smithi064.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2024-01-16T09:28:41.847 INFO:teuthology.orchestra.run.smithi064.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2024-01-16T09:28:41.849 INFO:teuthology.orchestra.run.smithi160.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2024-01-16T09:28:41.868 INFO:teuthology.orchestra.run.smithi064.stdout:Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2024-01-16T09:28:41.871 INFO:teuthology.orchestra.run.smithi064.stdout:Get:17 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2024-01-16T09:28:41.885 INFO:teuthology.orchestra.run.smithi064.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2024-01-16T09:28:41.886 INFO:teuthology.orchestra.run.smithi064.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2024-01-16T09:28:41.918 INFO:teuthology.orchestra.run.smithi064.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2024-01-16T09:28:41.920 INFO:teuthology.orchestra.run.smithi064.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2024-01-16T09:28:41.970 INFO:teuthology.orchestra.run.smithi064.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2024-01-16T09:28:42.035 INFO:teuthology.orchestra.run.smithi064.stdout:Get:23 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2024-01-16T09:28:42.116 INFO:teuthology.orchestra.run.smithi064.stdout:Get:24 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2024-01-16T09:28:42.199 INFO:teuthology.orchestra.run.smithi064.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2024-01-16T09:28:42.370 INFO:teuthology.orchestra.run.smithi160.stdout:Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2024-01-16T09:28:42.371 INFO:teuthology.orchestra.run.smithi160.stdout:Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2024-01-16T09:28:42.374 INFO:teuthology.orchestra.run.smithi160.stdout:Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2024-01-16T09:28:42.375 INFO:teuthology.orchestra.run.smithi160.stdout:Get:16 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2024-01-16T09:28:42.382 INFO:teuthology.orchestra.run.smithi160.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2024-01-16T09:28:42.390 INFO:teuthology.orchestra.run.smithi160.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2024-01-16T09:28:42.392 INFO:teuthology.orchestra.run.smithi160.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2024-01-16T09:28:42.713 INFO:teuthology.orchestra.run.smithi064.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2024-01-16T09:28:42.724 INFO:teuthology.orchestra.run.smithi064.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2024-01-16T09:28:42.724 INFO:teuthology.orchestra.run.smithi064.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2024-01-16T09:28:42.724 INFO:teuthology.orchestra.run.smithi064.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2024-01-16T09:28:42.726 INFO:teuthology.orchestra.run.smithi064.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2024-01-16T09:28:42.733 INFO:teuthology.orchestra.run.smithi064.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2024-01-16T09:28:42.736 INFO:teuthology.orchestra.run.smithi064.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2024-01-16T09:28:44.544 INFO:teuthology.orchestra.run.smithi064.stdout:Fetched 20.1 MB in 4s (4,952 kB/s) 2024-01-16T09:28:46.349 INFO:teuthology.orchestra.run.smithi064.stdout:Reading package lists... 2024-01-16T09:28:46.403 DEBUG:teuthology.orchestra.run.smithi064:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-16T09:28:46.489 INFO:teuthology.orchestra.run.smithi064.stdout:Reading package lists... 2024-01-16T09:28:46.522 INFO:teuthology.orchestra.run.smithi160.stdout:Get:20 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2024-01-16T09:28:46.786 INFO:teuthology.orchestra.run.smithi064.stdout:Building dependency tree... 2024-01-16T09:28:46.786 INFO:teuthology.orchestra.run.smithi064.stdout:Reading state information... 2024-01-16T09:28:46.824 INFO:teuthology.orchestra.run.smithi160.stdout:Get:21 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2024-01-16T09:28:47.022 INFO:teuthology.orchestra.run.smithi064.stdout:The following additional packages will be installed: 2024-01-16T09:28:47.022 INFO:teuthology.orchestra.run.smithi064.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-16T09:28:47.022 INFO:teuthology.orchestra.run.smithi064.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2024-01-16T09:28:47.022 INFO:teuthology.orchestra.run.smithi064.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2024-01-16T09:28:47.024 INFO:teuthology.orchestra.run.smithi064.stdout:Suggested packages: 2024-01-16T09:28:47.025 INFO:teuthology.orchestra.run.smithi064.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2024-01-16T09:28:47.025 INFO:teuthology.orchestra.run.smithi064.stdout:Recommended packages: 2024-01-16T09:28:47.025 INFO:teuthology.orchestra.run.smithi064.stdout: thermald 2024-01-16T09:28:47.092 INFO:teuthology.orchestra.run.smithi064.stdout:The following NEW packages will be installed: 2024-01-16T09:28:47.092 INFO:teuthology.orchestra.run.smithi064.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-16T09:28:47.092 INFO:teuthology.orchestra.run.smithi064.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2024-01-16T09:28:47.092 INFO:teuthology.orchestra.run.smithi064.stdout: linux-modules-extra-4.15.0-213-generic 2024-01-16T09:28:47.094 INFO:teuthology.orchestra.run.smithi064.stdout:The following packages will be upgraded: 2024-01-16T09:28:47.095 INFO:teuthology.orchestra.run.smithi064.stdout: linux-generic linux-headers-generic linux-image-generic 2024-01-16T09:28:47.119 INFO:teuthology.orchestra.run.smithi160.stdout:Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2024-01-16T09:28:47.199 INFO:teuthology.orchestra.run.smithi064.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2024-01-16T09:28:47.199 INFO:teuthology.orchestra.run.smithi064.stdout:Need to get 67.4 MB of archives. 2024-01-16T09:28:47.199 INFO:teuthology.orchestra.run.smithi064.stdout:After this operation, 351 MB of additional disk space will be used. 2024-01-16T09:28:47.199 INFO:teuthology.orchestra.run.smithi064.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-4.15.0-213-generic amd64 4.15.0-213.224 [13.4 MB] 2024-01-16T09:28:47.245 INFO:teuthology.orchestra.run.smithi160.stdout:Get:23 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2024-01-16T09:28:47.254 INFO:teuthology.orchestra.run.smithi160.stdout:Get:24 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2024-01-16T09:28:47.255 INFO:teuthology.orchestra.run.smithi160.stdout:Get:25 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2024-01-16T09:28:47.295 INFO:teuthology.orchestra.run.smithi160.stdout:Get:26 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2024-01-16T09:28:47.297 INFO:teuthology.orchestra.run.smithi160.stdout:Get:27 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2024-01-16T09:28:47.316 INFO:teuthology.orchestra.run.smithi160.stdout:Get:28 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2024-01-16T09:28:47.352 INFO:teuthology.orchestra.run.smithi160.stdout:Get:29 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2024-01-16T09:28:47.356 INFO:teuthology.orchestra.run.smithi160.stdout:Get:30 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2024-01-16T09:28:47.356 INFO:teuthology.orchestra.run.smithi160.stdout:Get:31 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2024-01-16T09:28:47.356 INFO:teuthology.orchestra.run.smithi160.stdout:Get:32 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2024-01-16T09:28:47.830 INFO:teuthology.orchestra.run.smithi064.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-4.15.0-213-generic amd64 4.15.0-213.224 [8,111 kB] 2024-01-16T09:28:47.960 INFO:teuthology.orchestra.run.smithi064.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-extra-4.15.0-213-generic amd64 4.15.0-213.224 [33.7 MB] 2024-01-16T09:28:48.386 INFO:teuthology.orchestra.run.smithi160.stdout:Fetched 20.1 MB in 8s (2,535 kB/s) 2024-01-16T09:28:48.633 INFO:teuthology.orchestra.run.smithi064.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2024-01-16T09:28:48.633 INFO:teuthology.orchestra.run.smithi064.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-generic amd64 4.15.0.213.196 [2,460 B] 2024-01-16T09:28:48.633 INFO:teuthology.orchestra.run.smithi064.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213 all 4.15.0-213.224 [11.0 MB] 2024-01-16T09:28:48.831 INFO:teuthology.orchestra.run.smithi064.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213-generic amd64 4.15.0-213.224 [1,250 kB] 2024-01-16T09:28:48.853 INFO:teuthology.orchestra.run.smithi064.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-generic amd64 4.15.0.213.196 [2,360 B] 2024-01-16T09:28:49.584 INFO:teuthology.orchestra.run.smithi064.stdout:Fetched 67.4 MB in 2s (38.8 MB/s) 2024-01-16T09:28:49.791 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2024-01-16T09:28:50.075 INFO:teuthology.orchestra.run.smithi160.stdout:Reading package lists... 2024-01-16T09:28:50.125 DEBUG:teuthology.orchestra.run.smithi160:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-16T09:28:50.205 INFO:teuthology.orchestra.run.smithi160.stdout:Reading package lists... 2024-01-16T09:28:50.465 INFO:teuthology.orchestra.run.smithi160.stdout:Building dependency tree... 2024-01-16T09:28:50.465 INFO:teuthology.orchestra.run.smithi160.stdout:Reading state information... 2024-01-16T09:28:50.683 INFO:teuthology.orchestra.run.smithi160.stdout:The following additional packages will be installed: 2024-01-16T09:28:50.683 INFO:teuthology.orchestra.run.smithi160.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-16T09:28:50.683 INFO:teuthology.orchestra.run.smithi160.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2024-01-16T09:28:50.683 INFO:teuthology.orchestra.run.smithi160.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2024-01-16T09:28:50.685 INFO:teuthology.orchestra.run.smithi160.stdout:Suggested packages: 2024-01-16T09:28:50.685 INFO:teuthology.orchestra.run.smithi160.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2024-01-16T09:28:50.685 INFO:teuthology.orchestra.run.smithi160.stdout:Recommended packages: 2024-01-16T09:28:50.685 INFO:teuthology.orchestra.run.smithi160.stdout: thermald 2024-01-16T09:28:50.691 INFO:teuthology.orchestra.run.smithi064.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 135963 files and directories currently installed.) 2024-01-16T09:28:50.695 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-16T09:28:50.750 INFO:teuthology.orchestra.run.smithi160.stdout:The following NEW packages will be installed: 2024-01-16T09:28:50.750 INFO:teuthology.orchestra.run.smithi160.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-16T09:28:50.750 INFO:teuthology.orchestra.run.smithi160.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2024-01-16T09:28:50.751 INFO:teuthology.orchestra.run.smithi160.stdout: linux-modules-extra-4.15.0-213-generic 2024-01-16T09:28:50.752 INFO:teuthology.orchestra.run.smithi160.stdout:The following packages will be upgraded: 2024-01-16T09:28:50.753 INFO:teuthology.orchestra.run.smithi160.stdout: linux-generic linux-headers-generic linux-image-generic 2024-01-16T09:28:50.788 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-16T09:28:50.817 INFO:teuthology.orchestra.run.smithi160.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2024-01-16T09:28:50.817 INFO:teuthology.orchestra.run.smithi160.stdout:Need to get 67.4 MB of archives. 2024-01-16T09:28:50.817 INFO:teuthology.orchestra.run.smithi160.stdout:After this operation, 351 MB of additional disk space will be used. 2024-01-16T09:28:50.817 INFO:teuthology.orchestra.run.smithi160.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-16T09:28:51.138 INFO:teuthology.orchestra.run.smithi160.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-16T09:28:51.247 INFO:teuthology.orchestra.run.smithi160.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-16T09:28:51.719 INFO:teuthology.orchestra.run.smithi160.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-16T09:28:51.719 INFO:teuthology.orchestra.run.smithi160.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-16T09:28:51.719 INFO:teuthology.orchestra.run.smithi160.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-16T09:28:51.913 INFO:teuthology.orchestra.run.smithi160.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-16T09:28:51.928 INFO:teuthology.orchestra.run.smithi160.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-16T09:28:52.538 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2024-01-16T09:28:52.555 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-16T09:28:52.644 INFO:teuthology.orchestra.run.smithi160.stdout:Fetched 67.4 MB in 1s (58.3 MB/s) 2024-01-16T09:28:52.659 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-16T09:28:52.831 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2024-01-16T09:28:53.208 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2024-01-16T09:28:53.224 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-16T09:28:53.258 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-16T09:28:53.806 INFO:teuthology.orchestra.run.smithi160.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-16T09:28:53.810 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-16T09:28:53.886 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-16T09:28:55.577 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2024-01-16T09:28:55.591 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-16T09:28:55.703 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-16T09:28:56.272 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2024-01-16T09:28:56.286 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-16T09:28:56.330 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-16T09:28:57.146 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2024-01-16T09:28:57.271 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-16T09:28:57.591 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2024-01-16T09:28:57.716 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-16T09:28:58.035 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2024-01-16T09:28:58.050 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2024-01-16T09:28:58.094 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-16T09:29:00.255 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2024-01-16T09:29:00.382 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-16T09:29:00.707 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2024-01-16T09:29:00.835 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-16T09:29:01.155 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2024-01-16T09:29:01.171 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2024-01-16T09:29:01.205 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-16T09:29:03.707 INFO:teuthology.orchestra.run.smithi064.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2024-01-16T09:29:03.730 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-16T09:29:03.773 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-16T09:29:05.945 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2024-01-16T09:29:05.968 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-16T09:29:06.028 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-16T09:29:06.301 INFO:teuthology.orchestra.run.smithi064.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2024-01-16T09:29:06.423 INFO:teuthology.orchestra.run.smithi064.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-16T09:29:06.784 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-16T09:29:07.386 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-16T09:29:07.892 INFO:teuthology.orchestra.run.smithi064.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2024-01-16T09:29:07.893 INFO:teuthology.orchestra.run.smithi064.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2024-01-16T09:29:07.893 INFO:teuthology.orchestra.run.smithi064.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2024-01-16T09:29:07.893 INFO:teuthology.orchestra.run.smithi064.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2024-01-16T09:29:08.063 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-16T09:29:08.615 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-16T09:29:08.741 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2024-01-16T09:29:08.892 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-16T09:29:09.018 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2024-01-16T09:29:09.127 INFO:teuthology.orchestra.run.smithi064.stdout:Setting up linux-generic (4.15.0.213.196) ... 2024-01-16T09:29:09.132 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2024-01-16T09:29:09.228 INFO:teuthology.orchestra.run.smithi064.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-16T09:29:09.258 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-16T09:29:09.466 INFO:teuthology.orchestra.run.smithi064.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-16T09:29:09.466 INFO:teuthology.orchestra.run.smithi064.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2024-01-16T09:29:09.606 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-16T09:29:10.205 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-16T09:29:10.692 INFO:teuthology.orchestra.run.smithi160.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2024-01-16T09:29:10.692 INFO:teuthology.orchestra.run.smithi160.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2024-01-16T09:29:10.692 INFO:teuthology.orchestra.run.smithi160.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2024-01-16T09:29:10.692 INFO:teuthology.orchestra.run.smithi160.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2024-01-16T09:29:10.815 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-16T09:29:11.368 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-16T09:29:11.501 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2024-01-16T09:29:11.627 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-16T09:29:11.753 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2024-01-16T09:29:11.879 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-generic (4.15.0.213.196) ... 2024-01-16T09:29:12.005 INFO:teuthology.orchestra.run.smithi160.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-16T09:29:12.198 INFO:teuthology.orchestra.run.smithi160.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-16T09:29:12.199 INFO:teuthology.orchestra.run.smithi160.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2024-01-16T09:29:26.520 INFO:teuthology.orchestra.run.smithi064.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-16T09:29:26.521 INFO:teuthology.orchestra.run.smithi064.stdout:Sourcing file `/etc/default/grub' 2024-01-16T09:29:26.551 INFO:teuthology.orchestra.run.smithi064.stdout:Generating grub configuration file ... 2024-01-16T09:29:27.221 INFO:teuthology.orchestra.run.smithi064.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-16T09:29:27.271 INFO:teuthology.orchestra.run.smithi064.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-16T09:29:27.617 INFO:teuthology.orchestra.run.smithi064.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-16T09:29:27.654 INFO:teuthology.orchestra.run.smithi064.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-16T09:29:27.692 INFO:teuthology.orchestra.run.smithi160.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-16T09:29:27.692 INFO:teuthology.orchestra.run.smithi160.stdout:Sourcing file `/etc/default/grub' 2024-01-16T09:29:27.726 INFO:teuthology.orchestra.run.smithi160.stdout:Generating grub configuration file ... 2024-01-16T09:29:27.730 INFO:teuthology.orchestra.run.smithi064.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-16T09:29:27.755 INFO:teuthology.orchestra.run.smithi064.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-16T09:29:28.112 INFO:teuthology.orchestra.run.smithi160.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-16T09:29:28.152 INFO:teuthology.orchestra.run.smithi160.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-16T09:29:28.501 INFO:teuthology.orchestra.run.smithi160.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-16T09:29:28.528 INFO:teuthology.orchestra.run.smithi160.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-16T09:29:28.605 INFO:teuthology.orchestra.run.smithi160.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-16T09:29:28.627 INFO:teuthology.orchestra.run.smithi160.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-16T09:29:29.557 INFO:teuthology.orchestra.run.smithi064.stdout:done 2024-01-16T09:29:29.757 INFO:teuthology.orchestra.run.smithi160.stdout:done 2024-01-16T09:29:30.017 DEBUG:teuthology.orchestra.run.smithi064:> dpkg -s linux-image-generic 2024-01-16T09:29:30.035 INFO:teuthology.orchestra.run.smithi064.stdout:Package: linux-image-generic 2024-01-16T09:29:30.036 INFO:teuthology.orchestra.run.smithi064.stdout:Status: install ok installed 2024-01-16T09:29:30.036 INFO:teuthology.orchestra.run.smithi064.stdout:Priority: optional 2024-01-16T09:29:30.036 INFO:teuthology.orchestra.run.smithi064.stdout:Section: kernel 2024-01-16T09:29:30.036 INFO:teuthology.orchestra.run.smithi064.stdout:Installed-Size: 18 2024-01-16T09:29:30.036 INFO:teuthology.orchestra.run.smithi064.stdout:Maintainer: Ubuntu Kernel Team 2024-01-16T09:29:30.036 INFO:teuthology.orchestra.run.smithi064.stdout:Architecture: amd64 2024-01-16T09:29:30.036 INFO:teuthology.orchestra.run.smithi064.stdout:Source: linux-meta 2024-01-16T09:29:30.036 INFO:teuthology.orchestra.run.smithi064.stdout:Version: 4.15.0.213.196 2024-01-16T09:29:30.036 INFO:teuthology.orchestra.run.smithi064.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-16T09:29:30.036 INFO:teuthology.orchestra.run.smithi064.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-16T09:29:30.036 INFO:teuthology.orchestra.run.smithi064.stdout:Recommends: thermald 2024-01-16T09:29:30.036 INFO:teuthology.orchestra.run.smithi064.stdout:Description: Generic Linux kernel image 2024-01-16T09:29:30.037 INFO:teuthology.orchestra.run.smithi064.stdout: This package will always depend on the latest generic kernel image 2024-01-16T09:29:30.037 INFO:teuthology.orchestra.run.smithi064.stdout: available. 2024-01-16T09:29:30.037 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2024-01-16T09:29:30.037 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-16T09:29:30.037 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-16T09:29:30.037 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-16T09:29:30.037 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi064.front.sepia.ceph.com, path=None, version=distro) 2024-01-16T09:29:30.037 DEBUG:teuthology.orchestra.run.smithi064:> sudo apt-get clean 2024-01-16T09:29:30.136 DEBUG:teuthology.orchestra.run.smithi064:> sudo apt-get update 2024-01-16T09:29:30.182 DEBUG:teuthology.orchestra.run.smithi160:> dpkg -s linux-image-generic 2024-01-16T09:29:30.205 INFO:teuthology.orchestra.run.smithi160.stdout:Package: linux-image-generic 2024-01-16T09:29:30.205 INFO:teuthology.orchestra.run.smithi160.stdout:Status: install ok installed 2024-01-16T09:29:30.205 INFO:teuthology.orchestra.run.smithi160.stdout:Priority: optional 2024-01-16T09:29:30.205 INFO:teuthology.orchestra.run.smithi160.stdout:Section: kernel 2024-01-16T09:29:30.205 INFO:teuthology.orchestra.run.smithi160.stdout:Installed-Size: 18 2024-01-16T09:29:30.205 INFO:teuthology.orchestra.run.smithi160.stdout:Maintainer: Ubuntu Kernel Team 2024-01-16T09:29:30.205 INFO:teuthology.orchestra.run.smithi160.stdout:Architecture: amd64 2024-01-16T09:29:30.206 INFO:teuthology.orchestra.run.smithi160.stdout:Source: linux-meta 2024-01-16T09:29:30.206 INFO:teuthology.orchestra.run.smithi160.stdout:Version: 4.15.0.213.196 2024-01-16T09:29:30.206 INFO:teuthology.orchestra.run.smithi160.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-16T09:29:30.206 INFO:teuthology.orchestra.run.smithi160.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-16T09:29:30.206 INFO:teuthology.orchestra.run.smithi160.stdout:Recommends: thermald 2024-01-16T09:29:30.206 INFO:teuthology.orchestra.run.smithi160.stdout:Description: Generic Linux kernel image 2024-01-16T09:29:30.206 INFO:teuthology.orchestra.run.smithi160.stdout: This package will always depend on the latest generic kernel image 2024-01-16T09:29:30.206 INFO:teuthology.orchestra.run.smithi160.stdout: available. 2024-01-16T09:29:30.206 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2024-01-16T09:29:30.206 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-16T09:29:30.206 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-16T09:29:30.207 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-16T09:29:30.207 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi160.front.sepia.ceph.com, path=None, version=distro) 2024-01-16T09:29:30.207 DEBUG:teuthology.orchestra.run.smithi160:> sudo apt-get clean 2024-01-16T09:29:30.333 DEBUG:teuthology.orchestra.run.smithi160:> sudo apt-get update 2024-01-16T09:29:30.390 INFO:teuthology.orchestra.run.smithi064.stdout:Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2024-01-16T09:29:30.476 INFO:teuthology.orchestra.run.smithi064.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-16T09:29:30.558 INFO:teuthology.orchestra.run.smithi064.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2024-01-16T09:29:30.584 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2024-01-16T09:29:30.584 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-16T09:29:30.640 INFO:teuthology.orchestra.run.smithi064.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2024-01-16T09:29:30.654 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2024-01-16T09:29:30.736 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2024-01-16T09:29:32.559 INFO:teuthology.orchestra.run.smithi064.stdout:Reading package lists... 2024-01-16T09:29:32.614 DEBUG:teuthology.orchestra.run.smithi064:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-16T09:29:32.652 INFO:teuthology.orchestra.run.smithi160.stdout:Reading package lists... 2024-01-16T09:29:32.699 INFO:teuthology.orchestra.run.smithi064.stdout:Reading package lists... 2024-01-16T09:29:32.707 DEBUG:teuthology.orchestra.run.smithi160:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-16T09:29:32.786 INFO:teuthology.orchestra.run.smithi160.stdout:Reading package lists... 2024-01-16T09:29:32.979 INFO:teuthology.orchestra.run.smithi064.stdout:Building dependency tree... 2024-01-16T09:29:32.979 INFO:teuthology.orchestra.run.smithi064.stdout:Reading state information... 2024-01-16T09:29:33.060 INFO:teuthology.orchestra.run.smithi160.stdout:Building dependency tree... 2024-01-16T09:29:33.060 INFO:teuthology.orchestra.run.smithi160.stdout:Reading state information... 2024-01-16T09:29:33.201 INFO:teuthology.orchestra.run.smithi064.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2024-01-16T09:29:33.201 INFO:teuthology.orchestra.run.smithi064.stdout:The following packages were automatically installed and are no longer required: 2024-01-16T09:29:33.201 INFO:teuthology.orchestra.run.smithi064.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2024-01-16T09:29:33.201 INFO:teuthology.orchestra.run.smithi064.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2024-01-16T09:29:33.202 INFO:teuthology.orchestra.run.smithi064.stdout: linux-modules-extra-4.15.0-194-generic 2024-01-16T09:29:33.202 INFO:teuthology.orchestra.run.smithi064.stdout:Use 'sudo apt autoremove' to remove them. 2024-01-16T09:29:33.257 INFO:teuthology.orchestra.run.smithi064.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2024-01-16T09:29:33.259 DEBUG:teuthology.orchestra.run.smithi064:> dpkg -s linux-image-generic 2024-01-16T09:29:33.279 INFO:teuthology.orchestra.run.smithi064.stdout:Package: linux-image-generic 2024-01-16T09:29:33.279 INFO:teuthology.orchestra.run.smithi064.stdout:Status: install ok installed 2024-01-16T09:29:33.279 INFO:teuthology.orchestra.run.smithi064.stdout:Priority: optional 2024-01-16T09:29:33.279 INFO:teuthology.orchestra.run.smithi064.stdout:Section: kernel 2024-01-16T09:29:33.279 INFO:teuthology.orchestra.run.smithi064.stdout:Installed-Size: 18 2024-01-16T09:29:33.279 INFO:teuthology.orchestra.run.smithi064.stdout:Maintainer: Ubuntu Kernel Team 2024-01-16T09:29:33.279 INFO:teuthology.orchestra.run.smithi064.stdout:Architecture: amd64 2024-01-16T09:29:33.279 INFO:teuthology.orchestra.run.smithi064.stdout:Source: linux-meta 2024-01-16T09:29:33.280 INFO:teuthology.orchestra.run.smithi064.stdout:Version: 4.15.0.213.196 2024-01-16T09:29:33.280 INFO:teuthology.orchestra.run.smithi064.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-16T09:29:33.280 INFO:teuthology.orchestra.run.smithi064.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-16T09:29:33.280 INFO:teuthology.orchestra.run.smithi064.stdout:Recommends: thermald 2024-01-16T09:29:33.280 INFO:teuthology.orchestra.run.smithi064.stdout:Description: Generic Linux kernel image 2024-01-16T09:29:33.280 INFO:teuthology.orchestra.run.smithi064.stdout: This package will always depend on the latest generic kernel image 2024-01-16T09:29:33.280 INFO:teuthology.orchestra.run.smithi064.stdout: available. 2024-01-16T09:29:33.280 DEBUG:teuthology.orchestra.run.smithi064:> mktemp 2024-01-16T09:29:33.282 INFO:teuthology.orchestra.run.smithi160.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2024-01-16T09:29:33.282 INFO:teuthology.orchestra.run.smithi160.stdout:The following packages were automatically installed and are no longer required: 2024-01-16T09:29:33.282 INFO:teuthology.orchestra.run.smithi160.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2024-01-16T09:29:33.283 INFO:teuthology.orchestra.run.smithi160.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2024-01-16T09:29:33.283 INFO:teuthology.orchestra.run.smithi160.stdout: linux-modules-extra-4.15.0-194-generic 2024-01-16T09:29:33.283 INFO:teuthology.orchestra.run.smithi160.stdout:Use 'sudo apt autoremove' to remove them. 2024-01-16T09:29:33.326 INFO:teuthology.orchestra.run.smithi064.stdout:/tmp/tmp.aTmQPhmxN0 2024-01-16T09:29:33.326 DEBUG:teuthology.orchestra.run.smithi064:> sudo cp /boot/grub/grub.cfg /tmp/tmp.aTmQPhmxN0 2024-01-16T09:29:33.341 INFO:teuthology.orchestra.run.smithi160.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2024-01-16T09:29:33.343 DEBUG:teuthology.orchestra.run.smithi160:> dpkg -s linux-image-generic 2024-01-16T09:29:33.366 INFO:teuthology.orchestra.run.smithi160.stdout:Package: linux-image-generic 2024-01-16T09:29:33.366 INFO:teuthology.orchestra.run.smithi160.stdout:Status: install ok installed 2024-01-16T09:29:33.367 INFO:teuthology.orchestra.run.smithi160.stdout:Priority: optional 2024-01-16T09:29:33.367 INFO:teuthology.orchestra.run.smithi160.stdout:Section: kernel 2024-01-16T09:29:33.367 INFO:teuthology.orchestra.run.smithi160.stdout:Installed-Size: 18 2024-01-16T09:29:33.367 INFO:teuthology.orchestra.run.smithi160.stdout:Maintainer: Ubuntu Kernel Team 2024-01-16T09:29:33.367 INFO:teuthology.orchestra.run.smithi160.stdout:Architecture: amd64 2024-01-16T09:29:33.367 INFO:teuthology.orchestra.run.smithi160.stdout:Source: linux-meta 2024-01-16T09:29:33.367 INFO:teuthology.orchestra.run.smithi160.stdout:Version: 4.15.0.213.196 2024-01-16T09:29:33.367 INFO:teuthology.orchestra.run.smithi160.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-16T09:29:33.367 INFO:teuthology.orchestra.run.smithi160.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-16T09:29:33.367 INFO:teuthology.orchestra.run.smithi160.stdout:Recommends: thermald 2024-01-16T09:29:33.367 INFO:teuthology.orchestra.run.smithi160.stdout:Description: Generic Linux kernel image 2024-01-16T09:29:33.367 INFO:teuthology.orchestra.run.smithi160.stdout: This package will always depend on the latest generic kernel image 2024-01-16T09:29:33.367 INFO:teuthology.orchestra.run.smithi160.stdout: available. 2024-01-16T09:29:33.368 DEBUG:teuthology.orchestra.run.smithi160:> mktemp 2024-01-16T09:29:33.382 DEBUG:teuthology.orchestra.run.smithi064:> sudo chmod 0666 /tmp/tmp.aTmQPhmxN0 2024-01-16T09:29:33.416 INFO:teuthology.orchestra.run.smithi160.stdout:/tmp/tmp.XWu97HeUyj 2024-01-16T09:29:33.416 DEBUG:teuthology.orchestra.run.smithi160:> sudo cp /boot/grub/grub.cfg /tmp/tmp.XWu97HeUyj 2024-01-16T09:29:33.472 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 0666 /tmp/tmp.XWu97HeUyj 2024-01-16T09:29:33.543 DEBUG:teuthology.orchestra.remote:smithi064:/tmp/tmp.aTmQPhmxN0 is 10KB 2024-01-16T09:29:33.554 DEBUG:teuthology.orchestra.run.smithi064:> rm -fr /tmp/tmp.aTmQPhmxN0 2024-01-16T09:29:33.561 DEBUG:teuthology.orchestra.run.smithi064:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-16T09:29:33.610 DEBUG:teuthology.orchestra.remote:smithi160:/tmp/tmp.XWu97HeUyj is 10KB 2024-01-16T09:29:33.622 DEBUG:teuthology.orchestra.run.smithi160:> rm -fr /tmp/tmp.XWu97HeUyj 2024-01-16T09:29:33.626 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2024-01-16T09:29:33.626 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-16T09:29:33.626 DEBUG:teuthology.orchestra.run.smithi064:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-16T09:29:33.628 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-16T09:29:33.689 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-01-16T09:29:33.689 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-16T09:29:33.689 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-16T09:29:33.702 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2024-01-16T09:29:33.702 DEBUG:teuthology.orchestra.run.smithi064:> sudo update-grub 2024-01-16T09:29:33.766 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2024-01-16T09:29:33.766 DEBUG:teuthology.orchestra.run.smithi160:> sudo update-grub 2024-01-16T09:29:35.182 INFO:teuthology.orchestra.run.smithi064.stderr:Sourcing file `/etc/default/grub' 2024-01-16T09:29:35.187 INFO:teuthology.orchestra.run.smithi064.stderr:Generating grub configuration file ... 2024-01-16T09:29:35.205 INFO:teuthology.orchestra.run.smithi160.stderr:Sourcing file `/etc/default/grub' 2024-01-16T09:29:35.216 INFO:teuthology.orchestra.run.smithi160.stderr:Generating grub configuration file ... 2024-01-16T09:29:35.413 INFO:teuthology.orchestra.run.smithi064.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-16T09:29:35.426 INFO:teuthology.orchestra.run.smithi064.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-16T09:29:35.473 INFO:teuthology.orchestra.run.smithi160.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-16T09:29:35.484 INFO:teuthology.orchestra.run.smithi160.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-16T09:29:35.773 INFO:teuthology.orchestra.run.smithi064.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-16T09:29:35.786 INFO:teuthology.orchestra.run.smithi064.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-16T09:29:35.792 INFO:teuthology.orchestra.run.smithi160.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-16T09:29:35.803 INFO:teuthology.orchestra.run.smithi160.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-16T09:29:35.863 INFO:teuthology.orchestra.run.smithi064.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-16T09:29:35.876 INFO:teuthology.orchestra.run.smithi064.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-16T09:29:35.878 INFO:teuthology.orchestra.run.smithi160.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-16T09:29:35.891 INFO:teuthology.orchestra.run.smithi160.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-16T09:29:36.610 INFO:teuthology.orchestra.run.smithi160.stderr:done 2024-01-16T09:29:36.612 DEBUG:teuthology.orchestra.run.smithi160:> sudo shutdown -r now 2024-01-16T09:29:37.188 INFO:teuthology.orchestra.run.smithi064.stderr:done 2024-01-16T09:29:37.189 DEBUG:teuthology.orchestra.run.smithi064:> sudo shutdown -r now 2024-01-16T09:30:06.644 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-16T09:30:06.644 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-01-16T09:30:06.645 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:30:07.192 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-16T09:30:07.193 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-01-16T09:30:07.193 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:30:25.212 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-01-16T09:30:25.724 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2024-01-16T09:30:34.220 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-01-16T09:30:34.221 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:30:34.725 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-01-16T09:30:34.726 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:30:37.276 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-01-16T09:30:37.788 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2024-01-16T09:30:49.285 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-01-16T09:30:49.286 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:30:49.790 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-01-16T09:30:49.790 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:30:52.348 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-01-16T09:31:07.360 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-01-16T09:31:07.360 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:31:08.224 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2024-01-16T09:31:10.428 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-01-16T09:31:23.237 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-01-16T09:31:23.238 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:31:23.240 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2024-01-16T09:31:28.432 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-01-16T09:31:28.433 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:31:31.488 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-01-16T09:31:41.250 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-01-16T09:31:41.251 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:31:41.351 DEBUG:teuthology.orchestra.run.smithi064:> true 2024-01-16T09:31:41.657 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-01-16T09:31:41.657 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.15.0-213-generic"... 2024-01-16T09:31:41.657 DEBUG:teuthology.orchestra.run.smithi064:> uname -r 2024-01-16T09:31:41.703 INFO:teuthology.orchestra.run.smithi064.stdout:4.15.0-213-generic 2024-01-16T09:31:41.704 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2024-01-16T09:31:41.704 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-16T09:31:41.704 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-16T09:31:42.705 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-16T09:31:42.705 DEBUG:teuthology.orchestra.run.smithi064:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-16T09:31:42.734 INFO:teuthology.orchestra.run.smithi064.stdout:ttyS1 2024-01-16T09:31:42.772 DEBUG:teuthology.parallel:result is None 2024-01-16T09:31:52.489 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-01-16T09:31:52.490 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:31:55.548 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-01-16T09:32:19.549 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-01-16T09:32:19.550 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:32:38.076 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-01-16T09:33:05.077 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-01-16T09:33:05.079 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:33:08.156 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-01-16T09:33:38.157 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-01-16T09:33:38.168 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:33:41.248 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-01-16T09:34:14.249 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-01-16T09:34:14.250 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:34:17.312 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-01-16T09:34:53.313 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-01-16T09:34:53.314 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:34:56.384 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-01-16T09:35:35.385 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-01-16T09:35:35.386 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:35:38.460 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-01-16T09:36:08.461 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-01-16T09:36:08.462 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:36:11.516 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-01-16T09:36:11.516 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (14) after waiting for 300 seconds 2024-01-16T09:36:11.516 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.15.0-213-generic"... 2024-01-16T09:36:11.517 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-01-16T09:36:11.517 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:36:14.588 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-01-16T09:36:23.589 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-01-16T09:36:23.590 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:36:26.652 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-01-16T09:36:38.653 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-01-16T09:36:38.654 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:36:41.728 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-01-16T09:36:44.729 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-01-16T09:36:44.730 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:36:44.796 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-01-16T09:36:44.796 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2024-01-16T09:36:44.796 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 smithi160 2024-01-16T09:36:44.798 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 smithi160 2024-01-16T09:36:45.051 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=5b7f7d04cafb4ebb9dc312a8d4e3ac57 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 smithi160 2024-01-16T09:36:45.054 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-16T09:36:45.062 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-16T09:36:45.089 INFO:teuthology.nuke:Checking targets against current locks 2024-01-16T09:36:45.118 DEBUG:teuthology.nuke:shortname: smithi064 2024-01-16T09:36:45.119 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-16T09:36:45.139 DEBUG:teuthology.nuke:shortname: smithi160 2024-01-16T09:36:45.140 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-16T09:36:45.143 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi064.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517750', '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-16 09:18:46.703087', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2024-01-16T09:36:45.164 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi160.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517750', '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-16 09:18:46.701546', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2024-01-16T09:36:45.200 INFO:teuthology.orchestra.console.smithi064:Power off 2024-01-16T09:36:45.200 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-16T09:36:45.224 DEBUG:teuthology.orchestra.console.smithi064:power off output: Chassis Power Control: Down/Off 2024-01-16T09:36:45.224 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T09:36:45.239 INFO:teuthology.orchestra.console.smithi160:Power off 2024-01-16T09:36:45.240 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-16T09:36:45.249 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is on 2024-01-16T09:36:45.260 DEBUG:teuthology.orchestra.console.smithi160:power off output: Chassis Power Control: Down/Off 2024-01-16T09:36:45.260 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T09:36:45.283 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is on 2024-01-16T09:36:49.250 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T09:36:49.285 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T09:36:49.361 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is on 2024-01-16T09:36:49.394 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is on 2024-01-16T09:36:53.366 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T09:36:53.395 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T09:36:53.477 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is on 2024-01-16T09:36:53.507 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is off 2024-01-16T09:36:53.607 INFO:teuthology.orchestra.console.smithi160:Power off completed 2024-01-16T09:36:57.480 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T09:36:57.593 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is off 2024-01-16T09:36:57.695 INFO:teuthology.orchestra.console.smithi064:Power off completed 2024-01-16T09:36:57.799 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 smithi160 owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=5b7f7d04cafb4ebb9dc312a8d4e3ac57 status: fail success: false 2024-01-16T09:36:57.799 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-16T09:36:57.888 INFO:teuthology.run:FAIL