2023-02-14T05:37:44.577 INFO:root:teuthology version: 0.0.1.dev39+ga5875b2 2023-02-14T05:37:44.578 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description rados/rook/smoke/{0-distro/ubuntu_20.04 0-kubeadm 0-nvme-loop 1-rook 2-workload/radosbench 3-final cluster/1-node k8s/1.21 net/host rook/master} --owner scheduled_yuriw@teuthology --name yuriw-2023-02-13_21:53:12-rados-wip-yuri-testing-2023-02-06-1155-quincy-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-02-13_21:53:12-rados-wip-yuri-testing-2023-02-06-1155-quincy-distro-default-smithi/7171685 -- /home/teuthworker/archive/yuriw-2023-02-13_21:53:12-rados-wip-yuri-testing-2023-02-06-1155-quincy-distro-default-smithi/7171685/orig.config.yaml 2023-02-14T05:37:44.608 DEBUG:teuthology.report:Pushing job info to http://paddles.front.sepia.ceph.com/ 2023-02-14T05:37:44.664 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-02-13_21:53:12-rados-wip-yuri-testing-2023-02-06-1155-quincy-distro-default-smithi/7171685 branch: wip-yuri-testing-2023-02-06-1155-quincy description: rados/rook/smoke/{0-distro/ubuntu_20.04 0-kubeadm 0-nvme-loop 1-rook 2-workload/radosbench 3-final cluster/1-node k8s/1.21 net/host rook/master} email: yweinstein@radhat.com first_in_suite: false job_id: '7171685' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-02-13_21:53:12-rados-wip-yuri-testing-2023-02-06-1155-quincy-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-yuri-testing-2023-02-06-1155-quincy ceph: conf: global: osd crush chooseleaf type: 0 mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 2f82a08b6381886579fa7a740e636918f084b908 spec: mon: allowMultiplePerNode: false network: provider: host ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: 2f82a08b6381886579fa7a740e636918f084b908 kernel: hwe: true kubeadm: version: '1.21' rook: rook_image: rook/ceph:master workunit: branch: wip-yuri-testing-2023-02-06-1155-quincy sha1: 2f82a08b6381886579fa7a740e636918f084b908 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.a sha1: 2f82a08b6381886579fa7a740e636918f084b908 sleep_before_teardown: 0 suite: rados suite_branch: wip-yuri-testing-2023-02-06-1155-quincy suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_2f82a08b6381886579fa7a740e636918f084b908/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 2f82a08b6381886579fa7a740e636918f084b908 targets: smithi188.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwINnmi+N3LgR9ET61cABYBnDJDAAQE1klaPINljTOvitiIM3/5ICam+qurn41RkfyLPz4uwE1yDyHeI7QBKChMImagaJPfltOSsFsTn67ifp6uunrBJblDzycEd7/lJfdMwBn8dApfOw5SSnVdpzpaKWGNpPqshrinViULNhTz2PMAkza/R7qM6v4qqKKxQx/yVi8/Lt03nxO672k5WH/Wkz7KHX4nwyeTelksSojH9SBt4yR4WpLbMjuFX33Ag14KBWr9YQ30L5/h7VtBLQL+2c7sq3Bnll5zj8H+sIa0hOHmwR5sxs4cVs6Eb4Cblr6xTs0Q9vQefWDDYNL4qRpuj1NO+bW1xGcALK9TujCJ0/fdcMLQ0/r4QukVxSE1j6frwWwo/u8lxTTp/wbNVU14w+37ppSvzcPbOD5FNnCu4PMHgrtqp02ggncjqMYpHvxXoQ53JPn84XfXX04vWf5emRMQ76T0NvWW0jYtj7x7ex7l/iEGUGHVnaOmjLqij0= tasks: - kubeadm: null - nvme_loop: null - rook: null - rook.shell: - ceph -s - ceph orch status - ceph orch ps - ceph orch ls - ceph orch device ls - install: host.a: null - radosbench: clients: - client.a - rook.shell: commands: - 'ceph orch host label add `hostname` foo ceph orch host ls | grep foo ceph orch host label rm `hostname` foo ceph orch host ls | grep -v foo ' - exec: host.a: - "set -ex\ntoolbox() {\n kubectl -n rook-ceph exec -it deploy/rook-ceph-tools\ \ -- \"$@\"\n}\norig_num_osd=`toolbox ceph osd stat | cut -f3 -d \" \"`\ntoolbox\ \ ceph orch osd rm 0 --force\nremoved_pv=\"\"\nwhile [ \"$removed_pv\" = \"\"\ \ ]\ndo\n removed_pv=`kubectl get pv | grep Released | cut -f1 -d \" \"`\n\ \ sleep 3s\ndone\ntarget_path=`kubectl get pv $removed_pv -o jsonpath='{.spec.local.path}'`\n\ host=`echo $removed_pv | cut -f1 -d \"-\"`\ntoolbox ceph orch device zap $host\ \ $target_path --force\nzap_completion=\"0\"\nwhile [ \"$zap_completion\" =\ \ \"0\" ]\ndo\n zap_completion=`kubectl get job -n rook-ceph rook-ceph-device-zap\ \ -o jsonpath='{.status.succeeded.path}'`\n sleep 3s\ndone\nkubectl patch\ \ pv $removed_pv -p '{\"spec\":{\"claimRef\": null}}'\ntoolbox ceph orch apply\ \ osd --all-available-devices\nkubectl delete job rook-ceph-device-zap -n rook-ceph\n\ num_osd=\"0\"\nwhile [ \"$num_osd\" != \"$orig_num_osd\" ]\ndo\n echo \"\ waiting for osd to come back up\"\n num_osd=`toolbox ceph osd stat | cut\ \ -f3 -d \" \"`\n sleep 30s\ndone\n" - rook.shell: commands: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch apply rgw foo - ceph orch apply mds foo - ceph orch apply rbd-mirror - ceph orch apply nfs foo --port 12777 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: a5875b2da3506f26286d023ce2de3e75c0eb806d timestamp: 2023-02-13_21:53:12 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.21281 2023-02-14T05:37:44.665 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_2f82a08b6381886579fa7a740e636918f084b908/qa; will attempt to use it 2023-02-14T05:37:44.665 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_2f82a08b6381886579fa7a740e636918f084b908/qa/tasks 2023-02-14T05:37:44.666 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-02-14T05:37:44.667 INFO:teuthology.task.internal:Checking packages... 2023-02-14T05:37:44.696 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '2f82a08b6381886579fa7a740e636918f084b908' 2023-02-14T05:37:44.696 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-02-14T05:37:44.697 INFO:teuthology.packaging:ref: None 2023-02-14T05:37:44.697 INFO:teuthology.packaging:tag: None 2023-02-14T05:37:44.697 INFO:teuthology.packaging:branch: wip-yuri-testing-2023-02-06-1155-quincy 2023-02-14T05:37:44.697 INFO:teuthology.packaging:sha1: 2f82a08b6381886579fa7a740e636918f084b908 2023-02-14T05:37:44.698 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri-testing-2023-02-06-1155-quincy 2023-02-14T05:37:44.850 INFO:teuthology.task.internal:Found packages for ceph version 17.2.5-769-g2f82a08b-1focal 2023-02-14T05:37:44.850 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-02-14T05:37:44.859 INFO:teuthology.task.internal:no buildpackages task found 2023-02-14T05:37:44.860 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-02-14T05:37:44.866 INFO:teuthology.task.internal:Saving configuration 2023-02-14T05:37:44.878 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-02-14T05:37:44.884 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-02-14T05:37:44.907 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi188.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-02-13_21:53:12-rados-wip-yuri-testing-2023-02-06-1155-quincy-distro-default-smithi/7171685', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-02-14 05:31:37.385351', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-02-14T05:37:44.908 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-02-14T05:37:44.914 INFO:teuthology.task.internal:roles: ubuntu@smithi188.front.sepia.ceph.com - ['host.a', 'client.a'] 2023-02-14T05:37:44.914 INFO:teuthology.run_tasks:Running task console_log... 2023-02-14T05:37:44.962 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f0b87a4d5e0>, signals=[15]) 2023-02-14T05:37:44.963 INFO:teuthology.run_tasks:Running task internal.connect... 2023-02-14T05:37:44.970 INFO:teuthology.task.internal:Opening connections... 2023-02-14T05:37:44.970 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi188.front.sepia.ceph.com 2023-02-14T05:37:44.972 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-02-14T05:37:45.025 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-02-14T05:37:45.033 DEBUG:teuthology.orchestra.run.smithi188:> uname -m 2023-02-14T05:37:45.147 INFO:teuthology.orchestra.run.smithi188.stdout:x86_64 2023-02-14T05:37:45.148 DEBUG:teuthology.orchestra.run.smithi188:> cat /etc/os-release 2023-02-14T05:37:45.154 INFO:teuthology.orchestra.run.smithi188.stdout:NAME="Ubuntu" 2023-02-14T05:37:45.155 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-02-14T05:37:45.155 INFO:teuthology.orchestra.run.smithi188.stdout:ID=ubuntu 2023-02-14T05:37:45.155 INFO:teuthology.orchestra.run.smithi188.stdout:ID_LIKE=debian 2023-02-14T05:37:45.155 INFO:teuthology.orchestra.run.smithi188.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-02-14T05:37:45.155 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION_ID="20.04" 2023-02-14T05:37:45.155 INFO:teuthology.orchestra.run.smithi188.stdout:HOME_URL="https://www.ubuntu.com/" 2023-02-14T05:37:45.155 INFO:teuthology.orchestra.run.smithi188.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-02-14T05:37:45.156 INFO:teuthology.orchestra.run.smithi188.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-02-14T05:37:45.156 INFO:teuthology.orchestra.run.smithi188.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-02-14T05:37:45.156 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION_CODENAME=focal 2023-02-14T05:37:45.156 INFO:teuthology.orchestra.run.smithi188.stdout:UBUNTU_CODENAME=focal 2023-02-14T05:37:45.157 INFO:teuthology.lock.ops:Updating smithi188.front.sepia.ceph.com on lock server 2023-02-14T05:37:45.177 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-02-14T05:37:45.189 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-02-14T05:37:45.196 INFO:teuthology.task.internal:Checking for old test directory... 2023-02-14T05:37:45.196 DEBUG:teuthology.orchestra.run.smithi188:> test '!' -e /home/ubuntu/cephtest 2023-02-14T05:37:45.202 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-02-14T05:37:45.311 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-02-14T05:37:45.311 DEBUG:teuthology.orchestra.run.smithi188:> test -z $(ls -A /var/lib/ceph) 2023-02-14T05:37:45.330 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-02-14T05:37:45.367 INFO:teuthology.run_tasks:Running task kernel... 2023-02-14T05:37:45.389 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-02-14T05:37:45.390 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-02-14T05:37:45.390 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.a': {'hwe': True}} 2023-02-14T05:37:45.390 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2023-02-14T05:37:45.391 DEBUG:teuthology.orchestra.run.smithi188:> test -f /run/.containerenv -o -f /.dockerenv 2023-02-14T05:37:45.396 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-02-14T05:37:45.397 DEBUG:teuthology.orchestra.run.smithi188:> uname -r 2023-02-14T05:37:45.403 INFO:teuthology.orchestra.run.smithi188.stdout:5.4.0-124-generic 2023-02-14T05:37:45.403 INFO:teuthology.task.kernel:Running kernel on smithi188: 5.4.0-124-generic 2023-02-14T05:37:45.404 DEBUG:teuthology.orchestra.run.smithi188:> sudo apt-get clean 2023-02-14T05:37:45.503 DEBUG:teuthology.orchestra.run.smithi188:> sudo apt-get update 2023-02-14T05:37:45.638 INFO:teuthology.orchestra.run.smithi188.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-02-14T05:37:45.776 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-02-14T05:37:45.857 INFO:teuthology.orchestra.run.smithi188.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-02-14T05:37:45.939 INFO:teuthology.orchestra.run.smithi188.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [556 kB] 2023-02-14T05:37:46.019 INFO:teuthology.orchestra.run.smithi188.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1,993 kB] 2023-02-14T05:37:46.056 INFO:teuthology.orchestra.run.smithi188.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [326 kB] 2023-02-14T05:37:46.068 INFO:teuthology.orchestra.run.smithi188.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [12.2 kB] 2023-02-14T05:37:46.068 INFO:teuthology.orchestra.run.smithi188.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [29.1 kB] 2023-02-14T05:37:46.068 INFO:teuthology.orchestra.run.smithi188.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [1,495 kB] 2023-02-14T05:37:46.070 INFO:teuthology.orchestra.run.smithi188.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [211 kB] 2023-02-14T05:37:46.072 INFO:teuthology.orchestra.run.smithi188.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [624 B] 2023-02-14T05:37:46.072 INFO:teuthology.orchestra.run.smithi188.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [795 kB] 2023-02-14T05:37:46.078 INFO:teuthology.orchestra.run.smithi188.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [579 kB] 2023-02-14T05:37:46.116 INFO:teuthology.orchestra.run.smithi188.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [154 kB] 2023-02-14T05:37:46.194 INFO:teuthology.orchestra.run.smithi188.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-02-14T05:37:46.196 INFO:teuthology.orchestra.run.smithi188.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [17.0 kB] 2023-02-14T05:37:46.197 INFO:teuthology.orchestra.run.smithi188.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [22.9 kB] 2023-02-14T05:37:46.199 INFO:teuthology.orchestra.run.smithi188.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,488 B] 2023-02-14T05:37:46.199 INFO:teuthology.orchestra.run.smithi188.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [528 B] 2023-02-14T05:37:46.333 INFO:teuthology.orchestra.run.smithi188.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [786 kB] 2023-02-14T05:37:46.558 INFO:teuthology.orchestra.run.smithi188.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,380 kB] 2023-02-14T05:37:46.728 INFO:teuthology.orchestra.run.smithi188.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [409 kB] 2023-02-14T05:37:46.754 INFO:teuthology.orchestra.run.smithi188.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [16.3 kB] 2023-02-14T05:37:46.755 INFO:teuthology.orchestra.run.smithi188.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [1,607 kB] 2023-02-14T05:37:46.814 INFO:teuthology.orchestra.run.smithi188.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [30.4 kB] 2023-02-14T05:37:46.815 INFO:teuthology.orchestra.run.smithi188.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [226 kB] 2023-02-14T05:37:46.821 INFO:teuthology.orchestra.run.smithi188.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [620 B] 2023-02-14T05:37:46.982 INFO:teuthology.orchestra.run.smithi188.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [710 kB] 2023-02-14T05:37:47.549 INFO:teuthology.orchestra.run.smithi188.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,024 kB] 2023-02-14T05:37:47.654 INFO:teuthology.orchestra.run.smithi188.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [237 kB] 2023-02-14T05:37:47.673 INFO:teuthology.orchestra.run.smithi188.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [23.6 kB] 2023-02-14T05:37:47.674 INFO:teuthology.orchestra.run.smithi188.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.2 kB] 2023-02-14T05:37:47.676 INFO:teuthology.orchestra.run.smithi188.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,408 B] 2023-02-14T05:37:47.677 INFO:teuthology.orchestra.run.smithi188.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [604 B] 2023-02-14T05:37:47.677 INFO:teuthology.orchestra.run.smithi188.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [24.9 kB] 2023-02-14T05:37:47.678 INFO:teuthology.orchestra.run.smithi188.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-02-14T05:37:47.680 INFO:teuthology.orchestra.run.smithi188.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-02-14T05:37:49.903 INFO:teuthology.orchestra.run.smithi188.stdout:Fetched 14.1 MB in 2s (6,285 kB/s) 2023-02-14T05:37:51.233 INFO:teuthology.orchestra.run.smithi188.stdout:Reading package lists... 2023-02-14T05:37:51.259 DEBUG:teuthology.orchestra.run.smithi188:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-02-14T05:37:51.326 INFO:teuthology.orchestra.run.smithi188.stdout:Reading package lists... 2023-02-14T05:37:51.510 INFO:teuthology.orchestra.run.smithi188.stdout:Building dependency tree... 2023-02-14T05:37:51.511 INFO:teuthology.orchestra.run.smithi188.stdout:Reading state information... 2023-02-14T05:37:51.664 INFO:teuthology.orchestra.run.smithi188.stdout:The following additional packages will be installed: 2023-02-14T05:37:51.665 INFO:teuthology.orchestra.run.smithi188.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-02-14T05:37:51.665 INFO:teuthology.orchestra.run.smithi188.stdout: libusbmuxd6 linux-image-5.15.0-60-generic linux-modules-5.15.0-60-generic 2023-02-14T05:37:51.666 INFO:teuthology.orchestra.run.smithi188.stdout: linux-modules-extra-5.15.0-60-generic thermald upower usbmuxd 2023-02-14T05:37:51.666 INFO:teuthology.orchestra.run.smithi188.stdout:Suggested packages: 2023-02-14T05:37:51.666 INFO:teuthology.orchestra.run.smithi188.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-02-14T05:37:51.666 INFO:teuthology.orchestra.run.smithi188.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-60-generic 2023-02-14T05:37:51.716 INFO:teuthology.orchestra.run.smithi188.stdout:The following NEW packages will be installed: 2023-02-14T05:37:51.717 INFO:teuthology.orchestra.run.smithi188.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-02-14T05:37:51.717 INFO:teuthology.orchestra.run.smithi188.stdout: libusbmuxd6 linux-image-5.15.0-60-generic linux-image-generic-hwe-20.04 2023-02-14T05:37:51.717 INFO:teuthology.orchestra.run.smithi188.stdout: linux-modules-5.15.0-60-generic linux-modules-extra-5.15.0-60-generic 2023-02-14T05:37:51.718 INFO:teuthology.orchestra.run.smithi188.stdout: thermald upower usbmuxd 2023-02-14T05:37:51.770 INFO:teuthology.orchestra.run.smithi188.stdout:0 upgraded, 13 newly installed, 0 to remove and 154 not upgraded. 2023-02-14T05:37:51.770 INFO:teuthology.orchestra.run.smithi188.stdout:Need to get 90.3 MB of archives. 2023-02-14T05:37:51.770 INFO:teuthology.orchestra.run.smithi188.stdout:After this operation, 485 MB of additional disk space will be used. 2023-02-14T05:37:51.771 INFO:teuthology.orchestra.run.smithi188.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-02-14T05:37:51.827 INFO:teuthology.orchestra.run.smithi188.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-02-14T05:37:51.833 INFO:teuthology.orchestra.run.smithi188.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-02-14T05:37:51.837 INFO:teuthology.orchestra.run.smithi188.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-02-14T05:37:51.852 INFO:teuthology.orchestra.run.smithi188.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-02-14T05:37:51.859 INFO:teuthology.orchestra.run.smithi188.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-60-generic amd64 5.15.0-60.66~20.04.1 [20.6 MB] 2023-02-14T05:37:52.152 INFO:teuthology.orchestra.run.smithi188.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-60-generic amd64 5.15.0-60.66~20.04.1 [11.3 MB] 2023-02-14T05:37:52.251 INFO:teuthology.orchestra.run.smithi188.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-60-generic amd64 5.15.0-60.66~20.04.1 [57.9 MB] 2023-02-14T05:37:52.929 INFO:teuthology.orchestra.run.smithi188.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.60.66~20.04.26 [2,828 B] 2023-02-14T05:37:53.008 INFO:teuthology.orchestra.run.smithi188.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-02-14T05:37:53.009 INFO:teuthology.orchestra.run.smithi188.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-02-14T05:37:53.049 INFO:teuthology.orchestra.run.smithi188.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-02-14T05:37:53.121 INFO:teuthology.orchestra.run.smithi188.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-02-14T05:37:53.761 INFO:teuthology.orchestra.run.smithi188.stdout:Fetched 90.3 MB in 1s (64.4 MB/s) 2023-02-14T05:37:53.967 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-02-14T05:37:55.688 INFO:teuthology.orchestra.run.smithi188.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 ... 104373 files and directories currently installed.) 2023-02-14T05:37:55.693 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-02-14T05:37:55.814 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-02-14T05:37:56.184 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libplist3:amd64. 2023-02-14T05:37:56.197 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-02-14T05:37:56.234 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-02-14T05:37:56.562 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-02-14T05:37:56.574 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-02-14T05:37:56.611 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-02-14T05:37:56.890 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-02-14T05:37:56.902 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-02-14T05:37:56.931 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-02-14T05:37:57.259 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-02-14T05:37:57.274 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-02-14T05:37:57.317 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-02-14T05:37:57.637 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package linux-modules-5.15.0-60-generic. 2023-02-14T05:37:57.651 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../05-linux-modules-5.15.0-60-generic_5.15.0-60.66~20.04.1_amd64.deb ... 2023-02-14T05:37:57.695 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-modules-5.15.0-60-generic (5.15.0-60.66~20.04.1) ... 2023-02-14T05:38:00.154 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package linux-image-5.15.0-60-generic. 2023-02-14T05:38:00.168 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../06-linux-image-5.15.0-60-generic_5.15.0-60.66~20.04.1_amd64.deb ... 2023-02-14T05:38:00.297 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-image-5.15.0-60-generic (5.15.0-60.66~20.04.1) ... 2023-02-14T05:38:00.815 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-60-generic. 2023-02-14T05:38:00.828 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-60-generic_5.15.0-60.66~20.04.1_amd64.deb ... 2023-02-14T05:38:00.873 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-modules-extra-5.15.0-60-generic (5.15.0-60.66~20.04.1) ... 2023-02-14T05:38:07.683 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-02-14T05:38:07.701 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.60.66~20.04.26_amd64.deb ... 2023-02-14T05:38:07.741 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.60.66~20.04.26) ... 2023-02-14T05:38:08.060 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libevdev2:amd64. 2023-02-14T05:38:08.077 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-02-14T05:38:08.118 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-02-14T05:38:08.753 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package thermald. 2023-02-14T05:38:08.766 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-02-14T05:38:08.921 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-02-14T05:38:09.451 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package upower. 2023-02-14T05:38:09.465 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-02-14T05:38:09.529 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking upower (0.99.11-1build2) ... 2023-02-14T05:38:09.956 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package usbmuxd. 2023-02-14T05:38:09.971 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-02-14T05:38:10.022 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-02-14T05:38:10.321 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-02-14T05:38:10.444 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-02-14T05:38:10.553 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-02-14T05:38:10.679 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-02-14T05:38:10.780 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-02-14T05:38:10.898 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-02-14T05:38:11.024 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up upower (0.99.11-1build2) ... 2023-02-14T05:38:11.558 INFO:teuthology.orchestra.run.smithi188.stdout:upower.service is a disabled or a static unit, not starting it. 2023-02-14T05:38:11.636 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-02-14T05:38:11.812 INFO:teuthology.orchestra.run.smithi188.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-02-14T05:38:11.821 INFO:teuthology.orchestra.run.smithi188.stdout:Adding system user `usbmux' (UID 114) ... 2023-02-14T05:38:11.821 INFO:teuthology.orchestra.run.smithi188.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-02-14T05:38:12.304 INFO:teuthology.orchestra.run.smithi188.stdout:Not creating home directory `/var/lib/usbmux'. 2023-02-14T05:38:12.515 INFO:teuthology.orchestra.run.smithi188.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-02-14T05:38:12.559 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-02-14T05:38:12.883 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-02-14T05:38:12.883 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-02-14T05:38:13.363 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-image-5.15.0-60-generic (5.15.0-60.66~20.04.1) ... 2023-02-14T05:38:14.691 INFO:teuthology.orchestra.run.smithi188.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-60-generic 2023-02-14T05:38:14.692 INFO:teuthology.orchestra.run.smithi188.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-60-generic 2023-02-14T05:38:14.866 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-modules-5.15.0-60-generic (5.15.0-60.66~20.04.1) ... 2023-02-14T05:38:16.259 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-modules-extra-5.15.0-60-generic (5.15.0-60.66~20.04.1) ... 2023-02-14T05:38:17.660 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.60.66~20.04.26) ... 2023-02-14T05:38:17.794 INFO:teuthology.orchestra.run.smithi188.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-02-14T05:38:18.050 INFO:teuthology.orchestra.run.smithi188.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-02-14T05:38:18.828 INFO:teuthology.orchestra.run.smithi188.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-02-14T05:38:19.087 INFO:teuthology.orchestra.run.smithi188.stdout:Processing triggers for linux-image-5.15.0-60-generic (5.15.0-60.66~20.04.1) ... 2023-02-14T05:38:19.747 INFO:teuthology.orchestra.run.smithi188.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-02-14T05:38:19.747 INFO:teuthology.orchestra.run.smithi188.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-60-generic 2023-02-14T05:38:44.819 INFO:teuthology.orchestra.run.smithi188.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-02-14T05:38:44.820 INFO:teuthology.orchestra.run.smithi188.stdout:Sourcing file `/etc/default/grub' 2023-02-14T05:38:44.832 INFO:teuthology.orchestra.run.smithi188.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-02-14T05:38:44.846 INFO:teuthology.orchestra.run.smithi188.stdout:Generating grub configuration file ... 2023-02-14T05:38:45.152 INFO:teuthology.orchestra.run.smithi188.stdout:Found linux image: /boot/vmlinuz-5.15.0-60-generic 2023-02-14T05:38:45.170 INFO:teuthology.orchestra.run.smithi188.stdout:Found initrd image: /boot/initrd.img-5.15.0-60-generic 2023-02-14T05:38:45.565 INFO:teuthology.orchestra.run.smithi188.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-02-14T05:38:45.577 INFO:teuthology.orchestra.run.smithi188.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-02-14T05:38:47.371 INFO:teuthology.orchestra.run.smithi188.stdout:done 2023-02-14T05:38:47.823 DEBUG:teuthology.orchestra.run.smithi188:> dpkg -s linux-image-generic-hwe-20.04 2023-02-14T05:38:47.880 INFO:teuthology.orchestra.run.smithi188.stdout:Package: linux-image-generic-hwe-20.04 2023-02-14T05:38:47.880 INFO:teuthology.orchestra.run.smithi188.stdout:Status: install ok installed 2023-02-14T05:38:47.880 INFO:teuthology.orchestra.run.smithi188.stdout:Priority: optional 2023-02-14T05:38:47.880 INFO:teuthology.orchestra.run.smithi188.stdout:Section: kernel 2023-02-14T05:38:47.880 INFO:teuthology.orchestra.run.smithi188.stdout:Installed-Size: 20 2023-02-14T05:38:47.881 INFO:teuthology.orchestra.run.smithi188.stdout:Maintainer: Ubuntu Kernel Team 2023-02-14T05:38:47.881 INFO:teuthology.orchestra.run.smithi188.stdout:Architecture: amd64 2023-02-14T05:38:47.881 INFO:teuthology.orchestra.run.smithi188.stdout:Source: linux-meta-hwe-5.15 2023-02-14T05:38:47.881 INFO:teuthology.orchestra.run.smithi188.stdout:Version: 5.15.0.60.66~20.04.26 2023-02-14T05:38:47.881 INFO:teuthology.orchestra.run.smithi188.stdout:Provides: spl-modules (= 2.1.4-0ubuntu0.1), v4l2loopback-modules (= 0.12.5-1ubuntu5), virtualbox-guest-modules (= 5.15.0-60), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.4-0ubuntu0.1) 2023-02-14T05:38:47.881 INFO:teuthology.orchestra.run.smithi188.stdout:Depends: linux-image-5.15.0-60-generic, linux-modules-extra-5.15.0-60-generic, linux-firmware, intel-microcode, amd64-microcode 2023-02-14T05:38:47.882 INFO:teuthology.orchestra.run.smithi188.stdout:Recommends: thermald 2023-02-14T05:38:47.882 INFO:teuthology.orchestra.run.smithi188.stdout:Description: Generic Linux kernel image 2023-02-14T05:38:47.882 INFO:teuthology.orchestra.run.smithi188.stdout: This package will always depend on the latest generic kernel image 2023-02-14T05:38:47.882 INFO:teuthology.orchestra.run.smithi188.stdout: available. 2023-02-14T05:38:47.882 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-60-generic 2023-02-14T05:38:47.882 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-02-14T05:38:47.883 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-02-14T05:38:47.883 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-02-14T05:38:47.883 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi188.front.sepia.ceph.com, path=None, version=distro) 2023-02-14T05:38:47.883 DEBUG:teuthology.orchestra.run.smithi188:> sudo apt-get clean 2023-02-14T05:38:47.962 DEBUG:teuthology.orchestra.run.smithi188:> sudo apt-get update 2023-02-14T05:38:48.113 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-02-14T05:38:48.119 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-02-14T05:38:48.136 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-02-14T05:38:48.229 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-02-14T05:38:49.759 INFO:teuthology.orchestra.run.smithi188.stdout:Reading package lists... 2023-02-14T05:38:49.784 DEBUG:teuthology.orchestra.run.smithi188:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-02-14T05:38:49.857 INFO:teuthology.orchestra.run.smithi188.stdout:Reading package lists... 2023-02-14T05:38:50.044 INFO:teuthology.orchestra.run.smithi188.stdout:Building dependency tree... 2023-02-14T05:38:50.044 INFO:teuthology.orchestra.run.smithi188.stdout:Reading state information... 2023-02-14T05:38:50.239 INFO:teuthology.orchestra.run.smithi188.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.60.66~20.04.26). 2023-02-14T05:38:50.239 INFO:teuthology.orchestra.run.smithi188.stdout:0 upgraded, 0 newly installed, 0 to remove and 154 not upgraded. 2023-02-14T05:38:50.241 DEBUG:teuthology.orchestra.run.smithi188:> dpkg -s linux-image-generic-hwe-20.04 2023-02-14T05:38:50.261 INFO:teuthology.orchestra.run.smithi188.stdout:Package: linux-image-generic-hwe-20.04 2023-02-14T05:38:50.261 INFO:teuthology.orchestra.run.smithi188.stdout:Status: install ok installed 2023-02-14T05:38:50.262 INFO:teuthology.orchestra.run.smithi188.stdout:Priority: optional 2023-02-14T05:38:50.262 INFO:teuthology.orchestra.run.smithi188.stdout:Section: kernel 2023-02-14T05:38:50.262 INFO:teuthology.orchestra.run.smithi188.stdout:Installed-Size: 20 2023-02-14T05:38:50.262 INFO:teuthology.orchestra.run.smithi188.stdout:Maintainer: Ubuntu Kernel Team 2023-02-14T05:38:50.262 INFO:teuthology.orchestra.run.smithi188.stdout:Architecture: amd64 2023-02-14T05:38:50.262 INFO:teuthology.orchestra.run.smithi188.stdout:Source: linux-meta-hwe-5.15 2023-02-14T05:38:50.262 INFO:teuthology.orchestra.run.smithi188.stdout:Version: 5.15.0.60.66~20.04.26 2023-02-14T05:38:50.263 INFO:teuthology.orchestra.run.smithi188.stdout:Provides: spl-modules (= 2.1.4-0ubuntu0.1), v4l2loopback-modules (= 0.12.5-1ubuntu5), virtualbox-guest-modules (= 5.15.0-60), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.4-0ubuntu0.1) 2023-02-14T05:38:50.263 INFO:teuthology.orchestra.run.smithi188.stdout:Depends: linux-image-5.15.0-60-generic, linux-modules-extra-5.15.0-60-generic, linux-firmware, intel-microcode, amd64-microcode 2023-02-14T05:38:50.263 INFO:teuthology.orchestra.run.smithi188.stdout:Recommends: thermald 2023-02-14T05:38:50.263 INFO:teuthology.orchestra.run.smithi188.stdout:Description: Generic Linux kernel image 2023-02-14T05:38:50.263 INFO:teuthology.orchestra.run.smithi188.stdout: This package will always depend on the latest generic kernel image 2023-02-14T05:38:50.263 INFO:teuthology.orchestra.run.smithi188.stdout: available. 2023-02-14T05:38:50.264 DEBUG:teuthology.orchestra.run.smithi188:> mktemp 2023-02-14T05:38:50.308 INFO:teuthology.orchestra.run.smithi188.stdout:/tmp/tmp.c2rIZDQ2LJ 2023-02-14T05:38:50.309 DEBUG:teuthology.orchestra.run.smithi188:> sudo cp /boot/grub/grub.cfg /tmp/tmp.c2rIZDQ2LJ 2023-02-14T05:38:50.334 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod 0666 /tmp/tmp.c2rIZDQ2LJ 2023-02-14T05:38:50.374 DEBUG:teuthology.orchestra.remote:smithi188:/tmp/tmp.c2rIZDQ2LJ is 9KB 2023-02-14T05:38:50.390 DEBUG:teuthology.orchestra.run.smithi188:> rm -fr /tmp/tmp.c2rIZDQ2LJ 2023-02-14T05:38:50.396 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-02-14T05:38:50.454 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-02-14T05:38:50.454 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-02-14T05:38:50.455 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-02-14T05:38:50.488 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-60-generic 2023-02-14T05:38:50.489 DEBUG:teuthology.orchestra.run.smithi188:> sudo update-grub 2023-02-14T05:38:51.774 INFO:teuthology.orchestra.run.smithi188.stderr:Sourcing file `/etc/default/grub' 2023-02-14T05:38:51.780 INFO:teuthology.orchestra.run.smithi188.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-02-14T05:38:51.792 INFO:teuthology.orchestra.run.smithi188.stderr:Generating grub configuration file ... 2023-02-14T05:38:52.092 INFO:teuthology.orchestra.run.smithi188.stderr:Found linux image: /boot/vmlinuz-5.15.0-60-generic 2023-02-14T05:38:52.104 INFO:teuthology.orchestra.run.smithi188.stderr:Found initrd image: /boot/initrd.img-5.15.0-60-generic 2023-02-14T05:38:52.516 INFO:teuthology.orchestra.run.smithi188.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-02-14T05:38:52.527 INFO:teuthology.orchestra.run.smithi188.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-02-14T05:38:53.277 INFO:teuthology.orchestra.run.smithi188.stderr:done 2023-02-14T05:38:53.279 DEBUG:teuthology.orchestra.run.smithi188:> sudo shutdown -r now 2023-02-14T05:39:23.353 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-02-14T05:39:23.353 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2023-02-14T05:39:23.354 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-02-14T05:39:57.829 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.188 2023-02-14T05:40:27.857 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2023-02-14T05:40:27.858 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-02-14T05:40:35.350 DEBUG:teuthology.orchestra.remote:No existing session 2023-02-14T05:41:05.381 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2023-02-14T05:41:05.382 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-02-14T05:41:05.475 DEBUG:teuthology.orchestra.run.smithi188:> true 2023-02-14T05:41:06.135 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi188.front.sepia.ceph.com' 2023-02-14T05:41:06.135 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-60-generic"... 2023-02-14T05:41:06.135 DEBUG:teuthology.orchestra.run.smithi188:> uname -r 2023-02-14T05:41:06.183 INFO:teuthology.orchestra.run.smithi188.stdout:5.15.0-60-generic 2023-02-14T05:41:06.183 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-60-generic vs 5.15.0-60-generic 2023-02-14T05:41:06.183 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-02-14T05:41:06.183 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-02-14T05:41:07.184 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-02-14T05:41:07.184 DEBUG:teuthology.orchestra.run.smithi188:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-02-14T05:41:07.268 INFO:teuthology.orchestra.run.smithi188.stdout:ttyS1 2023-02-14T05:41:07.296 DEBUG:teuthology.parallel:result is None 2023-02-14T05:41:07.297 INFO:teuthology.run_tasks:Running task internal.base... 2023-02-14T05:41:07.306 INFO:teuthology.task.internal:Creating test directory... 2023-02-14T05:41:07.307 DEBUG:teuthology.orchestra.run.smithi188:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-02-14T05:41:07.315 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-02-14T05:41:07.323 INFO:teuthology.run_tasks:Running task internal.archive... 2023-02-14T05:41:07.335 INFO:teuthology.task.internal:Creating archive directory... 2023-02-14T05:41:07.336 DEBUG:teuthology.orchestra.run.smithi188:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-02-14T05:41:07.379 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-02-14T05:41:07.387 INFO:teuthology.task.internal:Enabling coredump saving... 2023-02-14T05:41:07.387 DEBUG:teuthology.orchestra.run.smithi188:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-02-14T05:41:07.434 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-02-14T05:41:07.440 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-02-14T05:41:07.441 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-02-14T05:41:07.448 INFO:teuthology.task.internal:Configuring sudo... 2023-02-14T05:41:07.449 DEBUG:teuthology.orchestra.run.smithi188:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-02-14T05:41:07.498 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-02-14T05:41:07.514 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-02-14T05:41:07.514 DEBUG:teuthology.orchestra.run.smithi188:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-02-14T05:41:07.547 DEBUG:teuthology.orchestra.run.smithi188:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-02-14T05:41:07.596 DEBUG:teuthology.orchestra.run.smithi188:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-02-14T05:41:07.645 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-02-14T05:41:07.645 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-02-14T05:41:07.714 DEBUG:teuthology.orchestra.run.smithi188:> sudo service rsyslog restart 2023-02-14T05:41:07.798 INFO:teuthology.run_tasks:Running task internal.timer... 2023-02-14T05:41:07.811 INFO:teuthology.task.internal:Starting timer... 2023-02-14T05:41:07.811 INFO:teuthology.run_tasks:Running task pcp... 2023-02-14T05:41:07.821 INFO:teuthology.run_tasks:Running task selinux... 2023-02-14T05:41:07.829 DEBUG:teuthology.task.selinux:Excluding smithi188: OS 'ubuntu' does not support SELinux 2023-02-14T05:41:07.830 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-02-14T05:41:07.830 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-02-14T05:41:07.830 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-02-14T05:41:07.830 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-02-14T05:41:07.838 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-02-14T05:41:07.838 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-02-14T05:41:07.858 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-02-14T05:41:07.859 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi188.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-02-14T05:46:17.900 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi188.front.sepia.ceph.com')] 2023-02-14T05:46:17.902 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2023-02-14T05:46:17.904 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-02-14T05:46:17.992 DEBUG:teuthology.orchestra.run.smithi188:> true 2023-02-14T05:46:18.114 INFO:teuthology.run_tasks:Running task clock... 2023-02-14T05:46:18.128 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-02-14T05:46:18.128 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-02-14T05:46:18.129 DEBUG:teuthology.orchestra.run.smithi188:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-02-14T05:46:18.191 INFO:teuthology.orchestra.run.smithi188.stdout:14 Feb 05:46:18 ntpd[19890]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-02-14T05:46:18.191 INFO:teuthology.orchestra.run.smithi188.stdout:14 Feb 05:46:18 ntpd[19890]: Command line: ntpd -gq 2023-02-14T05:46:18.192 INFO:teuthology.orchestra.run.smithi188.stdout:14 Feb 05:46:18 ntpd[19890]: proto: precision = 0.082 usec (-23) 2023-02-14T05:46:18.192 INFO:teuthology.orchestra.run.smithi188.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-02-14T05:46:18.193 INFO:teuthology.orchestra.run.smithi188.stdout:14 Feb 05:46:18 ntpd[19890]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-02-14T05:46:18.193 INFO:teuthology.orchestra.run.smithi188.stderr:restrict ::: KOD does nothing without LIMITED. 2023-02-14T05:46:18.194 INFO:teuthology.orchestra.run.smithi188.stdout:14 Feb 05:46:18 ntpd[19890]: restrict ::: KOD does nothing without LIMITED. 2023-02-14T05:46:18.194 INFO:teuthology.orchestra.run.smithi188.stdout:14 Feb 05:46:18 ntpd[19890]: Listen and drop on 0 v6wildcard [::]:123 2023-02-14T05:46:18.194 INFO:teuthology.orchestra.run.smithi188.stdout:14 Feb 05:46:18 ntpd[19890]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-02-14T05:46:18.194 INFO:teuthology.orchestra.run.smithi188.stdout:14 Feb 05:46:18 ntpd[19890]: Listen normally on 2 lo 127.0.0.1:123 2023-02-14T05:46:18.194 INFO:teuthology.orchestra.run.smithi188.stdout:14 Feb 05:46:18 ntpd[19890]: Listen normally on 3 enp3s0f1 172.21.15.188:123 2023-02-14T05:46:18.195 INFO:teuthology.orchestra.run.smithi188.stdout:14 Feb 05:46:18 ntpd[19890]: Listen normally on 4 lo [::1]:123 2023-02-14T05:46:18.195 INFO:teuthology.orchestra.run.smithi188.stdout:14 Feb 05:46:18 ntpd[19890]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8039%5]:123 2023-02-14T05:46:18.195 INFO:teuthology.orchestra.run.smithi188.stdout:14 Feb 05:46:18 ntpd[19890]: Listening on routing socket on fd #22 for interface updates 2023-02-14T05:46:19.192 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:19 ntpd[19890]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-02-14T05:46:19.193 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:19 ntpd[19890]: can't open /var/log/ntpstats/rawstats.20230214: Permission denied 2023-02-14T05:46:19.193 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:19 ntpd[19890]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-02-14T05:46:19.193 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:19 ntpd[19890]: can't open /var/log/ntpstats/rawstats.20230214: Permission denied 2023-02-14T05:46:19.193 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:19 ntpd[19890]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-02-14T05:46:19.193 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:19 ntpd[19890]: can't open /var/log/ntpstats/rawstats.20230214: Permission denied 2023-02-14T05:46:19.193 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:19 ntpd[19890]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-02-14T05:46:19.194 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:19 ntpd[19890]: can't open /var/log/ntpstats/rawstats.20230214: Permission denied 2023-02-14T05:46:19.194 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:19 ntpd[19890]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-02-14T05:46:19.194 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:19 ntpd[19890]: can't open /var/log/ntpstats/peerstats.20230214: Permission denied 2023-02-14T05:46:19.194 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:19 ntpd[19890]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-02-14T05:46:19.194 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:19 ntpd[19890]: can't open /var/log/ntpstats/rawstats.20230214: Permission denied 2023-02-14T05:46:19.194 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:19 ntpd[19890]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-02-14T05:46:19.194 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:19 ntpd[19890]: can't open /var/log/ntpstats/peerstats.20230214: Permission denied 2023-02-14T05:46:21.196 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:21 ntpd[19890]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-02-14T05:46:21.196 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:21 ntpd[19890]: can't open /var/log/ntpstats/rawstats.20230214: Permission denied 2023-02-14T05:46:21.196 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:21 ntpd[19890]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-02-14T05:46:21.196 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:21 ntpd[19890]: can't open /var/log/ntpstats/rawstats.20230214: Permission denied 2023-02-14T05:46:21.197 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:21 ntpd[19890]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-02-14T05:46:21.197 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:21 ntpd[19890]: can't open /var/log/ntpstats/rawstats.20230214: Permission denied 2023-02-14T05:46:21.197 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:21 ntpd[19890]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-02-14T05:46:21.198 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:21 ntpd[19890]: can't open /var/log/ntpstats/peerstats.20230214: Permission denied 2023-02-14T05:46:21.198 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:21 ntpd[19890]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-02-14T05:46:21.198 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:21 ntpd[19890]: can't open /var/log/ntpstats/rawstats.20230214: Permission denied 2023-02-14T05:46:21.198 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:21 ntpd[19890]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-02-14T05:46:21.199 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:21 ntpd[19890]: can't open /var/log/ntpstats/peerstats.20230214: Permission denied 2023-02-14T05:46:22.192 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:22 ntpd[19890]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-02-14T05:46:22.192 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:22 ntpd[19890]: can't open /var/log/ntpstats/rawstats.20230214: Permission denied 2023-02-14T05:46:22.192 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:22 ntpd[19890]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-02-14T05:46:22.192 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:22 ntpd[19890]: can't open /var/log/ntpstats/rawstats.20230214: Permission denied 2023-02-14T05:46:22.192 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:22 ntpd[19890]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-02-14T05:46:22.193 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:22 ntpd[19890]: can't open /var/log/ntpstats/peerstats.20230214: Permission denied 2023-02-14T05:46:23.191 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:23 ntpd[19890]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-02-14T05:46:23.192 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:23 ntpd[19890]: can't open /var/log/ntpstats/rawstats.20230214: Permission denied 2023-02-14T05:46:23.194 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:23 ntpd[19890]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-02-14T05:46:23.194 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:23 ntpd[19890]: can't open /var/log/ntpstats/rawstats.20230214: Permission denied 2023-02-14T05:46:23.194 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:23 ntpd[19890]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-02-14T05:46:23.195 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:23 ntpd[19890]: can't open /var/log/ntpstats/rawstats.20230214: Permission denied 2023-02-14T05:46:23.195 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:23 ntpd[19890]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-02-14T05:46:23.195 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:23 ntpd[19890]: can't open /var/log/ntpstats/peerstats.20230214: Permission denied 2023-02-14T05:46:23.195 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:23 ntpd[19890]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-02-14T05:46:23.195 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:23 ntpd[19890]: can't open /var/log/ntpstats/rawstats.20230214: Permission denied 2023-02-14T05:46:23.196 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:23 ntpd[19890]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-02-14T05:46:23.196 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:23 ntpd[19890]: can't open /var/log/ntpstats/peerstats.20230214: Permission denied 2023-02-14T05:46:24.192 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:24 ntpd[19890]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-02-14T05:46:24.192 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:24 ntpd[19890]: can't open /var/log/ntpstats/rawstats.20230214: Permission denied 2023-02-14T05:46:24.192 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:24 ntpd[19890]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-02-14T05:46:24.192 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:24 ntpd[19890]: can't open /var/log/ntpstats/rawstats.20230214: Permission denied 2023-02-14T05:46:24.192 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:24 ntpd[19890]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-02-14T05:46:24.193 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:24 ntpd[19890]: can't open /var/log/ntpstats/peerstats.20230214: Permission denied 2023-02-14T05:46:25.192 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:25 ntpd[19890]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-02-14T05:46:25.192 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:25 ntpd[19890]: can't open /var/log/ntpstats/rawstats.20230214: Permission denied 2023-02-14T05:46:25.193 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:25 ntpd[19890]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-02-14T05:46:25.193 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:25 ntpd[19890]: can't open /var/log/ntpstats/rawstats.20230214: Permission denied 2023-02-14T05:46:25.193 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:25 ntpd[19890]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-02-14T05:46:25.193 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:25 ntpd[19890]: can't open /var/log/ntpstats/rawstats.20230214: Permission denied 2023-02-14T05:46:25.193 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:25 ntpd[19890]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-02-14T05:46:25.193 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:25 ntpd[19890]: can't open /var/log/ntpstats/peerstats.20230214: Permission denied 2023-02-14T05:46:25.194 INFO:teuthology.orchestra.run.smithi188.stdout:14 Feb 05:46:25 ntpd[19890]: ntpd: time slew +0.000395 s 2023-02-14T05:46:25.194 INFO:teuthology.orchestra.run.smithi188.stdout:ntpd: time slew +0.000395s 2023-02-14T05:46:25.195 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:25 ntpd[19890]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-02-14T05:46:25.195 INFO:teuthology.orchestra.run.smithi188.stderr:14 Feb 05:46:25 ntpd[19890]: can't open /var/log/ntpstats/loopstats.20230214: Permission denied 2023-02-14T05:46:25.334 INFO:teuthology.orchestra.run.smithi188.stdout: remote refid st t when poll reach delay offset jitter 2023-02-14T05:46:25.334 INFO:teuthology.orchestra.run.smithi188.stdout:============================================================================== 2023-02-14T05:46:25.335 INFO:teuthology.orchestra.run.smithi188.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-02-14T05:46:25.335 INFO:teuthology.orchestra.run.smithi188.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-02-14T05:46:25.335 INFO:teuthology.orchestra.run.smithi188.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-02-14T05:46:25.335 INFO:teuthology.orchestra.run.smithi188.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-02-14T05:46:25.336 INFO:teuthology.run_tasks:Running task kubeadm... 2023-02-14T05:46:25.375 INFO:tasks.kubeadm:Kubeadm start 2023-02-14T05:46:25.375 INFO:tasks.kubeadm:Config: {'version': '1.21'} 2023-02-14T05:46:25.376 DEBUG:teuthology.orchestra.run.smithi188:> sudo modprobe br_netfilter && sudo sysctl net.bridge.bridge-nf-call-ip6tables=1 && sudo sysctl net.bridge.bridge-nf-call-iptables=1 && sudo sysctl net.ipv4.ip_forward=1 && sudo swapoff -a 2023-02-14T05:46:25.409 INFO:teuthology.orchestra.run.smithi188.stdout:net.bridge.bridge-nf-call-ip6tables = 1 2023-02-14T05:46:25.417 INFO:teuthology.orchestra.run.smithi188.stdout:net.bridge.bridge-nf-call-iptables = 1 2023-02-14T05:46:25.426 INFO:teuthology.orchestra.run.smithi188.stdout:net.ipv4.ip_forward = 1 2023-02-14T05:46:25.493 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-02-14T05:46:25.494 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/etc/docker/daemon.json of=/dev/stdout 2023-02-14T05:46:25.549 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-02-14T05:46:25.549 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/docker/daemon.json 2023-02-14T05:46:25.610 DEBUG:teuthology.orchestra.run.smithi188:> sudo systemctl restart docker || true 2023-02-14T05:46:26.679 INFO:tasks.kubeadm:Identifying pod subnet 2023-02-14T05:46:26.685 INFO:tasks.kubeadm:172.21.15.188 is in 172.21.0.0/20 at pos 4027 2023-02-14T05:46:26.699 INFO:tasks.kubeadm:Pod subnet: 10.253.216.0/21 2023-02-14T05:46:26.700 INFO:tasks.kubeadm:Installing kube{adm,ctl,let} 2023-02-14T05:46:26.700 DEBUG:teuthology.orchestra.run.smithi188:> sudo apt update && sudo apt install -y apt-transport-https ca-certificates curl && sudo curl -fsSLo /usr/share/keyrings/kubernetes-archive-keyring.gpg https://packages.cloud.google.com/apt/doc/apt-key.gpg && echo 'deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main' | sudo tee /etc/apt/sources.list.d/kubernetes.list && sudo apt update && sudo apt install -y kubelet kubeadm kubectl bridge-utils 2023-02-14T05:46:26.725 INFO:teuthology.orchestra.run.smithi188.stderr: 2023-02-14T05:46:26.726 INFO:teuthology.orchestra.run.smithi188.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-02-14T05:46:26.726 INFO:teuthology.orchestra.run.smithi188.stderr: 2023-02-14T05:46:26.836 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-02-14T05:46:26.949 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-02-14T05:46:27.029 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-02-14T05:46:27.110 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-02-14T05:46:28.427 INFO:teuthology.orchestra.run.smithi188.stdout:Reading package lists... 2023-02-14T05:46:28.616 INFO:teuthology.orchestra.run.smithi188.stdout:Building dependency tree... 2023-02-14T05:46:28.616 INFO:teuthology.orchestra.run.smithi188.stdout:Reading state information... 2023-02-14T05:46:28.711 INFO:teuthology.orchestra.run.smithi188.stdout:145 packages can be upgraded. Run 'apt list --upgradable' to see them. 2023-02-14T05:46:28.725 INFO:teuthology.orchestra.run.smithi188.stderr: 2023-02-14T05:46:28.726 INFO:teuthology.orchestra.run.smithi188.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-02-14T05:46:28.726 INFO:teuthology.orchestra.run.smithi188.stderr: 2023-02-14T05:46:28.779 INFO:teuthology.orchestra.run.smithi188.stdout:Reading package lists... 2023-02-14T05:46:28.966 INFO:teuthology.orchestra.run.smithi188.stdout:Building dependency tree... 2023-02-14T05:46:28.966 INFO:teuthology.orchestra.run.smithi188.stdout:Reading state information... 2023-02-14T05:46:29.135 INFO:teuthology.orchestra.run.smithi188.stdout:The following additional packages will be installed: 2023-02-14T05:46:29.135 INFO:teuthology.orchestra.run.smithi188.stdout: libcurl4 2023-02-14T05:46:29.172 INFO:teuthology.orchestra.run.smithi188.stdout:The following NEW packages will be installed: 2023-02-14T05:46:29.174 INFO:teuthology.orchestra.run.smithi188.stdout: apt-transport-https 2023-02-14T05:46:29.174 INFO:teuthology.orchestra.run.smithi188.stdout:The following packages will be upgraded: 2023-02-14T05:46:29.175 INFO:teuthology.orchestra.run.smithi188.stdout: ca-certificates curl libcurl4 2023-02-14T05:46:29.356 INFO:teuthology.orchestra.run.smithi188.stdout:3 upgraded, 1 newly installed, 0 to remove and 142 not upgraded. 2023-02-14T05:46:29.357 INFO:teuthology.orchestra.run.smithi188.stdout:Need to get 539 kB of archives. 2023-02-14T05:46:29.357 INFO:teuthology.orchestra.run.smithi188.stdout:After this operation, 156 kB of additional disk space will be used. 2023-02-14T05:46:29.357 INFO:teuthology.orchestra.run.smithi188.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20211016ubuntu0.20.04.1 [141 kB] 2023-02-14T05:46:29.773 INFO:teuthology.orchestra.run.smithi188.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.9 [1,704 B] 2023-02-14T05:46:29.774 INFO:teuthology.orchestra.run.smithi188.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.15 [161 kB] 2023-02-14T05:46:29.875 INFO:teuthology.orchestra.run.smithi188.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.15 [235 kB] 2023-02-14T05:46:30.203 INFO:teuthology.orchestra.run.smithi188.stderr:debconf: unable to initialize frontend: Dialog 2023-02-14T05:46:30.205 INFO:teuthology.orchestra.run.smithi188.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-02-14T05:46:30.205 INFO:teuthology.orchestra.run.smithi188.stderr:debconf: falling back to frontend: Readline 2023-02-14T05:46:30.226 INFO:teuthology.orchestra.run.smithi188.stderr:debconf: unable to initialize frontend: Readline 2023-02-14T05:46:30.227 INFO:teuthology.orchestra.run.smithi188.stderr:debconf: (This frontend requires a controlling tty.) 2023-02-14T05:46:30.227 INFO:teuthology.orchestra.run.smithi188.stderr:debconf: falling back to frontend: Teletype 2023-02-14T05:46:30.233 INFO:teuthology.orchestra.run.smithi188.stderr:dpkg-preconfigure: unable to re-open stdin: 2023-02-14T05:46:30.285 INFO:teuthology.orchestra.run.smithi188.stdout:Fetched 539 kB in 1s (696 kB/s) 2023-02-14T05:46:30.557 INFO:teuthology.orchestra.run.smithi188.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 ... 112644 files and directories currently installed.) 2023-02-14T05:46:30.560 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../ca-certificates_20211016ubuntu0.20.04.1_all.deb ... 2023-02-14T05:46:30.699 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ca-certificates (20211016ubuntu0.20.04.1) over (20211016~20.04.1) ... 2023-02-14T05:46:31.231 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package apt-transport-https. 2023-02-14T05:46:31.247 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../apt-transport-https_2.0.9_all.deb ... 2023-02-14T05:46:31.290 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking apt-transport-https (2.0.9) ... 2023-02-14T05:46:31.532 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../curl_7.68.0-1ubuntu2.15_amd64.deb ... 2023-02-14T05:46:31.676 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking curl (7.68.0-1ubuntu2.15) over (7.68.0-1ubuntu2.12) ... 2023-02-14T05:46:32.104 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../libcurl4_7.68.0-1ubuntu2.15_amd64.deb ... 2023-02-14T05:46:32.272 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.15) over (7.68.0-1ubuntu2.12) ... 2023-02-14T05:46:32.648 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up apt-transport-https (2.0.9) ... 2023-02-14T05:46:32.768 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ca-certificates (20211016ubuntu0.20.04.1) ... 2023-02-14T05:46:32.975 INFO:teuthology.orchestra.run.smithi188.stdout:debconf: unable to initialize frontend: Dialog 2023-02-14T05:46:32.976 INFO:teuthology.orchestra.run.smithi188.stdout:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-02-14T05:46:32.976 INFO:teuthology.orchestra.run.smithi188.stdout:debconf: falling back to frontend: Readline 2023-02-14T05:46:34.877 INFO:teuthology.orchestra.run.smithi188.stdout:Updating certificates in /etc/ssl/certs... 2023-02-14T05:46:35.953 INFO:teuthology.orchestra.run.smithi188.stdout:rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL 2023-02-14T05:46:35.964 INFO:teuthology.orchestra.run.smithi188.stdout:0 added, 3 removed; done. 2023-02-14T05:46:36.213 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libcurl4:amd64 (7.68.0-1ubuntu2.15) ... 2023-02-14T05:46:36.339 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up curl (7.68.0-1ubuntu2.15) ... 2023-02-14T05:46:36.466 INFO:teuthology.orchestra.run.smithi188.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-02-14T05:46:36.994 INFO:teuthology.orchestra.run.smithi188.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-02-14T05:46:37.145 INFO:teuthology.orchestra.run.smithi188.stdout:Processing triggers for ca-certificates (20211016ubuntu0.20.04.1) ... 2023-02-14T05:46:37.191 INFO:teuthology.orchestra.run.smithi188.stdout:Updating certificates in /etc/ssl/certs... 2023-02-14T05:46:37.812 INFO:teuthology.orchestra.run.smithi188.stdout:0 added, 0 removed; done. 2023-02-14T05:46:37.812 INFO:teuthology.orchestra.run.smithi188.stdout:Running hooks in /etc/ca-certificates/update.d... 2023-02-14T05:46:37.842 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-02-14T05:46:38.978 INFO:teuthology.orchestra.run.smithi188.stdout:done. 2023-02-14T05:46:38.978 INFO:teuthology.orchestra.run.smithi188.stdout:done. 2023-02-14T05:46:39.573 INFO:teuthology.orchestra.run.smithi188.stdout:deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main 2023-02-14T05:46:39.587 INFO:teuthology.orchestra.run.smithi188.stderr: 2023-02-14T05:46:39.588 INFO:teuthology.orchestra.run.smithi188.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-02-14T05:46:39.588 INFO:teuthology.orchestra.run.smithi188.stderr: 2023-02-14T05:46:39.729 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-02-14T05:46:39.734 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-02-14T05:46:39.752 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-02-14T05:46:39.824 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-02-14T05:46:40.636 INFO:teuthology.orchestra.run.smithi188.stdout:Get:5 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [8,993 B] 2023-02-14T05:46:40.758 INFO:teuthology.orchestra.run.smithi188.stdout:Get:6 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 Packages [63.2 kB] 2023-02-14T05:46:41.018 INFO:teuthology.orchestra.run.smithi188.stdout:Fetched 72.2 kB in 1s (56.3 kB/s) 2023-02-14T05:46:41.980 INFO:teuthology.orchestra.run.smithi188.stdout:Reading package lists... 2023-02-14T05:46:42.166 INFO:teuthology.orchestra.run.smithi188.stdout:Building dependency tree... 2023-02-14T05:46:42.166 INFO:teuthology.orchestra.run.smithi188.stdout:Reading state information... 2023-02-14T05:46:42.263 INFO:teuthology.orchestra.run.smithi188.stdout:142 packages can be upgraded. Run 'apt list --upgradable' to see them. 2023-02-14T05:46:42.273 INFO:teuthology.orchestra.run.smithi188.stderr: 2023-02-14T05:46:42.274 INFO:teuthology.orchestra.run.smithi188.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-02-14T05:46:42.274 INFO:teuthology.orchestra.run.smithi188.stderr: 2023-02-14T05:46:42.331 INFO:teuthology.orchestra.run.smithi188.stdout:Reading package lists... 2023-02-14T05:46:42.526 INFO:teuthology.orchestra.run.smithi188.stdout:Building dependency tree... 2023-02-14T05:46:42.526 INFO:teuthology.orchestra.run.smithi188.stdout:Reading state information... 2023-02-14T05:46:42.678 INFO:teuthology.orchestra.run.smithi188.stdout:bridge-utils is already the newest version (1.6-2ubuntu1). 2023-02-14T05:46:42.678 INFO:teuthology.orchestra.run.smithi188.stdout:bridge-utils set to manually installed. 2023-02-14T05:46:42.679 INFO:teuthology.orchestra.run.smithi188.stdout:The following additional packages will be installed: 2023-02-14T05:46:42.679 INFO:teuthology.orchestra.run.smithi188.stdout: conntrack cri-tools ebtables kubernetes-cni socat 2023-02-14T05:46:42.680 INFO:teuthology.orchestra.run.smithi188.stdout:Suggested packages: 2023-02-14T05:46:42.680 INFO:teuthology.orchestra.run.smithi188.stdout: nftables 2023-02-14T05:46:42.725 INFO:teuthology.orchestra.run.smithi188.stdout:The following NEW packages will be installed: 2023-02-14T05:46:42.727 INFO:teuthology.orchestra.run.smithi188.stdout: conntrack cri-tools ebtables kubeadm kubectl kubelet kubernetes-cni socat 2023-02-14T05:46:42.915 INFO:teuthology.orchestra.run.smithi188.stdout:0 upgraded, 8 newly installed, 0 to remove and 142 not upgraded. 2023-02-14T05:46:42.915 INFO:teuthology.orchestra.run.smithi188.stdout:Need to get 87.2 MB of archives. 2023-02-14T05:46:42.916 INFO:teuthology.orchestra.run.smithi188.stdout:After this operation, 341 MB of additional disk space will be used. 2023-02-14T05:46:42.916 INFO:teuthology.orchestra.run.smithi188.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB] 2023-02-14T05:46:43.058 INFO:teuthology.orchestra.run.smithi188.stdout:Get:1 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 cri-tools amd64 1.26.0-00 [18.9 MB] 2023-02-14T05:46:43.110 INFO:teuthology.orchestra.run.smithi188.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB] 2023-02-14T05:46:43.258 INFO:teuthology.orchestra.run.smithi188.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2023-02-14T05:46:43.613 INFO:teuthology.orchestra.run.smithi188.stdout:Get:2 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubernetes-cni amd64 1.2.0-00 [27.6 MB] 2023-02-14T05:46:44.201 INFO:teuthology.orchestra.run.smithi188.stdout:Get:3 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubelet amd64 1.26.1-00 [20.5 MB] 2023-02-14T05:46:44.521 INFO:teuthology.orchestra.run.smithi188.stdout:Get:5 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubectl amd64 1.26.1-00 [10.1 MB] 2023-02-14T05:46:44.669 INFO:teuthology.orchestra.run.smithi188.stdout:Get:6 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubeadm amd64 1.26.1-00 [9,732 kB] 2023-02-14T05:46:45.042 INFO:teuthology.orchestra.run.smithi188.stderr:debconf: unable to initialize frontend: Dialog 2023-02-14T05:46:45.042 INFO:teuthology.orchestra.run.smithi188.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-02-14T05:46:45.043 INFO:teuthology.orchestra.run.smithi188.stderr:debconf: falling back to frontend: Readline 2023-02-14T05:46:45.050 INFO:teuthology.orchestra.run.smithi188.stderr:debconf: unable to initialize frontend: Readline 2023-02-14T05:46:45.050 INFO:teuthology.orchestra.run.smithi188.stderr:debconf: (This frontend requires a controlling tty.) 2023-02-14T05:46:45.050 INFO:teuthology.orchestra.run.smithi188.stderr:debconf: falling back to frontend: Teletype 2023-02-14T05:46:45.056 INFO:teuthology.orchestra.run.smithi188.stderr:dpkg-preconfigure: unable to re-open stdin: 2023-02-14T05:46:45.110 INFO:teuthology.orchestra.run.smithi188.stdout:Fetched 87.2 MB in 2s (41.9 MB/s) 2023-02-14T05:46:45.206 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package conntrack. 2023-02-14T05:46:45.245 INFO:teuthology.orchestra.run.smithi188.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 ... 112645 files and directories currently installed.) 2023-02-14T05:46:45.248 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../0-conntrack_1%3a1.4.5-2_amd64.deb ... 2023-02-14T05:46:45.289 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking conntrack (1:1.4.5-2) ... 2023-02-14T05:46:45.600 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package cri-tools. 2023-02-14T05:46:45.613 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../1-cri-tools_1.26.0-00_amd64.deb ... 2023-02-14T05:46:45.658 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking cri-tools (1.26.0-00) ... 2023-02-14T05:46:47.236 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ebtables. 2023-02-14T05:46:47.251 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../2-ebtables_2.0.11-3build1_amd64.deb ... 2023-02-14T05:46:47.310 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ebtables (2.0.11-3build1) ... 2023-02-14T05:46:47.564 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package kubernetes-cni. 2023-02-14T05:46:47.577 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../3-kubernetes-cni_1.2.0-00_amd64.deb ... 2023-02-14T05:46:47.613 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking kubernetes-cni (1.2.0-00) ... 2023-02-14T05:46:48.999 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package socat. 2023-02-14T05:46:49.014 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../4-socat_1.7.3.3-2_amd64.deb ... 2023-02-14T05:46:49.062 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking socat (1.7.3.3-2) ... 2023-02-14T05:46:49.478 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package kubelet. 2023-02-14T05:46:49.492 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../5-kubelet_1.26.1-00_amd64.deb ... 2023-02-14T05:46:49.535 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking kubelet (1.26.1-00) ... 2023-02-14T05:46:51.996 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package kubectl. 2023-02-14T05:46:52.009 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../6-kubectl_1.26.1-00_amd64.deb ... 2023-02-14T05:46:52.054 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking kubectl (1.26.1-00) ... 2023-02-14T05:46:53.348 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package kubeadm. 2023-02-14T05:46:53.362 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../7-kubeadm_1.26.1-00_amd64.deb ...