2023-10-15T05:49:29.352 INFO:root:teuthology version: 0.0.1.dev197+g8cdab07 2023-10-15T05:49:29.353 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2023-10-13_20:14:16-orch-quincy-release-distro-default-smithi/7426236 --verbose --name yuriw-2023-10-13_20:14:16-orch-quincy-release-distro-default-smithi --owner scheduled_yuriw@teuthology --description orch/rook/smoke/{0-distro/ubuntu_20.04 0-kubeadm 0-nvme-loop 1-rook 2-workload/none 3-final cluster/3-node k8s/1.21 net/calico rook/master} -- /home/teuthworker/archive/yuriw-2023-10-13_20:14:16-orch-quincy-release-distro-default-smithi/7426236/orig.config.yaml 2023-10-15T05:49:29.382 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-15T05:49:29.461 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-10-13_20:14:16-orch-quincy-release-distro-default-smithi/7426236 branch: quincy-release description: orch/rook/smoke/{0-distro/ubuntu_20.04 0-kubeadm 0-nvme-loop 1-rook 2-workload/none 3-final cluster/3-node k8s/1.21 net/calico rook/master} email: yweinste@redhat.com first_in_suite: false job_id: '7426236' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-10-13_20:14:16-orch-quincy-release-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: quincy-release 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 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 9d6d32bb3452d5179bde2ee1cfa05df7a65f4586 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9d6d32bb3452d5179bde2ee1cfa05df7a65f4586 kernel: hwe: true kubeadm: pod_network: calico version: '1.21' rook: rook_image: rook/ceph:master workunit: branch: quincy-release sha1: 9d6d32bb3452d5179bde2ee1cfa05df7a65f4586 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.a - - host.b - client.b - - host.c - client.c seed: 8895 sha1: 9d6d32bb3452d5179bde2ee1cfa05df7a65f4586 sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: quincy-release suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_9d6d32bb3452d5179bde2ee1cfa05df7a65f4586/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 9d6d32bb3452d5179bde2ee1cfa05df7a65f4586 targets: smithi005.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi057.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi135.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= 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 - 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: 8cdab074dcca9a68965bc5a50e9c30b691949723 timestamp: 2023-10-13_20:14:16 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 2023-10-15T05:49:29.462 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_9d6d32bb3452d5179bde2ee1cfa05df7a65f4586/qa; will attempt to use it 2023-10-15T05:49:29.463 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_9d6d32bb3452d5179bde2ee1cfa05df7a65f4586/qa/tasks 2023-10-15T05:49:29.463 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-10-15T05:49:29.465 INFO:teuthology.task.internal:Checking packages... 2023-10-15T05:49:29.489 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '9d6d32bb3452d5179bde2ee1cfa05df7a65f4586' 2023-10-15T05:49:29.490 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-15T05:49:29.491 INFO:teuthology.packaging:ref: None 2023-10-15T05:49:29.491 INFO:teuthology.packaging:tag: None 2023-10-15T05:49:29.491 INFO:teuthology.packaging:branch: quincy-release 2023-10-15T05:49:29.492 INFO:teuthology.packaging:sha1: 9d6d32bb3452d5179bde2ee1cfa05df7a65f4586 2023-10-15T05:49:29.492 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=quincy-release 2023-10-15T05:49:29.724 INFO:teuthology.task.internal:Found packages for ceph version 17.2.6-1415-g9d6d32bb-1focal 2023-10-15T05:49:29.724 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-10-15T05:49:29.734 INFO:teuthology.task.internal:no buildpackages task found 2023-10-15T05:49:29.734 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-10-15T05:49:29.748 INFO:teuthology.task.internal:Saving configuration 2023-10-15T05:49:29.760 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-10-15T05:49:29.771 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-15T05:49:29.795 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi005.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-13_20:14:16-orch-quincy-release-distro-default-smithi/7426236', '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-10-15 05:43:15.055895', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-10-15T05:49:29.816 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi057.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-13_20:14:16-orch-quincy-release-distro-default-smithi/7426236', '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-10-15 05:43:15.057549', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-10-15T05:49:29.835 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi135.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-13_20:14:16-orch-quincy-release-distro-default-smithi/7426236', '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-10-15 05:43:15.054055', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-10-15T05:49:29.835 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-10-15T05:49:29.844 INFO:teuthology.task.internal:roles: ubuntu@smithi005.front.sepia.ceph.com - ['host.a', 'client.a'] 2023-10-15T05:49:29.844 INFO:teuthology.task.internal:roles: ubuntu@smithi057.front.sepia.ceph.com - ['host.b', 'client.b'] 2023-10-15T05:49:29.844 INFO:teuthology.task.internal:roles: ubuntu@smithi135.front.sepia.ceph.com - ['host.c', 'client.c'] 2023-10-15T05:49:29.845 INFO:teuthology.run_tasks:Running task console_log... 2023-10-15T05:49:29.945 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f588b2a79d0>, signals=[15]) 2023-10-15T05:49:29.946 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-15T05:49:29.953 INFO:teuthology.task.internal:Opening connections... 2023-10-15T05:49:29.954 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi005.front.sepia.ceph.com 2023-10-15T05:49:29.955 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-15T05:49:30.005 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi057.front.sepia.ceph.com 2023-10-15T05:49:30.006 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-15T05:49:30.053 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi135.front.sepia.ceph.com 2023-10-15T05:49:30.054 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-15T05:49:30.102 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-15T05:49:30.113 DEBUG:teuthology.orchestra.run.smithi005:> uname -m 2023-10-15T05:49:30.120 INFO:teuthology.orchestra.run.smithi005.stdout:x86_64 2023-10-15T05:49:30.121 DEBUG:teuthology.orchestra.run.smithi005:> cat /etc/os-release 2023-10-15T05:49:30.127 INFO:teuthology.orchestra.run.smithi005.stdout:NAME="Ubuntu" 2023-10-15T05:49:30.127 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-10-15T05:49:30.127 INFO:teuthology.orchestra.run.smithi005.stdout:ID=ubuntu 2023-10-15T05:49:30.128 INFO:teuthology.orchestra.run.smithi005.stdout:ID_LIKE=debian 2023-10-15T05:49:30.128 INFO:teuthology.orchestra.run.smithi005.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-10-15T05:49:30.128 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION_ID="20.04" 2023-10-15T05:49:30.128 INFO:teuthology.orchestra.run.smithi005.stdout:HOME_URL="https://www.ubuntu.com/" 2023-10-15T05:49:30.128 INFO:teuthology.orchestra.run.smithi005.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-10-15T05:49:30.129 INFO:teuthology.orchestra.run.smithi005.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-10-15T05:49:30.129 INFO:teuthology.orchestra.run.smithi005.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-10-15T05:49:30.129 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION_CODENAME=focal 2023-10-15T05:49:30.129 INFO:teuthology.orchestra.run.smithi005.stdout:UBUNTU_CODENAME=focal 2023-10-15T05:49:30.130 INFO:teuthology.lock.ops:Updating smithi005.front.sepia.ceph.com on lock server 2023-10-15T05:49:30.154 DEBUG:teuthology.orchestra.run.smithi057:> uname -m 2023-10-15T05:49:30.161 INFO:teuthology.orchestra.run.smithi057.stdout:x86_64 2023-10-15T05:49:30.161 DEBUG:teuthology.orchestra.run.smithi057:> cat /etc/os-release 2023-10-15T05:49:30.209 INFO:teuthology.orchestra.run.smithi057.stdout:NAME="Ubuntu" 2023-10-15T05:49:30.209 INFO:teuthology.orchestra.run.smithi057.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-10-15T05:49:30.210 INFO:teuthology.orchestra.run.smithi057.stdout:ID=ubuntu 2023-10-15T05:49:30.210 INFO:teuthology.orchestra.run.smithi057.stdout:ID_LIKE=debian 2023-10-15T05:49:30.210 INFO:teuthology.orchestra.run.smithi057.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-10-15T05:49:30.210 INFO:teuthology.orchestra.run.smithi057.stdout:VERSION_ID="20.04" 2023-10-15T05:49:30.210 INFO:teuthology.orchestra.run.smithi057.stdout:HOME_URL="https://www.ubuntu.com/" 2023-10-15T05:49:30.211 INFO:teuthology.orchestra.run.smithi057.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-10-15T05:49:30.211 INFO:teuthology.orchestra.run.smithi057.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-10-15T05:49:30.211 INFO:teuthology.orchestra.run.smithi057.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-10-15T05:49:30.211 INFO:teuthology.orchestra.run.smithi057.stdout:VERSION_CODENAME=focal 2023-10-15T05:49:30.211 INFO:teuthology.orchestra.run.smithi057.stdout:UBUNTU_CODENAME=focal 2023-10-15T05:49:30.212 INFO:teuthology.lock.ops:Updating smithi057.front.sepia.ceph.com on lock server 2023-10-15T05:49:30.239 DEBUG:teuthology.orchestra.run.smithi135:> uname -m 2023-10-15T05:49:30.246 INFO:teuthology.orchestra.run.smithi135.stdout:x86_64 2023-10-15T05:49:30.246 DEBUG:teuthology.orchestra.run.smithi135:> cat /etc/os-release 2023-10-15T05:49:30.252 INFO:teuthology.orchestra.run.smithi135.stdout:NAME="Ubuntu" 2023-10-15T05:49:30.253 INFO:teuthology.orchestra.run.smithi135.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-10-15T05:49:30.253 INFO:teuthology.orchestra.run.smithi135.stdout:ID=ubuntu 2023-10-15T05:49:30.253 INFO:teuthology.orchestra.run.smithi135.stdout:ID_LIKE=debian 2023-10-15T05:49:30.253 INFO:teuthology.orchestra.run.smithi135.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-10-15T05:49:30.253 INFO:teuthology.orchestra.run.smithi135.stdout:VERSION_ID="20.04" 2023-10-15T05:49:30.254 INFO:teuthology.orchestra.run.smithi135.stdout:HOME_URL="https://www.ubuntu.com/" 2023-10-15T05:49:30.254 INFO:teuthology.orchestra.run.smithi135.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-10-15T05:49:30.254 INFO:teuthology.orchestra.run.smithi135.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-10-15T05:49:30.254 INFO:teuthology.orchestra.run.smithi135.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-10-15T05:49:30.255 INFO:teuthology.orchestra.run.smithi135.stdout:VERSION_CODENAME=focal 2023-10-15T05:49:30.255 INFO:teuthology.orchestra.run.smithi135.stdout:UBUNTU_CODENAME=focal 2023-10-15T05:49:30.255 INFO:teuthology.lock.ops:Updating smithi135.front.sepia.ceph.com on lock server 2023-10-15T05:49:30.279 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-15T05:49:30.290 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-15T05:49:30.302 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-15T05:49:30.302 DEBUG:teuthology.orchestra.run.smithi005:> test '!' -e /home/ubuntu/cephtest 2023-10-15T05:49:30.305 DEBUG:teuthology.orchestra.run.smithi057:> test '!' -e /home/ubuntu/cephtest 2023-10-15T05:49:30.307 DEBUG:teuthology.orchestra.run.smithi135:> test '!' -e /home/ubuntu/cephtest 2023-10-15T05:49:30.313 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-15T05:49:30.323 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-15T05:49:30.324 DEBUG:teuthology.orchestra.run.smithi005:> test -z $(ls -A /var/lib/ceph) 2023-10-15T05:49:30.326 DEBUG:teuthology.orchestra.run.smithi057:> test -z $(ls -A /var/lib/ceph) 2023-10-15T05:49:30.328 DEBUG:teuthology.orchestra.run.smithi135:> test -z $(ls -A /var/lib/ceph) 2023-10-15T05:49:30.345 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-15T05:49:30.425 INFO:teuthology.run_tasks:Running task kernel... 2023-10-15T05:49:30.441 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-15T05:49:30.441 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-10-15T05:49:30.442 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.a': {'hwe': True}, 'host.b': {'hwe': True}, 'client.b': {'hwe': True}, 'host.c': {'hwe': True}, 'client.c': {'hwe': True}} 2023-10-15T05:49:30.442 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.c': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2023-10-15T05:49:30.442 DEBUG:teuthology.orchestra.run.smithi005:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-15T05:49:30.443 DEBUG:teuthology.orchestra.run.smithi057:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-15T05:49:30.444 DEBUG:teuthology.orchestra.run.smithi135:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-15T05:49:30.449 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-15T05:49:30.449 DEBUG:teuthology.orchestra.run.smithi057:> uname -r 2023-10-15T05:49:30.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-15T05:49:30.451 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-15T05:49:30.452 DEBUG:teuthology.orchestra.run.smithi135:> uname -r 2023-10-15T05:49:30.452 DEBUG:teuthology.orchestra.run.smithi005:> uname -r 2023-10-15T05:49:30.459 INFO:teuthology.orchestra.run.smithi135.stdout:5.4.0-124-generic 2023-10-15T05:49:30.459 INFO:teuthology.orchestra.run.smithi057.stdout:5.4.0-124-generic 2023-10-15T05:49:30.459 INFO:teuthology.task.kernel:Running kernel on smithi135: 5.4.0-124-generic 2023-10-15T05:49:30.460 DEBUG:teuthology.orchestra.run.smithi135:> sudo apt-get clean 2023-10-15T05:49:30.460 INFO:teuthology.task.kernel:Running kernel on smithi057: 5.4.0-124-generic 2023-10-15T05:49:30.460 DEBUG:teuthology.orchestra.run.smithi057:> sudo apt-get clean 2023-10-15T05:49:30.462 INFO:teuthology.orchestra.run.smithi005.stdout:5.4.0-124-generic 2023-10-15T05:49:30.462 INFO:teuthology.task.kernel:Running kernel on smithi005: 5.4.0-124-generic 2023-10-15T05:49:30.462 DEBUG:teuthology.orchestra.run.smithi005:> sudo apt-get clean 2023-10-15T05:49:30.560 DEBUG:teuthology.orchestra.run.smithi057:> sudo apt-get update 2023-10-15T05:49:30.616 DEBUG:teuthology.orchestra.run.smithi005:> sudo apt-get update 2023-10-15T05:49:30.617 DEBUG:teuthology.orchestra.run.smithi135:> sudo apt-get update 2023-10-15T05:49:30.711 INFO:teuthology.orchestra.run.smithi057.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-15T05:49:30.721 INFO:teuthology.orchestra.run.smithi057.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-10-15T05:49:30.783 INFO:teuthology.orchestra.run.smithi057.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-10-15T05:49:30.794 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-15T05:49:30.794 INFO:teuthology.orchestra.run.smithi135.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-10-15T05:49:30.795 INFO:teuthology.orchestra.run.smithi135.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-10-15T05:49:30.823 INFO:teuthology.orchestra.run.smithi057.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-10-15T05:49:30.882 INFO:teuthology.orchestra.run.smithi135.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-10-15T05:49:30.895 INFO:teuthology.orchestra.run.smithi005.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-15T05:49:30.895 INFO:teuthology.orchestra.run.smithi005.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-10-15T05:49:30.895 INFO:teuthology.orchestra.run.smithi005.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-10-15T05:49:30.974 INFO:teuthology.orchestra.run.smithi005.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-10-15T05:49:31.122 INFO:teuthology.orchestra.run.smithi057.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,888 kB] 2023-10-15T05:49:31.176 INFO:teuthology.orchestra.run.smithi135.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,500 kB] 2023-10-15T05:49:31.237 INFO:teuthology.orchestra.run.smithi057.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [893 kB] 2023-10-15T05:49:31.248 INFO:teuthology.orchestra.run.smithi057.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [473 kB] 2023-10-15T05:49:31.253 INFO:teuthology.orchestra.run.smithi057.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.1 kB] 2023-10-15T05:49:31.254 INFO:teuthology.orchestra.run.smithi057.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,383 kB] 2023-10-15T05:49:31.271 INFO:teuthology.orchestra.run.smithi057.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [34.6 kB] 2023-10-15T05:49:31.272 INFO:teuthology.orchestra.run.smithi057.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [334 kB] 2023-10-15T05:49:31.274 INFO:teuthology.orchestra.run.smithi057.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [572 B] 2023-10-15T05:49:31.275 INFO:teuthology.orchestra.run.smithi057.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,123 kB] 2023-10-15T05:49:31.285 INFO:teuthology.orchestra.run.smithi057.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [750 kB] 2023-10-15T05:49:31.290 INFO:teuthology.orchestra.run.smithi057.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [268 kB] 2023-10-15T05:49:31.292 INFO:teuthology.orchestra.run.smithi057.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.6 kB] 2023-10-15T05:49:31.293 INFO:teuthology.orchestra.run.smithi057.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-10-15T05:49:31.293 INFO:teuthology.orchestra.run.smithi057.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,436 B] 2023-10-15T05:49:31.295 INFO:teuthology.orchestra.run.smithi135.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [660 kB] 2023-10-15T05:49:31.297 INFO:teuthology.orchestra.run.smithi005.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [660 kB] 2023-10-15T05:49:31.299 INFO:teuthology.orchestra.run.smithi057.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-10-15T05:49:31.299 INFO:teuthology.orchestra.run.smithi057.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-10-15T05:49:31.300 INFO:teuthology.orchestra.run.smithi057.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-10-15T05:49:31.300 INFO:teuthology.orchestra.run.smithi057.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-10-15T05:49:31.302 INFO:teuthology.orchestra.run.smithi135.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [390 kB] 2023-10-15T05:49:31.306 INFO:teuthology.orchestra.run.smithi135.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-10-15T05:49:31.307 INFO:teuthology.orchestra.run.smithi135.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [33.3 kB] 2023-10-15T05:49:31.307 INFO:teuthology.orchestra.run.smithi135.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,267 kB] 2023-10-15T05:49:31.315 INFO:teuthology.orchestra.run.smithi135.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [893 kB] 2023-10-15T05:49:31.315 INFO:teuthology.orchestra.run.smithi057.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-10-15T05:49:31.316 INFO:teuthology.orchestra.run.smithi057.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-10-15T05:49:31.317 INFO:teuthology.orchestra.run.smithi057.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-10-15T05:49:31.317 INFO:teuthology.orchestra.run.smithi057.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-10-15T05:49:31.325 INFO:teuthology.orchestra.run.smithi135.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [317 kB] 2023-10-15T05:49:31.329 INFO:teuthology.orchestra.run.smithi135.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [572 B] 2023-10-15T05:49:31.329 INFO:teuthology.orchestra.run.smithi135.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [617 kB] 2023-10-15T05:49:31.333 INFO:teuthology.orchestra.run.smithi135.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [891 kB] 2023-10-15T05:49:31.339 INFO:teuthology.orchestra.run.smithi135.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [186 kB] 2023-10-15T05:49:31.341 INFO:teuthology.orchestra.run.smithi135.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-10-15T05:49:31.342 INFO:teuthology.orchestra.run.smithi135.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,196 B] 2023-10-15T05:49:31.342 INFO:teuthology.orchestra.run.smithi135.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-10-15T05:49:31.343 INFO:teuthology.orchestra.run.smithi135.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-10-15T05:49:31.353 INFO:teuthology.orchestra.run.smithi135.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-10-15T05:49:31.377 INFO:teuthology.orchestra.run.smithi005.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,500 kB] 2023-10-15T05:49:31.409 INFO:teuthology.orchestra.run.smithi135.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,888 kB] 2023-10-15T05:49:31.421 INFO:teuthology.orchestra.run.smithi005.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [390 kB] 2023-10-15T05:49:31.421 INFO:teuthology.orchestra.run.smithi005.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-10-15T05:49:31.422 INFO:teuthology.orchestra.run.smithi005.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [33.3 kB] 2023-10-15T05:49:31.422 INFO:teuthology.orchestra.run.smithi005.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,267 kB] 2023-10-15T05:49:31.438 INFO:teuthology.orchestra.run.smithi005.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [317 kB] 2023-10-15T05:49:31.441 INFO:teuthology.orchestra.run.smithi005.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [572 B] 2023-10-15T05:49:31.441 INFO:teuthology.orchestra.run.smithi005.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [891 kB] 2023-10-15T05:49:31.446 INFO:teuthology.orchestra.run.smithi057.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [660 kB] 2023-10-15T05:49:31.448 INFO:teuthology.orchestra.run.smithi005.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [617 kB] 2023-10-15T05:49:31.452 INFO:teuthology.orchestra.run.smithi005.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [186 kB] 2023-10-15T05:49:31.454 INFO:teuthology.orchestra.run.smithi005.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-10-15T05:49:31.454 INFO:teuthology.orchestra.run.smithi005.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-10-15T05:49:31.454 INFO:teuthology.orchestra.run.smithi005.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,196 B] 2023-10-15T05:49:31.455 INFO:teuthology.orchestra.run.smithi135.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [473 kB] 2023-10-15T05:49:31.456 INFO:teuthology.orchestra.run.smithi005.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-10-15T05:49:31.456 INFO:teuthology.orchestra.run.smithi005.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-10-15T05:49:31.459 INFO:teuthology.orchestra.run.smithi135.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.1 kB] 2023-10-15T05:49:31.460 INFO:teuthology.orchestra.run.smithi135.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,383 kB] 2023-10-15T05:49:31.466 INFO:teuthology.orchestra.run.smithi005.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,888 kB] 2023-10-15T05:49:31.482 INFO:teuthology.orchestra.run.smithi135.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [34.6 kB] 2023-10-15T05:49:31.482 INFO:teuthology.orchestra.run.smithi135.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [334 kB] 2023-10-15T05:49:31.485 INFO:teuthology.orchestra.run.smithi135.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [572 B] 2023-10-15T05:49:31.486 INFO:teuthology.orchestra.run.smithi135.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [750 kB] 2023-10-15T05:49:31.492 INFO:teuthology.orchestra.run.smithi135.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,123 kB] 2023-10-15T05:49:31.503 INFO:teuthology.orchestra.run.smithi135.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [268 kB] 2023-10-15T05:49:31.506 INFO:teuthology.orchestra.run.smithi135.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.6 kB] 2023-10-15T05:49:31.509 INFO:teuthology.orchestra.run.smithi135.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-10-15T05:49:31.509 INFO:teuthology.orchestra.run.smithi135.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,436 B] 2023-10-15T05:49:31.510 INFO:teuthology.orchestra.run.smithi135.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-10-15T05:49:31.510 INFO:teuthology.orchestra.run.smithi135.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-10-15T05:49:31.530 INFO:teuthology.orchestra.run.smithi135.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-10-15T05:49:31.531 INFO:teuthology.orchestra.run.smithi135.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-10-15T05:49:31.532 INFO:teuthology.orchestra.run.smithi135.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-10-15T05:49:31.532 INFO:teuthology.orchestra.run.smithi135.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-10-15T05:49:31.532 INFO:teuthology.orchestra.run.smithi135.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-10-15T05:49:31.533 INFO:teuthology.orchestra.run.smithi135.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-10-15T05:49:31.592 INFO:teuthology.orchestra.run.smithi005.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [893 kB] 2023-10-15T05:49:31.604 INFO:teuthology.orchestra.run.smithi005.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [473 kB] 2023-10-15T05:49:31.608 INFO:teuthology.orchestra.run.smithi005.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.1 kB] 2023-10-15T05:49:31.609 INFO:teuthology.orchestra.run.smithi005.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,383 kB] 2023-10-15T05:49:31.655 INFO:teuthology.orchestra.run.smithi005.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [34.6 kB] 2023-10-15T05:49:31.656 INFO:teuthology.orchestra.run.smithi005.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [334 kB] 2023-10-15T05:49:31.658 INFO:teuthology.orchestra.run.smithi005.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [572 B] 2023-10-15T05:49:31.659 INFO:teuthology.orchestra.run.smithi005.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [750 kB] 2023-10-15T05:49:31.664 INFO:teuthology.orchestra.run.smithi005.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,123 kB] 2023-10-15T05:49:31.672 INFO:teuthology.orchestra.run.smithi005.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [268 kB] 2023-10-15T05:49:31.684 INFO:teuthology.orchestra.run.smithi005.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.6 kB] 2023-10-15T05:49:31.684 INFO:teuthology.orchestra.run.smithi005.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-10-15T05:49:31.685 INFO:teuthology.orchestra.run.smithi005.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,436 B] 2023-10-15T05:49:31.686 INFO:teuthology.orchestra.run.smithi005.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-10-15T05:49:31.686 INFO:teuthology.orchestra.run.smithi005.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-10-15T05:49:31.687 INFO:teuthology.orchestra.run.smithi005.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-10-15T05:49:31.687 INFO:teuthology.orchestra.run.smithi005.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-10-15T05:49:31.705 INFO:teuthology.orchestra.run.smithi005.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-10-15T05:49:31.706 INFO:teuthology.orchestra.run.smithi005.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-10-15T05:49:31.706 INFO:teuthology.orchestra.run.smithi005.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-10-15T05:49:31.707 INFO:teuthology.orchestra.run.smithi005.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-10-15T05:49:31.772 INFO:teuthology.orchestra.run.smithi057.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,500 kB] 2023-10-15T05:49:31.960 INFO:teuthology.orchestra.run.smithi057.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [390 kB] 2023-10-15T05:49:31.974 INFO:teuthology.orchestra.run.smithi057.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-10-15T05:49:31.975 INFO:teuthology.orchestra.run.smithi057.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [33.3 kB] 2023-10-15T05:49:31.976 INFO:teuthology.orchestra.run.smithi057.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,267 kB] 2023-10-15T05:49:32.044 INFO:teuthology.orchestra.run.smithi057.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [317 kB] 2023-10-15T05:49:32.050 INFO:teuthology.orchestra.run.smithi057.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [572 B] 2023-10-15T05:49:32.050 INFO:teuthology.orchestra.run.smithi057.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [617 kB] 2023-10-15T05:49:32.061 INFO:teuthology.orchestra.run.smithi057.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [891 kB] 2023-10-15T05:49:32.259 INFO:teuthology.orchestra.run.smithi057.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [186 kB] 2023-10-15T05:49:32.677 INFO:teuthology.orchestra.run.smithi057.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-10-15T05:49:32.683 INFO:teuthology.orchestra.run.smithi057.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-10-15T05:49:32.690 INFO:teuthology.orchestra.run.smithi057.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,196 B] 2023-10-15T05:49:32.693 INFO:teuthology.orchestra.run.smithi057.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-10-15T05:49:32.695 INFO:teuthology.orchestra.run.smithi057.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-10-15T05:49:35.334 INFO:teuthology.orchestra.run.smithi057.stdout:Fetched 17.6 MB in 3s (6,614 kB/s) 2023-10-15T05:49:35.350 INFO:teuthology.orchestra.run.smithi135.stdout:Fetched 17.6 MB in 3s (6,900 kB/s) 2023-10-15T05:49:35.507 INFO:teuthology.orchestra.run.smithi005.stdout:Fetched 17.6 MB in 3s (6,705 kB/s) 2023-10-15T05:49:36.756 INFO:teuthology.orchestra.run.smithi057.stdout:Reading package lists... 2023-10-15T05:49:36.783 DEBUG:teuthology.orchestra.run.smithi057:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-10-15T05:49:36.851 INFO:teuthology.orchestra.run.smithi057.stdout:Reading package lists... 2023-10-15T05:49:36.869 INFO:teuthology.orchestra.run.smithi135.stdout:Reading package lists... 2023-10-15T05:49:36.895 DEBUG:teuthology.orchestra.run.smithi135:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-10-15T05:49:36.966 INFO:teuthology.orchestra.run.smithi135.stdout:Reading package lists... 2023-10-15T05:49:36.982 INFO:teuthology.orchestra.run.smithi005.stdout:Reading package lists... 2023-10-15T05:49:37.009 DEBUG:teuthology.orchestra.run.smithi005:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-10-15T05:49:37.056 INFO:teuthology.orchestra.run.smithi057.stdout:Building dependency tree... 2023-10-15T05:49:37.057 INFO:teuthology.orchestra.run.smithi057.stdout:Reading state information... 2023-10-15T05:49:37.078 INFO:teuthology.orchestra.run.smithi005.stdout:Reading package lists... 2023-10-15T05:49:37.167 INFO:teuthology.orchestra.run.smithi135.stdout:Building dependency tree... 2023-10-15T05:49:37.168 INFO:teuthology.orchestra.run.smithi135.stdout:Reading state information... 2023-10-15T05:49:37.238 INFO:teuthology.orchestra.run.smithi057.stdout:The following additional packages will be installed: 2023-10-15T05:49:37.238 INFO:teuthology.orchestra.run.smithi057.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-10-15T05:49:37.238 INFO:teuthology.orchestra.run.smithi057.stdout: libusbmuxd6 linux-image-5.15.0-86-generic linux-modules-5.15.0-86-generic 2023-10-15T05:49:37.239 INFO:teuthology.orchestra.run.smithi057.stdout: linux-modules-extra-5.15.0-86-generic thermald upower usbmuxd 2023-10-15T05:49:37.239 INFO:teuthology.orchestra.run.smithi057.stdout:Suggested packages: 2023-10-15T05:49:37.239 INFO:teuthology.orchestra.run.smithi057.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-10-15T05:49:37.239 INFO:teuthology.orchestra.run.smithi057.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-86-generic 2023-10-15T05:49:37.284 INFO:teuthology.orchestra.run.smithi005.stdout:Building dependency tree... 2023-10-15T05:49:37.285 INFO:teuthology.orchestra.run.smithi005.stdout:Reading state information... 2023-10-15T05:49:37.287 INFO:teuthology.orchestra.run.smithi057.stdout:The following NEW packages will be installed: 2023-10-15T05:49:37.287 INFO:teuthology.orchestra.run.smithi057.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-10-15T05:49:37.287 INFO:teuthology.orchestra.run.smithi057.stdout: libusbmuxd6 linux-image-5.15.0-86-generic linux-image-generic-hwe-20.04 2023-10-15T05:49:37.288 INFO:teuthology.orchestra.run.smithi057.stdout: linux-modules-5.15.0-86-generic linux-modules-extra-5.15.0-86-generic 2023-10-15T05:49:37.288 INFO:teuthology.orchestra.run.smithi057.stdout: thermald upower usbmuxd 2023-10-15T05:49:37.339 INFO:teuthology.orchestra.run.smithi135.stdout:The following additional packages will be installed: 2023-10-15T05:49:37.340 INFO:teuthology.orchestra.run.smithi135.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-10-15T05:49:37.340 INFO:teuthology.orchestra.run.smithi135.stdout: libusbmuxd6 linux-image-5.15.0-86-generic linux-modules-5.15.0-86-generic 2023-10-15T05:49:37.340 INFO:teuthology.orchestra.run.smithi135.stdout: linux-modules-extra-5.15.0-86-generic thermald upower usbmuxd 2023-10-15T05:49:37.341 INFO:teuthology.orchestra.run.smithi135.stdout:Suggested packages: 2023-10-15T05:49:37.341 INFO:teuthology.orchestra.run.smithi135.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-10-15T05:49:37.342 INFO:teuthology.orchestra.run.smithi135.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-86-generic 2023-10-15T05:49:37.396 INFO:teuthology.orchestra.run.smithi135.stdout:The following NEW packages will be installed: 2023-10-15T05:49:37.396 INFO:teuthology.orchestra.run.smithi135.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-10-15T05:49:37.397 INFO:teuthology.orchestra.run.smithi135.stdout: libusbmuxd6 linux-image-5.15.0-86-generic linux-image-generic-hwe-20.04 2023-10-15T05:49:37.397 INFO:teuthology.orchestra.run.smithi135.stdout: linux-modules-5.15.0-86-generic linux-modules-extra-5.15.0-86-generic 2023-10-15T05:49:37.397 INFO:teuthology.orchestra.run.smithi135.stdout: thermald upower usbmuxd 2023-10-15T05:49:37.450 INFO:teuthology.orchestra.run.smithi135.stdout:0 upgraded, 13 newly installed, 0 to remove and 274 not upgraded. 2023-10-15T05:49:37.450 INFO:teuthology.orchestra.run.smithi135.stdout:Need to get 90.9 MB of archives. 2023-10-15T05:49:37.451 INFO:teuthology.orchestra.run.smithi135.stdout:After this operation, 497 MB of additional disk space will be used. 2023-10-15T05:49:37.451 INFO:teuthology.orchestra.run.smithi135.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-10-15T05:49:37.473 INFO:teuthology.orchestra.run.smithi057.stdout:0 upgraded, 13 newly installed, 0 to remove and 274 not upgraded. 2023-10-15T05:49:37.473 INFO:teuthology.orchestra.run.smithi057.stdout:Need to get 90.9 MB of archives. 2023-10-15T05:49:37.473 INFO:teuthology.orchestra.run.smithi057.stdout:After this operation, 497 MB of additional disk space will be used. 2023-10-15T05:49:37.474 INFO:teuthology.orchestra.run.smithi057.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-10-15T05:49:37.474 INFO:teuthology.orchestra.run.smithi005.stdout:The following additional packages will be installed: 2023-10-15T05:49:37.474 INFO:teuthology.orchestra.run.smithi005.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-10-15T05:49:37.475 INFO:teuthology.orchestra.run.smithi005.stdout: libusbmuxd6 linux-image-5.15.0-86-generic linux-modules-5.15.0-86-generic 2023-10-15T05:49:37.475 INFO:teuthology.orchestra.run.smithi005.stdout: linux-modules-extra-5.15.0-86-generic thermald upower usbmuxd 2023-10-15T05:49:37.475 INFO:teuthology.orchestra.run.smithi005.stdout:Suggested packages: 2023-10-15T05:49:37.475 INFO:teuthology.orchestra.run.smithi005.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-10-15T05:49:37.476 INFO:teuthology.orchestra.run.smithi005.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-86-generic 2023-10-15T05:49:37.507 INFO:teuthology.orchestra.run.smithi135.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-10-15T05:49:37.513 INFO:teuthology.orchestra.run.smithi135.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-10-15T05:49:37.517 INFO:teuthology.orchestra.run.smithi135.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-10-15T05:49:37.523 INFO:teuthology.orchestra.run.smithi005.stdout:The following NEW packages will be installed: 2023-10-15T05:49:37.523 INFO:teuthology.orchestra.run.smithi005.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-10-15T05:49:37.524 INFO:teuthology.orchestra.run.smithi005.stdout: libusbmuxd6 linux-image-5.15.0-86-generic linux-image-generic-hwe-20.04 2023-10-15T05:49:37.524 INFO:teuthology.orchestra.run.smithi005.stdout: linux-modules-5.15.0-86-generic linux-modules-extra-5.15.0-86-generic 2023-10-15T05:49:37.524 INFO:teuthology.orchestra.run.smithi005.stdout: thermald upower usbmuxd 2023-10-15T05:49:37.532 INFO:teuthology.orchestra.run.smithi135.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-10-15T05:49:37.539 INFO:teuthology.orchestra.run.smithi135.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-86-generic amd64 5.15.0-86.96~20.04.1 [20.9 MB] 2023-10-15T05:49:37.611 INFO:teuthology.orchestra.run.smithi005.stdout:0 upgraded, 13 newly installed, 0 to remove and 274 not upgraded. 2023-10-15T05:49:37.612 INFO:teuthology.orchestra.run.smithi005.stdout:Need to get 90.9 MB of archives. 2023-10-15T05:49:37.612 INFO:teuthology.orchestra.run.smithi005.stdout:After this operation, 497 MB of additional disk space will be used. 2023-10-15T05:49:37.612 INFO:teuthology.orchestra.run.smithi005.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-10-15T05:49:37.736 INFO:teuthology.orchestra.run.smithi005.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-10-15T05:49:37.746 INFO:teuthology.orchestra.run.smithi057.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-10-15T05:49:37.755 INFO:teuthology.orchestra.run.smithi005.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-10-15T05:49:37.766 INFO:teuthology.orchestra.run.smithi005.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-10-15T05:49:37.775 INFO:teuthology.orchestra.run.smithi057.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-10-15T05:49:37.793 INFO:teuthology.orchestra.run.smithi057.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-10-15T05:49:37.798 INFO:teuthology.orchestra.run.smithi005.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-10-15T05:49:37.806 INFO:teuthology.orchestra.run.smithi005.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-86-generic amd64 5.15.0-86.96~20.04.1 [20.9 MB] 2023-10-15T05:49:37.820 INFO:teuthology.orchestra.run.smithi135.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-86-generic amd64 5.15.0-86.96~20.04.1 [11.4 MB] 2023-10-15T05:49:37.867 INFO:teuthology.orchestra.run.smithi057.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-10-15T05:49:37.904 INFO:teuthology.orchestra.run.smithi057.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-86-generic amd64 5.15.0-86.96~20.04.1 [20.9 MB] 2023-10-15T05:49:37.919 INFO:teuthology.orchestra.run.smithi135.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-86-generic amd64 5.15.0-86.96~20.04.1 [58.0 MB] 2023-10-15T05:49:38.417 INFO:teuthology.orchestra.run.smithi005.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-86-generic amd64 5.15.0-86.96~20.04.1 [11.4 MB] 2023-10-15T05:49:38.520 INFO:teuthology.orchestra.run.smithi005.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-86-generic amd64 5.15.0-86.96~20.04.1 [58.0 MB] 2023-10-15T05:49:38.639 INFO:teuthology.orchestra.run.smithi135.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.86.96~20.04.44 [2,648 B] 2023-10-15T05:49:38.639 INFO:teuthology.orchestra.run.smithi135.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-10-15T05:49:38.640 INFO:teuthology.orchestra.run.smithi135.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-10-15T05:49:38.646 INFO:teuthology.orchestra.run.smithi135.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-10-15T05:49:38.649 INFO:teuthology.orchestra.run.smithi135.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-10-15T05:49:38.856 INFO:teuthology.orchestra.run.smithi057.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-86-generic amd64 5.15.0-86.96~20.04.1 [11.4 MB] 2023-10-15T05:49:39.144 INFO:teuthology.orchestra.run.smithi057.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-86-generic amd64 5.15.0-86.96~20.04.1 [58.0 MB] 2023-10-15T05:49:39.316 INFO:teuthology.orchestra.run.smithi135.stdout:Fetched 90.9 MB in 1s (73.0 MB/s) 2023-10-15T05:49:39.403 INFO:teuthology.orchestra.run.smithi005.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.86.96~20.04.44 [2,648 B] 2023-10-15T05:49:39.403 INFO:teuthology.orchestra.run.smithi005.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-10-15T05:49:39.404 INFO:teuthology.orchestra.run.smithi005.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-10-15T05:49:39.410 INFO:teuthology.orchestra.run.smithi005.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-10-15T05:49:39.413 INFO:teuthology.orchestra.run.smithi005.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-10-15T05:49:39.505 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-10-15T05:49:40.086 INFO:teuthology.orchestra.run.smithi005.stdout:Fetched 90.9 MB in 2s (48.3 MB/s) 2023-10-15T05:49:40.279 INFO:teuthology.orchestra.run.smithi005.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-10-15T05:49:41.019 INFO:teuthology.orchestra.run.smithi057.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.86.96~20.04.44 [2,648 B] 2023-10-15T05:49:41.092 INFO:teuthology.orchestra.run.smithi057.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-10-15T05:49:41.093 INFO:teuthology.orchestra.run.smithi057.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-10-15T05:49:41.262 INFO:teuthology.orchestra.run.smithi057.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-10-15T05:49:41.338 INFO:teuthology.orchestra.run.smithi135.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-10-15T05:49:41.342 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-10-15T05:49:41.468 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-10-15T05:49:41.608 INFO:teuthology.orchestra.run.smithi057.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-10-15T05:49:41.830 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libplist3:amd64. 2023-10-15T05:49:41.843 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-10-15T05:49:41.880 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-10-15T05:49:41.992 INFO:teuthology.orchestra.run.smithi005.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-10-15T05:49:41.997 INFO:teuthology.orchestra.run.smithi005.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-10-15T05:49:42.151 INFO:teuthology.orchestra.run.smithi005.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-10-15T05:49:42.241 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-10-15T05:49:42.255 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-10-15T05:49:42.299 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-10-15T05:49:42.300 INFO:teuthology.orchestra.run.smithi057.stdout:Fetched 90.9 MB in 4s (21.0 MB/s) 2023-10-15T05:49:42.513 INFO:teuthology.orchestra.run.smithi005.stdout:Selecting previously unselected package libplist3:amd64. 2023-10-15T05:49:42.517 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-10-15T05:49:42.528 INFO:teuthology.orchestra.run.smithi005.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-10-15T05:49:42.571 INFO:teuthology.orchestra.run.smithi005.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-10-15T05:49:42.619 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-10-15T05:49:42.634 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-10-15T05:49:42.677 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-10-15T05:49:42.924 INFO:teuthology.orchestra.run.smithi005.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-10-15T05:49:42.939 INFO:teuthology.orchestra.run.smithi005.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-10-15T05:49:42.982 INFO:teuthology.orchestra.run.smithi005.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-10-15T05:49:43.038 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-10-15T05:49:43.052 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-10-15T05:49:43.096 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-10-15T05:49:43.302 INFO:teuthology.orchestra.run.smithi005.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-10-15T05:49:43.317 INFO:teuthology.orchestra.run.smithi005.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-10-15T05:49:43.385 INFO:teuthology.orchestra.run.smithi005.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-10-15T05:49:43.416 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package linux-modules-5.15.0-86-generic. 2023-10-15T05:49:43.429 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../05-linux-modules-5.15.0-86-generic_5.15.0-86.96~20.04.1_amd64.deb ... 2023-10-15T05:49:43.465 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking linux-modules-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-15T05:49:43.730 INFO:teuthology.orchestra.run.smithi005.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-10-15T05:49:43.743 INFO:teuthology.orchestra.run.smithi005.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-10-15T05:49:43.780 INFO:teuthology.orchestra.run.smithi005.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-10-15T05:49:44.133 INFO:teuthology.orchestra.run.smithi005.stdout:Selecting previously unselected package linux-modules-5.15.0-86-generic. 2023-10-15T05:49:44.146 INFO:teuthology.orchestra.run.smithi005.stdout:Preparing to unpack .../05-linux-modules-5.15.0-86-generic_5.15.0-86.96~20.04.1_amd64.deb ... 2023-10-15T05:49:44.199 INFO:teuthology.orchestra.run.smithi005.stdout:Unpacking linux-modules-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-15T05:49:44.262 INFO:teuthology.orchestra.run.smithi057.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-10-15T05:49:44.267 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-10-15T05:49:44.441 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-10-15T05:49:44.911 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package libplist3:amd64. 2023-10-15T05:49:44.926 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-10-15T05:49:44.986 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-10-15T05:49:45.314 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-10-15T05:49:45.327 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-10-15T05:49:45.364 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-10-15T05:49:45.726 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-10-15T05:49:45.740 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-10-15T05:49:45.784 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-10-15T05:49:46.016 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package linux-image-5.15.0-86-generic. 2023-10-15T05:49:46.029 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../06-linux-image-5.15.0-86-generic_5.15.0-86.96~20.04.1_amd64.deb ... 2023-10-15T05:49:46.137 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-10-15T05:49:46.145 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking linux-image-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-15T05:49:46.153 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-10-15T05:49:46.196 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-10-15T05:49:46.524 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package linux-modules-5.15.0-86-generic. 2023-10-15T05:49:46.539 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../05-linux-modules-5.15.0-86-generic_5.15.0-86.96~20.04.1_amd64.deb ... 2023-10-15T05:49:46.607 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking linux-modules-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-15T05:49:46.703 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-86-generic. 2023-10-15T05:49:46.715 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-86-generic_5.15.0-86.96~20.04.1_amd64.deb ... 2023-10-15T05:49:46.752 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking linux-modules-extra-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-15T05:49:46.784 INFO:teuthology.orchestra.run.smithi005.stdout:Selecting previously unselected package linux-image-5.15.0-86-generic. 2023-10-15T05:49:46.799 INFO:teuthology.orchestra.run.smithi005.stdout:Preparing to unpack .../06-linux-image-5.15.0-86-generic_5.15.0-86.96~20.04.1_amd64.deb ... 2023-10-15T05:49:46.922 INFO:teuthology.orchestra.run.smithi005.stdout:Unpacking linux-image-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-15T05:49:47.453 INFO:teuthology.orchestra.run.smithi005.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-86-generic. 2023-10-15T05:49:47.467 INFO:teuthology.orchestra.run.smithi005.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-86-generic_5.15.0-86.96~20.04.1_amd64.deb ... 2023-10-15T05:49:47.511 INFO:teuthology.orchestra.run.smithi005.stdout:Unpacking linux-modules-extra-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-15T05:49:49.169 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package linux-image-5.15.0-86-generic. 2023-10-15T05:49:49.182 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../06-linux-image-5.15.0-86-generic_5.15.0-86.96~20.04.1_amd64.deb ... 2023-10-15T05:49:49.278 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking linux-image-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-15T05:49:49.796 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-86-generic. 2023-10-15T05:49:49.811 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-86-generic_5.15.0-86.96~20.04.1_amd64.deb ... 2023-10-15T05:49:49.854 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking linux-modules-extra-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-15T05:49:53.798 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-10-15T05:49:53.814 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.86.96~20.04.44_amd64.deb ... 2023-10-15T05:49:53.858 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.86.96~20.04.44) ... 2023-10-15T05:49:54.176 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libevdev2:amd64. 2023-10-15T05:49:54.189 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-10-15T05:49:54.226 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-10-15T05:49:54.505 INFO:teuthology.orchestra.run.smithi005.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-10-15T05:49:54.523 INFO:teuthology.orchestra.run.smithi005.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.86.96~20.04.44_amd64.deb ... 2023-10-15T05:49:54.570 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package thermald. 2023-10-15T05:49:54.586 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-10-15T05:49:54.588 INFO:teuthology.orchestra.run.smithi005.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.86.96~20.04.44) ... 2023-10-15T05:49:54.621 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-10-15T05:49:54.907 INFO:teuthology.orchestra.run.smithi005.stdout:Selecting previously unselected package libevdev2:amd64. 2023-10-15T05:49:54.924 INFO:teuthology.orchestra.run.smithi005.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-10-15T05:49:54.965 INFO:teuthology.orchestra.run.smithi005.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-10-15T05:49:55.143 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package upower. 2023-10-15T05:49:55.156 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-10-15T05:49:55.238 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking upower (0.99.11-1build2) ... 2023-10-15T05:49:55.377 INFO:teuthology.orchestra.run.smithi005.stdout:Selecting previously unselected package thermald. 2023-10-15T05:49:55.391 INFO:teuthology.orchestra.run.smithi005.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-10-15T05:49:55.435 INFO:teuthology.orchestra.run.smithi005.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-10-15T05:49:55.655 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package usbmuxd. 2023-10-15T05:49:55.669 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-10-15T05:49:55.705 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-10-15T05:49:55.998 INFO:teuthology.orchestra.run.smithi005.stdout:Selecting previously unselected package upower. 2023-10-15T05:49:56.012 INFO:teuthology.orchestra.run.smithi005.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-10-15T05:49:56.024 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-10-15T05:49:56.096 INFO:teuthology.orchestra.run.smithi005.stdout:Unpacking upower (0.99.11-1build2) ... 2023-10-15T05:49:56.151 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-10-15T05:49:56.278 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-10-15T05:49:56.404 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-10-15T05:49:56.478 INFO:teuthology.orchestra.run.smithi005.stdout:Selecting previously unselected package usbmuxd. 2023-10-15T05:49:56.494 INFO:teuthology.orchestra.run.smithi005.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-10-15T05:49:56.536 INFO:teuthology.orchestra.run.smithi005.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-10-15T05:49:56.538 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-10-15T05:49:56.680 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-10-15T05:49:56.799 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up upower (0.99.11-1build2) ... 2023-10-15T05:49:56.819 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-10-15T05:49:56.837 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.86.96~20.04.44_amd64.deb ... 2023-10-15T05:49:56.877 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.86.96~20.04.44) ... 2023-10-15T05:49:56.968 INFO:teuthology.orchestra.run.smithi005.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-10-15T05:49:57.115 INFO:teuthology.orchestra.run.smithi005.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-10-15T05:49:57.241 INFO:teuthology.orchestra.run.smithi005.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-10-15T05:49:57.326 INFO:teuthology.orchestra.run.smithi135.stdout:upower.service is a disabled or a static unit, not starting it. 2023-10-15T05:49:57.367 INFO:teuthology.orchestra.run.smithi005.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-10-15T05:49:57.378 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-10-15T05:49:57.493 INFO:teuthology.orchestra.run.smithi005.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-10-15T05:49:57.573 INFO:teuthology.orchestra.run.smithi135.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-10-15T05:49:57.589 INFO:teuthology.orchestra.run.smithi135.stdout:Adding system user `usbmux' (UID 114) ... 2023-10-15T05:49:57.589 INFO:teuthology.orchestra.run.smithi135.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-10-15T05:49:57.645 INFO:teuthology.orchestra.run.smithi005.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-10-15T05:49:57.771 INFO:teuthology.orchestra.run.smithi005.stdout:Setting up upower (0.99.11-1build2) ... 2023-10-15T05:49:57.797 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package libevdev2:amd64. 2023-10-15T05:49:57.815 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-10-15T05:49:57.904 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-10-15T05:49:58.062 INFO:teuthology.orchestra.run.smithi135.stdout:Not creating home directory `/var/lib/usbmux'. 2023-10-15T05:49:58.284 INFO:teuthology.orchestra.run.smithi135.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-10-15T05:49:58.297 INFO:teuthology.orchestra.run.smithi005.stdout:upower.service is a disabled or a static unit, not starting it. 2023-10-15T05:49:58.307 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package thermald. 2023-10-15T05:49:58.321 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-10-15T05:49:58.342 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-10-15T05:49:58.349 INFO:teuthology.orchestra.run.smithi005.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-10-15T05:49:58.366 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-10-15T05:49:58.542 INFO:teuthology.orchestra.run.smithi005.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-10-15T05:49:58.551 INFO:teuthology.orchestra.run.smithi005.stdout:Adding system user `usbmux' (UID 114) ... 2023-10-15T05:49:58.551 INFO:teuthology.orchestra.run.smithi005.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-10-15T05:49:58.642 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-10-15T05:49:58.642 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-10-15T05:49:58.921 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package upower. 2023-10-15T05:49:58.937 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-10-15T05:49:58.994 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking upower (0.99.11-1build2) ... 2023-10-15T05:49:59.092 INFO:teuthology.orchestra.run.smithi005.stdout:Not creating home directory `/var/lib/usbmux'. 2023-10-15T05:49:59.095 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up linux-image-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-15T05:49:59.311 INFO:teuthology.orchestra.run.smithi005.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-10-15T05:49:59.355 INFO:teuthology.orchestra.run.smithi005.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-10-15T05:49:59.409 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package usbmuxd. 2023-10-15T05:49:59.425 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-10-15T05:49:59.467 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-10-15T05:49:59.692 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-10-15T05:49:59.693 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-10-15T05:49:59.753 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-10-15T05:49:59.889 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-10-15T05:49:59.990 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-10-15T05:50:00.091 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-10-15T05:50:00.125 INFO:teuthology.orchestra.run.smithi005.stdout:Setting up linux-image-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-15T05:50:00.217 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-10-15T05:50:00.368 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-10-15T05:50:00.419 INFO:teuthology.orchestra.run.smithi135.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-86-generic 2023-10-15T05:50:00.420 INFO:teuthology.orchestra.run.smithi135.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-86-generic 2023-10-15T05:50:00.494 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up upower (0.99.11-1build2) ... 2023-10-15T05:50:00.566 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up linux-modules-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-15T05:50:01.089 INFO:teuthology.orchestra.run.smithi057.stdout:upower.service is a disabled or a static unit, not starting it. 2023-10-15T05:50:01.132 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-10-15T05:50:01.298 INFO:teuthology.orchestra.run.smithi057.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-10-15T05:50:01.311 INFO:teuthology.orchestra.run.smithi057.stdout:Adding system user `usbmux' (UID 114) ... 2023-10-15T05:50:01.311 INFO:teuthology.orchestra.run.smithi057.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-10-15T05:50:01.469 INFO:teuthology.orchestra.run.smithi005.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-86-generic 2023-10-15T05:50:01.469 INFO:teuthology.orchestra.run.smithi005.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-86-generic 2023-10-15T05:50:01.654 INFO:teuthology.orchestra.run.smithi005.stdout:Setting up linux-modules-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-15T05:50:01.810 INFO:teuthology.orchestra.run.smithi057.stdout:Not creating home directory `/var/lib/usbmux'. 2023-10-15T05:50:01.942 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up linux-modules-extra-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-15T05:50:02.018 INFO:teuthology.orchestra.run.smithi057.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-10-15T05:50:02.056 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-10-15T05:50:02.334 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-10-15T05:50:02.335 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-10-15T05:50:02.759 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up linux-image-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-15T05:50:03.104 INFO:teuthology.orchestra.run.smithi005.stdout:Setting up linux-modules-extra-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-15T05:50:03.343 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.86.96~20.04.44) ... 2023-10-15T05:50:03.486 INFO:teuthology.orchestra.run.smithi135.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-10-15T05:50:03.775 INFO:teuthology.orchestra.run.smithi135.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-10-15T05:50:04.133 INFO:teuthology.orchestra.run.smithi057.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-86-generic 2023-10-15T05:50:04.134 INFO:teuthology.orchestra.run.smithi057.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-86-generic 2023-10-15T05:50:04.312 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up linux-modules-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-15T05:50:04.531 INFO:teuthology.orchestra.run.smithi005.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.86.96~20.04.44) ... 2023-10-15T05:50:04.536 INFO:teuthology.orchestra.run.smithi135.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-10-15T05:50:04.637 INFO:teuthology.orchestra.run.smithi135.stdout:Processing triggers for linux-image-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-15T05:50:04.656 INFO:teuthology.orchestra.run.smithi005.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-10-15T05:50:04.711 INFO:teuthology.orchestra.run.smithi135.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-10-15T05:50:04.712 INFO:teuthology.orchestra.run.smithi135.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-86-generic 2023-10-15T05:50:04.995 INFO:teuthology.orchestra.run.smithi005.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-10-15T05:50:05.738 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up linux-modules-extra-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-15T05:50:06.782 INFO:teuthology.orchestra.run.smithi005.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-10-15T05:50:06.874 INFO:teuthology.orchestra.run.smithi005.stdout:Processing triggers for linux-image-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-15T05:50:06.940 INFO:teuthology.orchestra.run.smithi005.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-10-15T05:50:06.940 INFO:teuthology.orchestra.run.smithi005.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-86-generic 2023-10-15T05:50:07.189 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.86.96~20.04.44) ... 2023-10-15T05:50:07.315 INFO:teuthology.orchestra.run.smithi057.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-10-15T05:50:07.637 INFO:teuthology.orchestra.run.smithi057.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-10-15T05:50:08.415 INFO:teuthology.orchestra.run.smithi057.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-10-15T05:50:08.540 INFO:teuthology.orchestra.run.smithi057.stdout:Processing triggers for linux-image-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-15T05:50:08.608 INFO:teuthology.orchestra.run.smithi057.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-10-15T05:50:08.608 INFO:teuthology.orchestra.run.smithi057.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-86-generic 2023-10-15T05:50:30.978 INFO:teuthology.orchestra.run.smithi135.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-10-15T05:50:30.978 INFO:teuthology.orchestra.run.smithi135.stdout:Sourcing file `/etc/default/grub' 2023-10-15T05:50:30.983 INFO:teuthology.orchestra.run.smithi135.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-10-15T05:50:31.014 INFO:teuthology.orchestra.run.smithi135.stdout:Generating grub configuration file ... 2023-10-15T05:50:31.328 INFO:teuthology.orchestra.run.smithi135.stdout:Found linux image: /boot/vmlinuz-5.15.0-86-generic 2023-10-15T05:50:31.346 INFO:teuthology.orchestra.run.smithi135.stdout:Found initrd image: /boot/initrd.img-5.15.0-86-generic 2023-10-15T05:50:31.759 INFO:teuthology.orchestra.run.smithi135.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-10-15T05:50:31.770 INFO:teuthology.orchestra.run.smithi135.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-10-15T05:50:33.021 INFO:teuthology.orchestra.run.smithi005.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-10-15T05:50:33.021 INFO:teuthology.orchestra.run.smithi005.stdout:Sourcing file `/etc/default/grub' 2023-10-15T05:50:33.040 INFO:teuthology.orchestra.run.smithi005.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-10-15T05:50:33.073 INFO:teuthology.orchestra.run.smithi005.stdout:Generating grub configuration file ... 2023-10-15T05:50:33.548 INFO:teuthology.orchestra.run.smithi005.stdout:Found linux image: /boot/vmlinuz-5.15.0-86-generic 2023-10-15T05:50:33.573 INFO:teuthology.orchestra.run.smithi005.stdout:Found initrd image: /boot/initrd.img-5.15.0-86-generic 2023-10-15T05:50:33.626 INFO:teuthology.orchestra.run.smithi135.stdout:done 2023-10-15T05:50:33.987 INFO:teuthology.orchestra.run.smithi005.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-10-15T05:50:33.999 INFO:teuthology.orchestra.run.smithi005.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-10-15T05:50:34.070 DEBUG:teuthology.orchestra.run.smithi135:> dpkg -s linux-image-generic-hwe-20.04 2023-10-15T05:50:34.115 INFO:teuthology.orchestra.run.smithi135.stdout:Package: linux-image-generic-hwe-20.04 2023-10-15T05:50:34.115 INFO:teuthology.orchestra.run.smithi135.stdout:Status: install ok installed 2023-10-15T05:50:34.116 INFO:teuthology.orchestra.run.smithi135.stdout:Priority: optional 2023-10-15T05:50:34.116 INFO:teuthology.orchestra.run.smithi135.stdout:Section: kernel 2023-10-15T05:50:34.116 INFO:teuthology.orchestra.run.smithi135.stdout:Installed-Size: 20 2023-10-15T05:50:34.117 INFO:teuthology.orchestra.run.smithi135.stdout:Maintainer: Ubuntu Kernel Team 2023-10-15T05:50:34.117 INFO:teuthology.orchestra.run.smithi135.stdout:Architecture: amd64 2023-10-15T05:50:34.117 INFO:teuthology.orchestra.run.smithi135.stdout:Source: linux-meta-hwe-5.15 2023-10-15T05:50:34.117 INFO:teuthology.orchestra.run.smithi135.stdout:Version: 5.15.0.86.96~20.04.44 2023-10-15T05:50:34.118 INFO:teuthology.orchestra.run.smithi135.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-86), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-10-15T05:50:34.118 INFO:teuthology.orchestra.run.smithi135.stdout:Depends: linux-image-5.15.0-86-generic, linux-modules-extra-5.15.0-86-generic, linux-firmware, intel-microcode, amd64-microcode 2023-10-15T05:50:34.118 INFO:teuthology.orchestra.run.smithi135.stdout:Recommends: thermald 2023-10-15T05:50:34.118 INFO:teuthology.orchestra.run.smithi135.stdout:Description: Generic Linux kernel image 2023-10-15T05:50:34.118 INFO:teuthology.orchestra.run.smithi135.stdout: This package will always depend on the latest generic kernel image 2023-10-15T05:50:34.119 INFO:teuthology.orchestra.run.smithi135.stdout: available. 2023-10-15T05:50:34.121 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-86-generic 2023-10-15T05:50:34.121 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-15T05:50:34.121 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-15T05:50:34.122 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2023-10-15T05:50:34.122 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi135.front.sepia.ceph.com, path=None, version=distro) 2023-10-15T05:50:34.122 DEBUG:teuthology.orchestra.run.smithi135:> sudo apt-get clean 2023-10-15T05:50:34.216 DEBUG:teuthology.orchestra.run.smithi135:> sudo apt-get update 2023-10-15T05:50:34.474 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-15T05:50:34.475 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-10-15T05:50:34.545 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-10-15T05:50:34.629 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-10-15T05:50:34.971 INFO:teuthology.orchestra.run.smithi057.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-10-15T05:50:34.971 INFO:teuthology.orchestra.run.smithi057.stdout:Sourcing file `/etc/default/grub' 2023-10-15T05:50:34.982 INFO:teuthology.orchestra.run.smithi057.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-10-15T05:50:35.006 INFO:teuthology.orchestra.run.smithi057.stdout:Generating grub configuration file ... 2023-10-15T05:50:35.297 INFO:teuthology.orchestra.run.smithi057.stdout:Found linux image: /boot/vmlinuz-5.15.0-86-generic 2023-10-15T05:50:35.319 INFO:teuthology.orchestra.run.smithi057.stdout:Found initrd image: /boot/initrd.img-5.15.0-86-generic 2023-10-15T05:50:35.724 INFO:teuthology.orchestra.run.smithi057.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-10-15T05:50:35.735 INFO:teuthology.orchestra.run.smithi057.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-10-15T05:50:35.910 INFO:teuthology.orchestra.run.smithi005.stdout:done 2023-10-15T05:50:36.224 INFO:teuthology.orchestra.run.smithi135.stdout:Reading package lists... 2023-10-15T05:50:36.249 DEBUG:teuthology.orchestra.run.smithi135:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-10-15T05:50:36.320 INFO:teuthology.orchestra.run.smithi135.stdout:Reading package lists... 2023-10-15T05:50:36.386 DEBUG:teuthology.orchestra.run.smithi005:> dpkg -s linux-image-generic-hwe-20.04 2023-10-15T05:50:36.431 INFO:teuthology.orchestra.run.smithi005.stdout:Package: linux-image-generic-hwe-20.04 2023-10-15T05:50:36.432 INFO:teuthology.orchestra.run.smithi005.stdout:Status: install ok installed 2023-10-15T05:50:36.432 INFO:teuthology.orchestra.run.smithi005.stdout:Priority: optional 2023-10-15T05:50:36.432 INFO:teuthology.orchestra.run.smithi005.stdout:Section: kernel 2023-10-15T05:50:36.432 INFO:teuthology.orchestra.run.smithi005.stdout:Installed-Size: 20 2023-10-15T05:50:36.433 INFO:teuthology.orchestra.run.smithi005.stdout:Maintainer: Ubuntu Kernel Team 2023-10-15T05:50:36.433 INFO:teuthology.orchestra.run.smithi005.stdout:Architecture: amd64 2023-10-15T05:50:36.433 INFO:teuthology.orchestra.run.smithi005.stdout:Source: linux-meta-hwe-5.15 2023-10-15T05:50:36.433 INFO:teuthology.orchestra.run.smithi005.stdout:Version: 5.15.0.86.96~20.04.44 2023-10-15T05:50:36.434 INFO:teuthology.orchestra.run.smithi005.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-86), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-10-15T05:50:36.434 INFO:teuthology.orchestra.run.smithi005.stdout:Depends: linux-image-5.15.0-86-generic, linux-modules-extra-5.15.0-86-generic, linux-firmware, intel-microcode, amd64-microcode 2023-10-15T05:50:36.434 INFO:teuthology.orchestra.run.smithi005.stdout:Recommends: thermald 2023-10-15T05:50:36.434 INFO:teuthology.orchestra.run.smithi005.stdout:Description: Generic Linux kernel image 2023-10-15T05:50:36.435 INFO:teuthology.orchestra.run.smithi005.stdout: This package will always depend on the latest generic kernel image 2023-10-15T05:50:36.435 INFO:teuthology.orchestra.run.smithi005.stdout: available. 2023-10-15T05:50:36.435 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-86-generic 2023-10-15T05:50:36.436 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-15T05:50:36.436 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-15T05:50:36.436 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-10-15T05:50:36.436 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi005.front.sepia.ceph.com, path=None, version=distro) 2023-10-15T05:50:36.437 DEBUG:teuthology.orchestra.run.smithi005:> sudo apt-get clean 2023-10-15T05:50:36.526 INFO:teuthology.orchestra.run.smithi135.stdout:Building dependency tree... 2023-10-15T05:50:36.526 INFO:teuthology.orchestra.run.smithi135.stdout:Reading state information... 2023-10-15T05:50:36.535 DEBUG:teuthology.orchestra.run.smithi005:> sudo apt-get update 2023-10-15T05:50:36.674 INFO:teuthology.orchestra.run.smithi005.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-15T05:50:36.680 INFO:teuthology.orchestra.run.smithi005.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-10-15T05:50:36.697 INFO:teuthology.orchestra.run.smithi005.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-10-15T05:50:36.727 INFO:teuthology.orchestra.run.smithi005.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-10-15T05:50:36.731 INFO:teuthology.orchestra.run.smithi135.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.86.96~20.04.44). 2023-10-15T05:50:36.731 INFO:teuthology.orchestra.run.smithi135.stdout:0 upgraded, 0 newly installed, 0 to remove and 274 not upgraded. 2023-10-15T05:50:36.733 DEBUG:teuthology.orchestra.run.smithi135:> dpkg -s linux-image-generic-hwe-20.04 2023-10-15T05:50:36.755 INFO:teuthology.orchestra.run.smithi135.stdout:Package: linux-image-generic-hwe-20.04 2023-10-15T05:50:36.756 INFO:teuthology.orchestra.run.smithi135.stdout:Status: install ok installed 2023-10-15T05:50:36.756 INFO:teuthology.orchestra.run.smithi135.stdout:Priority: optional 2023-10-15T05:50:36.756 INFO:teuthology.orchestra.run.smithi135.stdout:Section: kernel 2023-10-15T05:50:36.756 INFO:teuthology.orchestra.run.smithi135.stdout:Installed-Size: 20 2023-10-15T05:50:36.757 INFO:teuthology.orchestra.run.smithi135.stdout:Maintainer: Ubuntu Kernel Team 2023-10-15T05:50:36.757 INFO:teuthology.orchestra.run.smithi135.stdout:Architecture: amd64 2023-10-15T05:50:36.757 INFO:teuthology.orchestra.run.smithi135.stdout:Source: linux-meta-hwe-5.15 2023-10-15T05:50:36.757 INFO:teuthology.orchestra.run.smithi135.stdout:Version: 5.15.0.86.96~20.04.44 2023-10-15T05:50:36.757 INFO:teuthology.orchestra.run.smithi135.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-86), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-10-15T05:50:36.758 INFO:teuthology.orchestra.run.smithi135.stdout:Depends: linux-image-5.15.0-86-generic, linux-modules-extra-5.15.0-86-generic, linux-firmware, intel-microcode, amd64-microcode 2023-10-15T05:50:36.758 INFO:teuthology.orchestra.run.smithi135.stdout:Recommends: thermald 2023-10-15T05:50:36.758 INFO:teuthology.orchestra.run.smithi135.stdout:Description: Generic Linux kernel image 2023-10-15T05:50:36.758 INFO:teuthology.orchestra.run.smithi135.stdout: This package will always depend on the latest generic kernel image 2023-10-15T05:50:36.758 INFO:teuthology.orchestra.run.smithi135.stdout: available. 2023-10-15T05:50:36.759 DEBUG:teuthology.orchestra.run.smithi135:> mktemp 2023-10-15T05:50:36.766 INFO:teuthology.orchestra.run.smithi135.stdout:/tmp/tmp.RLNrTxIGBZ 2023-10-15T05:50:36.767 DEBUG:teuthology.orchestra.run.smithi135:> sudo cp /boot/grub/grub.cfg /tmp/tmp.RLNrTxIGBZ 2023-10-15T05:50:36.777 DEBUG:teuthology.orchestra.run.smithi135:> sudo chmod 0666 /tmp/tmp.RLNrTxIGBZ 2023-10-15T05:50:36.851 DEBUG:teuthology.orchestra.remote:smithi135:/tmp/tmp.RLNrTxIGBZ is 9KB 2023-10-15T05:50:36.865 DEBUG:teuthology.orchestra.run.smithi135:> rm -fr /tmp/tmp.RLNrTxIGBZ 2023-10-15T05:50:36.871 DEBUG:teuthology.orchestra.run.smithi135:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-10-15T05:50:36.881 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-10-15T05:50:36.881 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-10-15T05:50:36.881 DEBUG:teuthology.orchestra.run.smithi135:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-10-15T05:50:36.912 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-86-generic 2023-10-15T05:50:36.912 DEBUG:teuthology.orchestra.run.smithi135:> sudo update-grub 2023-10-15T05:50:37.556 INFO:teuthology.orchestra.run.smithi057.stdout:done 2023-10-15T05:50:37.993 DEBUG:teuthology.orchestra.run.smithi057:> dpkg -s linux-image-generic-hwe-20.04 2023-10-15T05:50:38.037 INFO:teuthology.orchestra.run.smithi057.stdout:Package: linux-image-generic-hwe-20.04 2023-10-15T05:50:38.037 INFO:teuthology.orchestra.run.smithi057.stdout:Status: install ok installed 2023-10-15T05:50:38.037 INFO:teuthology.orchestra.run.smithi057.stdout:Priority: optional 2023-10-15T05:50:38.038 INFO:teuthology.orchestra.run.smithi057.stdout:Section: kernel 2023-10-15T05:50:38.038 INFO:teuthology.orchestra.run.smithi057.stdout:Installed-Size: 20 2023-10-15T05:50:38.038 INFO:teuthology.orchestra.run.smithi057.stdout:Maintainer: Ubuntu Kernel Team 2023-10-15T05:50:38.038 INFO:teuthology.orchestra.run.smithi057.stdout:Architecture: amd64 2023-10-15T05:50:38.038 INFO:teuthology.orchestra.run.smithi057.stdout:Source: linux-meta-hwe-5.15 2023-10-15T05:50:38.039 INFO:teuthology.orchestra.run.smithi057.stdout:Version: 5.15.0.86.96~20.04.44 2023-10-15T05:50:38.039 INFO:teuthology.orchestra.run.smithi057.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-86), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-10-15T05:50:38.039 INFO:teuthology.orchestra.run.smithi057.stdout:Depends: linux-image-5.15.0-86-generic, linux-modules-extra-5.15.0-86-generic, linux-firmware, intel-microcode, amd64-microcode 2023-10-15T05:50:38.039 INFO:teuthology.orchestra.run.smithi057.stdout:Recommends: thermald 2023-10-15T05:50:38.039 INFO:teuthology.orchestra.run.smithi057.stdout:Description: Generic Linux kernel image 2023-10-15T05:50:38.040 INFO:teuthology.orchestra.run.smithi057.stdout: This package will always depend on the latest generic kernel image 2023-10-15T05:50:38.040 INFO:teuthology.orchestra.run.smithi057.stdout: available. 2023-10-15T05:50:38.040 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-86-generic 2023-10-15T05:50:38.040 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-15T05:50:38.040 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-15T05:50:38.041 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-10-15T05:50:38.041 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi057.front.sepia.ceph.com, path=None, version=distro) 2023-10-15T05:50:38.041 DEBUG:teuthology.orchestra.run.smithi057:> sudo apt-get clean 2023-10-15T05:50:38.114 DEBUG:teuthology.orchestra.run.smithi057:> sudo apt-get update 2023-10-15T05:50:38.250 INFO:teuthology.orchestra.run.smithi057.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-15T05:50:38.256 INFO:teuthology.orchestra.run.smithi057.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-10-15T05:50:38.273 INFO:teuthology.orchestra.run.smithi057.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-10-15T05:50:38.369 INFO:teuthology.orchestra.run.smithi057.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-10-15T05:50:38.408 INFO:teuthology.orchestra.run.smithi135.stderr:Sourcing file `/etc/default/grub' 2023-10-15T05:50:38.418 INFO:teuthology.orchestra.run.smithi135.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-10-15T05:50:38.429 INFO:teuthology.orchestra.run.smithi135.stderr:Generating grub configuration file ... 2023-10-15T05:50:38.464 INFO:teuthology.orchestra.run.smithi005.stdout:Reading package lists... 2023-10-15T05:50:38.490 DEBUG:teuthology.orchestra.run.smithi005:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-10-15T05:50:38.558 INFO:teuthology.orchestra.run.smithi005.stdout:Reading package lists... 2023-10-15T05:50:38.670 INFO:teuthology.orchestra.run.smithi135.stderr:Found linux image: /boot/vmlinuz-5.15.0-86-generic 2023-10-15T05:50:38.682 INFO:teuthology.orchestra.run.smithi135.stderr:Found initrd image: /boot/initrd.img-5.15.0-86-generic 2023-10-15T05:50:38.765 INFO:teuthology.orchestra.run.smithi005.stdout:Building dependency tree... 2023-10-15T05:50:38.765 INFO:teuthology.orchestra.run.smithi005.stdout:Reading state information... 2023-10-15T05:50:38.990 INFO:teuthology.orchestra.run.smithi005.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.86.96~20.04.44). 2023-10-15T05:50:38.991 INFO:teuthology.orchestra.run.smithi005.stdout:0 upgraded, 0 newly installed, 0 to remove and 274 not upgraded. 2023-10-15T05:50:38.992 DEBUG:teuthology.orchestra.run.smithi005:> dpkg -s linux-image-generic-hwe-20.04 2023-10-15T05:50:39.013 INFO:teuthology.orchestra.run.smithi005.stdout:Package: linux-image-generic-hwe-20.04 2023-10-15T05:50:39.014 INFO:teuthology.orchestra.run.smithi005.stdout:Status: install ok installed 2023-10-15T05:50:39.014 INFO:teuthology.orchestra.run.smithi005.stdout:Priority: optional 2023-10-15T05:50:39.014 INFO:teuthology.orchestra.run.smithi005.stdout:Section: kernel 2023-10-15T05:50:39.014 INFO:teuthology.orchestra.run.smithi005.stdout:Installed-Size: 20 2023-10-15T05:50:39.015 INFO:teuthology.orchestra.run.smithi005.stdout:Maintainer: Ubuntu Kernel Team 2023-10-15T05:50:39.015 INFO:teuthology.orchestra.run.smithi005.stdout:Architecture: amd64 2023-10-15T05:50:39.015 INFO:teuthology.orchestra.run.smithi005.stdout:Source: linux-meta-hwe-5.15 2023-10-15T05:50:39.015 INFO:teuthology.orchestra.run.smithi005.stdout:Version: 5.15.0.86.96~20.04.44 2023-10-15T05:50:39.016 INFO:teuthology.orchestra.run.smithi005.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-86), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-10-15T05:50:39.016 INFO:teuthology.orchestra.run.smithi005.stdout:Depends: linux-image-5.15.0-86-generic, linux-modules-extra-5.15.0-86-generic, linux-firmware, intel-microcode, amd64-microcode 2023-10-15T05:50:39.016 INFO:teuthology.orchestra.run.smithi005.stdout:Recommends: thermald 2023-10-15T05:50:39.016 INFO:teuthology.orchestra.run.smithi005.stdout:Description: Generic Linux kernel image 2023-10-15T05:50:39.017 INFO:teuthology.orchestra.run.smithi005.stdout: This package will always depend on the latest generic kernel image 2023-10-15T05:50:39.017 INFO:teuthology.orchestra.run.smithi005.stdout: available. 2023-10-15T05:50:39.017 DEBUG:teuthology.orchestra.run.smithi005:> mktemp 2023-10-15T05:50:39.063 INFO:teuthology.orchestra.run.smithi005.stdout:/tmp/tmp.i5gOxdCWcn 2023-10-15T05:50:39.064 DEBUG:teuthology.orchestra.run.smithi005:> sudo cp /boot/grub/grub.cfg /tmp/tmp.i5gOxdCWcn 2023-10-15T05:50:39.070 INFO:teuthology.orchestra.run.smithi135.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-10-15T05:50:39.080 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod 0666 /tmp/tmp.i5gOxdCWcn 2023-10-15T05:50:39.081 INFO:teuthology.orchestra.run.smithi135.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-10-15T05:50:39.122 DEBUG:teuthology.orchestra.remote:smithi005:/tmp/tmp.i5gOxdCWcn is 9KB 2023-10-15T05:50:39.136 DEBUG:teuthology.orchestra.run.smithi005:> rm -fr /tmp/tmp.i5gOxdCWcn 2023-10-15T05:50:39.142 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-10-15T05:50:39.200 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-10-15T05:50:39.201 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-10-15T05:50:39.201 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-10-15T05:50:39.239 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-86-generic 2023-10-15T05:50:39.239 DEBUG:teuthology.orchestra.run.smithi005:> sudo update-grub 2023-10-15T05:50:39.815 INFO:teuthology.orchestra.run.smithi135.stderr:done 2023-10-15T05:50:39.816 DEBUG:teuthology.orchestra.run.smithi135:> sudo shutdown -r now 2023-10-15T05:50:40.049 INFO:teuthology.orchestra.run.smithi057.stdout:Reading package lists... 2023-10-15T05:50:40.076 DEBUG:teuthology.orchestra.run.smithi057:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-10-15T05:50:40.146 INFO:teuthology.orchestra.run.smithi057.stdout:Reading package lists... 2023-10-15T05:50:40.331 INFO:teuthology.orchestra.run.smithi057.stdout:Building dependency tree... 2023-10-15T05:50:40.331 INFO:teuthology.orchestra.run.smithi057.stdout:Reading state information... 2023-10-15T05:50:40.496 INFO:teuthology.orchestra.run.smithi005.stderr:Sourcing file `/etc/default/grub' 2023-10-15T05:50:40.505 INFO:teuthology.orchestra.run.smithi005.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-10-15T05:50:40.514 INFO:teuthology.orchestra.run.smithi005.stderr:Generating grub configuration file ... 2023-10-15T05:50:40.549 INFO:teuthology.orchestra.run.smithi057.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.86.96~20.04.44). 2023-10-15T05:50:40.550 INFO:teuthology.orchestra.run.smithi057.stdout:0 upgraded, 0 newly installed, 0 to remove and 274 not upgraded. 2023-10-15T05:50:40.552 DEBUG:teuthology.orchestra.run.smithi057:> dpkg -s linux-image-generic-hwe-20.04 2023-10-15T05:50:40.574 INFO:teuthology.orchestra.run.smithi057.stdout:Package: linux-image-generic-hwe-20.04 2023-10-15T05:50:40.574 INFO:teuthology.orchestra.run.smithi057.stdout:Status: install ok installed 2023-10-15T05:50:40.574 INFO:teuthology.orchestra.run.smithi057.stdout:Priority: optional 2023-10-15T05:50:40.575 INFO:teuthology.orchestra.run.smithi057.stdout:Section: kernel 2023-10-15T05:50:40.575 INFO:teuthology.orchestra.run.smithi057.stdout:Installed-Size: 20 2023-10-15T05:50:40.575 INFO:teuthology.orchestra.run.smithi057.stdout:Maintainer: Ubuntu Kernel Team 2023-10-15T05:50:40.575 INFO:teuthology.orchestra.run.smithi057.stdout:Architecture: amd64 2023-10-15T05:50:40.576 INFO:teuthology.orchestra.run.smithi057.stdout:Source: linux-meta-hwe-5.15 2023-10-15T05:50:40.576 INFO:teuthology.orchestra.run.smithi057.stdout:Version: 5.15.0.86.96~20.04.44 2023-10-15T05:50:40.576 INFO:teuthology.orchestra.run.smithi057.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-86), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-10-15T05:50:40.576 INFO:teuthology.orchestra.run.smithi057.stdout:Depends: linux-image-5.15.0-86-generic, linux-modules-extra-5.15.0-86-generic, linux-firmware, intel-microcode, amd64-microcode 2023-10-15T05:50:40.576 INFO:teuthology.orchestra.run.smithi057.stdout:Recommends: thermald 2023-10-15T05:50:40.577 INFO:teuthology.orchestra.run.smithi057.stdout:Description: Generic Linux kernel image 2023-10-15T05:50:40.577 INFO:teuthology.orchestra.run.smithi057.stdout: This package will always depend on the latest generic kernel image 2023-10-15T05:50:40.577 INFO:teuthology.orchestra.run.smithi057.stdout: available. 2023-10-15T05:50:40.577 DEBUG:teuthology.orchestra.run.smithi057:> mktemp 2023-10-15T05:50:40.582 INFO:teuthology.orchestra.run.smithi057.stdout:/tmp/tmp.WcIeiXp0qI 2023-10-15T05:50:40.582 DEBUG:teuthology.orchestra.run.smithi057:> sudo cp /boot/grub/grub.cfg /tmp/tmp.WcIeiXp0qI 2023-10-15T05:50:40.639 DEBUG:teuthology.orchestra.run.smithi057:> sudo chmod 0666 /tmp/tmp.WcIeiXp0qI 2023-10-15T05:50:40.679 DEBUG:teuthology.orchestra.remote:smithi057:/tmp/tmp.WcIeiXp0qI is 9KB 2023-10-15T05:50:40.693 DEBUG:teuthology.orchestra.run.smithi057:> rm -fr /tmp/tmp.WcIeiXp0qI 2023-10-15T05:50:40.700 DEBUG:teuthology.orchestra.run.smithi057:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-10-15T05:50:40.758 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2023-10-15T05:50:40.758 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-10-15T05:50:40.759 DEBUG:teuthology.orchestra.run.smithi057:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-10-15T05:50:40.780 INFO:teuthology.orchestra.run.smithi005.stderr:Found linux image: /boot/vmlinuz-5.15.0-86-generic 2023-10-15T05:50:40.792 INFO:teuthology.orchestra.run.smithi005.stderr:Found initrd image: /boot/initrd.img-5.15.0-86-generic 2023-10-15T05:50:40.795 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-86-generic 2023-10-15T05:50:40.795 DEBUG:teuthology.orchestra.run.smithi057:> sudo update-grub 2023-10-15T05:50:41.131 INFO:teuthology.orchestra.run.smithi005.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-10-15T05:50:41.143 INFO:teuthology.orchestra.run.smithi005.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-10-15T05:50:42.114 INFO:teuthology.orchestra.run.smithi057.stderr:Sourcing file `/etc/default/grub' 2023-10-15T05:50:42.122 INFO:teuthology.orchestra.run.smithi057.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-10-15T05:50:42.138 INFO:teuthology.orchestra.run.smithi057.stderr:Generating grub configuration file ... 2023-10-15T05:50:42.144 INFO:teuthology.orchestra.run.smithi005.stderr:done 2023-10-15T05:50:42.146 DEBUG:teuthology.orchestra.run.smithi005:> sudo shutdown -r now 2023-10-15T05:50:42.372 INFO:teuthology.orchestra.run.smithi057.stderr:Found linux image: /boot/vmlinuz-5.15.0-86-generic 2023-10-15T05:50:42.384 INFO:teuthology.orchestra.run.smithi057.stderr:Found initrd image: /boot/initrd.img-5.15.0-86-generic 2023-10-15T05:50:42.735 INFO:teuthology.orchestra.run.smithi057.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-10-15T05:50:42.747 INFO:teuthology.orchestra.run.smithi057.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-10-15T05:50:43.471 INFO:teuthology.orchestra.run.smithi057.stderr:done 2023-10-15T05:50:43.473 DEBUG:teuthology.orchestra.run.smithi057:> sudo shutdown -r now 2023-10-15T05:51:09.846 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2023-10-15T05:51:09.847 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi135.front.sepia.ceph.com' 2023-10-15T05:51:09.848 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-15T05:51:12.150 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-10-15T05:51:12.151 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-10-15T05:51:12.151 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-15T05:51:13.477 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-10-15T05:51:13.478 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi057.front.sepia.ceph.com' 2023-10-15T05:51:13.478 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-15T05:51:48.090 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.57 2023-10-15T05:51:57.098 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi057.front.sepia.ceph.com' 2023-10-15T05:51:57.099 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-15T05:52:09.862 DEBUG:teuthology.orchestra.remote:timed out 2023-10-15T05:52:12.154 DEBUG:teuthology.orchestra.remote:timed out 2023-10-15T05:52:18.870 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi135.front.sepia.ceph.com' 2023-10-15T05:52:18.871 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-15T05:52:19.260 DEBUG:teuthology.orchestra.run.smithi135:> true 2023-10-15T05:52:20.083 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi135.front.sepia.ceph.com' 2023-10-15T05:52:20.083 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-86-generic"... 2023-10-15T05:52:20.084 DEBUG:teuthology.orchestra.run.smithi135:> uname -r 2023-10-15T05:52:20.130 INFO:teuthology.orchestra.run.smithi135.stdout:5.15.0-86-generic 2023-10-15T05:52:20.131 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-86-generic vs 5.15.0-86-generic 2023-10-15T05:52:20.131 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-15T05:52:20.131 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-10-15T05:52:21.132 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-10-15T05:52:21.133 DEBUG:teuthology.orchestra.run.smithi135:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-15T05:52:21.156 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-10-15T05:52:21.157 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-15T05:52:21.258 INFO:teuthology.orchestra.run.smithi135.stdout:ttyS1 2023-10-15T05:52:21.292 DEBUG:teuthology.parallel:result is None 2023-10-15T05:52:22.170 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.5 2023-10-15T05:52:34.172 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-10-15T05:52:34.173 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-15T05:52:34.412 DEBUG:teuthology.orchestra.run.smithi005:> true 2023-10-15T05:52:34.961 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-10-15T05:52:34.961 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-86-generic"... 2023-10-15T05:52:34.961 DEBUG:teuthology.orchestra.run.smithi005:> uname -r 2023-10-15T05:52:35.010 INFO:teuthology.orchestra.run.smithi005.stdout:5.15.0-86-generic 2023-10-15T05:52:35.011 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-86-generic vs 5.15.0-86-generic 2023-10-15T05:52:35.011 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-15T05:52:35.011 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-10-15T05:52:36.013 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-10-15T05:52:36.013 DEBUG:teuthology.orchestra.run.smithi005:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-15T05:52:36.088 INFO:teuthology.orchestra.run.smithi005.stdout:ttyS1 2023-10-15T05:52:36.110 DEBUG:teuthology.parallel:result is None 2023-10-15T05:52:57.101 DEBUG:teuthology.orchestra.remote:timed out 2023-10-15T05:53:09.103 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi057.front.sepia.ceph.com' 2023-10-15T05:53:09.104 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-15T05:53:09.341 DEBUG:teuthology.orchestra.run.smithi057:> true 2023-10-15T05:53:09.862 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi057.front.sepia.ceph.com' 2023-10-15T05:53:09.862 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-86-generic"... 2023-10-15T05:53:09.862 DEBUG:teuthology.orchestra.run.smithi057:> uname -r 2023-10-15T05:53:09.909 INFO:teuthology.orchestra.run.smithi057.stdout:5.15.0-86-generic 2023-10-15T05:53:09.910 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-86-generic vs 5.15.0-86-generic 2023-10-15T05:53:09.910 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-15T05:53:09.910 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-10-15T05:53:10.911 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-10-15T05:53:10.912 DEBUG:teuthology.orchestra.run.smithi057:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-15T05:53:11.006 INFO:teuthology.orchestra.run.smithi057.stdout:ttyS1 2023-10-15T05:53:11.026 DEBUG:teuthology.parallel:result is None 2023-10-15T05:53:11.026 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-15T05:53:11.034 INFO:teuthology.task.internal:Creating test directory... 2023-10-15T05:53:11.034 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-15T05:53:11.037 DEBUG:teuthology.orchestra.run.smithi057:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-15T05:53:11.040 DEBUG:teuthology.orchestra.run.smithi135:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-15T05:53:11.048 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-15T05:53:11.054 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-15T05:53:11.064 INFO:teuthology.task.internal:Creating archive directory... 2023-10-15T05:53:11.064 DEBUG:teuthology.orchestra.run.smithi005:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-15T05:53:11.086 DEBUG:teuthology.orchestra.run.smithi057:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-15T05:53:11.089 DEBUG:teuthology.orchestra.run.smithi135:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-15T05:53:11.185 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-15T05:53:11.192 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-15T05:53:11.192 DEBUG:teuthology.orchestra.run.smithi005:> 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-10-15T05:53:11.195 DEBUG:teuthology.orchestra.run.smithi057:> 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-10-15T05:53:11.197 DEBUG:teuthology.orchestra.run.smithi135:> 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-10-15T05:53:11.211 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-15T05:53:11.212 INFO:teuthology.orchestra.run.smithi057.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-15T05:53:11.218 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-15T05:53:11.220 INFO:teuthology.orchestra.run.smithi057.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-15T05:53:11.221 INFO:teuthology.orchestra.run.smithi135.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-15T05:53:11.228 INFO:teuthology.orchestra.run.smithi135.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-15T05:53:11.230 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-15T05:53:11.237 INFO:teuthology.task.internal:Configuring sudo... 2023-10-15T05:53:11.237 DEBUG:teuthology.orchestra.run.smithi005:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-15T05:53:11.262 DEBUG:teuthology.orchestra.run.smithi057:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-15T05:53:11.265 DEBUG:teuthology.orchestra.run.smithi135:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-15T05:53:11.290 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-15T05:53:11.299 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-15T05:53:11.300 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-15T05:53:11.322 DEBUG:teuthology.orchestra.run.smithi057:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-15T05:53:11.324 DEBUG:teuthology.orchestra.run.smithi135:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-15T05:53:11.340 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-15T05:53:11.375 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-15T05:53:11.423 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-10-15T05:53:11.423 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-15T05:53:11.482 DEBUG:teuthology.orchestra.run.smithi057:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-15T05:53:11.490 DEBUG:teuthology.orchestra.run.smithi057:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-15T05:53:11.538 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2023-10-15T05:53:11.538 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-15T05:53:11.603 DEBUG:teuthology.orchestra.run.smithi135:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-15T05:53:11.611 DEBUG:teuthology.orchestra.run.smithi135:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-15T05:53:11.660 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-10-15T05:53:11.661 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-15T05:53:11.729 DEBUG:teuthology.orchestra.run.smithi005:> sudo service rsyslog restart 2023-10-15T05:53:11.732 DEBUG:teuthology.orchestra.run.smithi057:> sudo service rsyslog restart 2023-10-15T05:53:11.734 DEBUG:teuthology.orchestra.run.smithi135:> sudo service rsyslog restart 2023-10-15T05:53:11.812 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-15T05:53:11.820 INFO:teuthology.task.internal:Starting timer... 2023-10-15T05:53:11.820 INFO:teuthology.run_tasks:Running task pcp... 2023-10-15T05:53:11.830 INFO:teuthology.run_tasks:Running task selinux... 2023-10-15T05:53:11.838 DEBUG:teuthology.task.selinux:Excluding smithi005: OS 'ubuntu' does not support SELinux 2023-10-15T05:53:11.838 DEBUG:teuthology.task.selinux:Excluding smithi057: OS 'ubuntu' does not support SELinux 2023-10-15T05:53:11.838 DEBUG:teuthology.task.selinux:Excluding smithi135: OS 'ubuntu' does not support SELinux 2023-10-15T05:53:11.839 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-15T05:53:11.839 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-10-15T05:53:11.839 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-15T05:53:11.840 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-15T05:53:11.850 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-10-15T05:53:11.850 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-15T05:53:11.867 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-10-15T05:53:11.868 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi005.front.sepia.ceph.com,smithi057.front.sepia.ceph.com,smithi135.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-15T05:59:05.576 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi005.front.sepia.ceph.com'), Remote(name='ubuntu@smithi057.front.sepia.ceph.com'), Remote(name='ubuntu@smithi135.front.sepia.ceph.com')] 2023-10-15T05:59:05.577 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-10-15T05:59:05.578 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-15T05:59:05.670 DEBUG:teuthology.orchestra.run.smithi005:> true 2023-10-15T05:59:05.799 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-10-15T05:59:05.800 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi057.front.sepia.ceph.com' 2023-10-15T05:59:05.800 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-15T05:59:05.888 DEBUG:teuthology.orchestra.run.smithi057:> true 2023-10-15T05:59:06.012 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi057.front.sepia.ceph.com' 2023-10-15T05:59:06.013 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi135.front.sepia.ceph.com' 2023-10-15T05:59:06.014 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-15T05:59:06.090 DEBUG:teuthology.orchestra.run.smithi135:> true 2023-10-15T05:59:06.209 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi135.front.sepia.ceph.com' 2023-10-15T05:59:06.209 INFO:teuthology.run_tasks:Running task clock... 2023-10-15T05:59:06.221 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-10-15T05:59:06.222 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-15T05:59:06.223 DEBUG:teuthology.orchestra.run.smithi005:> 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-10-15T05:59:06.226 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-15T05:59:06.226 DEBUG:teuthology.orchestra.run.smithi057:> 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-10-15T05:59:06.229 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-15T05:59:06.230 DEBUG:teuthology.orchestra.run.smithi135:> 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-10-15T05:59:06.258 INFO:teuthology.orchestra.run.smithi005.stdout:15 Oct 05:59:06 ntpd[22712]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-10-15T05:59:06.258 INFO:teuthology.orchestra.run.smithi005.stdout:15 Oct 05:59:06 ntpd[22712]: Command line: ntpd -gq 2023-10-15T05:59:06.259 INFO:teuthology.orchestra.run.smithi005.stdout:15 Oct 05:59:06 ntpd[22712]: proto: precision = 0.123 usec (-23) 2023-10-15T05:59:06.260 INFO:teuthology.orchestra.run.smithi057.stdout:15 Oct 05:59:06 ntpd[22619]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-10-15T05:59:06.261 INFO:teuthology.orchestra.run.smithi057.stdout:15 Oct 05:59:06 ntpd[22619]: Command line: ntpd -gq 2023-10-15T05:59:06.261 INFO:teuthology.orchestra.run.smithi057.stdout:15 Oct 05:59:06 ntpd[22619]: proto: precision = 0.090 usec (-23) 2023-10-15T05:59:06.262 INFO:teuthology.orchestra.run.smithi005.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-10-15T05:59:06.262 INFO:teuthology.orchestra.run.smithi057.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-10-15T05:59:06.263 INFO:teuthology.orchestra.run.smithi005.stdout:15 Oct 05:59:06 ntpd[22712]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-10-15T05:59:06.264 INFO:teuthology.orchestra.run.smithi057.stdout:15 Oct 05:59:06 ntpd[22619]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-10-15T05:59:06.264 INFO:teuthology.orchestra.run.smithi005.stderr:restrict ::: KOD does nothing without LIMITED. 2023-10-15T05:59:06.265 INFO:teuthology.orchestra.run.smithi057.stderr:restrict ::: KOD does nothing without LIMITED. 2023-10-15T05:59:06.268 INFO:teuthology.orchestra.run.smithi005.stdout:15 Oct 05:59:06 ntpd[22712]: restrict ::: KOD does nothing without LIMITED. 2023-10-15T05:59:06.268 INFO:teuthology.orchestra.run.smithi005.stdout:15 Oct 05:59:06 ntpd[22712]: Listen and drop on 0 v6wildcard [::]:123 2023-10-15T05:59:06.268 INFO:teuthology.orchestra.run.smithi005.stdout:15 Oct 05:59:06 ntpd[22712]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-10-15T05:59:06.269 INFO:teuthology.orchestra.run.smithi005.stdout:15 Oct 05:59:06 ntpd[22712]: Listen normally on 2 lo 127.0.0.1:123 2023-10-15T05:59:06.269 INFO:teuthology.orchestra.run.smithi005.stdout:15 Oct 05:59:06 ntpd[22712]: Listen normally on 3 ens1f0 172.21.15.5:123 2023-10-15T05:59:06.269 INFO:teuthology.orchestra.run.smithi005.stdout:15 Oct 05:59:06 ntpd[22712]: Listen normally on 4 lo [::1]:123 2023-10-15T05:59:06.270 INFO:teuthology.orchestra.run.smithi005.stdout:15 Oct 05:59:06 ntpd[22712]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1442%4]:123 2023-10-15T05:59:06.270 INFO:teuthology.orchestra.run.smithi005.stdout:15 Oct 05:59:06 ntpd[22712]: Listening on routing socket on fd #22 for interface updates 2023-10-15T05:59:06.270 INFO:teuthology.orchestra.run.smithi057.stdout:15 Oct 05:59:06 ntpd[22619]: restrict ::: KOD does nothing without LIMITED. 2023-10-15T05:59:06.271 INFO:teuthology.orchestra.run.smithi057.stdout:15 Oct 05:59:06 ntpd[22619]: Listen and drop on 0 v6wildcard [::]:123 2023-10-15T05:59:06.271 INFO:teuthology.orchestra.run.smithi057.stdout:15 Oct 05:59:06 ntpd[22619]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-10-15T05:59:06.271 INFO:teuthology.orchestra.run.smithi057.stdout:15 Oct 05:59:06 ntpd[22619]: Listen normally on 2 lo 127.0.0.1:123 2023-10-15T05:59:06.271 INFO:teuthology.orchestra.run.smithi057.stdout:15 Oct 05:59:06 ntpd[22619]: Listen normally on 3 ens1f0 172.21.15.57:123 2023-10-15T05:59:06.271 INFO:teuthology.orchestra.run.smithi057.stdout:15 Oct 05:59:06 ntpd[22619]: Listen normally on 4 lo [::1]:123 2023-10-15T05:59:06.272 INFO:teuthology.orchestra.run.smithi057.stdout:15 Oct 05:59:06 ntpd[22619]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1562%3]:123 2023-10-15T05:59:06.272 INFO:teuthology.orchestra.run.smithi057.stdout:15 Oct 05:59:06 ntpd[22619]: Listening on routing socket on fd #22 for interface updates 2023-10-15T05:59:06.282 INFO:teuthology.orchestra.run.smithi135.stdout:15 Oct 05:59:06 ntpd[22750]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-10-15T05:59:06.283 INFO:teuthology.orchestra.run.smithi135.stdout:15 Oct 05:59:06 ntpd[22750]: Command line: ntpd -gq 2023-10-15T05:59:06.283 INFO:teuthology.orchestra.run.smithi135.stdout:15 Oct 05:59:06 ntpd[22750]: proto: precision = 0.100 usec (-23) 2023-10-15T05:59:06.284 INFO:teuthology.orchestra.run.smithi135.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-10-15T05:59:06.284 INFO:teuthology.orchestra.run.smithi135.stdout:15 Oct 05:59:06 ntpd[22750]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-10-15T05:59:06.285 INFO:teuthology.orchestra.run.smithi135.stderr:restrict ::: KOD does nothing without LIMITED. 2023-10-15T05:59:06.286 INFO:teuthology.orchestra.run.smithi135.stdout:15 Oct 05:59:06 ntpd[22750]: restrict ::: KOD does nothing without LIMITED. 2023-10-15T05:59:06.286 INFO:teuthology.orchestra.run.smithi135.stdout:15 Oct 05:59:06 ntpd[22750]: Listen and drop on 0 v6wildcard [::]:123 2023-10-15T05:59:06.286 INFO:teuthology.orchestra.run.smithi135.stdout:15 Oct 05:59:06 ntpd[22750]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-10-15T05:59:06.286 INFO:teuthology.orchestra.run.smithi135.stdout:15 Oct 05:59:06 ntpd[22750]: Listen normally on 2 lo 127.0.0.1:123 2023-10-15T05:59:06.287 INFO:teuthology.orchestra.run.smithi135.stdout:15 Oct 05:59:06 ntpd[22750]: Listen normally on 3 enp3s0f1 172.21.15.135:123 2023-10-15T05:59:06.287 INFO:teuthology.orchestra.run.smithi135.stdout:15 Oct 05:59:06 ntpd[22750]: Listen normally on 4 lo [::1]:123 2023-10-15T05:59:06.287 INFO:teuthology.orchestra.run.smithi135.stdout:15 Oct 05:59:06 ntpd[22750]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8083%5]:123 2023-10-15T05:59:06.288 INFO:teuthology.orchestra.run.smithi135.stdout:15 Oct 05:59:06 ntpd[22750]: Listening on routing socket on fd #22 for interface updates 2023-10-15T05:59:07.260 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:07 ntpd[22712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:07.260 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:07 ntpd[22712]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:07.260 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:07 ntpd[22712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:07.260 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:07 ntpd[22712]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:07.261 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:07 ntpd[22712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:07.261 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:07 ntpd[22712]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:07.261 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:07 ntpd[22712]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-15T05:59:07.261 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:07 ntpd[22712]: can't open /var/log/ntpstats/peerstats.20231015: Permission denied 2023-10-15T05:59:07.262 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:07 ntpd[22619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:07.262 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:07 ntpd[22619]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:07.263 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:07 ntpd[22619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:07.263 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:07 ntpd[22619]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:07.263 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:07 ntpd[22619]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-15T05:59:07.263 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:07 ntpd[22619]: can't open /var/log/ntpstats/peerstats.20231015: Permission denied 2023-10-15T05:59:07.283 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:07 ntpd[22750]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:07.284 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:07 ntpd[22750]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:07.284 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:07 ntpd[22750]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:07.284 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:07 ntpd[22750]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:07.284 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:07 ntpd[22750]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-15T05:59:07.284 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:07 ntpd[22750]: can't open /var/log/ntpstats/peerstats.20231015: Permission denied 2023-10-15T05:59:08.283 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:08 ntpd[22750]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:08.283 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:08 ntpd[22750]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:08.284 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:08 ntpd[22750]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:08.284 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:08 ntpd[22750]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:08.284 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:08 ntpd[22750]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-15T05:59:08.284 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:08 ntpd[22750]: can't open /var/log/ntpstats/peerstats.20231015: Permission denied 2023-10-15T05:59:09.259 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:09 ntpd[22712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:09.260 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:09 ntpd[22712]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:09.260 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:09 ntpd[22712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:09.260 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:09 ntpd[22712]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:09.260 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:09 ntpd[22712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:09.260 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:09 ntpd[22712]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:09.261 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:09 ntpd[22712]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-15T05:59:09.261 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:09 ntpd[22712]: can't open /var/log/ntpstats/peerstats.20231015: Permission denied 2023-10-15T05:59:09.261 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:09 ntpd[22712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:09.261 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:09 ntpd[22712]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:09.261 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:09 ntpd[22712]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-15T05:59:09.262 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:09 ntpd[22712]: can't open /var/log/ntpstats/peerstats.20231015: Permission denied 2023-10-15T05:59:09.262 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:09 ntpd[22619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:09.263 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:09 ntpd[22619]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:09.263 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:09 ntpd[22619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:09.263 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:09 ntpd[22619]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:09.263 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:09 ntpd[22619]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-15T05:59:09.263 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:09 ntpd[22619]: can't open /var/log/ntpstats/peerstats.20231015: Permission denied 2023-10-15T05:59:09.284 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:09 ntpd[22750]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:09.284 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:09 ntpd[22750]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:09.284 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:09 ntpd[22750]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:09.285 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:09 ntpd[22750]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:09.285 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:09 ntpd[22750]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:09.285 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:09 ntpd[22750]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:09.285 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:09 ntpd[22750]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-15T05:59:09.285 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:09 ntpd[22750]: can't open /var/log/ntpstats/peerstats.20231015: Permission denied 2023-10-15T05:59:09.286 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:09 ntpd[22750]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:09.286 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:09 ntpd[22750]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:09.286 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:09 ntpd[22750]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-15T05:59:09.286 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:09 ntpd[22750]: can't open /var/log/ntpstats/peerstats.20231015: Permission denied 2023-10-15T05:59:10.259 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:10 ntpd[22619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:10.259 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:10 ntpd[22619]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:10.259 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:10 ntpd[22619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:10.260 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:10 ntpd[22619]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:10.260 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:10 ntpd[22619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:10.260 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:10 ntpd[22619]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:10.260 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:10 ntpd[22619]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-15T05:59:10.260 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:10 ntpd[22619]: can't open /var/log/ntpstats/peerstats.20231015: Permission denied 2023-10-15T05:59:10.283 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:10 ntpd[22750]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:10.283 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:10 ntpd[22750]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:10.284 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:10 ntpd[22750]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:10.284 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:10 ntpd[22750]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:10.284 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:10 ntpd[22750]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-15T05:59:10.284 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:10 ntpd[22750]: can't open /var/log/ntpstats/peerstats.20231015: Permission denied 2023-10-15T05:59:11.260 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:11 ntpd[22712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:11.260 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:11 ntpd[22712]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:11.260 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:11 ntpd[22712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:11.261 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:11 ntpd[22712]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:11.261 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:11 ntpd[22712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:11.261 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:11 ntpd[22712]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:11.261 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:11 ntpd[22712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:11.261 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:11 ntpd[22712]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:11.262 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:11 ntpd[22712]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-15T05:59:11.262 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:11 ntpd[22712]: can't open /var/log/ntpstats/peerstats.20231015: Permission denied 2023-10-15T05:59:11.262 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:11 ntpd[22712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:11.262 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:11 ntpd[22712]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:11.263 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:11 ntpd[22712]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-15T05:59:11.263 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:11 ntpd[22712]: can't open /var/log/ntpstats/peerstats.20231015: Permission denied 2023-10-15T05:59:11.263 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:11 ntpd[22712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:11.263 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:11 ntpd[22712]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:11.263 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:11 ntpd[22712]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-15T05:59:11.263 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:11 ntpd[22712]: can't open /var/log/ntpstats/peerstats.20231015: Permission denied 2023-10-15T05:59:11.265 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:11 ntpd[22619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:11.265 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:11 ntpd[22619]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:11.265 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:11 ntpd[22619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:11.265 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:11 ntpd[22619]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:11.265 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:11 ntpd[22619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:11.266 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:11 ntpd[22619]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:11.266 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:11 ntpd[22619]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-15T05:59:11.266 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:11 ntpd[22619]: can't open /var/log/ntpstats/peerstats.20231015: Permission denied 2023-10-15T05:59:11.266 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:11 ntpd[22619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:11.267 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:11 ntpd[22619]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:11.267 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:11 ntpd[22619]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-15T05:59:11.267 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:11 ntpd[22619]: can't open /var/log/ntpstats/peerstats.20231015: Permission denied 2023-10-15T05:59:11.284 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:11 ntpd[22750]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:11.284 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:11 ntpd[22750]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:11.284 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:11 ntpd[22750]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:11.285 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:11 ntpd[22750]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:11.285 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:11 ntpd[22750]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:11.285 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:11 ntpd[22750]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:11.285 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:11 ntpd[22750]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:11.285 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:11 ntpd[22750]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:11.286 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:11 ntpd[22750]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-15T05:59:11.286 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:11 ntpd[22750]: can't open /var/log/ntpstats/peerstats.20231015: Permission denied 2023-10-15T05:59:11.286 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:11 ntpd[22750]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:11.286 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:11 ntpd[22750]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:11.286 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:11 ntpd[22750]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-15T05:59:11.287 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:11 ntpd[22750]: can't open /var/log/ntpstats/peerstats.20231015: Permission denied 2023-10-15T05:59:12.259 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:12 ntpd[22619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:12.259 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:12 ntpd[22619]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:12.260 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:12 ntpd[22619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:12.260 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:12 ntpd[22619]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:12.260 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:12 ntpd[22619]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-15T05:59:12.261 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:12 ntpd[22619]: can't open /var/log/ntpstats/peerstats.20231015: Permission denied 2023-10-15T05:59:12.284 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:12 ntpd[22750]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:12.284 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:12 ntpd[22750]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:12.284 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:12 ntpd[22750]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:12.285 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:12 ntpd[22750]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:12.285 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:12 ntpd[22750]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-15T05:59:12.286 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:12 ntpd[22750]: can't open /var/log/ntpstats/peerstats.20231015: Permission denied 2023-10-15T05:59:13.260 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:13 ntpd[22712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:13.260 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:13 ntpd[22712]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:13.260 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:13 ntpd[22712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:13.260 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:13 ntpd[22712]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:13.261 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:13 ntpd[22712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:13.261 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:13 ntpd[22712]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:13.261 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:13 ntpd[22712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:13.261 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:13 ntpd[22712]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:13.262 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:13 ntpd[22712]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-15T05:59:13.262 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:13 ntpd[22712]: can't open /var/log/ntpstats/peerstats.20231015: Permission denied 2023-10-15T05:59:13.262 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:13 ntpd[22712]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:13.262 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:13 ntpd[22712]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:13.263 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:13 ntpd[22712]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-15T05:59:13.263 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:13 ntpd[22712]: can't open /var/log/ntpstats/peerstats.20231015: Permission denied 2023-10-15T05:59:13.263 INFO:teuthology.orchestra.run.smithi005.stdout:15 Oct 05:59:13 ntpd[22712]: ntpd: time slew +0.001174 s 2023-10-15T05:59:13.264 INFO:teuthology.orchestra.run.smithi005.stdout:ntpd: time slew +0.001174s 2023-10-15T05:59:13.264 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:13 ntpd[22712]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-10-15T05:59:13.264 INFO:teuthology.orchestra.run.smithi005.stderr:15 Oct 05:59:13 ntpd[22712]: can't open /var/log/ntpstats/loopstats.20231015: Permission denied 2023-10-15T05:59:13.266 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:13 ntpd[22619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:13.266 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:13 ntpd[22619]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:13.266 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:13 ntpd[22619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:13.266 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:13 ntpd[22619]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:13.266 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:13 ntpd[22619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:13.267 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:13 ntpd[22619]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:13.267 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:13 ntpd[22619]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-15T05:59:13.267 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:13 ntpd[22619]: can't open /var/log/ntpstats/peerstats.20231015: Permission denied 2023-10-15T05:59:13.267 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:13 ntpd[22619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:13.268 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:13 ntpd[22619]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:13.268 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:13 ntpd[22619]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-15T05:59:13.268 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:13 ntpd[22619]: can't open /var/log/ntpstats/peerstats.20231015: Permission denied 2023-10-15T05:59:13.268 INFO:teuthology.orchestra.run.smithi057.stdout:15 Oct 05:59:13 ntpd[22619]: ntpd: time slew +0.003864 s 2023-10-15T05:59:13.269 INFO:teuthology.orchestra.run.smithi057.stdout:ntpd: time slew +0.003864s 2023-10-15T05:59:13.269 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:13 ntpd[22619]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-10-15T05:59:13.269 INFO:teuthology.orchestra.run.smithi057.stderr:15 Oct 05:59:13 ntpd[22619]: can't open /var/log/ntpstats/loopstats.20231015: Permission denied 2023-10-15T05:59:13.284 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:13 ntpd[22750]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:13.284 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:13 ntpd[22750]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:13.285 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:13 ntpd[22750]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:13.285 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:13 ntpd[22750]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:13.285 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:13 ntpd[22750]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:13.285 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:13 ntpd[22750]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:13.285 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:13 ntpd[22750]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-15T05:59:13.286 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:13 ntpd[22750]: can't open /var/log/ntpstats/peerstats.20231015: Permission denied 2023-10-15T05:59:13.286 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:13 ntpd[22750]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-15T05:59:13.286 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:13 ntpd[22750]: can't open /var/log/ntpstats/rawstats.20231015: Permission denied 2023-10-15T05:59:13.286 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:13 ntpd[22750]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-15T05:59:13.287 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:13 ntpd[22750]: can't open /var/log/ntpstats/peerstats.20231015: Permission denied 2023-10-15T05:59:13.287 INFO:teuthology.orchestra.run.smithi135.stdout:15 Oct 05:59:13 ntpd[22750]: ntpd: time slew +0.000753 s 2023-10-15T05:59:13.287 INFO:teuthology.orchestra.run.smithi135.stdout:ntpd: time slew +0.000753s 2023-10-15T05:59:13.288 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:13 ntpd[22750]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-10-15T05:59:13.288 INFO:teuthology.orchestra.run.smithi135.stderr:15 Oct 05:59:13 ntpd[22750]: can't open /var/log/ntpstats/loopstats.20231015: Permission denied 2023-10-15T05:59:13.316 INFO:teuthology.orchestra.run.smithi057.stdout: remote refid st t when poll reach delay offset jitter 2023-10-15T05:59:13.316 INFO:teuthology.orchestra.run.smithi057.stdout:============================================================================== 2023-10-15T05:59:13.316 INFO:teuthology.orchestra.run.smithi057.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-15T05:59:13.317 INFO:teuthology.orchestra.run.smithi057.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-15T05:59:13.317 INFO:teuthology.orchestra.run.smithi057.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-15T05:59:13.317 INFO:teuthology.orchestra.run.smithi057.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-15T05:59:13.324 INFO:teuthology.orchestra.run.smithi005.stdout: remote refid st t when poll reach delay offset jitter 2023-10-15T05:59:13.324 INFO:teuthology.orchestra.run.smithi005.stdout:============================================================================== 2023-10-15T05:59:13.324 INFO:teuthology.orchestra.run.smithi005.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-15T05:59:13.324 INFO:teuthology.orchestra.run.smithi005.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-15T05:59:13.324 INFO:teuthology.orchestra.run.smithi005.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-15T05:59:13.325 INFO:teuthology.orchestra.run.smithi005.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-15T05:59:13.346 INFO:teuthology.orchestra.run.smithi135.stdout: remote refid st t when poll reach delay offset jitter 2023-10-15T05:59:13.346 INFO:teuthology.orchestra.run.smithi135.stdout:============================================================================== 2023-10-15T05:59:13.347 INFO:teuthology.orchestra.run.smithi135.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-15T05:59:13.347 INFO:teuthology.orchestra.run.smithi135.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-15T05:59:13.347 INFO:teuthology.orchestra.run.smithi135.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-15T05:59:13.347 INFO:teuthology.orchestra.run.smithi135.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-15T05:59:13.348 INFO:teuthology.run_tasks:Running task kubeadm... 2023-10-15T05:59:13.361 INFO:tasks.kubeadm:Kubeadm start 2023-10-15T05:59:13.361 INFO:tasks.kubeadm:Config: {'pod_network': 'calico', 'version': '1.21'} 2023-10-15T05:59:13.362 DEBUG:teuthology.orchestra.run.smithi005:> 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-10-15T05:59:13.371 DEBUG:teuthology.orchestra.run.smithi057:> 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-10-15T05:59:13.374 DEBUG:teuthology.orchestra.run.smithi135:> 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-10-15T05:59:13.396 INFO:teuthology.orchestra.run.smithi005.stdout:net.bridge.bridge-nf-call-ip6tables = 1 2023-10-15T05:59:13.397 INFO:teuthology.orchestra.run.smithi057.stdout:net.bridge.bridge-nf-call-ip6tables = 1 2023-10-15T05:59:13.404 INFO:teuthology.orchestra.run.smithi005.stdout:net.bridge.bridge-nf-call-iptables = 1 2023-10-15T05:59:13.407 INFO:teuthology.orchestra.run.smithi057.stdout:net.bridge.bridge-nf-call-iptables = 1 2023-10-15T05:59:13.412 INFO:teuthology.orchestra.run.smithi005.stdout:net.ipv4.ip_forward = 1 2023-10-15T05:59:13.417 INFO:teuthology.orchestra.run.smithi135.stdout:net.bridge.bridge-nf-call-ip6tables = 1 2023-10-15T05:59:13.418 INFO:teuthology.orchestra.run.smithi057.stdout:net.ipv4.ip_forward = 1 2023-10-15T05:59:13.425 INFO:teuthology.orchestra.run.smithi135.stdout:net.bridge.bridge-nf-call-iptables = 1 2023-10-15T05:59:13.435 INFO:teuthology.orchestra.run.smithi135.stdout:net.ipv4.ip_forward = 1 2023-10-15T05:59:13.501 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-10-15T05:59:13.501 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/etc/docker/daemon.json of=/dev/stdout 2023-10-15T05:59:13.516 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-10-15T05:59:13.516 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/docker/daemon.json 2023-10-15T05:59:13.573 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2023-10-15T05:59:13.574 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd if=/etc/docker/daemon.json of=/dev/stdout 2023-10-15T05:59:13.590 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2023-10-15T05:59:13.591 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/etc/docker/daemon.json 2023-10-15T05:59:13.650 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-10-15T05:59:13.651 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/etc/docker/daemon.json of=/dev/stdout 2023-10-15T05:59:13.666 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-10-15T05:59:13.666 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/etc/docker/daemon.json 2023-10-15T05:59:13.721 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl restart docker || true 2023-10-15T05:59:13.723 DEBUG:teuthology.orchestra.run.smithi057:> sudo systemctl restart docker || true 2023-10-15T05:59:13.726 DEBUG:teuthology.orchestra.run.smithi135:> sudo systemctl restart docker || true 2023-10-15T05:59:14.794 INFO:tasks.kubeadm:Identifying pod subnet 2023-10-15T05:59:14.800 INFO:tasks.kubeadm:172.21.15.5 is in 172.21.0.0/20 at pos 3844 2023-10-15T05:59:14.810 INFO:tasks.kubeadm:Pod subnet: 10.248.32.0/21 2023-10-15T05:59:14.810 INFO:tasks.kubeadm:Installing kube{adm,ctl,let} 2023-10-15T05:59:14.810 DEBUG:teuthology.orchestra.run.smithi005:> 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-10-15T05:59:14.813 DEBUG:teuthology.orchestra.run.smithi057:> 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-10-15T05:59:14.816 DEBUG:teuthology.orchestra.run.smithi135:> 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-10-15T05:59:14.837 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-10-15T05:59:14.838 INFO:teuthology.orchestra.run.smithi005.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-10-15T05:59:14.838 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-10-15T05:59:14.838 INFO:teuthology.orchestra.run.smithi057.stderr: 2023-10-15T05:59:14.839 INFO:teuthology.orchestra.run.smithi057.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-10-15T05:59:14.839 INFO:teuthology.orchestra.run.smithi057.stderr: 2023-10-15T05:59:14.841 INFO:teuthology.orchestra.run.smithi135.stderr: 2023-10-15T05:59:14.841 INFO:teuthology.orchestra.run.smithi135.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-10-15T05:59:14.841 INFO:teuthology.orchestra.run.smithi135.stderr: 2023-10-15T05:59:14.966 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-15T05:59:14.967 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-10-15T05:59:14.969 INFO:teuthology.orchestra.run.smithi005.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-15T05:59:14.970 INFO:teuthology.orchestra.run.smithi005.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-10-15T05:59:14.972 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-10-15T05:59:14.978 INFO:teuthology.orchestra.run.smithi005.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-10-15T05:59:14.989 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-10-15T05:59:14.997 INFO:teuthology.orchestra.run.smithi005.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-10-15T05:59:15.096 INFO:teuthology.orchestra.run.smithi057.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-15T05:59:15.096 INFO:teuthology.orchestra.run.smithi057.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-10-15T05:59:15.166 INFO:teuthology.orchestra.run.smithi057.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-10-15T05:59:15.249 INFO:teuthology.orchestra.run.smithi057.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-10-15T05:59:16.644 INFO:teuthology.orchestra.run.smithi135.stdout:Reading package lists... 2023-10-15T05:59:16.711 INFO:teuthology.orchestra.run.smithi005.stdout:Reading package lists... 2023-10-15T05:59:16.839 INFO:teuthology.orchestra.run.smithi057.stdout:Reading package lists... 2023-10-15T05:59:16.848 INFO:teuthology.orchestra.run.smithi135.stdout:Building dependency tree... 2023-10-15T05:59:16.849 INFO:teuthology.orchestra.run.smithi135.stdout:Reading state information... 2023-10-15T05:59:16.915 INFO:teuthology.orchestra.run.smithi005.stdout:Building dependency tree... 2023-10-15T05:59:16.915 INFO:teuthology.orchestra.run.smithi005.stdout:Reading state information... 2023-10-15T05:59:16.949 INFO:teuthology.orchestra.run.smithi135.stdout:256 packages can be upgraded. Run 'apt list --upgradable' to see them. 2023-10-15T05:59:16.964 INFO:teuthology.orchestra.run.smithi135.stderr: 2023-10-15T05:59:16.965 INFO:teuthology.orchestra.run.smithi135.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-10-15T05:59:16.965 INFO:teuthology.orchestra.run.smithi135.stderr: 2023-10-15T05:59:17.011 INFO:teuthology.orchestra.run.smithi005.stdout:256 packages can be upgraded. Run 'apt list --upgradable' to see them. 2023-10-15T05:59:17.016 INFO:teuthology.orchestra.run.smithi135.stdout:Reading package lists... 2023-10-15T05:59:17.024 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-10-15T05:59:17.024 INFO:teuthology.orchestra.run.smithi005.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-10-15T05:59:17.024 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-10-15T05:59:17.044 INFO:teuthology.orchestra.run.smithi057.stdout:Building dependency tree... 2023-10-15T05:59:17.045 INFO:teuthology.orchestra.run.smithi057.stdout:Reading state information... 2023-10-15T05:59:17.083 INFO:teuthology.orchestra.run.smithi005.stdout:Reading package lists... 2023-10-15T05:59:17.144 INFO:teuthology.orchestra.run.smithi057.stdout:256 packages can be upgraded. Run 'apt list --upgradable' to see them. 2023-10-15T05:59:17.158 INFO:teuthology.orchestra.run.smithi057.stderr: 2023-10-15T05:59:17.159 INFO:teuthology.orchestra.run.smithi057.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-10-15T05:59:17.159 INFO:teuthology.orchestra.run.smithi057.stderr: 2023-10-15T05:59:17.212 INFO:teuthology.orchestra.run.smithi135.stdout:Building dependency tree... 2023-10-15T05:59:17.212 INFO:teuthology.orchestra.run.smithi135.stdout:Reading state information... 2023-10-15T05:59:17.217 INFO:teuthology.orchestra.run.smithi057.stdout:Reading package lists... 2023-10-15T05:59:17.288 INFO:teuthology.orchestra.run.smithi005.stdout:Building dependency tree... 2023-10-15T05:59:17.288 INFO:teuthology.orchestra.run.smithi005.stdout:Reading state information... 2023-10-15T05:59:17.378 INFO:teuthology.orchestra.run.smithi135.stdout:The following additional packages will be installed: 2023-10-15T05:59:17.378 INFO:teuthology.orchestra.run.smithi135.stdout: libcurl4 2023-10-15T05:59:17.419 INFO:teuthology.orchestra.run.smithi135.stdout:The following NEW packages will be installed: 2023-10-15T05:59:17.420 INFO:teuthology.orchestra.run.smithi135.stdout: apt-transport-https 2023-10-15T05:59:17.420 INFO:teuthology.orchestra.run.smithi135.stdout:The following packages will be upgraded: 2023-10-15T05:59:17.421 INFO:teuthology.orchestra.run.smithi135.stdout: ca-certificates curl libcurl4 2023-10-15T05:59:17.424 INFO:teuthology.orchestra.run.smithi057.stdout:Building dependency tree... 2023-10-15T05:59:17.425 INFO:teuthology.orchestra.run.smithi057.stdout:Reading state information... 2023-10-15T05:59:17.465 INFO:teuthology.orchestra.run.smithi005.stdout:The following additional packages will be installed: 2023-10-15T05:59:17.466 INFO:teuthology.orchestra.run.smithi005.stdout: libcurl4 2023-10-15T05:59:17.503 INFO:teuthology.orchestra.run.smithi005.stdout:The following NEW packages will be installed: 2023-10-15T05:59:17.505 INFO:teuthology.orchestra.run.smithi005.stdout: apt-transport-https 2023-10-15T05:59:17.505 INFO:teuthology.orchestra.run.smithi005.stdout:The following packages will be upgraded: 2023-10-15T05:59:17.507 INFO:teuthology.orchestra.run.smithi005.stdout: ca-certificates curl libcurl4 2023-10-15T05:59:17.602 INFO:teuthology.orchestra.run.smithi057.stdout:The following additional packages will be installed: 2023-10-15T05:59:17.603 INFO:teuthology.orchestra.run.smithi057.stdout: libcurl4 2023-10-15T05:59:17.603 INFO:teuthology.orchestra.run.smithi135.stdout:3 upgraded, 1 newly installed, 0 to remove and 253 not upgraded. 2023-10-15T05:59:17.603 INFO:teuthology.orchestra.run.smithi135.stdout:Need to get 551 kB of archives. 2023-10-15T05:59:17.604 INFO:teuthology.orchestra.run.smithi135.stdout:After this operation, 183 kB of additional disk space will be used. 2023-10-15T05:59:17.604 INFO:teuthology.orchestra.run.smithi135.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20230311ubuntu0.20.04.1 [152 kB] 2023-10-15T05:59:17.644 INFO:teuthology.orchestra.run.smithi057.stdout:The following NEW packages will be installed: 2023-10-15T05:59:17.645 INFO:teuthology.orchestra.run.smithi057.stdout: apt-transport-https 2023-10-15T05:59:17.646 INFO:teuthology.orchestra.run.smithi057.stdout:The following packages will be upgraded: 2023-10-15T05:59:17.647 INFO:teuthology.orchestra.run.smithi057.stdout: ca-certificates curl libcurl4 2023-10-15T05:59:17.691 INFO:teuthology.orchestra.run.smithi005.stdout:3 upgraded, 1 newly installed, 0 to remove and 253 not upgraded. 2023-10-15T05:59:17.691 INFO:teuthology.orchestra.run.smithi005.stdout:Need to get 551 kB of archives. 2023-10-15T05:59:17.691 INFO:teuthology.orchestra.run.smithi005.stdout:After this operation, 183 kB of additional disk space will be used. 2023-10-15T05:59:17.691 INFO:teuthology.orchestra.run.smithi005.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20230311ubuntu0.20.04.1 [152 kB] 2023-10-15T05:59:17.705 INFO:teuthology.orchestra.run.smithi057.stdout:3 upgraded, 1 newly installed, 0 to remove and 253 not upgraded. 2023-10-15T05:59:17.706 INFO:teuthology.orchestra.run.smithi057.stdout:Need to get 551 kB of archives. 2023-10-15T05:59:17.706 INFO:teuthology.orchestra.run.smithi057.stdout:After this operation, 183 kB of additional disk space will be used. 2023-10-15T05:59:17.706 INFO:teuthology.orchestra.run.smithi057.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20230311ubuntu0.20.04.1 [152 kB] 2023-10-15T05:59:17.810 INFO:teuthology.orchestra.run.smithi057.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.9 [1,704 B] 2023-10-15T05:59:17.810 INFO:teuthology.orchestra.run.smithi057.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.20 [161 kB] 2023-10-15T05:59:17.833 INFO:teuthology.orchestra.run.smithi057.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.20 [235 kB] 2023-10-15T05:59:17.991 INFO:teuthology.orchestra.run.smithi135.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.9 [1,704 B] 2023-10-15T05:59:17.992 INFO:teuthology.orchestra.run.smithi135.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.20 [161 kB] 2023-10-15T05:59:18.057 INFO:teuthology.orchestra.run.smithi135.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.20 [235 kB] 2023-10-15T05:59:18.081 INFO:teuthology.orchestra.run.smithi005.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.9 [1,704 B] 2023-10-15T05:59:18.082 INFO:teuthology.orchestra.run.smithi005.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.20 [161 kB] 2023-10-15T05:59:18.119 INFO:teuthology.orchestra.run.smithi057.stderr:debconf: unable to initialize frontend: Dialog 2023-10-15T05:59:18.119 INFO:teuthology.orchestra.run.smithi057.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-10-15T05:59:18.119 INFO:teuthology.orchestra.run.smithi057.stderr:debconf: falling back to frontend: Readline 2023-10-15T05:59:18.139 INFO:teuthology.orchestra.run.smithi057.stderr:debconf: unable to initialize frontend: Readline 2023-10-15T05:59:18.140 INFO:teuthology.orchestra.run.smithi057.stderr:debconf: (This frontend requires a controlling tty.) 2023-10-15T05:59:18.140 INFO:teuthology.orchestra.run.smithi057.stderr:debconf: falling back to frontend: Teletype 2023-10-15T05:59:18.145 INFO:teuthology.orchestra.run.smithi057.stderr:dpkg-preconfigure: unable to re-open stdin: 2023-10-15T05:59:18.148 INFO:teuthology.orchestra.run.smithi005.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.20 [235 kB] 2023-10-15T05:59:18.200 INFO:teuthology.orchestra.run.smithi057.stdout:Fetched 551 kB in 0s (2,755 kB/s) 2023-10-15T05:59:18.404 INFO:teuthology.orchestra.run.smithi135.stderr:debconf: unable to initialize frontend: Dialog 2023-10-15T05:59:18.405 INFO:teuthology.orchestra.run.smithi135.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-10-15T05:59:18.405 INFO:teuthology.orchestra.run.smithi135.stderr:debconf: falling back to frontend: Readline 2023-10-15T05:59:18.422 INFO:teuthology.orchestra.run.smithi135.stderr:debconf: unable to initialize frontend: Readline 2023-10-15T05:59:18.422 INFO:teuthology.orchestra.run.smithi135.stderr:debconf: (This frontend requires a controlling tty.) 2023-10-15T05:59:18.423 INFO:teuthology.orchestra.run.smithi135.stderr:debconf: falling back to frontend: Teletype 2023-10-15T05:59:18.427 INFO:teuthology.orchestra.run.smithi135.stderr:dpkg-preconfigure: unable to re-open stdin: 2023-10-15T05:59:18.474 INFO:teuthology.orchestra.run.smithi135.stdout:Fetched 551 kB in 1s (755 kB/s) 2023-10-15T05:59:18.492 INFO:teuthology.orchestra.run.smithi005.stderr:debconf: unable to initialize frontend: Dialog 2023-10-15T05:59:18.492 INFO:teuthology.orchestra.run.smithi005.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-10-15T05:59:18.492 INFO:teuthology.orchestra.run.smithi005.stderr:debconf: falling back to frontend: Readline 2023-10-15T05:59:18.517 INFO:teuthology.orchestra.run.smithi005.stderr:debconf: unable to initialize frontend: Readline 2023-10-15T05:59:18.518 INFO:teuthology.orchestra.run.smithi005.stderr:debconf: (This frontend requires a controlling tty.) 2023-10-15T05:59:18.518 INFO:teuthology.orchestra.run.smithi005.stderr:debconf: falling back to frontend: Teletype 2023-10-15T05:59:18.522 INFO:teuthology.orchestra.run.smithi057.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 ... 112643 files and directories currently installed.) 2023-10-15T05:59:18.524 INFO:teuthology.orchestra.run.smithi005.stderr:dpkg-preconfigure: unable to re-open stdin: 2023-10-15T05:59:18.526 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../ca-certificates_20230311ubuntu0.20.04.1_all.deb ... 2023-10-15T05:59:18.578 INFO:teuthology.orchestra.run.smithi005.stdout:Fetched 551 kB in 1s (751 kB/s) 2023-10-15T05:59:18.691 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking ca-certificates (20230311ubuntu0.20.04.1) over (20211016~20.04.1) ... 2023-10-15T05:59:18.725 INFO:teuthology.orchestra.run.smithi135.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 ... 112643 files and directories currently installed.) 2023-10-15T05:59:18.729 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../ca-certificates_20230311ubuntu0.20.04.1_all.deb ... 2023-10-15T05:59:18.848 INFO:teuthology.orchestra.run.smithi005.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 ... 112643 files and directories currently installed.) 2023-10-15T05:59:18.852 INFO:teuthology.orchestra.run.smithi005.stdout:Preparing to unpack .../ca-certificates_20230311ubuntu0.20.04.1_all.deb ... 2023-10-15T05:59:18.887 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ca-certificates (20230311ubuntu0.20.04.1) over (20211016~20.04.1) ... 2023-10-15T05:59:18.983 INFO:teuthology.orchestra.run.smithi005.stdout:Unpacking ca-certificates (20230311ubuntu0.20.04.1) over (20211016~20.04.1) ... 2023-10-15T05:59:19.284 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package apt-transport-https. 2023-10-15T05:59:19.298 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../apt-transport-https_2.0.9_all.deb ... 2023-10-15T05:59:19.350 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking apt-transport-https (2.0.9) ... 2023-10-15T05:59:19.487 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package apt-transport-https. 2023-10-15T05:59:19.503 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../apt-transport-https_2.0.9_all.deb ... 2023-10-15T05:59:19.545 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking apt-transport-https (2.0.9) ... 2023-10-15T05:59:19.566 INFO:teuthology.orchestra.run.smithi005.stdout:Selecting previously unselected package apt-transport-https. 2023-10-15T05:59:19.581 INFO:teuthology.orchestra.run.smithi005.stdout:Preparing to unpack .../apt-transport-https_2.0.9_all.deb ... 2023-10-15T05:59:19.625 INFO:teuthology.orchestra.run.smithi005.stdout:Unpacking apt-transport-https (2.0.9) ... 2023-10-15T05:59:19.658 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../curl_7.68.0-1ubuntu2.20_amd64.deb ... 2023-10-15T05:59:19.811 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../curl_7.68.0-1ubuntu2.20_amd64.deb ... 2023-10-15T05:59:19.812 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking curl (7.68.0-1ubuntu2.20) over (7.68.0-1ubuntu2.12) ... 2023-10-15T05:59:19.891 INFO:teuthology.orchestra.run.smithi005.stdout:Preparing to unpack .../curl_7.68.0-1ubuntu2.20_amd64.deb ... 2023-10-15T05:59:19.933 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking curl (7.68.0-1ubuntu2.20) over (7.68.0-1ubuntu2.12) ... 2023-10-15T05:59:20.019 INFO:teuthology.orchestra.run.smithi005.stdout:Unpacking curl (7.68.0-1ubuntu2.20) over (7.68.0-1ubuntu2.12) ... 2023-10-15T05:59:20.263 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../libcurl4_7.68.0-1ubuntu2.20_amd64.deb ... 2023-10-15T05:59:20.356 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../libcurl4_7.68.0-1ubuntu2.20_amd64.deb ... 2023-10-15T05:59:20.442 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.20) over (7.68.0-1ubuntu2.12) ... 2023-10-15T05:59:20.520 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.20) over (7.68.0-1ubuntu2.12) ... 2023-10-15T05:59:20.522 INFO:teuthology.orchestra.run.smithi005.stdout:Preparing to unpack .../libcurl4_7.68.0-1ubuntu2.20_amd64.deb ... 2023-10-15T05:59:20.701 INFO:teuthology.orchestra.run.smithi005.stdout:Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.20) over (7.68.0-1ubuntu2.12) ... 2023-10-15T05:59:20.784 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up apt-transport-https (2.0.9) ... 2023-10-15T05:59:20.873 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up apt-transport-https (2.0.9) ... 2023-10-15T05:59:20.906 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up ca-certificates (20230311ubuntu0.20.04.1) ... 2023-10-15T05:59:21.000 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ca-certificates (20230311ubuntu0.20.04.1) ... 2023-10-15T05:59:21.065 INFO:teuthology.orchestra.run.smithi005.stdout:Setting up apt-transport-https (2.0.9) ... 2023-10-15T05:59:21.118 INFO:teuthology.orchestra.run.smithi057.stdout:debconf: unable to initialize frontend: Dialog 2023-10-15T05:59:21.118 INFO:teuthology.orchestra.run.smithi057.stdout:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-10-15T05:59:21.118 INFO:teuthology.orchestra.run.smithi057.stdout:debconf: falling back to frontend: Readline 2023-10-15T05:59:21.187 INFO:teuthology.orchestra.run.smithi005.stdout:Setting up ca-certificates (20230311ubuntu0.20.04.1) ... 2023-10-15T05:59:21.202 INFO:teuthology.orchestra.run.smithi135.stdout:debconf: unable to initialize frontend: Dialog 2023-10-15T05:59:21.203 INFO:teuthology.orchestra.run.smithi135.stdout:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-10-15T05:59:21.203 INFO:teuthology.orchestra.run.smithi135.stdout:debconf: falling back to frontend: Readline 2023-10-15T05:59:21.392 INFO:teuthology.orchestra.run.smithi005.stdout:debconf: unable to initialize frontend: Dialog 2023-10-15T05:59:21.392 INFO:teuthology.orchestra.run.smithi005.stdout:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-10-15T05:59:21.392 INFO:teuthology.orchestra.run.smithi005.stdout:debconf: falling back to frontend: Readline 2023-10-15T05:59:23.246 INFO:teuthology.orchestra.run.smithi135.stdout:Updating certificates in /etc/ssl/certs... 2023-10-15T05:59:23.277 INFO:teuthology.orchestra.run.smithi057.stdout:Updating certificates in /etc/ssl/certs... 2023-10-15T05:59:23.524 INFO:teuthology.orchestra.run.smithi005.stdout:Updating certificates in /etc/ssl/certs... 2023-10-15T05:59:24.283 INFO:teuthology.orchestra.run.smithi135.stdout:rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL 2023-10-15T05:59:24.295 INFO:teuthology.orchestra.run.smithi135.stdout:19 added, 9 removed; done. 2023-10-15T05:59:24.342 INFO:teuthology.orchestra.run.smithi057.stdout:rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL 2023-10-15T05:59:24.353 INFO:teuthology.orchestra.run.smithi057.stdout:19 added, 9 removed; done. 2023-10-15T05:59:24.547 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libcurl4:amd64 (7.68.0-1ubuntu2.20) ... 2023-10-15T05:59:24.603 INFO:teuthology.orchestra.run.smithi005.stdout:rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL 2023-10-15T05:59:24.612 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up libcurl4:amd64 (7.68.0-1ubuntu2.20) ... 2023-10-15T05:59:24.615 INFO:teuthology.orchestra.run.smithi005.stdout:19 added, 9 removed; done. 2023-10-15T05:59:24.673 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up curl (7.68.0-1ubuntu2.20) ... 2023-10-15T05:59:24.739 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up curl (7.68.0-1ubuntu2.20) ... 2023-10-15T05:59:24.800 INFO:teuthology.orchestra.run.smithi135.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-10-15T05:59:24.858 INFO:teuthology.orchestra.run.smithi005.stdout:Setting up libcurl4:amd64 (7.68.0-1ubuntu2.20) ... 2023-10-15T05:59:24.875 INFO:teuthology.orchestra.run.smithi057.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-10-15T05:59:24.984 INFO:teuthology.orchestra.run.smithi005.stdout:Setting up curl (7.68.0-1ubuntu2.20) ... 2023-10-15T05:59:25.120 INFO:teuthology.orchestra.run.smithi005.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-10-15T05:59:25.336 INFO:teuthology.orchestra.run.smithi135.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-10-15T05:59:25.420 INFO:teuthology.orchestra.run.smithi057.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-10-15T05:59:25.479 INFO:teuthology.orchestra.run.smithi135.stdout:Processing triggers for ca-certificates (20230311ubuntu0.20.04.1) ... 2023-10-15T05:59:25.525 INFO:teuthology.orchestra.run.smithi135.stdout:Updating certificates in /etc/ssl/certs... 2023-10-15T05:59:25.568 INFO:teuthology.orchestra.run.smithi057.stdout:Processing triggers for ca-certificates (20230311ubuntu0.20.04.1) ... 2023-10-15T05:59:25.615 INFO:teuthology.orchestra.run.smithi057.stdout:Updating certificates in /etc/ssl/certs... 2023-10-15T05:59:25.656 INFO:teuthology.orchestra.run.smithi005.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-10-15T05:59:25.823 INFO:teuthology.orchestra.run.smithi005.stdout:Processing triggers for ca-certificates (20230311ubuntu0.20.04.1) ... 2023-10-15T05:59:25.870 INFO:teuthology.orchestra.run.smithi005.stdout:Updating certificates in /etc/ssl/certs... 2023-10-15T05:59:26.202 INFO:teuthology.orchestra.run.smithi135.stdout:0 added, 0 removed; done. 2023-10-15T05:59:26.202 INFO:teuthology.orchestra.run.smithi135.stdout:Running hooks in /etc/ca-certificates/update.d... 2023-10-15T05:59:26.214 INFO:teuthology.orchestra.run.smithi135.stdout: 2023-10-15T05:59:26.328 INFO:teuthology.orchestra.run.smithi057.stdout:0 added, 0 removed; done. 2023-10-15T05:59:26.328 INFO:teuthology.orchestra.run.smithi057.stdout:Running hooks in /etc/ca-certificates/update.d... 2023-10-15T05:59:26.370 INFO:teuthology.orchestra.run.smithi057.stdout: 2023-10-15T05:59:26.592 INFO:teuthology.orchestra.run.smithi005.stdout:0 added, 0 removed; done. 2023-10-15T05:59:26.592 INFO:teuthology.orchestra.run.smithi005.stdout:Running hooks in /etc/ca-certificates/update.d... 2023-10-15T05:59:26.617 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-10-15T05:59:27.392 INFO:teuthology.orchestra.run.smithi135.stdout:done. 2023-10-15T05:59:27.392 INFO:teuthology.orchestra.run.smithi135.stdout:done. 2023-10-15T05:59:27.396 INFO:teuthology.orchestra.run.smithi057.stdout:done. 2023-10-15T05:59:27.396 INFO:teuthology.orchestra.run.smithi057.stdout:done. 2023-10-15T05:59:27.617 INFO:teuthology.orchestra.run.smithi005.stdout:done. 2023-10-15T05:59:27.617 INFO:teuthology.orchestra.run.smithi005.stdout:done. 2023-10-15T05:59:27.874 INFO:teuthology.orchestra.run.smithi057.stdout:deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main 2023-10-15T05:59:27.887 INFO:teuthology.orchestra.run.smithi135.stdout:deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main 2023-10-15T05:59:27.889 INFO:teuthology.orchestra.run.smithi057.stderr: 2023-10-15T05:59:27.890 INFO:teuthology.orchestra.run.smithi057.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-10-15T05:59:27.890 INFO:teuthology.orchestra.run.smithi057.stderr: 2023-10-15T05:59:27.902 INFO:teuthology.orchestra.run.smithi135.stderr: 2023-10-15T05:59:27.902 INFO:teuthology.orchestra.run.smithi135.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-10-15T05:59:27.903 INFO:teuthology.orchestra.run.smithi135.stderr: 2023-10-15T05:59:28.010 INFO:teuthology.orchestra.run.smithi057.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-10-15T05:59:28.011 INFO:teuthology.orchestra.run.smithi057.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-15T05:59:28.020 INFO:teuthology.orchestra.run.smithi057.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-10-15T05:59:28.023 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-10-15T05:59:28.037 INFO:teuthology.orchestra.run.smithi057.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-10-15T05:59:28.107 INFO:teuthology.orchestra.run.smithi005.stdout:deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main 2023-10-15T05:59:28.121 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-10-15T05:59:28.122 INFO:teuthology.orchestra.run.smithi005.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-10-15T05:59:28.122 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-10-15T05:59:28.141 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-15T05:59:28.223 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-10-15T05:59:28.304 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-10-15T05:59:28.377 INFO:teuthology.orchestra.run.smithi005.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-15T05:59:28.378 INFO:teuthology.orchestra.run.smithi005.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-10-15T05:59:28.449 INFO:teuthology.orchestra.run.smithi005.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-10-15T05:59:28.531 INFO:teuthology.orchestra.run.smithi005.stdout:Hit:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-10-15T05:59:28.544 INFO:teuthology.orchestra.run.smithi057.stdout:Get:5 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [8,993 B] 2023-10-15T05:59:28.559 INFO:teuthology.orchestra.run.smithi005.stdout:Get:3 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [8,993 B] 2023-10-15T05:59:28.567 INFO:teuthology.orchestra.run.smithi135.stdout:Get:5 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [8,993 B] 2023-10-15T05:59:28.638 INFO:teuthology.orchestra.run.smithi057.stdout:Err:5 https://packages.cloud.google.com/apt kubernetes-xenial InRelease 2023-10-15T05:59:28.639 INFO:teuthology.orchestra.run.smithi057.stdout: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B53DC80D13EDEF05 2023-10-15T05:59:28.642 INFO:teuthology.orchestra.run.smithi135.stdout:Err:5 https://packages.cloud.google.com/apt kubernetes-xenial InRelease 2023-10-15T05:59:28.643 INFO:teuthology.orchestra.run.smithi135.stdout: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B53DC80D13EDEF05 2023-10-15T05:59:29.008 INFO:teuthology.orchestra.run.smithi005.stdout:Err:3 https://packages.cloud.google.com/apt kubernetes-xenial InRelease 2023-10-15T05:59:29.008 INFO:teuthology.orchestra.run.smithi005.stdout: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B53DC80D13EDEF05 2023-10-15T05:59:29.774 INFO:teuthology.orchestra.run.smithi135.stdout:Reading package lists... 2023-10-15T05:59:29.799 INFO:teuthology.orchestra.run.smithi135.stderr:W: GPG error: https://packages.cloud.google.com/apt kubernetes-xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B53DC80D13EDEF05 2023-10-15T05:59:29.799 INFO:teuthology.orchestra.run.smithi135.stderr:E: The repository 'https://apt.kubernetes.io kubernetes-xenial InRelease' is not signed. 2023-10-15T05:59:29.828 INFO:teuthology.orchestra.run.smithi057.stdout:Reading package lists... 2023-10-15T05:59:29.857 INFO:teuthology.orchestra.run.smithi057.stderr:W: GPG error: https://packages.cloud.google.com/apt kubernetes-xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B53DC80D13EDEF05 2023-10-15T05:59:29.858 INFO:teuthology.orchestra.run.smithi057.stderr:E: The repository 'https://apt.kubernetes.io kubernetes-xenial InRelease' is not signed. 2023-10-15T05:59:30.199 INFO:teuthology.orchestra.run.smithi005.stdout:Reading package lists... 2023-10-15T05:59:30.227 INFO:teuthology.orchestra.run.smithi005.stderr:W: GPG error: https://packages.cloud.google.com/apt kubernetes-xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B53DC80D13EDEF05 2023-10-15T05:59:30.228 INFO:teuthology.orchestra.run.smithi005.stderr:E: The repository 'https://apt.kubernetes.io kubernetes-xenial InRelease' is not signed. 2023-10-15T05:59:30.229 DEBUG:teuthology.orchestra.run:got remote process result: 100 2023-10-15T05:59:30.230 INFO:tasks.kubeadm:Uninstalling kube{adm,let,ctl} 2023-10-15T05:59:30.231 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_9d6d32bb3452d5179bde2ee1cfa05df7a65f4586/qa/tasks/kubeadm.py", line 173, in kubeadm_install run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi005 with status 100: "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-10-15T05:59:30.231 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/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/github.com_ceph_ceph-c_9d6d32bb3452d5179bde2ee1cfa05df7a65f4586/qa/tasks/kubeadm.py", line 548, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_9d6d32bb3452d5179bde2ee1cfa05df7a65f4586/qa/tasks/kubeadm.py", line 84, in preflight yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_9d6d32bb3452d5179bde2ee1cfa05df7a65f4586/qa/tasks/kubeadm.py", line 173, in kubeadm_install run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi005 with status 100: "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-10-15T05:59:30.301 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=cf4ed146964149e9b45ac0de9f30a13e Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/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/github.com_ceph_ceph-c_9d6d32bb3452d5179bde2ee1cfa05df7a65f4586/qa/tasks/kubeadm.py", line 548, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_9d6d32bb3452d5179bde2ee1cfa05df7a65f4586/qa/tasks/kubeadm.py", line 84, in preflight yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_9d6d32bb3452d5179bde2ee1cfa05df7a65f4586/qa/tasks/kubeadm.py", line 173, in kubeadm_install run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi005 with status 100: "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-10-15T05:59:30.305 DEBUG:teuthology.run_tasks:Unwinding manager kubeadm 2023-10-15T05:59:30.313 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-10-15T05:59:30.321 INFO:teuthology.task.clock:Checking final clock skew... 2023-10-15T05:59:30.322 DEBUG:teuthology.orchestra.run.smithi005:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-15T05:59:30.343 DEBUG:teuthology.orchestra.run.smithi057:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-15T05:59:30.346 DEBUG:teuthology.orchestra.run.smithi135:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-15T05:59:30.352 INFO:teuthology.orchestra.run.smithi005.stdout: remote refid st t when poll reach delay offset jitter 2023-10-15T05:59:30.352 INFO:teuthology.orchestra.run.smithi005.stdout:============================================================================== 2023-10-15T05:59:30.352 INFO:teuthology.orchestra.run.smithi005.stdout: hv01.front.sepi 44.4.53.2 2 u 14 64 1 0.074 0.063 0.000 2023-10-15T05:59:30.353 INFO:teuthology.orchestra.run.smithi005.stdout: hv02.front.sepi 63.231.80.2 3 u 15 64 1 0.095 0.557 0.000 2023-10-15T05:59:30.353 INFO:teuthology.orchestra.run.smithi005.stdout: hv03.front.sepi 74.6.168.72 3 u 13 64 1 0.117 -2.226 0.000 2023-10-15T05:59:30.353 INFO:teuthology.orchestra.run.smithi005.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-15T05:59:30.363 INFO:teuthology.orchestra.run.smithi057.stdout: remote refid st t when poll reach delay offset jitter 2023-10-15T05:59:30.364 INFO:teuthology.orchestra.run.smithi057.stdout:============================================================================== 2023-10-15T05:59:30.364 INFO:teuthology.orchestra.run.smithi057.stdout: hv01.front.sepi 44.4.53.2 2 u 15 64 1 0.122 3.243 0.000 2023-10-15T05:59:30.364 INFO:teuthology.orchestra.run.smithi057.stdout: hv02.front.sepi 63.231.80.2 3 u 13 64 1 0.095 2.336 0.000 2023-10-15T05:59:30.364 INFO:teuthology.orchestra.run.smithi057.stdout: hv03.front.sepi 74.6.168.72 3 u 13 64 1 0.089 0.119 0.000 2023-10-15T05:59:30.365 INFO:teuthology.orchestra.run.smithi057.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-15T05:59:30.366 INFO:teuthology.orchestra.run.smithi135.stdout: remote refid st t when poll reach delay offset jitter 2023-10-15T05:59:30.367 INFO:teuthology.orchestra.run.smithi135.stdout:============================================================================== 2023-10-15T05:59:30.367 INFO:teuthology.orchestra.run.smithi135.stdout: hv01.front.sepi 44.4.53.2 2 u 16 64 1 0.086 0.521 0.000 2023-10-15T05:59:30.367 INFO:teuthology.orchestra.run.smithi135.stdout: hv02.front.sepi 63.231.80.2 3 u 15 64 1 0.125 0.178 0.000 2023-10-15T05:59:30.368 INFO:teuthology.orchestra.run.smithi135.stdout: hv03.front.sepi 74.6.168.72 3 u 16 64 1 0.121 -1.631 0.000 2023-10-15T05:59:30.368 INFO:teuthology.orchestra.run.smithi135.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-15T05:59:30.369 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-10-15T05:59:30.378 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-10-15T05:59:30.378 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-10-15T05:59:30.387 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-10-15T05:59:30.395 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-10-15T05:59:30.404 INFO:teuthology.task.internal:Duration was 378.583392 seconds 2023-10-15T05:59:30.404 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-10-15T05:59:30.413 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-10-15T05:59:30.413 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-15T05:59:30.416 DEBUG:teuthology.orchestra.run.smithi057:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-15T05:59:30.418 DEBUG:teuthology.orchestra.run.smithi135:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-15T05:59:30.465 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-10-15T05:59:30.465 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi005.front.sepia.ceph.com 2023-10-15T05:59:30.466 DEBUG:teuthology.orchestra.run.smithi005:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-10-15T05:59:30.515 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi057.front.sepia.ceph.com 2023-10-15T05:59:30.516 DEBUG:teuthology.orchestra.run.smithi057:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-10-15T05:59:30.532 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi135.front.sepia.ceph.com 2023-10-15T05:59:30.533 DEBUG:teuthology.orchestra.run.smithi135:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-10-15T05:59:30.548 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-10-15T05:59:30.548 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-15T05:59:30.558 DEBUG:teuthology.orchestra.run.smithi057:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-15T05:59:30.576 DEBUG:teuthology.orchestra.run.smithi135:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-15T05:59:30.625 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-10-15T05:59:30.626 DEBUG:teuthology.orchestra.run.smithi005:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-15T05:59:30.643 DEBUG:teuthology.orchestra.run.smithi057:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-15T05:59:30.661 DEBUG:teuthology.orchestra.run.smithi135:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-15T05:59:30.727 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-10-15T05:59:30.737 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-10-15T05:59:30.738 DEBUG:teuthology.orchestra.run.smithi005:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-15T05:59:30.754 DEBUG:teuthology.orchestra.run.smithi057:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-15T05:59:30.772 DEBUG:teuthology.orchestra.run.smithi135:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-15T05:59:30.791 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-10-15T05:59:30.805 DEBUG:teuthology.orchestra.run.smithi005:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-10-15T05:59:30.808 DEBUG:teuthology.orchestra.run.smithi057:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-10-15T05:59:30.817 DEBUG:teuthology.orchestra.run.smithi135:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-10-15T05:59:30.820 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = core 2023-10-15T05:59:30.829 INFO:teuthology.orchestra.run.smithi057.stdout:kernel.core_pattern = core 2023-10-15T05:59:30.847 INFO:teuthology.orchestra.run.smithi135.stdout:kernel.core_pattern = core 2023-10-15T05:59:30.871 DEBUG:teuthology.orchestra.run.smithi005:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-15T05:59:30.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-15T05:59:30.886 DEBUG:teuthology.orchestra.run.smithi057:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-15T05:59:30.904 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-15T05:59:30.905 DEBUG:teuthology.orchestra.run.smithi135:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-15T05:59:30.919 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-15T05:59:30.920 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-10-15T05:59:30.931 INFO:teuthology.task.internal:Transferring archived files... 2023-10-15T05:59:30.934 DEBUG:teuthology.misc:Transferring archived files from smithi005:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-13_20:14:16-orch-quincy-release-distro-default-smithi/7426236/remote/smithi005 2023-10-15T05:59:30.936 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-15T05:59:30.960 DEBUG:teuthology.misc:Transferring archived files from smithi057:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-13_20:14:16-orch-quincy-release-distro-default-smithi/7426236/remote/smithi057 2023-10-15T05:59:30.961 DEBUG:teuthology.orchestra.run.smithi057:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-15T05:59:30.984 DEBUG:teuthology.misc:Transferring archived files from smithi135:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-13_20:14:16-orch-quincy-release-distro-default-smithi/7426236/remote/smithi135 2023-10-15T05:59:30.985 DEBUG:teuthology.orchestra.run.smithi135:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-15T05:59:31.009 INFO:teuthology.task.internal:Removing archive directory... 2023-10-15T05:59:31.010 DEBUG:teuthology.orchestra.run.smithi005:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-15T05:59:31.013 DEBUG:teuthology.orchestra.run.smithi057:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-15T05:59:31.024 DEBUG:teuthology.orchestra.run.smithi135:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-15T05:59:31.052 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-10-15T05:59:31.065 INFO:teuthology.task.internal:Not uploading archives. 2023-10-15T05:59:31.065 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-10-15T05:59:31.077 INFO:teuthology.task.internal:Tidying up after the test... 2023-10-15T05:59:31.077 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-15T05:59:31.080 DEBUG:teuthology.orchestra.run.smithi057:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-15T05:59:31.082 DEBUG:teuthology.orchestra.run.smithi135:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-15T05:59:31.086 INFO:teuthology.orchestra.run.smithi005.stdout: 1048609 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 15 05:59 /home/ubuntu/cephtest 2023-10-15T05:59:31.088 INFO:teuthology.orchestra.run.smithi057.stdout: 1048609 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 15 05:59 /home/ubuntu/cephtest 2023-10-15T05:59:31.101 INFO:teuthology.orchestra.run.smithi135.stdout: 1048619 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 15 05:59 /home/ubuntu/cephtest 2023-10-15T05:59:31.103 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-10-15T05:59:31.114 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-10-15T05:59:31.136 INFO:teuthology.nuke:Checking targets against current locks 2023-10-15T05:59:31.166 DEBUG:teuthology.nuke:shortname: smithi005 2023-10-15T05:59:31.166 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-15T05:59:31.190 DEBUG:teuthology.nuke:shortname: smithi057 2023-10-15T05:59:31.191 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-15T05:59:31.196 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi005.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-13_20:14:16-orch-quincy-release-distro-default-smithi/7426236', '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-10-15 05:43:15.055895', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-10-15T05:59:31.216 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi057.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-13_20:14:16-orch-quincy-release-distro-default-smithi/7426236', '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-10-15 05:43:15.057549', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-10-15T05:59:31.220 DEBUG:teuthology.nuke:shortname: smithi135 2023-10-15T05:59:31.221 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-15T05:59:31.253 INFO:teuthology.orchestra.console.smithi005:Power off 2023-10-15T05:59:31.254 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-15T05:59:31.264 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi135.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-13_20:14:16-orch-quincy-release-distro-default-smithi/7426236', '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-10-15 05:43:15.054055', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-10-15T05:59:31.280 DEBUG:teuthology.orchestra.console.smithi005:power off output: Chassis Power Control: Down/Off 2023-10-15T05:59:31.280 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-15T05:59:31.300 INFO:teuthology.orchestra.console.smithi057:Power off 2023-10-15T05:59:31.301 DEBUG:teuthology.orchestra.console.smithi057:pexpect command: ipmitool -H smithi057.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-15T05:59:31.314 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is on 2023-10-15T05:59:31.326 DEBUG:teuthology.orchestra.console.smithi057:power off output: Chassis Power Control: Down/Off 2023-10-15T05:59:31.327 DEBUG:teuthology.orchestra.console.smithi057:pexpect command: ipmitool -H smithi057.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-15T05:59:31.345 INFO:teuthology.orchestra.console.smithi135:Power off 2023-10-15T05:59:31.345 DEBUG:teuthology.orchestra.console.smithi135:pexpect command: ipmitool -H smithi135.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-15T05:59:31.356 DEBUG:teuthology.orchestra.console.smithi057:check power output: Chassis Power is on 2023-10-15T05:59:31.369 DEBUG:teuthology.orchestra.console.smithi135:power off output: Chassis Power Control: Down/Off 2023-10-15T05:59:31.369 DEBUG:teuthology.orchestra.console.smithi135:pexpect command: ipmitool -H smithi135.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-15T05:59:31.396 DEBUG:teuthology.orchestra.console.smithi135:check power output: Chassis Power is on 2023-10-15T05:59:35.316 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-15T05:59:35.358 DEBUG:teuthology.orchestra.console.smithi057:pexpect command: ipmitool -H smithi057.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-15T05:59:35.398 DEBUG:teuthology.orchestra.console.smithi135:pexpect command: ipmitool -H smithi135.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-15T05:59:35.428 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is on 2023-10-15T05:59:35.469 DEBUG:teuthology.orchestra.console.smithi057:check power output: Chassis Power is on 2023-10-15T05:59:35.508 DEBUG:teuthology.orchestra.console.smithi135:check power output: Chassis Power is on 2023-10-15T05:59:39.434 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-15T05:59:39.470 DEBUG:teuthology.orchestra.console.smithi057:pexpect command: ipmitool -H smithi057.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-15T05:59:39.511 DEBUG:teuthology.orchestra.console.smithi135:pexpect command: ipmitool -H smithi135.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-15T05:59:39.547 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is off 2023-10-15T05:59:39.581 DEBUG:teuthology.orchestra.console.smithi057:check power output: Chassis Power is on 2023-10-15T05:59:39.622 DEBUG:teuthology.orchestra.console.smithi135:check power output: Chassis Power is off 2023-10-15T05:59:39.648 INFO:teuthology.orchestra.console.smithi005:Power off completed 2023-10-15T05:59:39.724 INFO:teuthology.orchestra.console.smithi135:Power off completed 2023-10-15T05:59:43.586 DEBUG:teuthology.orchestra.console.smithi057:pexpect command: ipmitool -H smithi057.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-15T05:59:43.696 DEBUG:teuthology.orchestra.console.smithi057:check power output: Chassis Power is off 2023-10-15T05:59:43.797 INFO:teuthology.orchestra.console.smithi057:Power off completed 2023-10-15T05:59:43.903 INFO:teuthology.run:Summary data: description: orch/rook/smoke/{0-distro/ubuntu_20.04 0-kubeadm 0-nvme-loop 1-rook 2-workload/none 3-final cluster/3-node k8s/1.21 net/calico rook/master} duration: 378.5833923816681 failure_reason: 'Command failed on smithi005 with status 100: "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"' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=cf4ed146964149e9b45ac0de9f30a13e status: fail success: false 2023-10-15T05:59:43.904 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-15T05:59:43.987 INFO:teuthology.run:FAIL